[libhtp] New upstream release: 0.5.6

Mathieu Bridon bochecha at fedoraproject.org
Fri Jul 26 05:48:14 UTC 2013


commit 982320cc649678e86de3116b96189c3bceb6acfa
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Fri Jul 26 13:45:44 2013 +0800

    New upstream release: 0.5.6

 .gitignore  |    1 +
 libhtp.spec |   10 +++++++---
 sources     |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a48fa4..39634fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libhtp-0.3.0-20120126.git53e5901.tar.xz
 /libhtp-0.3.0.tar.xz
 /libhtp-0.5.2.tar.xz
+/libhtp-0.5.6.tar.xz
diff --git a/libhtp.spec b/libhtp.spec
index ee8350a..4854818 100644
--- a/libhtp.spec
+++ b/libhtp.spec
@@ -1,5 +1,5 @@
 Name:          libhtp
-Version:       0.5.2
+Version:       0.5.6
 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 archive --format=tar --prefix=libhtp-0.5.2/ 0.5.2 | xz -z >libhtp-0.5.2.tar.xz
+#     $ git archive --format=tar --prefix=libhtp-0.5.6/ 0.5.6 | xz -z >libhtp-0.5.6.tar.xz
 Source0:       %{name}-%{version}.tar.xz
 
 # Upstream doesn't publish release tarballs yet, so we need the autotools stuff
@@ -52,7 +52,8 @@ Documentation (in HTML, Latex and PDF formats) for %{name}.
 # Upstream doesn't publish release tarballs yet, so we need to run autoreconf
 autoreconf -i
 
-%configure --disable-static --with-doxygen=doxygen
+%configure --disable-static \
+           --with-doxygen=doxygen
 make %{?_smp_mflags}
 
 # Make it easier to install the HTML docs
@@ -88,6 +89,9 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
 
 
 %changelog
+* Fri Jul 26 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.5.6-1
+- New upstream release: 0.5.6.
+
 * Wed May 22 2013 Mathieu Bridon <bochecha at fedoraproject.org> - 0.5.2-1
 - New upstream release: 0.5.2.
 
diff --git a/sources b/sources
index 1f71bcd..c57de5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dfd7b1ca3107a6d9a3ae68371210307  libhtp-0.5.2.tar.xz
+ffe562da6d82634feec5e582aded2dc9  libhtp-0.5.6.tar.xz


More information about the scm-commits mailing list