diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-16 18:30:41 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-16 18:30:41 +0000 |
commit | c99981dc58d88344a829c805ed4252d38b040a13 (patch) | |
tree | 42a46d4198e566e0bb38b6d72ae17e70d8e0ac50 /security/pear-Auth/Makefile | |
parent | de8de48fb8fbddfa880dd1373c2ffa9c90f45e6d (diff) | |
download | ports-c99981dc58d88344a829c805ed4252d38b040a13.tar.gz ports-c99981dc58d88344a829c805ed4252d38b040a13.zip |
Upgrade to 1.2.4 and fix a security issue.
According to the official announcement:
This release fixes a security issue that allows an attacker to perform
injection attacks against the underlying storage containers. Upgrading
is strongly recommended!
See changelog at <http://pear.php.net/package/Auth/download/1.2.4>.
PR: 93406
Submitted by: /me
Approved by: maintainer
Security: see changelog.
Notes
Notes:
svn path=/head/; revision=156186
Diffstat (limited to 'security/pear-Auth/Makefile')
-rw-r--r-- | security/pear-Auth/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/pear-Auth/Makefile b/security/pear-Auth/Makefile index 3cce29f83fad..4fd2f8eee938 100644 --- a/security/pear-Auth/Makefile +++ b/security/pear-Auth/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.4 CATEGORIES= security pear MAINTAINER= antonio@php.net @@ -24,8 +23,6 @@ OPTIONS= PEAR_FILE_PASSWD "PEAR::File_Passwd support" off \ PEAR_AUTH_RADIUS "PEAR::Auth_RADIUS support" off \ PEAR_FILE_SMBPASSWD "PEAR::File_SMBPasswd support" off -USE_REINPLACE= yes - CATEGORY= Auth FILES= Auth.php Auth/Auth.php Container.php Container/DB.php \ Container/File.php Container/IMAP.php Container/POP3.php \ |