commit dfb741e0b4d82255ae5b14c3370da7a7723aa27c8f7b860decac70be13eac605 Author: OBS User autobuild Date: Tue Mar 2 11:26:39 2010 +0000 Accepting request 33707 from security:netfilter Copy from security:netfilter/conntrack-tools based on submit request 33707 from user jengelh OBS-URL: https://build.opensuse.org/request/show/33707 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/conntrack-tools-0.9.14.tar.bz2 b/conntrack-tools-0.9.14.tar.bz2 new file mode 100644 index 0000000..c619a86 --- /dev/null +++ b/conntrack-tools-0.9.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e36744da83eb2e6e54a5769aa1abf044d53089470d646898222936e7e8da6ac +size 433383 diff --git a/conntrack-tools.changes b/conntrack-tools.changes new file mode 100644 index 0000000..c6615b4 --- /dev/null +++ b/conntrack-tools.changes @@ -0,0 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 23 22:08:54 UTC 2010 - jengelh@medozas.de + +- new upstream release: 0.9.14 +- use %_smp_mflags +- wrap description at col 70 + +------------------------------------------------------------------- +Sun Sep 20 17:01:40 UTC 2009 - bitshuffler #suse@irc.freenode.org + +- Updated to 0.9.13 + diff --git a/conntrack-tools.spec b/conntrack-tools.spec new file mode 100644 index 0000000..d40504d --- /dev/null +++ b/conntrack-tools.spec @@ -0,0 +1,66 @@ +# +# spec file for package conntrack-tools (Version 0.9.14) +# +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + + +Name: conntrack-tools +Version: 0.9.14 +Release: 1 +License: GNU GPL v2 +Group: Productivity/Networking/Security +Url: http://conntrack-tools.netfilter.org/ +Source: http://www.netfilter.org/projects/conntrack-tools/files/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: bison flex libnetfilter_conntrack-devel libnfnetlink-devel pkg-config +Summary: Userspace tools for interacting with the Connection Tracking System + +%description +The conntrack-tools are a set of tools targeted at system +administrators. They are conntrack, the userspace command line +interface, and conntrackd, the userspace daemon. The tool conntrack +provides a full featured interface that is intended to replace the +old /proc/net/ip_conntrack interface. Using conntrack, you can view +and manage the in-kernel connection tracking state table from +userspace. On the other hand, conntrackd covers the specific aspects +of stateful firewalls to enable highly available scenarios, and can +be used as statistics collector as well. + +%define debug_package_requires %{name} = %{version}-%{release} + +%prep +%setup -q + +%build +%configure --disable-static +%__make %{?_smp_mflags} + +%install +%makeinstall + +%clean +test "%{buildroot}" != "/" && %__rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%doc AUTHORS TODO doc/stats/conntrackd.conf +%{_sbindir}/conntrack +%{_sbindir}/conntrackd +%{_mandir}/man8/conntrack.8.gz +%{_mandir}/man8/conntrackd.8.gz + +%changelog diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4