rp-pppoe-3.12-3.1<>,SZ]/=„; b"+ 5hG^0 ٮJJGwl_r[ab䨑B_,?68XY-QJ c:0qꪴ`WD 0f%q*zs0QZ@٧quۚf7&BEt?Edd   < 2N| 5h5 5  <5 !5 '5 '`5(45)=5*I*d5+8+d+-T(-8- 9- :.u =4>4?4@4F4G55H55I65X6Y6\75]75^: b;c<d<e<f<l<u<5v=wC5xC5yD'zETCrp-pppoe3.123.1A PPP Over Ethernet Redirector for PPPDrp-pppoe is a user-space redirector which permits the use of PPPoE (Point-to-Point Protocol Over Ethernet) with Linux. PPPoE is used by many ADSL service providers.Z]lamb26KopenSUSE Leap 42.3openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Networking/PPPhttps://www.roaringpenguin.com/products/pppoelinuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in pppoe.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else if [ "$FIRST_ARG" -gt 1 ]; then for service in pppoe.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rp-pppoe-update-$service-new-in-upgrade" fi done fi for service in pppoe.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in pppoe-server.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else if [ "$FIRST_ARG" -gt 1 ]; then for service in pppoe-server.service ; do if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-rp-pppoe-update-$service-new-in-upgrade" fi done fi for service in pppoe-server.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" fi done if [ -n "$services_to_migrate" -a -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --save $services_to_migrate || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in pppoe.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset pppoe.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in pppoe.service ; do if [ ! -e "/run/rpm-rp-pppoe-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rp-pppoe-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in pppoe-server.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset pppoe-server.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in pppoe-server.service ; do if [ ! -e "/run/rpm-rp-pppoe-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-rp-pppoe-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : 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 pppoe.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 pppoe.service ) || : 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 pppoe-server.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 pppoe-server.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 pppoe.service ) || : fi else # package uninstall for service in pppoe.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 pppoe-server.service ) || : fi else # package uninstall for service in pppoe-server.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fih +$2>JA o ( .& FX7/Z A -!"R2x >A큤A큤A큤Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z\Z[Z\Z[Z[Z[Z\Z\Z\Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[Z[963d2de66a9175caa42929c99c68663dad363075e1cb6c8871312082edbbd269a0774cdf37ef72d8921c9aa06e624894247e5abda9db00a606892b7fb6f54c524f85dff33803218e0a9afc7b5f1e0c04f60efcb5c47d6e534a487956e8367e64114bb8e5fbaed5c980ac98bc96940a0ebb23e09e802af7b5f5f239d413a495b25e2bf37a735c4e3cc0759ec78d3e391685a6c475024a2a37db3a8541d5242bb8ab8d01e3c571bef0446ef7fc60a3453650d26d40d9c18c328129e9391b4ff752bd1bdef45208190f1455bff9d5b2aea55da6cb85c59da302be583598b9c1af496bf484f47e984ccf63b8882bc417b8d6ef06a87e5f961aa6d456e26fc6d42829d56475816c2761200dafa72690e3518ad089b78388b640566a780c8004682218d19eb58fe177ca1ffbcbacfb9fed75e4a194eaefae2be54ee3221339b10d05816f428c01ae3920495473bef3e40a0fa65f264f110728ae791d9593a43a1bb2d89c67b8388fb2b2ead0c193aaa11636dc9950aa6b2243343f571ea5c7912877f81fe4f1e246e307604faf4d9e34237ba631ed1d6c96afcf28a94c15b13ec9711a0f56b077433fa2ae3061b81734c0c3ab00f42cc119e815b6f67a06b66f6bc98e9b7a2b8eff8f9bfef3d9811f588744f848c3ee15abd3f098bcaca59b9f8136566ca2fde4e0c47ba3f31b29ebd557e3ade5b2db8e98949d06ab408c4c7d1b0ca26737faadbf8d5182b570a2238bf0662f6c6185ef482c042a3bb5e72a4eca4a5b948141509e725bcdb152e73a16effc38533eb9d0f866a66636ffadfbb8b00ecc5ea166c1fae515ce65920de8e30804a886e4c6666a4cbc2fbbf377a66cc3717e295ec304f36679821d5c1bd52dd1f2a3c5fb5068d74789eadb9568d54f3ebf8b1b7abc132852fe89659606b32a5547a306bd3fb83a4f04c084f7d4bee0332c8d59292b5d68bd6444bd7d68cc606f6160db739184d1294e92828b8e5f921bc84b5337c8519bec1821eff3d47d01a80d29dc3aee341d758f9866dd9642429e02c1pppoe-startpppoe-stopserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdialoutrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrp-pppoe-3.12-3.1.src.rpmconfig(rp-pppoe)rp-pppoerp-pppoe(x86-64)@ @@@@@@@@@@   /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(rp-pppoe)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)net-toolsppprpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.12-3.13.0.4-14.0-14.4.6-14.11.2ZC@Y@X,J@XI@TKQvwO@J@JI@ilya@ilya.pp.uailya@ilya.pp.ua13ilya@gmail.com13ilya@gmail.comp.drouand@gmail.combinli@opensuse.orgcrrodriguez@opensuse.orgcoolo@novell.comchris@computersalat.dechris@computersalat.de- Refresh pppoe.spec via spec-cleaner.- Add pppoe.service for run pppoe as client (boo#1060710). - Refresh pppoe.spec. - Drop SLE 11 support.- Fix patches and script for version 3.12. - dropped logger-path.diff - Add net-tools support. net-tools-deprecated is no longer required.- Update to version 3.12. - Fix patch release-buildsystem.diff for 3.12 version. - Add to Requires net-tools-deprecated package. - Reordered patch positions. - Formated all the variables in the spec-file to macro style.- Use systemd instead of sysvinit; add pppoe-server.service - Install fixed versions of rp-pppoe scripts for openSUSE > 11.4 most of fixes are about paths, because of /usr move Added: pppoe-setup, ,pppoe-start, pppoe-connect, pppoe-status , pppoe-stop- update to version 3.11 * Make the rp-pppoe.so plugin avoid calling exit() if the "persist" pppd option was given. * Get rid of hard-coded nobsdcomp, nodeflate, novj and novjccomp options in pppoe-server. * Handle UNIT=xxx directive in pppoe-connect. * Add "-i" flag to pppoe-server to ignore PADIs if there are no free sessions. * Add "-X " option to pppoe-server. * In plugin, don't set devnam if it's already set. * Eliminate race condition in signal handling. * pppoe-server: Add -q and -Q options to allow specification of path to pppd and pppoe programs respectively. * Add a few more sanity checks to pppoe-server packet handling.- build pppoe-wrapper with PIE and full RELRO- updated patches to apply with fuzz=0- new patch for init script o added reload o rework of status - added config patch- beautify spec/bin/sh/bin/sh/bin/sh/bin/shlamb26 1510250589  !"#$%&'()*+,-./0123453.12-3.13.12-3.13.12-3.1 firewall-masqfirewall-standalonepppoe-server-optionsrp-pppoe-guitkpppoepppoe-server.servicepppoe.serviceadsl-startadsl-stoppppoepppoe-connectpppoe-relaypppoe-serverpppoe-setuppppoe-sniffpppoe-startpppoe-statuspppoe-stoppppoe-wrapperrcpppoercpppoe-serverrp-pppoeCHANGESHOW-TO-CONNECTKERNEL-MODE-PPPOELICENSEREADMEREADME.pluginsSERVPOETpap-secretspppoe-wrapper.1.gztkpppoe.1.gzpppoe.conf.5.gzpppoe-connect.8.gzpppoe-relay.8.gzpppoe-server.8.gzpppoe-setup.8.gzpppoe-sniff.8.gzpppoe-start.8.gzpppoe-status.8.gzpppoe-stop.8.gzpppoe.8.gztkpppoeen.msgja.msgmainwin-busy.pngmainwin-nonroot.pngmainwin.pngprops-advanced.pngprops-basic.pngprops-nic.pngprops-options.pngtkpppoe.html/etc/ppp//usr/bin//usr/lib/systemd/system//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/rp-pppoe//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share//usr/share/tkpppoe/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7476/openSUSE_Leap_42.3_Update/b0ec10ebb95e9933fc60f80f7d427401-rp-pppoe.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linux    POSIX shell script, ASCII text executableASCII textdirectoryELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=8570813008d9e6f90cc9b16d305f9ce178f65ad6, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=2470ba76b83fa54e2432901b70f127a8cb87fea9, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=57229120a4a0fcacad6343999e91641a35a11d57, strippedELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=3e561063e4468dab9cbf8efcfd489e8adaa48104, strippedsetuid ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=eb3a5079d4a4f51a35fbb536018676ddc197c31f, strippedPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)ASCII text, with very long linesISO-8859 text, with very long linesPNG image data, 206 x 73, 8-bit/color RGB, non-interlacedPNG image data, 361 x 73, 8-bit/color RGB, non-interlacedPNG image data, 440 x 259, 8-bit/color RGB, non-interlacedHTML document, ASCII text  !"# RR R R R RR RRR R R R RR RR RRR R RR R RRR R R RR RRRRR RR R;+FP'QK?]"k%QW:ak-@(oڵS(U[shiߎuw5VdLP8bLKY^(0 aKF$u@m3Rb HS G+$PWM İMgKKVa$q~@G+$!ҸY]tF~Rv2יV;~]qQa. C^`U+u*IQ& zڳƥfdWQ, }w|TN)<DSl.Ⱥ@n}ǁ 'VL&d2v^M:wE$ }i_?]Wj#Q2dH0 ړW$m %Ї7!)O-8sϊ$jχCaEo3u0 05eb///6,RtoOgfы&AViҌ$) t(@0"WAkXElfWC4:|`+;珨Yu@2@4eDڌ.[6/8ްoDgX _$@[ل¨65WсڣI<.0R}LYtg1NNG$&i<7Dɨ?LuAiII:0`ko[3YJw"`wbs_rd/"^ >~[ p XB E‹;2ȂhP<<ձE͋iN*M͢ iA:$5Ҧw݁Σa?P:}GxN?Hڻhqzs-gzFBtL(1>v>:Q!D7ZD [b7]>5zic8kQ;#ȌWvkEV 2\B s^K?]a{}!%@F-GSHSe005wRbD}Pu3cj\Ff-Vd2qXE6{,:0# B ]wI^T Ϋc~iC AU,,1Œg_ֆicX Œͻ@NNjtJ7Ӛ(_Psϐ韘+9h-)38=rCxJl-YkH`f qOY?(B՛AHV m5 Fo&Ce_,Uu$ray|IdmDiAہtp\4zGɟ9c灼) 5QH`r~&j1DE@!O'N}FAQU A˺r?*[S.>f)eJYL<Q}#mte7koFK5H!5ˢ_z ~\ X4 H5{Tv>1:y R(:-ûsL1e0߼#@zR(KA1DA5!ʳrJ 'i^J@7ڦ|BıK[b