summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-28 17:19:18 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-28 17:19:18 +0000
commitacda2ffddf031e00f008a9e99984347037b91e30 (patch)
treefd4560e8665ca1b627c892a8b9bee2c0c0e89a7a /www
parentx11-themes/matcha-gtk-themes: Update to 2020-12-25 (diff)
www/lighttpd: update to 1.4.58
Changelog: https://www.lighttpd.net/2020/12/27/1.4.58/
Notes
Notes: svn path=/head/; revision=559511
Diffstat (limited to 'www')
-rw-r--r--www/lighttpd/Makefile2
-rw-r--r--www/lighttpd/distinfo8
-rw-r--r--www/lighttpd/files/patch-src_mod__webdav.c11
3 files changed, 6 insertions, 15 deletions
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())