public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/
Date: Thu, 14 Sep 2017 22:14:59 +0000 (UTC)	[thread overview]
Message-ID: <1505427280.5ba638ac882134fcdc1b5fed1df0e2e2bdebf04d.monsieurp@gentoo> (raw)

commit:     5ba638ac882134fcdc1b5fed1df0e2e2bdebf04d
Author:     Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Thu Sep  7 15:25:38 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 22:14:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba638ac

net-firewall/ferm: version bump to 2.4.1.

Package-Manager: Portage-2.3.8, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5653

 net-firewall/ferm/Manifest          |  1 +
 net-firewall/ferm/ferm-2.4.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest
index 94d24e25886..5dd27c55ff0 100644
--- a/net-firewall/ferm/Manifest
+++ b/net-firewall/ferm/Manifest
@@ -1,3 +1,4 @@
 DIST ferm-2.3.1.tar.gz 126720 SHA256 8a5444e2844023798e5c681516253c1d3c948ad8aa3b93bd3ce8902945b38de9 SHA512 3d1901dac691334f6f30ca175f2ad1909146479c7dcc43bc8e8ee8fc361eb3d0c4fd6d18546613ac226da7e4e7e891428e4dda37b48f66b0884fdb97cd84e267 WHIRLPOOL 2402d570ab5502dc78c88872773810cfc77699764bef8a2496a627f4e0f2fdea2250a24df8f35e8e6a2415a151d8571854157d45e60965b0c19eb1a5631deaf3
 DIST ferm-2.3.tar.gz 125706 SHA256 9de83d3e5f6e459f27140ae50610ed9419ac4f7b90d8d51e54c1172ea11ba64b SHA512 0df172fcae0d862df1d2840c401ebf5a20a609f447301c398c0d5f9992d07af23b09530f4214d3debd231f35b1d7c76324f57d134225cf884008daec1c3c76f8 WHIRLPOOL 327b870c191cb25839bd2a08cf5ab1e9d2b87ccffdd81cc4f004c68492fb2914d712332553fbd5b1d189e9beedf64b6f4622073a76e931da9f20f9cf418f77fe
+DIST ferm-2.4.1.tar.xz 71324 SHA256 8a6f7d5beeac07c574bef7a6f938ef543c08aaa0b9980830b9dafb11cae468bb SHA512 beea4b8dd04e00662ef380442f8249c2d2dadf6d35b90e415038df807c8d08295d2575efbf3265f48f5e92afa174135a9c662f74d52545dd3e1c55a1436aa5bb WHIRLPOOL d2d115112a538ef39160fd0906d6abb9b3deb2f4a70adf77f4e84170f8d355063c8806d3587175dc5cba0c0a429fdcb713ab7ce4d57cd5a5f6683721fc5276ad
 DIST ferm-2.4.tar.gz 128776 SHA256 1293d56d6e9d3e3a389c54919fee5a4323ce81fc8b25eee8f3296a858410d470 SHA512 0b36b95a5ebb4cd306f9ab84ea12ce16c15d56ecc70c895261c74310f2474946ec1e73d63e7cda5becbfa875091c1362c715226776793c5b6ed179bf543ab27e WHIRLPOOL d4a2a10b6bc3b1b18ddcc1d3b0250f6054329ae8a6a727daf89dde7f9ba851c10b98ff9cc334f9357ea4cb932f821b6ecfd2e117cdd29b7b685afa724e9df6e8

diff --git a/net-firewall/ferm/ferm-2.4.1.ebuild b/net-firewall/ferm/ferm-2.4.1.ebuild
new file mode 100644
index 00000000000..339938cb920
--- /dev/null
+++ b/net-firewall/ferm/ferm-2.4.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit systemd versionator
+
+MY_PV=$(get_version_component_range 1-2)
+
+DESCRIPTION="Command line util for managing firewall rules"
+HOMEPAGE="http://ferm.foo-projects.org/"
+SRC_URI="http://ferm.foo-projects.org/download/${MY_PV}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# 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"
+}


             reply	other threads:[~2017-09-14 22:15 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-14 22:14 Patrice Clement [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
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-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=1505427280.5ba638ac882134fcdc1b5fed1df0e2e2bdebf04d.monsieurp@gentoo \
    --to=monsieurp@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