[libhtp] Update to 0.5.14

Mathieu Bridon bochecha at fedoraproject.org
Tue Jul 29 07:56:07 UTC 2014


commit 86c43e5dc13222c7137c8071a427f05dfead259c
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Tue Jul 29 09:38:30 2014 +0200

    Update to 0.5.14
    
    Also, add the ChangeLog file. I hadn't seen it before, they probably
    added it at some point, but it's always nice to have it.

 .gitignore  |    1 +
 libhtp.spec |    9 ++++++---
 sources     |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c44cfd6..b6d8306 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libhtp-0.5.2.tar.xz
 /libhtp-0.5.6.tar.xz
 /htp-0.5.12.tar.gz
+/htp-0.5.14.tar.gz
diff --git a/libhtp.spec b/libhtp.spec
index 00a450e..a2798e2 100644
--- a/libhtp.spec
+++ b/libhtp.spec
@@ -1,5 +1,5 @@
 Name:          libhtp
-Version:       0.5.12
+Version:       0.5.14
 Release:       1%{?dist}
 
 Summary:       Security-aware parser for the HTTP protocol and the related bits and pieces
@@ -8,7 +8,7 @@ URL:           http://www.libhtp.org
 
 # Upstream doesn't publish release tarballs yet, so we make one:
 #     $ git clone git://github.com/ironbee/libhtp.git && cd libhtp
-#     $ git checkout 0.5.12 -b 0.5.12
+#     $ git checkout 0.5.14 -b 0.5.14
 #     $ ./autogen.sh && ./configure && make && make distcheck
 Source0:       htp-%{version}.tar.gz
 
@@ -76,7 +76,7 @@ make check
 
 
 %files
-%doc AUTHORS README
+%doc AUTHORS ChangeLog README
 %license LICENSE
 %{_libdir}/%{name}*.so.*
 
@@ -91,6 +91,9 @@ make check
 
 
 %changelog
+* Tue Jul 29 2014 Mathieu Bridon <bochecha at fedoraproject.org> - 0.5.14-1
+- Update to 0.5.14
+
 * Sun Jun 29 2014 Mathieu Bridon <bochecha at fedoraproject.org> - 0.5.12-1
 - Update to 0.5.12
 
diff --git a/sources b/sources
index e8f5f1f..03e466d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-086d2e71bcdebf508ca5e5a40ae4ead6  htp-0.5.12.tar.gz
+fcdabec8db0c4857d575885f85eb1889  htp-0.5.14.tar.gz


More information about the scm-commits mailing list