libproxy1-config-pacrunner-0.4.17-150400.1.21 >  A bw)p9| ߈i*ajt鶍+f%ń\EssL,\f#sM-AӉFfQ/})AHCr-Ӈ[/s#3ѴS_Fp>$?$d$ 0 \- CTx~     Xg(89:8F!G!H!I!X!Y!\!]!^"b"(c"d#3e#8f#;l#=u#Pv#Tw#x#y$ z$0$@$D$J$Clibproxy1-config-pacrunner0.4.17150400.1.21Libproxy module for PacRunner configuration A module to extend libproxy with capabilities to query PacRunner about proxy settings.bw ibs-power9-10 SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-later AND LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://libproxy.github.io/libproxy/linuxppc64le bw a3769a0fa996792f593515f66423fc80a4804492f74be4f2d011e4f1f773b6efrootrootlibproxy-plugins-0.4.17-150400.1.21.src.rpmlibproxy1-config-pacrunnerlibproxy1-config-pacrunner(ppc-64)@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdbus-1.so.3()(64bit)libdbus-1.so.3(LIBDBUS_1_3)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libproxy.so.1()(64bit)libproxy1libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.4.173.0.4-14.6.0-14.0-15.2-14.14.3`@_@_S_$_ts@__[@^@^j$@\@[R@[@@ZY4YR@Xe@Xs{@X43@W@Wt@W W>@W1@W0{W!@WVVUUdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comyfjiang@suse.comdimstar@opensuse.orgtchvatal@suse.comdimstar@opensuse.orgdimstar@opensuse.orgbjorn.lie@gmail.comfvogt@suse.comjengelh@inai.dedimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgalarrosa@suse.comdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgmgorse@suse.comfcrozat@suse.comdimstar@opensuse.orgdimstar@opensuse.org- Do no longer BuildRequire libmodman-devel: libproxy 0.4.17 was changed upstream to only support to internal version (no other consumer of libmodman exists). - No longer pass -DFORCE_SYSTEM_LIBMODMAN=ON to cmake: not understood anymore (boo#1188265).- Update to version 0.4.17: + python bindings: fix "TypeError: argtypes must be a sequence of types". - Drop 147.patch: fixed upstream.- Add 147.patch: python bindings: fix "TypeError: _argtypes_ must be a sequence of types".- Update to version 0.4.16: + Port to, and require, SpiderMonkey 6. + Use closesocket() instead of close() on Windows. + Add symbol versions - be ready to introduce new APIs as needed. + Add public px_proxy_factory_free_proxies function. + Add PacRunner config backend (largely untested; feedback welcome!). + Small performance improvements. + pxgsettings: use the correct syntax to connect to the changed signal (silences annoying output on console). + Support python3 up to version 3.9. + Fix buffer overflow when PAC is enabled (CVE-2020-26154). + Rewrite url::recvline to be nonrecursive (CVE-2020-25219). + Remove nonfunctional and crashy pacrunner caching. + Never use system libmodman (no other consumers, not maintained). - Drop upstream merged patches: + libproxy-python3.7.patch + libproxy-pxgsettings.patch + libproxy-CVE-2020-25219.patch libproxy-fix-pac-buffer-overflow.patch - Create new sub-package libproxy1-config-pacrunner.- Add libproxy-CVE-2020-25219.patch: Rewrite url::recvline to be nonrecursive (boo#1176410 CVE-2020-25219). - Add libproxy-fix-pac-buffer-overflow.patch: fix buffer overflow when PAC is enabled (boo#1177143 CVE-2020-26154).- Build with KDE on Tumbleweed, Leap and SLE releases greater than SLE-15-SP2 (jsc#SLE-12256).- Add libproxy-pxgsettings.patch: pxgsettings: use the correct syntax to connect to the changed signal.- Remove few SLE11 conditions - Fix build without python2 available- Convert package from multispec to multibuild.- Update Url tag to point to http://libproxy.github.io/libproxy/ - Add libproxy-python3.7.patch: Support python 3.7 and 3.8. - Drop py_requires: no longer needed.- Drop favor_gtk2 conditional.- Use %license (boo#1082318)- Update descriptions and RPM categories.- Update to version 0.4.15: + Port to, and require, SpiderMonkey 38. + Fix "NetworkManager plugin not being built" (gh#libproxy/libproxy#53). + Fix "networkmanager plugin not working (gh#libproxy/libproxy#58). + Fix "Invalid read after free" (gh#libproxy/libproxy#59). + Fix intermittent unit test failures. - Replace pkgconfig(mozjs185) buildRequires with pkgconfig(mozjs-38), following upstream.- Have libproxy1-config-kde require libqt5-qtpaths instead of libqt5-qttools on openSUSE > 13.2 / openSUSE > Leap 42.x (boo#988808).- Update to version 0.4.14: + Parallel build support for python2 and python3. - DWITH_PYTHON has been replaced with -DWITH_PYTHON2 and - DWITH_PYTHON3 to have full control over this. Default is ON for both (gh#libproxy/libproxy#22). + Minor fixes to the PAC retriever code (gh#libproxy/libproxy#40). + Fallback to mcs instead of gmcs for the mono bindings (gh#libproxy/libproxy#37). + Fix build using cmake 3.7. + Fix deprecation warnings of pxgsettings with glib 2.46. + Improve the get-pac test suite (gh#libproxy/libproxy#47). - Drop update-from-svn.sh: The script has not been usable for years, since libproxy is no longer hosted in this svn repo. - Drop upstream merged patches: + libproxy-cmake-3.7.patch + libproxy-FindMono-4.6.patch + libproxy-gnome-waitpid.patch + libproxy-python3-support.patch - Re-enable the test suite: with the upstream changes this should now be more reliable.- Add libproxy-cmake-3.7.patch: Fix build with cmake 3.7.- Add libproxy-FindMono-4.6.patch: Fall back to mcs if gmcs cannot be found. Fixes issues with mono 4.6, which no longer ships the wrapper by default.- Add libproxy-python3-support.patch: Allow to build PYTHON2 and PYTHON3 bindings during the same build phase. - Create new subpackage python3-libproxy. - Add python3-devel BuildRequires when not building core.- Add libproxy-gnome-waitpid.patch: GNOME3: Wait for pxgsettings to vanish while destroying the plugin (boo#967601).- Update to GNOME 3.20.2 (Fate#318572, bnc#980527)- Require libqt5-qttools by libproxy1-config-kde: the plugin spawns qtpaths to find the right config files (boo#979232). - Trigger libproxy1-config-kde for installation when plasma5-session and libproxy1 are installed.- Fix condition to not build KDE plugin for SLE.- Update to version 0.4.13: + Allow linking webkit pacrunner against javascriptcore-4.0 (webkit2). + Allow to disable building of the KDE module (-DWITH_KDE=ON/OFF). + Fix compilation errors with CLang on MacOSX. + bindings: perl: Add an option to explicitly link against libperl.so. Some distributions want to do it, other prefer not to, the library is anyway in context of perl. + config_kde: Add a basic cache and invalidation: performance improvement for the KDE module. - Pass -DWITH_KDE=OFF to cmake when building core. - Replace pkgconfig(webkitgtk-3.0) BuildRequires with pkgconfig(javascriptcoregtk-4.0): make use of the WebKit2 port.- Update to GNOME 3.20 Fate#318572- Disable building libproxy-config-kde on SLE.- Update to version 0.4.12: + Move development to github.com/libproxy/libproxy. + Fix fd leak in get_pac (Bug #185). + Detect running MATE session (Bug #186, Part1). + Fix linking of perl bindings to pthread (Bug #182). + Correctly detect spidermonky (mozjs185) (Bug #188). + Stop pxgsettings from segfaulting on exit (Bug #192). + Fix test #10 (Bug #189). + Fix build on Mac OS X (Bug #183). + Add a generic KDE Config module (fix crashes of Qt5 based apps) (issue#4). - Drop upstream fixed patches: + libproxy-pxgsettings-crash.patch + libproxy-no-libperl.patch + libproxy-pxgsettings-signals.patch - Rename libproxy1-config-kde4 subpackage to libproxy-config-kde, following upstreams introduction of the generic config loader. - Require libKF5ConfigCore5 from libproxy1-config-kde (we don't really need the library, but kreadconfig5 in this package). - Replace libkde4-devel and libqt4-devel BuildRequires with libKF5ConfigCore5: the new KDE config parser interacts directly with kreadconfig5 and does not link to Qt.- Add libproxy-pxgsettings-signals.patch: Fix for pxgsettins not actively monitoring gsetting changes. Due to recent changes in GLib, only values are being monitored, that are read AFTER the signal handler is attached. - Adjust baselibs.conf to match what is currenly being built.ibs-power9-10 16520105090.4.17-150400.1.210.4.17-150400.1.21config_pacrunner.so/usr/lib64/libproxy-0.4.17/modules/-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:SLE-15-SP4:GA/standard/8acf8bfdc09a639ff8a97a81c0b021ce-libproxy:pluginscpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9b8be0fa5f1271a4f1daf417d9a619d2a86b3877, stripped RRRR R R R RRRRR20mutf-87039d40db721bccd2eee551163db5676ac190635b8e211c527e25d4d3ffaef8d? 7zXZ !t/ ] crv9w!CҰȼ @D(!ʸmߩJ|b dl|)|.:9lľ"3lcc>뷨58`@3xkg< /*ɕ" 5hfk|}^CV[H'h *N*WP!*XZu# o61c3G!5nc+w17 [T;(yw|k5!q%ȥ$QOk ]}.[&n gG3-)NB`dH0?kY{ aT=h#myzy٭W$(#^'H#nZ[q!A-IT)K<3AȯwW$(W ܔc9n9QOȣ[ۑxϛܷI*h ϛ/sf(&hAd%قGdq?{^'%{ _hFc[N1\tm]Q-=߰g(I?mg Lr}{t76aiRxo1D(yV̟΋:;.~*,*738[ WDHWUG Q@$h8`eF#$l4 !~Ne|[[g9ᥑuk1fepcbrDdEklxDji]5GE}&"!yUtՍZ>鴋fU^ x: F :&LRynȬg3pd$78WRvzH3 >[:=lg,uw;b`u0םz8)8vlzo+A0|p S<ܠv@#$61EwgJqǒrZ#̲C*HUHgrEQ RPTɊUJ¯\ToژUVf@ggk7.k)%LDD7F͓DH4Bmlab9 a,k4Kҩ=fjطC{.Wo?# 3r'7AH\Pɤ:/mox<}q$hk:v $VOr_Vs % 6(ax~e,q6)v9K}eS"],}-Wj.b!p{`$ OLTjOduِ#׮Δyw䫫iA0QyQC1jjc o>?+•MnoԚY&Rz(qC2SY]vA2ŊuZWa-dR-_|H́U|[aJRܸou9MW F`@ױm㸽Є;LV91.N|L? AEJ /{今хǸMFQė FawC ۼU!/@o|HPu]t]̮w*ěCUQZ@o>5$AsdQmOɎ,MX3Oı }2Q2V-~ \]@=ZQSU &L ^;J*y1C**2gᔃs{ftjm@&>z?tme]/ &:0R\v{BkelH8<t%wEw0y 'b|aLU}WZ0lۣ^ (awN RfC<3H䃗P.E򜏯?" #@{0D:k"i)\rNЇV&0N GtcƂʵW>|=vqۄlաk{BB#) _$efLdf-Y^ln:,j{``ЃN0**+.n˺R$qwREe{vOh~%/6\NPASYMvXʃ^iQK@Ws;t1"`]hNxjYf5|8sm `EO=[[^/d٣Zƺ(3+DGIϗΝ&?)DYͮ*x,AY?<0wn'ȠǮdb`p*H*]#s5YVIɨV6GRnjˇy{~ZX̆&3;/LT}iu1yyX{8:rc}X Nx^R(dDÆ>8X";TgM=rȠ?.b^k8EԀDJ*V\bK 7JRy%g[T-G v N?я(^diҢBoڄP[ro,MD0g۷B^<à$"蹂S?Q Bt :?A ,W.;lD:'YdG88@(Wѩhdv)e'%4 Kg4ZHFJ^ӢbЂ,jdG^a#"xW&vs8v޳TExiu44.qF\qs‡$1_=%7P_xSWܜ,:Þ#O]ꤶ\U A[aykOgȊrzkq'|UZZ#i&ͺe*KA.6V'CMT|OP{D3q5 Y-9*jzgz2=jS!难&~5(x3-έ;5OTW-Y#>O?~8L(P(8.P!h7~I%_9%R߀7ѷHCqTmq x(E>jyƂp%K1^H=mEN̓ g28} {H@Ert6=)XT8ضn0b+E E*EhNgD6׊c(IqylN.,l赣 F}d4ZR1i;=lHOd7},'QlL;r;iI酸qVCD21dpĭոvG[a; +(;x)0N0--UA~*Cj!>fyB+ʨ͍nY$\i\[S#vkcU:RM]"ř>neg͗A ^oe,0%,d%Ƅ/\a)N&82kW]T_@ 4 aLǯ}TV]#2@Jfu/07S[rQuBÉ}B%z?KtF*.u؁Ƭo-61 M.WcQiDDSN6.ciIaTZ}S!HOzh]V_QUHEJ/zZFJXގoi0rR (!.z)sCKy}[h"&lNԎ@K-Q^sҩ;:3~ c9+kIuۻ2uIZ@ +td*Z^% zWR--ĉ@5  װ>so8<_WF k߻쇩iYT=3Xp,;Tk{+sGDh ^kVAm?GrF/@= T>)jəa1_׳'s-_yzT mHfuw?Yt/4$9P_3VIҰo$dql>f/$ |ѿ Z[z/V)Ah*H1Ȋ+/C]qY=&pZr:+.IkY8;'0 ߌzVeMF\ί qbbSZ'G`!tFR7`.`裠%l9)M52&EH u%n0Z?q(ؔ-xIx0(ɴ;6=ZEY+:!+D') lMˣ*1_cKnaɩtt#Ie% J%%x@tu@$ is.b}_L pƼl ,b.\:Cl#ojBdqtGӜ[~=T UȰro~$-wEDۖXv*F[w";PGFɎsr)^\]?]Wt-n I< #d8:ݾ׌ jk},w,a l|_s Jy/; $1 iUޅhQ^0$VZ _C^\i+N tRvE}AH!NJR/ƙBgCgP>ćjb57|esQs[N؞}VlgCfL|Wq+*/NqˋSB"[)e: r0LA"0T_Ob(j֜_$:j{#@_j0$ovB:2+pDq]C/t QZ~Ds(OZ0D361I2uM| zQVLPkV ~;f޹,7%FNc̞w=%}=2aL=_4ޯj)Ac kx.7Γ]C2=C^^ ?`™ٮuUO6޺irT0<+_ouwnI1f#ʠ. *"czaD@F;p G׳v"Z/+4u`ȡR`2y$Atd <݄ncu]f @xG@|ڶ='μPN1 A97coxNZ Uz?h堒:&Qbl*-^]&QrVHYO >[>\[ ~YZPt+ZXBRqo/NVW.ԕx YZ