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:   nros
Date:           Mon Feb  3 11:08:06 UTC 2020

Modified Files:
        pkgsrc/www/lighttpd: Makefile distinfo
Removed Files:
        pkgsrc/www/lighttpd/patches: patch-src_fdevent__solaris__port.c

Log Message:
Update lighttpd to version 1.4.55

patch-src_fdevent__solaris__port.c was removed since what it solves is fixed
in this version.

Changes from 1.4.54

    [core] fix compile error on Solaris
    [core] attribute_pure
    [core] array-specialized buffer_caseless_compare()
    [core] specialized buffer_eq_*() for short strings
    [core] mark some more funcs w/ attribute_pure
    [core] use buffer_eq_icase* funcs
    [multiple] replace strcasecmp() on short strings
    [core] mark some more funcs w/ attribute_pure
    [mod_webdav] fix startup crash w/ multiple conds
    [core] cold func http_response_omit_header()
    [core] use buffer_eq_icase_ssn func
    [core] use buffer_eq_icase_ssn func
    [core] correct attribute_pure syntax
    [core] allocate unix socket paths with SUN_LEN()+1
    Use explicit_memset from NetBSD if available for safe_memclear
    Also use explicit_memset (NetBSD) with cmake, scons and meson
    [cmake]: enable CMAKE_POSITION_INDEPENDENT_CODE by default
    [core] improve http_headers[] data struct packing
    [core] fdevent_poll() is effective periodic timer
    [core] move con state handling to connections*.c
    [core] issue config error for invalid ‘:’
    [mod_deflate] fix choose encoding parse error
    [core] retry on some fdevent set/del temporary err
    [core] disable stat_cache FAM if FAM conn closed
    [mod_auth] http_auth_const_time_memeq improvement
    [build] prefer pkg-config for postgres
    [mod_authn_gssapi] 500 if fail to delegate creds
    [mod_authn_gssapi] option to store delegated creds
    [mod_webdav] fix file uploads > 128M
    [mod_auth] do not use quoted-string for algorithm
    [mod_auth] require digest uri= match original URI
    [mod_auth] Authentication-Info: nextnonce=…
    [mod_auth] http_auth_const_time_memeq_pad()
    [mod_auth] http_auth_const_time_memeq()
    [build] PGSQL_CFLAGS with pkg-config for postgres
    [core] avoid freeaddrinfo() on NULL ptr
    [core] reject WS following header field-name
    [core] reject Transfer-Encoding + Content-Length
    [mod_openssl] reject invalid ALPN
    [mod_accesslog] parse multiple cookies
    [core] Oracle Solaris does not have POLLRDHUP
    [multiple] address coverity warnings
    [core] preserve %2b and %2B in query string
    [core] fall back to accept() if accept4() EPERM
    [mod_auth] close connection after bad password
    [core] do not accept() > server.max-connections
    [core] save errno before logging if execve() fails
    [config] update /var/run → /run for systemd
    [core] Solaris has getloadavg in sys/loadavg.h
    [build] Fix build when using nested CMake
    [core] fix one-byte OOB read (underflow)


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/www/lighttpd/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/www/lighttpd/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/www/lighttpd/patches/patch-src_fdevent__solaris__port.c

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.85 pkgsrc/www/lighttpd/Makefile:1.86
--- pkgsrc/www/lighttpd/Makefile:1.85   Sat Jan 18 21:51:08 2020
+++ pkgsrc/www/lighttpd/Makefile        Mon Feb  3 11:08:06 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2020/01/18 21:51:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.86 2020/02/03 11:08:06 nros Exp $
 
-DISTNAME=      lighttpd-1.4.54
-PKGREVISION=   1
+DISTNAME=      lighttpd-1.4.55
 CATEGORIES=    www
 MASTER_SITES=  http://download.lighttpd.net/lighttpd/releases-1.4.x/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/lighttpd/distinfo
diff -u pkgsrc/www/lighttpd/distinfo:1.54 pkgsrc/www/lighttpd/distinfo:1.55
--- pkgsrc/www/lighttpd/distinfo:1.54   Mon Nov 11 19:47:10 2019
+++ pkgsrc/www/lighttpd/distinfo        Mon Feb  3 11:08:06 2020
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.54 2019/11/11 19:47:10 nros Exp $
+$NetBSD: distinfo,v 1.55 2020/02/03 11:08:06 nros Exp $
 
-SHA1 (lighttpd-1.4.54.tar.xz) = 31c6df437d90f4bceb41f6d758e0fbcd0f854a37
-RMD160 (lighttpd-1.4.54.tar.xz) = 24ac7d816918e1c87aaaa1e6ae8f775a464527fc
-SHA512 (lighttpd-1.4.54.tar.xz) = aa180a2751711a77b9da91a6a285c967d2c183ccbabe3e9064aea74e44629c3b0227ac98c7d720c8d4d223ce4b31e8b221b05b928adc917b199ab1015fcdba37
-Size (lighttpd-1.4.54.tar.xz) = 763248 bytes
+SHA1 (lighttpd-1.4.55.tar.xz) = 05747d89467789f8ce6f86f4f3aee6260579d91c
+RMD160 (lighttpd-1.4.55.tar.xz) = 3ec0c81a6ee286efc998150690c9e39f9606ef28
+SHA512 (lighttpd-1.4.55.tar.xz) = 023d5a54079e710a89a59e259c0b5798103ef6fce4544c36110dc4c5281ef429ef99369923d74123fcf8be37afe622d44cd7149078d21971ff26f3f4ee37c439
+Size (lighttpd-1.4.55.tar.xz) = 765660 bytes
 SHA1 (patch-doc_config_lighttpd.conf) = 9b249155aa29d7d068d48a601f314aa4b62491ef
 SHA1 (patch-doc_lighttpd.8) = 81b7606752312227b142975d4e781496442e9ed8
-SHA1 (patch-src_fdevent__solaris__port.c) = 7d9175065bb751b4a23941c97d0ff0383586cd7e



Home | Main Index | Thread Index | Old Index