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:           Sat May 27 20:31:40 UTC 2023

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo

Log Message:
Update to 1.4.71. From the changelog:

* [mod_h2] HTTP/2 separate module; no longer builtin
* [mod_magnet] fix static build using autoconf (fixes #3203)
* [core] fix new use of posix_spawn with some glibc (fixes #3201)
* [core] check getaddrinfo EAI_ADDRFAMILY w/ glibc
* [core] quiet lemon.c clang C2x warnings
* [core] compile w/o posix_spawn() on iOS
* [core] fix crash due to missing initialization (fixes #3207)
* [core] request_init() separate static func
* [multiple] remove some unused/redundant includes
* [core] server.modules s/mod_compress/mod_deflate/
* [core] preproc consistency #pragma GCC diagnostic
* [core] update ls-hpack
* [core] use empty value in srvconf.config_touched
* [core] provide mimetype.assign default if unset
* [mod_vhostdb_mysql] MySQL missing mysql_get_socket (fixes #3208)
* [core] clarify comment


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.76 -r1.77 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.121 pkgsrc/www/lighttpd/Makefile:1.122
--- pkgsrc/www/lighttpd/Makefile:1.121  Wed May 10 13:32:48 2023
+++ pkgsrc/www/lighttpd/Makefile        Sat May 27 20:31:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2023/05/10 13:32:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.122 2023/05/27 20:31:40 schmonz Exp $
 
-DISTNAME=      lighttpd-1.4.70
+DISTNAME=      lighttpd-1.4.71
 CATEGORIES=    www
 MASTER_SITES=  https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.76 pkgsrc/www/lighttpd/distinfo:1.77
--- pkgsrc/www/lighttpd/distinfo:1.76   Wed May 10 13:32:48 2023
+++ pkgsrc/www/lighttpd/distinfo        Sat May 27 20:31:40 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.76 2023/05/10 13:32:48 schmonz Exp $
+$NetBSD: distinfo,v 1.77 2023/05/27 20:31:40 schmonz Exp $
 
-BLAKE2s (lighttpd-1.4.70.tar.xz) = b9dd5a00bbed719d1f94d980df32d52be70c828120c23734b6ae5608e54f8c89
-SHA512 (lighttpd-1.4.70.tar.xz) = 50a4b9e3ded2c40ad6c2f4d0dff8b89d412a839ba2e6eb0d9310c344adfa7c2067f3220f666b81fc0e1a1efafa222f5bba00f91b5925f55fddeacc2304837a21
-Size (lighttpd-1.4.70.tar.xz) = 1070048 bytes
+BLAKE2s (lighttpd-1.4.71.tar.xz) = ab99ba88309cb789597b457ee558e896636b7a5efa715f89aee01d83fa8ff73d
+SHA512 (lighttpd-1.4.71.tar.xz) = c1388b563b9cf9dcab0a57bec42b09b2cb5e1932bc137ae5f957d1bf3932ddd8f5f188002a7b9a00f0a92ba3779b21ecbea2ccffa91e686b6660c9cc455d6598
+Size (lighttpd-1.4.71.tar.xz) = 1070904 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 50f9529ea7ecfae741ca47f0514175dbf1aa52d9
 SHA1 (patch-doc_lighttpd.8) = e08ac362784aebaca566d0f65380b70a829d6b4e



Home | Main Index | Thread Index | Old Index