فهرست منبع

upgrading package: wordpress 2.2 -> 2.2.1

Ralf S. Engelschall 18 سال پیش
والد
کامیت
0fc583fa60
2فایلهای تغییر یافته به همراه2 افزوده شده و 14 حذف شده
  1. 0 12
      wordpress/wordpress.patch
  2. 2 2
      wordpress/wordpress.spec

+ 0 - 12
wordpress/wordpress.patch

@@ -43,15 +43,3 @@ Index: wp-mail.php
  
  	$post_data = compact('post_content','post_title','post_date','post_date_gmt','post_author','post_category', 'post_status');
  	$post_data = add_magic_quotes($post_data);
-Index: xmlrpc.php
---- xmlrpc.php.orig	2007-05-11 23:40:15 +0200
-+++ xmlrpc.php	2007-06-08 16:07:27 +0200
-@@ -538,7 +538,7 @@
- 		$username				= $args[1];
- 		$password				= $args[2];
- 		$category				= $args[3];
--		$max_results			= $args[4];
-+		$max_results			= (int) $args[4];
- 
- 		if(!$this->login_pass_ok($username, $password)) {
- 			return($this->error);

+ 2 - 2
wordpress/wordpress.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package versions
-%define       V_wordpress            2.2
+%define       V_wordpress            2.2.1
 %define       V_plugin_simpletagging 1-6
 %define       V_plugin_dbmanager     211
 %define       V_plugin_pagenavi      211
@@ -46,7 +46,7 @@ Class:        PLUS
 Group:        CMS
 License:      GPL
 Version:      %{V_wordpress}
-Release:      20070608
+Release:      20070621
 
 #   list of sources
 Source0:      http://wordpress.org/wordpress-%{V_wordpress}.tar.gz