ipset-service-7.1-1.el8 > 6 6_6 3!pQp)Tξ7]mtZ``s> ]mtZ`B%-x9e(H|mUxG 2m̤SOR|`2t'Z"nۥH/XT90A ז`(b6y6pȷGW :4IVS+ *@/o#@H]"s.GȚ2yV6] ]mtZ`s9VI?<7rO8g$9s&2|!Q6jB7u̹URvg.1ec$>i (D~|眭xD-tv4>8_\_ԍ/:vk5"}rkKB;0Y-Y;W)4BV>oˮdWajg}.HKٚbU3$, !>P(vD5]"xbxa,>pH&T?&Dd  3  39@     'Jd()*+, - 8 !9 !:!>!?!@!D!G!H!I"X" Y"\"(]"D^"b#*d$ze$f$l$t$u$v$w%x%y%%%%&@Cipset-service7.11.el8ipset service for ipsetsThis package provides the service ipset that is split out of the base package since it is not active by default.`sord1-prod-x86build002.svc.aws.rockylinux.org(KojiRockyGPLv2infrastructure@rockylinux.orgUnspecifiedhttp://ipset.netfilter.org/linuxnoarch if [ $1 -eq 1 ] ; then # Initial installation systemctl --no-reload preset ipset.service &>/dev/null || : fiif [[ $1 -eq 0 && -n $(lsmod | grep "^xt_set ") ]]; then rmmod xt_set 2>/dev/null [[ $? -ne 0 ]] && echo Current iptables configuration requires ipsets && exit 1 fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable --now ipset.service &>/dev/null || : fi if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart ipset.service &>/dev/null || : fi:%فAA`s`s`s`s`s`s`sda11f4d544712bff526d87564d01ea65847e29838d555bc6554034cb6d4aa3a90ba10f2af92ac405022bb88401195d5cd6c3a7bf52d54c510a3f9d70f22e5d5de8b5fd4513bb62eb6916dd4cdd75ded790f4f21c9fc0c4579e7b2456909852b074b1960b65544c6ddac00ae34e76b31bf42fa4b26b6e3664f44d01b312c49255Qrootrootrootrootrootrootrootrootrootrootrootrootrootrootipset-7.1-1.el8.src.rpmconfig(ipset-service)ipset-service@ @    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(ipset-service)ipsetiptables-servicesrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)systemdsystemdsystemd7.1-1.el87.1-1.el83.0.4-14.6.0-14.0-15.2-14.14.3# Before 6.38-1, ipset.start-stop keeps a backup of previously saved sets, but # doesn't touch the /etc/sysconfig/ipset.d/.saved flag. Remove the backup on # upgrade, so that we use the current version of saved sets rm -f /etc/sysconfig/ipset.save || : exit 0# Up to 6.29-1, ipset.start-stop uses a single data file for f in /etc/sysconfig/ipset.d/*; do [ "${f}" = "/etc/sysconfig/ipset.d/*" ] && break cat ${f} >> /etc/sysconfig/ipset || : done exit 0ipset-serviceipset-service6.38-1.el76.38-1.el7\[[F[r@ZZz@ZS]@YYx@X@X@W@V=@VA@VUa@T@SGSSRo@RR QQPb@Pb@Pw@PO/ONs:@Np@Stefano Brivio - 7.1-1Stefano Brivio - 6.38-3Stefano Brivio - 6.38-2Stefano Brivio - 6.38-1Eric Garver - 6.35-3Fedora Release Engineering - 6.35-2Nicolas Chauvet - 6.35-1Nicolas Chauvet - 6.32-1Fedora Release Engineering - 6.29-4Nicolas Chauvet - 6.29-3Fedora Release Engineering - 6.29-2Thomas Woerner - 6.29-1Fedora Release Engineering - 6.27-2Thomas Woerner - 6.27-1Haïkel Guémar - 6.26-1Fedora Release Engineering - 6.22-2Mathieu Bridon - 6.22-1Fedora Release Engineering - 6.21.1-4Fedora Release Engineering - 6.21.1-3Mathieu Bridon - 6.21.1-2Mathieu Bridon - 6.20.1-1Quentin Armitage 6.19-2Mathieu Bridon - 6.19-1Fedora Release Engineering - 6.16.1-3Fedora Release Engineering - 6.16.1-2Mathieu Bridon - 6.16.1-1Mathieu Bridon - 6.14-1Mathieu Bridon - 6.13-1Fedora Release Engineering - 6.11-2Mathieu Bridon - 6.11-1Fedora Release Engineering - 6.9.1-3Mathieu Bridon - 6.9.1-2Mathieu Bridon - 6.9.1-1- Rebase to 7.1 (RHBZ#1649090): - Add compatibility support for strscpy() - Correct the manpage about the sort option - Add missing functions to libipset.map - configure.ac: Fix build regression on RHEL/CentOS/SL (Serhey Popovych) - Implement sorting for hash types in the ipset tool - Fix to list/save into file specified by option (reported by Isaac Good) - Introduction of new commands and protocol version 7, updated kernel include files - Add compatibility support for async in pernet_operations - Use more robust awk patterns to check for backward compatibility - Prepare the ipset tool to handle multiple protocol version - Fix warning message handlin - Correct to test null valued entry in hash:net6,port,net6 test - Library reworked to support embedding ipset completely - Add compatibility to support kvcalloc() - Validate string type attributes in attr2data() (Stefano Brivio) - manpage: Add comment about matching on destination MAC address (Stefano Brivio) (RHBZ#1649079) - Add compatibility to support is_zero_ether_addr() - Fix use-after-free in ipset_parse_name_compat() (Stefano Brivio) (RHBZ#1649085) - Fix leak in build_argv() on line parsing error (Stefano Brivio) (RHBZ#1649085) - Simplify return statement in ipset_mnl_query() (Stefano Brivio) (RHBZ#1649085) - tests/check_klog.sh: Try dmesg too, don't let shell terminate script (Stefano Brivio) - Fixes: - Fix all shellcheck warnings in init script (RHBZ#1649085) - Make error reporting consistent, introduce different severities (RHBZ#1683711) - While restoring, on invalid entries, remove them and retry (RHBZ#1683713) - Fix covscan SC2166 warning in init script (RHBZ#1649085)- Fix loading of sets with dependencies on other sets (RHBZ#1647096), and hardcode 6.38-1.el7 for ipset-service upgrade and downgrade triggers, so that we don't run into issues with z-stream updates- Drop ipset-devel dependency on kernel-devel (RHBZ#163175)- Update to 6.38, source from RHEL7 6.38-2 (RHBZ#1615967)- Patch for missing header file (RHBZ#1543596)- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild- Update to 6.35- Update to 6.32- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Userspace needs kernel-headers - rhbz#1420864- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- New upstream version 6.29 (RHBZ#1317208) - Suppress unnecessary stderr in command loop for resize and list - Correction in comment test - Support chroot buildroots (reported by Jan Engelhardt) - Fix "configure" breakage due to pkg-config related changes (reported by Jan Engelhardt) - Support older pkg-config packages - Add bash completion to the install routine (Mart Frauenlob) - Fix misleading error message with comment extension - Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface type - Fix link with libtool >= 2.4.4 (Olivier Blin)- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- New upstream version 6.27 (RHBZ#1145913)- Upstream 6.26 (RHBZ#1145913)- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- New upstream release.- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Remove runtime requirement on the kernel. https://lists.fedoraproject.org/pipermail/devel/2014-March/196565.html- New upstream release.- Add service pkg - adds save and reload functionality on shutdown/startup - Add requires dependency of ipset on matching ipset-libs- New upstream release.- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- New upstream release. - Fix a requirement.- New upstream release. - Fix scriptlets, ldconfig is needed for the libs subpackage, not the main one.- New upstream release. - Split out the library in its own subpackage.- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- New upstream release. - Removed our patch, it has been integrated upstream. As such, we also don't need to re-run autoreconf any more.- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Some fixes based on Pierre-Yves' review feedback.- Initial packaging./bin/sh/bin/sh/bin/sh/bin/sh/bin/sh7.1-1.el87.1-1.el8ipsetipset-configipset.serviceipsetsaveipsetipset.start-stop/etc/sysconfig//usr/lib/systemd/system//usr/libexec/initscripts/legacy-actions//usr/libexec/initscripts/legacy-actions/ipset//usr/libexec//usr/libexec/ipset/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2x86_64-redhat-linux-gnucannot open `/builddir/build/BUILDROOT/ipset-7.1-1.el8.x86_64/etc/sysconfig/ipset' (No such file or directory)ASCII textdirectoryBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableRRutf-80476e1823cda9f42a8c567a09554a923e2491863060435e54dbab735f5041583?7zXZ !#,,?] b2 lNsW]{XMM9=MEH*>}tMmpnSFjwh>@V|-~Ϡ5D"Æ،k]7#>8ؿ_Gœ3c?(鑐EmJ6t`A@|Ku~b> ܱqbDcN2aHҜBbI%Och%*n:>EDmNl_>M ~w5̩;;MbZlrmZ:r$h53t4\(_:9wIEyQ"Fu5]f"/ Ԥ\ O /j\O*}9n@.l ВMkfy>/>0{>.tBa|&0F׸!ڂ v$}̒p܈$u)80Wq(g}l4q6B=TZ>&#jo$u*᧠pmiɞ:|0 ~x&gkϨvuLhvx-_NBڕJEi~U'71Ѕ'~] K \d c ;ջK( +&M]zK}`$ *q {9,,ݨMjْTWEPZtd^:T(P,7gCSf`Ҏ`+#M=siֈQa/w+DLk#ˇ?rR i$ 7hO2QP)Gj2H8sʼnwh#NN]bB@R~-Y#Hm73:y;twNR7ማ+#z=Y t:mxBju&Jp$g 1ዢJaAJA&e@GS`_ xTvPwafSLkƪux[@p 6⭶i E~Y:Y,K+E,n2b]A~8vY7?.jz s;#3~J|z,/joY TC3;%8fOhg2n;aG߻-FZO$@+545lY >Ó~9^N2׮f [?oG 4>w>ך /@&~=ZAێյ=d7LkR89Ҵs7OttM2Wf$SG4.2㓦qg}yq^g#`T>8ӕ:a $ʜQWr]"J_dFT$sl~[u?AM*!X:2rxBz@`V ̵P^yx/o^GEoM|ztD ^[WRf =JeGYѻQfAqOen0'=#@R3pa7xONea3}(\K6WQjwh fbUfsK $2Tcz47/o<2kScXV#Ӱ;LD3̙p }[ޅt34T2KGJ>?.KO=Dc@~JZZ 5ML1q^ @UlKr&\{8+Vd[d;y@9k~Ω>]]TU'#jN],{Ɩ//kI [#^}IOd7iOO2 ѽ ;=0!u skfejO+[34X>*{卲9[#~c6xm!':ՈzDto_&Ϋ{GXߌЀmT44*_bFx[.R[5ю#m\_km B Qzh>@=x0Fȩ箨*v 3t<}=,nr>R~3P~A.PFwHɊŏɢ 4gAc|Y/ ҩ fH%VE|v.Jisݰ*'H~5!m9[* vVXEsEBf&F%ɦyw7g|toII#*PQ ׄ?  ˿Pz}DP ~Ce\;f'g{-[L6XJbRԧ1k<;MGmo,F :@DZZ..C0N"-33?C%M[vcK!FoѳFEW:|P>OZM|auΨ i͑.X1 ~/oPS A]s]0hoӬ:~_oPյZb(?]ʲʝ̭k5^I ĠuQ aG  $=FL$=JlA!V]% :|Ͽf&JDkIs@'6XZ?4__]!;΋+oتG>馝^qmIϠΑ`xТ8?(+v^ y-bޑ~'"0OQWDxFN"бxI1 ڊ-/ &x3U*tm= 0f:p@g*)|C /̴ mC+[<ᘌ]ӅegjoEW`o^xޔSǦ5"Bsiؤ`&[Ȋ%S1d;ܻJF@MoF͍ø 9cDh|9 &>Hq=/`}ˬGz __mYX5xN1:e1Jz=oBfVq~+bi6fjMOX\M=9&FnLx9M|l$.y::mCvX"ZQ"&d@T+$Gmk. P]RM PFCkI]ۜ m0 V#Aa'_SiAr6XPШlaK򵗟~Cb |푎N#:cGn?PoT@ن#mjcR?|ǂuɊ父wyb%=͓L doLC/F~؊d#lYQ@ YZ