All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37
@ 2021-03-02 13:18 Fabrice Fontaine
  2021-03-02 13:18 ` [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2021-03-02 13:18 UTC (permalink / raw)
  To: buildroot

https://github.com/OISF/libhtp/releases/tag/0.5.37

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libhtp/libhtp.hash | 2 +-
 package/libhtp/libhtp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libhtp/libhtp.hash b/package/libhtp/libhtp.hash
index 8bc1506180..805cd4f1f3 100644
--- a/package/libhtp/libhtp.hash
+++ b/package/libhtp/libhtp.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  ab1dd6cfd4ab4c36624a5c74793d80d1b7f50f5791620f47bfd831a79e32bc4b  libhtp-0.5.36.tar.gz
+sha256  0f8296ce9db815bbedc1c8a0b738dd25146fdaf910995a8c5f8e147799902b7e  libhtp-0.5.37.tar.gz
 sha256  87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15  LICENSE
diff --git a/package/libhtp/libhtp.mk b/package/libhtp/libhtp.mk
index de82caaa53..7520346031 100644
--- a/package/libhtp/libhtp.mk
+++ b/package/libhtp/libhtp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBHTP_VERSION = 0.5.36
+LIBHTP_VERSION = 0.5.37
 LIBHTP_SITE = $(call github,OISF,libhtp,$(LIBHTP_VERSION))
 LIBHTP_LICENSE = BSD-3-Clause
 LIBHTP_LICENSE_FILES = LICENSE
-- 
2.30.0

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

* [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2
  2021-03-02 13:18 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Fabrice Fontaine
@ 2021-03-02 13:18 ` Fabrice Fontaine
  2021-03-03 14:02   ` Peter Korsgaard
  2021-03-16 21:10   ` Peter Korsgaard
  2021-03-03 14:02 ` [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Peter Korsgaard
  2021-03-16 21:10 ` Peter Korsgaard
  2 siblings, 2 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2021-03-02 13:18 UTC (permalink / raw)
  To: buildroot

This release is a bug fix release, fixing numerous important issues:
https://suricata-ids.org/2021/03/02/suricata-6-0-2-and-5-0-6-released/

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/suricata/suricata.hash | 2 +-
 package/suricata/suricata.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/suricata/suricata.hash b/package/suricata/suricata.hash
index 7435c1b96f..8395177811 100644
--- a/package/suricata/suricata.hash
+++ b/package/suricata/suricata.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  e7a1798fe59c1d213f752feefbf8bb54168f9fa56235cf3380347c696ecdb1ae  suricata-6.0.1.tar.gz
+sha256  5e4647a07cb31b5d6d0049972a45375c137de908a964a44e2d6d231fa3ad4b52  suricata-6.0.2.tar.gz
 
 # Hash for license files:
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/suricata/suricata.mk b/package/suricata/suricata.mk
index 6549c485b3..a7a6e10c03 100644
--- a/package/suricata/suricata.mk
+++ b/package/suricata/suricata.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SURICATA_VERSION = 6.0.1
+SURICATA_VERSION = 6.0.2
 SURICATA_SITE = https://www.openinfosecfoundation.org/download
 SURICATA_LICENSE = GPL-2.0
 SURICATA_LICENSE_FILES = COPYING LICENSE
-- 
2.30.0

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

* [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37
  2021-03-02 13:18 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Fabrice Fontaine
  2021-03-02 13:18 ` [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2 Fabrice Fontaine
@ 2021-03-03 14:02 ` Peter Korsgaard
  2021-03-16 21:10 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-03-03 14:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://github.com/OISF/libhtp/releases/tag/0.5.37
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2
  2021-03-02 13:18 ` [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2 Fabrice Fontaine
@ 2021-03-03 14:02   ` Peter Korsgaard
  2021-03-16 21:10   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-03-03 14:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This release is a bug fix release, fixing numerous important issues:
 > https://suricata-ids.org/2021/03/02/suricata-6-0-2-and-5-0-6-released/

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37
  2021-03-02 13:18 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Fabrice Fontaine
  2021-03-02 13:18 ` [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2 Fabrice Fontaine
  2021-03-03 14:02 ` [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Peter Korsgaard
@ 2021-03-16 21:10 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-03-16 21:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > https://github.com/OISF/libhtp/releases/tag/0.5.37
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2
  2021-03-02 13:18 ` [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2 Fabrice Fontaine
  2021-03-03 14:02   ` Peter Korsgaard
@ 2021-03-16 21:10   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2021-03-16 21:10 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > This release is a bug fix release, fixing numerous important issues:
 > https://suricata-ids.org/2021/03/02/suricata-6-0-2-and-5-0-6-released/

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2020.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-03-16 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-02 13:18 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Fabrice Fontaine
2021-03-02 13:18 ` [Buildroot] [PATCH 2/2] package/suricata: bump to version 6.0.2 Fabrice Fontaine
2021-03-03 14:02   ` Peter Korsgaard
2021-03-16 21:10   ` Peter Korsgaard
2021-03-03 14:02 ` [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.37 Peter Korsgaard
2021-03-16 21:10 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.