From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 8 03:00:29 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99DED1065698 for ; Fri, 8 Apr 2011 03:00:29 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B4A8B8FC17 for ; Fri, 8 Apr 2011 03:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3830Os5010006 for ; Fri, 8 Apr 2011 03:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3830OKv010005; Fri, 8 Apr 2011 03:00:24 GMT (envelope-from gnats) Date: Fri, 8 Apr 2011 03:00:24 GMT Message-Id: <201104080300.p3830OKv010005@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Douglas Thrift Cc: Subject: Re: ports/156246: [PATCH] net/isc-dhcp41-server: update to 4.1-ESV-R2 *CVE-2011-0997* X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 03:00:29 -0000 The following reply was made to PR ports/156246; it has been noted by GNATS. From: Douglas Thrift To: bug-followup@FreeBSD.ORG, Wesley Shields Cc: Subject: Re: ports/156246: [PATCH] net/isc-dhcp41-server: update to 4.1-ESV-R2 *CVE-2011-0997* Date: Thu, 07 Apr 2011 19:21:31 -0700 This is a multi-part message in MIME format. --------------080304070302040005070405 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 4/7/2011 4:10 AM, Edwin Groothuis wrote: > Maintainer of net/isc-dhcp41-server, > > Please note that PR ports/156246 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156246 > Hello, I was already working on this update and I have attached my patch that should be applied instead. Thanks! -- Douglas William Thrift --------------080304070302040005070405 Content-Type: text/plain; name="isc-dhcp41-server.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="isc-dhcp41-server.patch" diff -Nrux .svn -x work /usr/ports/net/isc-dhcp41-server/Makefile isc-dhcp41-server/Makefile --- /usr/ports/net/isc-dhcp41-server/Makefile 2011-02-17 06:16:56.000000000 -0800 +++ isc-dhcp41-server/Makefile 2011-04-07 18:51:04.576471308 -0700 @@ -6,9 +6,9 @@ # PORTNAME= dhcp -DISTVERSION= 4.1.2 +DISTVERSION= 4.1-ESV PORTREVISION= ${DHCP_PORTREVISION} -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= dhcp @@ -19,8 +19,10 @@ MAINTAINER= douglas@douglasthrift.net COMMENT?= The ISC Dynamic Host Configuration Protocol server -PATCHLEVEL= P1 -PORTREVISION_SERVER= 2 +LICENSE= ISCL + +PATCHLEVEL= R2 +PORTREVISION_SERVER= 0 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 diff -Nrux .svn -x work /usr/ports/net/isc-dhcp41-server/distinfo isc-dhcp41-server/distinfo --- /usr/ports/net/isc-dhcp41-server/distinfo 2011-01-28 17:05:38.000000000 -0800 +++ isc-dhcp41-server/distinfo 2011-04-07 18:22:39.064456356 -0700 @@ -1,4 +1,4 @@ -SHA256 (dhcp-4.1.2-P1.tar.gz) = bf6e13e1aa90c4d15adb6fdf0071b3da8988c3322c1b5629075181eea9d78dcd -SIZE (dhcp-4.1.2-P1.tar.gz) = 1092661 +SHA256 (dhcp-4.1-ESV-R2.tar.gz) = 49fa6f00ceee536e1e66698cc416279d333f833e41d545185a5b8684638cff03 +SIZE (dhcp-4.1-ESV-R2.tar.gz) = 1094285 SHA256 (ldap-for-dhcp-4.1.1-2.tar.gz) = 566b7be2ebefdc583d0bf0095c804ba69807b67e5cc29a2b64b1b39202b37d0d SIZE (ldap-for-dhcp-4.1.1-2.tar.gz) = 39004 --------------080304070302040005070405--