Blame SPECS/nftables.spec

e34dd0
%define rpmversion 1.0.4
b59ec1
%define specrelease 10
e34dd0
168a1c
Name:           nftables
e34dd0
Version:        %{rpmversion}
e34dd0
Release:        %{specrelease}%{?dist}%{?buildid}
168a1c
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
168a1c
Epoch:          1
168a1c
Summary:        Netfilter Tables userspace utillites
168a1c
168a1c
License:        GPLv2
168a1c
URL:            https://netfilter.org/projects/nftables/
168a1c
Source0:        %{url}/files/%{name}-%{version}.tar.bz2
168a1c
Source1:        nftables.service
168a1c
Source2:        nftables.conf
168a1c
Source3:        main.nft
168a1c
Source4:        router.nft
168a1c
Source5:        nat.nft
b59ec1
Source6:        nft-test.stderr.expect
b59ec1
Source7:        run-tests.stderr.expect
168a1c
e34dd0
Patch1:             0001-tests-shell-runtime-set-element-automerge.patch
e34dd0
Patch2:             0002-rule-collapse-set-element-commands.patch
e34dd0
Patch3:             0003-intervals-do-not-report-exact-overlaps-for-new-eleme.patch
e34dd0
Patch4:             0004-intervals-do-not-empty-cache-for-maps.patch
e34dd0
Patch5:             0005-intervals-Do-not-sort-cached-set-elements-over-and-o.patch
b59ec1
Patch6:             0006-doc-Document-limitations-of-ipsec-expression-with-xf.patch
b59ec1
Patch7:             0007-tests-py-Add-a-test-for-failing-ipsec-after-counter.patch
b59ec1
Patch8:             0008-parser-add-missing-synproxy-scope-closure.patch
b59ec1
Patch9:             0009-scanner-don-t-pop-active-flex-scanner-scope.patch
b59ec1
Patch10:            0010-intervals-fix-crash-when-trying-to-remove-element-in.patch
b59ec1
Patch11:            0011-intervals-check-for-EXPR_F_REMOVE-in-case-of-element.patch
b59ec1
Patch12:            0012-netlink_delinearize-allow-postprocessing-on-concaten.patch
b59ec1
Patch13:            0013-netlink_delinearize-postprocess-binary-ands-in-conca.patch
b59ec1
Patch14:            0014-proto-track-full-stack-of-seen-l2-protocols-not-just.patch
b59ec1
Patch15:            0015-debug-dump-the-l2-protocol-stack.patch
b59ec1
Patch16:            0016-tests-add-a-test-case-for-ether-and-vlan-listing.patch
b59ec1
Patch17:            0017-netlink_delinearize-also-postprocess-OP_AND-in-set-e.patch
b59ec1
Patch18:            0018-evaluate-search-stacked-header-list-for-matching-pay.patch
b59ec1
Patch19:            0019-src-allow-anon-set-concatenation-with-ether-and-vlan.patch
b59ec1
Patch20:            0020-evaluate-set-eval-ctx-for-add-update-statements-with.patch
b59ec1
Patch21:            0021-monitor-Sanitize-startup-race-condition.patch
b59ec1
Patch22:            0022-netlink_delinearize-fix-decoding-of-concat-data-elem.patch
b59ec1
Patch23:            0023-netlink_linearize-fix-timeout-with-map-updates.patch
b59ec1
Patch24:            0024-tests-add-a-test-case-for-map-update-from-packet-pat.patch
b59ec1
Patch25:            0025-owner-Fix-potential-array-out-of-bounds-access.patch
b59ec1
Patch26:            0026-mnl-dump_nf_hooks-leaks-memory-in-error-path.patch
b59ec1
Patch27:            0027-meta-parse_iso_date-returns-boolean.patch
b59ec1
Patch28:            0028-netlink-Fix-for-potential-NULL-pointer-deref.patch
b59ec1
Patch29:            0029-optimize-Do-not-return-garbage-from-stack.patch
b59ec1
Patch30:            0030-optimize-Clarify-chain_optimize-array-allocations.patch
b59ec1
Patch31:            0031-netlink_delinearize-Sanitize-concat-data-element-dec.patch
8ea146
8ea146
BuildRequires: autoconf
8ea146
BuildRequires: automake
8ea146
BuildRequires: libtool
168a1c
BuildRequires: make
e34dd0
BuildRequires: gcc
168a1c
BuildRequires: flex
168a1c
BuildRequires: bison
e34dd0
BuildRequires: pkgconfig(libmnl) >= 1.0.4
168a1c
BuildRequires: gmp-devel
168a1c
BuildRequires: readline-devel
e34dd0
BuildRequires: pkgconfig(libnftnl) >= 1.2.2
168a1c
BuildRequires: systemd
168a1c
BuildRequires: asciidoc
e34dd0
BuildRequires: pkgconfig(xtables) >= 1.6.1
168a1c
BuildRequires: jansson-devel
168a1c
BuildRequires: python3-devel
168a1c
168a1c
%description
168a1c
Netfilter Tables userspace utilities.
168a1c
168a1c
%package        devel
168a1c
Summary:        Development library for nftables / libnftables
168a1c
Requires:       %{name} = %{epoch}:%{version}-%{release}
168a1c
Requires:       pkgconfig
168a1c
168a1c
%description devel
168a1c
Development tools and static libraries and header files for the libnftables library.
168a1c
168a1c
%package -n     python3-nftables
168a1c
Summary:        Python module providing an interface to libnftables
168a1c
Requires:       %{name} = %{epoch}:%{version}-%{release}
168a1c
%{?python_provide:%python_provide python3-nftables}
168a1c
168a1c
%description -n python3-nftables
168a1c
The nftables python module provides an interface to libnftables via ctypes.
168a1c
168a1c
%prep
168a1c
%autosetup -p1
b59ec1
cp -a %{SOURCE6} ./tests/py/
b59ec1
cp -a %{SOURCE7} ./tests/shell/
168a1c
168a1c
%build
8ea146
autoreconf -fi
8ea146
rm -Rf autom4te*.cache config.h.in~
168a1c
%configure --disable-silent-rules --with-xtables --with-json \
e34dd0
	--enable-python --with-python-bin=%{__python3} --with-cli=readline
