new upstream version
This commit is contained in:
parent
a9812ae054
commit
871299b3b2
@ -1,2 +1 @@
|
|||||||
conntrack-tools-0.9.5.tar.bz2
|
conntrack-tools-0.9.7.tar.bz2
|
||||||
conntrack-tools-0.9.6-svn7382.patch.bz2
|
|
||||||
|
@ -33,19 +33,6 @@ index 494da4f..2d8c6b6 100644
|
|||||||
conntrackd_LDFLAGS = $(all_libraries) @LIBNETFILTER_CONNTRACK_LIBS@
|
conntrackd_LDFLAGS = $(all_libraries) @LIBNETFILTER_CONNTRACK_LIBS@
|
||||||
|
|
||||||
-EXTRA_DIST = read_config_yy.h
|
-EXTRA_DIST = read_config_yy.h
|
||||||
diff --git a/src/conntrack.c b/src/conntrack.c
|
|
||||||
index 82ff544..23050a4 100644
|
|
||||||
--- a/src/conntrack.c
|
|
||||||
+++ b/src/conntrack.c
|
|
||||||
@@ -299,7 +299,7 @@ err2str(int err, enum action command)
|
|
||||||
{ CT_CREATE, ETIME, "conntrack has expired" },
|
|
||||||
{ EXP_CREATE, ENOENT, "master conntrack not found" },
|
|
||||||
{ EXP_CREATE, EINVAL, "invalid parameters" },
|
|
||||||
- { ~0UL, EPERM, "sorry, you must be root or get "
|
|
||||||
+ { (enum action) ~0UL, EPERM, "sorry, you must be root or get "
|
|
||||||
"CAP_NET_ADMIN capability to do this"}
|
|
||||||
};
|
|
||||||
|
|
||||||
diff --git a/src/ignore_pool.c b/src/ignore_pool.c
|
diff --git a/src/ignore_pool.c b/src/ignore_pool.c
|
||||||
index 027d628..2f951e8 100644
|
index 027d628..2f951e8 100644
|
||||||
--- a/src/ignore_pool.c
|
--- a/src/ignore_pool.c
|
||||||
|
@ -1,16 +1,12 @@
|
|||||||
%define rev 7382
|
|
||||||
%define basever 0.9.5
|
|
||||||
|
|
||||||
Name: conntrack-tools
|
Name: conntrack-tools
|
||||||
Version: 0.9.6
|
Version: 0.9.7
|
||||||
Release: 0.1.svn%{rev}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to manipulate netfilter connection tracking table
|
Summary: Tools to manipulate netfilter connection tracking table
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://netfilter.org
|
URL: http://netfilter.org
|
||||||
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{basever}.tar.bz2
|
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
|
||||||
Patch0: conntrack-tools-%{version}-svn%{rev}.patch.bz2
|
Patch0: conntrack-tools-rollup.patch
|
||||||
Patch1: conntrack-tools-rollup.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libnfnetlink-devel libnetfilter_conntrack-devel pkgconfig bison flex
|
BuildRequires: libnfnetlink-devel libnetfilter_conntrack-devel pkgconfig bison flex
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
@ -34,9 +30,9 @@ In addition, you can also monitor connection tracking events, e.g.
|
|||||||
show an event message (one line) per newly established connection.
|
show an event message (one line) per newly established connection.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{basever}
|
%setup -q
|
||||||
%patch0 -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
|
||||||
autoreconf -i --force
|
autoreconf -i --force
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -58,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 16 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.7-1
|
||||||
|
- new upstream version
|
||||||
|
|
||||||
* Sat Feb 23 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.6-0.1.svn7382
|
* Sat Feb 23 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.6-0.1.svn7382
|
||||||
- new version from svn
|
- new version from svn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user