* [gentoo-commits] repo/gentoo:master commit in: net-firewall/sanewall/
@ 2016-04-28 23:44 Austin English
0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-04-28 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 8c518f84bc1ed8bb944e10e072d5cd092be8819e
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 23:42:43 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 23:42:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c518f84
net-firewall/sanewall: remove sanewall-1.1.6-r1
Package-Manager: portage-2.2.26
net-firewall/sanewall/sanewall-1.1.6-r1.ebuild | 57 --------------------------
1 file changed, 57 deletions(-)
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r1.ebuild b/net-firewall/sanewall/sanewall-1.1.6-r1.ebuild
deleted file mode 100644
index 93ebfa5..0000000
--- a/net-firewall/sanewall/sanewall-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="iptables firewall generator (fork of firehol)"
-HOMEPAGE="http://www.sanewall.org/"
-SRC_URI="http://download.sanewall.org/releases/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="app-arch/xz-utils"
-RDEPEND="net-firewall/iptables[ipv6]
- sys-apps/iproute2[-minimal]
- virtual/modutils
- || (
- net-misc/wget
- net-misc/curl
- )"
-
-pkg_setup() {
- local KCONFIG_OPTS="~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_MARK ~NF_NAT ~NF_NAT_FTP ~NF_NAT_IRC \
- ~IP_NF_IPTABLES ~IP_NF_FILTER ~IP_NF_TARGET_REJECT ~IP_NF_TARGET_LOG ~IP_NF_TARGET_ULOG \
- ~IP_NF_TARGET_MASQUERADE ~IP_NF_TARGET_REDIRECT ~IP_NF_MANGLE \
- ~NETFILTER_XT_MATCH_LIMIT ~NETFILTER_XT_MATCH_STATE ~NETFILTER_XT_MATCH_OWNER"
-
- get_version
- if [[ ${KV_PATCH} -ge 25 ]] ; then
- CONFIG_CHECK="~NF_CONNTRACK ${KCONFIG_OPTS}"
- else
- CONFIG_CHECK="~NF_CONNTRACK_ENABLED ${KCONFIG_OPTS}"
- fi
- linux-info_pkg_setup
-}
-
-src_configure() {
- econf --docdir="/usr/share/doc/${PF}"
-}
-
-src_install() {
- default
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
-}
-
-pkg_postinst() {
- # install default configuration if it doesn't exist
- if [[ ! -e "${ROOT}"/etc/${PN}/${PN}.conf ]] ; then
- einfo "Installing a sample configuration to ${ROOT}/etc/${PN}/${PN}.conf"
- cp "${ROOT}"/etc/${PN}/${PN}.conf.example "${ROOT}"/etc/${PN}/${PN}.conf || die
- fi
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/sanewall/
@ 2018-05-20 23:26 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-05-20 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 2309189157e4dccd2118a6dbd5304ba17b306551
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 20 11:59:50 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 23:24:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23091891
net-firewall/sanewall: use HTTPS
net-firewall/sanewall/sanewall-1.1.6-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild b/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
index c9997782098..b70dac95844 100644
--- a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
+++ b/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit linux-info
DESCRIPTION="iptables firewall generator (fork of firehol)"
-HOMEPAGE="http://www.sanewall.org/"
-SRC_URI="http://download.sanewall.org/releases/${PV}/${P}.tar.xz"
+HOMEPAGE="https://www.sanewall.org"
+SRC_URI="https://download.sanewall.org/releases/${PV}/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/sanewall/
@ 2018-06-20 17:39 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2018-06-20 17:39 UTC (permalink / raw
To: gentoo-commits
commit: d470885430d84440f323dabe6e083a0e1a6e0653
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 20 17:18:39 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 20 17:39:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4708854
net-firewall/sanewall: net-tools needed (#621534 by toralf)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-firewall/sanewall/sanewall-1.1.6-r2.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild b/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
index b70dac95844..5c45521aa61 100644
--- a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
+++ b/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
@@ -13,14 +13,17 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="app-arch/xz-utils"
-RDEPEND="net-firewall/iptables[ipv6]
+RDEPEND="
+ net-firewall/iptables[ipv6]
sys-apps/iproute2[-minimal]
+ sys-apps/net-tools
virtual/modutils
|| (
net-misc/wget
net-misc/curl
- )"
+ )
+"
+DEPEND=""
pkg_setup() {
local KCONFIG_OPTS="~NF_CONNTRACK_IPV4 ~NF_CONNTRACK_MARK ~NF_NAT ~NF_NAT_FTP ~NF_NAT_IRC \
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/sanewall/
@ 2020-08-08 14:21 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-08-08 14:21 UTC (permalink / raw
To: gentoo-commits
commit: c62a1ebc509c9a945bb18242c4a9deea7a1e9978
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 14:20:50 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 14:20:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62a1ebc
net-firewall/sanewall: migrate to sys-apps/kmod
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
.../sanewall/{sanewall-1.1.6-r2.ebuild => sanewall-1.1.6-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild b/net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
similarity index 98%
rename from net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
rename to net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
index 61fc3947d9d..0fe04aa2982 100644
--- a/net-firewall/sanewall/sanewall-1.1.6-r2.ebuild
+++ b/net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
net-firewall/iptables[ipv6]
sys-apps/iproute2[-minimal]
+ sys-apps/kmod[tools]
sys-apps/net-tools
- virtual/modutils
|| (
net-misc/wget
net-misc/curl
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-firewall/sanewall/
@ 2022-02-18 2:44 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-02-18 2:44 UTC (permalink / raw
To: gentoo-commits
commit: 52dcc2846fad9b8682f303893e92b23e6d20333c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 12 16:11:48 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 02:40:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52dcc284
net-firewall/sanewall: Use (+) for ipv6 flag deps
At this point, it is reasonable to assume that packages will be enabling
IPv6 unconditionally rather than dropping it altogether. Update the USE
dependencies to (+) to account for that, in preparation for removal
of the flag in iproute2 and iputils.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../sanewall/{sanewall-1.1.6-r3.ebuild => sanewall-1.1.6-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-firewall/sanewall/sanewall-1.1.6-r3.ebuild b/net-firewall/sanewall/sanewall-1.1.6-r4.ebuild
similarity index 95%
rename from net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
rename to net-firewall/sanewall/sanewall-1.1.6-r4.ebuild
index 0fe04aa29826..3381cbed5e8b 100644
--- a/net-firewall/sanewall/sanewall-1.1.6-r3.ebuild
+++ b/net-firewall/sanewall/sanewall-1.1.6-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
- net-firewall/iptables[ipv6]
+ net-firewall/iptables[ipv6(+)]
sys-apps/iproute2[-minimal]
sys-apps/kmod[tools]
sys-apps/net-tools
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-02-18 2:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-20 23:26 [gentoo-commits] repo/gentoo:master commit in: net-firewall/sanewall/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2022-02-18 2:44 Sam James
2020-08-08 14:21 Mikle Kolyada
2018-06-20 17:39 Pacho Ramos
2016-04-28 23:44 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox