pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd Update to 1.4.63. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdc162d43498
branches:  trunk
changeset: 770625:bdc162d43498
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Dec 05 18:15:19 2021 +0000

description:
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

diffstat:

 www/lighttpd/Makefile |  6 ++++--
 www/lighttpd/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r fcdd5d91f1f8 -r bdc162d43498 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Sun Dec 05 16:22:54 2021 +0000
+++ b/www/lighttpd/Makefile     Sun Dec 05 18:15:19 2021 +0000
@@ -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 @@
 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 @@
        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"
diff -r fcdd5d91f1f8 -r bdc162d43498 www/lighttpd/distinfo
--- a/www/lighttpd/distinfo     Sun Dec 05 16:22:54 2021 +0000
+++ b/www/lighttpd/distinfo     Sun Dec 05 18:15:19 2021 +0000
@@ -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