summaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2020-02-03 11:08:06 +0000
committernros <nros@pkgsrc.org>2020-02-03 11:08:06 +0000
commit0bc1ab017144ce0b5341b0a6689fec82ae236b0d (patch)
tree1b3f9bf8527a73ba9a8fa6a3ea34698be2e68bcb /www/lighttpd
parent896b54321a9f9616e94c5f16cf03301215b55403 (diff)
downloadpkgsrc-0bc1ab017144ce0b5341b0a6689fec82ae236b0d.tar.gz
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)
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile5
-rw-r--r--www/lighttpd/distinfo11
-rw-r--r--www/lighttpd/patches/patch-src_fdevent__solaris__port.c14
3 files changed, 7 insertions, 23 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index 107374f4631..f4139134332 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -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
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index 3d0efd818d9..69fb28e6fb9 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -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
diff --git a/www/lighttpd/patches/patch-src_fdevent__solaris__port.c b/www/lighttpd/patches/patch-src_fdevent__solaris__port.c
deleted file mode 100644
index ff62019f826..00000000000
--- a/www/lighttpd/patches/patch-src_fdevent__solaris__port.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_fdevent__solaris__port.c,v 1.3 2019/11/11 19:47:10 nros Exp $
-* fix build on illumos
- from upstream: https://redmine.lighttpd.net/issues/2959
---- src/fdevent_solaris_port.c.orig 2019-11-11 18:06:14.250349299 +0000
-+++ src/fdevent_solaris_port.c
-@@ -20,7 +20,7 @@ static int fdevent_solaris_port_event_de
- }
-
- static int fdevent_solaris_port_event_set(fdevents *ev, fdnode *fdn, int events) {
-- int fd = fdn->fdn_ndx = fdn->fd;
-+ int fd = fdn->fde_ndx = fdn->fd;
- intptr_t ud = events & (POLLIN|POLLOUT);
- return port_associate(ev->port_fd,PORT_SOURCE_FD,fd,(int)ud,(void*)ud);
- }