python-ldb-devel-1.4.6-lp151.2.3.1 4>$  Ap_!fH/=„#`~ZC3;mppđ3P7}J_9g2~Ib gI疖0hkAv< 5R1~A΃_ܥX3PHjQ#$kg1' onú$͜U4q-{!<Ґ*UxGp>7J<_'I>?\0gF->[ϐ 9B X6Mkj}Qu,Wu|\="H2fbb8ae1ddaefaf169ef29d3bedb6b4872877b612c04fe87adc05fc80342124e17d4c5d4b2d74100e4579288b344c28a26d2e689@_!fH/=„Fmף:yVjYK)U'w.[YeENK±/I;#LU THعoͳ\(;N,If=)=QㅇndbnR/wB¸wD1K#thLGA)[w6i+omי%'Bpxuh|!D$!t _גOtZDǓ<[c9sA5J'rl\>pA- ?,d % c 0GMT         c     < hp(8#9(#: #B( F(G(, H(X I( X(Y(Z([(\( ]) ^)b*&c*d+qe+vf+yl+{u+ v+w,8 x,d y,z,,,,,Cpython-ldb-devel1.4.6lp151.2.3.1Development files for the Python bindings for the LDB libraryThis package contains the development files for the Python bindings for the LDB library._!f7lamb17David 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.pyldb-devellamb17 1596024375 1.4.61.4.61.4.6-lp151.2.3.11.4.6-lp151.2.3.11.4.6pyldb.hlibpyldb-util.sopyldb-util.pcPyLdbControlObject.3.gzPyLdbDnObject.3.gzPyLdbMessageElementObject.3.gzPyLdbMessageObject.3.gzPyLdbModuleObject.3.gzPyLdbObject.3.gzPyLdbResultObject.3.gzPyLdbTreeObject.3.gz/usr/include//usr/lib//usr/lib/pkgconfig//usr/share/man/man3/-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_Updatecpioxz5i586-suse-linuxC source, ASCII textpkgconfig filetroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRp>nvSsutf-8ac15a168c21b695e7eaf4fbd96e2ccc0c8bfb95d844c949ebf323569962762ef?7zXZ !t/[] crv(vX0BNHpe у p< 4UaayF3)^FX++#iNK:֋DGWsתzK҅ G:LUx6>{>#A))ۻVo{=S˴%eNϨ-Ճ&juV Ga-Ib'72]țPZ}Ԍ|RǛ#1VmBkU\\ Yyqjy藮dx7饐"gVtdgY--Dn&r""q|]^ ,NY\70\@ubhRK$`bv?xK- uFzb+|FPYŌ%t- a ꣮.J"rE 9 6w&T'r_)v1GҋBRymV!wrr &Ȇ風Ҹjƛ\\^m#2A6d@a*vs"c"`̴?vf!EFA ?'Ĥs kWG ,I`Di0.g I'F?dkÐ[asǒd@\rJԩ4>YJ$÷7$|t~±JStpE$mE&]"i\s:tZ*&\kTZżm\#A[ҙERې({ageWft^IkE[22vga ZGkILjF0)!`[7ɷD'܌s=Gf!)oGUS>&)(c,N2;w0alBP=]WB+/ n\nm`J 2ml3Ot<n?&M, 'sM  Zb }y-A@;OD>OeC~ck:%҄΋n;q^?ĺW3[+ L(S 8N=[?e TSLbK@>Lp-؋9壩gl -E>#$[w+ڇhbwOuxX] u'¥ժ!SƯyjșRf,^s:0LXG i}ʤPR/ds} F_{oS &/2nt:o|SU62WG8|.{:fpIM\D~ t*.;`4TFd?6MWi8HG_'(bR_;Ţ&=׈:rqW%Z'3wh[Zo]5ct͉[YS;6*{_E|Ffí-PH+)k 43NnGsȱt8U_] L@Hiҹ oo|X@ ("۝H'%o6/C}?skqA/Tz>\QNrv1"m4N(Ti(7@@.!Any< V=;ߘbTo&J6G+ Nxg6ѨbSmx P{"m1#+>иE|RjaK7ۊ޳(i?mXId .g,PP2}'w[J\ d]N@XωUeg\R}?H KbLxT{I&:_٘^OCi]-z6-'$kSӗQ!EQI%8au' 201AIL<)s+=3)6g2%SZ}[Ir \ub zG!-eH֚q Q/ƪ8 *;fD1Jay;ҁ[NI> ";xjBi x.49l+Rp3=p#b,9}qeV9~;Un߷Kh`#GagW3h{l+4VgGvZ,fRX{ǎ;)o Rܕb vmsٺD(vmSch u;b)?{>ST/su AvrG5{'#\eJLsRymE ^YE |?ILt!G#bIz\.XaҮ3܁;nג"'S9O:/,XP_WjVh&H{h'ϛMpupKE&<XC%[[:mGuMUO_!I҃.<ٷfJT-ɞr)7+zy[D>8ucj߬!b8\) z5S w&;zϛ>V?^Hk fӜǵ/-+Hgc\8"XoohBe\huQ2|DSn