diff options
author | thierry <thierry@FreeBSD.org> | 2005-07-08 06:31:36 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-07-08 06:31:36 +0800 |
commit | 766e73f2176862c5949fdb8f36790fee38041953 (patch) | |
tree | f2bdb7d69c87f72640dcea11ee8041b25e9deef4 /devel/pear-XML_RPC | |
parent | 3299a0afa3df1cac2518ebb3987284d334d51570 (diff) | |
download | freebsd-ports-gnome-766e73f2176862c5949fdb8f36790fee38041953.tar.gz freebsd-ports-gnome-766e73f2176862c5949fdb8f36790fee38041953.tar.zst freebsd-ports-gnome-766e73f2176862c5949fdb8f36790fee38041953.zip |
Update to 1.3.2. According to changelog:
* Eliminate path disclosure vulnerabilities by suppressing error
messages when eval()'ing;
* Eliminate path disclosure vulnerability by catching bogus parameters
submitted to XML_RPC_Value::serializeval().
Full changelog at <http://pear.php.net/package/XML_RPC/download/1.3.2>.
PR: 83106
Submitted by: /me
Approved by: maintainer
Security: Eliminate vulnerabilities
Diffstat (limited to 'devel/pear-XML_RPC')
-rw-r--r-- | devel/pear-XML_RPC/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-XML_RPC/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/pear-XML_RPC/Makefile b/devel/pear-XML_RPC/Makefile index a53399fb364c..d8609be9472d 100644 --- a/devel/pear-XML_RPC/Makefile +++ b/devel/pear-XML_RPC/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML_RPC -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel www pear MAINTAINER= antonio@php.net diff --git a/devel/pear-XML_RPC/distinfo b/devel/pear-XML_RPC/distinfo index 210346bca948..e80909954c79 100644 --- a/devel/pear-XML_RPC/distinfo +++ b/devel/pear-XML_RPC/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/XML_RPC-1.3.1.tgz) = c27e8cc85ff7cb86b119e933bd2eafc1 -SIZE (PEAR/XML_RPC-1.3.1.tgz) = 25310 +MD5 (PEAR/XML_RPC-1.3.2.tgz) = 6f2d8de8f5ddd72dba3946e0a8c95a40 +SIZE (PEAR/XML_RPC-1.3.2.tgz) = 25837 |