libtdb-devel-1.4.3-1.40 >  A `1p9|}]ZC=ZT, ߰/#M.Ca$/5(COjugX]7陊֟ٯY;^;ZWNZCuLb ]Ay%be i~ gW?FjSvZHE*cNż$sw۲ɱC%Z -'м|4=1ܯPqZ|؏o948ػzl0a4ddcb240599ec30432bcc8c25ee2a1c870d5e6a7e2a0b686b66a4692cddb6513ccbf30d65c6cb84d5497a0e4d9ee0128aa3cb9a[X`1p9|Ȥǹ{ym,@'뚴,޼Dğ jnI&yTs8/3aV)t`Os{ԟ#k8mkќ:Q~n>:$u0wCYCB9U]v]"ϘJuP1J 5EsVqG;yU2zbҩ"AMHMId9{mk檹aeB7WYM4M$+thB'̘X]o|JA>p>?d  [tx #,< D L \   4DXln(89:FiG|HIXY\]^b=cd;e@fClEuXvhwxy z(8<BClibtdb-devel1.4.31.40Libraries and Header Files to Develop Programs with tdb1 SupportTDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB, except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. This package contains libraries and header files need for development.`1goat12SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxx86_64ށ]{ `1`1`13f82014917acbe22e47ae4db4bd7f655ccb534e5cda4f2f4c3047302b9d208e8007daa6a0f4e2ba024e65ec534638c12693187f7072fb4b28ee039c08bea1a314d58bbfe2322d54bcd9a38d5a290dfc150f2dbff7e576f1ad658d6e38f0e0856libtdb.so.1.4.3rootrootrootrootrootrootrootroottdb-1.4.3-1.40.src.rpmlibtdb-devellibtdb-devel(x86-64)pkgconfig(tdb)@    /usr/bin/pkg-configlibtdb1pkg-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.33.0.4-14.6.0-14.0-15.2-14.14.1^b;@]\~d\HW@[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@nopower@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comdavid.mulder@suse.comjengelh@inai.descabrero@suse.comscabrero@suse.comscabrero@suse.comddiss@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.com- Update to version 1.4.3 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/tdb/docs/tracing.txt: typo fixes- Update to version 1.4.2 + Build fixes + Improve the performance by inlining the tdb_oob() checks + Do not propogate any errors from tdb_repack() to tdb_transaction_commit(); (bso#13952) + Remove Python 2.x support except to build just the bare C library + 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 tdb if required from that branch- Update to 1.3.18 + Fix build problems with older python versions. + C99 build fixes. + Fix standalone build of tdb.- Update to 1.3.17- Update license to LGPL-3.0- Update to 1.3.16. + Fix build on AIX + Python3 compatibility fixes + Use tdb_wipe_all in "erase" command + Harden allocating the tdb recovery area + Make sure the hash size fits + Harden tdb_check_used_record against overflow + Harden tdb_rec_read + Handle TDB_NEXT_LOCK_ERR in tdb_traverse_internal + Fix build warnings- Remove the conflicts between python3-tdb and python-tdb. These packages don't actually conflict, and need to be installed together in order to build samba with python3.- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Ensure neutrality of descriptions. Drop very old SUSE support. Replace old RPM macros by new constructs. Remove some useless ldconfig calls.- Update to 1.3.15. + Add protection against EINTR. + Truncate the file after expand failure, ENOSPC + Use posix_fallocate() to expand the file + Fix GCC compiler warnings- Update to version 1.3.14. + allow tdb_traverse_read before tdb_transaction[_prepare]_commit() + Improve documentation for tdb_transaction_start() + Add new function tdb_transaction_active()- Update to version 1.3.13. + documentation for the tdbbackup -n option + correctly upgrade F_RDLCK to F_WRLCK locks + tdbtool: Add "storehex" command + fix robust mutex detection in threaded applications (bug #12593) + improve debugging of transaction lock failures- 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.goat12 16138730891.4.3-1.401.4.3-1.401.4.3tdb.hlibtdb.sotdb.pctdb.3.gz/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/man/man3/-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/15ebfcfe5753211798b3ea50222abb5a-tdbcpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filetroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PR^wPj0Lutf-89be795985a7d4efaf1ad2699dfc9f7316bbd2f6a559cb6dec02c67244170c9f1? 7zXZ !t/࣋:x] crv(vX0~a\WNOSpz*Rrۚ A6tRͨb/4EI$<4FO\ R5CAD|OȤ00dƭ>,͡-КX#Ě/d<y߮Ū=ÞYY ǃ|ޟ=6-#Y9~ (< liO*̈w" s|Gangwc]RY>3(de2E />פV:K hϾąt0ß]mU;v5EE&Ư=+m+K:2`5 G{L0.=Juy"~Z$ lgxgg W񵇝;u]-A9D_ Kݠ,&}i!=昕 >`a hϣޟSQ[ ]m4c~>4Ūɇ_{ Fpk%n/lUa@A0 I _ہh` In`(zmA$hs ֏+c!*b۟ONg$i5H.t3f4pƲ_fDD~3o2m@ !@΅_Zca[˄?ݾwb@^&] >eQݙEA5M|)TÕPF_cu ^halVf *Zh a{.wCiqK?eJ 3,4,hd]a*uK"<ͧjr3D] Z٘[@,/‚C8 \Q%. gU2Uɸݥ:%yb?V.4˘@̘@MIG@&hkg)n43l'=~ISO0o񖫻 7?,huxe89V?Rր7lkTN3uҙqdXfTbF VZ*!2_1U]XkV0(W|ԯWG@/'McBx$:Ĺ%WrYŽ՚l@f%KǺk!9LͶXe?:|̂\VM,Md/%ނz>K-n/ їRf)S'ޓf)ZjZ}-Ȓ{jj Z~Qa@83 ڗZ Q4I`e]d&cp~d}\t]\_54mW5RbcM ZWJj =*A/9|m.15CΰkSJϾ 9)JrJyomO[df.T3n:PY5kIgbDm"iI<]XE 2AKQU`QIz ob`, YdV#)38VWnoVKNS`p /IJOGn  1WU-EGE%=Zk~9"J9]a{lf;l `~r+iϡ" DFkf(A Ycζ{*,]f+h/ jppHQUO@E0M*~\ 9=ҵk|L7Ԫ/7ĐZ<*W׻,B-.Ȝh8p`vIP5hDTwP;tJH,}iWe+?),E '{D"Tz RY!452_IL怔ɤG}[O)XA!b++dԠ5Y@{uSFk(7|6!r mH!NedNze)d qf6ʘSiu&C%a0g2鰪 %%Nd-rh8ij*)Nxţ--}mRКQ "|">+ w'u}k=9p2a7W>(t\6ՅazUeSU~?"6'"fRp2b5v}o.7ɏw/jlI˪P/H"exLqJYwFvP΢$co_YE  W!)Co6>C`;*хЧ= x0ez D(fq!0[zEp]ZN DrxX YF2Wt&JVi'bQd=̄5sZ7a\㘋-tEqDx7}&䀺GBzQt6kFPq m‚DPůͬ8VlZp6n//F3Aqm;ɪ@vםOT{vX=`NZk !H+:,Zi6_0v䪄cY'A @JM%szW}ylB9O}- At zЉ==Tz$1: &ٱ<3YKުF%Q GOy![ IKm0e (A2I#MDؾdF5վZJ..vˎFϴe\vI$LQ]j)QZw)ӜӳU{vAhB*2>ɨכX`fGLewD}@àm瑳,> IIT/NSwKA\퉑ɚӰm pTӝG66l${BIƨT(T2U|_i `HjDT2/My :ȡw_T+Wu]Dq.YKI7ۑ4B4C{8ًߖKNmw@bl)|VXrR4:_}nv+4mbd%ȗf&+2~}9ŪSa¢)9e'p!~&[ 6 z?K: y0)e'ԕXbC~K*Өпp (PΧai8Fa>y(:Py+ZG`C[8/6CW՞Q+,'TŖuspV ݔO(oIGbj 3@PRp@ Cn)j Q(hXp`-B ,qJT$8Dxʓ'"p{ĈK}IqCK CI|-|ܥz21j\{4akr#N#S@Wƪ~Ǡ4.:5/}l]n{mm|ǿ2##H62$qļҩQдf;}{]6`~ /^G̮i9-7 i·9^(ˌ׌!}P; hl0wAAA{eBfIJ^wPIGƒA Un0^ [dJ {WҒzl`Xvۛ j|wa*+ןڱW!ID>U6%zEB?F-oj= {/yeJ9ˋ5%6яI8x5.6 E$aSsM j3ԩu7l&l},0G 42zTMq6u²0RKjy_a?pOnG<'jr7ċPOY_spӬqY*w*70咑sii#f%xoj[O/`~o,Z}"f=*.։\ >+_m l#OG?-yY]qhi*aF}(!6ޤl d-h|"=U0mG6ǡ6N?Ds)ɕ}Appp~PtD_ _LRu *]Ot\g;ts 72c86_(&|zwqx|8.MQ%ӪZR `Ți3W"Xwiw;'2|)6W2}#ksMEuЕLu)c*>ih*0ao#OAeK7;`+#~7^.r"M07f{\m%jׂyMMl̲*,/EY{c?)&;3r0:[# 96էA-fS/96BDȭE\,$)-% SQi6@ܛYM*cZ&3ufПw -UXO' SvbCej;ψd+W0["aR1SQ^#M\Sܩ1#' `B@`` RڄyMhJ|&ᩲĿ|DU$8=S(^mC̰2" dbo@41$xWiYwC"S}ԝcՁ2'hr`ݞ״hӭo }E\ w"q_O:$ʇiwN0r,ILϯYK y[TFEnH.W&ra y-xz AC4 ukgOPckXp8>n, Vw05LWj36 ;ezb$}LFI696MQrD^C'->¥\o7$^dB> ΒFWʣP"  dxfHo~' 5]`ԁ]wN^~~b#4Z:6b__Mڸ)]<σ@-ZJ/=u݇Yl1Cشe@R}bCq>p2L:$->U6$Yީ'xk1f> m5F3n@gؕe}4=]o0a?a?DnKĤ4fC$@F5_?dwݎxՐ1%V;ek! ;DK4L+ a12T<O-u/yOoCP+ԄPb!@)OA?O'>8&#.܀$EVPK{ iI;hpum^ɸ0c}[3sRhזT~ qh&=*2v)g$r`/̆kQDԽҿoGuR%cG+B {>C7WTT.Z/q4>Q#d0SqY֏|ìNYIqϳm*Eڵ~g Tv" юM˜lщIF>l?ϩi?yIv}Cx^#ub~% svOt&q8!VCYwE]uYV_q& Fc~=wmإMĶrE gF+~Fsb };21*0]uʋKa:Gn2uȠdDe [%R`CAY\{M7}1ѩ4Bl#ɷl]UDʺKT5腐_]<}{Lz3wk?p|Vcgq/tWis<$$i=g㏭9 ߇ǂh1b{NGYyHJ9w壏֯r=iwic6y̶` w F€~_!\*djsѬody5-5B |QilmKQ#l8=q&1Ss  3 /(6S_/i.9[P0ug4# W $`xe\Fԭ1myVӓ5 S jQ;qQ\Zru c\+퐭|JwYl43UeVzBdxK%87#ݴτge{$ ,6'5!^(&WfR#v볐Z^\ pzw_/$r*^?nv|YeOUt5οEZh IYۚ#xV 3b\_x Iau3ףJٵj祠gxuPxFg3oz+P9YB `+Sw>`2nYq|L/ =1*[\.F:QudX/]R0jp^sG%)SFUR!E )ΤQ?Ku$:<*|} 5 ! {X.n#P7rh}|~NLCGDu!yPf۰ VW>6ޥ?ēKB&q& ʑ4Fe&|{=Nek3?w AA 1PH'*U>Rn{GT^t|g q{p8ȌgR''"& p7Tz!zt|̽Å -5 LKY>w oFǑ[RɢQT/UZCǭh'&afS2jwng3˓:qZe5ʌ{cbMX7ץc6es\^U=PP#~=G:^S sGf-2(ES_! RpU(}IgrJx$_}җ(܍S3b]PjlݫEy@a/|dY)qxU F 057}CCب>ӋUQ;vv8yْU~c y;$ŅSj* )}tJ3 GGSݾHy` <28rF' 0S,?@dBMރS;RJɏpNqgf,ϙzL6o&Iv6Ϟy![3 \eÉ`&?Qg黙c?}A*D ^UiZfPhRvȘa1^NR%oe@LZ&՚QtE1X^&Z_9ؙZ'  'Ey#ܱh+ f:PL( IH*:ėM_ ܞ \btiyďZ-$h5kT1+S]dc3,hqb<,)BByɢ˄? wmM!jgޮf04ќ;:t YI̳ VWs6 C8};.P?xgڗۜhu8)JPVݚj#[nG!ax+3\lSwyVUsz%pnQHNy^+k Y+،;8$*]OIgVFi 4eּKdDوD!ū\$tZt!0gxB+c`DoX*(R PnaF'څ_k׬{ґ A$d&(B@t #œ.KhLÝß;Edn1JxRWH66{~ٹk)qVzue']19K 4@wPabx %`AxsѦÄ+x߀VI,`;rqUryGrF wěX#I^WFB5&c sKpUmO2U3sG]P-:zܖaDix)i/W!sc᧫3}12. #l, 6./'h,=p&D8\:<ڞ uX&:TZ9>yEJiv0ЍC J+LJKlݒCBvt_Xym]?i/sO)sݱ@?qFj0mO/4*J6Ӄ/!Okpc@27B" ~4cҰ8Dԝ$+of`6 ѐT6J&\Tomy!GQ(5@fD؄8Py{nP^)/ـ=+e|Ǭ~J7/j2KTB$C] {y} ;xjRmP,]#PHʶ cDjq>?*9'|1)Mgi>G2mɾT^"x|rȣ4T6p7 !*̠nGACSQ|C_ +'ʰs<ĥ>c{TR Q^4锹~ԇ}wF@uraaE)S\&`rR ޺Z؃Z*-}4&Iܳ!$[*jo0A@ ;TݟɴtuR[)C'#h{J]7ڰ56%, &_4{"bڍL{fR)dȯ}PrqW?C_D\SR [DjEG_u~ SHWnhTMXDp|s|p1@AFQTn3b?KJ'湦+%iqUܟ ]`":);<Ys :bA9Ov) ;m?t8;@=vLKаQ\_@wBգN8(/1 -ObL^K5w@pž}4A2m_g z»ETSsJ]?K3p~ys nV:W?d\h"9K!yI5td`d> jo6 ^ƣ $*z,FUT dە5Aވv\ |edsu5?l woMdN+J$^–xs-I*Ҷ).HM|~qxQl$-hc1Q>&{4/JxI/:R5ܤ"lu0!1RB818{ڵ_pgO gUmC,7Vld4Qt_.*6JBu2Z0?+ͻsQy>J%߿7g1_t(KGE?Ab#cP:0U$WhVLgv|qa&4{@,ĩ@_k5A^(O],fj 6~T>6.ܣf Qמ`3-`;DU(,iwT%Y Uj+;mjĢ6:Ys-" hj +2zӳ(Sv _%-o+_7=ݔs_mE'-s|Z<'o"u$ks@-AI:II&?E y]}n(ޙա&&qъe}3SV‹!P Lk 9 JZ0L n- dרTE9?k*@3Cx/5N!ᯱ5T\د`U: &pup!X0P])^3B #(h,8- 5ۑZE\yh5_RWDRP}sA0s2V@rn;lXW{pCK5bsc{ [ƕ:D F[m%AoSctKY;JvSA&P-[aw(]ѷ~ J41f 6J`we!)EB1"_naÃyAs:B꿇v+f .YPUׄ*I;@$-jPrwZP FoX&d4U@&dz l y 5uj#>v;,}(K/I +{cffԷUXTW\Œz&qMHz6g=Ng)-ׇ:=5J$U6/Z._yPET:ղD)R pWxT}zLYHc1G