rp-pppoe-3.12-150000.6.6.2<>,VdYp9|bhF-SpFr+CV7VYzZ$l sa֡>¼P''0 !bb9ͳg6,uqZGWqy ,ٌ2 #ƽ)~D1wkw&DK󑑶.u^eߊڝ]f^KZE|{8}2P̗<2UKIiɇ |?S%JR+S-D1[~KǗ!s7[sfQQ\q&d5V>HG?Gd   E>G ]y-55 5 l5 @5 '5 (P5)$5*-5+9+\5,0,`,.(.O7.V8. 9. :/| =6c>6k?6s@6{C6F6G65H7x5I8L5X8Y8\85]95^fe>kf>nl>pu>5v?XwED5xF5yFzGTGdGhGnGCrp-pppoe3.12150000.6.6.2A 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.dYibs-centriq-6 SUSE Linux Enterprise 15SUSE LLC GPL-2.0+https://www.suse.com/Productivity/Networking/PPPhttps://www.roaringpenguin.com/products/pppoelinuxaarch64 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 pppoe.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 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 pppoe-server.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 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 pppoe.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 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 pppoe-server.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 if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/sbin/pppoe-wrapper 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 [ $1 -eq 0 ]; then # Package removal for service in pppoe.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 pppoe.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in pppoe-server.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 pppoe-server.service ) || : fi fih  H+$ 0 X2> A o .& FX7/Z A -!"R2x >A큤A큤A큤dYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdYdY7f399a46a2e1d623ff606ed4ba023b0dfabc71eb07989f51400b883c8e613fbb59d4847dbe62c154eaedf54c7cbd9669e12c524b534a565c66e87379d2981be34f58fef1b5433628029424ed6f5d3dc4615d4e2ea533196ae5a0989a804271cea22357b091d60eb4cfe5524d95686252f7846132710f4e2a0dc8a65b041e46b8a290e1d87219e25e6018ab1200f90b61fd3d46dee6cfa364ade35fd55e031871c31796f5fdf73a970c3f0cc6b7735da5be6d2060c2faaae1f87eaa78cca5833527bb2d9746d26bd6fd3d20ee783d2b9befd5313271790ceb1e383a64b5311fc4b8e3b38f8aee27e2ecf50b9e3a229c223afb34b06de3735637ea1851121a5930752ff42427161f34165fbc7fbea7d6e3e618093446273c1eac7626d2709d4354420a343b6faa77b35f2644ee8ba1601c55546012dac19604e8663cafef05537edb6a0e835bbafd23a7e680778b2d6cff8d06eccffb3378e522f2b26391fa346ea6aa09339a52a986a6cc9eb162aeddf805b8453d0ace61f673757b8d966a8ae67bb7a29a85a11dcd9d41ae2c2c1e1dcbd63c989c08077dbaabdeba50d2cf6dd9b8e66cf32ca3db6c90bc8867ae7d1a9af6a7edbd226688d4f9f552a0fa707798ca721ea3109cf1c43e1bf356fc3eafab3a82c9d60a986dd1eeb25bc6e849bfdfc4b3903b68f976db858c1ff9179991c48266f20692dacdf71ad48d96af4f76242d1cffa21756b032b37659fe91ec7221364a0edc456961f715b34abe5f5064c1801bc941a2a8d278a3828f098d537b818ae28dbabb3505801a92204320e571556684756c393361fb70b173b25d13bff8b4266851860565d2654038d56a4c43ba464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b62791621793df16071cb8de3414e89dcdc3d3bcbd3b4a187b4cc4a4c82e617febf418d33332c30a87c5a5c7c4c2e69f3acd6d4b2b0cb31a27f495612d47d2783fe45549733894004537c3332f9384887a5f7ebc2bc221d2bdf1118d501221c5be4b1b89dc45fdcdf181cf6df59db979419ed994503e4e246aeac637a6a2cdb8f0694b02e72326fabe0fa43de635254f63eb75193117540cc80120bc94999dc8b1c00cda302a5bf3c91c87c8bad7cd89ec466e44b31d96dd5ceb2eb1add925f85eb7ff8440ff1742111c13c89136f71da1a54ea0ae823082300bc57f63617b0c7cf324220d8abdc3714cec4388ca55202dd4092b1d385c9d6eb404301162b26b8aba909a3561dd2d0173763e9eb3df59fa54985e057d67d2f99b3b740ff86a202830100319050ede5301c20834595bcff5fe3866dc1cf2bd3e600c3d5ed8de76097eb2b4073db23b78280e56542ae1926ce85273c6b7860b41069b122a02ece852179d08ab68f73f988c65691e3ffce42cbd69031b21f045d749afb7e9747b011ec0b1343561c28ba75ea645d88a0b0b905d4129bba0c80c0378a7853a5c51a5cc7421a75cd6caa60b830cac7b1cdd7fdabc4058d17fea7e9d964014f6b88906f4eec35eaa011584ccf00ae2d2930d632bc5bf17a236cabbf13377262ad1d5cd59bf0622e3324b2c9b77098ca2bed0571633273608038080b436cb27c6cb283306cec4d6e5b08d340673653a4e1b5e7b098a171b4bd64b0d2b2a68e50506ad215b4e604b84ea921a55d1c014f4162e64e8f805baa66e1eedb653960c8c0ac1e446b284f114c1e92318dee5aa94c3a7483f47d4a24da22a18203475e33ee780ba0c634efb425d798ea65533c6c39967157ae77644d24fab3f5558de6a3d3031081af46023d4aba5fab459c757c41dbcecf30f7100bb72d6ebb35360e22d067d72d470e658ada7a69bd22384cd0f84049f332e175c1cd48f78b112fa2bdfd68d20330657e68cfdeb3164b277c1af1370011d10c2ed8aa152d82c9d014c8184bf7d706b0acd94929960f36de90303489b6fb8e35b18363b8d79e7d8afb92575749819f1a765f31c2e4e4d6fa70334834ed53f17065e4c862db4459f7568199dc49e92d89b573259b35e0c3c756b32db7fd6668a2d1b6d150cb1d2b3590b72c8a56b4e79fd2dpppoe-startpppoe-stopserviceservicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdialoutrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrp-pppoe-3.12-150000.6.6.2.src.rpmconfig(rp-pppoe)rp-pppoerp-pppoe(aarch-64)@ !@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(rp-pppoe)group(dialout)group(dialout)iproute2ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)permissionsppprpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.12-150000.6.6.23.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /usr/sbin/pppoe-wrapper 1>&2daNZ@ZC@Y@X,J@XI@TKQvwO@pgajdos@suse.compgajdos@suse.comilya@ilya.pp.uailya@ilya.pp.uailya@ilya.pp.ua13ilya@gmail.com13ilya@gmail.comp.drouand@gmail.combinli@opensuse.orgcrrodriguez@opensuse.org- Require iproute2 instead of net-tools- Switch from net-tools to iproute2. [bsc#1194715] - added patches extracted from 3.15-3.14 + rp-pppoe-dont-ifconfig.patch- Add Requires/Requires(pre) group(dialout) (boo#1067511). - Add %verify_permissions script for pppoe-wrapper.- 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/bin/sh/bin/sh/bin/sh/bin/sh/bin/shibs-centriq-6 1679514092  !"#$%&'()*+,-./01234563.12-150000.6.6.23.12-150000.6.6.23.12-150000.6.6.2 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-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:28316/SUSE_SLE-15_Update/91c76b8f12593a72a0231362dadb6496-rp-pppoe.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linux   POSIX shell script, ASCII text executableASCII textdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=1b8d0ff769eecfd35baf3b9b22487aad7793a989, for GNU/Linux 3.7.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=95a486b55529f8b1d7c69211ea51c1de2d39feb0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7d4a183d03cd89432100a7b41d90fa1672d4f588, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=2566896264e19fced4fbee1f6995d78a4ca4d5b1, for GNU/Linux 3.7.0, strippedsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=04b6d53d292033a4284d5bc590e5f81807bd93fa, for GNU/Linux 3.7.0, strippedtroff 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 RR R RR RR R R RR R RR RR R RRRR RR R CMH$Br%utf-89ef7c6c49dff978ffda6a3297d1e375b8bc12a53854d65932eb4772f3777585f?7zXZ !t/$L ]"k%w':ak-@(o,)TCvۦlF`7CTn"M5d;4́{1Aiz5+hg 4ȏcCc0> CJ_Vb P}|%RZ&<}uP}Wf W55h y=_o;Jq4Ǿ% bCQK73vAS~Ɲն*DbO9I sÃ-ȧLOgujmBhJ7g`{f j0#۩|k2V%M[T݀` N5"X 7[-G{Y1N\|SMzEhd ܸ,|U4b̸]Fu;V c-BɿgI%c7;(U`/3 9xybP4%rQ75'%U91P&k%z֦N]Tgv~[[hC1>Cl>vc'*Rڴ %lyKi鴏iȏTV}S)144C[+^HDZq8Q4$>~#N)G.TOKDߋa) 3q,*0|}?-=͐xKTw]_IzW*`s"0ꆨ uqyO:U^'0Cb\F8]QgQ)~`ۆC`I!㥌<<(2aRL 0>vBb, 2j<<NLsTi?FS?Ihx!t#ҕj/ 8~4Kw ĩ3[mKp-Ĭ2kuER4h9AVUCYƏ3 CTY@/xAE T}:%#,r]Mۛ!SWXXyW#v6ic9sڡ&QM1öEkT=xu7]aJydN9^}l5Wj|xy4/3fNrr{Xo̧Nr9x~5b' Q}  i&/Y'ݧA8I|ixU\UZ|\ȏaijYU{@? g^a|!G?nvz$nEU*368OZϡ}|,tc_ix >)`e5mӨGPE9ܦ,Lllh*l$1l;)h@xx`I,OvAvU %(\s@k mu*3?u+ePa ~&pQ$&X'X!9pr6ӕm-ξr²R9U)8SL,,g{4e풊dgl_1#7L׊)_sH45& +8~.u݀6y{Pu 2Bƈ6ƕ1<'I&d2t#^^϶Or%$ju~J-`4QV]8`,Ar!hFx2|ǖ%JoW8qb= ?sfGXt#̚Mi0cNCb=sC ҶK!s_<5җikƘ'Gguk]͑ 0W7NlNK]͠0c1l?UKҨs f~ PSQ`9vmLN॒&6'{+]É2?an7 S:x40U+Fv>z"c 1NG/AܭT+j6> MVuQ=s'adit.6owfiD]UTEBjvb aAj.R[_b4ԢP3зx.;%!'Ģ"v .zbY eu+ 1p8s~o*`͹$m]*CRncPR_`V/~ee@>^JL(0'9`' Ї{TׂZ;?<<0aF[r!WLH'GM?y-тA5A_p+]6|9T_&RSUsQL_|6LXSlv(V8{C1x%hK8s޴+QDoECBHki7 YZ