From owner-svn-ports-all@FreeBSD.ORG Sun Jan 20 20:58:14 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE8C3C60; Sun, 20 Jan 2013 20:58:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B1FAF375; Sun, 20 Jan 2013 20:58:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0KKwEBA015278; Sun, 20 Jan 2013 20:58:14 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0KKwDmT015272; Sun, 20 Jan 2013 20:58:13 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201301202058.r0KKwDmT015272@svn.freebsd.org> From: Florian Smeets Date: Sun, 20 Jan 2013 20:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310718 - in head: security/vuxml www/drupal6 www/drupal7 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 20:58:14 -0000 Author: flo Date: Sun Jan 20 20:58:12 2013 New Revision: 310718 URL: http://svnweb.freebsd.org/changeset/ports/310718 Log: - update www/drupal6 to 6.28 - update www/drupal7 to 7.19 Security: http://www.vuxml.org/freebsd/1827f213-633e-11e2-8d93-c8600054b392.html Approved by: portmgr (beat) Modified: head/security/vuxml/vuln.xml head/www/drupal6/Makefile (contents, props changed) head/www/drupal6/distinfo (contents, props changed) head/www/drupal7/Makefile (contents, props changed) head/www/drupal7/distinfo (contents, props changed) head/www/drupal7/pkg-plist (contents, props changed) Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Jan 20 20:14:38 2013 (r310717) +++ head/security/vuxml/vuln.xml Sun Jan 20 20:58:12 2013 (r310718) @@ -51,6 +51,37 @@ Note: Please add new entries to the beg --> + + drupal -- multiple vulnerabilities + + + drupal6 + 6.28 + + + drupal7 + 7.19 + + + + +

Drupal Security Team reports:

+
+

Cross-site scripting (Various core and contributed modules)

+

Access bypass (Book module printer friendly version)

+

Access bypass (Image module)

+
+ +
+ + https://drupal.org/SA-CORE-2013-001 + + + 2013-01-16 + 2013-01-20 + +
+ ettercap -- buffer overflow in target list parsing Modified: head/www/drupal6/Makefile ============================================================================== --- head/www/drupal6/Makefile Sun Jan 20 20:14:38 2013 (r310717) +++ head/www/drupal6/Makefile Sun Jan 20 20:58:12 2013 (r310718) @@ -6,7 +6,7 @@ # PORTNAME= drupal6 -PORTVERSION= 6.26 +PORTVERSION= 6.28 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal6/distinfo ============================================================================== --- head/www/drupal6/distinfo Sun Jan 20 20:14:38 2013 (r310717) +++ head/www/drupal6/distinfo Sun Jan 20 20:58:12 2013 (r310718) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-6.26.tar.gz) = 2b7b94c811c84bfecdad372fb6a63b72c86ce6c86bd56684d273599017447092 -SIZE (drupal/drupal-6.26.tar.gz) = 1105016 +SHA256 (drupal/drupal-6.28.tar.gz) = 0f92b1863860535877d3a4547dd1481d0fbc76959cc7042d6c4b2b81209a987f +SIZE (drupal/drupal-6.28.tar.gz) = 1105942 Modified: head/www/drupal7/Makefile ============================================================================== --- head/www/drupal7/Makefile Sun Jan 20 20:14:38 2013 (r310717) +++ head/www/drupal7/Makefile Sun Jan 20 20:58:12 2013 (r310718) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= drupal7 -PORTVERSION= 7.16 +PORTVERSION= 7.19 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} Modified: head/www/drupal7/distinfo ============================================================================== --- head/www/drupal7/distinfo Sun Jan 20 20:14:38 2013 (r310717) +++ head/www/drupal7/distinfo Sun Jan 20 20:58:12 2013 (r310718) @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.16.tar.gz) = 353625d8aa59a22b791fce8a00d22249900c7d3ea650662fdd6b0445e15e3c76 -SIZE (drupal/drupal-7.16.tar.gz) = 3142889 +SHA256 (drupal/drupal-7.19.tar.gz) = 763d6b9cd53c95b6608124c5befc883cb48df9a21bbe999890581ef6515b4057 +SIZE (drupal/drupal-7.19.tar.gz) = 3163130 Modified: head/www/drupal7/pkg-plist ============================================================================== --- head/www/drupal7/pkg-plist Sun Jan 20 20:14:38 2013 (r310717) +++ head/www/drupal7/pkg-plist Sun Jan 20 20:58:12 2013 (r310718) @@ -736,6 +736,7 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/update_test_3.info %%DRUPAL_BASE%%/modules/simpletest/tests/update_test_3.install %%DRUPAL_BASE%%/modules/simpletest/tests/update_test_3.module +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.aggregator.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.user.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.field.test %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/update.trigger.test @@ -751,6 +752,7 @@ %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.upload.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.user-no-password-token.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-6.user-password-token.database.php +%%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.aggregator.database.php %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.bare.minimal.database.php.gz %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.bare.standard_all.database.php.gz %%DRUPAL_BASE%%/modules/simpletest/tests/upgrade/drupal-7.field.database.php @@ -938,7 +940,6 @@ %%DRUPAL_BASE%%/scripts/password-hash.sh %%DRUPAL_BASE%%/scripts/run-tests.sh %%DRUPAL_BASE%%/scripts/test.script -%%DRUPAL_BASE%%/sites/all/README.txt %%DRUPAL_BASE%%/sites/all/modules/README.txt %%DRUPAL_BASE%%/sites/all/themes/README.txt %%DRUPAL_BASE%%/sites/default/default.settings.php