All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5
@ 2021-12-27 22:04 Fabrice Fontaine
  2021-12-27 22:04 ` [Buildroot] [PATCH 2/2] package/snort3: bump to version 3.1.18.0 Fabrice Fontaine
  2021-12-28 22:00 ` [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5 Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-12-27 22:04 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

https://github.com/snort3/libdaq/releases/tag/v3.0.5

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

diff --git a/package/daq3/daq3.hash b/package/daq3/daq3.hash
index e4cf4ebefe..a97f81833b 100644
--- a/package/daq3/daq3.hash
+++ b/package/daq3/daq3.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  a376c7625d1442ddb7e3c75954c910cc9d64440e2f8f345981aa5fa6999ea206  daq3-3.0.4.tar.gz
+sha256  4281464c5502037669e69d314b628df863420f590c4999c5b567c8016cd1e658  daq3-3.0.5.tar.gz
 
 # Hash for license files:
 sha256  64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26  COPYING
diff --git a/package/daq3/daq3.mk b/package/daq3/daq3.mk
index 1de7e53a79..ed97615e61 100644
--- a/package/daq3/daq3.mk
+++ b/package/daq3/daq3.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DAQ3_VERSION = 3.0.4
+DAQ3_VERSION = 3.0.5
 DAQ3_SITE = $(call github,snort3,libdaq,v$(DAQ3_VERSION))
 DAQ3_LICENSE = GPL-2.0
 DAQ3_LICENSE_FILES = COPYING LICENSE
-- 
2.33.0

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

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

* [Buildroot] [PATCH 2/2] package/snort3: bump to version 3.1.18.0
  2021-12-27 22:04 [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5 Fabrice Fontaine
@ 2021-12-27 22:04 ` Fabrice Fontaine
  2021-12-28 22:00 ` [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5 Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-12-27 22:04 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

https://github.com/snort3/snort3/blob/3.1.18.0/ChangeLog

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

diff --git a/package/snort3/snort3.hash b/package/snort3/snort3.hash
index c31e258ef2..0ba4505a83 100644
--- a/package/snort3/snort3.hash
+++ b/package/snort3/snort3.hash
@@ -1,5 +1,5 @@
 # Locally computed:
-sha256  4f7852898eaac48a7cfaff61c79a3c3a5a86a54db9d2a7d5b758297bf52f1f12  snort3-3.1.6.0.tar.gz
+sha256  6e45c16b1815d832b5d6edcd2b705e7838e25c76bfd54b3e86c55ecba6de420a  snort3-3.1.18.0.tar.gz
 
 # Hash for license files:
 sha256  3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d  COPYING
diff --git a/package/snort3/snort3.mk b/package/snort3/snort3.mk
index 7495ab9b0f..6f15ce3c92 100644
--- a/package/snort3/snort3.mk
+++ b/package/snort3/snort3.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SNORT3_VERSION = 3.1.6.0
+SNORT3_VERSION = 3.1.18.0
 SNORT3_SITE = $(call github,snort3,snort3,$(SNORT3_VERSION))
 SNORT3_LICENSE = GPL-2.0
 SNORT3_LICENSE_FILES = COPYING LICENSE
-- 
2.33.0

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

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

* Re: [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5
  2021-12-27 22:04 [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5 Fabrice Fontaine
  2021-12-27 22:04 ` [Buildroot] [PATCH 2/2] package/snort3: bump to version 3.1.18.0 Fabrice Fontaine
@ 2021-12-28 22:00 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2021-12-28 22:00 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

Fabrice, All,

On 2021-12-27 23:04 +0100, Fabrice Fontaine spake thusly:
> https://github.com/snort3/libdaq/releases/tag/v3.0.5
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Series of two patches applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/daq3/daq3.hash | 2 +-
>  package/daq3/daq3.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/daq3/daq3.hash b/package/daq3/daq3.hash
> index e4cf4ebefe..a97f81833b 100644
> --- a/package/daq3/daq3.hash
> +++ b/package/daq3/daq3.hash
> @@ -1,5 +1,5 @@
>  # Locally computed:
> -sha256  a376c7625d1442ddb7e3c75954c910cc9d64440e2f8f345981aa5fa6999ea206  daq3-3.0.4.tar.gz
> +sha256  4281464c5502037669e69d314b628df863420f590c4999c5b567c8016cd1e658  daq3-3.0.5.tar.gz
>  
>  # Hash for license files:
>  sha256  64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26  COPYING
> diff --git a/package/daq3/daq3.mk b/package/daq3/daq3.mk
> index 1de7e53a79..ed97615e61 100644
> --- a/package/daq3/daq3.mk
> +++ b/package/daq3/daq3.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -DAQ3_VERSION = 3.0.4
> +DAQ3_VERSION = 3.0.5
>  DAQ3_SITE = $(call github,snort3,libdaq,v$(DAQ3_VERSION))
>  DAQ3_LICENSE = GPL-2.0
>  DAQ3_LICENSE_FILES = COPYING LICENSE
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-12-28 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 22:04 [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5 Fabrice Fontaine
2021-12-27 22:04 ` [Buildroot] [PATCH 2/2] package/snort3: bump to version 3.1.18.0 Fabrice Fontaine
2021-12-28 22:00 ` [Buildroot] [PATCH 1/2] package/daq3: bump to version 3.0.5 Yann E. MORIN

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.