浏览代码

upgrading package: openldap 2.2.8 -> 2.2.9

Ralf S. Engelschall 21 年之前
父节点
当前提交
64d5ceac53
共有 2 个文件被更改,包括 13 次插入2 次删除
  1. 11 0
      openldap/openldap.patch
  2. 2 2
      openldap/openldap.spec

+ 11 - 0
openldap/openldap.patch

@@ -23,3 +23,14 @@ Index: servers/slapd/slapd.conf
 +#updatedn        "cn=admin,dc=example,dc=org"
 +#updateref       ldap://master.example.org
 +
+Index: servers/slapd/Makefile.in
+--- servers/slapd/Makefile.in.orig	2004-04-12 20:07:40.000000000 +0200
++++ servers/slapd/Makefile.in	2004-04-16 09:48:49.000000000 +0200
+@@ -421,6 +421,6 @@
+ 	cd $(DESTDIR)$(sbindir); \
+ 	rm -f $(SLAPTOOLS); \
+ 	for i in $(SLAPTOOLS); do \
+-		$(LN_S) $(libexecdir)/slapd $$i; \
++		$(LN_S) $(DESTDIR)$(libexecdir)/slapd $$i; \
+ 	done
+ 

+ 2 - 2
openldap/openldap.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        BASE
 Group:        Database
 License:      GPL
-Version:      2.2.8
-Release:      20040329
+Version:      2.2.9
+Release:      20040416
 
 #   package options
 %option       with_fsl  yes