Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.19 18 Jun 2015 19:56:52 |
rm |
net/py-ldap2: rename to py-ldap
To better match upstream name |
2.4.19 18 Jan 2015 08:32:22 |
rm |
net/py-ldap2: update to 2.4.19 |
2.4.18 18 Oct 2014 18:05:01 |
rm |
net/py-ldap2: update to 2.4.18 |
2.4.15_1 24 Jul 2014 18:34:16 |
tijl |
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample (Only the first 15 lines of the commit message are shown above ) |
2.4.15 05 Apr 2014 20:57:39 |
rm |
- remove SASL from default options - it was added for testing |
2.4.15 05 Apr 2014 20:54:53 |
rm |
net/py-ldap2: update to 2.4.15
- update to 2.4.15
- add some non-functional whitespace changes |
2.4.13 15 Feb 2014 10:30:37 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREV |
2.4.13 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.4.13 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
2.4.13 07 Jul 2013 16:21:04 |
rm |
- update to 2.4.13
- turn WITH_SASL into an OPTION
changelog:
* ldapobject.ReconnectLDAPObject._apply_last_bind() now sends
anonymous simple bind request even if the calling application
did not to provoke ldap.SERVER_DOWN in method reconnect()
* ldapobject.ReconnectLDAPObject.reconnect() now also catches
ldap.TIMEOUT exception after reconnection attempt
* Several other fixes for ldapobject.ReconnectLDAPObject
(thanks to Jonathan Giannuzzi) |
2.4.12 29 May 2013 22:27:19 |
rm |
- update to 2.4.12
- remove leading article from COMMENT
- tab -> space change in pkg-descr:WWW |
2.4.10 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
2.4.10 14 Jun 2012 16:39:50 |
rm |
- update to 2.4.10 |
2.4.9 30 Mar 2012 21:13:39 |
rm |
- update to 2.4.9
Feature safe: yes |
2.4.8 24 Feb 2012 09:47:44 |
rm |
- update to 2.4.8 |
2.4.7 22 Jan 2012 09:31:24 |
rm |
- update to 2.4.7 |
2.4.6 04 Jan 2012 11:23:50 |
rm |
- update to 2.4.6
- rework SASL option handling according to upstream changes
- explicitly depend on OpenLDAP 2.4 [1]
PR: 163808 [1]
Submitted by: Mike Fisher <mfisher at csh.rit dot edu> |
2.4.4 15 Nov 2011 04:27:54 |
rm |
- update to 2.4.4
PR: ports/162077
Submitted by: rm (myself)
Approved by: novel (mentor), miwi (co-mentor)
Feature safe: yes |
2.4.3 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
2.4.3 11 Aug 2011 18:01:31 |
delphij |
Pass maintainership to Ruslan who submitted so many good patches. |
2.4.3 11 Aug 2011 17:36:47 |
delphij |
Update to 2.4.3.
Submitted by: Ruslan Mahmatkhanov <cvs-src yandex.ru>
PR: ports/159684 |
2.4.1 07 Jul 2011 09:56:51 |
delphij |
Update to 2.4.1;
Add dependency on devel/py-asn1-modules (required for
ldap.controls.sessiontrack)
PR: ports/158701
Submitted by: Ruslan Mahmatkhanov <cvs-src yandex.ru> |
2.4.0 29 Jun 2011 20:38:34 |
delphij |
Update to 2.4.0.
PR: ports/158505
Submitted by: Ruslan Mahmatkhanov <cvs-src yandex.ru> |
2.3.13_1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
2.3.13 23 Feb 2011 19:51:02 |
delphij |
Update to 2.3.13.
PR: ports/154977
Submitted by: Ruslan Mahmatkhanov <cvs-src yandex.ru> |
2.3.12 19 Feb 2011 13:35:14 |
delphij |
Update to 2.3.12.
Submitted by: Ruslan Mahmatkhanov <cvs-src yandex.ru>
PR: ports/154879 |
2.3.11 04 Mar 2010 02:56:40 |
delphij |
Update to 2.3.11.
Feature safe: yes |
2.3.10 24 Nov 2009 19:40:21 |
delphij |
Apply two vendor fixes for older OpenLDAP versions.
Obtained from: python-ldap CVS
Requested by: Andrew J. Gillis <fbsdboy gmail com> |
2.3.10 10 Nov 2009 20:56:53 |
delphij |
Update to 2.3.10.
Sponsored by: iXsystems |
2.3.9 25 Aug 2009 21:23:42 |
delphij |
Forced commit to mention that previous patch was obtained from
PR: ports/138163 |
2.3.9 25 Aug 2009 21:23:03 |
delphij |
Update to 2.3.9.
Changes since 2.3.8:
Lib/
* All modules (ldap, ldif, dsml and ldapurl) have common version number now
* Non-exported function ldif.needs_base64() was abandoned and is now
implemented as method LDIFWriter._needs_base64_encoding().
This allows sub-classes of LDIFWriter to implement determining whether
attribute values have to be base64-encoded in a different manner and is
the same approach like in class dsml.DSMLWriter.
* LDAPUrlExtension._parse() now gracefully handles LDAP URL extensions
without explicit exvalue as being set with implicit value None.
Modules/
* New LDAP option constant ldap.OPT_X_SASL_NOCANON supported
in LDAPObject.get/set_option()
Submitted by: bsam |
2.3.8 30 Apr 2009 17:30:21 |
delphij |
Update to 2.3.8 |
2.3.7 27 Apr 2009 14:05:28 |
delphij |
- Update to 2.3.7
- Change MASTER_SITES to CHEESESHOP
Submitted by: lwhsu
PR: ports/133664 |
2.3.5_2 05 Jan 2009 19:04:45 |
delphij |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
2.3.5_1 21 Oct 2008 22:44:15 |
delphij |
Fix plist |
2.3.5 06 Jul 2008 21:25:56 |
delphij |
Update to 2.3.5 |
2.3.4 29 Mar 2008 23:01:31 |
delphij |
Update to 2.3.4 |
2.3.3 26 Mar 2008 21:23:01 |
delphij |
Remove a dead link |
2.3.3 26 Mar 2008 21:18:38 |
delphij |
Update to 2.3.3 |
2.3.1 21 Dec 2007 06:46:25 |
delphij |
Update to 2.3.1 |
2.3 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
2.3 07 Apr 2007 07:02:22 |
lwhsu |
- Update to 2.3
Approved by: clsung (mentor), delphij (maintainer) |
2.2.1 19 Dec 2006 16:49:25 |
delphij |
Update to 2.2.1
Submitted by: Li-Wen Hsu <lwhsu at lwhsu org>
PR: ports/106923 |
2.2.0 20 May 2006 07:41:57 |
delphij |
Correct path for the sasl includes, to fix build for WITH_SASL case.
Submitted by: Boris B. Samorodov <bsam ipt ru>
PR: ports/97474
Approved by: sem (mentor) |
2.2.0 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
2.2.0 15 Apr 2006 21:59:29 |
sem |
- A new maintainer
Submitted by: delphij |
2.2.0 15 Apr 2006 20:35:07 |
sem |
- Update to 2.2.0
PR: ports/95569
Submitted by: delphij |
2.0.11 14 Apr 2006 18:14:59 |
linimon |
Reset vsevolod as maintainer due to unreponsiveness. We hope to see him
back sometime.
Hat: portmgr |
2.0.11 05 Apr 2006 07:57:57 |
sem |
- Update to 2.0.11
- Do not depend on OpenLDAP 2.2, this port works fine with 2.3.x series.
- Reorganize REPLACE_ARGS
PR: ports/94725
Submitted by: delphij
Approved by: maintainer timeout (2 weeks) |
2.0.10 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.10 28 Sep 2005 23:20:16 |
vsevolod |
- Update to 2.0.10 |
2.0.9 28 Aug 2005 08:55:16 |
vsevolod |
Update to 2.0.9.
Take maintainership.
Approved by: mentor (perky) |
2.0.8_1 25 Jul 2005 14:33:19 |
vsevolod |
Add WITH_SASL option.
PR: ports/83145
Submitted by: Boris Samorodov <bsam@ipt.ru>
Approved by: perky (mentor) |
2.0.8 22 Jun 2005 00:22:45 |
ahze |
- Update to 2.0.8
PR: ports/82499
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
2.0.7 04 May 2005 13:53:46 |
pav |
- Update to 2.0.7
PR: ports/80562
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> |
2.0.6 25 Feb 2005 21:23:10 |
pav |
- Update to 2.0.6
PR: ports/78027
Submitted by: Boris B. Samorodov <bsam@ipt.ru> |
2.0.0pre21 19 Apr 2004 11:53:48 |
eik |
Update to 2.0.0pre21 to enable compilation with OpenLDAP 2.2:
<http://sf.net/project/shownotes.php?release_id=227244> |
2.0.0pre18 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
2.0.0pre18 29 Dec 2003 18:04:52 |
pav |
- Update to latest version - pre18, which works with openldap 2.1 |
2.0.0pre04 14 Aug 2003 17:49:08 |
dinoex |
- make option LDAP_PORT overwriteable |
2.0.0pre04 14 Aug 2003 17:46:55 |
dinoex |
- New option LDAP_PORT
- Fix LIB_DEPENDS to catch rename of openldap20 to openldap20-client |
2.0.0pre04 24 Feb 2003 02:56:37 |
edwin |
Point dependencies on net/openldap2 to net/openldap20 |
2.0.0pre04 20 Feb 2003 18:51:13 |
knu |
De-pkg-comment. |
2.0.0pre04 31 Aug 2002 09:50:07 |
dinoex |
Dropped maintainership, as I phase python out here. |
2.0.0pre04 16 Jun 2002 15:03:10 |
dinoex |
- Get rid of PERL and use SED |
2.0.0pre04 23 May 2002 10:59:17 |
dinoex |
The version of web2ldap in ports/www/web2ldap is incompatible with the
revision of the python ldap bindings in ports (in net/py-ldap2)
because some of the function interfaces have changed.
Update to 2.0.0pre04
Additional fixes in pkg-plist
PR: 38423
Submitted by: jdunn@verticalscope.com |
CVS200201041716 29 Apr 2002 18:32:01 |
ijliao |
use USE_PYDISTUTILS |
CVS200201041716 29 Apr 2002 09:59:55 |
dinoex |
- Use PYTHON_CMD
Mostly to make the Zope user easier to install this port.
PR: 37421
Submitted by: terry@taipeitimes.com |
28 Feb 2002 08:27:37 |
dinoex |
py-ldap1: from ldapmodule, py-ldap2: import CVS snapshoot. Fix Makefile |