pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/lighttpd
Module Name: pkgsrc
Committed By: schmonz
Date: Sun Dec 5 18:15:19 UTC 2021
Modified Files:
pkgsrc/www/lighttpd: Makefile distinfo
Log Message:
Update to 1.4.63. From the changelog:
- [core] import xxHash v0.8.1
- [core] isolate use of sys/filio.h
- [core] fix reqpool mem corruption in 1.4.62 (fixes #3118)
pkgsrc changes:
- Link with pkgsrc xxhash instead of the vendored copy
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.68 -r1.69 pkgsrc/www/lighttpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.105 pkgsrc/www/lighttpd/Makefile:1.106
--- pkgsrc/www/lighttpd/Makefile:1.105 Fri Dec 3 15:55:54 2021
+++ pkgsrc/www/lighttpd/Makefile Sun Dec 5 18:15:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2021/12/03 15:55:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.106 2021/12/05 18:15:19 schmonz Exp $
-DISTNAME= lighttpd-1.4.62
+DISTNAME= lighttpd-1.4.63
CATEGORIES= www
MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
@@ -18,6 +18,7 @@ GNU_CONFIGURE_LIBSUBDIR= ${PKGBASE}
CONFIGURE_ARGS+= --with-pcre2
# used for digest auth when no SSL library is available
CONFIGURE_ARGS+= --without-nettle
+CONFIGURE_ARGS+= --with-xxhash
TEST_TARGET= check
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
@@ -77,6 +78,7 @@ post-install:
done; \
${INSTALL_DATA} config/vhosts.d/*.template ${DESTDIR}${EGDIR}/vhosts.d
+.include "../../devel/xxhash/buildlink3.mk"
.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.68 pkgsrc/www/lighttpd/distinfo:1.69
--- pkgsrc/www/lighttpd/distinfo:1.68 Fri Dec 3 15:55:54 2021
+++ pkgsrc/www/lighttpd/distinfo Sun Dec 5 18:15:19 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.68 2021/12/03 15:55:54 schmonz Exp $
+$NetBSD: distinfo,v 1.69 2021/12/05 18:15:19 schmonz Exp $
-BLAKE2s (lighttpd-1.4.62.tar.xz) = db81df12ebf0a72ef1f741c304e7ff7efb9e31e970239273701c277613416a5e
-SHA512 (lighttpd-1.4.62.tar.xz) = 871c6f5c086d6821cb0eee7658eeb8072f33af875fed81dfdbeb89796ff291b3695a90c44b18d6425ed16cdab95716b6e55162c7d401636d013996d3bedda8fe
-Size (lighttpd-1.4.62.tar.xz) = 1017752 bytes
+BLAKE2s (lighttpd-1.4.63.tar.xz) = 5038d3f1fd61ca95103ef21e15250d3e29db8d80f0078ac56554d27bba68562d
+SHA512 (lighttpd-1.4.63.tar.xz) = 1de647a3555744d03d2ac1b508d14f3c5bccfe5391c842465f1a68c57fa864047784c8d757798644ad882bd97cba5ffd7c8a6b98614e63b2ea0a732aa631f11e
+Size (lighttpd-1.4.63.tar.xz) = 1023568 bytes
SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e
Home |
Main Index |
Thread Index |
Old Index