Revision: 117317 https://trac.macports.org/changeset/117317 Author: ryandesign@macports.org Date: 2014-02-21 15:37:19 -0800 (Fri, 21 Feb 2014) Log Message: ----------- lighttpd: update to 1.4.34 Modified Paths: -------------- trunk/dports/www/lighttpd/Portfile trunk/dports/www/lighttpd/files/patch-conf.diff Removed Paths: ------------- trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff Modified: trunk/dports/www/lighttpd/Portfile =================================================================== --- trunk/dports/www/lighttpd/Portfile 2014-02-21 23:33:13 UTC (rev 117316) +++ trunk/dports/www/lighttpd/Portfile 2014-02-21 23:37:19 UTC (rev 117317) @@ -4,7 +4,7 @@ PortSystem 1.0 name lighttpd -version 1.4.33 +version 1.4.34 set branch [join [lrange [split ${version} .] 0 1] .] categories www platforms darwin @@ -23,8 +23,8 @@ master_sites http://download.lighttpd.net/lighttpd/releases-${branch}.x/ use_xz yes -checksums rmd160 4b892ac678c9153e8200318f2bd71445190c1806 \ - sha256 2886aedc23857ca44df91b8fe6f36059ec82a859ae0eb230220e42abc331610c +checksums rmd160 1454388519622068e9ca7579a09602c94b851eae \ + sha256 3e067bd12a6c953862139f0ee4cb03a0cd8cff9b3ffe393ddc7dc3956431cb72 depends_build-append port:pkgconfig @@ -34,7 +34,6 @@ port:zlib patchfiles patch-conf.diff -patchfiles-append patch-src-Makefile.in.diff post-patch { reinplace "s|@PREFIX@|${prefix}|g" \ Modified: trunk/dports/www/lighttpd/files/patch-conf.diff =================================================================== --- trunk/dports/www/lighttpd/files/patch-conf.diff 2014-02-21 23:33:13 UTC (rev 117316) +++ trunk/dports/www/lighttpd/files/patch-conf.diff 2014-02-21 23:37:19 UTC (rev 117317) @@ -133,17 +133,17 @@ ## ## mimetype mapping -@@ -393,7 +393,7 @@ +@@ -401,7 +401,7 @@ ## ## $SERVER["socket"] == "10.0.0.1:443" { ## ssl.engine = "enable" -## ssl.pemfile = "/etc/ssl/private/www.example.com.pem" +## ssl.pemfile = "@PREFIX@/etc/ssl/private/www.example.com.pem" ## # - ## # Mitigate BEAST attack: + ## # (Following SSL/TLS Deployment Best Practices 1.3 / 17 September 2013 from: + ## # https://www.ssllabs.com/projects/best-practices/index.html) +@@ -426,16 +426,16 @@ ## # -@@ -415,16 +415,16 @@ - ## # ## server.name = "www.example.com" ## -## server.document-root = "/srv/www/vhosts/example.com/www/" @@ -163,7 +163,7 @@ ## ## optionally pass the CA certificate here. -@@ -440,6 +440,6 @@ +@@ -451,6 +451,6 @@ ## custom includes like vhosts. ## #include "conf.d/config.conf" Deleted: trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff =================================================================== --- trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff 2014-02-21 23:33:13 UTC (rev 117316) +++ trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff 2014-02-21 23:37:19 UTC (rev 117317) @@ -1,12 +0,0 @@ -# http://redmine.lighttpd.net/issues/2517 ---- src/Makefile.in.orig 2013-09-27 09:09:12.000000000 -0500 -+++ src/Makefile.in 2013-10-13 19:12:48.000000000 -0500 -@@ -851,7 +851,7 @@ - mod_compress_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd) - mod_auth_la_SOURCES = mod_auth.c http_auth.c - mod_auth_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined --mod_auth_la_LIBADD = $(CRYPT_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) -+mod_auth_la_LIBADD = $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd) - mod_rewrite_la_SOURCES = mod_rewrite.c - mod_rewrite_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined - mod_rewrite_la_LIBADD = $(PCRE_LIB) $(common_libadd)
participants (1)
-
ryandesign@macports.org