Hack this to build against Apache 1.3.42. As 1.3.42 doesn't change
anything significant in the internals, all this requires is patching the accepted version and bumping BUILDLINK_API_DEPENDS. PKGREVISION++.
This commit is contained in:
parent
0d6fef1741
commit
5686b869fb
3 changed files with 15 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.108 2010/01/17 12:02:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.109 2010/02/10 03:55:18 dholland Exp $
|
||||
|
||||
DISTNAME= mod_ssl-2.8.31-1.3.41
|
||||
PKGNAME= ap13-ssl-2.8.31
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www security
|
||||
MASTER_SITES= http://www.modssl.org/source/ \
|
||||
ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/
|
||||
|
@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q}
|
|||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.include "../../www/apache/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.apache+= apache>=1.3.41
|
||||
BUILDLINK_API_DEPENDS.apache+= apache>=1.3.42
|
||||
|
||||
SSL_RPATH_LDFLAGS= ${LINKER_RPATH_FLAG} ${SSLBASE}/lib
|
||||
FIX_RPATH+= SSL_RPATH_LDFLAGS
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.34 2008/02/24 05:29:21 obache Exp $
|
||||
$NetBSD: distinfo,v 1.35 2010/02/10 03:55:18 dholland Exp $
|
||||
|
||||
SHA1 (mod_ssl-2.8.31-1.3.41.tar.gz) = f2d2210041332fc1d4b7243a856d4d81f961d306
|
||||
RMD160 (mod_ssl-2.8.31-1.3.41.tar.gz) = c3083c29710c4537ca8c79ddd8c1992eb95cbfee
|
||||
Size (mod_ssl-2.8.31-1.3.41.tar.gz) = 820067 bytes
|
||||
SHA1 (patch-aa) = f2db042ff2e15ebfc9387b254467be78747cf947
|
||||
SHA1 (patch-ab) = d6e4f5ef249506b9b4f003f84d78e2eb075dcd34
|
||||
SHA1 (patch-ac) = 5c5fa8cbcb278f9e4035aafde783537463847d7c
|
||||
|
|
10
www/ap-ssl/patches/patch-ac
Normal file
10
www/ap-ssl/patches/patch-ac
Normal file
|
@ -0,0 +1,10 @@
|
|||
$NetBSD: patch-ac,v 1.3 2010/02/10 03:55:18 dholland Exp $
|
||||
|
||||
Hack this brutally to accept the security-fixed apache 1.3 from 2/2010.
|
||||
The differences from 1.3.41 to 1.3.42 are minimal.
|
||||
|
||||
--- pkg.sslmod/libssl.version~ 2008-02-08 06:18:01.000000000 -0500
|
||||
+++ pkg.sslmod/libssl.version 2010-02-09 05:29:19.000000000 -0500
|
||||
@@ -1 +1 @@
|
||||
-mod_ssl/2.8.31-1.3.41
|
||||
+mod_ssl/2.8.31-1.3.42
|
Loading…
Reference in a new issue