diff options
author | obache <obache> | 2009-07-02 12:23:44 +0000 |
---|---|---|
committer | obache <obache> | 2009-07-02 12:23:44 +0000 |
commit | b213ee4102bd4a3ffd29087851fee15d4d069171 (patch) | |
tree | e78b223d70a0a2295134fd7750b7ae7723d5de6d /security/courier-authlib/Makefile | |
parent | e4fa625a3e1b191a17178704685dd9cb99800b07 (diff) | |
download | pkgsrc-b213ee4102bd4a3ffd29087851fee15d4d069171.tar.gz |
Update courier-authlib to 0.62.2.
Include security fix for CVE-2008-2380 and requested by PR#41023
(approved by wiz@).
0.62.2
This release corrects a makefile compatibility problem with bash 4.
0.62.1
This release correct a couple of minor compiler warnings and errors.
* cryptpassword.c: Fix compiler warnings
* checkpasswordsha1.c: Fix compiler warnings.
* authldaplib.c (auth_ldap_enumerate): Fix typo.
0.62.0
This release adds support for additional hash functions, and an
update to the Postgres driver that removes potentional SQL injection
vulnerabilities in some circumstances.
* authpgsqllib.c: Use PQescapeStringConn() instead of removing all
apostrophes from query parameters. This fixes a potential SQL injection
vulnerability if the Postgres database uses a non-Latin locale.
* Added support for {SSHA}-encrypted passwords. Based on a patch
by Zou bin <zb@bisp.com>.
* Added support for {SHA512} hash function
Diffstat (limited to 'security/courier-authlib/Makefile')
-rw-r--r-- | security/courier-authlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 4f42628ec2b..e72ffac5bb0 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2009/06/27 04:16:57 obache Exp $ +# $NetBSD: Makefile,v 1.33 2009/07/02 12:23:44 obache Exp $ .include "Makefile.common" -DISTNAME= courier-authlib-0.61.0 +DISTNAME= courier-authlib-0.62.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 |