diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-07 06:21:14 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-07 06:21:14 +0800 |
commit | 7e67e001fae9498b14a1cc97be289a9e20ce7fc5 (patch) | |
tree | 77074837211aecb270db4a1ae5a2c971e3c62a7c | |
parent | 429cf5f6020e04677e9ad9a6331a6d9fd8faf355 (diff) | |
download | freebsd-ports-gnome-7e67e001fae9498b14a1cc97be289a9e20ce7fc5.tar.gz freebsd-ports-gnome-7e67e001fae9498b14a1cc97be289a9e20ce7fc5.tar.zst freebsd-ports-gnome-7e67e001fae9498b14a1cc97be289a9e20ce7fc5.zip |
- Bump PORTREVISION due to security patch
Vendor's Announcement:
This patch fixes a LDAP security issue. Only systems who have PHP
configured with register_globals = On are vulnerable for this security
hole. You can check this in your php.ini script or using the phpinfo()
script.
It is advised however to patch your system using this patch even when
register_globals is set to Off. Install file is included in the patch.
PR: ports/98498
Submitted by: Filipe Rocha <filiperocha@gmail.com>
Reviewed by: aaron
Approved by: tobez (implicit)
Security: This patch fixes a LDAP security issue. Only systems who
have PHP configured with register_globals = On are vulnerable for this
security hole. You can check this in your php.ini script or using the
phpinfo() script. It is advised however to patch your system using this
patch even when register_globals is set to Off. Install file is included
in the patch.
-rw-r--r-- | www/dokeos/Makefile | 1 | ||||
-rw-r--r-- | www/dokeos/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/dokeos/Makefile b/www/dokeos/Makefile index 0a14b1127375..5b6a9885c1a7 100644 --- a/www/dokeos/Makefile +++ b/www/dokeos/Makefile @@ -7,6 +7,7 @@ PORTNAME= dokeos PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.dokeos.com/download/ diff --git a/www/dokeos/distinfo b/www/dokeos/distinfo index 38cd5bf156b0..2c7ef58507c0 100644 --- a/www/dokeos/distinfo +++ b/www/dokeos/distinfo @@ -1,3 +1,3 @@ -MD5 (dokeos/dokeos-1.6.4.tar.gz) = ce93a4f270425c8b7cf0c6efc823e792 -SHA256 (dokeos/dokeos-1.6.4.tar.gz) = 6e1322b43ba1435856838e9d9b3b711e0987c0e8446128c1a2ec1ff6023455ee -SIZE (dokeos/dokeos-1.6.4.tar.gz) = 4150264 +MD5 (dokeos/dokeos-1.6.4.tar.gz) = 6e0b2e859c82b85b28c38ba2bc27fc6c +SHA256 (dokeos/dokeos-1.6.4.tar.gz) = 8e0be3ff68db8059411da24f3379cfcd250b1a778af25b8ff90d5e30142e4309 +SIZE (dokeos/dokeos-1.6.4.tar.gz) = 4150017 |