diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-01 11:46:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-01 11:46:41 +0000 |
commit | 672c4b09db82f5446a07d271aae53dda1db92dc0 (patch) | |
tree | 57f0367003f250197a08f5cee51113ca375ffbe3 /databases | |
parent | 2f9654bd9ebc8a70c618ba7aee636b7076d1bc0e (diff) | |
download | pkgsrc-672c4b09db82f5446a07d271aae53dda1db92dc0.tar.gz |
Update to 2.4.17:
Released 2.4.17 2014-09-27
Changes since 2.4.16:
Lib/
* New hook syncrepl_refreshdone() in ldap.syncrepl.SyncReplConsumer
(thanks to Petr Spacek and Chris Mikkelson)
Modules/
* Added support for getting file descriptor of connection
with ldap.OPT_DESC
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-ldap/Makefile | 5 | ||||
-rw-r--r-- | databases/py-ldap/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile index 0a615384a6d..2c6be9b8924 100644 --- a/databases/py-ldap/Makefile +++ b/databases/py-ldap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2014/09/14 17:48:37 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2014/10/01 11:46:41 wiz Exp $ -DISTNAME= python-ldap-2.4.16 +DISTNAME= python-ldap-2.4.17 PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/} CATEGORIES= databases python MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/ @@ -8,6 +8,7 @@ MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python-ldap.org/ COMMENT= LDAP client API for Python +LICENSE= python-software-foundation EGG_NAME= ${DISTNAME:S/python-ldap/python_ldap/} diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index 48242366629..c5d718e192f 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2014/09/14 17:48:37 wiz Exp $ +$NetBSD: distinfo,v 1.24 2014/10/01 11:46:41 wiz Exp $ -SHA1 (python-ldap-2.4.16.tar.gz) = e25e1edda67ced26a31e8b7a68eb003c039ba21a -RMD160 (python-ldap-2.4.16.tar.gz) = 09acdac22ab686575b946d579b33d124f3b3b5f9 -Size (python-ldap-2.4.16.tar.gz) = 137873 bytes +SHA1 (python-ldap-2.4.17.tar.gz) = 12096b17c9d379a7ad55dcbc9cd9b128e10097da +RMD160 (python-ldap-2.4.17.tar.gz) = 75d5a81cfd8f8364fdcdda06e4f76bf0c42775af +Size (python-ldap-2.4.17.tar.gz) = 137389 bytes SHA1 (patch-aa) = b647e7f7c61e013b47be69831d5f2ba9f1caa13a |