From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/
Date: Fri, 15 Jul 2022 01:26:28 +0000 (UTC) [thread overview]
Message-ID: <1657848190.d927284e8cebc422680d483511f86c9d3ccc576f.sam@gentoo> (raw)
commit: d927284e8cebc422680d483511f86c9d3ccc576f
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Wed Jul 13 07:06:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 01:23:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d927284e
net-firewall/ferm: bump to 2.7
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-firewall/ferm/Manifest | 1 +
net-firewall/ferm/ferm-2.7.ebuild | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest
index 5911cbd03b28..c922ceca1f20 100644
--- a/net-firewall/ferm/Manifest
+++ b/net-firewall/ferm/Manifest
@@ -1,2 +1,3 @@
DIST ferm-2.5.1.tar.xz 74860 BLAKE2B 8ad76918f45516dcbee18922600690f9d1c418ee62b0edc3eef43c09138fbf3c2d820cb692d855deb779adc183122591e88929f130b25fc658f4e1fae9393430 SHA512 bc7228fbf452722fef54519fec97d3548bc73ec5350aa1f7dd68aa2ac35c233f6fae6aeee6bf687c478cc58f20afab3ce25dd237cd68ebe2eb9b23c77d29e4ab
DIST ferm-2.6.tar.xz 76748 BLAKE2B 17c15e9d95c4562d1635715c599ab07fc98d8e9ebfcc332a42953fe279298799f26f7b3679f97e5dc9a82b745f70f54756fe2a9ed5763e91db15f7c0255c179e SHA512 af2bb852630304a86629c2ce3af8f557d17f59c704589ea130d8578f300a606e4fedbd39c88f89646df974947fc27982e3ea21de1187257afc74a6056fdf666c
+DIST ferm-2.7.tar.xz 77320 BLAKE2B 1c7b9e111b86cebc5c0f503e96422d3411b14eb18621268653262926be3e2493b6e66869d607feddbcdb945dada8960f40f166202e3b61a6e93007683fa3a38b SHA512 bbc0e025514c8bf826dd0c13c24cba64b2729380bce5ab8f0e1a72c4f22471edc4fcd2c343cf9af97a2e9bd204ba27feefcfe21d4b0ce53837be042f863c9c24
diff --git a/net-firewall/ferm/ferm-2.7.ebuild b/net-firewall/ferm/ferm-2.7.ebuild
new file mode 100644
index 000000000000..13e74b23ec9e
--- /dev/null
+++ b/net-firewall/ferm/ferm-2.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="Command line util for managing firewall rules"
+HOMEPAGE="http://ferm.foo-projects.org/"
+SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# Uses Internet connection while testing.
+RESTRICT="test"
+
+# does not install any perl libs
+RDEPEND="dev-lang/perl:*
+ net-firewall/iptables
+ virtual/perl-File-Spec"
+
+DOCS=( AUTHORS NEWS README.rst TODO doc/ferm.txt examples/ )
+HTML_DOCS=( doc/ferm.html )
+
+src_install() {
+ dosbin src/{,import-}ferm
+ systemd_dounit ferm.service
+
+ einstalldocs
+ doman doc/*.1
+}
+
+pkg_postinst() {
+ elog "See ${EROOT}/usr/share/doc/${PF}/examples for sample configs"
+}
next reply other threads:[~2022-07-15 1:26 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-15 1:26 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-25 0:48 [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/ Sam James
2022-10-27 7:48 Joonas Niilola
2022-10-27 7:40 Agostino Sarubbo
2022-10-25 10:44 Sam James
2022-07-15 1:26 Sam James
2021-10-30 17:24 Agostino Sarubbo
2021-10-29 18:54 Sam James
2021-10-29 18:53 Sam James
2021-02-12 17:02 Sam James
2021-02-12 17:02 Sam James
2020-09-05 2:40 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-02-25 14:51 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2018-05-08 22:05 Sergei Trofimovich
2018-02-21 3:01 Thomas Deutschmann
2017-09-14 22:14 Patrice Clement
2017-09-14 22:14 Patrice Clement
2017-05-18 17:53 Michael Weber
2017-05-10 15:44 Agostino Sarubbo
2017-05-10 15:20 Agostino Sarubbo
2017-04-19 6:58 Michael Weber
2017-04-13 8:56 Patrice Clement
2017-04-07 16:05 Agostino Sarubbo
2017-01-29 16:58 Michael Palimaka
2017-01-29 16:58 Michael Palimaka
2016-12-28 19:48 Michael Palimaka
2016-12-21 9:57 Tobias Klausmann
2016-06-14 11:34 Amy Winston
2016-06-14 6:12 Göktürk Yüksek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657848190.d927284e8cebc422680d483511f86c9d3ccc576f.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox