ipset-service-7.1-1.el7>t  DH`p]_$ƨ;lcr3\[ )Ŗ(^lt,&G78l)\2ųPmd؂f3@VpC$T[nnjgpGs`M+ټ/ϳkɹ@ r@("zoQ&m k#t!+礒:])_<"&qËRz4CHo)^?U !Թz:3>d|t)c4˻E+ a`wpȅUְE?ySRb鐈?f>i<ΧaXee R]D5l윜'e' Mbfz-Cz qtB0ФTc] {78yXKI-NS\չZ#s{5i Y2P#y)#΢jV )?a༙q6b245f7286afa3854624fcdc40e668eb86f303872܉]_$ƨ"-cqC~@`FϘ "~j%=I#3}:(df8|e}|7<=(YMs  NÈ+DP0Nejh0zj:CJ:ـ,ˡ4kOi`ܫ0S{[&C9%u'"x,옏}.hлԯQ!<+&[i 6Ley~"?, jS ,A(JИx5{> ω?@똦$(7%7<rUll;"+;;LG>Kn"ދ;4!PvD?d  3  %+2#   0 7 @\<(Q)X* &+ B, X- `8 h9 : >?@DGHIXY\ ](^kbdefltuvwxyCipset-service7.11.el7ipset service for ipsetsThis package provides the service ipset that is split out of the base package since it is not active by default.]Lzx86-02.bsys.centos.org(CentOSGPLv2CentOS BuildSystem Unspecifiedhttp://ipset.netfilter.org/linuxnoarch if [ $1 -eq 1 ] ; then # Initial installation systemctl preset ipset.service >/dev/null 2>&1 || : 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 ipset.service > /dev/null 2>&1 || : systemctl stop ipset.service > /dev/null 2>&1 || : fi systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart ipset.service >/dev/null 2>&1 || : fi:%فAA]Lz]Lz]Lz]Lz]Lz]Lz]Lzda11f4d544712bff526d87564d01ea65847e29838d555bc6554034cb6d4aa3a90ba10f2af92ac405022bb88401195d5cd6c3a7bf52d54c510a3f9d70f22e5d5de8b5fd4513bb62eb6916dd4cdd75ded790f4f21c9fc0c4579e7b2456909852b074b1960b65544c6ddac00ae34e76b31bf42fa4b26b6e3664f44d01b312c49255Qrootrootrootrootrootrootrootrootrootrootrootrootrootrootipset-7.1-1.el7.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)systemdsystemdsystemdrpmlib(PayloadIsXz)7.1-1.el77.1-1.el73.0.4-14.6.0-14.0-15.2-14.11.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\r@[@[3|@ZԐ@XWQWs@RUR&RkR QQPb@Pb@Pw@PO/ONs:@Np@Stefano Brivio - 7.1-1Stefano Brivio - 6.38-3Stefano Brivio - 6.38-2Stefano Brivio - 6.38-1Thomas Woerner - 6.29-1Thomas Woerner - 6.19-6Thomas Woerner - 6.19-5Daniel Mach - 6.19-4Thomas Woerner - 6.19-3Daniel Mach - 6.19-2Mathieu Bridon - 6.19Fedora 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#1649080): - 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#1649073) - Fix leak in build_argv() on line parsing error (Stefano Brivio) (RHBZ#1649073) - Simplify return statement in ipset_mnl_query() (Stefano Brivio) (RHBZ#1649073) - tests/check_klog.sh: Try dmesg too, don't let shell terminate script (Stefano Brivio) - Fixes: - Fix all shellcheck warnings in init script (RHBZ#1649073) - Make error reporting consistent, introduce different severities (RHBZ#1649877) - While restoring, on invalid entries, remove them and retry (RHBZ#1650297) - Fix covscan SC2166 warning in init script (RHBZ#1649073) - Hardcode triggerin, triggerun versions for ipset-service (RHBZ#1646666)- Fix loading of sets with dependencies on other sets (RHBZ#1646666)- Fix upgrade and downgrade triggers in specfile (RHBZ#1594722)- Rebase to 6.38 (RHBZ#1557600): - hash:ipmac type support added to ipset, userspace part (Tomasz Chilinski) - Refactor /etc/sysconfig/ipset.start-stop - Fixes: - IPSet Service Monolithic Operation (RHBZ#1440741) - "systemctl start ipset" doesn't handle existing ipset's having counters (RHBZ#1502212)- Rebase to 6.29 (RHBZ#1351299) - Fixes: - Backport ipset capability to run in namespaces (RHBZ#1226051) - Fix service save with empty ipset list and existing ipset save file (RHBZ#1377621) - Fix internal error at printing to output buffer (RHBZ#1395865)- Use /etc/sysconfig/ipset-config in service as EnvironmentFile (RHBZ#1136257) - Use /etc/sysconfig/ipset for data as in RHEL-6 (RHBZ#1136257) - No save on reload, but legacy save action (RHBZ#1136257)- New service sub package to provide the ipset service (RHBZ#1136257) Service and start-stop script from F-24 - Fixed ipset package summary (RHBZ#1195171) Spec file derived from F-24- Mass rebuild 2014-01-24- fixed failed rmdiff testing (RHBZ#884500)- Mass rebuild 2013-12-27- 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.el77.1-1.el7ipsetipset-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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2x86_64-redhat-linux-gnucannot open (No such file or directory)ASCII textdirectoryBourne-Again shell script, ASCII text executablePOSIX shell script, ASCII text executableRR?7zXZ !#,,F] b2 lNsI h } WO)'4&,G^Q:ifw,yH@F Xp, 0ZUԎZ8g߭bռxp_*ׯxZؐ|9;wK'qd#*&+_ZaK uTDA@uxu0E({ܖL8M}Xڣ8ɾZيn<"WHc0^U#5l[Tz/ft[h5S~geV&0Y" z(twF E!ݵ5Q֩jGjnLu:**r1/ܡ\Bw,04rj/0Pù ۖQ\@mD V880HHB7л_Fn4_p=ZhpD3ZQ`$N8Cu)@VXl2fNA+v9m>tS]nqܿNy;bu5|`k窱xnf #¢5PDpW580*֖+=Do]NCp@o9٭, ˉGE3*eUD%t~6qKFFՔFYp9uMn.Xz6[uT@DTv7e[!(>m%7\zd#CU/aS(ʦFtZI˦tO~  jutxkBITC2ehW-TlyXOcYWF!D tXp"wJ<.߰@;Aw闀i\f@bD}A-Mo d=p\Fi~lsz0AI٧za9|Q5UW6,6Ik92⪽lrDc$r*#B Fx$|0j恙pF,`Q&NI{O>#JzZ3U_]YX8 uꧧz]!i(DxCJ6c'ΟȰ>~n\ⴁFB4 3&Pm e:w}r;PbB$G}E/ڪs]ؤoQ(++9ZfHItC'*0M9i-տ)8gWn_`Fgl喣 UVLO1øympis)[bx(r0^}!@CkYs= HE!4ԂeyA[@ p !XDI]2j9Py Xc7=BGD~!a<,Af-}jd۝k^ e-GZE59^C-gNdK! OùmhzmMd,W;FST%uge,dy)aS T~AbP!sTU1A̺w%@Nd&5 j OOɭZ4`GR޷_~/IyquDUFOKАru5Pi LXz?kxė?2 LvyQBE{2M.AY9f'ACm˼Y B&c)S 6vqe\ Gx·R$c%teBp[{o"/fPDʵ#ݵ*CR=]dռ Qih0Myn)f^uBMpuQ"5:_^To?}S)ْEmnu!dy@2a 'gp.+V"R"~2s]m\^aAPi1# 츉$Tw)gjYE|f(5UHsՐ;d:&B A 1"3z@U/FE:OhLdDuFSGb~1bU[-4I8;@wg1#i ֩p}vzU|؈;%ղG Xk( O7qy>Ag+L!\5.J/\iK$gJ6|pZP#uē*&@!٫8J"VwC@jR 32u:@Ţ7UDROzEAT[A$?v[p&|6C3/|hyg}'6j Tq&Sh5UTN {;g('Z@-G 0b雦d[@I׬Fr gk"`)دeӧwǂiҶSף8x3Pi P7GȧZYQr*{[0R)_4R mErȷ*HpE!8/ %σEUCI4~8^GRъE8Dc7BИ 56FL܃uhXt1Z$6A_S5a']!Aw_rෟ{zN1XGy ;e;".}>6]cѾ% 4$:{4s_=;6d:^1fv񠬃dc=m/߶~t!z͊qjo:T߸1yZױJT )2GeuX_@~txӑ7 JcYT цF|KH{^}ŊKYfeWX3y\<>WO(5=E|\i8E p%^B1vD85rd[*J[U{Q 4=Ul\XQm9-)RV O$bʕs 44dNRC:(>+9{ՉߴqRk5o7;S^ p`0/Iv;rqDT|c 0Qk/LpXv| ! 7$ŧBo8;^ [2Ί%.F*8 s۸F!& vRy Bţɳ0̩: g< Db@"+}XPAYP*YשY&^g YZ