python3-nftables-0.9.8-150300.3.3.1 >  A b{_p9|Gi/-!,wo!Tۭch (a JvK<< |_s@oZƦU}}4\BNCQxr*]]W@ ӬkP^[% &v_jXb^c!'E,B9KKzfׄ/ԫij7sO2M^{Y[Gy%:_|iw!:.&Y.XGxr$LŠ7LPF9\AniTKJqoAx(>p>' ?&d & Ddhtx !(H X h   8` {(89:F"G"H#I#0X#8Y#@\#h]#^$ b$c%:d%e%f%l%u%v%w&Lx&ly&z&&&&&Cpython3-nftables0.9.8150300.3.3.1Python interface for nftablesA Python module for nftables.b{_s390zl36r=SUSE Linux Enterprise 15SUSE LLC GPL-2.0-onlyhttps://www.suse.com/Development/Languages/Pythonhttps://netfilter.org/projects/nftables/linuxs390xo5l8YA큤A큤b{_b{_` eb{_b{_b{_` e` e008fdafe301a4865af9a6fac1b3b3033fb1136e0f1d4ac14d309e9e6cecfa569311e5687d5aff2f97900bca92c7d768d1cb5711f31f0fb13816dba22eb3b633714e61cfcbcb0f35192eff114f38d2220871b69191c10e9fee2fa25b30354ddfaf726de96a358a07162ab68b4642ae4d89a5cc75c899ed44e05d512c14fac33bfceaa498a540861c56992f2d709dc41f0e807ada913bfb403ce72c20d47049b49c0f3ea8eba4398c730990b1d25fd82f86316ab606fee8e6ed71151ceb278a870rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnftables-0.9.8-150300.3.3.1.src.rpmpython3-nftablespython3-nftables(s390-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3bo`_ ^@^ۅ@^@^@]7@]N@]Z@\C@[@ZZ@Z@Zu@Z]@YXY@WPU@U`kTmatthias.gerstner@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.destefan.bruens@rwth-aachen.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.demrueckert@suse.dejengelh@inai.de- add 0001-cache-check-for-NULL-chain-in-cache_init.patch: this fixes rare crashes that could occur e.g. in firewalld (bsc#1197606).- Update to release 0.9.8 * Complete support for matching ICMP header content fields. * Added raw tcp option match support. * Added ability to check for the presence of any tcp option. * Support for rejecting traffic from the ingress chain.- Update to release 0.9.7 * Support for implicit chains * Support for ingress inet chains * Support for reject from prerouting chain * Support for --terse option in json * Support for the reset command with json- Update to release 0.9.6 * Fix two ASAN runtime errors- Update to release 0.9.5 * Support for set counters. * Support for restoring set element counters via nft -f. * Counter support for flowtables. * typeof concatenations support for sets. * Support for concatenated ranges in anonymous sets. * Allow to reject packets with 802.1q from the bridge family. * Support for matching on the conntrack ID. - Drop anonset-crashfix.patch (upstream solved differently)- Add anonset-crashfix.patch [boo#1171321]- Update to release 0.9.4 * Add a helper for concat expression handling. * Add "typeof" build/parse/print support.- Add json, python [boo#1158723]- Update to release 0.9.3 * meta: Introduce new conditions "time", "day" and "hour". * src: add ability to set/get secmarks to/from connection. * flowtable: add support for named flowtable listing. * flowtable: add support for delete command by handle. * json: add support for element deletion. * Add `-T` as the short option for `--numeric-time`. * meta: add ibrpvid and ibrvproto support- Update to new upstream release 0.9.2 * Transport header port matching, e.g. "th dport 53" * Support for matching on IPv4 options * Support for synproxy- Remove unused dblatex BuildRequires, only needed for the optional and disabled PDF generation (same contents as shipped manpage).- Update to new upstream release 0.9.0 * Support to check if packet matches an existing socket. * Support to limit number of active connections by arbitrary criteria, such as ip addresses, networks, conntrack zones or any combination thereof. * Added support for "audit" logging.- Update to new upstream release 0.8.5 * support to add/insert a rule at a given index position * meter statement now supports a configureable upper max size * timeouts for sets can now be specified in milliseconds * re-add iptables-like empty skeleton rulesets- Update to new upstream release 0.8.4 * Support to match IPv6 segment routing headers. * New "meta ibrname" and "meta obrname" arguments to match the name of the logical bridge a packet is passing through. These new names replace the old (misnamed) "ibriport"/"obriport". * `nft -a` will now show handle identifier for all objects, including tables and chains. * nft can now delete objects by their handle number. * Support to update maps from the ruleset (packet path). * the "--echo" option now prints handle id for tables and object too. * `nft -f -` will now read from standard input * Support for flow tables, cf. man page or https://lwn.net/Articles/738214/ .- Update to new upstream release 0.8.3 * raw payload support to match headers that do not yet have received a mnemonic.- Update to new upstream release 0.8.2 * add secpath support- Update to new upstream release 0.8.1 * This release deprecates the "flow table" syntax in favor of "meter".- Update to new upstream release 0.8 * This release contains new features available up to the (upcoming) Linux 4.14 kernel release: * Support for stateful objects, these objects are uniquely identified by a user-defined name, you can refer to them from rules, and there is a well established interface to operate with them. * Sort set elements when listing them, from lower to largest. * TCP option matching and mangling support. This includes TCP maximum segment size mangling. * Add new "-s" option for listings without stateful information. * Add new -c/--check option for nft, to tests if your ruleset loads fine, into the kernel, this is a dry run mode. * Connection tracking helper support. * Add --echo option, to print the handle that the kernel allocates to uniquely identify rules. * Conntrack zone support * Symmetric hash support * Add support to include directories from nft natives scripts, files are loaded in alphanumerical order. * Allow to check if IPv6 extension header or TCP option exists or is missing. * Extend quota support to display used bytes. * Add ct average matching, to match average bytes per packet a connection has transferred so far, to map the existing feature available in the iptables connbytes match. * Allow to flush maps and flow tables. * Allow to embed set definition into an existing set. * Conntrack event filtering support via rule.- Update to new upstream release 0.7 * Add new fib expression, which can be used to obtain the output interface from the route table based on either source or destination address of a packet. * Support hashing of any arbitrary key combination, eg. * Add number generation support. Useful for round-robin packet mark setting. * Add quota support, eg. * Introduce routing expression, for routing related data with support for nexthop * Notrack support, to explicitly skip connection tracking for matching packets. * Support to set non-byte bound packet header fields, including checksum adjustment. * Add 'create set' and 'create element' commands. * Allow to use variable reference for set element definitions. * Allow to use variable definitions from element commands. * Add support to flush set. You can use this new command to remove all existing elements in a set. * Inverted set lookups. * Honor absolute and relative paths via include file, where: * Support log flags, to enable logging TCP sequence and options. * tc classid parser support, eg. * Allow numeric connlabels, so if connlabel still works with undefined labels.- Update to new upstream release 0.6 * Rules may be replaced now * Flow table support (requires Linux >= 4.3) * Support for tracing * Ratelimiting now supports units like bytes/second. * Matchinv VLAN IDs, DSCP/ECN, ICMP RtAdv & RtSol- Update to new upstream release 0.5 * Support combinations of two or more selectors to build a tuple * Timeout support for sets * Dormant flag for tables * Default chain policy specifiable on creation- set the url to the project page - pass --disable-silent-rules to configure to allow gcc post build check to work- Update to new upstream release 0.4 * Since Linux 3.18: support for global ruleset operations * Since 3.17: full logging support for all the families, including nfnetlink_log * 3.16: automatic selection of the optimal set implementation * 3.14: reject support for ip, ip6 and inet * 3.18: reject support for bridge, and reject icmpx abstraction * 3.18: masquerade support * 3.19: redirect support * Extend meta to support pkttype, cpu and devgroup matching.s390zl36 16522525740.9.8-150300.3.3.10.9.8-150300.3.3.1nftablesnftables-0.1-py3.6.egg-info__init__.py__pycache____init__.cpython-36.pycnftables.cpython-36.pycnftables.pyschema.json/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/nftables//usr/lib/python3.6/site-packages/nftables/__pycache__/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:24179/SUSE_SLE-15-SP3_Update/66ac1bca1b33139dd80ec031930f1675-nftables.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledRRRRp|} ^/Outf-8a9ee0d0ee00081bc213587368365bbb04f531813386366be5202a506757ef4e5? 7zXZ !t/x'] crt:bLL %l34~[>rpi]Fn ~xQiI_vW+@E,6/7KΦaK+K}냯n9 ЀB(Ef:Z"R4>H&o.?='8#m;׭:) +qAن2k}, 9i!Ǡ!ayWƸ"tFeHdrpF{{BNc0fnO+{2bZ%P<ϗ6] χ $ %31 wKrmț ۶$t[}WPep`-IKeNJ;ZB`f*fW[H$D`bd8hrєuۓTpUN;*kix S(KsM'ճ6veS!17b pˇWn1j! H+ 3SiX=KV4+K فczk41i0 ؂-KɫaAf%KiZQZ/f>,7^HyG I̴}]<}zyR½8?|^Q;#~n+C ]6Rpv+5@3L]J]=̡4G>?3lkߍ5yĸӎ"Έ8M|mahfaevm,wfDA6n!QgZ'UDMgQE(=9ÁSzOfTAcۦPU3hLa/q8zn۸zm*Ho5ԧ lMs`F|BZ>iq_I:Ljz+6wC %1Rw7@WKf_tT"ѢM8UQ7 cلO%!1t#XR2SG"Ďj@թXA`IR(A"iש]Yp?ˊ}5Mw $ecN px(zGۂcx{7q?E,55Ԉ]ҪpTJ -{g=T 5IU~ՠK"bc'Y =NCWPU}4^5!P=xYk^b}-Duo"kuN_1 %`Ő+UYdЦW w+ŋ .>+\sC[ii Ha%`ơ D$\Яu6jٿ0Bp\@`Ln3AA$΋*x|#C$E>^@M`ch٧f^i6y".ZCZJt{?{ t xesD$"Ed-^kpb[Y"k[Q q@y>h2+mҢղJddZm홙*4ciuqr`o% F`듐|^y;.Ƥ=,IJQ+W^DM&8joUxffD2ZԳ6łڱt.l]w!|}p8@Rf=ui(|j^L(¨CK!|'|3բ˛χٛzKЧCͥS0+̳aإ$>*ΊsH(,EdxL2=pGE:)J( U &r.e +NjTu^y3'GmRO!aӆ4n*wH{΢A7ѓʜD lcWmUbCC(&e`h¢`\eK3fiKZ^JըڣKg`e ?^~1OyRvqGpS2?zcOUDsA qԞ f`en2l8ޟzVO!JǾC<"Z L:aR`|9nT9E;Y?Xz]-Z Tm= -`fU %C8{0fe,U]o(EYj۞R騞:o@k[,pa{G_jlçs&7ǡU2;;rNHT] lG]U,]7\'yl0NL0 }ٓPDA:G1 Ul(MXe`} s|{0^,0Zț}Z9Z@qϖ &(\aqahHRalߐRf=w=9{.f: ݏCi*YlBTh7뜎J&*սI.oHm)1ت6Op~y@nD(:~6C( lE(NWu|.-e5#jh#D{4Ve }z} yZ**c34ڛ)}dT}{w5$RMAFDxM̃ NSkD\LQۉm,ΆUiaEFf֞=s@&ީ%Eɳb ]D7uI UL?Rd =l 9Q'v]#[b'IFҶP=R뫊tt8yƍ8bm&Qq=%d.n{N'ؾ7[/~c}6>Wz L- 9dߊV tvZ V<~o.1ȧ>jwV)&hR-#(04gĴEA?-e9[uCCQt'C_fBxE׌y;&j]KbN6Ķyi)C~%ehs}ҍ[╘59T%Ɲ aal|&Ȕ,dB 4)çVM7H7lӟgȢP /iTY.Y1NT YZ