[libhtp] Update to 0.5.17

Mathieu Bridon bochecha at fedoraproject.org
Fri Feb 27 03:15:58 UTC 2015


commit e67ced4c01690306631b20590d5bdd545720012b
Author: Mathieu Bridon <bochecha at daitauha.fr>
Date:   Fri Feb 27 11:15:52 2015 +0800

    Update to 0.5.17

 .gitignore  | 1 +
 libhtp.spec | 9 ++++++---
 sources     | 2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a26edc..3fb70c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /htp-0.5.14.tar.gz
 /htp-0.5.15.tar.gz
 /htp-0.5.16.tar.gz
+/htp-0.5.17.tar.gz
diff --git a/libhtp.spec b/libhtp.spec
index fc10974..c26a537 100644
--- a/libhtp.spec
+++ b/libhtp.spec
@@ -1,5 +1,5 @@
 Name:          libhtp
-Version:       0.5.16
+Version:       0.5.17
 Release:       1%{?dist}
 
 Summary:       Security-aware parser for the HTTP protocol and the related bits and pieces
@@ -42,8 +42,8 @@ Documentation (in HTML, Latex and PDF formats) for %{name}.
 
 
 %build
-%configure --disable-static \
-           --with-doxygen=doxygen
+%configure --with-doxygen=doxygen \
+           --disable-static
 
 make %{?_smp_mflags}
 
@@ -86,6 +86,9 @@ make check
 
 
 %changelog
+* Fri Feb 27 2015 Mathieu Bridon <bochecha at daitauha.fr> - 0.5.17-1
+- Update to 0.5.17
+
 * Fri Dec 12 2014 Mathieu Bridon <bochecha at daitauha.fr> - 0.5.16-1
 - Update to 0.5.16
 - Among other things, this fixes a security issue
diff --git a/sources b/sources
index fac3517..a72dc42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24510e21f258674c4f08f677ae704f6f  htp-0.5.16.tar.gz
+0e2ae0e30f5a0721d0e64453271c9c30  htp-0.5.17.tar.gz


More information about the scm-commits mailing list