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:
Responsible Changed From-To: freebsd-ports-bugs->brooks Over to maintainer (via the GNATS Auto Assign Tool)
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)
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"
State Changed From-To: open->closed Committed. Looking forward to CONF_* variables at long last.