git: 78bd6ba702c8 - main - net/relayd: Update to 7.3.2023.05.09-p5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 14:37:54 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=78bd6ba702c8d5a946194ccb56051926b4938ebe commit 78bd6ba702c8d5a946194ccb56051926b4938ebe Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2023-10-16 14:29:15 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2023-10-16 14:33:47 +0000 net/relayd: Update to 7.3.2023.05.09-p5 This release fixes relayd on recent 15.0, where the pf(4) ioctls has changed. Sponsored by: Modirum MDPay Sponsored by: Klara, Inc. --- net/relayd/Makefile | 8 ++++++-- net/relayd/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/net/relayd/Makefile b/net/relayd/Makefile index ccc6eded8181..49689f780818 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -1,5 +1,5 @@ PORTNAME= relayd -DISTVERSION= 7.3.2023.05.09-p4 +DISTVERSION= 7.3.2023.05.09-p5 CATEGORIES= net MASTER_SITES= https://github.com/KlaraSystems/freebsd-relayd/releases/download/${DISTVERSION}/ @@ -9,11 +9,15 @@ WWW= https://github.com/KlaraSystems/freebsd-relayd LICENSE= ISCL -USES= ssl uidfix +LIB_DEPENDS= libpfctl.so:net/libpfctl + +USES= localbase:ldflags ssl uidfix USE_RC_SUBR= relayd HAS_CONFIGURE= yes +LDFLAGS+= -lpfctl + USERS= _relayd GROUPS= _relayd diff --git a/net/relayd/distinfo b/net/relayd/distinfo index 91543e27745e..e4636bfe793a 100644 --- a/net/relayd/distinfo +++ b/net/relayd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690727024 -SHA256 (relayd-7.3.2023.05.09-p4.tar.gz) = c07b0d8174b777decc8a8aecb86c23d2108d1e30eec672b30428c90e1c8c99be -SIZE (relayd-7.3.2023.05.09-p4.tar.gz) = 1310720 +TIMESTAMP = 1697181690 +SHA256 (relayd-7.3.2023.05.09-p5.tar.gz) = a3a3cae8f6c69f3aff8bc167a88c3c38723f50481d1be9c2002ec71cd60c78e3 +SIZE (relayd-7.3.2023.05.09-p5.tar.gz) = 1310720