libtalloc-devel-2.3.3-150300.3.3.2<>,(\ap9|i5| *ڈ{ նo=ouu8UAMuڢEèZjnx~WіÁ2's#(|>X6^2 Ɖ.)fXvb&;Dnv{"|xL֭:WϽv7" U}J2L \"lH|w:Jf9=N_,\U<:M/d$ J'. s v⇶c,*$Z(<=I[7䌓!J-NYR:Њ>A@?0d % i04@D]~      <X( 8!9!:!F]GtHIXY\]^b$cdNeSfVlXulvxwxyz,Clibtalloc-devel2.3.3150300.3.3.2Libraries 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.as390zp35SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++http://talloc.samba.org/linuxs390x _aaf8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c3476041a11769ed3874d5a3133000229d7960c7220b38ee9f93b1698713a9acelibtalloc.so.2.3.3rootrootrootrootrootroottalloc-2.3.3-150300.3.3.2.src.rpmlibtalloc-devellibtalloc-devel(s390-64)pkgconfig(talloc)@    /usr/bin/pkg-configlibtalloc2pkg-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.3.33.0.4-14.6.0-14.0-15.2-14.14.3aD@`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[bscabrero@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.3; (jsc#SLE-23329); + 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.s390zp35 16432959662.3.3-150300.3.3.22.3.3-150300.3.3.22.3.3talloc.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:Maintenance:22444/SUSE_SLE-15-SP3_Update/bd1e2cc00999c711d0b636f8f8103c0f-talloc.SUSE_SLE-15-SP3_Updatedrpmxz5s390x-suse-linuxC source, ASCII textpkgconfig filePR#]ncAu(Ǿnutalloc-manutf-84184da9328c84e63b43e256231ba682bdc917715cd1383262220cbc633b2a136?7zXZ !t/ ]"k%d~5t)r<x< .E%A7L\ C>qX~qQs꾍g* [UƔV۠uHQ3֙MEWd_ mKoߒEIjU}H<8ٛ>(O4겣&6YF~YŬGc sucEtFgy͵k;a_°x?PHHd9'4!a.h9n=+fcf)+:2 NVS ZItqν XX;v>hV&NF"]tϰi &OYgxYb ]ѭr+b--R%~sWn#ل׷#y&~!=&g[*7=]zq8 d;v56JeDZpēЯ5-@}wdQyQ"}9׷^0ιbuuo5&~R_%u~(TȯQU#^}.er^en8@ĭJ/E_]MZ%㗇bjvoQעoj:BQ0`k%|NшY7xÒZ(7GugƻP9!l۴}4- ZR}&<ɐ'\+}oDn=x{[]foa΁'/L 8M}~22ń 2hdH>{md'\-x.p~EJ\:%9@6wgF))H >gJ?T:<ym=?J Fc;kκx?<zo_v6 $@N)cLVtFAMqG|8QV;Ry sgA?J l)Wë*c@D DSћrş+Q|]E1^谪m՟&4ch@&N}L(h-JoXuC۫p ,JV|Y/BSRUE;2ϱc3?6/qs-~Jj X0K2li)bM6'-T!a 7Sa9H5ӘxII%h( b{VaH>'czI{{f9ݼ1)bX-(6=a&Y>nA)ݚvaFF -d +ջJB}X¡!Q "fiA@աw[ v k_}պu5 Fr@ ֋@@jJp.pBƪj)YNBשT̩ {0='Tp1vF`J :&,xOcs&Dn#ĘEK-yHObb[;,)O_ϒxU= CV 祐c?TGo&19m& D6X°EJ͘"C@zNf1Dsu#}S"(&܊E]lQ70JNlAؓCݝ9Uwӳ-1 A) YZ