public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libhtp: Update to 0.5.30
@ 2019-09-06 12:52 Stefan Schantl
  2019-09-06 12:53 ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schantl @ 2019-09-06 12:52 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

Fixes #12170

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 lfs/libhtp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/libhtp b/lfs/libhtp
index 212514dfb..bec93a935 100644
--- a/lfs/libhtp
+++ b/lfs/libhtp
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.29
+VER        = 0.5.30
 
 THISAPP    = libhtp-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5feb73647723db5b458d00faddb30954
+$(DL_FILE)_MD5 = ec0d8c57f9c611719e07668bbad7e685
 
 install : $(TARGET)
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libhtp: Update to 0.5.30
  2019-09-06 12:52 [PATCH] libhtp: Update to 0.5.30 Stefan Schantl
@ 2019-09-06 12:53 ` Michael Tremer
  2019-09-07  8:24   ` peter.mueller
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2019-09-06 12:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 806 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 6 Sep 2019, at 13:52, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
> 
> Fixes #12170
> 
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
> lfs/libhtp | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/libhtp b/lfs/libhtp
> index 212514dfb..bec93a935 100644
> --- a/lfs/libhtp
> +++ b/lfs/libhtp
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 0.5.29
> +VER        = 0.5.30
> 
> THISAPP    = libhtp-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 5feb73647723db5b458d00faddb30954
> +$(DL_FILE)_MD5 = ec0d8c57f9c611719e07668bbad7e685
> 
> install : $(TARGET)
> 
> -- 
> 2.20.1
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libhtp: Update to 0.5.30
  2019-09-06 12:53 ` Michael Tremer
@ 2019-09-07  8:24   ` peter.mueller
  0 siblings, 0 replies; 4+ messages in thread
From: peter.mueller @ 2019-09-07  8:24 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> 
>> On 6 Sep 2019, at 13:52, Stefan Schantl <stefan.schantl(a)ipfire.org> wrote:
>>
>> Fixes #12170
>>
>> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
>> ---
>> lfs/libhtp | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/lfs/libhtp b/lfs/libhtp
>> index 212514dfb..bec93a935 100644
>> --- a/lfs/libhtp
>> +++ b/lfs/libhtp
>> @@ -24,7 +24,7 @@
>>
>> include Config
>>
>> -VER        = 0.5.29
>> +VER        = 0.5.30
>>
>> THISAPP    = libhtp-$(VER)
>> DL_FILE    = $(THISAPP).tar.gz
>> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = 5feb73647723db5b458d00faddb30954
>> +$(DL_FILE)_MD5 = ec0d8c57f9c611719e07668bbad7e685
>>
>> install : $(TARGET)
>>
>> -- 
>> 2.20.1
>>
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] libhtp: Update to 0.5.30
@ 2019-09-06 16:22 Stefan Schantl
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Schantl @ 2019-09-06 16:22 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

This is a minor release to the latest stable version of libhtp.

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 libhtp/libhtp.nm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libhtp/libhtp.nm b/libhtp/libhtp.nm
index 8bb4ebf9c..5a7317bdb 100644
--- a/libhtp/libhtp.nm
+++ b/libhtp/libhtp.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = libhtp
-version    = 0.5.29
+version    = 0.5.30
 release    = 1
 
 groups     = System/Libraries
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-07  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 12:52 [PATCH] libhtp: Update to 0.5.30 Stefan Schantl
2019-09-06 12:53 ` Michael Tremer
2019-09-07  8:24   ` peter.mueller
2019-09-06 16:22 Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox