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 Apr 14 18:04:59 UTC 2024
Modified Files:
pkgsrc/www/lighttpd: Makefile distinfo
Log Message:
lighttpd: update to 1.4.76. Changes:
* [core] add default to builtin mimetype.assign
* [core] add MPTCP support
* [core] disable MPTCP support by default
* [mod_expire] omit caching hdrs for 204 No Content
* [mod_staticfile] noinline cold func
* [core] GNU/Hurd preadv2() RWF_NOWAIT ENOTSUP
* [core] special value for Linux POLLRDHUP on SPARC
* [mod_openssl] define asn1 time w/ OPENSSL_NO_OCSP
* [h2] VU#421644 HTTP/2 CONTINUATION Flood
* [build] packdist.sh git archive; replace make dist
* [core] gw_network_backend_write_error() cold func
* [core] reduce syscalls in some backend connect
* [core] defer TCP_FIN propagate if connect()ing (fixes #3249)
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.82 -r1.83 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.128 pkgsrc/www/lighttpd/Makefile:1.129
--- pkgsrc/www/lighttpd/Makefile:1.128 Wed Mar 13 15:56:33 2024
+++ pkgsrc/www/lighttpd/Makefile Sun Apr 14 18:04:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.128 2024/03/13 15:56:33 schmonz Exp $
+# $NetBSD: Makefile,v 1.129 2024/04/14 18:04:59 schmonz Exp $
-DISTNAME= lighttpd-1.4.75
+DISTNAME= lighttpd-1.4.76
CATEGORIES= www
MASTER_SITES= https://download.lighttpd.net/lighttpd/releases-1.4.x/
EXTRACT_SUFX= .tar.xz
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= # empty
-USE_TOOLS+= pkg-config perl:test
+USE_TOOLS+= autoconf automake autoreconf m4 pkg-config perl:test
GNU_CONFIGURE= yes
GNU_CONFIGURE_LIBSUBDIR= ${PKGBASE}
CONFIGURE_ARGS+= --with-pcre2
@@ -65,6 +65,9 @@ SUBST_VARS.path= LIGHTTPD_LOGDIR LIGHTTP
LIGHTTPD_CACHEDIR LIGHTTPD_HOMEDIR \
LIGHTTPD_GROUP PKG_SYSCONFDIR VARBASE
+pre-configure:
+ cd ${WRKSRC} && ${SH} ./autogen.sh
+
post-install:
set -e; cd ${WRKSRC}/doc; \
for f in *.css outdated/*.dot outdated/*.txt; do \
Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.82 pkgsrc/www/lighttpd/distinfo:1.83
--- pkgsrc/www/lighttpd/distinfo:1.82 Wed Mar 13 15:56:33 2024
+++ pkgsrc/www/lighttpd/distinfo Sun Apr 14 18:04:59 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.82 2024/03/13 15:56:33 schmonz Exp $
+$NetBSD: distinfo,v 1.83 2024/04/14 18:04:59 schmonz Exp $
-BLAKE2s (lighttpd-1.4.75.tar.xz) = 661b8886c0d5db546393bbabffbc589c8a204b5db9ad6ed4e383c5c221fd5ce0
-SHA512 (lighttpd-1.4.75.tar.xz) = 2066ad3e9eeaed4179bd6d3a2becc4ed57d6b00cbdd729a3c0d9a7276ee9c7906c9f1274f4def696d5ef0e662158ea13eb7ecb8e107cac5519ac98a83cf9d7ef
-Size (lighttpd-1.4.75.tar.xz) = 1102080 bytes
+BLAKE2s (lighttpd-1.4.76.tar.xz) = e00c744cc3c9cd9f29dda5507b0a0cb23f699ab0b13a2e59726583f81cb5c305
+SHA512 (lighttpd-1.4.76.tar.xz) = 940f00f2d84e3424c389108d09756a0af41db3559474135b6c502deccd08ad051b5184f3f7907436384964d2b05045e27dca463af98c889cee69b0ae6e202782
+Size (lighttpd-1.4.76.tar.xz) = 847132 bytes
SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e
Home |
Main Index |
Thread Index |
Old Index