All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1
@ 2022-06-21  9:04 Chris Packham
  2022-06-21  9:04 ` [Buildroot] [PATCH 2/2] package/micropython: Bump version to 1.19 Chris Packham
  2022-06-27 22:30 ` [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Packham @ 2022-06-21  9:04 UTC (permalink / raw)
  To: buildroot; +Cc: Chris Packham

Bump to syslog-ng 3.37.1 and update sample config.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

Notes:
    This obsoletes the previously submitted http://patchwork.ozlabs.org/project/buildroot/patch/20220607093243.2806482-1-judge.packham@gmail.com/

 package/syslog-ng/syslog-ng.conf | 2 +-
 package/syslog-ng/syslog-ng.hash | 2 +-
 package/syslog-ng/syslog-ng.mk   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/syslog-ng/syslog-ng.conf b/package/syslog-ng/syslog-ng.conf
index 64ff980593..45b94facf9 100644
--- a/package/syslog-ng/syslog-ng.conf
+++ b/package/syslog-ng/syslog-ng.conf
@@ -1,4 +1,4 @@
-@version: 3.35
+@version: 3.37
 
 source s_sys {
 	file("/proc/kmsg" program_override("kernel"));
diff --git a/package/syslog-ng/syslog-ng.hash b/package/syslog-ng/syslog-ng.hash
index ab643627e8..764ff45733 100644
--- a/package/syslog-ng/syslog-ng.hash
+++ b/package/syslog-ng/syslog-ng.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  1d0238b06b3e5987c859e5b529ecee738f75bacff04b149398b1fe8cbb121e53  syslog-ng-3.35.1.tar.gz
+sha256  d67a320cb896cd5d62f24d9e1bec138847fa4618ae13a3946cae2b75c528ee14  syslog-ng-3.37.1.tar.gz
 sha256  e912cf1e1c09b81d61c0154eb6c179588622c31ad07bfb4a90c612d07ff09d9b  COPYING
 sha256  ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2  GPL.txt
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LGPL.txt
diff --git a/package/syslog-ng/syslog-ng.mk b/package/syslog-ng/syslog-ng.mk
index fc57a56820..6cad6a5ecd 100644
--- a/package/syslog-ng/syslog-ng.mk
+++ b/package/syslog-ng/syslog-ng.mk
@@ -6,7 +6,7 @@
 
 # When updating the version, please check at runtime if the version in
 # syslog-ng.conf header needs to be updated
-SYSLOG_NG_VERSION = 3.35.1
+SYSLOG_NG_VERSION = 3.37.1
 SYSLOG_NG_SITE = https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)
 SYSLOG_NG_LICENSE = LGPL-2.1+ (syslog-ng core), GPL-2.0+ (modules)
 SYSLOG_NG_LICENSE_FILES = COPYING GPL.txt LGPL.txt
-- 
2.36.1

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

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

* [Buildroot] [PATCH 2/2] package/micropython: Bump version to 1.19
  2022-06-21  9:04 [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1 Chris Packham
@ 2022-06-21  9:04 ` Chris Packham
  2022-06-27 22:31   ` Peter Korsgaard
  2022-06-27 22:30 ` [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Packham @ 2022-06-21  9:04 UTC (permalink / raw)
  To: buildroot; +Cc: Chris Packham

https://github.com/micropython/micropython/releases/tag/v1.19

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
 package/micropython/micropython.hash | 2 +-
 package/micropython/micropython.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/micropython/micropython.hash b/package/micropython/micropython.hash
index 6beea78bc7..09bc574ebc 100644
--- a/package/micropython/micropython.hash
+++ b/package/micropython/micropython.hash
@@ -1,3 +1,3 @@
 #locally computed
-sha256  d804a422872c6fe283c6e4fd392698472035b34b5a683ac26adbd5c7582267f9  micropython-1.18.tar.gz
+sha256  128b6fb13b518b4d3e75b4f0c04f175dc336c762d8c6360f647e91dc4d25e5d0  micropython-1.19.tar.gz
 sha256  0f678c2abd7fe2cfca36693630506bbcbdfc219bd04bf4a02fe3b094ae4c666f  LICENSE
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
index d8ba5ac0c0..f7af9bfc32 100644
--- a/package/micropython/micropython.mk
+++ b/package/micropython/micropython.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MICROPYTHON_VERSION = 1.18
+MICROPYTHON_VERSION = 1.19
 MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
 # Micropython has a lot of code copied from other projects, and also a number
 # of submodules for various libs. However, we don't even clone the submodules,
-- 
2.36.1

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

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

* Re: [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1
  2022-06-21  9:04 [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1 Chris Packham
  2022-06-21  9:04 ` [Buildroot] [PATCH 2/2] package/micropython: Bump version to 1.19 Chris Packham
@ 2022-06-27 22:30 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-06-27 22:30 UTC (permalink / raw)
  To: Chris Packham; +Cc: buildroot

>>>>> "Chris" == Chris Packham <judge.packham@gmail.com> writes:

 > Bump to syslog-ng 3.37.1 and update sample config.
 > Signed-off-by: Chris Packham <judge.packham@gmail.com>
 > ---

 > Notes:
 >     This obsoletes the previously submitted http://patchwork.ozlabs.org/project/buildroot/patch/20220607093243.2806482-1-judge.packham@gmail.com/

You can change that yourself if you create a patchwork account with the
same email address.

Committed, thanks.

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

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

* Re: [Buildroot] [PATCH 2/2] package/micropython: Bump version to 1.19
  2022-06-21  9:04 ` [Buildroot] [PATCH 2/2] package/micropython: Bump version to 1.19 Chris Packham
@ 2022-06-27 22:31   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-06-27 22:31 UTC (permalink / raw)
  To: Chris Packham; +Cc: buildroot

>>>>> "Chris" == Chris Packham <judge.packham@gmail.com> writes:

 > https://github.com/micropython/micropython/releases/tag/v1.19
 > Signed-off-by: Chris Packham <judge.packham@gmail.com>

Committed, thanks.

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

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

end of thread, other threads:[~2022-06-27 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  9:04 [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1 Chris Packham
2022-06-21  9:04 ` [Buildroot] [PATCH 2/2] package/micropython: Bump version to 1.19 Chris Packham
2022-06-27 22:31   ` Peter Korsgaard
2022-06-27 22:30 ` [Buildroot] [PATCH 1/2] package/syslog-ng: Bump to version 3.37.1 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.