[packages/wordpress: 3/3] updated to 3.5.1

glen glen at pld-linux.org
Thu Jun 6 13:07:54 CEST 2013


commit dd142dc98eacf7b7996ad7fad17d11c148d0d648
Merge: 2e9ab7d 52acdd4
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jun 6 14:07:11 2013 +0300

    updated to 3.5.1

 apache.conf      |  12 ++++-
 atomlib.patch    |  11 -----
 configpath.patch |  14 +++---
 multisite.patch  |  68 +++++-----------------------
 phpmailer.patch  |   8 ++--
 swfobject.patch  |  16 +++----
 wordpress.patch  |  10 ++---
 wordpress.spec   | 135 ++++++++++++++++++++++++++++++++++---------------------
 wp-secure.sh     |   0
 wp-setup.sh      |   0
 10 files changed, 130 insertions(+), 144 deletions(-)
---
diff --cc wordpress.spec
index 26d9f5a,bed682c..734f093
--- a/wordpress.spec
+++ b/wordpress.spec
@@@ -6,8 -6,8 +6,8 @@@
  Summary:	Personal publishing system
  Summary(pl.UTF-8):	Osobisty system publikacji
  Name:		wordpress
- Version:	3.0.4
- Release:	4
+ Version:	3.5.1
 -Release:	0.2
++Release:	1
  License:	GPL v2
  Group:		Applications/Publishing
  Source0:	http://wordpress.org/%{name}-%{version}.tar.gz
diff --cc apache.conf
index 0b587df,028ed35..bf56e47
--- a/apache.conf
+++ b/apache.conf
@@@ -1,16 -1,9 +1,16 @@@
  Alias /wordpress /usr/share/wordpress
  
  <Directory /usr/share/wordpress>
 -	Allow from all
 +	<IfModule mod_authz_core.c>
 +		# Apache 2.4
 +		Require all granted
 +	</IfModule>
 +	<IfModule !mod_authz_core.c>
 +		Allow from all
 +	</IfModule>
 +
  	php_admin_flag engine on
- 	php_admin_value open_basedir "/usr/share/wordpress:/etc/webapps/wordpress"
+ 	php_admin_value open_basedir "/usr/share/wordpress:/etc/webapps/wordpress:/usr/share/php"
  
  	<IfModule mod_rewrite.c>
  		Options +FollowSymLinks
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wordpress.git/commitdiff/dd142dc98eacf7b7996ad7fad17d11c148d0d648



More information about the pld-cvs-commit mailing list