git: 8964276c1e29 - main - www/lighttpd: update to 1.4.63
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Dec 2021 21:29:18 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8964276c1e29718969d67743838e89a2f7237ecd commit 8964276c1e29718969d67743838e89a2f7237ecd Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-04 21:27:35 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-04 21:27:35 +0000 www/lighttpd: update to 1.4.63 Changelog: https://www.lighttpd.net/2021/12/4/1.4.63/ --- www/lighttpd/Makefile | 2 +- www/lighttpd/distinfo | 6 +++--- www/lighttpd/files/lighttpd.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index a868fd48e571..8441801f4cb4 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,7 +1,7 @@ # Created by: k@123.org PORTNAME?= lighttpd -PORTVERSION= 1.4.62 +PORTVERSION= 1.4.63 CATEGORIES?= www MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/ diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index d8ac4b9d5dc7..4335734e803f 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1638448213 -SHA256 (lighttpd-1.4.62.tar.xz) = 36cf483cf34a06f7c75c724a4237d8779b0d88ce208a1742763793d317114ab7 -SIZE (lighttpd-1.4.62.tar.xz) = 1017752 +TIMESTAMP = 1638652906 +SHA256 (lighttpd-1.4.63.tar.xz) = 2aef7f0102ebf54a1241a1c3ea8976892f8684bfb21697c9fffb8de0e2d6eab9 +SIZE (lighttpd-1.4.63.tar.xz) = 1023568 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/lighttpd.in b/www/lighttpd/files/lighttpd.in index 1894d95c50e4..3ea8749e615e 100644 --- a/www/lighttpd/files/lighttpd.in +++ b/www/lighttpd/files/lighttpd.in @@ -47,7 +47,7 @@ fi command=%%PREFIX%%/sbin/lighttpd stop_postcmd=stop_postcmd -#restart_precmd="lighttpd_checkconfig" +restart_precmd="lighttpd_checkconfig" graceful_precmd="lighttpd_checkconfig" graceful_cmd="lighttpd_graceful" gracefulstop_cmd="lighttpd_gracefulstop"