1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/lighttpd: update to 1.4.71

Changelog:	https://www.lighttpd.net/2023/5/27/1.4.71/
This commit is contained in:
Piotr Kubaj 2023-05-30 04:52:52 +02:00
parent c5533629d7
commit 46affc0cb6
3 changed files with 4 additions and 16 deletions

View File

@ -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/

View File

@ -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

View File

@ -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)) {