1
0

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
This commit is contained in:
OBS User autobuild 2010-03-02 11:26:39 +00:00 committed by Git OBS Bridge
commit dfb741e0b4
6 changed files with 105 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e36744da83eb2e6e54a5769aa1abf044d53089470d646898222936e7e8da6ac
size 433383

12
conntrack-tools.changes Normal file
View File

@ -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

66
conntrack-tools.spec Normal file
View File

@ -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

0
ready Normal file
View File