From: "Gunnar Wrobel (wrobel)" <wrobel@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/wordpress: ChangeLog wordpress-2.3.2.ebuild wordpress-2.2.3.ebuild wordpress-2.3.1.ebuild wordpress-2.3.ebuild
Date: Tue, 08 Jan 2008 06:29:52 +0000 [thread overview]
Message-ID: <E1JC7yC-0006op-L8@stork.gentoo.org> (raw)
wrobel 08/01/08 06:29:52
Modified: ChangeLog
Added: wordpress-2.3.2.ebuild
Removed: wordpress-2.2.3.ebuild wordpress-2.3.1.ebuild
wordpress-2.3.ebuild
Log:
Added wordpress-2.3.2 to the tree, removed insecure versions (sec issues
#202071 and #202779).
(Portage version: 2.1.4_rc7)
Revision Changes Path
1.88 www-apps/wordpress/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 30 Oct 2007 12:19:59 -0000 1.87
+++ ChangeLog 8 Jan 2008 06:29:52 -0000 1.88
@@ -1,6 +1,14 @@
# ChangeLog for www-apps/wordpress
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/wordpress/ChangeLog,v 1.87 2007/10/30 12:19:59 wrobel Exp $
+# 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 $
+
+*wordpress-2.3.2 (08 Jan 2008)
+
+ 08 Jan 2008; Gunnar Wrobel <wrobel@gentoo.org> files/postinstall-en.txt,
+ files/postupgrade-en.txt, -wordpress-2.2.3.ebuild, -wordpress-2.3.ebuild,
+ -wordpress-2.3.1.ebuild, +wordpress-2.3.2.ebuild:
+ Added wordpress-2.3.2 to the tree, removed insecure versions (sec issues
+ #202071 and #202779).
*wordpress-2.3.1 (30 Oct 2007)
1.1 www-apps/wordpress/wordpress-2.3.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/wordpress-2.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/wordpress/wordpress-2.3.2.ebuild?rev=1.1&content-type=text/plain
Index: wordpress-2.3.2.ebuild
===================================================================
# 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 $
inherit webapp eutils depend.php
DESCRIPTION="Wordpress php and mysql based CMS system."
HOMEPAGE="http://wordpress.org/"
SRC_URI="http://www.wordpress.org/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND="virtual/httpd-cgi"
S="${WORKDIR}/${PN}"
need_php
pkg_setup() {
webapp_pkg_setup
require_php_with_any_use mysql mysqli
require_php_with_use pcre
}
src_install() {
local docs="license.txt readme.html"
webapp_src_preinst
cp wp-config-sample.php wp-config.php
cp -r * "${D}${MY_HTDOCSDIR}"
# handle documentation files
#
# NOTE that doc files go into /usr/share/doc as normal; they do NOT
# get installed per vhost!
dodoc ${docs}
for doc in ${docs} INSTALL; do
rm -f "${D}${MY_HTDOCSDIR}/${doc}"
done
# Identify files/directory that should be writeable to
# the web server
webapp_serverowned "${MY_HTDOCSDIR}"/index.php
webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
webapp_serverowned "${MY_HTDOCSDIR}"
# Identify the configuration files that this app uses
# User may want to make changes to these!
webapp_configfile "${MY_HTDOCSDIR}"/wp-config.php
webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
webapp_src_install
}
--
gentoo-commits@lists.gentoo.org mailing list
reply other threads:[~2008-01-08 6:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JC7yC-0006op-L8@stork.gentoo.org \
--to=wrobel@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox