Skip to content

Commit

Permalink
net/relayd: Update to 7.3.2023.05.09-p5
Browse files Browse the repository at this point in the history
This release fixes relayd on recent 15.0, where the pf(4) ioctls has
changed.

Sponsored by:	Modirum MDPay
Sponsored by:	Klara, Inc.
  • Loading branch information
0mp committed Oct 16, 2023
1 parent b569211 commit 78bd6ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions 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}/

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 78bd6ba

Please sign in to comment.