libtdb-devel-1.4.2-lp152.1.3 >  A ^X/=„Vϻi'4gGp fZ `wYr5?BԜvW:#F4^S ջ@'ԕlw,۶|}*(~J3ܒ)vu Oe8V&50RĚT9ΰos<]܍ۺ6$وdaPG=֑/\{8.XdO6&b [?\L=% }?R :8a8d17fa2fbfc08fd5e1765cff15aedf2e3c5158275ca619a9e5edc4f3f2998984f9e3c7c7db726cf1a1e7d6b005490aaf117ed7Zȉ^X/=„TiM g$Pt Cl,υ%WCB>„&rߎ(;*Jʓ:XyJ?zE̿C ID[cLKvWh~}[#4fyGsN% ~͌n;Y Bǀ6c(]˼qk^O&FI:VwQW:m ޔ\ bkڪ !TIYh=v?dS=V]>p> ?d  `x|  $ , 4 D  ,@TpZ(~89:FGHIXY\8]H^hbcVdefluvwtxyzClibtdb-devel1.4.2lp152.1.3Libraries 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.^Klamb02openSUSE Leap 15.2openSUSELGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://tdb.samba.org/linuxx86_64ہ\c^-^ ^,3f82014917acbe22e47ae4db4bd7f655ccb534e5cda4f2f4c3047302b9d208e8a877e201b4298eaa2c21b416c3372ea391c0f0af91fed36cb0ea0d266f24066cc45b364ff2a652e03e07635a60dc8433046cf3fb1bf694791d186055b385d249libtdb.so.1.4.2rootrootrootrootrootrootrootroottdb-1.4.2-lp152.1.3.src.rpmlibtdb-devellibtdb-devel(x86-64)pkgconfig(tdb)@    /usr/bin/pkg-configlibtdb1pkg-configrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.4.23.0.4-14.6.0-14.0-15.2-14.14.1]\~d\HW@[#@[j@ZY*@YY\YV=@XAW;VɦVɦVC-V3[V,@U|@UU@TT@T[bTO@James McDonough dmulder@suse.comdmulder@suse.comSamuel Cabrero dmulder@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.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.lamb02 15896415471.4.2-lp152.1.31.4.2-lp152.1.31.4.2tdb.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.opensuse.org/openSUSE:Leap:15.2/standard/aea78220b066f2332d55f3ed7e6a94b9-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+%HZ2?yutf-84ef58e797b6315d7a78b63a1c9458e7abd41cecd55b1c4bbe2cc18946867f660? 7zXZ !t/ࣇ:s] crv(vX0}la{g"KmrFqkQ j:rf`? 5,ywݡf$c>U)+oS,RFUz̾Sޜ7Φ'5lm#T6:oeZnԷ}3N=x[Nް`JI0 a 讁apVG6h,vU/|ndвN,*B^H2)®EH#q{bub^PiɾŔZwV$=uk ~ ~XycsKE㪩BSVebЌe*/H.uR9ܺ^;$M,>'6y,"[&tTy܌XMGj#pBygN:ZZ286YzM(p7^6.q~Y0aq킋A`iJ- {RfV]Ch\:0%V/rE%Â^E+Kg{mT6f/,aL=(`W+z})gq:J6KI,׶.ISsw)M> 2k G軧 zq}!%fyAMEBk/Y">&^tC℉EMq@تrE=xޕsܬmm̀R odҕ>^ C#|T9S 6m{\)pژ3 S!|>7Ǐg<4A!#vR4wd-!v]0'Ϛ)Pj*1iQʃ,}'A1"=A\o|9D:x zMV:oH&{ >PZ27e'[~8ơJY4X6T $O,RfsQ/ƃґDL7{oG .>cL<ǎӆ5.boIFKUH:DI8 Wg&*[ќNR` W$ڜtPkd /kexn1$Ӯو 4ZI=(;_?Dǁ{mD+S|-AE6x2컍j\ #u%WH3=W}^?*ՋN/&!QpWjH 7 1a驩HJk!HϿ7{X]Uh26)NGRqn.z^LI*xQw㕗GO$ =j JuFukގؖ#* c 8%@M ]$N,:< m\UL([p2=px9)uR7Sm:v% &[I8on.[I+zfa{x=ooV6e&J5wVkgz}2_hwF{Yb\`eV3dD#љf@Ew K#Ais eDIk;WX!z\t8>έ.:_ n1p9|Tզ#K|vc>Ա|>a/W _Wo K8JT%-N~]GjBm_¸-y(AZriuU? ]VBc QYo7 mwѓzY`aDݣ?KfO΅5;VGH:{6AZ}D͎_e Iiz Cf^'gsL̈́vza94~6}e<>bG!PfFAh$sӦܡb3QEErV m: aEIN_),\eqzrF)'%U'Ҿ.d t!`exEVb`a벞Ɓ["^i RXo)e'Y/\ Ѷw(Q>|=].NZ[tD073@ueI-n5`UHet o-KV_(v#VCM!^M&<5^|b,Z/ Vu.7Vd ~*K')[`2%gjuNr9^8TwExR1P APhW'P÷(~9%]=BrX5 QT;l5C>a]f4HIk̳Cp38|`PFLwob Z/V5 LF5=g,v۩ֻ?}pVe~1]H{9TFoɨ&{C/2 ہZP’Uqx|1,(nCCdOr2٩ P[w8"oŻlS.dl ځl%(isQK'mz<4f11p9?oƔ 4?r#jѓNm- gk"\lN2!6I@_]Ca6S!{6Shr+2d `aLX~IrZ墠Y;* UЃC#E#b CxB ]0ei@yyJYp.ϣiUOBn'ˆz)v0O& k x%T_/`y]ZOfQ]: 8$D>vc?U.z_XL@ÙwL1-Yih)}K$(`] ga9OFmU3nBPO5i-rUb7OrQ>'C_wYRƄ}U:YeLRx_4W)1Tfד+?C#;JH"֊lRY 1O:/K W"b)ӞEY摜 Y!q-xȡLDrgA8+ͳL]P@6RTlH*(,uKS>+$7nSh{N3LFJ)']vʫpҁ%.H8MO 7ǭ;w@m]$] _"p<^B q3_qiS"PV\xLQ %2<׽OM34D JPf3!_6+HbXنǢqǗYfΤK&dƼ>"w TP(E \ǵglphR[˜[astW+mb wVj$&}%{K70j1̫Is>" ,|U<_KIZحg4:)pu ;juLvJG0Z SHjMg_)=$#ƒ;J'U5M -?mg1Yu?j 9U wUJQ~ Α#tE+Z< ޲v>@%N[( ߴ' 9np!5*3yy^9Tl}6hxcc W|b{2ܹWV~^xNP=-D[miQiT;V!\#*t2!yб]!m[NN'@L <ƠÉei`Ʌ}r{7V<gCP@L=w۶J y6"Ar_I^ً[0:;N$|? )K/\Tb8pQRc`l3"| m Z))Gx`h%ƅLK<ШlW ZUR@_ ݴ #'UVoZ2d-lkK O*?;.7!i}_5aO n`{ho<cɓ 2e A N*6vwa=<_}׾wޘ9W,oɒWܢa G2toEG|`{qسF+ƘE>%#H[Cg3V0v-t[S3ɺJM[̉ovN>t9Er<7%]QlkK~-9LF>R_AEx1߂IP2~$&A]Ipn 1vdʟJ>;cI zxQ%{#6G-WZfYcd!%`ʈr6izY|Jq#q@2| @VVzNȈJ \/6F#QWmGVLEl\/>; Fr&ZRBYy>8*0Eg}O: д"m,PpkAq\ƪMl{Iw(nTS>UsaV\SEE8`,'?pߴcή3?1ee#[!3g#ԛ[ ,Шk+D42AP\g}E=T:*xW6{XX< yPvx!M[ѽ2/j rc[n-LRZЬICQ9DoXoxo]Btǐ)Y,8j>uqݍY.8eajWYEUn18mg)1(E/5>*M>vGD*UV*rJYCӀm+l$ qw[uNeukAW08K#ytpq`v9Z L7Xkhͺ Y5XѢ?^)YTN|vn")z`㈒y{:c>vqu]FT(bjBdM~Y9O4i~"$@m~w;TQDȱST/xU iX*ZyxIZ+ۿU[e+*$43eh }?xy֮:@IK#>Un(,g݀S:[T?P>X S3 U^,7i쁨)+<)0v':O 3Ŋ&$}ÓSoa4_EAO=4RơuEޟ[ oiT@)e=eB0[1/KRʤ^CuILW6aݲghs[r]pζp0^CA&\ ~Ǽi6dCȃD7= UmBv!WP_3}ޱyXOK[=#[B杖.JM*O\PGrS}7oe} e (Z9ELrX+Tl"vk ݀2Ft UW&5lnG!%  l NH%meYos:dCFjWl׏qrCTR?/MT+HiuʟIp͠6aN>i;X¨Kq./i\`4EYc~zG0_UeG𣰓BenQvj9[?rӵgA H_L/+șTlA2_c-hDKQq4zY j/7 7_gƤ]:'P#=>C(%mIJS9'P# 5|H+z` {b$jB:SK{ v c$]fD.BDMLgu (ML]~Njqt!{:e`&͓߲S@N֮eC{&b=Y/%C/H3YG-’[J9'{gG=pLm5ԗFB YAjV`_Qʎ0^ $)-p"q7c|k^&3;T Y~8s9ޔzI@ަg5A~?]f_xZ&jDy˹B'*"AP$c1h@R,)@>[iyF+CWrZCR?ފ(A#O~ ٤M'c}/z7HXv*dC4Ӡ\nN^j;+g'<"*S|˂Q)GvTa2[ynJoM\KԊbځd\nPŝ*lⷱلs]A[_>ՓhYf; oa--&%p5Ogqι o~8KPWYd/cLkW kw<`0$\AI^*do׉_W!8{F9mt=@@}ʏEeyG-u7'Q:oOja)q|6hAs Fa_ Sax]qNpIǂ_P==ZBAɢ n(gw[AP>ZX*L#UD0ݫ{0$=juR˶mB)$_Њ|<}-wŒU]T";m56G iz*:w[D,_i__s*^uK?G#]lPX8<Sԍ@ք}-橧<"崩Xg.&SeDV*Jh諲Qh޹~eо&ΐ=ț}򴩭qcfǡg;&sc q*11T@eLRgIH0-԰ΠirМTdќ5Lkv̷*s߅7 jv FzlAiaH^"G OZo.IZӁ8k5a|Y û-B\f/HA-Ī t|'^ҭIT5 /PoC9g&gP@kTCfnZ0&lWmZ >MS{uY)pwޙR%:>UUa>N=^Rō b w܄E6Q&aL[ˍu`g/G_ !ePUZ#mB{o>Ī4'M[K\lSn,ݙQN$WaNdBi\q;VR jDܸ^=߄L.b1H Z5+ gEt lM!ITzw* #AeoԂ: ԑ)uaeJ)T.ϫ䚫8v8aF(&Us# lHuWr(JũGLG mk G~%}cr\rјxdx  ZO # -=!OH\.{NUkA4]tC2l! '+Tnn#[C}ī|P8Zp_&nvQbfz/("')[͔VjpeƜe9zJ7w㧋h%A(&y_#j'oc}ygN1J"Z.­Kd->,ˊ`$W_%>t\av `ME Ne(VJZEeT[ḯ#lWhyy=bG}(5f&ʹo !(j+ڍe| wIZP<3#\^A:6}$}n\"sN+@ 䭤^u*v(K,tY<ܾ613汨la F#[;KrM|c^l>vCH6Vtw<.uU8I(*΃gj9zv5ǿ?hQ3wdՃ8OBV؞r$j{D qR)I}J~/fToty,*;D^vHvrƋ CN5hCGDCv1:VػSƂpX%B+Sn h}Š ͳ'JGdHGíǷ2%-UެlZU:9:Y"! ?p놃{*'?2cB^&/B"Q:JZc|N{8r?9> - ;euy1wCg3Xa vP_ծ+K6 dZ`͕?|嵵#I/HtfU]ĝ߹9:4ojI 9}<O, a/oWI#z59bfj\iK7s8! PiT/ ,"]r׳ۄ|Z)yieX|qT jt%Wu58Yq>d}k.Ok\@ Uf\7]@EwJ\)|KR-w e=¥HЗ+ȳ O>Mp*@ƲL@rB-[_/'8)Tx BT(⧃wG?"gsW<I{Q1Or?.q01Tqt*T`kI0<_6]4Zj% ۳CORĩdϏlPX쌓÷\<8*i2AO.xmUq4YCq;^&.;}l]O"UV1p˛)3Q^>g%ͮȇT7>pQpafkn~sgup,p>fZiŪjkrnK!jzII,Q&434Ge6LJbP)IRwzU<˺:~g h5\ف 8]*?f!6zج,[*)X'4p'0 ߻Ugr<'9xYe^eۼ@b+TW . b Œn&fܨܡ=CY,e'F@.]^~ ˌ[F6PZմC7֛םy Rք0I-5ͩ>-eqm'E3fF_G*CovKy4 U$nWg%̀[$^_#TM$(qu56bn0Zl8Diӈe]St%pkozy@,\ @B/O}c l'2FGn rʩs }iI@#~/h>Ag!PadC<) ]1&E8及ajl&Iޤ.,r8EhU-vcR_MM2[ ;+bQm*4$S>h.V< *zͪaG JuEx YZ