Ver código fonte

upgrading package: openldap 2.2.14 -> 2.2.15

Thorsten Hohmeier 21 anos atrás
pai
commit
6e2f5ca04f
2 arquivos alterados com 6 adições e 6 exclusões
  1. 4 4
      openldap/openldap.patch
  2. 2 2
      openldap/openldap.spec

+ 4 - 4
openldap/openldap.patch

@@ -24,13 +24,13 @@ Index: servers/slapd/slapd.conf
 +#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
+--- servers/slapd/Makefile.in.orig	2004-07-26 00:31:04 +0200
++++ servers/slapd/Makefile.in	2004-07-28 08:38:37 +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; \
+-		$(LN_S) $(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
++		$(LN_S) $(DESTDIR)$(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
  	done
  

+ 2 - 2
openldap/openldap.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        BASE
 Group:        Database
 License:      GPL
-Version:      2.2.14
-Release:      20040706
+Version:      2.2.15
+Release:      20040728
 
 #   package options
 %option       with_fsl   yes