* [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version
@ 2018-10-03 8:23 Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 2/4] package/libhdhomerun: bump version to 20180817 Bernd Kuhls
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-10-03 8:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/dtv-scan-tables/dtv-scan-tables.hash | 2 +-
package/dtv-scan-tables/dtv-scan-tables.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/dtv-scan-tables/dtv-scan-tables.hash b/package/dtv-scan-tables/dtv-scan-tables.hash
index 29d0c4cc54..a4606bbe00 100644
--- a/package/dtv-scan-tables/dtv-scan-tables.hash
+++ b/package/dtv-scan-tables/dtv-scan-tables.hash
@@ -1,4 +1,4 @@
# Locally computed
-sha256 7860092725f07ac6f974415e9f06a2763710d308b0817f7c3641aaf4b902ccc5 dtv-scan-tables-c2b6af67f7d8620acbf052fc754ec831ed2188ba.tar.gz
+sha256 a9c9375a3d3087cf9ee47086c19fffe8e3bf52397928288d88cd7fa4d7f8944e dtv-scan-tables-59f4a9b1dfbd573bafe33d238a08da95e4f0263a.tar.gz
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
sha256 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987 COPYING.LGPL
diff --git a/package/dtv-scan-tables/dtv-scan-tables.mk b/package/dtv-scan-tables/dtv-scan-tables.mk
index fe0a310817..6477985881 100644
--- a/package/dtv-scan-tables/dtv-scan-tables.mk
+++ b/package/dtv-scan-tables/dtv-scan-tables.mk
@@ -4,7 +4,7 @@
#
################################################################################
-DTV_SCAN_TABLES_VERSION = c2b6af67f7d8620acbf052fc754ec831ed2188ba
+DTV_SCAN_TABLES_VERSION = 59f4a9b1dfbd573bafe33d238a08da95e4f0263a
DTV_SCAN_TABLES_SITE = http://git.linuxtv.org/cgit.cgi/dtv-scan-tables.git
DTV_SCAN_TABLES_SITE_METHOD = git
--
2.19.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/4] package/libhdhomerun: bump version to 20180817
2018-10-03 8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version Bernd Kuhls
@ 2018-10-03 8:23 ` Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 3/4] package/x264: bump version to 20181002-2245 Bernd Kuhls
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-10-03 8:23 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 ed972ddfc1..b7ad5b52e3 100644
--- a/package/libhdhomerun/libhdhomerun.hash
+++ b/package/libhdhomerun/libhdhomerun.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 d91fd3782f9a0834242f7110c44067647843602f8e95052045250b7c229ccbd5 libhdhomerun_20180327.tgz
+sha256 437888b27206f526827ee7a4c57c1c167a36483b0445232e07fb7bb7ee854b42 libhdhomerun_20180817.tgz
sha256 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9 LICENSE
diff --git a/package/libhdhomerun/libhdhomerun.mk b/package/libhdhomerun/libhdhomerun.mk
index 5e32370a9d..96be54a782 100644
--- a/package/libhdhomerun/libhdhomerun.mk
+++ b/package/libhdhomerun/libhdhomerun.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBHDHOMERUN_VERSION = 20180327
+LIBHDHOMERUN_VERSION = 20180817
LIBHDHOMERUN_SOURCE = libhdhomerun_$(LIBHDHOMERUN_VERSION).tgz
LIBHDHOMERUN_SITE = http://download.silicondust.com/hdhomerun
LIBHDHOMERUN_LICENSE = LGPL-2.1+
--
2.19.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/4] package/x264: bump version to 20181002-2245
2018-10-03 8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 2/4] package/libhdhomerun: bump version to 20180817 Bernd Kuhls
@ 2018-10-03 8:23 ` Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 4/4] package/tvheadend: bump version Bernd Kuhls
2018-10-08 16:10 ` [Buildroot] [PATCH 1/4] package/dtv-scan-tables: " Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-10-03 8:23 UTC (permalink / raw)
To: buildroot
Switch to upstream provided tarball of the git repo.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/x264/x264.hash | 2 +-
package/x264/x264.mk | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/package/x264/x264.hash b/package/x264/x264.hash
index dd84794366..da4ff5945d 100644
--- a/package/x264/x264.hash
+++ b/package/x264/x264.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 0c43680b516f76fe3b9ecbe0efc7c2a763987213051c16c248f506851aebe6c7 x264-303c484ec828ed0d8bfe743500e70314d026c3bd.tar.gz
+sha256 94a67986dcb2c659752df767e81fd59a494fb7fb5c9d4fc8aff4f004353a42df x264-snapshot-20181002-2245.tar.bz2
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
diff --git a/package/x264/x264.mk b/package/x264/x264.mk
index 31304b9eae..d529871a8d 100644
--- a/package/x264/x264.mk
+++ b/package/x264/x264.mk
@@ -4,8 +4,9 @@
#
################################################################################
-X264_VERSION = 303c484ec828ed0d8bfe743500e70314d026c3bd
-X264_SITE = git://git.videolan.org/x264.git
+X264_VERSION = 20181002-2245
+X264_SITE = http://download.videolan.org/x264/snapshots
+X264_SOURCE = x264-snapshot-$(X264_VERSION).tar.bz2
X264_LICENSE = GPL-2.0+
X264_DEPENDENCIES = host-pkgconf
X264_LICENSE_FILES = COPYING
--
2.19.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 4/4] package/tvheadend: bump version
2018-10-03 8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 2/4] package/libhdhomerun: bump version to 20180817 Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 3/4] package/x264: bump version to 20181002-2245 Bernd Kuhls
@ 2018-10-03 8:23 ` Bernd Kuhls
2018-10-08 16:10 ` [Buildroot] [PATCH 1/4] package/dtv-scan-tables: " Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2018-10-03 8:23 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 ce275f132f..43178b874a 100644
--- a/package/tvheadend/tvheadend.hash
+++ b/package/tvheadend/tvheadend.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 3389e857651665cc1fe96e624ffe12ad1ec28f31d396f0579fcaa47536fb6400 tvheadend-9b9ee6859be90fedb5d43ad1d770dfcdb8b1caf4.tar.gz
+sha256 92c5f2cdda085b81fc50025afeb3ece74f60fae2b26f40a7dd07e227b0db2d9f tvheadend-17dff3e5ffbd67174b6c0d7b49f5488e19ec1ead.tar.gz
sha256 54dc3cbc00bf126bcba43e2af7f3ad1dc00f335985da1409fa943c7b7256d942 LICENSE.md
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 5ebb98b941..e92c111082 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TVHEADEND_VERSION = 9b9ee6859be90fedb5d43ad1d770dfcdb8b1caf4
+TVHEADEND_VERSION = 17dff3e5ffbd67174b6c0d7b49f5488e19ec1ead
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPL-3.0+
TVHEADEND_LICENSE_FILES = LICENSE.md
--
2.19.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version
2018-10-03 8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version Bernd Kuhls
` (2 preceding siblings ...)
2018-10-03 8:23 ` [Buildroot] [PATCH 4/4] package/tvheadend: bump version Bernd Kuhls
@ 2018-10-08 16:10 ` Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-10-08 16:10 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 3 Oct 2018 10:23:32 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/dtv-scan-tables/dtv-scan-tables.hash | 2 +-
> package/dtv-scan-tables/dtv-scan-tables.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
All four patches applied. Thanks!
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:[~2018-10-08 16:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03 8:23 [Buildroot] [PATCH 1/4] package/dtv-scan-tables: bump version Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 2/4] package/libhdhomerun: bump version to 20180817 Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 3/4] package/x264: bump version to 20181002-2245 Bernd Kuhls
2018-10-03 8:23 ` [Buildroot] [PATCH 4/4] package/tvheadend: bump version Bernd Kuhls
2018-10-08 16:10 ` [Buildroot] [PATCH 1/4] package/dtv-scan-tables: " Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox