diff options
author | tron <tron@pkgsrc.org> | 2010-12-12 15:34:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-12-12 15:34:39 +0000 |
commit | 4ef8845840e924c83240c2fc29f1c7b632d1173a (patch) | |
tree | b0ae985d89ce9ae02d29c68f2d052109af4fc759 | |
parent | 0d247187bb576d8046f8df7ff4df5a3ad1d18e13 (diff) | |
download | pkgsrc-4ef8845840e924c83240c2fc29f1c7b632d1173a.tar.gz |
Pullup ticket #3300 - requested by morr
www/wordpress: security update
Revisions pulled up:
- www/wordpress/Makefile 1.13
- www/wordpress/distinfo 1.9
---
Module Name: pkgsrc
Committed By: morr
Date: Fri Dec 10 23:34:18 UTC 2010
Modified Files:
pkgsrc/www/wordpress: Makefile distinfo
Log Message:
Security update to 3.0.3. Changes:
Fixes issues in the XML-RPC remote publishing interface which under certain circumstances allowed Author- and Contributor-level users to improperly edit, publish or delete posts.
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index ae79df849be..8c1d7add00e 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11.2.1 2010/12/07 12:08:21 tron Exp $ +# $NetBSD: Makefile,v 1.11.2.2 2010/12/12 15:34:39 tron Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 3.0.2 +VERSION= 3.0.3 CATEGORIES= www MASTER_SITES= http://wordpress.org/ diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 0104a8d57a4..0dea92869fb 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7.2.1 2010/12/07 12:08:21 tron Exp $ +$NetBSD: distinfo,v 1.7.2.2 2010/12/12 15:34:39 tron Exp $ -SHA1 (wordpress-3.0.2.tar.gz) = 08a06c5338dfdd3ca76d99fbe32ade67eec8822b -RMD160 (wordpress-3.0.2.tar.gz) = 691813068908a49013319d2772cccaad38f89c6a -Size (wordpress-3.0.2.tar.gz) = 2688999 bytes +SHA1 (wordpress-3.0.3.tar.gz) = 888c2f32fa18dfd5f02291cd8f33c67c3c9cc367 +RMD160 (wordpress-3.0.3.tar.gz) = f8273b8cdafe9265f666abfae6309f9ed4590e0a +Size (wordpress-3.0.3.tar.gz) = 2689163 bytes |