All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1
@ 2020-09-14  8:58 Chris Packham
  2020-09-14  8:58 ` [Buildroot] [PATCH 2/3] micropython: Bump version to 1.13 Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Chris Packham @ 2020-09-14  8:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Chris Packham <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 87861ba414..99f4ea9d66 100644
--- a/package/syslog-ng/syslog-ng.conf
+++ b/package/syslog-ng/syslog-ng.conf
@@ -1,4 +1,4 @@
- at version: 3.28
+ at version: 3.29
 
 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 a4ecfaacc0..e4c8f26f8a 100644
--- a/package/syslog-ng/syslog-ng.hash
+++ b/package/syslog-ng/syslog-ng.hash
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  af4ef43c41e05759ce6f20f344563f1cbb00622399263fa0c6b9e96426c2a6e8  syslog-ng-3.28.1.tar.gz
+sha256  5cd6b65466671ec5b793fc703a515e07e0da39b79190b2a3c89af176d07e89fd  syslog-ng-3.29.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 428404f73a..7c2368efba 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.28.1
+SYSLOG_NG_VERSION = 3.29.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.28.0

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

* [Buildroot] [PATCH 2/3] micropython: Bump version to 1.13
  2020-09-14  8:58 [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Chris Packham
@ 2020-09-14  8:58 ` Chris Packham
  2020-09-14  8:58 ` [Buildroot] [PATCH 3/3] gst1-shark: Bump verison to v0.7.1 Chris Packham
  2020-09-14 19:22 ` [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Chris Packham @ 2020-09-14  8:58 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/micropython/micropython.hash b/package/micropython/micropython.hash
index 49fd903fab..4ca3f8402f 100644
--- a/package/micropython/micropython.hash
+++ b/package/micropython/micropython.hash
@@ -1,3 +1,3 @@
 #locally computed
-sha256 330cd32c7b67cb6b531d158eabcf68af3a7d7ad7b5a4b0ce3c73da3d241da6a2  micropython-1.12.tar.gz
+sha256 31466dacebeb3af60dc80a071a07c3e15b657219a826e0b6ac741f9f22472f23  micropython-1.13.tar.gz
 sha256 afde3432122205e8e08d615fcb920aca58631c52b6c0c01813854287a457b298  LICENSE
diff --git a/package/micropython/micropython.mk b/package/micropython/micropython.mk
index 8328992090..7c83b18b4e 100644
--- a/package/micropython/micropython.mk
+++ b/package/micropython/micropython.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MICROPYTHON_VERSION = 1.12
+MICROPYTHON_VERSION = 1.13
 MICROPYTHON_SITE = $(call github,micropython,micropython,v$(MICROPYTHON_VERSION))
 MICROPYTHON_LICENSE = MIT
 MICROPYTHON_LICENSE_FILES = LICENSE
@@ -40,7 +40,7 @@ define MICROPYTHON_INSTALL_TARGET_CMDS
 		CROSS_COMPILE=$(TARGET_CROSS) \
 		CFLAGS_EXTRA=$(MICROPYTHON_CFLAGS) \
 		DESTDIR=$(TARGET_DIR) \
-		PREFIX=$(TARGET_DIR)/usr \
+		PREFIX=/usr \
 		install
 endef
 
-- 
2.28.0

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

* [Buildroot] [PATCH 3/3] gst1-shark: Bump verison to v0.7.1
  2020-09-14  8:58 [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Chris Packham
  2020-09-14  8:58 ` [Buildroot] [PATCH 2/3] micropython: Bump version to 1.13 Chris Packham
@ 2020-09-14  8:58 ` Chris Packham
  2020-09-14 19:22 ` [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Chris Packham @ 2020-09-14  8:58 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gstreamer1/gst1-shark/gst1-shark.hash b/package/gstreamer1/gst1-shark/gst1-shark.hash
index 6bf4739abc..6f8365cb16 100644
--- a/package/gstreamer1/gst1-shark/gst1-shark.hash
+++ b/package/gstreamer1/gst1-shark/gst1-shark.hash
@@ -1,5 +1,5 @@
 # locally computed hash
-sha256 3c1f865533750f9fe511336e673e89bc93ac05e896bd3f4fc68d3cc0c142a861  gst1-shark-v0.6.1.tar.gz
+sha256 aec7f0bbb81775922da2c94a4f84b64b5efd38a616f0d07eb4c3ddb5770b728d  gst1-shark-v0.7.1.tar.gz
 
 # Hashes for license files:
 sha256 6d191b8f1fa03cabced18b8e48fddbf960a19f965bed8491e76ed62238f92f0b  COPYING
diff --git a/package/gstreamer1/gst1-shark/gst1-shark.mk b/package/gstreamer1/gst1-shark/gst1-shark.mk
index 6dc702b482..146d1f8456 100644
--- a/package/gstreamer1/gst1-shark/gst1-shark.mk
+++ b/package/gstreamer1/gst1-shark/gst1-shark.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GST1_SHARK_VERSION = v0.6.1
+GST1_SHARK_VERSION = v0.7.1
 GST1_SHARK_SITE =  https://github.com/RidgeRun/gst-shark.git
 GST1_SHARK_SITE_METHOD = git
 GST1_SHARK_GIT_SUBMODULES = YES
-- 
2.28.0

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

* [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1
  2020-09-14  8:58 [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Chris Packham
  2020-09-14  8:58 ` [Buildroot] [PATCH 2/3] micropython: Bump version to 1.13 Chris Packham
  2020-09-14  8:58 ` [Buildroot] [PATCH 3/3] gst1-shark: Bump verison to v0.7.1 Chris Packham
@ 2020-09-14 19:22 ` Thomas Petazzoni
  2020-09-15  8:15   ` Chris Packham
  2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2020-09-14 19:22 UTC (permalink / raw)
  To: buildroot

On Mon, 14 Sep 2020 20:58:29 +1200
Chris Packham <judge.packham@gmail.com> wrote:

> Signed-off-by: Chris Packham <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(-)

All three applied. For future patches, it would be nice if the commit
title could follow our convention:

	package/foo: bump version to XYZ

Thanks a lot!

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

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

* [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1
  2020-09-14 19:22 ` [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Thomas Petazzoni
@ 2020-09-15  8:15   ` Chris Packham
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Packham @ 2020-09-15  8:15 UTC (permalink / raw)
  To: buildroot

On Tue, Sep 15, 2020 at 7:22 AM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Mon, 14 Sep 2020 20:58:29 +1200
> Chris Packham <judge.packham@gmail.com> wrote:
>
> > Signed-off-by: Chris Packham <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(-)
>
> All three applied. For future patches, it would be nice if the commit
> title could follow our convention:
>
>         package/foo: bump version to XYZ
>

I'll try to remember that for next time.

> Thanks a lot!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

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

end of thread, other threads:[~2020-09-15  8:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-14  8:58 [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Chris Packham
2020-09-14  8:58 ` [Buildroot] [PATCH 2/3] micropython: Bump version to 1.13 Chris Packham
2020-09-14  8:58 ` [Buildroot] [PATCH 3/3] gst1-shark: Bump verison to v0.7.1 Chris Packham
2020-09-14 19:22 ` [Buildroot] [PATCH 1/3] syslog-ng: Bump to 3.29.1 Thomas Petazzoni
2020-09-15  8:15   ` Chris Packham

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.