libldb2-2.0.12-lp152.2.9.1<>,g`[n;Ɂ'Mr ^Ǫ?PCR ?Rd   <  \ z   # D8tXh***(8.9.:.>?@?B?F?G?H@$I@`X@pXYAXZBL[BP\BT]B^CRbCjcDdDeDfDlDuDvEwL\xLyL7zQQQQR Clibldb22.0.12lp152.2.9.1An LDAP-like embedded databaseLDB is an LDAP-like embedded database. This package includes the ldb2 library.`[Noel Power Samuel Cabrero Samuel Cabrero Samuel Cabrero David Mulder David Mulder Noel Power James McDonough Samuel Cabrero David Mulder David Mulder David Mulder Samuel Cabrero Samuel Cabrero dmulder@suse.comdmulder@suse.comdmulder@suse.comjmcdonough@suse.comjmcdonough@suse.comscabrero@suse.comjengelh@inai.descabrero@suse.comscabrero@suse.comscabrero@suse.comscabrero@suse.comddiss@suse.comjmcdonough@suse.comlmuelle@suse.comdimstar@opensuse.orglmuelle@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.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- CVE-2020-27840: samba: Unauthenticated remote heap corruption via bad DNs; (bso#14595); (bsc#1183572). - CVE-2021-20277: samba: out of bounds read in ldb_handler_fold; (bso#14655); (bsc#1183574). - Add CVE-2020-27840-2.0.12.patch - Add CVE-2021-20277-2.0.12.patch- Update to version 2.0.12 + CVE-2020-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159). + ldb_ldap: fix off-by-one increment in lldb_add_msg_attr; (bso#14413). + lib/ldb: add unit test for ldb_ldap internal code. - Update to version 2.0.11 + lib ldb: lmdb init var before calling mdb_reader_check. + lib ldb: lmdb clear stale readers on write txn start; (bso#14330). + ldb tests: Confirm lmdb free list handling- Update to version 2.0.10 + Drop patch CVE-2020-10700-2.0.10.patch- CVE-2020-10700: Use-after-free in Samba AD DC LDAP Server with ASQ; (bso#14331); (bsc#1169850); - Add CVE-2020-10700-2.0.10.patch- Update to version 2.0.9 + Samba 4.11 and later give incorrect results for SCOPE_ONE searches (bso#14270)ldb: Release ldb 2.0.8 + Upgrade waf to version 2.0.18 to match the rest of Samba 4.11.x (bso#13846)- libldb1 fails to migrate to libldb2 when libldb2 version is less than libldb1 version; (bsc#1160341)- Add obsolete ldb1 directive to baselibs.conf- Update to version 2.0.7 + Robustness improvements against duplicate attributes in ldb_filter_attrs() (bso#13695) + Robustness improvements against invalid string DN values (bso#14049) + log database repack so users know what is happening (bso#14059) + add ldb_options_get + add "batch_mode" option. + 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) + Fix standalone build of ldb. + CVE-2019-3824 out of bounds read in wildcard compare (bso#13773)- Update to 1.5.5 + LDAP_REFERRAL_SCHEME_OPAQUE was added to ldb_module.h; (bso#12478); + Skip @ records early in a search full scan; (bso#13893);- Update to 1.4.6 + CVE-2019-3824 out of bounds read in wildcard compare; (bso#13773);- Update to 1.5.4 + Fix standalone build of ldb. + C99 build fixes. + CVE-2019-3824 out of bounds read in wildcard compare (bug#13773) - Update to 1.5.3 + Avoid inefficient one-level searches (bug#13762) + The test api.py should not rely on order of entries in dict (bug#13772)- Update to 1.5.2 + dirsync: Allow arbitrary length cookies (bug #13686) + The build uses python3 by default: --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install- Update to 1.4.3 + Python: Ensure ldb.Dn can accept utf8 encoded unicode (bug 13616)- Update license to LGPL-3.0- Update to 1.4.2 + Security fix for CVE-2018-1140 (NULL pointer de-reference, bug 13374) + Fix memory leaks and missing error checks (bug 13459, 13471, 13475) - 1.4.1 + add some missing return value checks + Fix several mem leaks in ldb_index ldb_search ldb_tdb (bug#13475) + ldb_tdb: Use mem_ctx and so avoid leak onto long-term memory on duplicated add. (bug#13471) + ldb: Fix memory leak on module context (bug#13459) + Refused build of Samba 4.8 with ldb 1.4 (bug #13519) + Prevent similar issues in the future at configure time (bug #13519) - 1.4.0 + New LMDB backend (experimental) + Comprehensive tests for index behaviour + Enforce transactions for writes + Enforce read lock use for all reads + Fix memory leak in paged_results module. We hold at most 10 outstanding paged result cookies (bug #13362) + Fix compiler warnings + Python3 improvements + Restore --disable-python build + Fix for performance regression on one-level searches (bug #13448) + Samba's subtree_rename could fail to rename some entries (bug #13452)- Add fix_ldb_mod_op_test.patch: Fix missing NULL terminator in ldb_mod_op_test testsuite- Update to 1.3.5 + Security fix for CVE-2018-1140 (NULL pointer de-reference, bug #13374). - 1.3.4 + Fix memory leaks and missing error checks (bug #13459, #13471, [#13475]). + Fix fallback to full scan (performance regression) on one-level search (bug #13448). + Fix read corruption (missing results) during writes, particularly during a Samba subtree rename (bug #13452).- Update to 1.3.3 + Fix failure to upgrade to the GUID index DB format; (bso#13306).- Update to 1.3.2; + Expose the SHOW_BINARY, ENABLE_TRACING and DONT_CREATE_DB flag constants in the python api. + Don't load LDB_MODULESDIR as a module file. + Fix binary data in debug log (bug #13185). + Intersect the index from SCOPE_ONELEVEL with the index for the search expression (bso#13191) + GUID Index support.- Update to 1.2.3; (bsc#1080545); + Performance regression in DNS server with introduction of DNS wildcard; (bso#13191);- Remove %if guards for blocks that do not affect the build result. Fix RPM groups and summaries. Drop very old SUSE support. Replace old RPM macros by new constructs.- Update to 1.2.2 + Bug #13017: Add ldb_ldif_message_redacted_string() to allow debug of redacted log messages, avoiding showing secret values + Bug #13015: Allow re-index of newer databases with binary GUID TDB keys (this officially removes support for re-index of the original pack format 0, rather than simply segfaulting). + Avoid memory allocation and so make modify of records in ldb_tdb faster- Update to 1.2.1 + Bug #12882: Do not install _ldb_text.py if we have system libldb + Use libraries from build dir for testsuite + Bug #12900: Fix index out of bound in ldb_msg_find_common_values- Update to 1.2.0 + handle one more LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK case in ldb_tdb + fix ldb_tdb locking (performance) problems + fix ldb_tdb search inconsistencies by adding read_[un]lock() hooks to the module stack (bug #12858) + add cmocka based tests for the locking issues + ldb_version.h provides LDB_VERSION_{MAJOR,MINOR,RELEASE} defines + protect ldb_modules.h from being used by Samba < 4.7 Note: that this release (as well as 1.1.30 and 1.1.31) may cause problems for older applications, e.g. Samba See https://bugzilla.samba.org/show_bug.cgi?id=12859- Update to 1.1.31 + let ldbdump parse the -i option + don't allow the reveal_internals control for ldbedit + only allow --show-binary for ldbsearch + don't let ldbsearch create non-existing files + fix ldb_tdb search inconsistencies + add cmocka based tests + provide an interface for improved indexing for callers like Samba, which will allow much better performance. + Makes ldb access to tdb:// databases use a private event context rather than the global event context passed in by the caller. This is because running other operations while locks are held or a search is being conducted is not safe. + Add efficient function to find duplicate values in ldb messages (this makes large multi-valued attributes in ldb_tdb more efficient) - Add ldb-tests-do-not-override-lib-path.patch: Check if LD_LIBRARY_PATH and LDB_MODULES_PATH environment variables are set before overriding them.- Update to 1.1.29; (bsc#1032915). + add support for LDB_CONTROL_RECALCULATE_RDN_OID on ldb_modify() + Performance and memory consumption improvements- Update to 1.1.27 + performance improvements + VLV control improvements- Require talloc 2.1.6 at build-time; (bsc#954658).- Add ldb-python3.5-fix-soabi_name.patch: Do not change x86_64 to x86-64 when building with python 3.5.- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to 1.1.26; (bsc#954658). + let a timeout of -1 indicate no timeout for a given request + fix memory leaks in pyldb ldb.search() + build fixes + improve pyldb ldb.search() help message + add pyldb ldb.search_iterator() api + add LDB_ATTR_FLAG_FORCE_BASE64_LDIF as optional argument to ldb_schema_attribute_add() + add client support for LDB_CONTROL_DIRSYNC_EX- Provide python-ldb and python-ldb-devel; (bsc#966523).- Update to 1.1.25; (bsc#954658). + torture: test ldb_unpack_data_only_attr_list + increment version due to added ldb_unpack_data_only_attr_list + introduce ldb_unpack_data_withlist to unpack partial list of attributes- Update to 1.1.24. + fix LDAP \00 search expression attack DoS; CVE-2015-3223; (bso#11325) + fix remote read memory exploit in LDB; CVE-2015-5330; (bso#11599) + move ldb_(un)pack_data into ldb_module.h for testing + fix installation of _ldb_text.py + fix propagation of LDB errors through TDB + fix bug triggered by having an empty message in database during search- Update to 1.1.23; (bsc#954658). + Test improvements + Improved python3 bindings; (bsc#951911) + Minor build fixes- Add doxygen at build time to add the development documentation. - Disable rpath-install and silent-rules while configure.- Rename pyldb to python-ldb.- Move the ldb-cmdline library to the ldb-tools package as the packaged binaries depend on it.- Update the Samba Library Distribution Key file 'ldb.keyring'; (bso#945116).- Update to 1.1.21; (bsc#939050). + build fixes + improved python bindings- Update to 1.1.20. + validate_ldb of String(Generalized-Time) does not accept millisecond format ".000Z"; (bso#9810) + fix logic in ldb_val_to_time()- Update to 1.1.19. + Allow to register extended match rules- Update to 1.1.18. + fixes for segfaults in pyldb + documentation fixes + build system improvements + fix a typo in the comment, LDB_FLAGS_MOD_xxx -> LDB_FLAG_MOD_xxx + Fix check for third_party + make the successful ldb_transaction_start() message clearer + ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory() + ldb-samba: Move pyldb-utils dependency to python_samba__ldb + build: improve detection of srcdir- 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./sbin/ldconfig/sbin/ldconfiglibldb1armbuild24 1616592008 2.0.12-lp152.2.9.12.0.12-lp152.2.9.1ldbasq.soldb.solibcmocka-ldb.solibldb-key-value.solibldb-tdb-err-map.solibldb-tdb-int.sopaged_searches.sordn_name.sosample.soserver_sort.soskel.sotdb.solibldb.so.2libldb.so.2.0.12/usr/lib//usr/lib/ldb/-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:Maintenance:15976/openSUSE_Leap_15.2_Update_ports/2722bb73e42716f6324df602a5a62342-ldb.openSUSE_Leap_15.2_Updatedrpmxz5armv7hl-suse-linux directoryELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=3915a373886cd1c6a09ae5055b084cc37fd44bcd, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=cdafee19f674facdc74a06851ae3d9b89be07b35, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=2decfb851a60bc3093a4d955bdf11047232d9e02, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=d63ed4d23fcf9e8acb0bc2772b58543e75258d7b, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=d4e10a2a4b750f88e866ebf6d065c07ad9250212, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=8c783be098be0a6963e54db9d2ea19e3dcad2aca, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=a4c92a03eec9ef3e546eb3260eb56f84e3ab3a67, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=be1e619c80aa5bd8b228f6070e3bd9175888d8d2, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=2ba7f31c1389e4ff0d702f785bfcde5983e0619f, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=e988720f95d02530bfae313f71b26ed8047eae36, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=84a16d3b93aa27eca19a1693c059b4918dc4cfad, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=d2b79254c357a65606b0ebaa5f1dced92e0a71e7, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=eb380e397d36f2dd01e70f383f501d582640fd54, stripped :BWbmw   R RRRRRR RRR RRRRRR RRR RPPRRRRR R RRPPR%RR"RRR RRRRRRRRRRRR RRR!RR$R RRPPRRR R RRPPR R RRRRRRR#R"R R RRR!RR RRR RRRRR RRR RRR RRRRR RRR RRR RRRR RRR RRR RRRRRR RRR RRR RRRR RRR RRRRR RRR RP P P P P P P P P PPPPPPPPPPPPPPPPPPPPPPP#P#P.P.P1P1P2P2P3P3P4P4P5P5P6P6PPPPPPPPPPPPPPP P P!P!P"P"P$P$P%P%P&P&P'P'P(P(P)P)P*P*P+P+P,P,P-P-P/P/P0P0P7P7P8P8P9P9P:P:P;P;PP>P?P?P@P@PAPAPBPBPCPCPDPDPEPEPFPFPGPGPHPHPIPIPMPMPNPNPOPOPPPPPQPQPRPRPSPSPTPTPJPJPKPKPLPR%R RRR R RRR$R RR8Qsx@m utf-82956c64c7cdfaa3f9168f44d94e197625de25fcaf9b665dae249ef0b108ee2eb?7zXZ !t/$)]"k%wd%QmBM3P'4xOT0 (C_kJscZ>.uQY|%Y˄TF" n M%+‚Ԯj@our~qJ Sbh_7K8zWrt*WyͶfnȓ=7ʅ(x16p =+Q{ِH@؜LK):e*Kwl(Z!懯JY^Fx{$X} B'w5 Q1q~9? uR#wKt}k0u8\~E*yMQkdzEva_ of#[V ~$%J|Zb0nbS 9 v$kj wBϫT㖌"7 ǮU91$ZX=*LcOj`ygpfjҬgt(lAߧG=յ7 7v׌ W l%.A AH @Iy0']u efܘ9A ofeb+lTrB#=]T eWcd0}9D>DGs#o c6&!"M"JoċKcЂ=FD=(Z֕l7.P ID3۴us^Z<ίW{" i}X*N!Li޵2 I#pWv'!%Net7~)qqKpցP} ޱ"bY4_ `0e!M'Lk2k.҂ȹ=R6pW!7 >tbCB8/͙KkLɹ/3lFh߫9Av:hCzW*qMqW{HK 26YA.Us\(x.8߳vQx0Z2Hܞ5~_c^/ jA#3F~g3^ W:fgaEfkrK ǞP `vI'pk\LS4~h$׎m䠷3ɫ[^pUn 84\Rք\$WgY|0AF| \ +-G4Gn־4<.,gw0j #0~D0G솟w J9NBu\Hs BVP`_(Ϧ(xĬt7ʌ_]%cj0mb9!GRi5בL,}7TќT!GPfcxJ6|+^Cףk8޻#yqy0'Rp1{#pp ndf>[\@=5ǽZd\b=+ZՐdƬ=LXن+I.KMҡUhr$o)C)qd @-XF=!d@p dy|չ$O|ku#F)w H/y`fmu@B &`xQw{kZ$-۞Ps'R R. ݏ% oB0 ToL8w07,3lyNSj{d$ gx_xR]aP4ycM|䮩V1M t0"NU9$oyv‚iHYtÙo%ܟ2R-lP]I8fXH[A0%mfv_쑃] U2) ̘bWY]Ub:}MyXt5pߴ' dH*sͶ":]6GыRUyzͷ kq&*zY*|6Nպg~n_ed-;(iG.<?s |<L+hAiOPf]]S /!1OO^YGzF"~( 1y]9H0MmLC.RFcqløןflŭ+W]4Ȭ% S#nkE46y˵-iZV.$`BEP=TudxiT1τ .ؼAErB_.6,oBiݚnޥ[GS<~j wc`>,t[뒳vf%SX 2(^.;NN~m` |&iH7!02.vp{?_P29p/ osMkhL1]P Ӹ1gR7y\0݆%j8ҩ0.f'jGz{u`#j^mtX8Y{.wZ G:s q G ^b 8ȁ1F+a]svQCDDϜ ~RϿx*@1~v a<|0dM22PsʍS'| L3Z!(ނH Çn仰c-(t}֕uY{s?Ӛ8!_IL{|V %U Ji ")b '12y ?(I`l[!.ŘM)\. UoG<Ǧ`K@Ux۷CйLZH Da|Œf[d36V_r聾IfRlG:8L5Q)y=xsQZ6^_ ؃8OR\b)õ}[9+%.ey 4Q*ЊHeQ[S^Fb4~7V$˝<9{]G "p:-ɂkWKxJӘ SevIW)`!G[cC B>$Ґ,5m׻8lF%)e{,wq^p .8Xeo i-= )@O`([;B!3x'cHM2M|f@Yz LK]g Ɓ#^mTdE4*&CV~5+vWbӟ]Ehtو8(VK{xXg}o!ڡ#xM54 O'li:"Ӳ*zw!8Ƨok܍vdLBaIP}\-]oη& 6 86{Ҽ 9=QĽ醹!`k!]J6i0eHaj[,,!!@Y?ؿ%Ԁ,~.t74M=㜪Тd`)K VY/H{zx _+ðe `aD( N:$ZG V[}^BX:cU &`;i_V<$/NJ0]i3@޵>H߈#r\S7OzEasqOz &rN 95g 6K%ܝ[t*iʭ ✻Nĝ=L_eg2K}Rtra1;N6,Ϧס)׹OO'㭽jс3 9xc^qE *DSxf2@o%,_۞k{XomɍGםckmʫ/*ܒ6pp{ ?=wGJ=k"csฟ[ԅnJP"ĝQ VE_ލy1WtfY_ ?F2yP{l`Cȇâ%D"I1  YZ