Date: Sunday, April 2, 2023 @ 14:30:00
Author: freswa
Revision: 472562
provide contrib overlays slapo-noopsrch and slapo-allowed
implements FS#73823
Modified:
openldap/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-02 12:24:32 UTC (rev 472561)
+++ PKGBUILD 2023-04-02 14:30:00 UTC (rev 472562)
@@ -4,7 +4,7 @@
pkgbase=openldap
pkgname=('openldap' 'libldap')
pkgver=2.6.4
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://www.openldap.org/"
license=('custom')
@@ -27,6 +27,8 @@
'autogroup'
'lastbind'
'passwd/sha2'
+ 'allowed'
+ 'noopsrch'
)
prepare() {
@@ -132,7 +134,7 @@
DESTDIR="$pkgdir" install
# passwd/sha2 has no man page, so skip it
- if [ "$module" != "passwd/sha2" ]; then
+ if [ -f "contrib/slapd-modules/$module/slapo-$module.5" ]; then
install -m644 -t "$pkgdir/usr/share/man/man5" \
"contrib/slapd-modules/$module/slapo-$module.5"
fi