Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2024 11:36:50 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2057bf194a3e - stable/14 - pkgbase: Remove FreeBSD-ipfilter package
Message-ID:  <202406041136.454BaoIL012025@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=2057bf194a3ed741dca305acad395230565c0a2f

commit 2057bf194a3ed741dca305acad395230565c0a2f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-03-30 08:36:35 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-06-04 11:36:24 +0000

    pkgbase: Remove FreeBSD-ipfilter package
    
    Put the periodic script for ipfilter in the FreeBSD-ipf package with
    all the utilities.
    
    PR:     278042
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    
    (cherry picked from commit 0cade55660917ecb3aff7a904759e1eb46772dab)
---
 usr.sbin/periodic/etc/security/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/periodic/etc/security/Makefile b/usr.sbin/periodic/etc/security/Makefile
index ddc51a672ae0..f70aa23a1445 100644
--- a/usr.sbin/periodic/etc/security/Makefile
+++ b/usr.sbin/periodic/etc/security/Makefile
@@ -24,7 +24,7 @@ DATAPACKAGE=	periodic
 CONFGROUPS+=		IPFILTER
 IPFILTER+=		510.ipfdenied
 IPFILTER+=		610.ipf6denied
-IPFILTERPACKAGE=	ipfilter
+IPFILTERPACKAGE=	ipf
 .endif
 
 .if ${MK_IPFW} != "no"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406041136.454BaoIL012025>