summaryrefslogtreecommitdiffstats
path: root/net/openldap/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-24 04:29:10 +0000
committersteve <steve@FreeBSD.org>1999-12-24 04:29:10 +0000
commit86158bc51900e29a33ea907d27ec1f8325ebff57 (patch)
tree4ab682843b18ddf9388ce4cb8c4bde44003312d1 /net/openldap/files
parentbeb75927f42e8914ade94e90d610c9e7377cc1fb (diff)
downloadFreeBSD-ports-86158bc51900e29a33ea907d27ec1f8325ebff57.zip
FreeBSD-ports-86158bc51900e29a33ea907d27ec1f8325ebff57.tar.gz
Update to version 1.2.8.
PR: 15599 Submitted by: maintainer
Diffstat (limited to 'net/openldap/files')
-rw-r--r--net/openldap/files/patch-aa20
-rw-r--r--net/openldap/files/patch-ab11
2 files changed, 0 insertions, 31 deletions
diff --git a/net/openldap/files/patch-aa b/net/openldap/files/patch-aa
deleted file mode 100644
index 93f071d..0000000
--- a/net/openldap/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- servers/slapd/add.c.orig Fri Jan 29 00:11:49 1999
-+++ servers/slapd/add.c Sat Oct 23 13:31:43 1999
-@@ -180,6 +180,9 @@
- bv.bv_len = strlen( bv.bv_val );
- }
- attr_merge( e, "creatorsname", bvals );
-+ /* Netscape Communicator 4.5 seems to expect modification information
-+ to be present within newly created items. */
-+ attr_merge( e, "modifiersname", bvals );
-
- ldap_pvt_thread_mutex_lock( &currenttime_mutex );
- #ifndef LDAP_LOCALTIME
-@@ -194,4 +197,7 @@
- bv.bv_val = buf;
- bv.bv_len = strlen( bv.bv_val );
- attr_merge( e, "createtimestamp", bvals );
-+ /* Netscape Communicator 4.5 seems to expect modification information
-+ to be present within newly created items. */
-+ attr_merge( e, "modifytimestamp", bvals );
- }
diff --git a/net/openldap/files/patch-ab b/net/openldap/files/patch-ab
deleted file mode 100644
index e1dad25..0000000
--- a/net/openldap/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Mon Nov 1 09:24:55 1999
-+++ configure Mon Nov 1 09:25:14 1999
-@@ -112,7 +112,7 @@
- datadir='${prefix}/share'
- sysconfdir='${prefix}/etc'
- sharedstatedir='${prefix}/com'
--localstatedir='${prefix}/var'
-+localstatedir='/var/run'
- libdir='${exec_prefix}/lib'
- includedir='${prefix}/include'
- oldincludedir='/usr/include'
OpenPOWER on IntegriCloud