summaryrefslogtreecommitdiff
path: root/core/openldap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/openldap/PKGBUILD')
-rw-r--r--core/openldap/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD
index 838c91cbf..59ec01116 100644
--- a/core/openldap/PKGBUILD
+++ b/core/openldap/PKGBUILD
@@ -1,27 +1,25 @@
-# $Id: PKGBUILD 186436 2013-05-26 15:20:21Z eric $
+# $Id: PKGBUILD 193901 2013-09-04 19:28:51Z eric $
# Maintainer:
pkgbase=openldap
pkgname=('libldap' 'openldap')
-pkgver=2.4.35
-pkgrel=4
+pkgver=2.4.36
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.openldap.org/"
license=('custom')
makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath')
options=('!makeflags')
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
- slapd.service slapd.tmpfiles openldap-ntlm.patch openldap-nssov.patch)
-sha1sums=('db02243150b050baac6a8ea4145ad73a1f6d2266'
+ slapd.service slapd.tmpfiles openldap-ntlm.patch)
+sha1sums=('da0e18a28a5dade5c98d9a382fd8f0a676a12aca'
'2441815efbfa01ad7a1d39068e5503b53d1d04b0'
- 'f86a82e35ebe15026980467c9dee4007e686b795'
- 'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef'
- 'b2d11b4c522750ad9da3409333094fb599ac2c85')
+ '59241a813d7508294e4ef1cec3bfe1f5495e109d'
+ 'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
prepare() {
cd ${pkgbase}-${pkgver}
patch -p1 -i "${srcdir}"/openldap-ntlm.patch
- patch -p0 -i "${srcdir}"/openldap-nssov.patch
sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' libraries/{liblber,libldap,libldap_r}/Makefile.in
sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP "ldapi"|#define LDAPI_SOCK LDAP_DIRSEP "run" LDAP_DIRSEP "openldap" LDAP_DIRSEP "ldapi"|' include/ldap_defaults.h
sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}