ports/79335: Update port: net/openldap22-server to 2.2.24

skv at FreeBSD.org skv at FreeBSD.org
Tue Mar 29 13:00:11 UTC 2005


>Number:         79335
>Category:       ports
>Synopsis:       Update port: net/openldap22-server to 2.2.24
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 29 13:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: net/openldap22-server to 2.2.24

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/openldap22-server/Makefile,v
retrieving revision 1.102
diff -u -r1.102 Makefile
--- Makefile	3 Feb 2005 03:42:06 -0000	1.102
+++ Makefile	29 Mar 2005 11:55:18 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=		openldap
-PORTVERSION=		2.2.23
+PORTVERSION=		2.2.24
 PORTREVISION=		${OPENLDAP_PORTREVISION}
 CATEGORIES=		net databases
 MASTER_SITES=		ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/openldap22-server/distinfo,v
retrieving revision 1.48
diff -u -r1.48 distinfo
--- distinfo	3 Feb 2005 03:42:06 -0000	1.48
+++ distinfo	29 Mar 2005 11:57:49 -0000
@@ -1,2 +1,2 @@
-MD5 (openldap-2.2.23.tgz) = 51d1cf0a8f77f5cd27a5aa2b82a344ec
-SIZE (openldap-2.2.23.tgz) = 2600908
+MD5 (openldap-2.2.24.tgz) = 383691dbabe05ee2b72a3e9db2042a82
+SIZE (openldap-2.2.24.tgz) = 2624959
Index: files/patch-libraries::libldap::os-ip.c
===================================================================
RCS file: files/patch-libraries::libldap::os-ip.c
diff -N files/patch-libraries::libldap::os-ip.c
--- files/patch-libraries::libldap::os-ip.c	3 Feb 2005 03:42:06 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,23 +0,0 @@
---- libraries/libldap/os-ip.c	Thu Jan 20 18:01:01 2005
-+++ libraries/libldap/os-ip.c	Mon Jan 31 16:53:39 2005
-@@ -258,15 +258,15 @@
- 	if ( async ) return ( -2 );
- #endif
- 
--	FD_ZERO(&wfds);
--	FD_SET(s, &wfds );
-+	do {
-+		FD_ZERO(&wfds);
-+		FD_SET(s, &wfds );
- 
- #ifdef HAVE_WINSOCK
--	FD_ZERO(&efds);
--	FD_SET(s, &efds );
-+		FD_ZERO(&efds);
-+		FD_SET(s, &efds );
- #endif
- 
--	do {
- 		rc = select(ldap_int_tblsize, z, &wfds,
- #ifdef HAVE_WINSOCK
- 			&efds,
Index: files/patch-servers::slapd::back-ldap::search.c
===================================================================
RCS file: files/patch-servers::slapd::back-ldap::search.c
diff -N files/patch-servers::slapd::back-ldap::search.c
--- files/patch-servers::slapd::back-ldap::search.c	3 Feb 2005 03:42:06 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- servers/slapd/back-ldap/search.c	Thu Jan 20 18:01:12 2005
-+++ servers/slapd/back-ldap/search.c	Wed Feb  2 14:51:05 2005
-@@ -681,7 +681,7 @@
- 
- retry:
- 	rc = ldap_search_ext_s(lc->ld, mdn.bv_val, LDAP_SCOPE_BASE, filter,
--				gattr, 0, NULL, NULL, LDAP_NO_LIMIT,
-+				at ? gattr : NULL, 0, NULL, NULL, LDAP_NO_LIMIT,
- 				LDAP_NO_LIMIT, &result);
- 	if ( rc != LDAP_SUCCESS ) {
- 		if ( rc == LDAP_SERVER_DOWN && do_retry ) {
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list