All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40
@ 2022-04-23 20:24 Fabrice Fontaine
  2022-04-23 20:24 ` [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2022-04-23 20:24 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

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

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 eae3009c76..8759823e16 100644
--- a/package/libhtp/libhtp.hash
+++ b/package/libhtp/libhtp.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  d5956b49314fc6a058864130fbcf040a12584ee1e38f3b6ea52aedfa99d4c14a  libhtp-0.5.39.tar.gz
+sha256  0afaff837c295c868db8c967b87b1b5e21c0386c15c3b5ead474799724c54ef8  libhtp-0.5.40.tar.gz
 sha256  87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15  LICENSE
diff --git a/package/libhtp/libhtp.mk b/package/libhtp/libhtp.mk
index 532eaa340b..bb8aa73b42 100644
--- a/package/libhtp/libhtp.mk
+++ b/package/libhtp/libhtp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBHTP_VERSION = 0.5.39
+LIBHTP_VERSION = 0.5.40
 LIBHTP_SITE = $(call github,OISF,libhtp,$(LIBHTP_VERSION))
 LIBHTP_LICENSE = BSD-3-Clause
 LIBHTP_LICENSE_FILES = LICENSE
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5
  2022-04-23 20:24 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Fabrice Fontaine
@ 2022-04-23 20:24 ` Fabrice Fontaine
  2022-04-25 20:24   ` Arnout Vandecappelle
  2022-05-27  8:17   ` Peter Korsgaard
  2022-04-25 20:24 ` [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Arnout Vandecappelle
  2022-05-27  8:17 ` Peter Korsgaard
  2 siblings, 2 replies; 6+ messages in thread
From: Fabrice Fontaine @ 2022-04-23 20:24 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Various security, performance, accuracy and stability issues have been
fixed.

https://forum.suricata.io/t/suricata-6-0-5-and-5-0-9-released/2415

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 098740e769..032546fd92 100644
--- a/package/suricata/suricata.hash
+++ b/package/suricata/suricata.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  a8f197e33d1678689ebbf7bc1abe84934c465d22c504c47c2c7e9b74aa042d0d  suricata-6.0.4.tar.gz
+sha256  0d4197047c84ba070dfc6b1d9f9ee92f52a71403bfac0e29b2554bb21fe00754  suricata-6.0.5.tar.gz
 
 # Hash for license files:
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/suricata/suricata.mk b/package/suricata/suricata.mk
index 86d8970178..36e641bf90 100644
--- a/package/suricata/suricata.mk
+++ b/package/suricata/suricata.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SURICATA_VERSION = 6.0.4
+SURICATA_VERSION = 6.0.5
 SURICATA_SITE = https://www.openinfosecfoundation.org/download
 SURICATA_LICENSE = GPL-2.0
 SURICATA_LICENSE_FILES = COPYING LICENSE
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40
  2022-04-23 20:24 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Fabrice Fontaine
  2022-04-23 20:24 ` [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5 Fabrice Fontaine
@ 2022-04-25 20:24 ` Arnout Vandecappelle
  2022-05-27  8:17 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2022-04-25 20:24 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 23/04/2022 22:24, Fabrice Fontaine wrote:
> https://github.com/OISF/libhtp/releases/tag/0.5.40
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 eae3009c76..8759823e16 100644
> --- a/package/libhtp/libhtp.hash
> +++ b/package/libhtp/libhtp.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  d5956b49314fc6a058864130fbcf040a12584ee1e38f3b6ea52aedfa99d4c14a  libhtp-0.5.39.tar.gz
> +sha256  0afaff837c295c868db8c967b87b1b5e21c0386c15c3b5ead474799724c54ef8  libhtp-0.5.40.tar.gz
>   sha256  87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15  LICENSE
> diff --git a/package/libhtp/libhtp.mk b/package/libhtp/libhtp.mk
> index 532eaa340b..bb8aa73b42 100644
> --- a/package/libhtp/libhtp.mk
> +++ b/package/libhtp/libhtp.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -LIBHTP_VERSION = 0.5.39
> +LIBHTP_VERSION = 0.5.40
>   LIBHTP_SITE = $(call github,OISF,libhtp,$(LIBHTP_VERSION))
>   LIBHTP_LICENSE = BSD-3-Clause
>   LIBHTP_LICENSE_FILES = LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5
  2022-04-23 20:24 ` [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5 Fabrice Fontaine
@ 2022-04-25 20:24   ` Arnout Vandecappelle
  2022-05-27  8:17   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2022-04-25 20:24 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 23/04/2022 22:24, Fabrice Fontaine wrote:
> Various security, performance, accuracy and stability issues have been
> fixed.
> 
> https://forum.suricata.io/t/suricata-6-0-5-and-5-0-9-released/2415
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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 098740e769..032546fd92 100644
> --- a/package/suricata/suricata.hash
> +++ b/package/suricata/suricata.hash
> @@ -1,5 +1,5 @@
>   # Locally computed:
> -sha256  a8f197e33d1678689ebbf7bc1abe84934c465d22c504c47c2c7e9b74aa042d0d  suricata-6.0.4.tar.gz
> +sha256  0d4197047c84ba070dfc6b1d9f9ee92f52a71403bfac0e29b2554bb21fe00754  suricata-6.0.5.tar.gz
>   
>   # Hash for license files:
>   sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
> diff --git a/package/suricata/suricata.mk b/package/suricata/suricata.mk
> index 86d8970178..36e641bf90 100644
> --- a/package/suricata/suricata.mk
> +++ b/package/suricata/suricata.mk
> @@ -4,7 +4,7 @@
>   #
>   ################################################################################
>   
> -SURICATA_VERSION = 6.0.4
> +SURICATA_VERSION = 6.0.5
>   SURICATA_SITE = https://www.openinfosecfoundation.org/download
>   SURICATA_LICENSE = GPL-2.0
>   SURICATA_LICENSE_FILES = COPYING LICENSE
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40
  2022-04-23 20:24 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Fabrice Fontaine
  2022-04-23 20:24 ` [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5 Fabrice Fontaine
  2022-04-25 20:24 ` [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Arnout Vandecappelle
@ 2022-05-27  8:17 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-05-27  8:17 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

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

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

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5
  2022-04-23 20:24 ` [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5 Fabrice Fontaine
  2022-04-25 20:24   ` Arnout Vandecappelle
@ 2022-05-27  8:17   ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2022-05-27  8:17 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

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

 > Various security, performance, accuracy and stability issues have been
 > fixed.

 > https://forum.suricata.io/t/suricata-6-0-5-and-5-0-9-released/2415

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

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-05-27  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-23 20:24 [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Fabrice Fontaine
2022-04-23 20:24 ` [Buildroot] [PATCH 2/2] package/suricata: security bump to version 6.0.5 Fabrice Fontaine
2022-04-25 20:24   ` Arnout Vandecappelle
2022-05-27  8:17   ` Peter Korsgaard
2022-04-25 20:24 ` [Buildroot] [PATCH 1/2] package/libhtp: bump to version 0.5.40 Arnout Vandecappelle
2022-05-27  8:17 ` 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.