libtalloc-devel-2.3.4-150500.1.1 >  A cp9|aiõWStg r|/!B1VH$nD+`NIrnL]o$;.XAmE$ՆWxs$EBNp' .:@)RȌ,`q#]x8Ƹ>oVU\; 14)v9Q5ffS@7F^jDAQ)$Z|HQɻ.vyJHUyɄGTM Yde92eb61d1505b8c819dde4283b543581aac5ff59b040df8048c55cdc7a66986f85181ac591b90d7e05eb0ee76289f7101878cf90W$cp9|w07sj'GdԽbog3'8&Z\'kyG[4qtOe~.6pz4 uOS{qqZq;pvTV!FUYa{ro)(?3r[l+ߦnDڔ`Tqs}BR+i)@(g8'S4 ;÷VAXaͭsbgl1fA s0$v8>pA?d # g04@D]~      @\( 8"9":"FSGhHtIXY\]^bcdeflu4v@whxtyzClibtalloc-devel2.3.4150500.1.1Libraries and Header Files to Develop Programs with talloc2 SupportTalloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba. Libraries and Header Files to Develop Programs with talloc2 Support.cXmourvedreSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++http://talloc.samba.org/linuxppc64le acGc=f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c2a8a5d07663da3151bb88e8d492cea5fd6c128926452b9f08d859918b08cf5ddlibtalloc.so.2.3.4rootrootrootrootrootroottalloc-2.3.4-150500.1.1.src.rpmlibtalloc-devellibtalloc-devel(ppc-64)pkgconfig(talloc)@    /usr/bin/pkg-configlibtalloc2pkg-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.43.0.4-14.6.0-14.0-15.2-14.14.3c,N@aD@`dd@_E@^b;@]]]\~d\Z@[j@ZZ2@ZYdY*@Yx@XӸXg@W;V@Vm@VɦV@VC-V?9@V3[V+rV(V(U|@UU/@T[bnopower@suse.comscabrero@suse.descabrero@suse.dedimstar@opensuse.orgnopower@suse.commcepl@suse.commcepl@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comdimstar@opensuse.orgjmcdonough@suse.comjmcdonough@suse.comjengelh@inai.descabrero@suse.comjmcdonough@suse.comjmcdonough@suse.comjmcdonough@suse.comlmuelle@suse.comtoddrme2178@gmail.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Update to 2.3.4 + configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scripts + lib:replace: Reformat shell script + nsswitch: reduce dependecies to private libraries and link static/builtin if possible- Update to 2.3.3 + python: Ensure reference counts are properly incremented + Change pytalloc source to LGPL;(bso#9931);- Update to 2.3.2- Fix build with RPM 4.16: bad %if condition: 01550 != 1110 || "x86_64" == x86_64 no bare word support, x86_64 needs to be quoted- Upgrade to 2.3.1 + Upgrade waf to 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/talloc: clang: Fix 'Value stored during its initialization is never read'. + Spelling fixes s/recieved/received/ + talloc: ASAN fix for test_magic_protection. + talloc: ASAN fix for test_rusty + talloc: ASAN fix for test_pool_nest + talloc: ASAN fix for test_talloc_free_in_destructor + talloc: ASAN fix for test_realloc_on_destructor_parent- Upgrade to 2.3.0. - Patches waf_upgrade.patch and waf_use_native_waf_timer.patch are no needed anymore. They are subsumed by the upstream tarball.- Add two patches making build compatible with Python 3.8.0: - waf_upgrade.patch - waf_use_native_waf_timer.patch- Update to version 2.2.0 + Remove pytalloc_CObject_FromTallocPtr() + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a talloc if required from that branch- Update to version 2.1.16 + Fix standalone build of talloc.- Update to version 2.1.15 + Deprecate talloc_set_memlimit() and talloc_autofree_context() + Fix undefined behavior in talloc_memdup + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install- Update to version 2.1.14 + Fix some typos in the comments + Remove extra 0x prefix for the "%p" format specifiers, avoiding 0x0x0 strings in the output. + make sure we link extra-python versions of libraries- Update to version 2.1.13 + Use atexit() again instead of a library destructor; (bso#13366); (bso#7587). + Prevent assert in sssd (bso#7587).- Eliminate usage of %__cp and %__mkdir_p.- Update to version 2.1.11 + disable-python - fix talloc wscript if bundling disabled + Do not disclose the random talloc magic in free()'ed memory- Reference library name directly instead of using variables to pass obs source validator.- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Drop very old SUSE support. Replace old RPM macros by new constructs.- Update to version 2.1.10 + build, documentation and python3 improvements + delete sle11-remove-unknown-compiler-options.patch, supported options are checked for in upstream code- sle11-remove-unknown-compiler-options.patch: build SLE11 and earlier without -Wno-format-length.- Update to version 2.1.9; (bsc#1032915). + fix some coverity defects + fix TALLOC_VERSION_MINOR and talloc_version_minor() + add new tests + add pytalloc_get_type() + add pytalloc_GenericObject_{steal,reference}[_ex]()- Update to version 2.1.8. + performance improvements + Fix memory leak when destructors reparent children; (bso#11901).- Update to 2.1.6; (bsc#954658). + pytalloc: Add new BaseObject + pytalloc: add a _pytalloc_get_type() helper function and generate PyExc_TypeError on mismatch + talloc: add _pytalloc_get_ptr/_pytalloc_get_mem_ctx helper functions + Improve testsuite by avoiding path issues + Only set public headers field when installing as a public library + Fix a documentation typo- Add talloc-python3.5-fix-soabi_name.patch: Do not change x86_64 to x86-64 when building with python 3.5.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Provide python-talloc and python-talloc-devel; (bsc#966523).- Update to 2.1.5; (bsc#954658). + Minor build fixes- Point LD_LIBRARY_PATH to the just-built libraries while calling make test. - Create a 2nd talloc-man spec-file to avoid a build cycle. - Recommend to install talloc-man from libtalloc-devel.- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Add python3-talloc and python3-talloc-devel; (bsc#951911).- Rename pytalloc to python-talloc.- Update to 2.1.4; (bsc#951660). + Test that talloc magic differs between processes. + Increment minor version due to added talloc_test_get_magic. + Provide tests access to talloc_magic. + Test magic protection measures.- Update the Samba Library Distribution Key file 'talloc.keyring'; (bso#945116).- Update to 2.1.3; (bsc#939051). + improved python3 bindings + documentation fixes regarding talloc_reference() and talloc_unlink()- Update to 2.1.2. + Fix memory leak in SMB2 notify handling; (bso#11144). + fix _talloc_total_limit_size prototype + build: improve detection of srcdir- Use the upstream tar ball, as signature verification is now able to handle compressed archives.mourvedre 16714758002.3.4-150500.1.12.3.4-150500.1.12.3.4talloc.hlibtalloc.sotalloc.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-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-SP5:GA/standard/86a951e986237c2e1b9de69fdf161def-talloccpioxz5ppc64le-suse-linuxC source, ASCII textpkgconfig filePRI9@-[Ђtalloc-manutf-8a8802dd54b89e3f6a32191114f64e2113177ccb8c2951a020255fef78ebccc97?7zXZ !t/74] crv(vX0TP9r[w{; gP9{uF[6N6/_ ORinR&Zz.@ڃW|TG<9^%Dp73SAn"hd^=oHȐz˒_}KF]基\;dI:S%lW-9t# q |wK:pڈXTId/~G-Ie$3SkQ|13䦥 I:5or lD' vnT4R,E"S? 3[`)ys&j ³lcIhOrwgg,ic  V1\=c1IsTOcV ̵o'SBB_r,ϋv̫J}lW)-26b V¡'Ihn/D&Z@a3iOJ_Z# g@AΔX}ŌJ^u/Uĝ^/?T\0K`2`8>wj*4y2Mv]]* *I^^Zg^սm{Q+\VJOA=|he8tU_dL tΞ9X.GZϛl*&ԕ$?Ie̙6iN(1@o/1ab ,kH$lKou]Bמ|{R|:]Lꤻk`f%F)$- UN[lY/v G073Iw`@8[&EyOֺsOk}.UL A P-Cq(Рdq81cSIf  Q SPly{ ~vg&#Ԡ346b[YRU64d1[;R)qk| ѭ)4z;i2Ye4]d $(eyq#,z.%!j0fLZGcʽl4. auqllL <w Xu2+rPO1ʸD,Z? C0ϖ“o(푚h;mc>[q4Jbf)v}-䴽C5S#t~ UX($Ptm*QFa3}4Gb [{g>K,s ܓ +K߸ԄE\t~2` E?~Ȁ\g2CKi0A4PpMK:()3W9 gRep%4{b:}ZWbLB٤ؔ=V=얚 /LP@VGa~scT(o(O ~㚭51B1sqe#~uLk$++P,IMmYTQ-'׺ w=N nO~r [ U^2)An$u Z9zG" բ`<~صgxaK t wgZER4)^Ž軖j^lϾp^@+ ?[ z'@@=}a5B$_̞*Q2ܽ/YF}3#H҇_z%;Gp2'l06\a$k.=vJUSd =4IGEHx^NQT@OWCj/UYKgܞ03Z&}$@aίU+;ԟut߬nC l^[d_E\AVG?XX/SPjowvSZ)aŅ-ȁZ !jYݛ5#wpy>Mɤ-2Q DBAKuԭ '&13 t::[i>C`2x)WÝ6M1IEf3Tb[I.P" fnL M&X9dV$wy'%XR3Q|P8iNh\(2&d3!Rx VWp+l槧M9 ?GvYEXbu1^Ú+OG)MwFoR':m~</n7-궏Ux(;OE%^'2D߶W4*]ܮ: gxJg9J'Ew AH!TI6:^>"T+"Xz{j7ng W@Y8"Oʄ\b}ego4ԺܽXohúu#yɢyҙvyG Ouz61,~~ pmV5.xW7Iҏ:S4[O>/bС3Uw'VhYG|t -ݻ ?9~z"JQdu{;,7dWuU_ZεXgax.!)G:_@iFl=`2J uʥY5mb N(_ErJygbHt!H>>u@0Nr ?o΢y&_pT؜6Drݤo9(ˣ yzp6- &sB,Ŷ& $yxFha(+u{b맵ip(;]gN^IGxOxW'2lkOlW BWL!gਜ਼&N.'swHNYxýnX:B3Dn([#zq?ؚf-SK# Ϲw`!Z*Dq?mwY|ӑ̀  Enx S*4G4)$, )uFuiM<,@\'p;.o=00[|##19KʾWK+8rށ8CI]>h(Ɠb0QB/g|ffaӇ+>cAKQnc, ~XCjya{Y}E\tBBEFc%]VU\\BOR4M\{heм_e m8ڶ3`vMb\ҀYv،^ex yiDz.ίf,ĤQ]U/J9вfLΫ˅  |nW.] چC] M` Rs9;FK1 99]I5x8# c-O ;U%n8Et :11`ةX9Rf?G jUusn)-. ;]q-f.\o#S 4 hZPEƛ ( ռH&TcAU*P|yW$l)tW #CQU$b}HF'Ci6K7xLgf`f/@_ Gl+I؁o1N.c԰Ovc+ʳ}+ZS%>4y Q~_}m*һ9tBTP#J3L8ϝ ZP<}De ?k %?SepAS"Jj8C+`$/(T22f:5*!iM\N;/1 H8Ia@%JUG<}{sEN*1 URm\\E -`j<ǕK-{SygOrI1Yulϴ {|>9e\2ϭp Y3l}J=Ƙ&qER౐jgl )!몁TWnQ6gJΡ\.HƏȤfb*sRלQH=oX uta6GK*q`Ɣ>B&H3'ETyRU߈JWv(v;"GH3  CF>n*"XJ/W:qpzP?pt:Z]J7t2xH~DȵrRr>ceO6gkRȧm-pN0O}fh:Ab5u&yTWwpF[qQo,r륂X^ ǭ~w ?:c^~"!Gj:wPBR ~ mB3Ͻ ueez pGz z/y*9ʼnfnFp6*Ut EMg&f3HńErt2|$?z$+hWnxu-:Ga"7a d ?nF-*^O EQ/[7-3"Gh=]u' m p9 y篕$-j`^dAM@r} mߞh|L?sNH_yv5ʿ-J Ko<ʼ le$ݞ${쐉[n lَ)YFlaniװ_E9iῪ5Zb44O$Q [!.~f-;j(OgF81w%ǭop-$)C7ս<}.>Paf! v%xHü펢ĺ[Yjh~ \{Xg# pNjzեQd4Xҡj (iL"J#MWfNѽ#Է\n|A i,9#/JDeo6WYh5ҵB!u~)~6O*ǰ`~ xN:O!(wwJq"Z#x.F]MN.uHD+J!U~d Bp>AsBv_7y͂t0Lz X4)rnp_z(v;YR|[JrvP(Kn_n$3wt7P$Vژ3\;h˸e}Ǹ7tē:B'VY4>r'+NEٖjo LBZA ,[^s&kOipt?qK 8jZPLXRPkM.;,'D Š;^N[Z'_0V+2-Q"#jƶJ=fAʚ3IO=8:N.-/u\/KRCtpW)O5""zKMw8/zYL 'p +-S~&m;a`,/onSWK>CJ bU%U%l]SZ'<č,o`m|CPې=4\SPļ}!4Յ\т$il/H򌨩FJ![qTߦ4Q )GH_5qjoH2_2A,dXL)6MђFt\2e g|^ 9]GQ!%t&' նÍQqh. $. ZҚRlۿ 2vƔ/}EѽfN#5m;jeYM<mF01iR!*_7<2e$. ";)#g{bK&7-SӅa2=>׿EW|ɥABAj`ZUpjSyF.O^L';s/WlRߠ*@z.3L' ?w2O:zunóѹQxE0=CY\=hTu͞`X72^ƶD~@9!9+]\lks^'=Xc5Crsze={{vrJal"1ksÁU-\1#I P\)=`-:rY\9=СA<,|!{2 W%g|Pl7W~@qr 4vpfl[s0[4ku|xZQF#B[ (. _zd;]sA%4٪Xn=]yZ}[~c|YCM(]y8v fyW$ T# sڭ?^uNVUz=7"UcDNPA 3tk{>x]13b@5޺rӻD,(x%yLcB T gF')|Fpj%O5̀޹m$P}{xb G:#4НXUcJJY62Ưf`Ka\1t"%`4=x-ma,}y-K"u7ys&X>sa_ ԸiY.g8݌Q :t¢H蓄$U% r>xOš#8.֠QrҌIaGTRArҿqڇ* oZCIh7҃A)TMFUfיҗxog4@;ҧw- )-A)208 {Vc)' @:.b7;HYD'&B80}n]ro8RA+ϟE l%2U%9l`8}I ə¦Yݼ~CH(7)=?LBV,M^|>cӥ,pM|i]#RIS-ßp&/wKNɺ3-Տ?L5 >PtxZ)Q3d)!3p U;|C`4; !I~:Zf,^ڦ!DzM$?tL~3^G{@ ?ϧa~NKA">WG?J%nùz׾8O@gA5!Dʋ]SP@D xY7@jY Y.]-jsD1L)[bϯy7yv6nMvoIxƾ e:Rn?2M=F 7 mCbCk+kfKvd?zڍqk(`_ zg! VYG".8$uj_{~& @f0tשd+_qխr6qj5z@h5۹>c~=yRʚ$J#bF0 @? LN{HR~)KS1( [hsjRlky| xT$7&݌UjdھQqAyB,c5{≨ykR$ }&b;Qd<9R#:OkԚDxBTfx|7E4XڤA]Ԓ.=fyhgyj)xƵy eN4áb0Ԏys%# D%v)=f/5ky-=!u=Q3$aaӘz?YP-lgd,.~i .Evt|Ɵ?7R% $,FD&>Jז][ܭڋ(yj3dL[֣țdեU Gm|")P7^X [c{ρ_b4J;@76d!q\%B[#’;-U%_DóIbC~2@HqD}DQKU $"'cl QTd.X{imܺ"9!6p[AJ4;5~NYX˕Bh=@fPUY N`3yr\0ҸSU@?(m -eR DE,AQR ̚\#C:2T3O܈Tqa!R;mrWH`)F 3ƒ)^ _1+ AU St5Y%ӝhB\I0U/A0'@ݙÃ~0~4?Som8ffdV0ROp\2PcO550G#CD8AOb 8 ]hϏF,5m\=) Q)Sε;CMMEF 4R]fZ xV)&"4kiC,y+xz;"{Yo,9e*.]%zqe쾕9g[)0US--z]uו'x_Jn]4&Q~WLӽ;ӴɼN ) T{D?,V':>Ê"] A}lusPC<_F]|ב|Mo= xowxUnFa@4 `Iܷ?Ȗf+aN*l'/)þJ!BJ1ġ(UԪWmO1bKjcjNtOD@]G,;'a~ݙ> [m6Cmn^){R\O3`\r5p+vHQ&$+8YiLR Ͷ YZ