tdb-tools-1.4.4-150300.3.3.2<>,6ap9|?qZ7g53udl O."uK1bV*1@3dXy6DhBvHi8՜O %#>@_zp>OfKfA\ T "rbayJY>O >gٕUyȾp6 ~3D+w+63vS"c4֊3 ;\56?/`b#>>&?&d   =@DPTm  , < \ d l<x (0889: eFGHI X $Y ,\ T] t^ b c!d"e"f" l""u"4v"Tw%x%y%z&`&p&t&z&Ctdb-tools1.4.4150300.3.3.2Tools to manipulate tdb filesTDB 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 tools to manage Tdb files.as390zl34SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/C and C++https://tdb.samba.org/linuxs390x9@(([p;큤aaaaaaaa675347097f504a9bd1869e20cfe685b07aba291c922a8861b10a130287276c8c21c2f45521314e9f865cda33779b89b969fca7eefa58922238ef250015b254aed96e7e5f8a0463cda41d3c393c365ec62316f47c71125cec0524563256f61b9ad132c89980c3f2e9c29f72f6308e7285accb031133a411be473b95956f7cd3c7efae6cea46a26bd019568bc30202fd303f5d663279fa63669cf549ef33c1bd659554773aaa05251c9f4d8143177bd596da2773448f06874a8499326e22fab3ec42653fda98d45082681e5e31b19af069ebc1cebd71cbb04eb1a6f66edeea5a9d2ab7387ae28a58ae267a773c0a800f2b5852a03f3b8bce3268801c2547328cc3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootroottdb-1.4.4-150300.3.3.2.src.rpmtdb-toolstdb-tools(s390-64)@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(64bit)libtdb.so.1()(64bit)libtdb.so.1(TDB_1.2.1)(64bit)libtdb.so.1(TDB_1.2.11)(64bit)libtdb.so.1(TDB_1.2.9)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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.2tdbbackuptdbdumptdbrestoretdbtooltdbbackup.8.gztdbdump.8.gztdbrestore.8.gztdbtool.8.gz/usr/bin//usr/share/man/man8/-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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=0cade0bcc6f6046a27039920e058a766ac35ced0, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=055d3876a2166a3346dedaf1800c07a5ba8c22c7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e4e9a65d3f27a275a6fae6bd60a3521a7559bef9, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=c6e7dd4845ed6217780e03f812fea3e94c9876ed, for GNU/Linux 3.2.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)  RRRRRRRRR RRRRRRRRRRR RRRRRRR߫6I*z)utf-8eded5f0a0a19df4d7219934c71dc90cc9d1cdb94a2828bfee542d4c8ce64e08c? 7zXZ !t/ ]"k%]̅>:6TQJ= Z(Gc j4#N{3i:;R3)_7\@`wZXmk\'(Y- r$k2a8EX%igէ/C]r\kLګ0JW3d_K# PPVwb.8;wbQe4Dn`+FA^ $(oM3ه=6=v_܋l3Ļ=J-{n-0G.%kICX{}Wq YﲫDhjh)]Zdr쓫Ch <2u0&Б\$~x =9?z(1HA zʈu L Fr> m| dsAk )O_ e3CazKDxy,^Y:'Sws.=_`~U#'G/t+=$Sݱ7W;2ӶfĶi|ǔꁑ_lnU)/\ZN֊JNUވR&Jv^jV#? c*sH0RmjI4+M)Tzs1@`)Cρ?e#49/`.iĽ5۳MtbhQӭ3Ni~ujh;o!Zx@sPJ1-B/75KCs#:jdqBUywil/2C$گ]𵓯v@7f|DLr|,Ľv%mmh oploW SfFӯ v>ED<[.P~+&[*p97uFؓ!cSOdweS*q IwN,)B&旑Q,:P#ou,3IJ>Eh"qc7YhIyjRxTE.S:B^ O=4>w~@ǒ ;i6?}uʇ?Il$Eh,$q&[1I{VvL@rֽod+ ";Djf'thOЋ`;|>WtǵQHc%Sv*fF[Wcӟnè0 ejD"Ѭ{ 9 %ЫCIiY02:-t"V |Ɵw>3m}aVc;F,<+1$ږMH^ԾلWB =d{;0TO|=(CHt}ytAaH7!373>ǽ6 L̊TH徉&`}!*~dRQtEh{5 m?S 䎴(-]7F | F! iKfod)yQpy yO$){Ahӕ> GOOc~|0@vyٜpoccIQ 6 noǭ0/ڽ=ov~-g5j! Uj;}RP: |L`#_OhxXg<[MC"hw$fMɡba׊Nf%X!#B`҂S+X`7Y4m)2_]%W 9TVhg`Le:!XXrď=0.H?gy(g|i< p-D %w}n` %1*!H9"!Zl@;?z+R򃹼NOVjw_||΢-+Ǘv}mu4ẅѺ5gv%|Q_Tj)LaR75Cmu/8ZTsYw!.D.6oQyy‚#>phtpN{c9n@FhQ\Ĩz.DTE 6#[m cv8eQF2/mXеԻ|}ڿsp|}_;j>obH#At) UuBՔ 60Aa~X?ΔJپPa,*}m\Z JQE-ӠتZA8JaFz ʙ,  <$ HOqO-b/xD,iVST(!SZ"Y hfBt9te(|ƦxVŕjg6zg}eHi0 nLS^L5qO/ dh,:⢡Bॴwe@{?awhRJW*8tmwAВ]@H7KyP^ 125f6*&3'=՜U_'\wpv# \Q{=iCX YZ