All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] vdr: bump version to 2.3.6
@ 2017-06-05 10:05 Vicente Olivert Riera
  2017-06-05 10:26 ` Bernd Kuhls
  0 siblings, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2017-06-05 10:05 UTC (permalink / raw)
  To: buildroot

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(-)

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+
-- 
2.13.0

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

* [Buildroot] [PATCH] vdr: bump version to 2.3.6
  2017-06-05 10:05 [Buildroot] [PATCH] vdr: bump version to 2.3.6 Vicente Olivert Riera
@ 2017-06-05 10:26 ` Bernd Kuhls
  2017-06-05 10:34   ` Vicente Olivert Riera
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2017-06-05 10:26 UTC (permalink / raw)
  To: buildroot

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

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

* [Buildroot] [PATCH] vdr: bump version to 2.3.6
  2017-06-05 10:26 ` Bernd Kuhls
@ 2017-06-05 10:34   ` Vicente Olivert Riera
  2017-06-05 12:40     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Vicente Olivert Riera @ 2017-06-05 10:34 UTC (permalink / raw)
  To: buildroot

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 at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 

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

* [Buildroot] [PATCH] vdr: bump version to 2.3.6
  2017-06-05 10:34   ` Vicente Olivert Riera
@ 2017-06-05 12:40     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-06-05 12:40 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-06-05 12:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-05 10:05 [Buildroot] [PATCH] vdr: bump version to 2.3.6 Vicente Olivert Riera
2017-06-05 10:26 ` Bernd Kuhls
2017-06-05 10:34   ` Vicente Olivert Riera
2017-06-05 12:40     ` Thomas Petazzoni

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.