libtdb-devel-1.4.4-150400.1.9 >  A bvp9|(5wꌾMS/`}?0I=h P: Jdݕ]\%! OϟĿn30KJ m'dqv]4*|D=Q sjyhdgЩO` =Q߄-fX刎^(-H%ڱoڱ@ƲAg .tŐH ;46&jښcc/s'ИOG~1"X'[n1bfcf0e9d97b17aa35265735961669f82a34d9da4e0adf6a5b2e15d7abd3c074eb425ba7107ea690f373f29c34f76fa33e7dac9d_bvp9|*/""pI(4 ~Z)_jڟ~9+40'eX> ]` ?XHdFÕ:ڶUEX [/_;)N Yǻfa'OZ=V1,IHP91ڤ[ŦlQq'[Q6; (BVh$Ͻ$uEce .{cQ' ƈqEϷ& i-Ԡ_2O* WL>p> `? Pd  ax|  !'0@ H P ` $ 8H\pz(89:F#G8HHIXX\Yh\]^bcdef l u v0wxyz    LClibtdb-devel1.4.4150400.1.9Libraries 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.bvsheep67SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxx86_64bv1bvtbvjbvs9e8f04ecfac3fb00ad1e9cfe8605b5336219dcb5f68c956b76b3ffa86a88863e713ecea8da17640bf504da6c33ef98f3e770a32c8a9e1dbe53dbd25da6081eed9f4d0ef6c1cdc289fb1d408b213195d65d93384555ccd0f8d97b20d7c9372809libtdb.so.1.4.4rootrootrootrootrootrootrootroottdb-1.4.4-150400.1.9.src.rpmlibtdb-devellibtdb-devel(x86-64)pkgconfig(tdb)@    /usr/bin/pkg-configlibtdb1pkg-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.43.0.4-14.6.0-14.0-15.2-14.14.3aD@^b;@]\~d\HW@[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@scabrero@suse.denopower@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.4 + Fix a memory leak on error + python: remove all 'from __future__ import print_function' + Fix CID 1471761 String not null terminated + Use hex_byte() in parse_hex() + Use hex_byte() in read_data() + fix studio compiler build + Fix some signed/unsigned comparisons + also use __has_attribute macro to check for attribute support + Fix clang 9 missing-field-initializer warnings + pytdb tests: add test for storev() + pytdb: add python binding for storev() + tdbtorture: Use ARRAY_DEL_ELEMENT() + py3: Remove #define PyInt_FromLong PyLong_FromLong + py3: Remove #define PyInt_AsLong PyLong_AsLong + py3: Remove #define PyInt_Check PyLong_Check + tdb: Align integer types - Drop obsolete patch ignore-tdb1-run-transaction-expand.diff - Fix header file using undefined function visibility macro; Add patch 0001-tdb-Fix-invalid-syntax-in-tdb.h.patch; (bso#14762);- 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.sheep67 16519596971.4.4-150400.1.91.4.4-150400.1.91.4.4tdb.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-SP4:GA/standard/7e99bd581114e1986ff8f7a77db9b0db-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-kḳ1utf-8a1d75cbc5b07b435b260897ff9b90a59bc0c079fbc6d024c7d087939880cdcfc? 7zXZ !t/K:] crv(vX0&q}FGB&16 >:A{ ou(k@~a?nBq4wOH֒c q6wH* ` h BZO-?}kJi h٘HMRs=6z'`,B;ݓC]i+ iyxStZ=Uzٌ\"Atew$ZBn{'5ݱsZiTD V*_H%ξJݲ~sR=a !HfU2{Ol cg`2SՈR8[29cM z42i^%#4,vH/C Q#&@ rf}$G߰M@f8}$V16 sdS:] cGT97NImrDKJ6lEHJ5:U7+ܙnD=_%e+ #yK XT}l$=˃>$wSխ u:fu.#͎Xκvņ}rՀh],B_}3* b*{\F8$k#U2XԶO39IeB~ȩʄ<-=^ӀзxGBpv]pkJHHd02:ww,k< '\jvm#Q[Wq`{wtƇ a*\:Vz0+ԆMg`iNz"4RZCUtj9Sr|!HN/4J2*dBMHI{f 1 ~EͰVƭ)V^L.FApV /2ލy/.AS+BŠ&X9zoKos. yHH8v̗WuEٶ,T蝝d+j:џ.ȭY5[])20GXΘHnk<)b%I0;˿ŮDW ?-0kS4e)܅C-VE#E{P".}嗪EJtՖ%@%erPqﴟR"GYmpi_>hvrΓU 'Ųcttuy P!>Zz꨾A趭Bo~?usg/ P W_uNbFrtН}ѢNNUeK/ OHCwN񟷸:2INe=4pϛk R{ $9սCfc[/SKq0FߐฝY <4qZѺH'xP &Ci:'_D`ḺЯ cft_8o2m]D.-PMИ> 5`qjJe4R=k}HS}Զ^ogű`xL _ (E5K,{}K gT/\1{ۄ'6_(r&V"tlѧR[]_;ux\$5ޫ]ЛK/8dNj9etZwTAhj/>4^*{TYb̓j?@>1sDZ5fJR|oq)@Yyv)*+[xJCzcռl@8)8s3Lأ3s7悇$ Se$Fcy!SuYz#jIO%̅!ikŚUs\ q,:YT0í Oƒ"+x' ?FmgWIߦ-?Ksy䛪/b:o{0tQh`UQ&u3A4Ci}?887ZPh(H/"x]EԾ ;9`@d]~}o0aUєEfk *7-YM}BKRO,' nW2(~VÈjoxw0rlDB[WG'kx:]nt^p32soiG}4oJ0,=ŨP|a6*$փD&"LۋW.RD gG/] Of䉾&+X_LpGYwx̃N &aSsqTȤUf_~لD_PmSMP.I+e`p}ljψiٱ*,y+Բ6:,Y}38CIѵ0+&1{Vd( OEk%^*l\m#~)>:Vn~l}0%|3Jkwb{˟g`J>0*;eT_ n }Es9Q¦¶8!bʮeS.^2 TfJ,JOK@?yY3^rsǐD*؂2UI%sxiȆOd4+U۞|8ν-TMBԠ^ϧs=AMD2ǹM\vPMa?̺ζZag]sRg=Ɖ/R"kϭr+hܦ+UI WJ9kuꕿ`'-6k+?tG)Ciz )T؈l @7/ۡ DE4C^kNC;P8l8ς\CXM`Vk6Ś[͂MK^|>q&Ub9:<";)lya?4hteR߮7x ϺrAtAkW_$7P_(>”܎r0TM66YA4e{{h rW/ÛJii6 fk\`WG{~=BJ+~ :qwکLA(b>W|*mTV >hP5 .P3۔!Hl/F1AJ=CC kN&qV-uP[w5cSp(:3 1YrP~%ؒv;m%i,P}D` dQW&g&ʰN·ЛX%%W`d7 [݆3},6얳]&n1+8c1Gҁ!Htz g9Ac ޘ RN\:7;J- ]D^o 1onz1ғ:Oױĕ%}lR/̥gyDӧL&qPv ڿdDێvHǐH,v덴b¡P 000S <ɼ;Gg|وˏ~NjEEnvtn yM5[SEPU{>:~>Ri}|~q儘grD*zz 2z^:-DCcNֆWoQ`#-0RJ`3;G'0LwYh!gǂm@2dj*+Jי X3Vl~e1Jq53Q"-Fp>n6^ˏbYZ \ٰn}XaB)݃K?nRrqH̭u[C x ČNk 6:tm6'Sۨl݁<q< 0PD_hBg}& Y G%ƭtKu <;#4*Q$%`Nv+mώV4 Z>|GH4`VTb'}a{B}AX_OcctN@E7ygdVsŐ] %LџN*C]_:?at5&BXR1ƢB"!؅b?i'.zxg0_@b-GhrC(iDDR[Z'}XWtp\IM{#+(Ħ۶wUaߝ@K)Ly R $kx#_׻OPl9G9͹\}L,6>z(t#RvX򔋎iPx3gʬj>T" 1P`9(aӧz1`zHu- yy@qOW6UnDK]2(Y11\ơJh&ߤ+aIiN”I:ߦnK3VIB2R u#c6.˒)hWۛѨBR̳xYN 7Qg;si !sOZbZvQ "_€ԺA-Mc}_&lE17ҵc@ g3v&iO JPEpD؀C Kr U=>d;VCAo^.# hPsmB1imwݥLJ-JsDZˠoèծ:.HEarVwxc [®@Eh,y0']ؘF5a{HŪl8F5(x󉳝N7 ֺ0U@uHг}2MVA| tTpڱ αPW2jmumWH\ půUȇ/VnSݫ@ȗf$]5Α@IqԨPfn> t5UlZ~0+m >~ox! /NW[{A|]1_LWWjɲ([>W_a(2.BHM@'Ћ,%ccN 5+ b=q me3gjc`֟l@QE[}>CE1'g&}Y\SWW8yN;P>2wxfREFbfկuS);)t6NhB>1({{1!72.=gDV;*x(|*9n!i7(9!7cl(iRܡ0?'hK d%5971t^m€EksKSpڕ=%_fXR9}$@4 gCdN{Vۀ f+bA8@T.C!^e*{Nu].mi- s7Ož{(cqoL8(kٟ x 'v2~ &VLFڵs]>I2(ogʹ Y ϜN$1IU (b@`P)f軳 9@2x-[Rg)+dhv6`lR);|ٚDM{5uZ9p hc~P[s$$ڛoI%Ņ4)B~[ g%J̾!B,C߈leݯɆHWCZט`p"*RwV_g)']B) M#{ Cgނ UK^Ä cBvȳ01bH<ڨ9(k̩1 0E]ik.mw~QvJkuG l%+_okҶWf$Vw7WS_F6y8 $Kr>޸C m{i,+xg:h -? ){!7U^4ZEn-ْ~r 6fN GC2G%O/bc%̥yf> },Fdp*2tw9 ]Aw1L5޶:e sު)%T ZW7Nybtȕ^=:}ȨȊR%_jz/Q*MMZ\pb j%#dK=UfvqydJ8O˄Kxz)<m۷a6ʈ]h_]lR4d;i6]hwYק ;:X\$| n7"t] ( PʘCHxtȿOlˬX5ծ)y5juv>q 'K)E4hhy;^g^la!"Hz`8cXcMS$`wR"8UK(ھe3 mټ838N<BIhO)S5Іj/LzI/9G㥱G7 LIF2]sY(uax 6aY,Q}Vc?2C'v~5}>6}A=v8%^[KԊz6 pq2MYioZ[a5HBGhAsY>SFg\:G"~=#~UGn3/6\ۆ#kiKaOm/?ts3 goiUJz?Cz3o)6Dؕ %χT/?,9`tʤ3h7EVp:?x\&)-X-Kbw1A5Jk(M|գ5]$(iHN5j=_!]|-R)t%$hJ6\*¨@W؋@K6[UܼzWMG[=ŦJ͈qCt.E Xwt}W ,kDc¥{,diLugt3*]ylf?+j“/y8:]jdn6Dd7tNGWgP\OSx/jOFhq_li?s8]5nÙTZD? -F2ٹ\n]Z,%M],]¨s<4OqRU)fU@(3!5C{:宆#Cvi2r|=5 x ԆoW]@&jluF>(C\T6d.?k 1S7oGueZrR]'*"0߰AIwzB{떅PSI6)S̟Vmw(hH]QDyJ5.hp0҇Oz #| 4loqMӻ.V)5=}+%!H@e--ds#.IZoQfo-AQd]UZ3|l#B2å+{.<֬ DuaJ՜+4H} m.erv&B%7WqI ۉAp qhx'[}cR Fh&8`%l37 ]xh;о7[#.aVFm\y +Ħn]eik*\tkͪEJ}b"Xn$5IuTr*#JJ]bxk.D,Xd ĿxƷW77Vɏ(7wK9]`6;XڠSK&{fnLߒW%D%žwD6%-Ek,6(#+?<}&ط݆P yP7d{96pRh3w`CI-p 9xZJ-] ҧqgMdw-l݆+HWqĘaFQ9"0P$W @951K GE,[ ynT_> k:X}b:OsEMN|/M!u_')U"LC| dؗfA#P.z6 [ݴjN1Q:o61)#LlJ]laLדoBT.ޭ58#ܘ w+&b\_I:i˯ds+ ~9Cc'5(.usTBc04knSYF}a(^cArE9uZ~9G3q1@9gm1Eeg|,ICiȗ PT/muUv,L!Ͼp>1/=QEwVhe7=Ⱥ?䣭1ڨtDmZc)̺w%eYKQQc5ymg@R< Rs03 m*<Ż{|(s޲v ;6VmTU=Z4 {-œҢ7nխA*eJBbihwPR,oA,`Z+^Xὑާ;<JׂM4\%bܷh=qg.7 aǑ{ Q02h^(RCK;S2+_f.a?w1kF[O{92߄Qϸ|(Q WWp Vku gEO|ɋdPmH')*jdMm;HnXӞ(]O^g6hsc457PF##hX(}q3[=7ί22~" 0qPCpMKmJjt=)Nr"5-H [<zP1{c[֞ZQU*ษшI")mOf 'W%-l>Z)E3p 2h`gjOI(¸hqա"鍄vw$PRS2 ?'fS>pT5d},r1-]!ѳo6*yqKt*IwҸ()n@0N7 - Jį/2^O6_s+zpAkI.Rfkp IQ֔ϼ`vs[mBG%/#yv^]Edꐱ 6BVQz㘯֬s A*^G% _oz+#\g(ޘf8ET"*F7"o R .YpO- zyF*>tVmKk!K}\ξvt.m^AwbKF`drȈˆ1ح 5ܾ\Nv"du WK3tC&0ޫ$[Z d5HO~Q#%pdʃ~m-̤ +X4PizF ދ<%[8sJoĹ"E(Xt5tB@SnO"sr-oJ4_+T)<?@ ^ `yx8*Tڕ<ؖ⟁@'vnSI)_Zs9*Q*+ dU;GO!t֏g?wBۼ?,bk#`8N ׆ _Vry<S)lq}m5ĜMauaTh;E}$>8fw\'^<|m])Sy~5SE:-jJ`SS .d1Soѷb:}E 0n+4ʍV]/PV%0ykqrXDE>tKSbUU(*?&= {z _qr)o9Kvhȅ9ޑa2}!,ce7ŮkIX"yE =_NH>RkePLE} w AS]Zghцꌼ iSrTоSpō 'OGQqm2=J:{Z`lhTt>ؼT砓G$S.<~ in %᳼#SXhO XazK1@ "SoOpmAI芚6Kk4\7%k%Ҿ5jS,+1-RKa<,ײXյ_!;EcQPѮ6k?5a#'ծDLq5n.NŸ}ᚰT,}Q͋aYݎBT"c6UW鈋f*j7ܩX b1Ȼu:wh<&5J}d6y߹dO\AR䐠C]O1zW}6N:dgss),ݞ2[G[:Ĩ/lno{x`XU^H*]+\nueE+uw}&ն_w9ɚyix (q?F㋅Zm2 f^EZ-ӦYSn¨\]\pV<~!y~.+~̲XZV {4Ωw1{glmp)D0>YAwa Jtb q 7-HlF=<0mZ馛ڮ9\$SlO19kdU.ɺ塦0݆2 Sy6WUxħ'n$Z))f@Q{G*/e./-NSZYk^tG8*-S1̼cN]B|^Ѷ!U s>k-y#ko kvS>kBh+ٯӋ,&ja \1::8k߼dGD[ N'DAq")\ Ko/ CF,s,Qmi<갂!xs9.6i ./C/ OsX 1-zRPXv>R kDD%sCCAs@y}EzZ\.wʒP /vۻ/'z|nu+[%u 1rP~O}a Ju*yʭYE~l$FƑLTIˆ grP2 Q\&bo=/Z>nѨ:GeЂ cRg!>!j|NٚTf%w$Fr;{" ǎ=X83ݐ2_x'x++(7@}orC'4 r٤TZ0/&Wnž˧ * ,lNiS~ELH2Dy]f[3x:ߗ\ZGewr;XgB5 I0}+ kDYtdaśNo"u_BЈW\ۻYɋ5\>LTuO(g| /1 '`0j`jU*"ϸRknk9H]Eoћ9)|=)e(vYw YZ