svn commit: r406529 - head/net/isc-dhcp42-server

Mark Felder feld at FreeBSD.org
Sun Jan 17 19:10:21 UTC 2016


Author: feld
Date: Sun Jan 17 19:10:20 2016
New Revision: 406529
URL: https://svnweb.freebsd.org/changeset/ports/406529

Log:
  net/isc-dhcp42-server: Mark DEPRECATED
  
  This port is not receiving a patch for CVE-2015-8605
  
  Also, set EXPIRES to coincide with 2016Q2 branch creation.
  
  The 4.2 branch reached End of Life in March 2015. [1]
  
  [1] https://kb.isc.org/article/AA-01259/0/DHCP-4.2.8-Release-Notes.html
  
  MFH:		2016Q1
  Security:	05eeb7e9-b987-11e5-83ef-14dae9d210b8
  Security:	CVE-2015-8605

Modified:
  head/net/isc-dhcp42-server/Makefile

Modified: head/net/isc-dhcp42-server/Makefile
==============================================================================
--- head/net/isc-dhcp42-server/Makefile	Sun Jan 17 19:03:50 2016	(r406528)
+++ head/net/isc-dhcp42-server/Makefile	Sun Jan 17 19:10:20 2016	(r406529)
@@ -22,6 +22,9 @@ PORTREVISION_SERVER=	1
 PORTREVISION_CLIENT=	0
 PORTREVISION_RELAY=	0
 
+DEPRECATED=	isc-dhcp 4.2 is End of Life
+EXPIRES=	2016-03-01
+
 SUBSYS?=	server
 #WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}-${PATCHLEVEL}
 


More information about the svn-ports-head mailing list