All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/syslog-ng: Bump version to 3.33.1
@ 2021-07-14  9:58 Chris Packham
  2021-07-15 19:53 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2021-07-14  9:58 UTC (permalink / raw)
  To: buildroot

https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.33.1
https://github.com/syslog-ng/syslog-ng/compare/syslog-ng-3.32.1...syslog-ng-3.33.1

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
This applies on top of Fabrice's change which hasn't shown up in master yet

http://patchwork.ozlabs.org/project/buildroot/patch/20210705051445.3496122-1-fontaine.fabrice at gmail.com/

I double checked the hash this time and actually checked that it built. I've
also remembered to update the config file.

 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 5f21d5c267..4d1526b812 100644
--- a/package/syslog-ng/syslog-ng.conf
+++ b/package/syslog-ng/syslog-ng.conf
@@ -1,4 +1,4 @@
- at version: 3.32
+ at version: 3.33
 
 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 d25eb4f69b..fdf37ec3d9 100644
--- a/package/syslog-ng/syslog-ng.hash
+++ b/package/syslog-ng/syslog-ng.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  19e3b76552d82c71c04230526925402c9f05fa5e6ea19b912b061850929b712d  syslog-ng-3.32.1.tar.gz
+sha256  35913654582947705a5679c9a2dcd4d25b4c98f3f3734cd55e94c5c780c22877  syslog-ng-3.33.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 2f4e71931c..b5aa5ca027 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.32.1
+SYSLOG_NG_VERSION = 3.33.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.32.0

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

* [Buildroot] [PATCH] package/syslog-ng: Bump version to 3.33.1
  2021-07-14  9:58 [Buildroot] [PATCH] package/syslog-ng: Bump version to 3.33.1 Chris Packham
@ 2021-07-15 19:53 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2021-07-15 19:53 UTC (permalink / raw)
  To: buildroot

On Wed, 14 Jul 2021 21:58:02 +1200
Chris Packham <judge.packham@gmail.com> wrote:

> https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.33.1
> https://github.com/syslog-ng/syslog-ng/compare/syslog-ng-3.32.1...syslog-ng-3.33.1
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> This applies on top of Fabrice's change which hasn't shown up in master yet

Applied to master, thanks. This time, I verified the hash, and it does
match the one I could get by downloading the tarball here :-)

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2021-07-15 19:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14  9:58 [Buildroot] [PATCH] package/syslog-ng: Bump version to 3.33.1 Chris Packham
2021-07-15 19:53 ` Thomas Petazzoni

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.