summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-07-05 23:52:40 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-07-05 23:52:40 +0000
commit288bff759fe36cdfd742c4e51f5f61657be4f15a (patch)
tree84568b35388f0432dd25c5a4ca3aefd856528929 /www-apps/b2evolution/files
parentFix creating certificates cannot find libcrypt/libssl on new install. (diff)
downloadgentoo-2-288bff759fe36cdfd742c4e51f5f61657be4f15a.tar.gz
gentoo-2-288bff759fe36cdfd742c4e51f5f61657be4f15a.tar.bz2
gentoo-2-288bff759fe36cdfd742c4e51f5f61657be4f15a.zip
version bump, and apply security patch for xml-rpc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/b2evolution/files')
-rw-r--r--www-apps/b2evolution/files/b2evolution-0.9.0.12-xmlrpc.patch29
-rw-r--r--www-apps/b2evolution/files/digest-b2evolution-0.9.0.121
2 files changed, 30 insertions, 0 deletions
diff --git a/www-apps/b2evolution/files/b2evolution-0.9.0.12-xmlrpc.patch b/www-apps/b2evolution/files/b2evolution-0.9.0.12-xmlrpc.patch
new file mode 100644
index 000000000000..513e08027eac
--- /dev/null
+++ b/www-apps/b2evolution/files/b2evolution-0.9.0.12-xmlrpc.patch
@@ -0,0 +1,29 @@
+--- b2evolution/blogs/b2evocore/_functions_xmlrpc.php.old 2005-07-05 10:34:29.000000000 +0200
++++ b2evolution/blogs/b2evocore/_functions_xmlrpc.php 2005-07-05 10:36:01.000000000 +0200
+@@ -226,7 +226,7 @@
+ $_xh[$parser]['qt']=0;
+ break;
+ case "NAME":
+- $_xh[$parser]['st'].="'"; $_xh[$parser]['ac']="";
++ $_xh[$parser]['st'].='"'; $_xh[$parser]['ac']="";
+ break;
+ case "FAULT":
+ $_xh[$parser]['isf']=1;
+@@ -292,7 +292,7 @@
+ $_xh[$parser]['cm']--;
+ break;
+ case "NAME":
+- $_xh[$parser]['st'].= $_xh[$parser]['ac'] . "' => ";
++ $_xh[$parser]['st'].= $_xh[$parser]['ac'] . '" => ';
+ break;
+ case "BOOLEAN":
+ // special case here: we translate boolean 1 or 0 into PHP
+@@ -313,7 +313,7 @@
+ // we use double quotes rather than single so backslashification works OK
+ $_xh[$parser]['st'].="\"". $_xh[$parser]['ac'] . "\"";
+ } else if ($_xh[$parser]['qt']==2) {
+- $_xh[$parser]['st'].="base64_decode('". $_xh[$parser]['ac'] . "')";
++ $_xh[$parser]['st'].='base64_decode("'. $_xh[$parser]['ac'] . '")';
+ } else if ($name=="BOOLEAN") {
+ $_xh[$parser]['st'].=$_xh[$parser]['ac'];
+ } else {
diff --git a/www-apps/b2evolution/files/digest-b2evolution-0.9.0.12 b/www-apps/b2evolution/files/digest-b2evolution-0.9.0.12
new file mode 100644
index 000000000000..59ea20911530
--- /dev/null
+++ b/www-apps/b2evolution/files/digest-b2evolution-0.9.0.12
@@ -0,0 +1 @@
+MD5 7f08250c3d08c2c55e75655fbffa2d98 b2evolution-0.9.0.12-2005-05-06.zip 2857939