diff options
author | taca <taca@pkgsrc.org> | 2009-12-19 09:20:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-12-19 09:20:23 +0000 |
commit | 5c33f0c0973ab29039a7f611b3d6bb0368aeabc9 (patch) | |
tree | 7200aeb6f5b78eb64eecbe6a38817ad6b02990b7 /www/drupal | |
parent | 9fed3e0b0045f434e3e07e7680bf198993a0f58d (diff) | |
download | pkgsrc-5c33f0c0973ab29039a7f611b3d6bb0368aeabc9.tar.gz |
Update www/drupal package to 5.21, fixing security problem.
Drupal 5.21, 2009-12-16
-----------------------
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
- Fixed a variety of small bugs.
Diffstat (limited to 'www/drupal')
-rw-r--r-- | www/drupal/Makefile | 7 | ||||
-rw-r--r-- | www/drupal/PLIST | 6 | ||||
-rw-r--r-- | www/drupal/distinfo | 8 |
3 files changed, 11 insertions, 10 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile index 9e36ed0214e..6ec70083e9f 100644 --- a/www/drupal/Makefile +++ b/www/drupal/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2009/12/17 21:15:06 abs Exp $ +# $NetBSD: Makefile,v 1.43 2009/12/19 09:20:23 taca Exp $ -DISTNAME= drupal-5.20 +DISTNAME= drupal-5.21 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ @@ -23,10 +23,9 @@ PKG_USERS_VARS+= APACHE_USER BUILD_DEFS+= APACHE_USER APACHE_GROUP USE_TOOLS+= perl:run pax -USE_LANGUAGES= c REPLACE_PERL= scripts/code-style.pl -OWN_DIRS+= ${DRUPAL}/sites/default +#OWN_DIRS+= ${DRUPAL}/sites/default OWN_DIRS_PERMS+= ${DRUPAL}/files ${APACHE_USER} ${APACHE_GROUP} 0750 CONF_FILES= ${PREFIX}/share/examples/drupal/drupal.conf \ diff --git a/www/drupal/PLIST b/www/drupal/PLIST index 3d76aaac738..6d7405bace5 100644 --- a/www/drupal/PLIST +++ b/www/drupal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 22:00:20 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2009/12/19 09:20:23 taca Exp $ share/doc/drupal/CHANGELOG.txt share/doc/drupal/INSTALL.mysql.txt share/doc/drupal/INSTALL.pgsql.txt @@ -7,7 +7,6 @@ share/doc/drupal/LICENSE.txt share/doc/drupal/MAINTAINERS.txt share/doc/drupal/UPGRADE.txt share/doc/drupal/robots.txt -share/drupal/robots.txt share/drupal/cron.php share/drupal/includes/bootstrap.inc share/drupal/includes/cache.inc @@ -176,6 +175,7 @@ share/drupal/modules/user/user.module share/drupal/modules/watchdog/watchdog.css share/drupal/modules/watchdog/watchdog.info share/drupal/modules/watchdog/watchdog.module +share/drupal/robots.txt share/drupal/scripts/code-clean.sh share/drupal/scripts/code-style.pl share/drupal/scripts/cron-curl.sh @@ -278,4 +278,6 @@ share/drupal/xmlrpc.php share/examples/drupal/default.profile share/examples/drupal/drupal.conf share/examples/drupal/settings.php +@pkgdir share/drupal/sites/default @pkgdir share/drupal/profiles/default +@pkgdir share/drupal/files diff --git a/www/drupal/distinfo b/www/drupal/distinfo index ebe247dbe1c..f4884b65942 100644 --- a/www/drupal/distinfo +++ b/www/drupal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2009/09/29 13:39:58 taca Exp $ +$NetBSD: distinfo,v 1.33 2009/12/19 09:20:23 taca Exp $ -SHA1 (drupal-5.20.tar.gz) = f05d5bf66988a82c980056528d50401ed0822a25 -RMD160 (drupal-5.20.tar.gz) = d0925795dfd29bde731988ead2274367bad39031 -Size (drupal-5.20.tar.gz) = 767132 bytes +SHA1 (drupal-5.21.tar.gz) = a361c7e0259f30994ff47c7f363711df2cd12793 +RMD160 (drupal-5.21.tar.gz) = e01121759dbcbe396ba0063e611519e07cce299a +Size (drupal-5.21.tar.gz) = 767162 bytes |