From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 23 16:10:07 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C405B1065670 for ; Wed, 23 Feb 2011 16:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 755888FC16 for ; Wed, 23 Feb 2011 16:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p1NGA7qA055064 for ; Wed, 23 Feb 2011 16:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p1NGA7lc055063; Wed, 23 Feb 2011 16:10:07 GMT (envelope-from gnats) Resent-Date: Wed, 23 Feb 2011 16:10:07 GMT Resent-Message-Id: <201102231610.p1NGA7lc055063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70EE8106567A for ; Wed, 23 Feb 2011 16:01:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 601D38FC13 for ; Wed, 23 Feb 2011 16:01:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p1NG1TnG000618 for ; Wed, 23 Feb 2011 16:01:29 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p1NG1TWV000617; Wed, 23 Feb 2011 16:01:29 GMT (envelope-from nobody) Message-Id: <201102231601.p1NG1TWV000617@red.freebsd.org> Date: Wed, 23 Feb 2011 16:01:29 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/154977: [UPDATE] net/py-ldap2: update to 2.3.13 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Feb 2011 16:10:07 -0000 >Number: 154977 >Category: misc >Synopsis: [UPDATE] net/py-ldap2: update to 2.3.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 23 16:10:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.2-PRERELEASE >Organization: >Environment: 8.2-PRERELEASE i386 tested with python2.7 and openldap24-client against my handmade ldap application >Description: - update to 2.3.13 changelog: * Correct #ifdef-statement for LDAP_OPT_X_TLS_CRLFILE in constants.c fixes build with older OpenLDAP libs * Support for LDAP_OPT_DEFBASE (see SF#3072016, thanks to Johannes) >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa py-ldap2.orig/Makefile py-ldap2/Makefile --- py-ldap2.orig/Makefile 2011-02-19 16:35:14.000000000 +0300 +++ py-ldap2/Makefile 2011-02-23 18:48:09.000000000 +0300 @@ -5,7 +5,7 @@ # $FreeBSD: ports/net/py-ldap2/Makefile,v 1.53 2011/02/19 13:35:14 delphij Exp $ PORTNAME= ldap2 -PORTVERSION= 2.3.12 +PORTVERSION= 2.3.13 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruNa py-ldap2.orig/distinfo py-ldap2/distinfo --- py-ldap2.orig/distinfo 2011-02-19 16:35:14.000000000 +0300 +++ py-ldap2/distinfo 2011-02-23 18:48:16.000000000 +0300 @@ -1,2 +1,2 @@ -SHA256 (python-ldap-2.3.12.tar.gz) = 3c8524dfaa5909d35af5c927d243c2bd8c8831ec47e58f7a2e3093a3264a42b5 -SIZE (python-ldap-2.3.12.tar.gz) = 112239 +SHA256 (python-ldap-2.3.13.tar.gz) = 417ae3f6e2f680461611dc60c95ac9fcb3c5bab2e00e06f9e0572b85903ecc9b +SIZE (python-ldap-2.3.13.tar.gz) = 112397 >Release-Note: >Audit-Trail: >Unformatted: