Commit graph

40 commits

Author SHA1 Message Date
adam
529d0ef47e Changes 0.34:
* Bug fixes
2007-11-02 11:54:57 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
veego
4af40222b6 Update to version 0.33:
Bug Fixes
  * Removed superfluous "print" in Net::LDAP::LDIF before _write_attr on writing
  * Base64 encode any value starting with < in Net::LDAP::LDIF
  * Documentation updates
  * Fix case insensitivity issues in contrib/ldifdiff.pl

Enhancements
  * Added Net::LDAP::Extension::WhoAmI
  * Added write_version() and handle() methods to Net::LDAP::LDIF
  * Updated Net::LDAP::Control::ProxyAuth to support new OID from latest rfc-draft
  * Added contrib/recursive-ldap-delete.pl
  * Added ability to do case in comparisons to contrib/ldifsort.pl
2006-01-02 21:50:00 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
seb
780450fa4c Update to version 0.3202 as package version 0.32.02.
Package change: convert to the options framework.

Changes since last packaged version (0.30):

perl-ldap 0.3202 -- Mon Jul 19 11:44:08 BST 2004
Bug Fixes
  * Fixed case typo in Makefile.PL

perl-ldap 0.3201 -- Wed Jul 14 21:52:59 BST 2004
Bug Fixes
  * Fixed dependancies in Makefile.PL

perl-ldap 0.32 --
Bug Fixes
  * Documentation updates
  * Fixed LDIF output from ldapsearch command
  * Return an error if no filter is passed to Net::LDAP::filter->parse
  * Fixed bug handling comments in LDIF parser
  * Fix to ldapsearch for passing scope with -s
  * Do not send a fake userid in SASL binds
  * Net::LDAP::Schema->parse() now returns undef on errors
Enhancements
  * Added supportedFeatures to the default list of attributes
    fetched by ->root_dse
  * Added option to sort attributes in LDIF output, with objectclass
    being first floowed by all other attributes in alphabetical order
  * Add escape/unescape filters/DN utility functions
  * Added support for reading LDIF URL attributes using file://
  * The socket created by new can now be bound to a local address & port
  * Any controls returned by the server with each entry as a result from a
    search are now available in the callback function
  * Added classes for EntryChange, PersistentSearch and ManageDsaIT controls
  * Allow options passed to Net::LDAP::Entry-.update to be passed to the
    Net::LDAP method that is finally called

perl-ldap 0.31  1 Jan 2004
==========================
* Fixed bug that could cause methods to return an integer instead of an object
* Fixed bug causing Schema.pm to ignore superior classes that had no attributes
* Documentation updates
* Updates to LDIF module
2005-05-15 17:12:09 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
snj
b99286f6ba Convert to buildlink3. 2004-04-25 17:12:30 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
veego
12d2ddd5ee Update to 0.30:
* Documentation updates
* Fixed bug checking return value of client_step in bind()
* Fixed bug in Entry.pm causing method calls on unblessed references
2003-12-20 17:37:26 +00:00
cube
d1bdbd632a Update to 0.29, closing PR pkg/21907. OK'd by wiz@ and seb@.
Add optional dependencies for SASL Authentification mechanisms.

Full ChangeLog at the top of the tarball, here's an extract:

Release 0.29
	Work-a-round a bug in IO::Socket::SSL where it leaves the socket
	 blessed into IO::Socket::SSL when socket_to_SSL fails
	Fix reference loop problem by hiding the real object behind a tied
	 hash and only using the inner hash internally and the outer hash
	 externally
	Extended ldap_error_name, ldap_error_text and ldap_error_desc to take Message args
	Added error_name, error_text and error_desc methods
Release 0.28
	Fix url host extraction
	Fix bug in URL parsing when the host contains a port.
	Change root_dse to return a RootDSE object instead of an Entry
	Add support for URIs to be passed to ->new. ldap: ldaps: and ldapi:
	 are supported.
	Change Net::LDAPS and Net::LDAPI to be very thin wrappers over new URI code
	Support "Notice of Disconnection"
	Added LDAP Extensions section
	Call the callback, if any, for a message when its
	 error is explicitly set
	Check result of client_step is defined or cause SASL auth to terminate
	Check client_start return value
	changes now returns an empty array if there were no changes.
	Added ->disconnect to do explicit disconnects from the server
	Better handling on IO errors
	Return schema parse errors
	Fix VLV response extraction. Patch from Paul Connolly
	Added information about perl-ldap installation in ActiveState Perl.
	Changed Messaging Direct to Isode.
	Added some information about the ResourcePool perl module.
	Replaced XML::Parse with XML::SAX.
	Change XML::Parser to XML::SAX::Base
	Changed decryptkey to keydecrypt for consistency
	Fixed clone(): update $clone->{changetype} and $clone->{changes}.
	Added the ablitiy to modify entry information by reading a ldif file. This
	 requires the patch that I submitted for LDAP.pm.
	Added clone() function to copy an Entry object.
2003-09-18 21:24:36 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
shell
5027ee5030 Updated to p5-perl-ldap-0.2701
Changes :
* contrib/tklkup:
  - Corrected default numbers for gui height and width.
  - Corrected error in gui height and width geometry initialization.
