Commit graph

11 commits

Author SHA1 Message Date
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
3993718d61 Update from version 2.10 to 2.11.
Pkgsrc changes:
 o Change MAINTAINER to pkgsrc-users@ as per communication with maintainer

Upstream changes:

Authen-SASL 2.11 -- Mon Apr 21 10:23:19 CDT 2008

Enhancements
  * implement securesocket() in the ::Perl set of plugins

Bug Fixes
  * fix parsing challenges from GnuSASL
  * update tests for DIGEST-MD5
  * New test from Phil Pennock for testing final server response
2008-08-17 17:40:36 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
obache
0e7be7d254 Update p5-Authen-SASL to 2.10.
Patch provided by Martin Wilke via PR 34396.
Modify to avoid interaction when buildling.

Authen-SASL 2.10 -- Sat Mar 25 13:11:47 CST 2006

Enhancements
  * Added Authen::SASL::Perl::GSSAPI
  * Added error method to Authen::SASL to obtain error from last connection

Bug Fixes
  * Authen::SASL::Perl::DIGEST_MD5
    - Fixed response to server to pass digest-uri
    - Correct un-escaping behaviour when reading the challenge,
    - check for required fields (according to the RFC),
    - allow for qop not to be sent from the server (according to the RFC),
    - add a callback for the realm.

Authen-SASL 2.09 -- Tue Apr 26 06:55:10 CDT 2005

Enhancements
  * authname support in Authen::SASL::Perl::DIGEST_MD5
  * flexible plugin selection in Authen::SASL using import()
     i.e.    use Authen::SASL qw(Authen::SASL::Cyrus);
  * new documentation for
    - Authen::SASL::Perl::ANONYMOUS
    - Authen::SASL::Perl::CRAM_MD5
    - Authen::SASL::Perl::EXTERNAL
    - Authen::SASL::Perl::LOGIN
    - Authen::SASL::Perl::PLAIN
    - Authen::SASL::Perl
  * updates in the tests

Authen-SASL 2.08 -- Tue May 25 11:24:21 BST 2004

Bug Fixes
  * Fix the handling of qop in Digest-MD5

Authen-SASL 2.07 -- Sat Apr 10 09:06:21 BST 2004

Bug Fixes
  * Fixed test bug if Digest::HMAC_MD5 was not installed
  * Fixed order of values sent in the PLAIN mechanism

Enhancements
  * Added support in the framework for server-side plugins

2003-11-01 18:48  Graham Barr

	* lib/Authen/SASL.pm:

	Release 2.06

2003-10-21 19:59  Graham Barr

	* MANIFEST, lib/Authen/SASL/Perl.pm,
	lib/Authen/SASL/Perl/ANONYMOUS.pm,
	lib/Authen/SASL/Perl/CRAM_MD5.pm,
	lib/Authen/SASL/Perl/DIGEST_MD5.pm,
	lib/Authen/SASL/Perl/EXTERNAL.pm, lib/Authen/SASL/Perl/LOGIN.pm,
	lib/Authen/SASL/Perl/PLAIN.pm, t/order.t:

	Add ordering so we always pich the best of the available methods instead of
	just the first

2003-10-17 22:12  Graham Barr

	* lib/Authen/SASL.pm:

	Release 2.05

2003-10-17 22:06  Graham Barr

	* MANIFEST, Makefile.PL:

	use Module::Install to generate Makefile and add SIGNATURE and META.yml

2003-10-17 21:19  Graham Barr

	* lib/Authen/SASL/Perl/DIGEST_MD5.pm:

	Fix typo

2003-10-17 21:17  Graham Barr

	* lib/Authen/SASL/: Perl.pm, Perl/DIGEST_MD5.pm:

	Don't call die in DIGEST_MD5, but call set_error and return an empty list

2003-10-17 21:16  Graham Barr

	* lib/Authen/SASL.pod:

	Update docs to reflect that client_start and client_step return an emtpy list on error
2006-10-17 14:20:21 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
67721bd22d Convert to buildlink3. 2004-04-27 04:59:42 +00:00
salo
951956ec68 Whitespace. 2003-09-09 09:59:29 +00:00
xtraeme
8c3f9f8a28 Initial import of p5-Authen-SASL, version 2.04.
SASL is a generic mechanism for authentication used by several
network protocols. Authen::SASL provides an implementation
framework that all protocols should be able to share.

The included plugin Authen::SASL::Perl implements several of
these protocols (DIGEST-MD5, CRAM-MD5, ANONYMOUS, EXTERNAL,
LOGIN and PLAIN).

Package provided by Quentin Garnier via pkgsrc-wip.
2003-09-04 13:29:30 +00:00