diff --git a/SPECS/nftables.spec b/SPECS/nftables.spec index 741a21a..72c11bb 100644 --- a/SPECS/nftables.spec +++ b/SPECS/nftables.spec @@ -1,5 +1,5 @@ %define rpmversion 0.9.3 -%define specrelease 16%{?dist} +%define specrelease 17%{?dist} Name: nftables Version: %{rpmversion} @@ -48,6 +48,15 @@ Patch28: 0028-tests-0034get_element_0-do-not-discard-stderr.patch Patch29: 0029-segtree-Fix-get-element-command-with-prefixes.patch Patch30: 0030-include-Resync-nf_tables.h-cache-copy.patch Patch31: 0031-src-Set-NFT_SET_CONCAT-flag-for-sets-with-concatenat.patch +Patch32: 0032-src-store-expr-not-dtype-to-track-data-in-sets.patch +Patch33: 0033-evaluate-Perform-set-evaluation-on-implicitly-declar.patch +Patch34: 0034-evaluate-missing-datatype-definition-in-implicit_set.patch +Patch35: 0035-mergesort-unbreak-listing-with-binops.patch +Patch36: 0036-proto-add-sctp-crc32-checksum-fixup.patch +Patch37: 0037-proto-Fix-ARP-header-field-ordering.patch +Patch38: 0038-json-echo-Speedup-seqnum_to_json.patch +Patch39: 0039-json-Fix-seqnum_to_json-functionality.patch +Patch40: 0040-json-don-t-leave-dangling-pointers-on-hlist.patch BuildRequires: autogen BuildRequires: autoconf @@ -164,6 +173,17 @@ touch -r %{SOURCE2} $RPM_BUILD_ROOT/%{python3_sitelib}/nftables/nftables.py %{python3_sitelib}/nftables/ %changelog +* Tue Jan 12 2021 Phil Sutter [0.9.3-17.el8] +- json: don't leave dangling pointers on hlist (Phil Sutter) [1900565] +- json: Fix seqnum_to_json() functionality (Phil Sutter) [1900565] +- json: echo: Speedup seqnum_to_json() (Phil Sutter) [1900565] +- proto: Fix ARP header field ordering (Phil Sutter) [1896334] +- proto: add sctp crc32 checksum fixup (Phil Sutter) [1895804] +- mergesort: unbreak listing with binops (Phil Sutter) [1891790] +- evaluate: missing datatype definition in implicit_set_declaration() (Phil Sutter) [1877022] +- evaluate: Perform set evaluation on implicitly declared (anonymous) sets (Phil Sutter) [1877022] +- src: store expr, not dtype to track data in sets (Phil Sutter) [1877022] + * Sat Aug 08 2020 Phil Sutter [0.9.3-16.el8] - src: Set NFT_SET_CONCAT flag for sets with concatenated ranges (Phil Sutter) [1820684] - include: Resync nf_tables.h cache copy (Phil Sutter) [1820684]