* Fri Dec 14 2018 Paul Wouters <pwouters@redhat.com> - 1.4.5-1
- Disable hardening to really fix rhbz#1413408 - Upgraded to 1.4.5
This commit is contained in:
parent
981ff9e885
commit
7980e2d1bf
3 changed files with 9 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ conntrack-tools-0.9.14.tar.bz2
|
|||
/conntrack-tools-1.4.2.tar.bz2
|
||||
/conntrack-tools-1.4.3.tar.bz2
|
||||
/conntrack-tools-1.4.4.tar.bz2
|
||||
/conntrack-tools-1.4.5.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
%undefine _hardened_build
|
||||
Name: conntrack-tools
|
||||
Version: 1.4.4
|
||||
Release: 9%{?dist}
|
||||
Version: 1.4.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Manipulate netfilter connection tracking table and run High Availability
|
||||
Group: System Environment/Base
|
||||
License: GPLv2
|
||||
|
|
@ -9,9 +10,6 @@ Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.t
|
|||
Source1: conntrackd.service
|
||||
Source2: conntrackd.conf
|
||||
|
||||
Patch1: conntrack-tools-1.4.4-nat_tuple-leak.patch
|
||||
Patch2: conntrack-tools-1.4.4-free-pktb-after-use.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libnfnetlink-devel >= 1.0.1, libnetfilter_conntrack-devel >= 1.0.6
|
||||
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0, libnetfilter_cthelper-devel >= 1.0.0
|
||||
|
|
@ -46,8 +44,6 @@ show an event message (one line) per newly established connection.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-systemd
|
||||
|
|
@ -91,6 +87,10 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/
|
|||
%systemd_postun conntrackd.service
|
||||
|
||||
%changelog
|
||||
* Fri Dec 14 2018 Paul Wouters <pwouters@redhat.com> - 1.4.5-1
|
||||
- Disable hardening to really fix rhbz#1413408
|
||||
- Upgraded to 1.4.5
|
||||
|
||||
* Mon Dec 10 2018 Paul Wouters <pwouters@redhat.com> - 1.4.4-9
|
||||
- Resolves: rhbz#1413408 ct_helper_ftp not working
|
||||
(I've reduced the hardening to use -z,lazy)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (conntrack-tools-1.4.4.tar.bz2) = f53bd620bfd4e854e792416527a3090d883c5f00d1d8365e52ce3ba204218dc431490703985d3fdae44decbcddb24ed610bf81a6a99bd7ea01482f95f71df0f5
|
||||
SHA512 (conntrack-tools-1.4.5.tar.bz2) = 480fe2cc4420bc8477a2ba67b3d052bcb39c6b3ec000cff27fc12db70b42ec94fa3b5fe12ee35d439e88d9a631a33cd12ae470b69dde6d371d4e53af62a2eed1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue