From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_conntrack/
Date: Sun, 6 May 2018 12:29:55 +0000 (UTC) [thread overview]
Message-ID: <1525609789.1ab7fc1782b38220d52013e397727c3ceb5dc386.jer@gentoo> (raw)
commit: 1ab7fc1782b38220d52013e397727c3ceb5dc386
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 12:07:20 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun May 6 12:29:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab7fc17
net-libs/libnetfilter_conntrack: Version 1.0.7.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-libs/libnetfilter_conntrack/Manifest | 1 +
.../libnetfilter_conntrack-1.0.7.ebuild | 42 ++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/net-libs/libnetfilter_conntrack/Manifest b/net-libs/libnetfilter_conntrack/Manifest
index ff7082a2b0e..d1b736fbcef 100644
--- a/net-libs/libnetfilter_conntrack/Manifest
+++ b/net-libs/libnetfilter_conntrack/Manifest
@@ -1,3 +1,4 @@
DIST libnetfilter_conntrack-1.0.4.tar.bz2 428147 BLAKE2B 24c2909ff62483397cf729573bb6693cf361599599b3f9b3c4a912e508e4eaa15ba728876addb42c8b2fb755bcc0ca483c88ce2ed7306bb38525aa520b6523d4 SHA512 53b5e5b26ca58abd6b9d83979bbb61aac4b24a85aa425c6b4fc4472b8273e30393678d6acd1aec0e959916b919cd561582ddd4b2ee656b6cb774aa9d9819c046
DIST libnetfilter_conntrack-1.0.5.tar.bz2 418516 BLAKE2B e887357aa5566b67602f8e9765261ebd03c39bdbd704c7c7571f47b7c87c7c6c60acecd98b607b1d5df86c4606b087cf4385d1ee0869bb8d5283ecf156edd745 SHA512 683913e20fdcb175440b621247c03019116f95002ca6fa5556df48e964377fc02b65203cb7286349f3a7d67ae6338c0ee9225562aa727a325f5534b211b9ae24
DIST libnetfilter_conntrack-1.0.6.tar.bz2 422998 BLAKE2B 7153593e2b6f5e03a5f4579948b0d28e9ab88d39ebe08e97fe8be0eb3f10f64b36d0f85e9e35408019ab22404b3452e4c6d7b2812ea316031f3e0c4367c23019 SHA512 05b3b63928d46ed114048848c48094a762c6a7acc93fcdbe9473e82cc67851ef1a0d33b68b8fd388271b76b519c4d2ac93fd802043fa9a9da46cda5b262a1fc7
+DIST libnetfilter_conntrack-1.0.7.tar.bz2 346219 BLAKE2B 85388bb2b185fa04ce697b07675cfbd84836873a9d09092b16bba318e93da56085ea5a4726a908ed5d1974aa524bee0f912e2be23f6a4c9e9e46641baf0c6a18 SHA512 5be5ed5daba385d11123a4e497c6334c6bb7e668594e667f85596619afe607f8783c088934098a4c07557d86f9b9157ff67d28541c8f4a80a5454307b979c22b
diff --git a/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
new file mode 100644
index 00000000000..c6147a21bff
--- /dev/null
+++ b/net-libs/libnetfilter_conntrack/libnetfilter_conntrack-1.0.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools linux-info
+
+DESCRIPTION="programming interface (API) to the in-kernel connection tracking state table"
+HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_conntrack/"
+SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+ >=net-libs/libmnl-1.0.3
+ >=net-libs/libnfnetlink-1.0.0
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
+
+DOCS=( README )
+
+pkg_setup() {
+ linux-info_pkg_setup
+
+ if kernel_is lt 2 6 18 ; then
+ die "${PN} requires at least 2.6.18 kernel version"
+ fi
+
+ #netfilter core team has changed some option names with kernel 2.6.20
+ if kernel_is lt 2 6 20 ; then
+ CONFIG_CHECK="~IP_NF_CONNTRACK_NETLINK"
+ else
+ CONFIG_CHECK="~NF_CT_NETLINK"
+ fi
+
+ check_extra_config
+}
next reply other threads:[~2018-05-06 12:29 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-06 12:29 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-25 2:28 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_conntrack/ Sam James
2024-11-20 11:44 Sam James
2024-11-15 9:19 Arthur Zamarin
2024-11-14 18:41 Sam James
2024-11-14 4:00 Sam James
2024-11-14 3:39 Sam James
2024-11-14 3:39 Sam James
2024-11-14 3:17 Sam James
2024-11-14 2:49 Sam James
2024-10-11 2:38 Sam James
2024-02-20 5:06 Sam James
2023-03-04 16:02 Arthur Zamarin
2023-03-04 11:13 Arthur Zamarin
2023-03-04 11:09 Arthur Zamarin
2023-03-04 8:54 Arthur Zamarin
2023-03-04 7:12 Arthur Zamarin
2023-03-04 6:29 Arthur Zamarin
2023-03-04 6:18 Arthur Zamarin
2023-03-04 5:52 Arthur Zamarin
2022-08-29 18:39 Andreas Sturmlechner
2022-08-29 15:23 Jakov Smolić
2022-08-29 14:49 Jakov Smolić
2022-08-29 11:37 Jakov Smolić
2022-08-29 11:34 Jakov Smolić
2022-08-29 11:34 Jakov Smolić
2022-08-29 11:34 Jakov Smolić
2022-08-29 11:21 Jakov Smolić
2022-08-29 11:21 Jakov Smolić
2022-03-27 2:58 Sam James
2022-02-23 3:05 Sam James
2022-02-23 3:05 Sam James
2022-02-13 14:58 Sam James
2021-05-16 0:07 Sam James
2021-05-15 17:59 Sam James
2021-04-03 19:53 Sam James
2021-03-31 15:25 Sergei Trofimovich
2021-03-29 14:50 Sam James
2021-03-26 14:48 Agostino Sarubbo
2021-03-17 1:26 Sam James
2021-03-17 1:04 Sam James
2021-03-15 1:40 Thomas Deutschmann
2021-02-28 20:40 Sergei Trofimovich
2021-02-28 12:22 Sergei Trofimovich
2021-02-26 21:59 Sam James
2021-02-26 21:58 Sam James
2021-02-26 21:56 Sam James
2020-04-02 14:47 Jeroen Roovers
2020-04-02 14:47 Jeroen Roovers
2019-05-05 12:34 Mikle Kolyada
2019-04-13 7:38 Sergei Trofimovich
2019-04-08 15:10 Mikle Kolyada
2019-04-08 6:05 Matt Turner
2019-03-11 4:48 Aaron Bauman
2018-11-28 22:30 Matt Turner
2018-09-28 14:40 Mikle Kolyada
2018-09-17 23:10 Matt Turner
2018-09-17 23:10 Matt Turner
2018-06-27 22:26 Mart Raudsepp
2018-05-06 14:16 Aaron Bauman
2018-05-06 12:48 Jeroen Roovers
2018-03-28 9:29 Matt Turner
2018-01-10 6:19 Markus Meier
2018-01-04 20:40 Mikle Kolyada
2017-12-25 9:28 Sergei Trofimovich
2017-12-21 8:48 Sergei Trofimovich
2017-12-19 15:46 Thomas Deutschmann
2016-08-24 7:03 Jeroen Roovers
2015-09-15 3:53 Jeroen Roovers
2015-09-14 12:42 Tobias Klausmann
2015-09-12 5:55 Jeroen Roovers
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=1525609789.1ab7fc1782b38220d52013e397727c3ceb5dc386.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