From acda2ffddf031e00f008a9e99984347037b91e30 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Mon, 28 Dec 2020 17:19:18 +0000 Subject: www/lighttpd: update to 1.4.58 Changelog: https://www.lighttpd.net/2020/12/27/1.4.58/ --- www/lighttpd/Makefile | 2 +- www/lighttpd/distinfo | 8 +++++--- www/lighttpd/files/patch-src_mod__webdav.c | 11 ----------- 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 www/lighttpd/files/patch-src_mod__webdav.c diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index c4019738030f..f6516b70464f 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.57 +PORTVERSION= 1.4.58 CATEGORIES?= www MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 0ef5633db1aa..cf54b2d101d4 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1608212582 -SHA256 (lighttpd-1.4.57.tar.xz) = 52ca961b89c12f7ecbb2e4e0c5a9e79b2863c64e33c42832a165e7f894d6217f -SIZE (lighttpd-1.4.57.tar.xz) = 954152 +TIMESTAMP = 1609173493 +SHA256 (lighttpd-1.4.58.tar.xz) = 267feffda13a190ebdce7b15172d8be16da98008457f30fddecd72832d126d0e +SIZE (lighttpd-1.4.58.tar.xz) = 956828 +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_mod__webdav.c b/www/lighttpd/files/patch-src_mod__webdav.c deleted file mode 100644 index 1fc6bbc8deef..000000000000 --- a/www/lighttpd/files/patch-src_mod__webdav.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mod_webdav.c.orig 2020-12-23 18:18:24 UTC -+++ src/mod_webdav.c -@@ -4574,7 +4574,7 @@ mod_webdav_put_deprecated_unsafe_partial_put_compat (r - return HANDLER_FINISHED; - } - -- #ifdef HAVE_COPY_FILE_RANGE -+ #if defined(HAVE_COPY_FILE_RANGE) && !defined(__FreeBSD__) - /* use Linux copy_file_range() if available - * (Linux 4.5, but glibc 2.27 provides a user-space emulation) - * fd_in and fd_out must be on same mount (handled in mod_webdav_put_prep()) -- cgit v1.2.3