diff options
author | thierry <thierry@FreeBSD.org> | 2006-02-17 02:30:41 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-02-17 02:30:41 +0800 |
commit | 9d4ec74462be5dc58f72ceb2364e64fc897f58cc (patch) | |
tree | 6c2a503c5c34bc696059bce2d3ac44a8e00e87d2 /security/pear-Auth | |
parent | 6eb7904612945e8ebd5f31a4f840bfa210dcfefd (diff) | |
download | freebsd-ports-gnome-9d4ec74462be5dc58f72ceb2364e64fc897f58cc.tar.gz freebsd-ports-gnome-9d4ec74462be5dc58f72ceb2364e64fc897f58cc.tar.zst freebsd-ports-gnome-9d4ec74462be5dc58f72ceb2364e64fc897f58cc.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.
Diffstat (limited to 'security/pear-Auth')
-rw-r--r-- | security/pear-Auth/Makefile | 5 | ||||
-rw-r--r-- | security/pear-Auth/distinfo | 6 |
2 files changed, 4 insertions, 7 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 \ diff --git a/security/pear-Auth/distinfo b/security/pear-Auth/distinfo index c76ee10f722b..a7aa846bb7a6 100644 --- a/security/pear-Auth/distinfo +++ b/security/pear-Auth/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/Auth-1.2.3.tgz) = 1506c2a27afe85e8d56eaa8466b6f13a -SHA256 (PEAR/Auth-1.2.3.tgz) = 6ff08d0eacba3de45e791f12761c2bf6be0490b14a7a563239f3d97c885119bd -SIZE (PEAR/Auth-1.2.3.tgz) = 24040 +MD5 (PEAR/Auth-1.2.4.tgz) = c1860f21a842aae14d3118bc97fc6417 +SHA256 (PEAR/Auth-1.2.4.tgz) = 016562c68cf88a534fade2d133ce89b3dfc510f2841afbe7c354324580aea440 +SIZE (PEAR/Auth-1.2.4.tgz) = 23387 |