libnetfilter_cttimeout 1.0.0
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnetfilter_cttimeout?expand=0&rev=4
This commit is contained in:
parent
0bcebf8d4f
commit
bf25f03054
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2480008118ac717b701562e1308991a5cab845b16f9b1bf3f6de40566453617e
|
||||
size 17640
|
3
libnetfilter_cttimeout-1.0.0.tar.bz2
Normal file
3
libnetfilter_cttimeout-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeab12754f557cba3ce2950a2029963d817490df7edb49880008b34d7ff8feba
|
||||
size 275065
|
BIN
libnetfilter_cttimeout-1.0.0.tar.bz2.sig
Normal file
BIN
libnetfilter_cttimeout-1.0.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 18:20:03 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to first official tarball release 1.0.0
|
||||
* Add ICMPv6 support
|
||||
* add new parameter type to nfct_timeout_snprintf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 29 07:13:25 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnetfilter_cttimeout
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,36 +15,42 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libnetfilter_cttimeout
|
||||
%define lname %{name}0
|
||||
Version: 0.0.0.10
|
||||
%define lname %{name}1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Url: http://netfilter.org/projects/libnetfilter_cttimeout/
|
||||
|
||||
Source: ftp://ftp.netfilter.org/pub/libnetfilter_cttimeout/%name-%version.tar.bz2
|
||||
Source2: ftp://ftp.netfilter.org/pub/libnetfilter_cttimeout/%name-%version.tar.bz2.sig
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake >= 1.6
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
Summary: Userspace library for the Netfilter Conntrack Timeout extension
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
URL: http://netfilter.org/projects/libnetfilter_cttimeout/
|
||||
Source: %name-%version.tar.xz
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: autoconf, automake >= 1.6, libtool
|
||||
BuildRequires: pkgconfig >= 0.21, pkgconfig(libmnl) >= 1.0.0, xz
|
||||
Summary: Userspace library for the Netfilter Conntrack Timeout extension
|
||||
|
||||
%description
|
||||
This library provides the programming interface (API) to the
|
||||
Netfilter extended timeout settings infrastructure.
|
||||
|
||||
%package -n %lname
|
||||
Group: System/Libraries
|
||||
Summary: Userspace library for the Netfilter Conntrack Timeout extension
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
This library provides the programming interface (API) to the
|
||||
Netfilter extended timeout settings infrastructure.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
Summary: Userspace library for the Netfilter Conntrack Timeout extension
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
This library provides the programming interface (API) to the
|
||||
@ -70,7 +76,7 @@ rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libnetfilter_cttimeout.so.*
|
||||
%_libdir/libnetfilter_cttimeout.so.1*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user