* [Buildroot] [PATCH/next 1/1] package/vdr: bump version to 2.3.4
@ 2017-05-14 14:32 Bernd Kuhls
2017-05-17 19:58 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2017-05-14 14:32 UTC (permalink / raw)
To: buildroot
Also fixes compile error with gcc7:
dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()':
dvbdevice.c:848:31: error: call of overloaded 'abs(unsigned int&)' is ambiguous
frequency = abs(frequency); // Allow for C-band, where the frequency is less than the LOF
^
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/vdr/vdr.hash | 6 +++---
package/vdr/vdr.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/vdr/vdr.hash b/package/vdr/vdr.hash
index edbcd3fcc..b4800d53f 100644
--- a/package/vdr/vdr.hash
+++ b/package/vdr/vdr.hash
@@ -1,4 +1,4 @@
-# From https://www.linuxtv.org/pipermail/vdr/2016-December/029178.html
-md5 6dbb208ea3d59658a18912b49af175b3 vdr-2.3.2.tar.bz2
+# From https://www.linuxtv.org/pipermail/vdr/2017-April/029243.html
+md5 7b1c985d5e7703f7ec46e3818f546702 vdr-2.3.4.tar.bz2
# Locally computed
-sha256 6c6ab08cf4dadd296e5e4a1c13f793c2e9222ec23103ae7aa9d616619f1496c0 vdr-2.3.2.tar.bz2
+sha256 97600301e8bb16ac6a6ed58c0b7c18a48e3ab1cc7130311d405178109777c03a vdr-2.3.4.tar.bz2
diff --git a/package/vdr/vdr.mk b/package/vdr/vdr.mk
index 24467f79d..694081389 100644
--- a/package/vdr/vdr.mk
+++ b/package/vdr/vdr.mk
@@ -4,7 +4,7 @@
#
################################################################################
-VDR_VERSION = 2.3.2
+VDR_VERSION = 2.3.4
VDR_SOURCE = vdr-$(VDR_VERSION).tar.bz2
VDR_SITE = ftp://ftp.tvdr.de/vdr/Developer
VDR_LICENSE = GPL-2.0+
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* [Buildroot] [PATCH/next 1/1] package/vdr: bump version to 2.3.4
2017-05-14 14:32 [Buildroot] [PATCH/next 1/1] package/vdr: bump version to 2.3.4 Bernd Kuhls
@ 2017-05-17 19:58 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-05-17 19:58 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 14 May 2017 16:32:55 +0200, Bernd Kuhls wrote:
> Also fixes compile error with gcc7:
>
> dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()':
> dvbdevice.c:848:31: error: call of overloaded 'abs(unsigned int&)' is ambiguous
> frequency = abs(frequency); // Allow for C-band, where the frequency is less than the LOF
> ^
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/vdr/vdr.hash | 6 +++---
> package/vdr/vdr.mk | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-17 19:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-14 14:32 [Buildroot] [PATCH/next 1/1] package/vdr: bump version to 2.3.4 Bernd Kuhls
2017-05-17 19:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox