git: 5fb451210060 - main - www/obhttpd: Update to 7.0.20211108
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Dec 2021 18:54:52 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fb4512100600119df001a86b4d135ab178afe01 commit 5fb4512100600119df001a86b4d135ab178afe01 Author: Nikola Kolev <koue@chaosophia.net> AuthorDate: 2021-12-12 18:45:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-12-12 18:54:04 +0000 www/obhttpd: Update to 7.0.20211108 Changelog: https://github.com/koue/httpd/blob/master/ChangeLog PR: 259733 Approved by: mentors (implicit) --- www/obhttpd/Makefile | 4 ++-- www/obhttpd/distinfo | 10 +++++----- www/obhttpd/files/patch-src.usr.bin_htpasswd_Makefile | 9 --------- www/obhttpd/files/patch-src.usr.sbin_httpd_Makefile | 10 ---------- 4 files changed, 7 insertions(+), 26 deletions(-) diff --git a/www/obhttpd/Makefile b/www/obhttpd/Makefile index 304ad16bd43c..d2caac235cae 100644 --- a/www/obhttpd/Makefile +++ b/www/obhttpd/Makefile @@ -1,5 +1,5 @@ PORTNAME= obhttpd -PORTVERSION= 6.9.20210510 +PORTVERSION= 7.0.20211108 CATEGORIES= www MASTER_SITES= OPENBSD/LibreSSL:libressl DISTFILES= libressl-${SSL}.tar.gz:libressl @@ -37,7 +37,7 @@ LDFLAGS+= -L${WRKSRC_libimsg}/src/lib/libutil \ USERS= www GROUPS= www -SSL= 3.3.3 +SSL= 3.4.1 LIBEVENT= 6.6.20191030 LIBIMSG= 6.9.20210510 diff --git a/www/obhttpd/distinfo b/www/obhttpd/distinfo index 9c38c4972944..dd8b57d98119 100644 --- a/www/obhttpd/distinfo +++ b/www/obhttpd/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1620680257 -SHA256 (libressl-3.3.3.tar.gz) = a471565b36ccd1a70d0bd7d37c6e95c43a26a62829b487d9d2cdebfe58be3066 -SIZE (libressl-3.3.3.tar.gz) = 3848064 -SHA256 (koue-httpd-6.9.20210510_GH0.tar.gz) = 864b2cb2f5097bd64b1ce01b196d750523f43c6ca4e94bc1b6495410786a2829 -SIZE (koue-httpd-6.9.20210510_GH0.tar.gz) = 168270 +TIMESTAMP = 1636430215 +SHA256 (libressl-3.4.1.tar.gz) = 107ceae6ca800e81cb563584c16afa36d6c7138fade94a2b3e9da65456f7c61c +SIZE (libressl-3.4.1.tar.gz) = 3917346 +SHA256 (koue-httpd-7.0.20211108_GH0.tar.gz) = 7b382eb9f7e46f523323eb1980988b14742797acf16ce794da29271ff6ab04fb +SIZE (koue-httpd-7.0.20211108_GH0.tar.gz) = 172022 SHA256 (koue-libevent-6.6.20191030_GH0.tar.gz) = 20ae6a4eb59875a3550d7a63edb6b082caf04920fa2a52df6755a5da5af5303e SIZE (koue-libevent-6.6.20191030_GH0.tar.gz) = 67565 SHA256 (koue-libimsg-6.9.20210510_GH0.tar.gz) = 0e93eeb5a167ee4d80ed5f4d53923ae5de9be9742ac1ef1cac3973fad2a3cd26 diff --git a/www/obhttpd/files/patch-src.usr.bin_htpasswd_Makefile b/www/obhttpd/files/patch-src.usr.bin_htpasswd_Makefile deleted file mode 100644 index b5b6f16f190b..000000000000 --- a/www/obhttpd/files/patch-src.usr.bin_htpasswd_Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- src/usr.bin/htpasswd/Makefile.orig 2018-07-10 10:58:14 UTC -+++ src/usr.bin/htpasswd/Makefile -@@ -1,5 +1,6 @@ - # $OpenBSD: Makefile,v 1.4 2017/07/09 21:23:19 espie Exp $ - LOCALBASE?= /usr/local -+BINDIR?= ${LOCALBASE}/bin - - PROG= htpasswd - SRCS= htpasswd.c diff --git a/www/obhttpd/files/patch-src.usr.sbin_httpd_Makefile b/www/obhttpd/files/patch-src.usr.sbin_httpd_Makefile deleted file mode 100644 index 96fc0028ee8f..000000000000 --- a/www/obhttpd/files/patch-src.usr.sbin_httpd_Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- src/usr.sbin/httpd/Makefile.orig 2018-07-10 10:58:32 UTC -+++ src/usr.sbin/httpd/Makefile -@@ -1,6 +1,7 @@ - # $OpenBSD: Makefile,v 1.30 2017/07/03 22:21:47 espie Exp $ - - LOCALBASE?= /usr/local -+BINDIR?= ${LOCALBASE}/sbin - PROG= httpd - SRCS= parse.y - SRCS+= config.c control.c httpd.c log.c logger.c proc.c getdtablecount.c