Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907
@ 2020-11-21 12:20 Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 2/5] package/libsoundtouch: bump version to 2.2 Bernd Kuhls
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bernd Kuhls @ 2020-11-21 12:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libhdhomerun/libhdhomerun.hash | 2 +-
 package/libhdhomerun/libhdhomerun.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libhdhomerun/libhdhomerun.hash b/package/libhdhomerun/libhdhomerun.hash
index adbe041378..d5ff494adb 100644
--- a/package/libhdhomerun/libhdhomerun.hash
+++ b/package/libhdhomerun/libhdhomerun.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  a61038f0a78c5dcab3508927ba47ac6ec47840f3d42a2df2b02034cfd7400668  libhdhomerun_20200521.tgz
+sha256  cbaeb779c5a4e07db45310ef4271872bcb7c472402ebc3c58e224653c09400ed  libhdhomerun_20200907.tgz
 sha256  9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9  LICENSE
diff --git a/package/libhdhomerun/libhdhomerun.mk b/package/libhdhomerun/libhdhomerun.mk
index 7b3a232d1c..42d4de261f 100644
--- a/package/libhdhomerun/libhdhomerun.mk
+++ b/package/libhdhomerun/libhdhomerun.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBHDHOMERUN_VERSION = 20200521
+LIBHDHOMERUN_VERSION = 20200907
 LIBHDHOMERUN_SOURCE = libhdhomerun_$(LIBHDHOMERUN_VERSION).tgz
 LIBHDHOMERUN_SITE = http://download.silicondust.com/hdhomerun
 LIBHDHOMERUN_LICENSE = LGPL-2.1+
-- 
2.27.0

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

* [Buildroot] [PATCH/next 2/5] package/libsoundtouch: bump version to 2.2
  2020-11-21 12:20 [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Bernd Kuhls
@ 2020-11-21 12:20 ` Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 3/5] package/libudfread: bump version to 1.1.1 Bernd Kuhls
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2020-11-21 12:20 UTC (permalink / raw)
  To: buildroot

Release notes: https://gitlab.com/soundtouch/soundtouch/-/releases

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libsoundtouch/libsoundtouch.hash | 2 +-
 package/libsoundtouch/libsoundtouch.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libsoundtouch/libsoundtouch.hash b/package/libsoundtouch/libsoundtouch.hash
index aa33bb8a7e..fe6a108e33 100644
--- a/package/libsoundtouch/libsoundtouch.hash
+++ b/package/libsoundtouch/libsoundtouch.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  3a431facf019f37cc2da112156226d686e941b15d6327f3a41d7ca21dfaf8e94  libsoundtouch-2.1.2.tar.gz
+sha256  f1ce96bac35779d3b752f4cc8696975b3d58f3deb9db47ffc45862767c2a2bdd  libsoundtouch-2.2.tar.gz
 sha256  6b73f6327136a924821ec044bbd9f17cf8677faf2f2a2b1366a9fff6188c9688  COPYING.TXT
diff --git a/package/libsoundtouch/libsoundtouch.mk b/package/libsoundtouch/libsoundtouch.mk
index 9b040e391c..98b5cc75b3 100644
--- a/package/libsoundtouch/libsoundtouch.mk
+++ b/package/libsoundtouch/libsoundtouch.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSOUNDTOUCH_VERSION = 2.1.2
+LIBSOUNDTOUCH_VERSION = 2.2
 LIBSOUNDTOUCH_SITE = https://gitlab.com/soundtouch/soundtouch/-/archive/$(LIBSOUNDTOUCH_VERSION)
 LIBSOUNDTOUCH_LICENSE = LGPL-2.1+
 LIBSOUNDTOUCH_LICENSE_FILES = COPYING.TXT
-- 
2.27.0

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

* [Buildroot] [PATCH/next 3/5] package/libudfread: bump version to 1.1.1
  2020-11-21 12:20 [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 2/5] package/libsoundtouch: bump version to 2.2 Bernd Kuhls
@ 2020-11-21 12:20 ` Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 4/5] package/tvheadend: bump version Bernd Kuhls
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2020-11-21 12:20 UTC (permalink / raw)
  To: buildroot

Changelog:
https://code.videolan.org/videolan/libudfread/-/blob/master/ChangeLog

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libudfread/libudfread.hash | 2 +-
 package/libudfread/libudfread.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libudfread/libudfread.hash b/package/libudfread/libudfread.hash
index 71ee60b39a..14d24b5dbc 100644
--- a/package/libudfread/libudfread.hash
+++ b/package/libudfread/libudfread.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  93231b5b2158548481e6a129d27d3fb75518cc44a49ad27a2a229340a49e8c08  libudfread-1.1.0.tar.bz2
+sha256  529ffa189a6b9fbe08c77430bd18201007b9b20b3153ad92ebd5e1cc515e7151  libudfread-1.1.1.tar.bz2
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/libudfread/libudfread.mk b/package/libudfread/libudfread.mk
index 1861a15562..6803a918d0 100644
--- a/package/libudfread/libudfread.mk
+++ b/package/libudfread/libudfread.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBUDFREAD_VERSION = 1.1.0
+LIBUDFREAD_VERSION = 1.1.1
 LIBUDFREAD_SOURCE = libudfread-$(LIBUDFREAD_VERSION).tar.bz2
 LIBUDFREAD_SITE = https://code.videolan.org/videolan/libudfread/-/archive/$(LIBUDFREAD_VERSION)
 LIBUDFREAD_AUTORECONF = YES
