summaryrefslogtreecommitdiff
path: root/main/openldap/APKBUILD
AgeCommit message (Collapse)Author
2024-08-07main/openldap: fix build with gcc 14Natanael Copa
2024-02-01main/openldap: upgrade to 2.6.7Andy Postnikov
2023-10-22main/openldap: rebuild against libsodium 1.0.19Celeste
2023-08-01main/openldap: upgrade to 2.6.6Natanael Copa
2023-07-11main/openldap: upgrade to 2.6.5psykose
2023-04-20main/openldap: fix implicitspsykose
2023-04-11main/*: rebuild for dt_relr changepsykose
2023-04-04main/openldap: add argon2 dependencyAndy Postnikov
2023-02-09main/openldap: upgrade to 2.6.4psykose
2022-12-24main/*: remove empty variablesptrcnull
AL5: variable set to empty string
2022-11-06main/openldap: fix invalid includes in slapd.confJakub Jirutka
This bug has been introduced in 130d1ca2f5b101d99c3736214117e0d6fa353d50 by me. :(
2022-11-06main/openldap: improve and unify init scriptsJakub Jirutka
2022-11-06main/openldap: remove deprecated $OPTS from init scriptJakub Jirutka
It was deprecated 5 years ago.
2022-11-06main/openldap: unify changes and patches for slapd.conf and slapd.ldifJakub Jirutka
2022-10-25main/openldap: move openssl-dev to makedepspsykose
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-13main/openldap: improve default slapd.ldifNatanael 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-02main/openldap: disable check on s390x toopsykose
2022-09-02main/openldap: Fix slapd init.d scriptLars 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-02main/openldap: Correct problems with example slapd.confLars 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-02main/openldap: Regenerate patches against openldap 2.6.3Lars 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-02main: mass rebuild against openssl 3Natanael Copa
2022-07-15main/openldap: upgrade to 2.6.3Andy Postnikov
2022-06-08main/openldap: add secfixes comment for CVE-2022-29155Natanael Copa
it was fixed in 2.6.2 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29155
2022-05-08main/openldap: fix build-order in testsKevin 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-08main/openldap: upgrade 2.6.2Andy Postnikov
2021-11-03main/openldap: unify code for disabling testsJakub Jirutka
2021-11-03main/openldap: disable test063-delta-multiproviderJakub Jirutka
It fails on ppc64le, dunno why and don't have time & resources to troubleshoot it now.
2021-11-03main/openldap: build standalone lloaddJakub Jirutka
2021-11-03main/openldap: build load balancer backendJakub Jirutka
2021-11-03main/openldap: DRY-up building/installing extra modulesJakub Jirutka
2021-11-03main/openldap: rename subpkg -mqtt to -overlay-mqttJakub Jirutka
2021-11-03main/openldap: halt upgrade if removed HDB or BDB backend is usedJakub Jirutka
2021-11-03main/openldap: upgrade to 2.6.0Andy Postnikov
- fix lint - rework patches - update list of extensions
2021-11-03main/openldap: remove libldapcpp as unstable and brokenAndy Postnikov
This reverts commit 93605472e4aa1bb31ceedd51297d117f419d9aa4.
2021-11-03main/openldap: replace custom _submv() with amove()Jakub Jirutka
2021-11-03main/openldap: reformat _backends, _overlays, depends_devJakub Jirutka
2021-09-11main/openldap: switch to openssl 1.1 because some dependents are stuckAriadne Conill
2021-09-11main: rebuild everything else dependent on openssl-dev for openssl 3Ariadne Conill
2021-09-11main/openldap: fix build with autoconf-2.71Andy Postnikov
2021-06-17main/openldap: upgrade to 2.4.59J0WI
2021-05-21main/openldap: disable tests on aarch64 due to hangsAriadne Conill
2021-05-17main/openldap: fix buildLeo
2021-05-16main/openldap: fix buildLeo
2021-03-17main/openldap: upgrade to 2.4.58Jakub Jirutka
2021-03-17main/openldap: add argon2 subpackageokzk
2021-02-24main/openldap: fix CVE-2021-27212Leo
Fixes #12464
2021-02-19main/openldap: fix licenseKevin Daudt
2021-02-17main/openldap: add secfixes commentNatanael 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-17main/openldap: upgrade to 2.4.57TBK
2020-12-05main/openldap: add secfixes for 2.4.56-r0J0WI