libtalloc-devel-2.3.1-1.40 >  A `1p9|kBWW׌Š r-Ur[dY\k2"0!(,K7$+ ć{lȬ/|_9fA`x+/­ٙґ ٧1pm/.}ՍZHkB($0}Vf~7`s# `6Ib;u/vO\*RhʁΙ}(,G7 4{1lx#]]ZiiBJߚKĺ#%X-NJ0097b715b6d084d13eebe322655b113d68cab9bedadf550ebdf11279a04d0645f3a6325ad88c1d6c05ab2b3539090a67bbb4131eT$`1p9| 7@b͂^15wo(kJO {{{;{F4Jllu i:^Ll;d}e#} [0jSH㢣$ *4[m-00'{l_=~6,QXC[ngvsO,Ɋd')חe?&쥤D <h}xA+`!ޯ2R;Ⴕ܉+Ͱ)0&<JN Nj3C]VY0rUN>pA?td  a(,48Qr      (D(89t:FGHIX Y\4]@^`bc9defluvwxyz#$(.pClibtalloc-devel2.3.11.40Libraries 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.`1sheep89SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++http://talloc.samba.org/linuxx86_64 ]J`1`115c2767545d1e43dc35832736253bde5be956f8ffec0474a6d0f70349b646ed33d815fe201f17e7f82cea6d221a3fcf811085083c79277acf03fb47b9c39d7b6libtalloc.so.2.3.1rootrootrootrootrootroottalloc-2.3.1-1.40.src.rpmlibtalloc-devellibtalloc-devel(x86-64)pkgconfig(talloc)@    /usr/bin/pkg-configlibtalloc2pkg-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.13.0.4-14.6.0-14.0-15.2-14.14.1^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.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- 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.sheep89 16138731392.3.1-1.402.3.1-1.402.3.1talloc.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-SP3:GA/standard/111e023016b8e7bfa866b775db13644d-talloccpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filePR$:4;DT1I_YUtalloc-manutf-8c59b0b9191ca405d52e3456ec7fbcbff8386e2c10e43369d4cbaa8223b788348?7zXZ !t/4'] crv(vX0~~W^|wi-"Xpv+["Xa!I?D!vD|SwBt@٘?2nAb<( mh{MB[d6>P8np@8f+ѾU.zG| |Z:,Bl H %j@bN5^fQv0Y q; t%q̬(zϰW5yZ>ut1j>2I>xlDMXЗ0WZ Irb|޳m@yWo8g_c'h.,i+g|]34 vq%Ϭ :"]:AiDG?<=AF FVn`ԵT`pUX*dV*S/'l" :]<]fH B;®w̳46=YmQg>{+c,H$)Q x,vr6Sl x91>0.}61 M7\BSp̯?_1Vn%kQQ4ß:`a"30mn  ,Q\hG4#g%)% )!W`WȠ>9]2άi %ޘEhƩ쎂XY~KV!L֟2Ps6J[#9'sӒx2'&5d%;d{P]E¦,c'@b.0u=19%KAE64O~<䴼V0NBF%V5d4M ,BQsЂSCwkDB#ˉVop^'Jv1F%!f)=[ㅴJJp{͊viNt.kZ]B$ ҶDEGc)!-VKo~ s'Aܮj8(mO=DAFy22s^TNaz蓮,yK?E6K ۍ]8r&S"֋#tuIIЏ_ƮysShSMn&;\Zo? ݘ y]bY.9X 3ΧBѭXy E΍RO%1|^Zb1# BKb-uS憲ܥCAyӜmy,M'qUbڤؗ =/& ~@N4u.`=12QىD5ԧ3Z0.GKo,qo+隣+jb GZS[mY,R+#WG ܻN ?$IO@9hcQo 5ޠLix5: 17 aW`DGv!圍mP@U?]D߻Ep$D[T]֢&I~e<܍҈6+@ 1dTvZ@ZL)%DDrDth"}i7Sb H#KYYvS0OLSŷ ~ܨzAmnLqL*3VC}c:$oаQ,ꖸcw/M[\Ϥ@۝iItA-QC[LY :5ev.ؙ?nox<%C,KW76ڝeܥ+LȎb5Xd%Sɡ24,zR:d|5%4.dG10㋑Xc\c Vv8^߿VSrf L㵞&RËw'(Ώhx놗K~v}{e~=wg+R[)g%3Vݓi\f40 n$<q([tS1vAX{3I?  ؘ*'9a,)%aS7,%LTgɼu5f~A8m:e8q50 l¡|ma驗uR7׈>(42lq=CD/xt>f_7*0bH$%qnCrH'7Rp&!>[֌J6DxݺSd㬁dҩj_[ci&Ƶ6]?2m3tXFǖpԆr@=;B8:R$^3l~ӵqx.&j!xUsqf}E4*u2_VӉ,iuۦPI *[,MLӼ+C w,/YzBl'eRg򼗶&KNjb)$cᑐы0#j3 *mhC]{<&i xtk"Hǃ[dƉ1<ɜ+I!RZ3IeLz8QTp ր]t9d a S#RsV ,(pwxRksy)quT 2<Spx[" D&^Wg)4Q(urRcϷ qU(kB\?P&{:)!f/ӼSKfoRW Aq ɩJ7'3 GaAduƔѲ\4bc8ɷ(]%uMYi ]ƭhYh.JrY@YV =jr"SD7t5 [BtQ=A@>A'reo0TS8/&<9C=2Ơe7ԇ;!ހd08l=2Y AF K? W2 jЩtDsG~bu>֋]:[m8Bk{q_Cwyw 16Iٚ#vm!(6{cfA6^}1Ʀ|;~'h=4a.r m.OӱeRBGweaqyfBF9uFm21IM oZI iyAnRd~`+SzOLӚTdLa 8Zio)ޕ M"#pdV(T2gAK~NZ4Ł 9DE@4_)1DbЪgphثNwNaZii2"jvMKXyܖkS,*-.S'b{mcwޢXVrXn0Zd.ʯAN bBf[Ț Ȧ~haz.[ Seh#3؜{3ombO'|'R8@܄os{tS+/|V~I bXPy(~RR8`K3]1gp` BgͲ66S̝0nj.>3Ypxӌ R#› AU7L#Ӏ#,Z eЌH֏ CGغ ]E#]ڛsX*tRs&|55麩jZnߠV9dxQr1 | spʸ}:ݰM$ 4)ꑫn>x-+XFSEOs. />+7P$H x(Ő̔r{.1rF-1 kxLj0I>܎sp}%[="$'mbFQQ(纰 6a)yP4Ǵp ^c=P3y:m0}BShML{w5-j;9fsǚPR} ZuŢiwȓL&T(E8@,2'obQ؜70HXTC&>4b0ڐfN?Ą\ꢂP ,k(bo^d.B8&?V;8IgTd/; 򒸶)To-Ӳd-J}%=74˙O@  Z se\ѢuPzT'[򿔵^7}>"gHal@YK8e8)w9RL .dҖQ5ú ~溋D50N0wB'x)ɷߦ(ƵکV8f22V2,ᔓ$(}A|r\Nj,PI ⵠ#aiñ'̏*Mv/>63kk/:/Q"JNG)֔Gtop BG"]֮ *pǣ#fo5^> ZO +dA Ew*V[Fʱ8Fl(cLY=|nm¶ğd':xIo8ɨdRhTHX2XJh|x@-eè4}? !.R{OsC ]WhoJ~:M)ݞ5 ?\\]O5G"D_TEFVprɋZHSU/|NxNJb`O?7}8 )Vj#:G_+1Pds7 h譏e8_pTg t{V;zЗ rPONaϜ=PTMxZ߁H㸷G_ '9B88s")q+wPȎ}yhi*Fc{{9ѨQ4f-YGY{R|*~RAajE>i;,bݎ%ǰ&M'8~8g7SO_;+* $bEy@y0ƿ,5lc p e۲/2j;s#eNAN0ݒgyLy& 8B.+t-i͝S0eLS\2z^.8(~H]]:- )j <3ӷa{v๣_wi^4ߖi^~NE_Qƛ`'nHag9se*O%eNx0Tجȝ%q')/8v9sWǎW( 9^ JZoƞ )pV+O,PE;iqx24F!dn[Laݐ,EG<РL>(`7:efƻt*%"6e(5dQjq:+ttxźkT)R1tt1Y@_q{v&iXq)l)wW-BnTi*aتZ`NDns,eIIh'9qq1Losi(Vi5MpDGex Rܶ&E|UΊe<;@9Fݚ¥~ysge 3!?]}16< OVcIxy/m=[R2b|V^o^/2`/x'y:nCkiZ n)VXPy38FD#{9[_O\ Bu]Pw%icy=5,FB["gL1gT)~V\ţR)Ob}.%u-}3R̆IPJ*qRWDh6m]UK'+VjEր5lHqNW-w3wW;Y|ѱ|'joڀ?>x.3iጋwFrC ոy5CJV[YL{B'W`k_Ro>XXWu~ؽͪulak{6m90 褸^zeZc !OkxCC0&OKFLjPON `N|I>3P 5G[;궥)<$Fϐ/ \ƒ`cl OjRU&[JP$IUyM-pݜֳ\)0XīvFVS,P 0VCےˇR!k^1C( BzfHix@Tط!-ӱ=9o%4Y`{nA#F)/&'R:)2h6o_ SmsS)F/Io],)lCc׶9:4 aX,ک_@\n,}&_`N"-%f>x#.?]:_s& dSqoHhl>z Aۭb*Ȝ8ٯXa9 Y^DA 9 zoOP wȺ'OzK>YGk9Uk 'E#jz2 #-s*re[M`$G }drZŊhۆˢAɤwJ[e(? !'8"ͧ"e?vYz_4pVU,φr֕$2GI>ĶaFuN^BPy%ML91f \MZJnM,Nh쑏 Fc:gƖ;QmYF̈Qm@zc2i*6Yޖ^p'PE6 F-(ʒZ̴-kw?ٍMp)AӑWAr(\؄HvO6*2"d6̹J<&Za?,᪵>۶>rǢ,u.Ί uy0#.!:Ŕs- j,l#0ܐ(UE\7CTW:q 咗n\ C>֨3vHk>K%l\䲛'CyG"rMkI3 wom XųƁ=ԇθ :8:`)˥OvIˈighj䚨i'#iP:]0[J;.ӥ-5ߪDäKmu7$*b JAuG8 jh~l"pZGzFFzϙ8{<+QS&JطMB ,=|D}& FQd0gu˘L9ݵ{Ir4q{S{i[C8e܎QN`4<0! 4#i>fw4{i\5ГKD_>BY:!Nߓvu^j2bV pp@Xߊ;+<,CO:SnXuv3r#_=8صCO˄XR]?V6Es5.8qwzQ\=dOAG+,Ģ,eOEP9jS=UM+CHfAM5ĻT~<ېu]il~6;hɈcJצDpNmݘsu[kI]ͅz*ՎD㗭A*c,k7!mp_ˣ#p,ulH`=Bx@L_M8 ѭ~<9G 0aU?XgPȃ:>D%آt]}I7R_( ,|H{IV)Z_.[Ovx ;LGqd$};ua닂:L6#Qi'aY'Z:ns Y|pzI]LvLKjAD,7R12 y5,j8d6g\-SFU_7d{@Je= OV"gElS5~4-2\  }92ղudsi#Π~ .N$k$"Զw>"פU4qi= ʏ> rn*#IGSȖ14gVjByB˅m;݇A'MV|t(IX.NQt\2cK *u;Ex Z^ArCmfrQi*D>$Z| &4S0!e A\la:/+JU]A!5x.YGms?)x"F2M/7a=27R6ZWm֡KƜ ozO~[p9 Py<$ /TepXui?nf6/NnkIH1blmyv.+V28Tu8]> (щ؋\Qx A-<0l6bw3 8 ϓk.6g,~Jٞu$mMk󖇑5%:˺)F`v[ l4s@ŮˀY t\Q#e1 ] ;srEj dV|?0-5Cgᢛn|G2eIPM\&I߷>ƿ0[9KGFXJ2o8#w~\ihYY3I/_nj%p<38Gĕm_ne]rxf򟌚:a8 Jv ݪ㪽d^:3>h\X?|_9l'>2I^y56t] ؋Ǿ`uͣMfծa:i-$SAʬɉe1{i*a yB4/ZÙ/WoXh@sHlbjyãLaZ^uu?'={]0·͈9匏ECG.`*\^n Aן-r?7+G~3:AnpʣsRV-1IaJ_)cbq>E$z(@0Đۍ>Zw#DFMh6b \aEh/au"`NKHp̱DԝZ&N/z?XYRphrJ v-HߌxLl8qՙpN,F%^o=*WdaЉi<{\B ?QITך pF*k饝cQuD),~ftr:)M|SLem{6فe' ɻl\3L7Z"ЦR3ը&& (G֗Vѕ_'g}TouCg95)Sd0H4щ6WZ|hPX`k-Y]{9TnfB*E'ѭ \#S@HBbp2=|5+~S/:u;QQotdg=O&L(%ES=T#}ӘT]VPwe9b\2,mC`1`8UvaKrOȢPC|V+;˹ AӅ-9خFV-(.l.sZ @d1Τґβӯ?UAGur5!'v3TtxVudb9ߣ&b;<u<])IKeAVm6NrQa$-N/QrX3>.qz&^/ 3IT1:xG%)VPy8QM6y:D Էpn)V0_kPΛAQ教^Zb&HܸN@s#3#t^z6%|O&̉9Fmk;M=Þg8eIn=X_?G׃FonKF*@W9gv'GMu`^ I4ԧ݊ϚiB&=Y v8qؙ8_ ,qWѮZ3`/%]j' ;3.zqkގ,OƶT֟!cW0FYGƲ7K$8 Y`. H ^NIN.X'hCvR.XCy~sz %6DOx=ܰ]mIe~@k$.\2b&> q.o}Ű?!I (W\pwMbaqOsLNjޭMnK) tq2.5'/KDwOj-7T wu}Ʋu9@u~9pRԀ=g2y`OZ:zX9nOC/1ZTz[^ͺ[D-AׁUNTDEeLGx/m5z>_dT&.j}M.vqmqa:OQZ M}wv+;)((eA!Fq!x1yK*]lqEgOz6+EGv[8l hV:uWE:ǎ]^_sK ;5=HrUyz(t׍;&"aX$/9Rl}[y<+ۀ;8\OVhўҊ YZ