fcgiwrap-nginx-1.1.0+18+g99c942c-bp154.1.34 >  A b|ۜ!M@eeej-jȌg'&ߕ#c:,Ê8i'Bb2)h\[X߾EPScR^*DDg3X N|sJMD,N~t­h4ZM]x}^kt%ŭGm3Fw׮<*\^q&v}Ox*Dyq='ԥᲀ}mhCBy<`Y0 UD*^j\tW *P(s ^_Ҥq599b9aa20fff33b47efcf246d2baf9d711e0cb1924e12e3a4ec57de343f10414d7ef66b88cc655bb225323e412d5661dac725e73+b|ۜ!M@eeefYAS[,닌 \E<+.u2P໌ wzgo8~zEm0 |c(wɑ`umsxu-|BGh$s˽^"d/Pћ7C   {p28R^[hގ+j\@KWNp:EX5wTl]< D=`U}mB FR,F -Sl`d֎d|>pI"?"d# . \  0Tw} \      $Td  T (w8 9 : =>?@FGHIXY\ ] 0^ qb c![d!e!f!l!u!v!w",x"<y"Lz"P"`"d"""""Cfcgiwrap-nginx1.1.0+18+g99c942cbp154.1.34System services for using fcgiwrap with nginxThis package provides systemd unit files to run a set of fcgiwrap processes ready for use with nginx or other web servers.b|s390zl22SUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://github.com/gnosek/fcgiwraplinuxs390x 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 fcgiwrap.socket fcgiwrap.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 PNAME=fcgiwrap 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 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 fcgiwrap.socket fcgiwrap.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 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 fcgiwrap.service fcgiwrap.socket || : ( 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 fcgiwrap.service fcgiwrap.socket ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in fcgiwrap.service ; do sysv_service="${service%.*}" rm "/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 fcgiwrap.service ) || : fi fi # restarting the socket fails if service is active if [ -x /usr/bin/systemctl ] && ! systemctl is-active fcgiwrap.service >/dev/null 2>&1; then test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in fcgiwrap.socket ; do sysv_service="${service%.*}" rm "/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 fcgiwrap.socket ) || : fi fi fih큤b|b|b|b|79023b90cb78e32a1a1a03551ad1152c63b6e57d69a345ce9090a5c75301aab46cb567444cd7cb1ba701c5f1b4889b571accdcfb77a893f32aa52a702cf0fe88b50f04e27c284ca7f356910ef993640f13f1ebf17fc83f4a8b6d3b118181b53845fdc33b0dd7478ab9b25f1814abb20fca29865a705db3b62ae76fb6ede9367erootrootrootrootrootrootrootrootfcgiwrap-1.1.0+18+g99c942c-bp154.1.34.src.rpmfcgiwrap-nginxfcgiwrap-nginx(s390-64)@     /bin/bash/bin/sh/bin/sh/bin/sh/bin/shfcgiwrapnginxrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3^\f\ac\ac\\\Z@\Z@\Z@\Z@\Z@\Yz\YzMartin Wilck Dominique Leuenberger Martin Wilck Jan Engelhardt Martin Wilck Martin Wilck Martin Wilck mwilck@suse.commwilck@suse.comMartin Wilck Martin Wilck Martin Wilck - Fix issue with spawn-fcgi: in this case, fcgiwrap needs to be able to use a listening socket passed via fd 0 (stdin). * Drop patch: Quit-without-listening-socket.patch - Fix the issue with systemd socket activation by making the service depend on the socket unit. * Add patch: fcgiwrap.service-depend-on-fcgiwrap.socket.patch- Dynamically create the supplements to automatically follow sover changes of libfcgi.- Fix broken "supplements".- Ensure neutrality of description. - Avoid bash-specific code in %postun.- Quit without listening socket * added Quit-without-listening-socket.patch- Fix run-fcgiwrap script * added fix-run-fcgiwrap-script.patch- Added fixes from reviewed upstream pull requests * added Declare-cgi_error-noreturn.patch (obsoletes fix-Werror-implicit-fallthrough-problem.patch) * added fix-kill-parameter-sequence.patch- Update to version 1.1.0+18+g99c942c: * Add documentation for FCGI_CHDIR * Explicit license info in README and COPYING * Clean up unix socket on exit so we can start properly. * Let chdir be overriden with FCGI_CHDIR * prefork: Fix 100% CPU usage in parent process- Update to version 1.1.0+1.g3a94c23: * Add `-p path` option to restrict scripts * support -p option in sysconfig (added support-p-flag-in-sysconfig.patch)- Moved systemd service files to separate package fcgiwrap-nginx and added sysconfig * added support-p-flag-in-sysconfig.patch - Fixed dependencies- Use very weak dependencies for spawn-fcgi and nginx- SUSE / nginx adaptations * added fix-configure.ac-test-for-libsytemd.patch * added adapt-user-and-group-for-nginx.patch/bin/sh/bin/sh/bin/sh/bin/shs390zl22 16523350571.1.0+18+g99c942c-bp154.1.341.1.0+18+g99c942c-bp154.1.34fcgiwrap.servicefcgiwrap.socketrun-fcgiwrapsysconfig.fcgiwrap/usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates/-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:Backports:SLE-15-SP4/standard/765c38d09b9c63803b39741071baa5af-fcgiwrapcpioxz5s390x-suse-linuxASCII textBourne-Again shell script, ASCII text executableRK5ѯx)46*packageand(nginx:libfcgi0)utf-88fb34501009bf82eee60d95341f7ccaa019e557783b233767be4f5f7d1215be3?p7zXZ !t/:] crv(vX0V'lIl}}#`Pہ=~LتB'(h̙^D#9PTTAu7]] †UqM+`%\~ {c#8 e:1m C`?CͫH-ΠV!;tE92~ ): N:'zCVŸdA>H?ﶵ6EmI+ I$ՠfWxK5q1P9̩{QfbYE\.=vR|fYtF؏T6?vCCvlݸIPưw3i Vd^,uʜSB!VC~Ð^@myL)Ag<w5̭AI/<OCR`[cV% YkyJ2Z4TJx%rzAe#yK`T|ƗrJ<yUs17G.^(֥2.F1t(zo4PL/+~շ\T(ា^SvWiV3[B5Jٝyj$%'M;w-.uٲpQ4BW;W7Ձx=9YAEq$BIym8zgИ~yPaM?0t\zۆ@ZܝK1v-#)e13B9$'n6xKlxN[nv&HԕBɲ,OdȌv]}QLz;J{чyRPlȫ2""/zU52f'@ [Hɮ<]Aj%Y YZ