From 0032df104074eeca05b09c8795f7a0c2d5fc4fbc Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Feb 22 2017 16:01:02 +0000 Subject: - Add upstream patches (free pktb after use, nat_tuple leak) --- diff --git a/conntrack-tools.spec b/conntrack-tools.spec index d74c8c5..ebcebb8 100644 --- a/conntrack-tools.spec +++ b/conntrack-tools.spec @@ -1,6 +1,6 @@ Name: conntrack-tools Version: 1.4.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manipulate netfilter connection tracking table and run High Availability Group: System Environment/Base License: GPLv2 @@ -9,6 +9,9 @@ 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: libnfnetlink-devel >= 1.0.1, libnetfilter_conntrack-devel >= 1.0.6 BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0, libnetfilter_cthelper-devel >= 1.0.0 BuildRequires: libmnl-devel >= 1.0.3, libnetfilter_queue-devel >= 1.0.2 @@ -41,6 +44,8 @@ show an event message (one line) per newly established connection. %prep %setup -q +%patch1 -p1 +%patch2 -p1 %build %configure --disable-static @@ -79,6 +84,9 @@ install -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/conntrackd/ %systemd_postun conntrackd.service %changelog +* Wed Feb 22 2017 Paul Wouters - 1.4.4-3 +- Add upstream patches (free pktb after use, nat_tuple leak) + * Fri Feb 10 2017 Fedora Release Engineering - 1.4.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild