Add a patch for CVE-2011-3192.
Bump PKGREVISION.
This commit is contained in:
parent
530c4f789a
commit
016b168b93
2 changed files with 10 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.135 2011/09/14 17:51:51 hans Exp $
|
||||
# $NetBSD: Makefile,v 1.136 2011/12/18 09:13:11 obache Exp $
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
PKGNAME= apache-${APACHE_VERSION}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://httpd.apache.org/
|
||||
|
@ -12,6 +13,10 @@ COMMENT= Apache HTTP (Web) server, version 2
|
|||
|
||||
CONFLICTS= apache-*ssl-[0-9]* apache6-[0-9]*
|
||||
|
||||
CVE_2011_3192= CVE-2011-3192-${APACHE_VERSION}-byterange-fixes.patch
|
||||
PATCHFILES+= ${CVE_2011_3192}
|
||||
SITES.${CVE_2011_3192}= ${MASTER_SITE_APACHE:=httpd/patches/apply_to_${APACHE_VERSION}/}
|
||||
|
||||
BUILD_DEFS+= IPV6_READY
|
||||
BUILD_DEFS+= VARBASE
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.57 2010/11/01 18:03:04 adam Exp $
|
||||
$NetBSD: distinfo,v 1.58 2011/12/18 09:13:11 obache Exp $
|
||||
|
||||
SHA1 (CVE-2011-3192-2.0.64-byterange-fixes.patch) = ffc6c0bb3089efca2705767eb20804ddab2dfb1a
|
||||
RMD160 (CVE-2011-3192-2.0.64-byterange-fixes.patch) = dbe5f78ccff12222d99805d7ea045b968e6ef72f
|
||||
Size (CVE-2011-3192-2.0.64-byterange-fixes.patch) = 19920 bytes
|
||||
SHA1 (httpd-2.0.64.tar.bz2) = eeabe0fb428d9f11ce00559ff163740c6ceabf1c
|
||||
RMD160 (httpd-2.0.64.tar.bz2) = 6a4bfe4dfc4119a70cabbec2e0865dc2f12e8ec4
|
||||
Size (httpd-2.0.64.tar.bz2) = 4954766 bytes
|
||||
|
|
Loading…
Reference in a new issue