* contrib/dot.tklkup:
  - Corrected default numbers for width and height.
* contrib/tklkup:
  - Corrected an error in the rootDse subroutine.
* contrib/tklkup:
  - Removed one of the mainwindow update commands in the schema display
    section, it was interfering with the automatic window sizing on
    window creation.
* contrib/tklkup:
  - Replaced width and height test values with correct values.
* contrib/tklkup:
  - Moved position of process message window.
  - Added main window height and width options.
  - Added busy indicator.

Please see ChangeLog for more.
2003-01-31 11:14:46 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
jlam
075782f99f The requirements for Net::LDAP are just URI, not libwww. 2002-01-28 01:12:24 +00:00
jlam
c561c341c3 Fix some whitespace issues. 2002-01-28 01:12:00 +00:00
jmc
39b16847fe Fix bad path for DEPENDS entry for p5-IO-Socket-SSL 2001-11-30 07:31:43 +00:00
kleink
86cb6d973a Update p5-perl-ldap to 0.25; notable changes since 0.23 include:
perl-ldap 0.25 29 Oct 2001
==========================

* Added support for EXTERNAL SASL authentication
* Caller can now specify attributes to return from root_dse
* More scripts added to contrib
* Various bug fixes
* Caller can now specify sslversion for LDAPS and start_tls

perl-ldap 0.24 17 July 2001
===========================

* Added support for startTLS
* Better error checking in Net::LDAP methods
* VLV control now works
* Can now use oid or name for the matchingRule in filter extensible matches
* Major overhaul of LDIF.pm
* $schema->name2oid is now context sensetive
* test suite now works with openldap2
2001-11-28 21:16:13 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
07e9420f5b Update to 2.23, provided by Nathan Ahlstrom in pkg/12819.
Ok'd by Alistair.
Changes: Many new features, and some bugfixes. Details at
http://search.cpan.org/doc/GBARR/perl-ldap-0.23/ChangeLog
2001-05-04 14:29:00 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
rh
6c6def5051 Add dependency on p5-XML-Parser-* 2000-10-16 11:02:35 +00:00
rh
7ba4e36013 Update p5-perl-ldap to 0.22. Changes include:
* Quick release to fix memory problem with 5.6.0
 * Change ->get back to return what 0.19 returned
 * Deprecate ->get in favor of ->get_value
 * Net::LDAP::Schema now supports matchingRules
 * Added experimental onerror option to ->new
 * New FAQ by Clif Harden
 * Added INSTALL and CREDITS files
 * Net::LDAP::Entry ->get and ->attributes methods now support options
 * Added Net::LDAP::DSML from Mark Wilcox
 * Added Net::LDAPS from Chris Ridd
 * Many documentation updates
 * Several fixes to ::Control::* classes, they should now work as intended.
 * Net::LDAP::Entry->get now always returns a scalar result as documented.
 * bin/ldapsearch now requires URI-1.08
2000-10-16 10:13:16 +00:00
jlam
c70c96f2c8 Convert packages to use PERL5_PACKLIST (part 2). These are the database and
Apache perl modules, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)
2000-08-27 10:37:00 +00:00
kleink
1cc0466bb3 Update p5-perl-ldap to 0.19 (provided by Bernd Ernesti); changes since
release 0.13 include, but are not limited to due to incomplete release
notes:

perl-ldap 0.19 June 8 2000
============================

* Fixed bug which caused 2nd and subsequent binds to be anonymous.
* Fixed bug in moddn.
* Fix bug which caused a call to ->pop_entry or ->shift_entry
  to hang forever.

perl-ldap 0.18 May 22 2000
============================

* Now passes -wc with 5.004, 5.005_03 and 5.6.0
* Bundle now correctly references Convert::ASN1 instead of
  the non-existant Convert::ASN
* Net::LDAP::Filter will now catch the case of unmatched
  ()'s and return an error
* as_struct, which was broken in the changeover to Convert::ASN1,
  now works again.

 KNOWN PROBLEMS
 --------------

 Test t/02filter.t fails with perl 5.6.0 compiled with threads enabled
 This is due to a bug in 5.6.0 when compiled with threads, see
 http://bugs.perl.org/perlbug.cgi?req=tidmids&tidmids=20000409.003&range=32323&format=h

perl-ldap 0.17 May 12 2000
============================

* Change to use asn_read instead of asn_resc. This seems to have
  fixed the known problem with 0.16
* Various bug fixes, see ChangeLog

perl-ldap 0.16 April 27 2000
============================

* This is the first release which uses Convert::ASN1 instead of
  Convert::BER. This should show an increase in performance.
* Added support for LDAPv3 controls. Controls supported are
  - VirtualListView
  - Sort
  - Paged
* HTML version of the documentation is now included in the
  distribution
* Added Bundle::Net::LDAP
* Net::LDAP->schema can now be told where to search for the schema.
2000-06-09 14:32:47 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
e133ff3249 changed PKGNAME to p5-${DISTNAME} 1999-12-28 12:49:56 +00:00
wiz
5f7a4ca6c7 better PKGNAME generation from DISTNAME 1999-12-28 04:54:34 +00:00
rh
9629896d0e Import of p5-perl-ldap-0.13, a set of perl classes for LDAP access. 1999-12-03 09:35:57 +00:00