iodine-0.7.0-bp156.6.3.1<>,4dfCI%z sT4&[+<3+wII(֔fRD(i3s1 {8z0\mLkO;9}k.vRb[c>֗hcaqi #΋&t&Wظy4?PL{>C<Y/ i[?AJ]u4ti<3%Zw?F/bVۜ? wDTc@/mw4C=;v\ }29}]Ϸ̷_8ITrQ ^ x{<Dka'.pJ)fWJ>>yԽ+jv{0HI.f } brO]33$gj*"Ry$hpʩX.aןk!ooA~4ʱ%pAU*Y}|JZ8svuEnbʪSttѕmak|~hk#Cqe'3X۲ZYVH赯 : ]Ar7>F(t?(dd   E&* Cb~5.O  , h 7 T+L(8 9 :P =!U>!]?!e@!mF!uG!H!I"X"Y"\"@]"|^#b#c$`d%e% f%l%u%$v%`w'Tx'y'z(((((`Ciodine0.7.0bp156.6.3.1IPv4-through-DNS tunnel server and clientThis software lets one tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed.fCs390zp27cSUSE Linux Enterprise 15openSUSEISChttp://bugs.opensuse.orgProductivity/Networking/Systemhttp://code.kryo.se/iodine/linuxs390x/usr/sbin/useradd -r -d /var/lib/iodined -s /bin/false -c "user for iodine dns tunnel" -g nobody iodined 2> /dev/null || : if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in iodine.service iodined.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in iodine.service iodined.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi PNAME=iodine SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi PNAME=iodined SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable iodine.service iodined.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop iodine.service iodined.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in iodine.service iodined.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart iodine.service iodined.service ) || : fi fiHjA큤AfCfCfCfCfCfCfCSS{SS{SS{fCfCfCfCfCc8d8675ce7a7ed4a98e70885dd4b3e69d48ccdfe470c1f946fe19bfe89a77da33d71b1e26db60cdf71d1567966b8b766021c37b3664c6281bf88f8295f476fd657a36c2b095d5ac9d4521fa2fde3c703aaad6791cc05c1c662343f1d6449a4a54377a859a99ef61835721d369e193f37a2ba9cb949748d716bbff5849781e7f8cca81ed96e895f1d8f38f658ec7665f72cf66fcabe9073e8001b03f75b839ee3f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb72dc997611ad4c7b111216c89f1a23e2e3cc88613cac4f357943ff237f1d5783716bbb5e65c1e881686beb5d5ec8e7d858282b6a8cb798bb729d30a4a76e945d468fd187e0764086726821ecf2d35156d223e32aed66ba209085e51802cd2f2f89ff40a4b87868a00f25084eca9d1b1b7a5dcb81cff99f2b6655adb59c5b54af89ff40a4b87868a00f25084eca9d1b1b7a5dcb81cff99f2b6655adb59c5b54af8serviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootiodinedrootrootrootrootrootrootrootrootrootrootrootrootrootrootnobodyiodine-0.7.0-bp156.6.3.1.src.rpmiodineiodine(s390-64) @@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/usr/sbin/useraddcoreutilsdiffutilsfillupgrepgroup(nobody)libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libc.so.6(GLIBC_2.4)(64bit)libz.so.1()(64bit)net-tools-deprecatedrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3fadu@aK`@`[`g@]@\1Z@XƉXc@UMmalcolmlewis@opensuse.orgmalcolmlewis@opensuse.orgJohannes Segitz Callum Farmer Jan Engelhardt Callum Farmer Dominique Leuenberger Thomas Wagner rbrown@suse.commalcolmlewis@opensuse.orgwagner-thomas@gmx.atwagner-thomas@gmx.at- Comment out PrivateDevices in hardening, (boo#1216238 and boo#1228788). Modified: * iodine.service. * iodined.service.- Comment out ProtectClock in hardening, (boo#1206835). Modified: * iodine.service. * iodined.service.- Added hardening to systemd service(s) (bsc#1181400). Modified: * iodine.service * iodined.service- Add now working CONFIG parameter to sysusers generator- Use noun phrasing in descriptions. - Use more modern rpm macros. - Reduce sh code emissions of %service_*.- Change to using systemd-sysusers- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini- added dependency for ifconfig- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Remove insserv requirement and macro to fix Factory build. - Add fdupes check to avoid duplicate man page warning.- fixed unbalanced quotes in service files bnc#1017236- start iodine and iodined after network.target - added rc-link/bin/sh/bin/sh/bin/sh/bin/shs390zp27 1723548655 0.7.0-bp156.6.3.10.7.0-bp156.6.3.1iodine.serviceiodined.serviceiodineiodinedrciodinerciodinediodineCHANGELOGREADMETODOsysconfig.iodinesysconfig.iodinediodine.8.gziodined.8.gziodined/usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/iodine//usr/share/fillup-templates//usr/share/man/man8//var/lib/-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.opensuse.org/openSUSE:Maintenance:18514/openSUSE_Backports_SLE-15-SP6_Update/22472d58f9048d9f88865f90ed31d224-iodine.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=dc51612eb6ee1be97691c007c5ef66de8ad67ef4, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=7923e1a04cff5736304c5e1329c3b22688b08db2, for GNU/Linux 3.2.0, strippeddirectorytroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R RRR R RR R RRR R RR aqO4rH Autf-8791ab2f00f2554fd7096c6549653e3e8a62f93e4c4298baf02f31ea5592af89c?7zXZ !t/&%]"k%f)-+`CvHI<0 ;l wyL#@T5`zP8yи T^G +{.}q@u.j!h0ϊ.FW_u!0^-Voki /N 5ԢMz%G*}Xtbz=t 0O[..\e;vȅwR{ѓfp 6p7kiT) #d_nA( ]?՛˾ȠMw_j;z>EՁ^?ɕceQ;h1&N",ܕ) !JA]q?w6e 62k? F4P1M]:%jؾVhi{X%n9n?zSݗr'noS H ȫ|e[K1{/ĪGjl.AƁSrK;uEyP-J=A\x/o=N=F[Gi^t葷Vkݐ!a^wn=5DQ/*o:! ~E-brpҘftV>Z>- =K`WOU2t+p<4J '#h4d1>M0\  B=*W:u?Oz?)SD a:vB,Ql7kY!ǩʧ9L윬637u+zqE{abi3 q-<埄qCF9-In: "qk֩S|jU8f6ϹG$JNʭbrY~?)9h)(q!;HȚjOKa'ȧ 6^{FIWoO s<`#^U-!h=Nlux7܋Lgʢ<ϥoL$jf*]mv͈fI#t=mCH*ݱŤd'Nn[ԃRy'-̅uoIk np nS 3~ nBiqMXT Mr?YmnjaZ=O7|DBOd14wkѦ5~~E Bz_UYzYvZ瑗 F+|;IvO K6 /N2m%̶Jw!.~˝ӎ$$IO YOMOrhFwכ:fG 'axcPi7*RVMs Rq; ?WZWP:] 6 5ٲ=s֮eisd"-j<\aoDM[Dq%G(p(1P<1{d4Puɔ( YZ