168a1c
%make_build
168a1c
168a1c
%install
168a1c
%make_install
168a1c
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
168a1c
168a1c
# Don't ship static lib (for now at least)
168a1c
rm -f $RPM_BUILD_ROOT/%{_libdir}/libnftables.a
168a1c
168a1c
chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
168a1c
168a1c
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
168a1c
cp -a %{SOURCE1} $RPM_BUILD_ROOT/%{_unitdir}/
168a1c
168a1c
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig
168a1c
cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/
168a1c
e34dd0
rm $RPM_BUILD_ROOT/%{_datadir}/nftables/*.nft
168a1c
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} \
168a1c
	$RPM_BUILD_ROOT/%{_sysconfdir}/nftables/
168a1c
168a1c
find $RPM_BUILD_ROOT/%{_sysconfdir} \
168a1c
	\( -type d -exec chmod 0700 {} \; \) , \
168a1c
	\( -type f -exec chmod 0600 {} \; \)
168a1c
168a1c
# make nftables.py use the real library file name
168a1c
# to avoid nftables-devel package dependency
168a1c
sofile=$(readlink $RPM_BUILD_ROOT/%{_libdir}/libnftables.so)
168a1c
sed -i -e 's/\(sofile=\)".*"/\1"'$sofile'"/' \
168a1c
	$RPM_BUILD_ROOT/%{python3_sitelib}/nftables/nftables.py
168a1c
168a1c
%post
168a1c
%systemd_post nftables.service
168a1c
%ldconfig_post
168a1c
168a1c
%preun
168a1c
%systemd_preun nftables.service
168a1c
168a1c
%postun
168a1c
%systemd_postun_with_restart nftables.service
168a1c
%ldconfig_postun
168a1c
168a1c
%files
168a1c
%license COPYING
168a1c
%config(noreplace) %{_sysconfdir}/nftables/
168a1c
%config(noreplace) %{_sysconfdir}/sysconfig/nftables.conf
168a1c
%{_sbindir}/nft
168a1c
%{_libdir}/libnftables.so.*
168a1c
%{_mandir}/man5/libnftables-json.5*
168a1c
%{_mandir}/man8/nft*
168a1c
%{_unitdir}/nftables.service
168a1c
%{_docdir}/nftables/examples/*.nft
168a1c
168a1c
%files devel
168a1c
%{_libdir}/libnftables.so
168a1c
%{_libdir}/pkgconfig/libnftables.pc
168a1c
%{_includedir}/nftables/libnftables.h
168a1c
%{_mandir}/man3/libnftables.3*
168a1c
168a1c
%files -n python3-nftables
168a1c
%{python3_sitelib}/nftables-*.egg-info
168a1c
%{python3_sitelib}/nftables/
168a1c
168a1c
%changelog
b59ec1
* Tue Feb 21 2023 Phil Sutter <psutter@redhat.com> [1.0.4-10.el9]
b59ec1
- netlink_delinearize: Sanitize concat data element decoding (Phil Sutter) [2160049]
b59ec1
- optimize: Clarify chain_optimize() array allocations (Phil Sutter) [2160049]
b59ec1
- optimize: Do not return garbage from stack (Phil Sutter) [2160049]
b59ec1
- netlink: Fix for potential NULL-pointer deref (Phil Sutter) [2160049]
b59ec1
- meta: parse_iso_date() returns boolean (Phil Sutter) [2160049]
b59ec1
- mnl: dump_nf_hooks() leaks memory in error path (Phil Sutter) [2160049]
b59ec1
- owner: Fix potential array out of bounds access (Phil Sutter) [2160049]
b59ec1
b59ec1
* Fri Feb 17 2023 Phil Sutter <psutter@redhat.com> [1.0.4-9.el9]
b59ec1
- tests: add a test case for map update from packet path with concat (Phil Sutter) [2094894]
b59ec1
- netlink_linearize: fix timeout with map updates (Phil Sutter) [2094894]
b59ec1
- netlink_delinearize: fix decoding of concat data element (Phil Sutter) [2094894]
b59ec1
b59ec1
* Thu Feb 09 2023 Phil Sutter <psutter@redhat.com> [1.0.4-8.el9]
b59ec1
- monitor: Sanitize startup race condition (Phil Sutter) [2130721]
b59ec1
- evaluate: set eval ctx for add/update statements with integer constants (Phil Sutter) [2094894]
b59ec1
- src: allow anon set concatenation with ether and vlan (Phil Sutter) [2094887]
b59ec1
- evaluate: search stacked header list for matching payload dep (Phil Sutter) [2094887]
b59ec1
- netlink_delinearize: also postprocess OP_AND in set element context (Phil Sutter) [2094887]
b59ec1
- tests: add a test case for ether and vlan listing (Phil Sutter) [2094887]
b59ec1
- debug: dump the l2 protocol stack (Phil Sutter) [2094887]
b59ec1
- proto: track full stack of seen l2 protocols, not just cumulative offset (Phil Sutter) [2094887]
b59ec1
- netlink_delinearize: postprocess binary ands in concatenations (Phil Sutter) [2094887]
b59ec1
- netlink_delinearize: allow postprocessing on concatenated elements (Phil Sutter) [2094887]
b59ec1
- intervals: check for EXPR_F_REMOVE in case of element mismatch (Phil Sutter) [2115627]
b59ec1
- intervals: fix crash when trying to remove element in empty set (Phil Sutter) [2115627]
b59ec1
- scanner: don't pop active flex scanner scope (Phil Sutter) [2113874]
b59ec1
- parser: add missing synproxy scope closure (Phil Sutter) [2113874]
b59ec1
- tests/py: Add a test for failing ipsec after counter (Phil Sutter) [2113874]
b59ec1
- doc: Document limitations of ipsec expression with xfrm_interface (Phil Sutter) [1806431]
b59ec1
b59ec1
* Tue Jan 31 2023 Phil Sutter <psutter@redhat.com> [1.0.4-7.el9]
b59ec1
- One more attempt at fixing expected error records (Phil Sutter) [1973687]
b59ec1
b59ec1
* Tue Jan 31 2023 Phil Sutter <psutter@redhat.com> [1.0.4-6.el9]
b59ec1
- Realy fix expected error records (Phil Sutter) [1973687]
b59ec1
b59ec1
* Fri Jan 27 2023 Phil Sutter <psutter@redhat.com> [1.0.4-5.el9]
b59ec1
- Fix expected error records (Phil Sutter) [1973687]
b59ec1
b59ec1
* Fri Jan 20 2023 Phil Sutter <psutter@redhat.com> [1.0.4-4.el9]
b59ec1
- Add expected error records for testsuite runs (Phil Sutter) [1973687]
b59ec1
b59ec1
* Fri Nov 25 2022 Phil Sutter <psutter@redhat.com> [1.0.4-3.el9]
b59ec1
- Prevent port-shadow attacks in sample nat config (Phil Sutter) [2061940]
b59ec1
e34dd0
* Fri Jun 24 2022 Phil Sutter <psutter@redhat.com> [1.0.4-2.el9]
e34dd0
- intervals: Do not sort cached set elements over and over again (Phil Sutter) [1917398]
e34dd0
- intervals: do not empty cache for maps (Phil Sutter) [1917398]
e34dd0
- intervals: do not report exact overlaps for new elements (Phil Sutter) [1917398]
e34dd0
- rule: collapse set element commands (Phil Sutter) [1917398]
e34dd0
- tests: shell: runtime set element automerge (Phil Sutter) [1917398]
e34dd0
e34dd0
* Thu Jun 09 2022 Phil Sutter <psutter@redhat.com> - 1:1.0.4-1
e34dd0
- Review package dependencies
e34dd0
- new version 1.0.4
e34dd0
e34dd0
* Tue Mar 01 2022 Phil Sutter <psutter@redhat.com> - 1:0.9.8-13
e34dd0
- tests: extend dtype test case to cover expression with integer type
e34dd0
- evaluate: set evaluation context for set elements
e34dd0
8ea146
* Fri Jan 14 2022 Phil Sutter <psutter@redhat.com> - 1:0.9.8-12
8ea146
- evaluate: pick data element byte order, not dtype one
8ea146
8ea146
* Wed Dec 08 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-11
8ea146
- tests: py: add dnat to port without defining destination address
8ea146
- evaluate: fix inet nat with no layer 3 info
8ea146
- include: missing sctp_chunk.h in Makefile.am
8ea146
- exthdr: Implement SCTP Chunk matching
8ea146
- scanner: sctp: Move to own scope
8ea146
- scanner: introduce start condition stack
8ea146
- json: Simplify non-tcpopt exthdr printing a bit
8ea146
ea236d
* Wed Dec 08 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-10
ea236d
- tests: shell: better parameters for the interval stack overflow test
ea236d
- tests: shell: $NFT needs to be invoked unquoted
ea236d
954d1a
* Thu Nov 11 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-9
954d1a
- doc: nft.8: Extend monitor description by trace
954d1a
954d1a
* Fri Nov 05 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-8
954d1a
- tests: cover baecd1cf2685 ("segtree: Fix segfault when restoring a huge interval set")
954d1a
- segtree: Fix segfault when restoring a huge interval set
954d1a
168a1c
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.9.8-7
168a1c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
168a1c
  Related: rhbz#1991688
168a1c
168a1c
* Fri Jun 18 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-6
168a1c
- json: init parser state for every new buffer/file
168a1c
168a1c
* Tue Jun 15 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-5
168a1c
- src: add xzalloc_array() and use it to allocate the expression hashtable
168a1c
168a1c
* Mon Jun 14 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.8-4
168a1c
- Install an improved sample config
168a1c
- Fix permissions of osf-related configs
168a1c
- rule: Fix for potential off-by-one in cmd_add_loc()
168a1c
- netlink_delinearize: Fix suspicious calloc() call
168a1c
- netlink: Avoid memleak in error path of netlink_delinearize_obj()
168a1c
- netlink: Avoid memleak in error path of netlink_delinearize_table()
168a1c
- netlink: Avoid memleak in error path of netlink_delinearize_chain()
168a1c
- netlink: Avoid memleak in error path of netlink_delinearize_set()
168a1c
- json: Drop pointless assignment in exthdr_expr_json()
168a1c
- evaluate: Mark fall through case in str2hooknum()
168a1c
- parser_json: Fix for memleak in tcp option error path
168a1c
- parser_bison: Fix for implicit declaration of isalnum
168a1c
- main: fix nft --help output fallout from 719e4427
168a1c
- tests: add icmp/6 test where dependency should be left alone
168a1c
- payload: check icmp dependency before removing previous icmp expression
168a1c
168a1c
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:0.9.8-3
168a1c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
168a1c
168a1c
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.8-2
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
168a1c
168a1c
* Sat Jan 16 2021 Kevin Fenzi <kevin@scrye.com> - 0.9.8-1
168a1c
- Update to 0.9.8. Fixes rhbz#1916940
168a1c
168a1c
* Sat Oct 31 2020 Kevin Fenzi <kevin@scrye.com> - 0.9.7-1
168a1c
- Update to 0.9.7. Fixes bug #1891769
168a1c
168a1c
* Thu Oct 29 2020 Stephen Gallagher <sgallagh@redhat.com> - 1:0.9.6-2
168a1c
- Drop upstreamed patch
168a1c
168a1c
* Sat Sep 05 2020 Neal Gompa <ngompa13@gmail.com> - 1:0.9.6-1
168a1c
- Update to 0.9.6 (RH#1846663)
168a1c
168a1c
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-6
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
168a1c
168a1c
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1:0.9.3-5
168a1c
- Use make macros
168a1c
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
168a1c
168a1c
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:0.9.3-4
168a1c
- Rebuilt for Python 3.9
168a1c
168a1c
* Fri May 15 2020 Richard Shaw <hobbes1069@gmail.com> - 1:0.9.3-3
168a1c
- Add patch for json performance with ipsets, fixes RHBZ#1834853.
168a1c
168a1c
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-2
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
168a1c
168a1c
* Wed Dec 04 2019 Phil Sutter <psutter@redhat.com> - 1:0.9.3-1
168a1c
- Update to 0.9.3. Fixes bug #1778959
168a1c
168a1c
* Tue Oct 01 2019 Phil Sutter <psutter@redhat.com> - 1:0.9.2-3
168a1c
- Drop unneeded docbook2X build dependency
168a1c
- Add python3-nftables sub-package
168a1c
168a1c
* Fri Aug 23 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.2-2
168a1c
- Move libnftables section 3 man page to devel package.
168a1c
168a1c
* Fri Aug 23 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.2-1
168a1c
- Update to 0.9.2. Fixes bug #1743223
168a1c
168a1c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.1-3
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
168a1c
168a1c
* Fri Jun 28 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.1-2
168a1c
- Add some filters to nftables.conf
168a1c
168a1c
* Tue Jun 25 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.1-1
168a1c
- Update to 0.9.1. Fixes bug #1723515
168a1c
168a1c
* Mon Jun 17 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.0-7
168a1c
- Rebuild for new libnftnl.
168a1c
168a1c
* Sat Mar 16 2019 Kevin Fenzi <kevin@scrye.com> - 1:0.9.0-6
168a1c
- Fix permissions. Bug #1685242
168a1c
168a1c
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:0.9.0-5
168a1c
- Rebuild for readline 8.0
168a1c
168a1c
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-4
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
168a1c
168a1c
* Sun Nov 04 2018 Kevin Fenzi <kevin@scrye.com> - 0.9.0-3
168a1c
- Fix config file to have correct include names. Fixes bug #1642103
168a1c
168a1c
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-2
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
168a1c
168a1c
* Sat Jun 09 2018 Kevin Fenzi <kevin@scrye.com> - 0.9.0-1
168a1c
- Update to 0.9.0. Fixes bug #1589404
168a1c
168a1c
* Fri May 11 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.5-1
168a1c
- Update to 0.8.5. Fixes bug #1576802
168a1c
168a1c
* Sun May 06 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.4-2
168a1c
- Fix devel package to require the Epoch too.
168a1c
- Fix libraries split
168a1c
168a1c
* Fri May 04 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.4-1
168a1c
- Update to 0.8.4. Fixes bug #1574096
168a1c
168a1c
* Sat Mar 03 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.3-1
168a1c
- Update to 0.8.3. Fixes bug #1551207
168a1c
168a1c
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.2-2
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
168a1c
168a1c
* Mon Feb 05 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.2-1
168a1c
- Update to 0.8.2. Fixes bug #1541582
168a1c
168a1c
* Tue Jan 16 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.1-1
168a1c
- Update to 0.8.1. Fixes bug #1534982
168a1c
168a1c
* Sun Oct 22 2017 Kevin Fenzi <kevin@scrye.com> - 0.8-1
168a1c
- Update to 0.8. 
168a1c
168a1c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7-5
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
168a1c
168a1c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7-4
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
168a1c
168a1c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7-3
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
168a1c
168a1c
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:0.7-2
168a1c
- Rebuild for readline 7.x
168a1c
168a1c
* Thu Dec 22 2016 Kevin Fenzi <kevin@scrye.com> - 0.7-1
168a1c
- Update to 0.7
168a1c
168a1c
* Fri Jul 15 2016 Kevin Fenzi <kevin@scrye.com> - 0.6-2
168a1c
- Rebuild for new glibc symbols
168a1c
168a1c
* Thu Jun 02 2016 Kevin Fenzi <kevin@scrye.com> - 0.6-1
168a1c
- Update to 0.6.
168a1c
168a1c
* Sun Apr 10 2016 Kevin Fenzi <kevin@scrye.com> - 0.5-4
168a1c
- Add example config files and move config to /etc/sysconfig. Fixes bug #1313936
168a1c
168a1c
* Fri Mar 25 2016 Kevin Fenzi <kevin@scrye.com> - 0.5-3
168a1c
- Add systemd unit file. Fixes bug #1313936
168a1c
168a1c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.5-2
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
168a1c
168a1c
* Thu Sep 17 2015 Kevin Fenzi <kevin@scrye.com> 0.5-1
168a1c
- Update to 0.5
168a1c
168a1c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-3
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
168a1c
168a1c
* Sat Jan 10 2015 Kevin Fenzi <kevin@scrye.com> 0.4-2
168a1c
- Add patch to fix nft -f dep gen.
168a1c
168a1c
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 0.4-1
168a1c
- Update to 0.4
168a1c
- Add Epoch to fix versioning. 
168a1c
168a1c
* Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 0.100-4.20140903git
168a1c
- Update to 20140903 snapshot
168a1c
168a1c
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-4.20140704git
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
168a1c
168a1c
* Fri Jul 04 2014 Kevin Fenzi <kevin@scrye.com> 0.100-3.20140704git
168a1c
- Update to new snapshot
168a1c
168a1c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-2.20140426git
168a1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
168a1c
168a1c
* Sat Apr 26 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140426git
168a1c
- Update t0 20140426
168a1c
168a1c
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140330git
168a1c
- Update to 20140330 snapshot
168a1c
- Sync versions to be post 0.100 release.
168a1c
168a1c
* Wed Mar 26 2014 Kevin Fenzi <kevin@scrye.com> 0-0.7.20140326git
168a1c
- Update to 20140326 snapshot
168a1c
- Fix permissions on man pages. 
168a1c
168a1c
* Mon Mar 24 2014 Kevin Fenzi <kevin@scrye.com> 0-0.6.20140324git
168a1c
- Update to 20140324 snapshot
168a1c
168a1c
* Fri Mar 07 2014 Kevin Fenzi <kevin@scrye.com> 0-0.5.20140307git
168a1c
- Update to 20140307
168a1c
168a1c
* Sat Jan 25 2014 Kevin Fenzi <kevin@scrye.com> 0-0.4.20140125git
168a1c
- Update to 20140125 snapshot
168a1c
168a1c
* Sat Jan 18 2014 Kevin Fenzi <kevin@scrye.com> 0-0.3.20140118git
168a1c
- Update to 20140118 snapshot
168a1c
- Fixed License tag to be correct
168a1c
- Fixed changelog
168a1c
- nft scripts now use full path for nft
168a1c
- Fixed man page building
168a1c
- Dropped unneeded rm in install
168a1c
- Patched build to not be silent. 
168a1c
168a1c
* Tue Dec 03 2013 Kevin Fenzi <kevin@scrye.com> 0-0.2.20131202git
168a1c
- Use upstream snapshots for source.
168a1c
- Use 0 for version. 
168a1c
168a1c
* Sat Nov 30 2013 Kevin Fenzi <kevin@scrye.com> 0-0.1
168a1c
- initial version for Fedora review