diff mbox

vdr: bump version to 2.3.6

Message ID 20170605100525.44776-1-Vincent.Riera@imgtec.com
State Rejected
Headers show

Commit Message

Vicente Olivert Riera June 5, 2017, 10:05 a.m. UTC
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/vdr/vdr.hash | 6 +++---
 package/vdr/vdr.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Bernd Kuhls June 5, 2017, 10:26 a.m. UTC | #1
Am Mon, 05 Jun 2017 11:05:25 +0100 schrieb Vicente Olivert Riera:

> -VDR_VERSION = 2.3.5
> +VDR_VERSION = 2.3.6

Hi,

did you build the release with uclibc? I got errors because of the new 
debugging code which uses execinfo.h.

Regards, Bernd
Vicente Olivert Riera June 5, 2017, 10:34 a.m. UTC | #2
Hi Bernd,

On 05/06/17 11:26, Bernd Kuhls wrote:
> Am Mon, 05 Jun 2017 11:05:25 +0100 schrieb Vicente Olivert Riera:
> 
>> -VDR_VERSION = 2.3.5
>> +VDR_VERSION = 2.3.6
> 
> Hi,
> 
> did you build the release with uclibc? I got errors because of the new 
> debugging code which uses execinfo.h.

nope, I didn't build it with uClibc.

Regards,

Vincent

> 
> Regards, Bernd
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
Thomas Petazzoni June 5, 2017, 12:40 p.m. UTC | #3
Hello,

On Mon, 5 Jun 2017 11:34:30 +0100, Vicente Olivert Riera wrote:

> > did you build the release with uclibc? I got errors because of the new 
> > debugging code which uses execinfo.h.  
> 
> nope, I didn't build it with uClibc.

For the record, uClibc is our default C library, so not testing package
bumps with what is our default C library is a bit crazy.

We have even introduced a tool, test-pkg, that helps testing that
packages build fine. Please use it. Maybe not to test all toolchains,
but at least make sure it builds reasonably. Submitting a package bump
that isn't even build tested with uClibc is not acceptable.

I'd prefer to see *less* package bump patches, but *better* ones.

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/vdr/vdr.hash b/package/vdr/vdr.hash
index 2ced98d96..e7fad8dde 100644
--- a/package/vdr/vdr.hash
+++ b/package/vdr/vdr.hash
@@ -1,4 +1,4 @@ 
-# From https://www.linuxtv.org/pipermail/vdr/2017-May/029263.html
-md5 01fabef4d20ec01f11d53354d99a9642  vdr-2.3.5.tar.bz2
+# From https://www.linuxtv.org/pipermail/vdr/2017-June/029265.html
+md5 eab982df03da492a7d263718a8c487c2  vdr-2.3.6.tar.bz2
 # Locally computed
-sha256 323fd01e4f8daef24bbdcb906023d18c998a204a22de110d1cb0089532e818b5  vdr-2.3.5.tar.bz2
+sha256 f8604cb61f05d4bb658adb585166adfca198ca8650e9497115854413591e0b37  vdr-2.3.6.tar.bz2
diff --git a/package/vdr/vdr.mk b/package/vdr/vdr.mk
index 6c4656624..806ef4395 100644
--- a/package/vdr/vdr.mk
+++ b/package/vdr/vdr.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-VDR_VERSION = 2.3.5
+VDR_VERSION = 2.3.6
 VDR_SOURCE = vdr-$(VDR_VERSION).tar.bz2
 VDR_SITE = ftp://ftp.tvdr.de/vdr/Developer
 VDR_LICENSE = GPL-2.0+