Bug 157164

Summary: Fix port: www/pubcookie-login-server uses CONF_FILES internally
Product: Ports & Packages Reporter: Chris Rees <utisoft>
Component: Individual Port(s)Assignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.