Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2003 18:12:42 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        "Marc G. Fournier" <scrappy@FreeBSD.org>
Subject:    ports/55961: [PATCH] Update of port net/p5-perl-ldap to version 0.29
Message-ID:  <3F4A357A.7050307@fillmore-labs.com>
Resent-Message-ID: <200308251620.h7PGKFS9002002@freefall.freebsd.org>

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

>Number:         55961
>Category:       ports
>Synopsis:       [PATCH] Update of port net/p5-perl-ldap to version 0.29
>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:   Mon Aug 25 09:20:14 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:

- upgrade of NET::LDAP to 0.29
  * Workaround bug in IO::Socket::SSL when startTLS fails
  * Fix reference loop memory leak problem
  * Add a SIGNATURE to the distribution
  * Re-added support for :all in the import list to get all constants
  * New methods error_name, error_text, error_desc added to Message.pm
- fixed dependencies
- added SASL authentication

>How-To-Repeat:
>Fix:

cat p5-perl-ldap-0.29.patch | patch -p0 -d /usr/ports
find /usr/ports/net/p5-perl-ldap -name '*.orig' -delete

--- p5-perl-ldap-0.29.patch begins here ---
diff -Nur net/p5-perl-ldap/Makefile.orig net/p5-perl-ldap/Makefile
--- net/p5-perl-ldap/Makefile.orig	Tue Jun 17 02:06:12 2003
+++ net/p5-perl-ldap/Makefile	Mon Aug 25 17:45:35 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	perl-ldap
-PORTVERSION=	0.28
+PORTVERSION=	0.29
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
@@ -19,7 +19,9 @@
 		${SITE_PERL}/URI/ldap.pm:${PORTSDIR}/net/p5-URI \
 		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
 		${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
-		${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+		${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX \
+		${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
@@ -32,6 +34,7 @@
 		Net::LDAP::Control::Sort.3 \
 		Net::LDAP::Control::SortResult.3 \
 		Net::LDAP::Control::VLV.3 \
+		Net::LDAP::Control::VLVResponse.3 \
 		Net::LDAP::DSML.3 \
 		Net::LDAP::Entry.3 \
 		Net::LDAP::Examples.3 \
diff -Nur net/p5-perl-ldap/distinfo.orig net/p5-perl-ldap/distinfo
--- net/p5-perl-ldap/distinfo.orig	Tue Jun 17 02:06:12 2003
+++ net/p5-perl-ldap/distinfo	Mon Aug 25 17:16:49 2003
@@ -1 +1 @@
-MD5 (perl-ldap-0.28.tar.gz) = 67d8d1827a0b0e9a57e69ba27aec27f4
+MD5 (perl-ldap-0.29.tar.gz) = a66eeb1fd322e0b39e2f8fb4ab9e20fa
--- p5-perl-ldap-0.29.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?3F4A357A.7050307>