diff options
author | gson <gson> | 2010-03-23 15:20:09 +0000 |
---|---|---|
committer | gson <gson> | 2010-03-23 15:20:09 +0000 |
commit | 8bd7062c956194beba568b438e74542b55c70afb (patch) | |
tree | bd8c493fb94fc268fe51c05f8883a1d76593def0 /www/lighttpd | |
parent | f44880b8364fd5bd406900ee064666d14cac72a2 (diff) | |
download | pkgsrc-8bd7062c956194beba568b438e74542b55c70afb.tar.gz |
Apply patch to fix the issue reported in
<http://redmine.lighttpd.net/issues/2157>. Without this patch,
lighttpd 1.4.26 will fail to start if built with the pkgsrc OpenSSL
and configured to serve HTTPS. Bump PKGREVISION.
Diffstat (limited to 'www/lighttpd')
-rw-r--r-- | www/lighttpd/Makefile | 7 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 269162caabc..c8d4b954b9f 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2010/02/08 14:47:54 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2010/03/23 15:20:09 gson Exp $ DISTNAME= lighttpd-1.4.26 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ @@ -12,6 +13,10 @@ COMMENT= Fast, light-footprint HTTP server #PATCH_SITES= http://redmine.lighttpd.net/attachments/download/1091/ #PATCH_DIST_STRIP.fix-2147-in-1.4.x.patch= -p1 +PATCHFILES= 08-ssl-retval-fix.patch +PATCH_SITES= http://redmine.lighttpd.net/attachments/download/1095/ +PATCH_DIST_STRIP.08-ssl-retval-fix.patch= -p1 + PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 866d452792a..67d89e48903 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,8 @@ -$NetBSD: distinfo,v 1.17 2010/02/08 14:47:54 joerg Exp $ +$NetBSD: distinfo,v 1.18 2010/03/23 15:20:09 gson Exp $ +SHA1 (08-ssl-retval-fix.patch) = fb8fc92f8af7225a5f33839d5fe7b298aac3b532 +RMD160 (08-ssl-retval-fix.patch) = 98a74fc65f27766bdd378d0c57e7f00a57db9b31 +Size (08-ssl-retval-fix.patch) = 580 bytes SHA1 (lighttpd-1.4.26.tar.gz) = c22642dc3616043293fb895b9f049b9270dbb2a0 RMD160 (lighttpd-1.4.26.tar.gz) = 0b073d66405efb8b2a2ba89dff08ae5813771065 Size (lighttpd-1.4.26.tar.gz) = 780352 bytes |