libtdb-devel-1.4.4-150300.3.3.2 >  A a?p9|_sߊikXR"'ح!'l_;2Aho@!rM9`ҒpP'8SGea0skf5riH>(j;mZCFtr(Jy>bJΗhKJOW6PApM@ ?Hԯ"DSavvqvG@Rϔgt'04Z4Ǫ"Ӝϲx0${>6^43367de04a64233cdb0022372ab1d56f146f44f34b3a35c16e35aaabc790116d72def9a08cdd68fba4aee295bc2209bb85ead0c5_a?p9|S/A PqC@p;4jKna< ϐ@Ӛ-ʍ3J)@b^wS|1?IͿ;wP^,縋Zo=TJ{:SnHn-n)WB gAE?;UV qg\V6WlmOM:x6d:bˡT3e-MNK쐵LU-Su)Pev a~6aL>p> ? d " c| )/8H P X h , @Pdx(89:F=GTHdItXxY\]^b%cdLeQfTlVuhvxw x y 0z 8 H L R Clibtdb-devel1.4.4150300.3.3.2Libraries 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.as390zl34SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxs390xaaaa9e8f04ecfac3fb00ad1e9cfe8605b5336219dcb5f68c956b76b3ffa86a88863e713ecea8da17640bf504da6c33ef98f3e770a32c8a9e1dbe53dbd25da6081eed9f4d0ef6c1cdc289fb1d408b213195d65d93384555ccd0f8d97b20d7c9372809libtdb.so.1.4.4rootrootrootrootrootrootrootroottdb-1.4.4-150300.3.3.2.src.rpmlibtdb-devellibtdb-devel(s390-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; (jsc#SLE-23329); + 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.s390zl34 16432959841.4.4-150300.3.3.21.4.4-150300.3.3.21.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:Maintenance:22444/SUSE_SLE-15-SP3_Update/ee3fbed176758965475a135619d4ae03-tdb.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filetroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PR߫6I*z)utf-8ef2b8dc5cd8ae8c17bcb8c23000abb9d83c5843fa75eb3e4de2d2dacebe4b1a0? 7zXZ !t/K;] crv(vX0'j?6襛+<]sjhɥUJckyM<䩭lW4DlaBr^0],/Y~J2t2Jo?sW0B>Xv:?lCd׊< Y_Ylsz6%Q$2˟$}xBQ D@ϟSO5):3c7Sh݅(ȩK'.^* YչAw+zרTi F0Cn%k߃o?:fOY0bf݈#t!qZLPW\oX8i?SǍ҄T] #V  eCH?m>|ʄ9.wS_灳[xbazGr> V^\7 ;+.Kr"xo{}#Yѻ!^kfzB%B́-TaU ̈u{I'$'.BRp0;x"nʛX{i} #'°GD()H}Pi&Zg۳h#_{G1%3<H@xxu*~>U n-`es, 2 Ot0N$6o5d9")6ں6{w1&e S'˪vKr:};02},*LվUw)sRĶff1Ꮧ|Dh} (WՀ<$X^+TLh8 y i d!dј kx9R2mY3H.7n9讠L#9ŠIQ״"ۺ=JЉ@5;xГ*of,2a_a#-v}po W7ka1N=tҬDn(5OaA1)OIvn4~XU=T0K,UŮz3/%9,=*N7N~]SNn'9( W@]r)9a;4>R}Ho=8 KYzRSZLpa F7af{I0!tCT!ڜD^J@2XKUs6?Oщ**93CkX6=E{OKl[AyȖl^fВza &3$`4"k@uKIpř50m҇1,-ffZ%z|Ϡk@z}80W @J[Vv6fڜJvcU*?q*,x6I^dOkmF&ўΊ1f^x5R@irSHi6<Fw&{ǯK?w[򂉟pP3p΄Ď@\tΏIeֻ.M07'0(?$ջ 禵hJg+3 k-<H.ݴ`afdUfPU#nka`dWE&Z#HNwnwz=.$oj]DPk+Gu4cBh_V4etY؂RϽ%b=TR2B~sYƄiʀ[:_\JEf9 =%)~BO'Gx VrGfa TT?3cJ֜sb:=l$NL n "˕m`Ys( աѢĜEۓ1oؗS;w*͠^3\BV4qcRg«\;U}.-]XG{Bu$jNR0}v*(:96 !,*#jby$fj"|w3|=8 Fy½}4yyՕ}}|={!܎o0i&Cй~VHAoy2J~(Su6w{=# %C.*Z^?klgˣM߾sB-R<@dzn{rЂډcFuKZ݋dE#LC.OR ] dnrRkӲ,p-@\@O]PUXٴsl8nfĝ {W2Z7wIXΉ<09a+6-bIS|ix̎%E&eA-+E a:(҂㯘m_q |+\Y$E|`3xkyn&zP)P h݊%R9* g0pGp/R`-#YA} \Իi.sN0}lsnA=^x9:#-3C:d@ѯ{S(.[fsG_ $6]Abkߦ Qnl5x\BkkZMm; RG0lŸEfSp"зX'))w㱫K *uɿt#w};ɳ`?>O{a<m=u\kа宖*қwRj$akdy7ŋ93%5{5h&1ЖOo?/}G _T请T^r{_^cxKQ|xdBIۅaWOW5 sT<~A#)5XBd,:&]MO@JQM;?D3.iQEci{c@,Vܓ֨^B ^P֍KYS,WMJ zsܱc1(FAvD-l^I obǚʙQ* w@RƋ.l6vJ`/HɌV, 5n$ X3~DH˥S“)Girfչ(c4N£d)Ӑn\HMs  @׃fƝu?WH srcLXZ[$q.>N ]0&w_QF-ǏRt\ZY#/_=ppfy[cK|o۽\Fw Z0؜([ Ww73RF[)8??ƾ<*)$V6-@"\A֞*RO쨟ax7eI)WQ&R&'MbgwrsLGfT fonȔcG+>hKMۉ⊸e!r2^|~EՑFag*0`OX}U2T/Џqeu4nla@Ѹ6Ӄ1ڈU.oug |r blD6Z==Bbqvy>vhɒd܁aShEݏk=F#S<\}Epbv?&a SlLXr%&:;BZ?Ԋu,yM\YZd-!xg#z \;;8b`g0;l:?tDQMh<^u /<+f,9foz/Zv!rR%s WU: |9G)P%P~Z]SV[ R;~ʽf6F2dU%.F} ݣs3?5QezUAe[/GiLM(\AWI|$)aV'KP(1u|5)?(>7.tK0xzbGB7A AvHܚ9´r&5dGHc<%(%MiBGRw<赌3?x)F3 98OmY~@ɥ(/$3+,+QE8 󸀊9hD (^&~5Џ8FVBM~V$THzh{Cֈ,&&i3d;SH=> Fϔ9T0=K gu&!w9lz*Ld`ʡ3#nٚP#7/)5?WQne\DUyEfj܎iK9[ᐬdp|̢YW> q.Ʈma#ξo`i>Q zi3d0K),'KB#,Ea뿮Cm0ߎ)4$4@CZ-Ģ=ZV\y .Ûx ]xf.I G<߇qt?t .1W% !|v_G䭠[R`3%RRInSNg[iM]EY 3yK@ tCL*ܞT < V>VȃԷv=GTCK[P+TjX"ƵLSH3Xxͭ,b5֟]霵3݁rkYҰ,]28Y*ZeД2 _R@Myìy jǢ'$TFF5I ++%3 `mKfT\RSj*|c[{?癴*I~Gf2^7.f8̬ώ szB2K(I sUY|k9FE[^S`74Z=!yPJs8$򳎿Rr.KgB>gU@r} !M!/Y`t^U\U-2cEpOEULsԚl^\Lƒ5Oar^b&T&*|eӘ[ȡ"Gv@E{"KYE!C]ϙ;L[k,.*: X?*YuORT|AByۑWp=C;Zuzٟr 0x:[n/Jm?`i}EऊfSk)FaG 78zbEFƫBG8U( ِAn|)~ +ѩ2&/ZVh2NކY;a#WAG=m\ӛh<芇+md{z{ l㍗ -^)/cO`( d(v^<'#")"UnM27 'nq8pD@!..izlBa=4 ~Yd٦~stV쓔90idIs:vqu1~|4d&U0?EÓ`PJ}r~aȱu EvQ'@Ș5 ۂ ^SG‚(f޴tep86v=^Ji45 Mj{ȘI{)'&.W^r1БETPs)kJV",R]$pgX[h>2[H[U-hc+83՗lO}h$+aRQZ;,X,%T5Β}|1FdDKnђS/lle-z8av-REV9,7]il| efC$^5Lg{h>@Z?AZjT ۧSp9˶XJx׾"VL1o䛓-}ծZg=x' Qk|줓ZdY-a-*N[E-ch$ؤO\R@H- I1wZAKqߨ.X2沣Y1m!9*zUN7V+{հ3bH1a{Rg?kg4r~ Io 6yǢ^4:J:|F/Md`zhK=!@䮸w]L.]VcE~Œ5ޠd & 7oDx oy5B& @Hj!wvHړ`Tx[<7%rǿw!vkde.O˒9ȸ|8G @X<(p#WDvLlkHD~PNҘN, 6+O1P;=e0jdfk&l`VapMx>G+^X[^4T1d i5^Y'a"ҌFHvv)ӵ,y=WF[3vpQ{=]AP*7_2>sV_ܹVy ;jc~K)k9hXh. ۳AARsGؾyaҦLF^<_dPCKl^(-ZTH'yf>"62 Z7j[JkG|*yMӡCYݛrm`ڛ>0X  "8G胺{ _~;9\߆=ZQdN;,'$J/b/O7ClM4= SC*q}k#cX(5_*l~5F]ٚDBY aI)<2Qa.'V G׳#3a_jy2znh{(R"4?w bل"g?0hlHFqb~&a~?>{"Eę\e{CIQl#UsW 1u)#?7_/! :y84<sTέGhS@T5i cX]%)}J1J6`X;&ܮ 咅=,2U˶cs[yɢ|H;C%F$ڍlnu~#fdqV8$Tr0X#tmCҏYESιj=S ]H H7@0VJw>g2'Њlja)h_)&GگiJ>MG}A'LWݽ Yb]!(0Q[#vs:a`/֨rv[jaw;H H)uVJXh 6T:3̚TzH"$vM+2JG[oF-ߍ aqG~h딣QՑR+aD61Hu_=" {(eDV;Nj2cXѥ:aՏJHN~FbI S-\.UUq R<<8t}~3u41DJݭK!}gxW|AX? vKL\#l yqNSqӑ} }?C0-xs* lS3,|#x}{'Zb$`:w#&TjxLooU4N)<\e!=~tLvx0,g廢1롌HX7Җz>f F&7d @n _|ڼqAJZxVn0,1AWbYхrp,p\E8A9{J[+d>xt[No6Hϣuͼъ'p OXLII?yQkMm-#/NzE5̛O5to<5żZ=d !iLMĥ}FAq?1ΐi5̊^[c\8d[]K)n!zܚN ]LێXXNeoPJQ[]9=m;x輝jW@k0+ZB¹i uH g? hxh Zvc9s |ұx//pϠɞwoy[X~ߘ5]iC 'մ@tzQ3!wGC:3ѻ9榈fITQccfG4y* Xj}A0a]$]1RFʊz&í)P  t̮[5CvrXVke%'oRN/Tg"U"cbɰl%U,^fo`1rGbh-VsEYDİ H@[̅Y' Q)NǙUDUk-? T5yܗ/ge˸;hgW:)R=J1g{$2zeEEo#stk-tѨ hhʜl;T.jӛ)at/>;)02'Ú_QʬW3aF4b' s ,Z)7D{a4 ooK/|eP9gojv 4@H ,"NXNk |d!g LEIunޛ TFZQQ=Uh_fz@ck}k[@5vcYM,{$f$Y;)$kÚOr>rpGL-o^ I^{*Ljp7N\qWdKy"'!!e-/÷p؇d>{VWcL9ʡʐ#_Si'9vgk}c{K8:M4,D6@U N?f qr{1GLFy?*j Eq+n)V4⌝⳵Q֕-F=ж;>g/ܼM!o`,: Y|:vsq`dq+{IiO;et%^L~ *N?YHĽ҅(vhO޻ir(v>K% pj8ԕQrku*&\dZåER8yԎ%uatgKtN`iD|CcC|qfUJ|йv2;).Jܞc*㽉w_1*'"qu4|WrE;9\1mW%&mG񤊼(]<_-܋c8I%=o/Zqt$ _E܎5O0Vi8)ArObȷf/.,&lŬBkvǥ>Lg<9TscZ-˔d=2{}m{!!df\qĪVj଻>\C $9PVe r@C@?/|?ԌKL_Yԭ`bښ*7 L T9~Uo^!G7 09@WZ%Nb hr3at3FB~'e4;v]s/0qUlBG/ 1pR@h쩱3GKCKL G5A4m0l1U^}d 'Nj __ J$gbU<ʤO>VjE?΂ʛ,O̰VVgk{6q("`f#TΒehI54*f wIv^Tz EoaLsIUכ Q('.ppsbdX*A*=>!0C2n;M@ Vb&Ѭ VOq O}ӎ2O+ 0; 2/udکR5yh[6הL.J*vs?T sv?acH0&MY/ Šxf5Bx w5⡽A.3!X޸!RG]GAJkRגqg+@ScKpethU^OȠbS*є YDѕ 4QkD'H$Lauf_(lQÐ }^Ь,q.ڔ5ð9̆Vb uYꇮΊU45ȉ=ȀpHӵ <*9W̄ai^BE|4OA0JőF)1@esgݚ8[ 9mCi/Ȋ215M]1)Zx'ۀP(^2ӉzoJ;. ]t9nMBW&JsіbeE(iaB.'os83XYD-KP0 L{-a=>[&[#:_=8vJC!܋,YU嚽9:wQj+^KWO}Y'[.MdFЅCU+C 3ZI"luaqD'xf<2tmp!;^*۱3o,t́ujؤm~E4M"w⡷c*`xʀˢMv (d5 5 0`cڐ;sUjf- 8`A$8e&Īݤ\5 9Ӆ#}ji+uF{gceܾ6>"`~O.P|3J{ͷP!(,A>[dfj) hSK#T| 1 ّڃ