Bug 157164 - Fix port: www/pubcookie-login-server uses CONF_FILES internally
Summary: Fix port: www/pubcookie-login-server uses CONF_FILES internally
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 20:50 UTC by Chris Rees
Modified: 2011-05-24 00:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2011-05-18 20:50 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2011-05-18 20:50:12 UTC
As discussed on ports@ and with bapt, new variables CONF_FILES and CONF_DIRS are to be introduced to bsd.port.mk.

This causes problems in some ports, of which this is one.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-18 20:51:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees 2011-05-18 21:34:14 UTC
Sorry, forgot to include a commit message:

- Rename CONF_FILES to avoid conflict with incoming feature

PR: ports/157164
Submitted by: Chris Rees (utisoft@gmail.com)
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-24 00:04:50 UTC
brooks      2011-05-23 23:04:41 UTC

  FreeBSD ports repository

  Modified files:
    security/vuxml       vuln.xml 
    www/mod_pubcookie    Makefile 
    www/pubcookie-login-server Makefile 
  Log:
  Partially address several years of neglect of pubcookie.  Indicate the
  security issues in two two ports.
  
  I've not use pubcookie in several year and given the lack of complaint
  about the deprication of mod_pubcookie, I doubt anyone else uses it from
  ports.  The mod_pubcookie port has already expired and I've set a two
  week expriation for pubcookie-login-server.  If not maintainer
  appears I will send both to the Attic on June 6th.
  
  While I'm here, address the use of CONF_FILES and CONF_DIRS in
  pubcookie-login-server to avoid getting in the way of progress. [0]
  
  PR:             ports/157164 [0]
  Security:       vuxml:115a1389-858e-11e0-a76c-000743057ca2
                  vuxml:1ca8228f-858d-11e0-a76c-000743057ca2
  
  Revision  Changes    Path
  1.2365    +67 -1     ports/security/vuxml/vuln.xml
  1.8       +1 -0      ports/www/mod_pubcookie/Makefile
  1.8       +11 -6     ports/www/pubcookie-login-server/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Brooks Davis freebsd_committer freebsd_triage 2011-05-24 00:05:13 UTC
State Changed
From-To: open->closed

Committed.  Looking forward to CONF_* variables at long last.