diff options
author | adam <adam> | 2011-07-14 19:59:45 +0000 |
---|---|---|
committer | adam <adam> | 2011-07-14 19:59:45 +0000 |
commit | 54749dea6224ec7f956593cbd634c71d0d6fccf5 (patch) | |
tree | 64b4a957ff03a0af88f7ca0c82e3e23dfe04e948 | |
parent | fcd32d4cb5f22f233243f5b034129a2cf27811d6 (diff) | |
download | pkgsrc-54749dea6224ec7f956593cbd634c71d0d6fccf5.tar.gz |
Changes 1.4.29:
* solve name conflict of md5 functions with OpenSSL lib
* mod_proxy, mod_cgi and other mod_*cgi fixes
* ssl improvements
* Native solaris ports fdevent handler “solaris-eventports”
-rw-r--r-- | www/lighttpd/Makefile | 10 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 8 | ||||
-rw-r--r-- | www/lighttpd/options.mk | 4 |
3 files changed, 9 insertions, 13 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 0ba2c28d417..204d3a2bfc3 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2011/04/05 08:29:26 adam Exp $ +# $NetBSD: Makefile,v 1.27 2011/07/14 19:59:45 adam Exp $ -DISTNAME= lighttpd-1.4.28 +DISTNAME= lighttpd-1.4.29 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.bz2 @@ -10,10 +10,6 @@ HOMEPAGE= http://www.lighttpd.net/ COMMENT= Fast, light-footprint HTTP server LICENSE= modified-bsd -#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 @@ -41,7 +37,7 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/vhosts.d post-install: set -e; cd ${WRKSRC}/doc; \ - for f in *.css *.dot *.txt; do \ + for f in *.css outdated/*.dot outdated/*.txt; do \ ${INSTALL_DATA} $$f ${DESTDIR}${DOCDIR}; \ done; \ for f in config/*.conf scripts/*.sh; do \ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index a57655e727a..05ee1d614b1 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2011/04/05 08:29:26 adam Exp $ +$NetBSD: distinfo,v 1.20 2011/07/14 19:59:45 adam Exp $ -SHA1 (lighttpd-1.4.28.tar.bz2) = 42915dffe2af4f870cc1cdc0218edb60a0a315c2 -RMD160 (lighttpd-1.4.28.tar.bz2) = 5af6c848dd251c9d15f5185f54411744ae41c67b -Size (lighttpd-1.4.28.tar.bz2) = 641702 bytes +SHA1 (lighttpd-1.4.29.tar.bz2) = fe8ee6dc5f5302bffef905fcdf0b35f255e59b32 +RMD160 (lighttpd-1.4.29.tar.bz2) = d4369e8970001d2ebe4e49767053c341c4bd2f27 +Size (lighttpd-1.4.29.tar.bz2) = 659974 bytes diff --git a/www/lighttpd/options.mk b/www/lighttpd/options.mk index e0cb4afe43d..d1a1c074816 100644 --- a/www/lighttpd/options.mk +++ b/www/lighttpd/options.mk @@ -1,6 +1,6 @@ -# $NetBSD: options.mk,v 1.7 2010/06/27 11:18:05 obache Exp $ +# $NetBSD: options.mk,v 1.8 2011/07/14 19:59:45 adam Exp $ -PKG_OPTIONS_VAR = PKG_OPTIONS.lighttpd +PKG_OPTIONS_VAR= PKG_OPTIONS.lighttpd PKG_SUPPORTED_OPTIONS= bzip fam gdbm inet6 ldap lua mysql ssl memcache PKG_SUGGESTED_OPTIONS= inet6 ssl |