summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-02-15 09:35:52 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-02-15 09:35:52 +0000
commita249fec26fbc92e485dc421a19aac43b0d5c6dab (patch)
tree8a09d7ac4209124c4d13077c038de463b7dc3ffb /www-apps/wordpress
parentRemove hotplug stuff, bug#210082 (diff)
downloadgentoo-2-a249fec26fbc92e485dc421a19aac43b0d5c6dab.tar.gz
gentoo-2-a249fec26fbc92e485dc421a19aac43b0d5c6dab.tar.bz2
gentoo-2-a249fec26fbc92e485dc421a19aac43b0d5c6dab.zip
Added wordpress-2.3.3 to the tree.
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'www-apps/wordpress')
-rw-r--r--www-apps/wordpress/ChangeLog9
-rw-r--r--www-apps/wordpress/files/postinstall-en.txt35
-rw-r--r--www-apps/wordpress/files/postupgrade-en.txt17
-rw-r--r--www-apps/wordpress/wordpress-2.3.3.ebuild (renamed from www-apps/wordpress/wordpress-2.3.2.ebuild)2
4 files changed, 30 insertions, 33 deletions
diff --git a/www-apps/wordpress/ChangeLog b/www-apps/wordpress/ChangeLog
index f6a6ad18dbd4..6bde73c9cb74 100644
--- a/www-apps/wordpress/ChangeLog
+++ b/www-apps/wordpress/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apps/wordpress
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.88 2008/01/08 06:29:52 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.89 2008/02/15 09:35:52 wrobel Exp $
+
+*wordpress-2.3.3 (15 Feb 2008)
+
+ 15 Feb 2008; Gunnar Wrobel <wrobel@gentoo.org> files/postinstall-en.txt,
+ files/postupgrade-en.txt, -wordpress-2.3.2.ebuild,
+ +wordpress-2.3.3.ebuild:
+ Added wordpress-2.3.3 to the tree.
*wordpress-2.3.2 (08 Jan 2008)
diff --git a/www-apps/wordpress/files/postinstall-en.txt b/www-apps/wordpress/files/postinstall-en.txt
index ef25510f5b7f..54c97717bc37 100644
--- a/www-apps/wordpress/files/postinstall-en.txt
+++ b/www-apps/wordpress/files/postinstall-en.txt
@@ -1,17 +1,6 @@
------------------------------------------------------------------------
INSTALLATION
-Please make sure you have register_globals = off set in your
-
-/etc/apache2/php.ini
-
-file.
-
-If this is not an option for your web server and you NEED it set to
-on, then insert the following in your WordPress .htaccess file:
-
-php_flag register_globals off
-
You will need to create a table for your WordPress database. This
assumes you have some knowledge of MySQL, and already have it
installed and configured. If not, please refer to the Gentoo MySQL
@@ -19,14 +8,13 @@ guide at the following URL:
http://www.gentoo.org/doc/en/mysql-howto.xml
-Log in to MySQL, and create a new database called 'wordpress'. From
-this point, you will need to edit your
+Log in to MySQL, and create a new database as well as a user with full
+access to this database. After that you will need to provide the details
+of this database and the associated user within the file
${MY_INSTALLDIR}/wp-config.php
-file.
-
-Once this is done, you can log in to WordPress at
+Finally you should be able to log in to WordPress at
http://${VHOST_HOSTNAME}/${VHOST_APPDIR}
@@ -37,13 +25,14 @@ Wordpress has had a history of serious security flaws. Any application
with less widespread use but the same amount of security issues would
have been removed from the tree.
-We decided to keep the application in the unstable portage tree so that
-it get's some level of attention from our security team. Currently
-you can expect us to react within 40 days of a reported security
-problem.
+After a short period of being in the unstable tree we once again decided
+that we hard mask the package.
+
+THIS MEANS THAT THERE IS NO GUARANTEE WHATSOEVER THAT THE PACKAGE WILL
+GET UPGRADED WITHIN A REASONABLE AMOUNT OF TIME EVEN IN THE CASE OF
+SEVERE SECURITY ISSUES.
-This still means that you might open up your installation to hackers for
-about a month after an issue has been made public. This is a severe
-risk and you should keep a close eye on the common security trackers so
+We consider installing this package a severe risk to your system and
+you should keep a close eye on the common security trackers so
that you are able to fix problems with your installation yourself if
required.
diff --git a/www-apps/wordpress/files/postupgrade-en.txt b/www-apps/wordpress/files/postupgrade-en.txt
index e205c82a7a42..fc09e4b8ca53 100644
--- a/www-apps/wordpress/files/postupgrade-en.txt
+++ b/www-apps/wordpress/files/postupgrade-en.txt
@@ -17,14 +17,15 @@ Wordpress has had a history of serious security flaws. Any application
with less widespread use but the same amount of security issues would
have been removed from the tree.
-We decided to keep the application in the unstable portage tree so that
-it get's some level of attention from our security team. Currently
-you can expect us to react within 40 days of a reported security
-problem.
-
-This still means that you might open up your installation to hackers for
-about a month after an issue has been made public. This is a severe
-risk and you should keep a close eye on the common security trackers so
+After a short period of being in the unstable tree we once again decided
+that we hard mask the package.
+
+THIS MEANS THAT THERE IS NO GUARANTEE WHATSOEVER THAT THE PACKAGE WILL
+GET UPGRADED WITHIN A REASONABLE AMOUNT OF TIME EVEN IN THE CASE OF
+SEVERE SECURITY ISSUES.
+
+We consider installing this package a severe risk to your system and
+you should keep a close eye on the common security trackers so
that you are able to fix problems with your installation yourself if
required.
diff --git a/www-apps/wordpress/wordpress-2.3.2.ebuild b/www-apps/wordpress/wordpress-2.3.3.ebuild
index 95efa807024e..02e33cd5f4b2 100644
--- a/www-apps/wordpress/wordpress-2.3.2.ebuild
+++ b/www-apps/wordpress/wordpress-2.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-2.3.2.ebuild,v 1.1 2008/01/08 06:29:52 wrobel Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/wordpress-2.3.3.ebuild,v 1.1 2008/02/15 09:35:52 wrobel Exp $
inherit webapp eutils depend.php