Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2003 14:51:39 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Subject:   ports/52568: [PATCH] update of port net/openldap21 to 2.1.20
Message-ID:  <E19IpXn-0007Aw-Tv@mx1.fillmore-labs.com>
Resent-Message-ID: <200305221300.h4MD0QWx059364@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         52568
>Category:       ports
>Synopsis:       [PATCH] update of port net/openldap21 to 2.1.20
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 06:00:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:

System: FreeBSD nuuk.fillmore-labs.com 4.8-STABLE

>Description:

OpenLDAP 2.1.20 is available.

- http://www.PlanetMirror.com/pub redirects to http://public.planetmirror.com/pub/,
  fetch doesn't follow 302 redirects

not included:

- a fix for PR 51419 (openldap21 won't compile with CLIENT_ONLY=yes)

- the patches in PR 51277 (is currently in feedback status)

This patch is purposely held small, so we can get a current OpenLDAP version soon.

Regards
    Oliver

>How-To-Repeat:
>Fix:

cat openldap21-2.1.20.patch | patch -p0 -d /usr/ports
find /usr/ports/net/openldap21 -name '*.orig' -delete

--- openldap21-2.1.20.patch begins here ---
diff -Nur net/openldap21/Makefile.orig net/openldap21/Makefile
--- net/openldap21/Makefile.orig	Sat Apr 12 02:06:24 2003
+++ net/openldap21/Makefile	Thu May 22 14:34:09 2003
@@ -15,11 +15,11 @@
 #
 
 PORTNAME=	openldap21
-PORTVERSION=	2.1.17
+PORTVERSION=	2.1.20
 PORTREVISION=	0
 CATEGORIES=	net databases
 MASTER_SITES=	ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/		\
-		http://www.PlanetMirror.com/pub/openldap/%SUBDIR%/	\
+		http://public.planetmirror.com/pub/openldap/%SUBDIR%/	\
 		ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/%SUBDIR%/\
 		ftp://ftp.matrix.com.br/pub/openldap/%SUBDIR%/		\
 		ftp://ftp.ucr.ac.cr/pub/Unix/openldap/%SUBDIR%/		\
diff -Nur net/openldap21/distinfo.orig net/openldap21/distinfo
--- net/openldap21/distinfo.orig	Sat Apr 12 02:06:24 2003
+++ net/openldap21/distinfo	Thu May 22 14:28:55 2003
@@ -1,2 +1,2 @@
 MD5 (openldap-stable-20030410.tgz) = 53fb6c157a7c54b988cf7555e56f11e6
-MD5 (openldap-2.1.17.tgz) = 53fb6c157a7c54b988cf7555e56f11e6
+MD5 (openldap-2.1.20.tgz) = fe6d5f8571672e3107b42299a03e92ce
--- openldap21-2.1.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19IpXn-0007Aw-Tv>