Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-07 | main/openldap: fix build with gcc 14 | Natanael Copa | |
2024-02-01 | main/openldap: upgrade to 2.6.7 | Andy Postnikov | |
2023-10-22 | main/openldap: rebuild against libsodium 1.0.19 | Celeste | |
2023-08-01 | main/openldap: upgrade to 2.6.6 | Natanael Copa | |
2023-07-11 | main/openldap: upgrade to 2.6.5 | psykose | |
2023-04-20 | main/openldap: fix implicits | psykose | |
2023-04-11 | main/*: rebuild for dt_relr change | psykose | |
2023-04-04 | main/openldap: add argon2 dependency | Andy Postnikov | |
2023-02-09 | main/openldap: upgrade to 2.6.4 | psykose | |
2022-12-24 | main/*: remove empty variables | ptrcnull | |
AL5: variable set to empty string | |||
2022-11-06 | main/openldap: fix invalid includes in slapd.conf | Jakub Jirutka | |
This bug has been introduced in 130d1ca2f5b101d99c3736214117e0d6fa353d50 by me. :( | |||
2022-11-06 | main/openldap: improve and unify init scripts | Jakub Jirutka | |
2022-11-06 | main/openldap: remove deprecated $OPTS from init script | Jakub Jirutka | |
It was deprecated 5 years ago. | |||
2022-11-06 | main/openldap: unify changes and patches for slapd.conf and slapd.ldif | Jakub Jirutka | |
2022-10-25 | main/openldap: move openssl-dev to makedeps | psykose | |
prevents it being pulled for openvpn-auth-ldap and conflicting with openvpn-dev openssl1.1 . it's still safe as the final plugin does not link openssl itself, just libldap or maybe it isn't, as libldap links to openssl3 but loading the plugin into openvpn (1.1) would crash. who knows. | |||
2022-09-13 | main/openldap: improve default slapd.ldif | Natanael Copa | |
- use .so suffix for modules. fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/13866 - add cosine, inetorkperson and nis to default schema. fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/13867 | |||
2022-09-02 | main/openldap: disable check on s390x too | psykose | |
2022-09-02 | main/openldap: Fix slapd init.d script | Lars Kellogg-Stedman | |
Previously, while `service slapd start` would start the slapd daemon, `service slapd status` would show the service as "crashed". With this commit, we arrange for sladp to run in the foreground and let start-stop-daemon manage the pid file. | |||
2022-09-02 | main/openldap: Correct problems with example slapd.conf | Lars Kellogg-Stedman | |
The example slapd.conf included with this package had some erroneous content: - It would try to store slapd.{pid,args} in /var/lib/openldap/run, which (a) doesn't exist and (b) isn't really the right place for ephemeral runtime state. Fix: remove pidfile (since this is managed by openrc in any case) and argsfile from the example configuration. - It attempted to load modules using a .la extension (e.g., back_mdb.la), but the package only provides the .so version of the modules. Fix: Update module names After installing this package, with no further configuration, `slapd -u ldap -d1` will run without errors. | |||
2022-09-02 | main/openldap: Regenerate patches against openldap 2.6.3 | Lars Kellogg-Stedman | |
The existing patches were requiring an increasing amount of fuzz in order to apply against recent versions of openldap. With this commit I have applied the patches on top of the OPENLDAP_REL_ENG_2_6_3 tag from the openldap upstream repository, and then re-generated the patch files with `git format-patch`. | |||
2022-08-02 | main: mass rebuild against openssl 3 | Natanael Copa | |
2022-07-15 | main/openldap: upgrade to 2.6.3 | Andy Postnikov | |
2022-06-08 | main/openldap: add secfixes comment for CVE-2022-29155 | Natanael Copa | |
it was fixed in 2.6.2 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29155 | |||
2022-05-08 | main/openldap: fix build-order in tests | Kevin Daudt | |
Due to a missing make dependency, linking the test progs sometimes fails with: > cannot find slapd-common.o: No such file or directory Fix this by adding $(OBJS) to the dependencies of the ldif-filter target. | |||
2022-05-08 | main/openldap: upgrade 2.6.2 | Andy Postnikov | |
2021-11-03 | main/openldap: unify code for disabling tests | Jakub Jirutka | |
2021-11-03 | main/openldap: disable test063-delta-multiprovider | Jakub Jirutka | |
It fails on ppc64le, dunno why and don't have time & resources to troubleshoot it now. | |||
2021-11-03 | main/openldap: build standalone lloadd | Jakub Jirutka | |
2021-11-03 | main/openldap: build load balancer backend | Jakub Jirutka | |
2021-11-03 | main/openldap: DRY-up building/installing extra modules | Jakub Jirutka | |
2021-11-03 | main/openldap: rename subpkg -mqtt to -overlay-mqtt | Jakub Jirutka | |
2021-11-03 | main/openldap: halt upgrade if removed HDB or BDB backend is used | Jakub Jirutka | |
2021-11-03 | main/openldap: upgrade to 2.6.0 | Andy Postnikov | |
- fix lint - rework patches - update list of extensions | |||
2021-11-03 | main/openldap: remove libldapcpp as unstable and broken | Andy Postnikov | |
This reverts commit 93605472e4aa1bb31ceedd51297d117f419d9aa4. | |||
2021-11-03 | main/openldap: replace custom _submv() with amove() | Jakub Jirutka | |
2021-11-03 | main/openldap: reformat _backends, _overlays, depends_dev | Jakub Jirutka | |
2021-09-11 | main/openldap: switch to openssl 1.1 because some dependents are stuck | Ariadne Conill | |
2021-09-11 | main: rebuild everything else dependent on openssl-dev for openssl 3 | Ariadne Conill | |
2021-09-11 | main/openldap: fix build with autoconf-2.71 | Andy Postnikov | |
2021-06-17 | main/openldap: upgrade to 2.4.59 | J0WI | |
2021-05-21 | main/openldap: disable tests on aarch64 due to hangs | Ariadne Conill | |
2021-05-17 | main/openldap: fix build | Leo | |
2021-05-16 | main/openldap: fix build | Leo | |
2021-03-17 | main/openldap: upgrade to 2.4.58 | Jakub Jirutka | |
2021-03-17 | main/openldap: add argon2 subpackage | okzk | |
2021-02-24 | main/openldap: fix CVE-2021-27212 | Leo | |
Fixes #12464 | |||
2021-02-19 | main/openldap: fix license | Kevin Daudt | |
2021-02-17 | main/openldap: add secfixes comment | Natanael Copa | |
- CVE-2020-36221 - CVE-2020-36222 - CVE-2020-36223 - CVE-2020-36224 - CVE-2020-36225 - CVE-2020-36226 - CVE-2020-36227 - CVE-2020-36228 - CVE-2020-36229 - CVE-2020-36230 ref #12390 | |||
2021-02-17 | main/openldap: upgrade to 2.4.57 | TBK | |
2020-12-05 | main/openldap: add secfixes for 2.4.56-r0 | J0WI | |