[php-nusoap] * Thu Sep 02 2010 David Nalley <david at gnsa.us> 0.9.5-1 - moved to version 0.9.5 to follow upstream -

David Nalley ke4qqq at fedoraproject.org
Fri Sep 3 02:55:02 UTC 2010


commit e8154964e7f85f960af1ae6063888df40a95992f
Author: David Nalley <david at gnsa.us>
Date:   Thu Sep 2 22:53:45 2010 -0400

    * Thu Sep 02 2010 David Nalley <david at gnsa.us> 0.9.5-1
    - moved to version 0.9.5 to follow upstream
    - patched XSS security vulnerability (thanks to David Hicks <hickseydr at optusnet.com.au> from MantisBT community) BZ# 629585

 .gitignore      |    2 ++
 php-nusoap.spec |    9 +++++++--
 sources         |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d25992f..c78b8a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 nusoap-0.7.3.zip
+/nusoap.xss.patch
+/nusoap-0.9.5.zip
diff --git a/php-nusoap.spec b/php-nusoap.spec
index 5061e80..0574d55 100644
--- a/php-nusoap.spec
+++ b/php-nusoap.spec
@@ -1,12 +1,13 @@
 %global php_libname          nusoap
 Name:      php-nusoap
-Version:   0.7.3
-Release:   2%{?dist}
+Version:   0.9.5
+Release:   1%{?dist}
 License:   LGPLv2+
 Summary:   SOAP Toolkit for PHP 
 Group:     Development/Libraries
 URL:       http://nusoap.sourceforge.net/
 Source:    http://downloads.sourceforge.net/%{php_libname}/%{php_libname}-%{version}.zip
+Patch0:    nusoap.xss.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  php-common
 BuildRequires: dos2unix
@@ -19,6 +20,7 @@ create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.
 
 %prep
 %setup -c -q
+%patch0 -p0
 dos2unix samples/*
 dos2unix lib/changelog
 iconv -f iso8859-1 -t utf-8 lib/changelog > lib/changelog.txt && mv -f lib/changelog.txt lib/changelog
@@ -40,6 +42,9 @@ rm -rf %{buildroot}
 %{_datadir}/php/%{php_libname}
 
 %changelog
+* Thu Sep 02 2010 David Nalley <david at gnsa.us> 0.9.5-1
+- moved to version 0.9.5 to follow upstream
+- patched XSS security vulnerability (thanks to David Hicks <hickseydr at optusnet.com.au> from MantisBT community) BZ# 629585
 * Tue Dec 08 2009 David Nalley <david at gnsa.us> 0.7.3-2
 - improved spec legibility with addition of newlines
 - corrected license
diff --git a/sources b/sources
index 6bd2b99..6351607 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19843319571f6b79f9ed56ef3bb59100  nusoap-0.7.3.zip
+39c5ee539904f4576def9b3776752592  nusoap-0.9.5.zip


More information about the scm-commits mailing list