Update to 1.6.2
This commit is contained in:
parent
cb6ace7de5
commit
7ad3a27f69
25
.gitignore
vendored
25
.gitignore
vendored
@ -1,24 +1 @@
|
|||||||
iptables-1.3.8.tar.bz2
|
/iptables-1.6.2.tar.bz2
|
||||||
iptables-1.4.0.tar.bz2
|
|
||||||
iptables-1.4.1.tar.bz2
|
|
||||||
iptables-1.4.1.1.tar.bz2
|
|
||||||
iptables-1.4.2.tar.bz2
|
|
||||||
iptables-1.4.3.1.tar.bz2
|
|
||||||
iptables-1.4.3.2.tar.bz2
|
|
||||||
iptables-1.4.4.tar.bz2
|
|
||||||
iptables-1.4.5.tar.bz2
|
|
||||||
iptables-1.4.6.tar.bz2
|
|
||||||
iptables-1.4.7.tar.bz2
|
|
||||||
iptables-1.4.8.tar.bz2
|
|
||||||
iptables-1.4.9.tar.bz2
|
|
||||||
/iptables-1.4.10.tar.bz2
|
|
||||||
/iptables-1.4.11.1.tar.bz2
|
|
||||||
/iptables-1.4.12.tar.bz2
|
|
||||||
/iptables-1.4.12.1.tar.bz2
|
|
||||||
/iptables-1.4.12.2.tar.bz2
|
|
||||||
/iptables-1.4.14.tar.bz2
|
|
||||||
/iptables-1.4.16.2.tar.bz2
|
|
||||||
/iptables-1.4.18.tar.bz2
|
|
||||||
/iptables-1.4.19.1.tar.bz2
|
|
||||||
/iptables-1.4.21.tar.bz2
|
|
||||||
/iptables-1.6.0.tar.bz2
|
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.6.1
|
Version: 1.6.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -19,6 +19,7 @@ URL: http://www.netfilter.org/
|
|||||||
# pf.os: ISC license
|
# pf.os: ISC license
|
||||||
# iptables-apply: Artistic Licence 2.0
|
# iptables-apply: Artistic Licence 2.0
|
||||||
License: GPLv2/Artistic Licence 2.0/ISC
|
License: GPLv2/Artistic Licence 2.0/ISC
|
||||||
|
|
||||||
# libnetfilter_conntrack is needed for xt_connlabel
|
# libnetfilter_conntrack is needed for xt_connlabel
|
||||||
BuildRequires: pkgconfig(libnetfilter_conntrack)
|
BuildRequires: pkgconfig(libnetfilter_conntrack)
|
||||||
# libnfnetlink-devel is requires for nfnl_osf
|
# libnfnetlink-devel is requires for nfnl_osf
|
||||||
@ -31,6 +32,7 @@ BuildRequires: pkgconfig(libmnl) >= 1.0
|
|||||||
# libmnl, libnftnl, bison, flex for nftables
|
# libmnl, libnftnl, bison, flex for nftables
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1.0
|
BuildRequires: pkgconfig(libmnl) >= 1.0
|
||||||
BuildRequires: pkgconfig(libnftnl) >= 1.0.5
|
BuildRequires: pkgconfig(libnftnl) >= 1.0.5
|
||||||
# libpcap-devel for nfbpf_compile
|
# libpcap-devel for nfbpf_compile
|
||||||
@ -235,6 +237,7 @@ done
|
|||||||
%{_mandir}/man1/iptables-xml*
|
%{_mandir}/man1/iptables-xml*
|
||||||
%{_mandir}/man8/iptables*
|
%{_mandir}/man8/iptables*
|
||||||
%{_mandir}/man8/ip6tables*
|
%{_mandir}/man8/ip6tables*
|
||||||
|
%{_mandir}/man8/nfnl_osf*
|
||||||
%dir %{_libdir}/xtables
|
%dir %{_libdir}/xtables
|
||||||
%{_libdir}/xtables/libarpt*
|
%{_libdir}/xtables/libarpt*
|
||||||
%{_libdir}/xtables/libebt*
|
%{_libdir}/xtables/libebt*
|
||||||
@ -289,6 +292,10 @@ done
|
|||||||
%{_sbindir}/xtables-compat-multi
|
%{_sbindir}/xtables-compat-multi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 21 2018 Michael Cronenworth <mike@cchtml.com> - 1.6.2-1
|
||||||
|
- New upstream version 1.6.2
|
||||||
|
http://www.netfilter.org/projects/iptables/files/changes-iptables-1.6.2.txt
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (iptables-1.6.1.tar.bz2) = 12280db6e6ef8e68da2537e9da59fc601790fd02b1ba38a37c90dbb56272018329dccb8be995f96ecd5d94fafa6043204f3e8f8ee96531685d9e3c55359d2ee8
|
SHA512 (iptables-1.6.2.tar.bz2) = 04f22e969c794246b9aa28055b202638081cfb0bb4a5625c049a30c48ac84cdd41db12a53c5831398cfe47c8f5691aa02b30b0ae3b5afe0f20ec48cf86a799c0
|
||||||
|
Loading…
Reference in New Issue
Block a user