[php-htmLawed/f19] update to 1.1.16 (security)

Remi Collet remi at fedoraproject.org
Thu Sep 12 14:27:34 UTC 2013


commit d8bd9cfdbbf9eae92a0e5792159437a4e36e9410
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Sep 12 16:23:28 2013 +0200

    update to 1.1.16 (security)

 .gitignore        |    1 +
 php-htmLawed.spec |   18 +++++++++++++++---
 sources           |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3e70963..42bbc9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /htmLawed1112.zip
 /htmLawed1114.zip
 /htmLawed1115.zip
+/htmLawed1116.zip
diff --git a/php-htmLawed.spec b/php-htmLawed.spec
index 35e013d..5501052 100644
--- a/php-htmLawed.spec
+++ b/php-htmLawed.spec
@@ -1,9 +1,17 @@
+# spec file for php-htmLawed
+#
+# Copyright (c) 2012-2013 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
 %global libname    htmLawed
-%global libversion 1115
+%global libversion 1116
 
 Name:           php-%{libname}
-Version:        1.1.15
-Release:        2%{?dist}
+Version:        1.1.16
+Release:        1%{?dist}
 Summary:        PHP code to purify and filter HTML
 Group:          Development/Libraries
 License:        LGPLv3 and GPLv2+
@@ -64,6 +72,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 12 2013 Remi Collet <remi at fedoraproject.org> - 1.1.16-1
+- update to 1.1.16, fix for a potential security vulnerability
+  arising from specialy encoded space characters in URL schemes/protocols
+
 * Fri Aug 23 2013 Remi Collet <remi at fedoraproject.org> - 1.1.15-2
 - update to 1.1.15
 
diff --git a/sources b/sources
index ed2eb4c..243653d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac47676a1856a20cea0f56cdabd0ad79  htmLawed1115.zip
+89ebf29bdae70211a55db83ddba93480  htmLawed1116.zip


More information about the scm-commits mailing list