./mail/pear-Auth_SASL, Abstraction of various SASL mechanism responses

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.0, Package name: php74-pear-Auth_SASL-1.2.0, Maintainer: pkgsrc-users

Provides code to generate responses to common SASL mechanisms, including:
o Digest-MD5
o CramMD5
o Plain
o Anonymous
o Login (Pseudo mechanism)


Required to run:
[lang/pear] [lang/php71]

Required to build:
[pkgtools/cwrappers]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2024-01-07 16:43:09 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/pear-Auth_SASL: update to 1.2.0

1.2.0 (2023-12-21)

* feature: PHP8.2 ready
* bugfix: scram-sha-224 broken #14
* task: mark authentication methods cram-md5, digest-md5, and login as
  deprecated #14
   2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356)
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
   2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357)
Log message:
mail: Remove SHA1 hashes for distfiles
   2019-07-03 09:28:23 by Nia Alarie | Files touched by this commit (16)
Log message:
Use https for pear.php.net.
   2017-03-17 16:45:18 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update pear-Auth_SASL to 1.1.0.

Release date: 2017-03-07 09:43 UTC

Changelog:

* Set minimum PHP version to 5.4.0
* Set minimum PEAR version to 1.10.1

* Request #21033: PHP warning depreciated
   2015-11-04 00:27:24 by Alistair G. Crooks | Files touched by this commit (312)
Log message:
Add SHA512 digests for distfiles for mail category

Problems found locating distfiles:
	Package mutt: missing distfile patch-1.5.24.rr.compressed.gz
	Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz
	Package pine: missing distfile fancy.patch.gz
	Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch
	Package qmail: missing distfile badrcptto.patch
	Package qmail: missing distfile outgoingip.patch
	Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch
	Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch
	Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz
	Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-10-08 14:19:35 by Aleksej Saushev | Files touched by this commit (307)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
   2012-06-04 13:46:01 by OBATA Akio | Files touched by this commit (2)
Log message:
Update pear-Auth_SASL to 1.0.6.
PR 46533 by Wen Heping.
While here, set LICENSE.

1.0.6 Changelog:

QA release
* Bug #18856: Authentication warnings because of wrong Auth_SASL::factory
  argument [kguest]

1.0.5 Changelog:

QA release
* Added basic support for any mechanism of the SCRAM family; with thanks to
  Jehan Pages. [kguest]
* crammd5 and digestmd5 mechanisms name deprecated in favour of IANA registered
  names 'cram-md5' and 'digest-md5'; with thanks to Jehan Pages. [kguest]