-- 
2.27.0

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

* [Buildroot] [PATCH/next 4/5] package/tvheadend: bump version
  2020-11-21 12:20 [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 2/5] package/libsoundtouch: bump version to 2.2 Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 3/5] package/libudfread: bump version to 1.1.1 Bernd Kuhls
@ 2020-11-21 12:20 ` Bernd Kuhls
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 5/5] package/x11r7/xkeyboard-config: bump version to 2.31 Bernd Kuhls
  2020-12-10 21:06 ` [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2020-11-21 12:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/tvheadend/tvheadend.hash | 2 +-
 package/tvheadend/tvheadend.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/tvheadend/tvheadend.hash b/package/tvheadend/tvheadend.hash
index d4dbc40067..b987a735eb 100644
--- a/package/tvheadend/tvheadend.hash
+++ b/package/tvheadend/tvheadend.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  28cae1960135f9485907a5bea857963d5625fc374371d12320353f824ce70a06  tvheadend-6b8f014c39703640a1fe8af9c2b7663588ed2b56.tar.gz
+sha256  b5e58601da7af383c2c7f27016417a478be0d302a4a8a00ec87fc8bdacc56ef1  tvheadend-febcf9818d7c37fec8a98d424934edcb3243d5e4.tar.gz
 sha256  54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942  LICENSE.md
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index de1de4af86..e19763e186 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION = 6b8f014c39703640a1fe8af9c2b7663588ed2b56
+TVHEADEND_VERSION = febcf9818d7c37fec8a98d424934edcb3243d5e4
 TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
 TVHEADEND_LICENSE = GPL-3.0+
 TVHEADEND_LICENSE_FILES = LICENSE.md
-- 
2.27.0

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

* [Buildroot] [PATCH/next 5/5] package/x11r7/xkeyboard-config: bump version to 2.31
  2020-11-21 12:20 [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Bernd Kuhls
                   ` (2 preceding siblings ...)
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 4/5] package/tvheadend: bump version Bernd Kuhls
@ 2020-11-21 12:20 ` Bernd Kuhls
  2020-12-10 21:06 ` [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Bernd Kuhls @ 2020-11-21 12:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xkeyboard-config/xkeyboard-config.hash | 2 +-
 package/x11r7/xkeyboard-config/xkeyboard-config.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.hash b/package/x11r7/xkeyboard-config/xkeyboard-config.hash
index 4da866f7b5..3cbd191181 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.hash
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  095a524f7b633ed257617202d06c9c71fe020c8897b106cf0dcdd0c6e8b797d4  xkeyboard-config-2.30.tar.bz2
+sha256  da44181f2c8828789c720decf7d13acb3c3950e2a040af5132f50f04bb6aada3  xkeyboard-config-2.31.tar.bz2
 sha256  6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d  COPYING
diff --git a/package/x11r7/xkeyboard-config/xkeyboard-config.mk b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
index 9cf1a57877..f192836d1a 100644
--- a/package/x11r7/xkeyboard-config/xkeyboard-config.mk
+++ b/package/x11r7/xkeyboard-config/xkeyboard-config.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XKEYBOARD_CONFIG_VERSION = 2.30
+XKEYBOARD_CONFIG_VERSION = 2.31
 XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
 XKEYBOARD_CONFIG_SITE = https://www.x.org/releases/individual/data/xkeyboard-config
 XKEYBOARD_CONFIG_LICENSE = MIT
-- 
2.27.0

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

* [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907
  2020-11-21 12:20 [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Bernd Kuhls
                   ` (3 preceding siblings ...)
  2020-11-21 12:20 ` [Buildroot] [PATCH/next 5/5] package/x11r7/xkeyboard-config: bump version to 2.31 Bernd Kuhls
@ 2020-12-10 21:06 ` Thomas Petazzoni
  4 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2020-12-10 21:06 UTC (permalink / raw)
  To: buildroot

On Sat, 21 Nov 2020 13:20:10 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libhdhomerun/libhdhomerun.hash | 2 +-
>  package/libhdhomerun/libhdhomerun.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Series applied, thanks!

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

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

end of thread, other threads:[~2020-12-10 21:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-21 12:20 [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Bernd Kuhls
2020-11-21 12:20 ` [Buildroot] [PATCH/next 2/5] package/libsoundtouch: bump version to 2.2 Bernd Kuhls
2020-11-21 12:20 ` [Buildroot] [PATCH/next 3/5] package/libudfread: bump version to 1.1.1 Bernd Kuhls
2020-11-21 12:20 ` [Buildroot] [PATCH/next 4/5] package/tvheadend: bump version Bernd Kuhls
2020-11-21 12:20 ` [Buildroot] [PATCH/next 5/5] package/x11r7/xkeyboard-config: bump version to 2.31 Bernd Kuhls
2020-12-10 21:06 ` [Buildroot] [PATCH/next 1/5] package/libhdhomerun: bump version to 20200907 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox