summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-nds/openldap: Fix type mismatches in lloaddBrahmajit Das2024-02-091-0/+42
| | | | | | | Closes: https://bugs.gentoo.org/920379 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34944 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-nds/openldap: add upstream libressl patchorbea2023-05-301-0/+38
| | | | | | | | | | | | | | | | | | | | This patch was merged upstream and fixes the configure with LibreSSL. The configure script checks for SSL_export_keying_material_early() which LibreSSL doesn't support, but OpenLDAP doesn't actually use this function and only does this to ensure modern OpenSSL APIs are available. As a compromise the configure script now checks for the SSL_CTX_set_ciohersuites() function which both OpenSSL and LibreSSL support and where currently the rest of the OpenLDAP build and tests otherwise work with LibreSSL 3.7.2. Bug: https://bugs.gentoo.org/903001 Upstream-Issue: https://bugs.openldap.org/show_bug.cgi?id=10039 Upstream-PR: https://git.openldap.org/openldap/openldap/-/merge_requests/613 Upstream-Commit: https://git.openldap.org/openldap/openldap/-/commit/cb73e60a49f85bf5207b2fd0f557013be29ac072 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/31050 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: add 2.6.4Sam James2023-02-101-0/+234
| | | | | | | Bug: https://bugs.gentoo.org/867931 Closes: https://bugs.gentoo.org/848894 Closes: https://bugs.gentoo.org/892009 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: tweak upgrade safety checks & default database backend for 2.6Robin H. Johnson2023-02-091-0/+64
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/893646
* net-nds/openldap: set NotifyAccess=all in slapd-2.6.1.serviceMike Gilbert2023-01-302-1/+1
| | | | | | Bug: https://bugs.gentoo.org/843029 Fixes: e276465660720433c8261e3fcbdcb974547de341 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-nds/openldap: fix systemd unitSam James2023-01-191-0/+1
| | | | | Closes: https://bugs.gentoo.org/843029 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: another pthread configure fixSam James2022-12-011-3/+19
| | | | | Bug: https://bugs.gentoo.org/871372 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix configure+build w/ clang 16 deuxSam James2022-11-251-9/+39
| | | | | | | | | | | | The previous patch wasn't enough on some systems. This affects the macro which ntp bundles too. Closes: https://bugs.gentoo.org/871288 Bug: https://bugs.gentoo.org/871372 Bug: https://bugs.gentoo.org/882183 Fixes: d4d1d9ed527058cf86b22407cc492944f9b1e6e5 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix configure+build w/ clang 16Sam James2022-11-241-0/+139
| | | | | | | | | This affects the macro which ntp bundles too. Closes: https://bugs.gentoo.org/871288 Bug: https://bugs.gentoo.org/871372 Bug: https://bugs.gentoo.org/882183 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: remove unused patchMichael Mair-Keimberger2022-11-231-46/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28373 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: remove unused patchMichael Mair-Keimberger2022-07-191-59/+0
| | | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Portage 3.0.32 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26479 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-nds/openldap: removed unused filesDennis Lamm2022-07-152-43/+0
| | | | | | | Closes: https://bugs.gentoo.org/672378 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/26409 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix parallel build failureSam James2022-05-091-0/+46
| | | | | Closes: https://bugs.gentoo.org/836557 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: cleanup patchesSam James2022-03-2018-133/+35
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: drop sys-libs/db (BDB) remnants from 2.6.1Sam James2022-03-201-2/+0
| | | | | | | We already dropped the dependency in 2.6.1 so let's clean up some remnants. Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix bashism in configure in 2.6.1Sam James2022-03-201-0/+13
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: add upstream MAKEOPTS patchSam James2022-03-191-0/+59
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix hang in configureDavid Seifert2022-03-191-2/+2
| | | | | | | | Issue was in the system mdb patch. Closes: https://bugs.gentoo.org/835639 Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap 2.6.1 version bumpDennis Lamm2022-03-196-0/+648
| | | | | | | | | | | Closes: https://bugs.gentoo.org/799092 Bug: https://bugs.gentoo.org/624178 Bug: https://bugs.gentoo.org/815844 Bug: https://bugs.gentoo.org/609486 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org> (cherry picked from commit c2e92fe1e144e8563f753a76d9d0cba923bb8878) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-nds/openldap: remove libressl supportMikle Kolyada2021-05-021-58/+0
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* Revert "net-nds/openldap: fix build with slibtool"Sam James2021-03-251-33/+0
| | | | | | | | This reverts commit 2f022ebed59863e745ac87005a956b0736266dfe. May be a bug in slibtool, so let's wait for now. Bug: https://bugs.gentoo.org/777804 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix build with slibtoolSam James2021-03-251-0/+33
| | | | | | Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/777804 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: remove unused patchMichael Mair-Keimberger2020-06-201-65/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/16315 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-nds/openldap: remove unused patchMichael Mair-Keimberger2019-03-031-109/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11239 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-nds/openldap: Add libressl patch to 2.4.47, also fix warningsPatrick McLean2019-02-212-0/+99
| | | | | | | | | Forward patches the libressl patch from 2.4.45-r1, also adds a patch that silences implicit definition warnings. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* net-nds/openldap: remove unused patches/fileMichael Mair-Keimberger2017-12-148-420/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/6394 (cherry picked from commit 4e478aadc251ed749a110c490fee30db294d0fba) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-nds/openldap: fix bug 622460 in place, build errorMatthew Thode2017-07-251-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* net-nds/openldap: Add patch to build with libressl-2.5.4 and call to epatch_userPatrick McLean2017-06-291-0/+65
| | | | | | | Patch pulled from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219781 Gentoo-Bug: 622464 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* net-nds/openldap: fix gnutls support in openldap-2.4.45 bug 622460Matthew Thode2017-06-231-0/+109
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-283-3/+0
| | | | Bug: 611234
* net-nds/openldap: drop old ebuilds.Robin H. Johnson2017-02-195-348/+0
| | | | Package-Manager: portage-2.3.2
* Revert "net-nds/openldap: security and patch cleanup wrt bug #560424"Aaron Bauman2017-01-298-0/+517
| | | | This reverts commit 24cf260188c1d266815d1e6329547b1d52de5a1b.
* net-nds/openldap: security and patch cleanup wrt bug #560424Aaron Bauman2017-01-298-517/+0
|
* net-nds/openldap: remove unused init fileMichael Mair-Keimberger (asterix)2017-01-271-22/+0
| | | | | | (cherry picked from commit d25ef0203245831250003ab14b6465b621e58ab0) Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://github.com/gentoo/gentoo/pull/3678
* net-nds/openldap: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-187-7/+7
|
* net-nds/openldap: bumping for release, also fixes bug 549614Matthew Thode2015-09-031-0/+136
| | | | Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0834-0/+1527
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed