fcgiwrap-nginx-1.1.0+18+g99c942c-bp154.1.34 >  A b|Z!M@eeey.Euf#)։1_e~(:`ppG"\Ԇ%\%6]eKNqJrbd>5%!ui(׀ݚse'~QLb*˸i=4r~TID$] 0vLsY13j'l$ڪ҃{O >`K;j ,P-ȁ0s,U]/}T|@ дk:Lw7T6ea0a00258695eba0200b3a7d8df107901657f9eea3375a283ba33ab42385583ba625edc6c1d480eaaed257fea5e0dff4490a3a5+b|Z!M@eeeaG .ܳж"p\4at#֣&B^7nڄыGeNd1BIM~Lsucl _S]p9XHeQGU PDZ(pI"?"d# . \ ,Psy Y ~     $Td  T (w8 9 : =>?@FGHIXY\ ] ,^ mb c!Wd!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|Zlamb17SUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://github.com/gnosek/fcgiwraplinuxx86_64 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|Zb|Zb|Zb|Z79023b90cb78e32a1a1a03551ad1152c63b6e57d69a345ce9090a5c75301aab46cb567444cd7cb1ba701c5f1b4889b571accdcfb77a893f32aa52a702cf0fe88b50f04e27c284ca7f356910ef993640f13f1ebf17fc83f4a8b6d3b118181b53845fdc33b0dd7478ab9b25f1814abb20fca29865a705db3b62ae76fb6ede9367erootrootrootrootrootrootrootrootfcgiwrap-1.1.0+18+g99c942c-bp154.1.34.src.rpmfcgiwrap-nginxfcgiwrap-nginx(x86-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/shlamb17 16523168931.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-fcgiwrapcpioxz5x86_64-suse-linuxASCII textBourne-Again shell script, ASCII text executableRDV7>_^packageand(nginx:libfcgi0)utf-8fca7533e9b4682dd86b7c51e85460d58d1b70f175c2e4d708dd84cfe161c449d?p7zXZ !t/;] crv(vX0VJy骈5nױlL_EXspƺ[f4"*4g($oMfrFw `tV_+oR!KQXfZXE fvG1:-jY~2D.zym Kme4b3 Sfÿ <N1OݐCR+R`!4g,k?}s nae|iQ;/FRQa?Lj&(@ GI,ZYzʘ=0×7L6gE]ϲNKBݕ1FvU2r=z̶r$'1 j 2 Yǖ%y14!\=q;uH#A-xSۄ¬(<Ui+ȼwLmZ'UqKӵjy^rLq=M8;@[7Ty\p5)cZE~!))%j:Ъ7ns򊅍_E7(PAӢ$;Rv U})rGZ#e)}SPi˰uV¤\!g\0aWtо_Ң,ýz8~%XrIFX^adi[Ey]xB>^yT< 382фO%[%Ơ{Vp\8 Pwo/ n@𦣨1v6jZ@mMMUi]fvjeu= 4]HޑNg01y YZ