git: 46affc0cb692 - main - www/lighttpd: update to 1.4.71
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 May 2023 02:53:03 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=46affc0cb6928fbc39f082ab4cf7f18f4ea8cf21 commit 46affc0cb6928fbc39f082ab4cf7f18f4ea8cf21 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-05-30 02:52:52 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-05-30 02:52:52 +0000 www/lighttpd: update to 1.4.71 Changelog: https://www.lighttpd.net/2023/5/27/1.4.71/ --- www/lighttpd/Makefile | 3 +-- www/lighttpd/distinfo | 6 +++--- www/lighttpd/files/patch-src_sock__addr.c | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 1d6e9701314a..b21f2d23ccc9 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,5 @@ PORTNAME?= lighttpd -PORTVERSION= 1.4.70 -PORTREVISION= 1 +PORTVERSION= 1.4.71 CATEGORIES?= www MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 0f258d7994ac..6cc086b231d2 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1683728739 -SHA256 (lighttpd-1.4.70.tar.xz) = 921ebe1cf4b6b9897e03779ab7a23a31f4ba40a1abe2067525c33cd3ce61fe85 -SIZE (lighttpd-1.4.70.tar.xz) = 1070048 +TIMESTAMP = 1685414150 +SHA256 (lighttpd-1.4.71.tar.xz) = b8b6915da20396fdc354df3324d5e440169b2e5ea7859e3a775213841325afac +SIZE (lighttpd-1.4.71.tar.xz) = 1070904 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = dc9bd6e26755cc2e3ccf6eaf8cc89e5d697f5a876f71318be67b28225368fd4e SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch) = 242037 diff --git a/www/lighttpd/files/patch-src_sock__addr.c b/www/lighttpd/files/patch-src_sock__addr.c deleted file mode 100644 index 9917b52a0ef2..000000000000 --- a/www/lighttpd/files/patch-src_sock__addr.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sock_addr.c.orig 2023-05-15 15:41:44 UTC -+++ src/sock_addr.c -@@ -496,7 +496,7 @@ int sock_addr_from_str_hints(sock_addr * const restric - if (0 != (rc = getaddrinfo(str, NULL, &hints, &res))) { - hints.ai_family = AF_INET; - if ( -- #ifdef EAI_ADDRFAMILY -+ #if defined(__GLIBC__) && defined(EAI_ADDRFAMILY) - EAI_ADDRFAMILY == rc && - #endif - 0 == getaddrinfo(str, NULL, &hints, &res)) {