libtdb-devel-1.4.3-1.40 >  A `1p9|z L* Vdg 2" b/xT|7M(s땆Qv kj10԰8^kC+˅*?6~c&oIj~cu|S՜73 X |_e!TOv;vú@x?s5j.2 Ϻ6hvK1A*"Xp.M;/ uVyH>No!Zp>?d  [tx  !'0@ H P ` $ 8H\pr(89:FmGHIXY\]^bEcdCeHfKlMu`vpwxy(z0@DJClibtdb-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.`1s390zp34SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxs390xށ]{ `1`1o`13f82014917acbe22e47ae4db4bd7f655ccb534e5cda4f2f4c3047302b9d208e8007daa6a0f4e2ba024e65ec534638c12693187f7072fb4b28ee039c08bea1a314d58bbfe2322d54bcd9a38d5a290dfc150f2dbff7e576f1ad658d6e38f0e0856libtdb.so.1.4.3rootrootrootrootrootrootrootroottdb-1.4.3-1.40.src.rpmlibtdb-devellibtdb-devel(s390-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.s390zp34 16138735641.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-tdbcpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filetroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PRHSF1 S Ov*utf-8bd5b9540134226516933db9bf7e601f893d3d97d5be08ac0c39033f0e7e89c9e? 7zXZ !t/࣋:{] 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؈Hm13oh-[$ku u“Cc(U4O"~F+hL+ kۊ$ T[i30U9 .+ PD0}),y!y>R]*LXpەm-r6 .P:_'[Zߐ Lc3 hͤë-DLk ,Jd-%!wO=+o2rLiĽ/\@1+6^'f'K |;ylD}az/7MfdC n`: c\е Hbo9 iw{%غQ؞ze Gc'R j.[`*mdwQVZ@! [rZ݁ؿG˳CAi0gs;oTFeT"5ư=y%;7Y)~ǜ,8"! FaKUAEVfkWVVZ{dimC^ncP36ӈM`ӒH7+isXF)@8ݢ88Qew\sVLt-éZ9y5Ȅ# "&uGi?*o1A5Y~T"XHg<1iW,/ҷw>&ed={gۏn!Co-4E ,Y>Wynzx{慈 կ6F%=d\%50PY B-9I49X=6l\XN%_s#v,!RObk2a[#uӝwXϼe}z@U]!GO̻E7/E)me*_iԖia|2Mlnjw5oN+ռ; Z64PǑgO}@Gq\]tkxLGAI(@-[E.aTَ2 ԞkURԠjQq!)h5qƞT!]L{xbk9-rΌ^9]Y7[CP׷t}i$ɒ FOk;G,I܈/qNEcޞ6slau]|ISoWb{Pew!+)[YGdn~iԲ>'ZFM"j,tjnCb*Ϳk8ul IP@h%~ug);mʂX˴|n"e ]Z$0453R? I7NՎ!"Φ|EVM/CGKzNwYE쇔5FT(Xe Βt685da.(UUcPv@sLi4E ]aaf$w7sJ"uJprGTd#W:c ضدC1^<\b8 BIsS5Җ݅87n-~A;Y/;fW4yN}bCjƛQ#t*j{I)/Zn?R%W7Zif(01Uk0شT///lS\|FڝM E~2絤 :7p l/lmy^,yH1LZf|x87t0fB4$$I%Vj{Vbʨ?D.м{a[7l bdW3g3V6q 6/1{gcj|CfvNXbeNy2T>}qCar)7RW@}{q|M(H Dc?n;fHVbhrd. =HUY|7[H@30?+ T]Tv?%ڭ=p` ~ΑoU@r|;32eb ޤ\`9h٩ynHx2gscX旰4(3O@~^buW[#"SFs J|Csa1n'HD(&/)Hwohqx:f@ `=wX0geYsӽ17Ӓ6L " -ſ4 oCK [#n 8KRJ{}QA7K[w3d0 ]Pc!8J ~ ,V4b[CHapzZRi7̣-e*6OvLn2aGĠ+@4'# x3q'"pxFB;,9<8>)-aA__o,ߐC0k܉ң~!5I5LKnq.C}Q5U|컙ÒOc6 귭EƗ6Zpu`U;!C }gph<*HlWocxIU}K|/a|?||;$ ,+eg9fYɂ3|C9x8'yv]uqE/!N]i:̀8> VNc&F/fgMHՌ5#?mnH0r% Un\00R.طԘ<~VwDݥp6֩ ƵՁl2O,υO+Ujmq"^ m xn y\ !toCdf\WQ*eL.@ίD:DlKQ)=௧sU,[0] F5; d"".HRK%Gz&luS"#sSs;$.^M5Rݻ!~x9/+;A H9ZΚ q7p`u[p$xs/8 ӹ+cSiFejv~zY )!`&&> nW4W@'G1]:UN9C: =QS&# o]ޚݥ P. NZH J';,! +xi#e㜏(er[yICRJe'f=)rT ~DeMq?1HZK_7Kb#\;r6\Ɵ.'yU8BaΪl[4ETVI 9y#y")7UZ\5k X\>w)z᪊bHf7 zx\1|Qfosꕺɤ2r]3bC#'dCN1d=q~Uyv0HaT˂D1ZLE[ gEVvOcL0y&t7@: zG7 w8,/js1kTF2e~[Р)mcif+wzywY/V6z(2Eupc4`1֬ Q,Z>b)Jr{M, X8dC+>^/]0i+Ze sN+?+ܿ8xpK 5H ˣTBO%N!)jvGypCr>ʞtPˣ9^zpfO[ܱQMaZ_ܢ:/Z9A][]z=4?0a8? t }FqMՐn;%'󲈄c^TsKnv?Hsj! 7+Кd"-+vKyc_UCYd=]8OӅX]@꒶\b1 gxY,WYhm {7Hz0T<~-Pļ!MdPc KuI H9FXwJs0vuF+TrXC‡+h9xA?q88l(;x ݞ쪂K ܳyɽD8;]MyBLvlK qӼb#Ej}d-kŘ/7ֳ_NvY4XHx,B qZ&NP;SxY8BÃb\Q<` kexC}'-7Z T'%:s^V4D{4'Xo|հJC ܮp1CwLɗBhq3~;''RҀPu+qgtӈMȂ}Hu1ُsX[h?K-vWI2Fw { QL, ~/HO=:ٽ 33m>IPA\ؑsEWN_;C{?=$aq hES}s%c"Mve$F8|I|pޖP !3ׯ[!9slO{N;"]IkR&cg'ZgZ3z6HU wPT]nt^zt㼚O\ -"-RTeqHt|fSo#%]hDMآ]w'@@v~I>A]ȵ۶M=`'Fd.Aȑ/dn~9Tb$ԜsMXr[~'g!bTE+gEH)CcQGFr9nK@D6yO \cO_o!os%,XB-8h,'a o]?<$J5"y