libldb1-1.4.6-lp151.2.3.1<>,RT_!f7/=„imt> _{ |iM1Dhbi6f iU/xe39|cRx_979tc mVŘ ֘zTP-m2aw5Gh:˲JRឡiS] .A:9/qy~TK#țޗ2&ܬ7;zܞXJW@M=7ra!z/\T|->@@?@d   ;   L  f           Vt A ( $(((8#9\#:#>1@@1OF1^G1p H1 I1 X1AY2A\3P ]3 ^4b45c4d5e5f5l5u5 v5 w<$ xDavid 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-10730: NULL de-reference in AD DC LDAP server when ASQ and VLV combined; (bso#14364); (bsc#1173159]. - add ldb-CVE-2020-10730.patch; (bso#14364); (bsc#1173159].- Update to 1.4.6 + CVE-2019-3824 out of bounds read in wildcard compare; (bso#13773);- 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/ldconfiglamb17 1596024375 1.4.6-lp151.2.3.11.4.6-lp151.2.3.1ldbasq.soldb.solibldb-key-value.sopaged_results.sopaged_searches.sordn_name.sosample.soserver_sort.soskel.sotdb.solibldb.so.1libldb.so.1.4.6/usr/lib//usr/lib/ldb/-fomit-frame-pointer -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:13547/openSUSE_Leap_15.1_Update/f6d4dba30f8b8c306c84f6b797ab8dbd-ldb.openSUSE_Leap_15.1_Updatedrpmxz5i586-suse-linux directoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3912b94102e2c04478cf5a587d7bb8dbf45b93e5, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=defb5e2cb032ec3348461a48bf9cbced3b83ee9b, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=8f6e21f2cba808a716e22d7e295ebe03584c9cb5, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=dbce600ee5ecb65e4844b0b5d2302976e3d4b3a0, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=3bf38ff38fffb20f6f71284cb7f0c31f284b3b04, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=488fd90e048b6ae1e512a6390ee872e720d97c56, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=643abd6aec94a664df47472693fc06206969e9b1, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d69ce43d91492bf75e6186ef97829fd76ecdbfd8, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=40daa8acb9ecee99dc83c8cc93f9e562b1ac6cf5, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=0da72dc348a8bbb1b6850255114ef46295d46072, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=6172caf9070f03d533c68c501fa5c9ea5fbb2ede, stripped .8BLU`iq  RRRRRRRRRRRR RRRRRR RPPR#RRRRRRRRRRRRRRRRR!R RRRR"RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RRRRRR RPPPPPPPPPPPP P P P P P P P P P PPPPPPPPPPPPP(P(P+P+P,P,P-P-P.P.P/P/P0P0PPPPPPPPPPPPPPPPPPPPPPPPP P P!P!P"P"P#P#P$P$P%P%P&P&P'P'P)P)P*P*P1P1P2P2P3P3P4P4P5P5P6P6P7P7P8P8P9P9P:P:P;P;PPR#R R RRRRRRRRRRR R"RRp>nvSsutf-8dc8eb0d9f8f50da6a99b62242b41225c36794db311e64cd2e8d6640a6cfe648f?7zXZ !t/! ]"k%jjd%Kwȣ<@i J ?K#V gD%7cuc#I~۔EM%tD9خXE'$kOs.bc,5v_~t^FR*WqUk7sKn8jߚT睔FjTE&#EL6lMy e˯5dϳ%vHqJBD*HKh(ټt2NAC1^(G9j PJ㥑PnjOؚe1,Q%>N_6[0t]xݤ5WVJ.MAuKW|F獚#. Xʝ >OT~ڷ'prk6ڻA-&#چ}lܒrjo:SZ.f|(%VT ZJU). NO`2W35; V2xoйn{~m!Kۛ#v*4FD‘v#@ 3JCݭN 7(moT#5$.Ouƽ $M+r}فe(_:' ΍k|E!{׌C$čER;@Yoe=X`߼#SBR5hT <_4Eҋc03U^ Amah7ڞS(+co߁'tJx3ϾùE~.tYhh>;K@ `s2|PꨳbpUdj3fHGe!ֆg/q̳E[`R)p]qU_(n>GBoxO#|^aTB98[UB-Y^eDMf1O{bG,:HwgkDގbCiJGV۳3soUҴyQ\=b_iVyT -;Bdz~Ҩe)qu}SCCvӣcŭz aZt P/<:%v'-\1@\p}S64 <dt[&:e\JXv be2q%49Flu[L'gNbttO S*]Y:1+Wv𤽔ӿp^[kIĸ 8%ndU0`Y ?/7 v~.(6nƔ$&#d݆CܿvQ;'pJa% <ϡ(T* +!_RIkTVа) cc{NMG@c|f!zm&cF6 ERG@^`&o$uw4-qGe\{kU'K%xf SClt@rF8YL}` [˨N~8L,+'tec UUYɈ_.xwj C̼b\S֠+Ecqu坉1\H Ϣ@kcK< Dm:WMP1*6=HQb) +,T הx ps6&׭'e퓫u޻# DLd,(m 2Y2E`H!m폋s F|ZwK}v I+u2m>ZXLm5n^=pq2`+q<*rοD5#}?cpQahoҫ0 #큹)8kz)In p#̊J!=$I78<isLYKA.qXHz&nԔNv~W:ޏܝǚAO4v(+f$zd5 |<ɳ..61)xf=.<X ,!0z[Y{Wg$1/rK6uF*}OHŖq5e>pPdg@gyo򀉊(*k, c^LSL^{ܒA":[M}{)gxemj%v**,+4P!8vq}ѥvOr4:&֭s_IܙKCC} YZ