libtdb-devel-1.4.4-150300.3.3.2 >  A aIp9|]Fs&Uܺ>Zh;i˼{Ur8%0@<# *e63\)՘0RԾU`mm?y;ꏃlu{:Yy#B5*@hNXx7n#4 0kyPoZr'>i5cg$ B'P!o[}@~ aC*iX(F&ps"C%-=Õƀ[aGmɶZ9c3f1a3c9f2b48cc3e35b93cd1068d24b19ac6d93633985a17718393669c89da8d0be53817ed72af440668d5357523e32eeeed39_aIp9| ;?I?mTSpS㮔h>XBKw2uwXOB;TUVl(<$ @2ROkˈQy3w2aL =_" >od_'55B_WB73-~)_sk3=_!َ.<֩CQɨ-^-i׸}Оd~J'ӁQR"یTGixI:h1f/+Gw;vӁ<"΃CL>p> ? d " c| %+4D L T d ( <L`t~(89:F9GLH\IlXpY|\]^bcdDeIfLlNu`vpw x y (z 0 @ D J 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.a$sheep11SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxx86_64aaaa9e8f04ecfac3fb00ad1e9cfe8605b5336219dcb5f68c956b76b3ffa86a88863e713ecea8da17640bf504da6c33ef98f3e770a32c8a9e1dbe53dbd25da6081eed9f4d0ef6c1cdc289fb1d408b213195d65d93384555ccd0f8d97b20d7c9372809libtdb.so.1.4.4rootrootrootrootrootrootrootroottdb-1.4.4-150300.3.3.2.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; (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.sheep11 16432957801.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_Updatecpioxz5x86_64-suse-linuxC source, ASCII textpkgconfig filetroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PR^sb^_| ƊZutf-8ec663553cb712ddaa601f137e7d6dd74e8e419b052d284c050a15b4acb4f2455? 7zXZ !t/K:] crv(vX0iL"?W(7+V|c.E [OT=rXǢ{(LHaN>MBXF^il*TUp >>9ƛ؜IVbj/pǷj^$ԫ= S]N~:4v+EI>1UJwk3 5µɠ NyH[2g|uݱ^["GRI%pHY C _ҙs֘vW )`A5z|<- u۬!-;zRZB܁_J~WXV3Fmy~0хljH,DL8tA^bp OEŤVD!:țSIqϽ%urm-ttcJw"*@WhbD;D.LE H%BM|/f\jsj<+h)Vpڨ`+bUo=> 4"HiX쐆\ \ޤPGv98c?E!}C~K:t|SINJV>Y&wWuhTQqڭ\aiz}/DfDuN nh>qVh A2=U{O qt N4jg_hB lAN%.".5\LcAe8n,%K7Ɔy+r]$p{Ax+mb.։=Ω_0q] /a)|'Fgޙ~N3X|ZulIbk8Z\>P,֡Ahx$&ja 胨dd y;SG)ˍ.\iLOY/ z;X)&1# yhݛi/ y: Ycz)Uʉɵ8]FNegCe%LqG@F$+cό%O+b{*|tOU8g\4q:?l ?E輪oiZkzpzxzgk5[JU46 BWCUeY;nm-y\caħn6q|wё T)og_M5碠6W7[xߵӏkK@\Iҗ9~ǞUuy\)jLh&GL&_;U#gkg${pb{]>6M/ޟӒlj=C9ߨ` 5՛eU/b%VWӒLaU3 FRHY;_&J[rK<RGm98wߕjpycQRx1cg`^^[ӲV 7 l05)SLEc./[xZO՗ ncҢ.0vt,i$nTKG-R' J/զܘb4|{+:45!tpy­gL>}}wV-x* eP*&.ISk$6oE+0eDQ@kvg^z=•^ K IdFY<)+kվ싞knH:V6ĝ_~ `G aT՗r6x7Nn;{#' 71^:9Den ipcc<JH388Nm7Um1o VׯLg 9AO `X85,&Qڧ'i>By$rJ! e&J lKsV,Iu)Nx˃ o ('Wl}MH/Z ^fJ{L?$uӢ-5Nr28?'F0;n~ׅxqXN~̑pbfJD [9C\zCa{פ>-9"(X0Qˌu⧣P5U(M7?K/xp/K JB7,$w;D*uJ=85TfJk=7o:ˋwh_A74 ] O;[dD댧uv䰻ݥNz3YbeKLF꛽,_:AXfYG@`o`wV7͡9 529{²&>s&Z½괇Q4.@GŒ\5p*1 +`F}Juڱn;1 *b_Ipn4fLCHwcBb?j0#I#ViZDyt RVk|wPXpZw6 U%vҐߪݻI"ke1yĭp[}m[UӢa%k%:Enm` 2O$3 1Io"#{>6F\7OqDŽ珅5``&K^h)¨xuFBa^[V^9), K@o'X4 3kG 5\Y_mL;`XlwyaK2 DR C6bl:s_ .\([bB^?.|XӚXu|DMgj>z|p6Ke $ęW6ԧvWSivma\p :˩XnU6g9=9ڃ02ߟ) M!uHh}L 9d} 2i'-!9}ڥ"y)|"jy #{ &ߛXܓj1T?XC RGɋM~phiף|w8uKG =ĹҬJ.bt:?,!74]![diunх!$L<`FѢgg~V^}&$+"D~[x$Ժw8UsCgN`hf%{$St%O&"Li +?T<J]*t(}S.&ۑͯ/3+ }7 ԩn/ft)N# 5dԌ!Y0*JOnJ!T-w$(eɺSkOH4E,1;8p##8xŪṪ%ψ8B@zcMVS̏T7YqW8Txe=~t (vnX+̫ne̥~%pMDbny C%Js,#S| / kز/-Q1 *wj9~~Wi!=nh0WzL/_՞h4@*Sll/ej\m8T+Pt"J8F! =eœ]"4`C% OEڂHWUEa_ )ֲ7Ƣ03דL.53&c? ~"(u G?i N[z >fvt!(~ZG,7sd8)01k@9"<~{[ ToI:)-DI2牨>a24di2RAN*Ih-(NP2a{2 R1ݪCRTNT|F4>H80ԢAv/~,)g2DF̍_Unf5@rH8qoBF!8H*1HM5{`}]TCVӣ tG w!CŌ0+?c`"j8۷R e*R7 J#d&;PP?JP~Ž<%{z̓x"F'XNOZN,EEz }rl0E G5SMf=$8ԇH&.k7vNM>ޒ|[ eiD%h:-K400ørde, CҒ=3#\5*H뛄ͱ9D4# @3!LڣZ X=[PX[tkPjmD3*{%Ui+ָ 毮o89#|Nm`? 2wk'xR>6̽؎/*$]ݰP@| `0 s;HkGuo$`o9K^ձV5R8ٚZpҹsYh IG%^I#%ŹoC찡0)呾;ٸ(b]Ib $۽7ۄ|d(ZO5/FgmR: #d"8 \5Rh8i 4ilM(>c]MuL< ; +UmYȮub=I}R-R<>գjJA. ģC`ѵ3C=g2a/h\ ڗ }lS2wP膏B:WUcR+g;w_{o9V;*3"ث]NaS9t7bPŘ+58UPVmh>dq]v'dD1d\ `nSQ`i&+&͛:1޴ly8RcLҊb&i1b K_/)KbYS`d;+uG^nmC^vyXpKYR!)k*h@CnBʣAkYUu>11ƌ${M~y(qbJ'H;#˨qnO3Q䆂SڢSb(wSIP$ | Fu!,A0LG8/jkaџiq{832=Ui[Q*(gaD(GU!`Ĩ֢CV@׷ c "? F궅K^~ !x[Ѻ  LIqvgo<iW!H9 ޖe,}|~4} w{W*  ͡[Ywd(k.+'eǍ$ 9U +?I2&uƸy0Åʰ^S"i)fzW̘!5lS66),mc.b\V*Y{э ),SS纛2a6)hx,hioI51mWJI$"&Yӗ;Gt²苳,ƙ󔴌&2K2啱8,[vC>¨GtX[ۈe倫Pt\.?ϝ bakzZF}[;?Q8AkE< JwgTLڵemB,x{RZUkTJ9nn 8v= H6?RHՀYs1|zQ(eGd-h*┝c%}hbcZd_w`қ49ᕧ^ w'TСbQ~k'mpi`Mxcr{&z| vP~4_)aD^It~Nk$mJ4Jw^a;.7 ]W[F85|$1b0;sCjW~NOUa4)63ow }K[ٽi _&,g8֚b<4=J抰A-D@(}-sNC≊r)A 0ԋH!sE}`2)~:U! D{{M ۘR^=D3(P \>s7Q.,Ϯk^dL+)o7bpSG.%_s[!ft~=v*Hw'\%$6])ˤ#-.}ƾ\ Ρd"AM+P.zNoAWÿ:b*H?emJo "i1˞"`jhl,&E٘AU Yd9]y-8C$Go|؍TkV3A;(1؇ oN Sj25!@#`-֦4ld#A5Q6-bM3l=mE%7p-lbeo :o"ԌV7?U1`1J%+QewPí@fUKqiF]B9ibn_It*h N˱UX)rss䆭ڳӇ #>)-rŜĴOrT,8YwV 4N&hMـaǷo\vk;`)AvjaOtDFLOs)s&]y}W0Mdu V綎8N%=|qZ7srD'96$dVu}S:u:Чh(Ϲ"ۖCگt:}>h] ;k '*Gޢۉҭ@y;)_9cL0. j5YR*l T`;bAoZdRs&_n 笇'[@.G:[= d.{ҁ_g5 P<4ps5ss>dnĒt~`b~_鞽@D=k;kl[ψYю?(\B)ΞU)1N:yfk^&-{nJlk<'4"X184v=~p}HT"G #\g`%K]'b7>˰]Pb+Wш"N+\CBVDB8DW:Xbɋ/ 1Iji{"Gíp+1zI.?[Ē+mͿ?fv.hGDWVd&&<'fM] bSt̢+~2eYa$e0ܯRhEatR S~~+ $Sol"n(|$߮cFpL+'(_6nBMajdU&d4HZo+n;f0r4ul0ܣ%k'+нI!U굀ɪ+vP.H/F}\qǞ{!hj4#D>Zgjl.Ra@k٘{*9d$qdDhdǘĵo,8+zY~JxӑdtԵN>u>8B?ǚ~˾Zh k/P! nJU{}=\u%\~XR`Qj\ȭt u[7>#黎CV3X}_G"W?w$:ouIĪB}M?Dk~E;8Vk ;Zdgm\VN!tsik;F񁀁ZbU  a!Dy{%0 2ot('%*FzML^_끛k3WjXEkl7}߲=pi>A'ʷRpS3 XShJvMIQ0 Ro#79|3m |T^'u)I"EB=b:mBųJˆվF>TF! N)b6)2@;̆U9b@nleK[G.CyczNKPM5bo-ǣww9&:BW>< 1k쟛|[G}{A۰'Yj*ى$Kafyy<^y3TY'oSOM ˔SsYt2bL|:men.b.,_5 5Lk#;h%, A{4TTa=CZ]w÷k[t9XoJ0Q[D%ǻf"͒!x钯:O* bIs, }‰Xg/a?OK@A@qn:{< (Gs].5Z{& 813/ nvgV,*̼}*Ʊ&2y.9AqCʇArYw?p`c wnU|,ZD_`rU.`p |'.@}D#cńC55-h+J=Hّ9x [}aӝk'1LvkN yF +} m'a -CSA'1;&D vBh&OqwR!D/"Uf1Ʃ)Pt,Xhm/8pS3X6N xIZ[ҶvHD/B'į$a#˸~me>үBB*zT/C>A ;]sCdlJ7dDoEzrcnl|l!Nx,V7lFgy\m 7}{dI/qC˲PB|DA(ZiU*,P_@oD~sr,cA2Qn]W^nq C5,I2SL~"ΧtC|y|L9Nhr?F[~vG:E^~Cd 2ވuwϯvkOZ&H;$)SB7 jSȮ`Q*QEUIRKڷ>a1h~@!bW,y5`.v'*g)JfAX_;b2.,:T2fHjiSXou .{UйB!{v̉בWPJ e<-fRM!+ub*gZ -"pъFC_bb/nByV'6جuOeR yN|pMP7qF‡N7 2h{8Noc?ѻ)W- C)٠ofB 9]6_S}< SriߎLmMl;b+]!g҇CT`lP/eVDr} #Fw%?f; GIf!v8q=ʱܿ "d4c! 6^_'p9%DMTȧ݋еCؐs-2~9E^ &? οM$xhȔmt971IqTۼgF487*Pv0aie_jRZ嶈<֖,r|p F-1ǹv̤~N!/'ioY@*晀t;Rb |[P5 冮}H!"Wgyfrԋ\5:U,Gv<*%#׹s2_knЧݨ9 c r5NP8Ոt 6ߗps0!r8~zԥ\wBзϲ;.1_DЩ^σ4jNaGՃAYűi˼r`$$ϤZ"bՍ"RݹpDŽtX̩1lrbuĦ7Jc9A۽?96VQ[yւ`/&k##K"]"Up/n`Ri °/E&ynrQǶРE!':pwDE!?~Ϸ{DQٶj5y kmΪ%8%aҨ5J1.4ޜ|2zḵ`AZE| o0jهB=rZIۥZ}:T#uƅ1]ش0:>WC=5f1;~:B"4홱)9яnbN)U7yL@7[.~$ <&q:E%T -לoLZ:ORE(epQ /A'c/}B"iRql鯤3(3-[{#BjH\׃J^1M9~PCJ S'AJ4@}/ n7*h ћVڭ|6>ߊt=v)RJ˯;I(­FNToiE~5D2b{OkLۤ)@55\c[֖Zp-kVP87-HG+ Q,Q5;?Ex*cC%0js: aՙ=&oY~GeDos$ZB:oH썂u1sE'ќ5İG ;^G5ӗr C3&1 ZV0ِὫup}eBǽr*  '{N5\d»X_R]3ۭ\RsdZEL44Zc9-^l4"4J+dw4d.EDR?ZEh0Õ*̝"A |GgU<9z䊤qZPF$ vMs\룑d[QFQ@{|t@mV-y V ۿL>u'X7>PY%hu\.{1Pg7*Ua,GaC&:kfx-Z-o/c{ ',9l#eI%Cuo8L;BxoPFTyT2*jF+SͰ9pڢcld6MI>dZYLF2QоUvf]3YA.f Oxt哸3M1N!nVroLN.V*4֟zEh_@@en ΌT:r/ngI3 6@ #_sB<%9æBdqExseIp`ݏ ?"1 +eln;tDr 2`P1Za6q#_hqYD;NjQ\. m?ğHц SㄆtT$5g~g T)uf(5Ql/Kj`ތ}5f8r=`L ?u-z")V sɔ5vYw YZ