python-tdb-1.3.12-1.3>t  DH`pYb(/=„>\;aziyII`70Co2z)rGU|!P!'Tr,_v{DЦ -v|߱Whvu0Խgעgs>E *Rs&U汊yFy\TJ'޻F~Q/!Xlke@Nk;iI6BeIb2/d$(G$r.>k:b ,v 0 9ەW㷟c<Ž%83e0b634b6f3ebdfede86d112685e7a1ff30a4f0IFYb(/=„b;-_#ZƒLE;@J h+Q8ݖONWP9yM3amk)سJSʳ,M1eTZM͘jݤ5f8.~t[{ v_D~sdI OF8tHEih{eݪW JԾpÅ ZյsG|WjnY/z#,Džk؏? iZQKm^q,HP 8>?&X?&Hd   <|     $ f hpz   DHT(U8\*9*:*>#@#F#G#H#I#X#Y$\$]$ ^$4b$Xc$d%;e%@f%El%Gu%\v%dw&x&y&z&8Cpython-tdb1.3.121.3Python bindings for the Tdb libraryThis package contains the python bindings for the Tdb library.Yblamb61openSUSE Leap 42.3openSUSEGPL-3.0+http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://tdb.samba.org/linuxx86_64 "rU`Ya64541c01bb565c11b53674df528295d21c1b1f4fb072d61dcf3fcb32c03d6dcbrootrootrootroottdb-1.3.12-1.3.src.rpmpython-tdbpython-tdb(x86-64)tdb.so()(64bit) @@@@@@   /sbin/ldconfig/sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libpython2.7.so.1.0()(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb1python(abi)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.3.122.73.0.4-14.0-14.4.6-1python3-tdb4.11.2XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@T!`S8@S8@S*@R@R@R7R7QQPPBO$OG@O O؀OOQO@O@O]@O]@O O OOONg\ddiss@suse.comjmcdonough@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.commls@suse.delmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comdvaleev@suse.comlmuelle@suse.comdvaleev@suse.comlmuelle@suse.comadrian@suse.deddiss@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlars@samba.org- Update to version 1.3.12; (bsc#1032915). + Fix mutexes on FreeBSD + Only mmap the mutex area if not already mmap'ed + NULL out tdb->mutexes in tdb_mutex_munmap- Update to version 1.3.11. + performance improvements + make pthread mutex code more portable + avoid a race condition when checking for robust mutexes (bso#11808) + Remove use of strcpy in tdb test. + eliminate deprecation warnings in python tests + Only set public headers field when installing as a public library.- Add conflict between python-tdb and python3-tdb.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to version 1.3.8; (bsc#954658). + Fix broken build with --disable-python + Minor build fixes- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Add python3-tdb; (bsc#951911).- Update the Samba Library Distribution Key file 'tdb.keyring'; (bso#945116).- Update to version 1.3.7. + first fix deadlock in the interaction between fcntl and mutex locking; (bso#11381) + improved python3 bindings- Update to version 1.3.6. + Fix runtime detection for robust mutexes in the standalone build; (bso#11326). + Possible fix for the build with robust mutexes on solaris 11; (bso#11319). - Update to version 1.3.5. + ABI change: tdb_chainlock_read_nonblock() has been added, a nonblock variant of tdb_chainlock_read() + Do not build test binaries if it's not a standalone build + Fix CID 1034842 Resource leak + Fix CID 1034841 Resource leak + don't let tdb_wrap_open() segfault with name==NULL- Update to version 1.3.4. + toos: allow transactions with TDB_MUTEX_LOCKING + test: add tdb1-run-mutex-transaction1 test + allow transactions on on tdb's with TDB_MUTEX_LOCKING- Update to version 1.3.3. + test: TDB_CLEAR_IF_FIRST | TDB_MUTEX_LOCKING, O_RDONLY is a valid combination - Update to version 1.3.2. + allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs. + Fix a comment + Fix tdb_runtime_check_for_robust_mutexes() + Improve wording in a comment + tdb.h needs bool type; obsoletes include_stdbool_bso10625.patch + tdb_wrap: Make mutexes easier to use + tdb_wrap: Only pull in samba-debug + tdb_wrap: Standalone compile without includes.h + tdb_wrap: tdb_wrap.h doesn't need struct loadparm_context- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator.- Update to version 1.3.1. + tools: fix a compiler warning + defragment the freelist in tdb_allocate_from_freelist() + add "freelist_size" sub-command to tdbtool + use tdb_freelist_merge_adjacent in tdb_freelist_size() + add tdb_freelist_merge_adjacent() + add utility function check_merge_ptr_with_left_record() + simplify tdb_free() using check_merge_with_left_record() + add utility function check_merge_with_left_record() + improve comments for tdb_free(). + factor merge_with_left_record() out of tdb_free() + fix debug message in tdb_free() + reduce indentation in tdb_free() for merging left + increase readability of read_record_on_left() + factor read_record_on_left() out of tdb_free() + build: improve detection of srcdir.- Update to version 1.3.0. + add TDB_MUTEX_LOCKING support + consolidate tdb allocation code - re-use dead records at hash top. + don't alter errno on success of tdb_open_ex() + introduce tdb->hdr_ofs + introduce TDB_SUPPORTED_FEATURE_FLAGS + return ENOSYS if the tdb was created with spinlocks. + use asprintf() to simplify tdb_summary() + test: add a "skip()" macro. add marklock deadlock test add mutex related tests add PING command to external-agent.c add shutdown_agent() helper function add UNMAP command to external-agent.c always call fflush() after [f]printf() in tap-interface.h avoid const warnings by using 'discard_const_p(uint8_t,' instead of '(void *)' correctly use stderr, not stdout, in fail() remove "\n" in diag() arguments + tools: add -l option to tdbbackup add -l option to tdbtool add -m option to tdbtorture Allow tdbtool to r/o open mutexed tdbs avoid const warnings in tdbdump.c explicitly use TDB_NOLOCK in tdbdump + tdb_wrap: Remove tdb_wrap_open_ again + wscript: maintain a global list of unit tests - Include stdbool.h in tdb.h; (bso#10625). + include_stdbool_bso10625.patch- Don't require pkg-config from the libtdb package.- Update to version 1.2.13. + Reduce freelist contention + Make "tdb_purge_dead" internally public + Make "tdb_find_dead" internally public + Add "last_ptr" to tdb_find_dead + Move adding tailer space to tdb_find_dead + Do a best fit search for dead records + Don't purge records to a blocked freelist + Fix a tdb corruption + always open internal databases with incompatible hash. + in tdb_delete_hash, make lock/unlock bracket more obvious + simplify tdb_delete_hash() a bit + tdbtool: dump record magic with fixed number of 8 hex digits + tdbtool: dump record hash with fixed number of 8 hex digits + Avoid reallocs for lockrecs + Fix some typos in comments. + Fix CID 1034959 Uninitialized scalar variable + Fix CID 1034960 Uninitialized scalar variable + Fix typos.- Verify source tar ball gpg signature.- Adapt specfile to ppc64le.- PreReq /sbin/ldconfig from python-tdb.- Add python-tdb to baselibs.conf.- Don't package tdb tools man pages for pre-11.0 systems as they're not built due to a missing docbook stylesheet.- Update to version 1.2.12. + internal code cleanups + crash fix for pytdb + fix for 4GB overflow detection- Refresh ignore-tdb1-run-transaction-expand.diff patch.- Update to version 1.2.11. + Make tdb robust against improper CLEAR_IF_FIRST restart + Make robust against shrinking tdbs + add -e option to tdbdump (and docment it). + tdbdump should log errors, and fail in that case. + add tdb_rescue() + Fix a typo + return unpack error on strdup failure + finish weaning off err.h. + don't use err.h in tests. + make TDB_NOSYNC merely disable sync. + remove unused debug_fprintf() macro that breaks the build + tests: fix use of a non-existent word (existant)- Ignore tdb run transaction expand check on ppc as well; (bnc#769268).- Ignore tdb run transaction expand check on ppc64; (bnc#769268).- disable test suite on qemu emulated builds- Build and link binaries with PIE flags.- Remove superfluous tdb-tools rpmlintrc; (bnc#765476).- Define library name and use it instead of libtdb1.- Add tdb tar ball gpg signature as source.- Rename package to tdb and add an independent libtdb1 subpackage. - Rename rpmlintrc file from libtdb1 to tdb-tools. - Remove bogus requires to itself from libtdb1 package.- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.- Rename libtdb1-devel to libtdb-devel.- Define python_sitearch if undefined.- Remove superfluous AutoReqProv on line.- Require pkg-config from the devel package.- Move python file to python-tdb subpackage. - Build and add tdbbackup, tdbdump, tdbrestore, and tdbtool man pages.- Cleanup BuildRequires. - Polish package descriptions. - Add rpmlintrc file to set badness for non PIE code to 0.- Initial independent libtdb1 package./sbin/ldconfig/sbin/ldconfiglamb61 14943769911.3.12-1.31.3.12-1.3_tdb_text.pytdb.so/usr/lib64/python2.7/site-packages/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/b2ec0534ae2c36ed4f40a1c7ed413930-tdbcpiolzma5x86_64-suse-linuxC++ source, ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e262054ce0b544ff77cb708d04da5d4419cc9794, strippedR PRRRRRR )ynS]Kk?] crv(vX0L9g*hW{[a.dkEs֣f:)bZJ9#,)@Cj b RIuI|d>M[ă)l `-vbcwĒ\nmF"E1c@,k=x.i|FȗR,UP  r2N x>3 5m@μ~ǢGZ,!JCyA*1@x/ S*N ه؂LWdkހ|[§"+998&aoz)d!.'uQfw蠤I{+Ypju )RLy_w{U*oa АٔaZ|ގ,_8 g^Hip57+f}\Bu)=YiRilH`1Xě<ڏd+zV= ou\"߿Gbgk;VZ.n*}l[6_Kbià`(_a_H-=_ s,& Wݛdi|}%RtcW] p 'jBԕmmTAGaec7Zyw{Q=9 Bj< u"rx po:䦆՝Ў9t%@Vki-K:WH6Td!g{@na^|N!Ya kJ (qow~[ a!RCv%EA0(C4@NXHnU tGBE)7˅=MiN~KaI E|V{R^`O|HF$&Z(A]EcE)W$9)x*)"A<7u`}BI]eуS=5iXZxt9̜Mč6 mʐ4DGbA n94_o̓ 2%` X) $W;ۀ);;>(RA!>Ism~B-u#W!PFipeBOQx́f:~̶R8fj˷ p|SPB ch-$icx/&$TdBsxXUeLrA|N,X4XL]LA@}i~.Yl moKK.CxkbU9]>r XQГ7 &7I Z`rV ?~+>XpZ;wJ .rg(kK8!}lW Tc+%͝¸vlzA\-ojT-'*0'G Z9zLwLvNلXWmm7~-P,;AA%j%}95& LB Uv8zQv΄Y]4a\~aE\6>$~e1`:(v H˖eO^cGĘ .Pm<Aޖ~-w<E-2B,uӦ'е_I峝 #i&aBJ.#֓Ur_ݞ3ؒ_Vr"hٿɲyse$~LUp6Ձ]$P p8X34mwo gJ0nP:[ϱ}k-'0 (GUpH@^pC;eC]K u 5<Vת ekL=+%a7| ݋^7c]ivŢɡ:|iYDʺ>7#>ԛ}]ͣq٤~K{q!NXpG| k]aeW w>++ ƚwC-ԡ]6ǺDzUxlX:3+ xT..14~9AɨM9aNK> K4Q"ڄ[FEqX_%Z&,ڄ՜ A7l۴q||Z`NUz#xȞ g^{1.U7E%Znhz_!A#%f(U_ (A-bVE Y쨎p@ ̄, T AUN"kr!g)=b3tGXbp5ND3~"ɽ|'B3 J ㏵^9aLK돑wޕ< t5~ 3WDR[m<_ัO9UfZd6z>! C);]ű@KH)#=g謫zۤXshSE,[yM:х_Ӕ;LHQON$*PC,g= \#I*3S2=~E$hF\Жaʻ^fE&QXhǞhMV ` pq.dG*M8OfP26J,_VKWHS%D#7Ik}{1d RS( h6;wjҪ#eH\@U=!z!WDݐwT=!B-o߿Y(@] *5q/վL XJVKi0D~I@/Ax dY@w ƆekˍҲ;$8.1ɮƪ5ؚލ5YBo<6ȡ\ZËMa28-}̃2vP`g l@( _HP@2M-`rmːt 8)*L5&ǍD`"@L2ʺ^)4qJgaygߖHLsUdsF*|bl%{KI*7gﰑ ބ lZt_pL[aMp9Fw)4NaiIb]fx yޜFw O'½[YbEWtŐJE}/sME!x@FSaoHtbya,eAO]DqUѭ?OY$*`Ƈ}Șn;ճ>v8Kֻ͠K:yþ.!R&dBYb`O>SRceң h{;T!CTgC`6 {fJrnċ&V!2c!Qt3qI'fFGiSG˚_O-Wjw0G90Z}iD;Hs5Ess B}FmYV_vv79eZ[cy*h0^8?0&旨@ys8jn%yDXAe 4뿳$E=8,cMA[YqQyȱ"7P0HA}}0,O]iڢ4 t<$,rE"iX*Y^q%r{aI0v?HQ QR@#dAqÉGx8_So#[5eAc.cmf8f fY& *h?~sRޔqL)ю@%ld,L&9eD _@"\9\ Q+0{{mq /R1N9A4 z 1w[uِwȂχK;t kޓ] ~ߤf$T"p1TSTi inOb]>21`1uG8aH.2_c<**s e?l[>w,6R54"MJsO ` $jY渉Kri4tv*6Oy'pERB߫Cv N".uWr>nkr>n]AI+YGg"aFQ08SG2|[3Lbe(a 6lO'[oraIm %nAI$VY_J@A#K|,puRL@֛!n)uCl`DH;.<04}DtVS;ՖmߔNJ2.Z|~/v*;^]Z3n_v,?z6.?}[doG$L1Po=dž bq5)qG_4^ 'sXk/opJ+H6@4;6>jZF0&#ذ x{fJ?AVSaݒgi37DnމDˡׇSoͺ ouw>*v>#AaI=dܒ{H߀ T`O)~f5J@DY24-|Gz6!cNX)VŽE'ʒуBtcW+ .Dw>ls= /fЁVEOv }wrt$Ӏ̜\D)#E%(^xd`ISJSߡLQBi]َQH~DhGh5] 4_̞'& a Oԩ!횫tȣ d&}zX_)q2ڟدJr'RR4Һp5I]wpy{D.Xj {G`1QOYAc2$Ƞgy_^JdFG]\IfK}tU`<|.,Zdd)"ԿB)[-gγ0H3@(9n9sR  oVޑ6- cy~9a?`b^Qi3Ӈs#ɼWRZWIh윧@}ǡ+)IPbG^lM$Ě%AV]J&cccQ֯N> jK Rp@H--#X'vI!{P?\L }[I[Xn NiXA?~ľrli  rE ڞk8f!~ryIa6oqs ešu#%әㄶ.pk'[ 035p] /Y^bbNgD0B->#l\g-_e){4pw*:{/夳fPϵL%kK(<xt~KSpP@mOux!*ч~] ~."qn͌"E܄YJ]9IM+|ۋіz<X}aj6aaH/Ti#ZrIZq O(:Սo' @${KCK@J&ShWs(݉#.A -8h D'nSPb-is1-Pw8@؞H*#ٿsE/ ]N:iHçg-(n*y"˷7Q[ڐ~2 A8Ey=|cST/\-R-n-_Z*2#h-WM|BN5(< 3^s/!>oPP`9'@ o` 4W:k3+'q;:@p0m`Y:YX{~nq~f%X܇]v(({bȹ+nTw}17A V^\p $9##WgV !uH=ήZ5#8LW0Xwd25@W~V$śE[7+5;*5cAY/ 5hᖲPHntTcbz*Q6d NtwQ` ўpәvA K`QZ