summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-nds/openldap: microoptimizeSam James2023-06-122-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: add upstream libressl patchorbea2023-05-303-0/+40
| | | | | | | | | | | | | | | | | | | | 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>
* */*: remove x86-solaris keywordFabian Groffen2023-05-244-4/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 x86, #905309Arthur Zamarin2023-05-061-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 sparc, #905309Arthur Zamarin2023-05-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 hppa, #905309Arthur Zamarin2023-05-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 ppc64, #905309Arthur Zamarin2023-05-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 arm64, #905309Arthur Zamarin2023-05-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 arm, #905309Arthur Zamarin2023-05-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.5.14 amd64, #905309Sam James2023-05-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: add LTS noteSam James2023-03-194-0/+12
| | | | | Bug: https://bugs.gentoo.org/900621 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: add 2.5.14 (LTS)Tomáš Mózes2023-03-192-0/+859
| | | | | | | Closes: https://bugs.gentoo.org/900621 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30080 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/389-ds-base: add bug ref to patchSam James2023-03-101-0/+1
| | | | | Bug: https://bugs.gentoo.org/899702 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/389-ds-base: fix build w/ newer dev-python/packagingSam James2023-03-102-0/+167
| | | | | Closes: https://bugs.gentoo.org/899702 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/yp-tools: fix MissingRemoteId for maintainer-needed packagesCristian Othón Martínez Vera2023-02-221-0/+3
| | | | | Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix /run creationRobin H. Johnson2023-02-122-0/+4
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/836725
* net-nds/openldap: drop 2.4.58-r2, 2.6.3-r3Sam James2023-02-123-1704/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: stabilize 2.4.59-r2Sam James2023-02-121-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r3 ppc64, #873568Sam James2023-02-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: Stabilize 2.4.58-r2 sparc, #818739Sam James2023-02-121-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: increase test timeoutsSam James2023-02-121-0/+8
| | | | | | | | | In the past, we've seen segfaults or (IIRC) a sigbus once on timeouts, and the test in question here passes on sparc when running outside of Portage anyway. Let's give it a go. Bug: https://bugs.gentoo.org/894012 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix lmdb version, add version checkSam James2023-02-101-1/+16
| | | | | | | We must use at least the version of lmdb bundled with OpenLDAP. Bug: https://bugs.gentoo.org/588792 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: add 2.6.4Sam James2023-02-103-0/+1069
| | | | | | | 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-093-4/+79
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://bugs.gentoo.org/893646
* net-nds/openldap: adapt safety check for 2.4->2.6 upgradeSam James2023-02-081-3/+12
| | | | | | | | Drops berkdb. See https://forums.gentoo.org/viewtopic-p-8775222.html. Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: adjust systemd unit install logicMike Gilbert2023-01-301-12/+12
| | | | | | | | | | Only install slapd.service when USE=systemd; it has Type=notify and is therefore uselesss without sd_notify. Also remove the upstream unit file to prevent weirdness with split-usr. Closes: https://bugs.gentoo.org/892627 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-nds/openldap: set NotifyAccess=all in slapd-2.6.1.serviceMike Gilbert2023-01-303-1/+1
| | | | | | Bug: https://bugs.gentoo.org/843029 Fixes: e276465660720433c8261e3fcbdcb974547de341 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 ppc64, #891861Sam James2023-01-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 arm64, #891861Sam James2023-01-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 amd64, #891861Sam James2023-01-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/389-ds-base: add 2.3.2Florian Schmaus2023-01-303-0/+364
| | | | | Closes: https://bugs.gentoo.org/856556 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-nds/389-ds-base: remove slottingFlorian Schmaus2023-01-302-2/+2
| | | | | Closes: https://bugs.gentoo.org/835617 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-nds/389-ds-base: restrict openldap version to one that provides ldap_rFlorian Schmaus2023-01-291-1/+1
| | | | | Closes: https://bugs.gentoo.org/892515 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 arm, #891861Jakov Smolić2023-01-281-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 sparc, #891861Arthur Zamarin2023-01-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 hppa, #891861Arthur Zamarin2023-01-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/ldapvi: drop 1.7_p20101214-r3Andreas Sturmlechner2023-01-251-52/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-nds/ldapvi: Stabilize 1.7_p20101214-r4 amd64, #891929Sam James2023-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/ldapvi: Stabilize 1.7_p20101214-r4 x86, #891929Sam James2023-01-241-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r5 x86, #891861Sam James2023-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: fix systemd unitSam James2023-01-192-1/+2
| | | | | Closes: https://bugs.gentoo.org/843029 Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/openldap: drop 2.4.57-r2Sam James2023-01-192-906/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-nds/adtool: Remove last-rited pkgMichał Górny2023-01-196-85/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r3 hppa, #873568Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r3 arm64, #873568Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r3 arm, #873568Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r3 amd64, #873568Arthur Zamarin2023-01-131-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-nds/openldap: Stabilize 2.6.3-r3 sparc, #873568Arthur Zamarin2023-01-131-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* */*: reassign zlogene@Michał Górny2023-01-131-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>