fcgiwrap-nginx-1.1.0+18+g99c942c-bp155.2.11 >  A deFI%z 7c?QXF&i/ L-r!0-e3@,;q:敱Bb 3UMɰHۦ. ~ OB q,65,^H9h_DF}/h'Yn8)&k -z$]}=;MaqXZYYn e0[q R8V8=2i+j-$𒚙R۹W9A3q xYpv3UPV;Ѣ0fe!X"߆@oVZو'Q&4J#OƧtձ,|k3lӍzTЧnAٙ3K[OR:FyևHĪZYo%P3psmR9nY7d O1cf24b46b00b49c1c0f8fb20177b54c0eda61b99a1220ca8ac39306119dd30ef5922f8ea3d314193bca69a8f194cac3e056f406a+deFI%z  w,ctg/Rl5ȡ+tC2zRs[0%#R e5KY("|EG}[>J"i{XrAdq!gǮĂ1a[(%]WT%4k6b5B=AF芀k[cI$^OjaE%tnBOv& ~4J2s,3*3tl MsJ FZYnjbSI>7[(^Ag6bW,= `(g> {NJ_B?n'd:J֓YnVH+Ňh-I;kVheI-צ$2l:aQ ɬx7Ff\9rŋ @.t *!dU 3cJN0$4ZHѠ\?in) #Ж.I,1\SQZva(jqJ͍] Kû>pI"?"d# . \  0Tw} \      ,\l  \ (8 9 : =>?@FGHIXY\ (] 8^ yb c!cd!e!f!l!u!v!w"4x"Dy"Tz"X"h"l"""""Cfcgiwrap-nginx1.1.0+18+g99c942cbp155.2.11System 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.deFs390zl21SUSE Linux Enterprise 15 SP5openSUSEMIThttps://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 -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 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 -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 fcgiwrap.socket ) || : fi fi fih큤deFdeFdeFdeF79023b90cb78e32a1a1a03551ad1152c63b6e57d69a345ce9090a5c75301aab46cb567444cd7cb1ba701c5f1b4889b571accdcfb77a893f32aa52a702cf0fe88b50f04e27c284ca7f356910ef993640f13f1ebf17fc83f4a8b6d3b118181b53845fdc33b0dd7478ab9b25f1814abb20fca29865a705db3b62ae76fb6ede9367erootrootrootrootrootrootrootrootfcgiwrap-1.1.0+18+g99c942c-bp155.2.11.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/shs390zl21 16843588401.1.0+18+g99c942c-bp155.2.111.1.0+18+g99c942c-bp155.2.11fcgiwrap.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-SP5/standard/80bb7978618c1fbfbee41facac3c8d61-fcgiwrapcpioxz5s390x-suse-linuxASCII textBourne-Again shell script, ASCII text executableR_|6S`8%浇xpackageand(nginx:libfcgi0)utf-8f9792b568a3b0a2a4d6a97f169b92494857f0afa60724a6a1376c4bc50f34de5?p7zXZ !t/;] crv(vX0,% Gz CH(>3Glk_gu=d+UZm#v3V<fܝN,|lN3 Bw7,Ut+~Xvr\Ҙ@.3T IRF\*sCLUN}jsQA7J9Dnȉ,NvZ :BpO5ac@,az5*<ħ1GqoӃIKU-˭ltX98F҆ 49 X>OsZ0~j{C#rT3Sp=X;HѪj&(|^dwkkX"^cO#)>'&R'% tQi@T=i1KU-(Ȓ89 յ>y YZ