public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/
Date: Sat, 18 Nov 2017 10:29:21 +0000 (UTC)	[thread overview]
Message-ID: <1511000939.db7988f11a21cd7b2a249b0adb70886e1f450abf.jer@gentoo> (raw)

commit:     db7988f11a21cd7b2a249b0adb70886e1f450abf
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 10:28:59 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 10:28:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7988f1

net-libs/libnetfilter_queue: Version bump.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 net-libs/libnetfilter_queue/Manifest               |  1 +
 .../libnetfilter_queue-1.0.3.ebuild                | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-libs/libnetfilter_queue/Manifest b/net-libs/libnetfilter_queue/Manifest
index 6675bf035d3..7e1a78ed7ff 100644
--- a/net-libs/libnetfilter_queue/Manifest
+++ b/net-libs/libnetfilter_queue/Manifest
@@ -1 +1,2 @@
 DIST libnetfilter_queue-1.0.2.tar.bz2 354201 SHA256 838490eb5dbe358f9669823704982f5313a8d397111562373200203f93ac1a32 SHA512 89fec4d943b85f35e7cef3b1b9071b1280c6e1b282b7e5cb97eb17d05b9ddd175194639ead986767d27152540fe8e167383a1f7bbfe3cdf874a5a42a2c096f11 WHIRLPOOL b3a47c01c6250190a5519dc1e6edd9a88cd295c38189752c2e4516676673ec956aec2c2744faa0681700ad251e94cdab146daf4c13260666194bce5b6f207ef7
+DIST libnetfilter_queue-1.0.3.tar.bz2 314857 SHA256 9859266b349d74c5b1fdd59177d3427b3724cd72a97c49cc2fffe3b55da8e774 SHA512 1d9e0202878bc0ae26ceecd0f4fa4c21f89056e5671d46949f92f21c155d589958b7775760fc837547da34eb9a81e537e95c770d25c166e709dad16de4ca452e WHIRLPOOL 83b7a063929c12d12af0d507b9589db6659ba7c3aded81f045260589221b74337176767911106861f5cc5eaf1f8d053573ad9010a91bbd563e029164c7631a8e

diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
new file mode 100644
index 00000000000..8d153218321
--- /dev/null
+++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit linux-info
+
+DESCRIPTION="API to packets that have been queued by the kernel packet filter"
+HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/"
+SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+	>=net-libs/libmnl-1.0.3
+	>=net-libs/libnfnetlink-0.0.41
+"
+DEPEND="
+	${RDEPEND}
+	virtual/pkgconfig
+"
+CONFIG_CHECK="~NETFILTER_NETLINK_QUEUE"
+
+pkg_setup() {
+	linux-info_pkg_setup
+	kernel_is lt 2 6 14 && ewarn "requires at least 2.6.14 kernel version"
+}


             reply	other threads:[~2017-11-18 10:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 10:29 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-29 18:39 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/ Andreas Sturmlechner
2022-03-27  2:58 Sam James
2021-08-23 21:29 Marek Szuba
2021-03-22  0:10 Sam James
2021-03-17 20:00 Sam James
2021-03-17  9:00 Sam James
2021-03-17  1:26 Sam James
2021-03-17  1:04 Sam James
2021-03-16 14:47 Sam James
2020-06-14  9:57 Jeroen Roovers
2020-06-08  9:23 Jeroen Roovers
2020-06-08  9:23 Jeroen Roovers
2020-06-06 19:31 Mart Raudsepp
2020-06-04  6:23 Agostino Sarubbo
2020-05-30 19:20 Sergei Trofimovich
2018-05-06 14:16 Aaron Bauman
2018-03-28  9:29 Matt Turner
2015-09-14 12:42 Tobias Klausmann

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=1511000939.db7988f11a21cd7b2a249b0adb70886e1f450abf.jer@gentoo \
    --to=jer@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