Here is an update to lighttpd 1.4.75.

- 1.4.75 - 2024-03-13
  * [mod_redirect] url.redirect-code = 308 new default
  * [ls-hpack] more portability fixes for sys/queue.h
  * [ls-hpack] update version to 2.3.3
  * [TLS] default to stronger ciphers w/ PFS and AEAD
  * [ci] apt-get install build-essential on Ubuntu
  * [ci] /usr/local/opt keg-only pkgs on Darwin(macOS)
  * [mod_authn_sasl] translate SASL_LOG_* to syslog
  * [build] include src/compat/sys/queue.h in tarball
  * [core] fdlog_openlog(), fdlog_closelog()
  * [mod_accesslog] fdlog_openlog() if using syslog
  * [cmake] fix LEMON_PATH with empty CMAKE_BUILD_TYPE
  * [ci] limit github ci to specific branches
  * [ci] prefer non-login shell for Cygwin CI build
  * [ci] prefer dash for Cygwin and MSYS2 builds
  * [mod_wstunnel] fix server.ping-interval w/ HTTP/2
  * [mod_dirlisting] fix suffix display of '/' on file (fixes #3242)
  * [mod_openssl] use internal asn1_time fn on 32-bit (fixes #3244)
  * [mod_openssl] faster ASN1_TIME parse
  * [mod_wolfssl] faster ASN1_TIME parse
  * [doc] update TLS comment in sample lighttpd.conf


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/lighttpd/Makefile,v
retrieving revision 1.180
diff -u -p -u -p -r1.180 Makefile
--- Makefile    24 Feb 2024 08:56:39 -0000      1.180
+++ Makefile    17 Mar 2024 06:42:41 -0000
@@ -1,6 +1,6 @@
 COMMENT=       secure, fast, compliant, and very flexible web-server
 
-DISTNAME=      lighttpd-1.4.74
+DISTNAME=      lighttpd-1.4.75
 CATEGORIES=    www net
 SITES=         https://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/lighttpd/distinfo,v
retrieving revision 1.74
diff -u -p -u -p -r1.74 distinfo
--- distinfo    24 Feb 2024 08:56:39 -0000      1.74
+++ distinfo    17 Mar 2024 06:42:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (lighttpd-1.4.74.tar.xz) = XAhzboMIj34Bl5cVnzBuiOxymr6XbcmPs77XG50+U7U=
-SIZE (lighttpd-1.4.74.tar.xz) = 1098796
+SHA256 (lighttpd-1.4.75.tar.xz) = i3IcqTnTEq+qbvMdy9avtRYe04Wsgo5vzNTFt2vhidY=
+SIZE (lighttpd-1.4.75.tar.xz) = 1102080

Reply via email to