fcgiwrap-nginx-1.1.0+18+g99c942c-bp153.1.17 >  A `M,!M@eeej\6Q#}]9gr sKD@y;$~F )K&#FC tPAi f$7fې@0s7ɺYa/I# F^)ѯS `xݣ;USj Fhly$g(U\#i s y\¶b <ͭ? Q\Ko㡏)KHzU~+,7k%6׫m80a62b14fe3a2cf8ac2dd355f737bed5162f99329d6a318b56756ec9c1ff50885d52d33941263f57436903cebebfdaa6708af3e1+`M,!M@eeeQhwqB|N.h\W_ZF6'|-BTF}zc+v؇1bN kE8鏰2lx[RUOF%CߔpUZ{Bm ;VЊcrqHg18e{<~]j7sbt|IQlQiMkM( xoȯדwT25mY*unAsńֳmmG''gΙ(=v>pI"?"d# . \  0Tw} \      $Td  T (w8 9 : =>?@FGHIXY\ ] 0^ qb c!Xd!e!f!l!u!v!w",x"<y"Lz"P"`"d"""""Cfcgiwrap-nginx1.1.0+18+g99c942cbp153.1.17System 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.`M-}s390zp24SUSE Linux Enterprise 15 SP3openSUSEMIThttps://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큤`M-}`M-}`M-}`M-}79023b90cb78e32a1a1a03551ad1152c63b6e57d69a345ce9090a5c75301aab46cb567444cd7cb1ba701c5f1b4889b571accdcfb77a893f32aa52a702cf0fe88b50f04e27c284ca7f356910ef993640f13f1ebf17fc83f4a8b6d3b118181b53845fdc33b0dd7478ab9b25f1814abb20fca29865a705db3b62ae76fb6ede9367erootrootrootrootrootrootrootrootfcgiwrap-1.1.0+18+g99c942c-bp153.1.17.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.1^\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/shs390zp24 16156706531.1.0+18+g99c942c-bp153.1.171.1.0+18+g99c942c-bp153.1.17fcgiwrap.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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ccf1e7424b3e9fbf4a669cf8090ee343-fcgiwrapcpioxz5s390x-suse-linuxASCII textBourne-Again shell script, ASCII text executableRNXH!ipackageand(nginx:libfcgi0)utf-85aa173acf8e2a60520bc7ba46914a9925267566c392d0cdd05c7be774d3f6f5a?p7zXZ !t/;] crv(vX0ǔ$'zL_*ohª"Yܚ?-{;}_X?؃E1e`~@za-6xmOT<)|(R>bt˺` tt/҅o_,ZݠȨ~L@e:Ҩ4IBOcp"zGH9߷9lm{4e].ej;!sXAClI@;wV "jcO/%͵=%zUgfj5#ʄU&]i ƢvrBi{SL;b'/0_  |m[MԂVIq}wwUe6Īdc7W[u"PJ,'/š^NR4qޓzq?7O?̲ƒbTo~!hRxM`w^vaB <7rODi`h ƂV݂KI1$"z;Q#g@9qE ahZh^<+JE*lR8(/TL)qNi~Ў -y YZ