All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL
@ 2017-08-29 19:10 Bernd Kuhls
  2017-08-29 19:10 ` [Buildroot] [PATCH 2/6] package/iostat: " Bernd Kuhls
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-29 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/dialog/dialog.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index 61ec2659a..73fabe07c 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -6,7 +6,7 @@
 
 DIALOG_VERSION = 1.3-20170509
 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
-DIALOG_SITE = ftp://invisible-island.net/dialog
+DIALOG_SITE = ftp://ftp.invisible-island.net/dialog
 DIALOG_CONF_OPTS = --with-ncurses --with-curses-dir=$(STAGING_DIR)/usr \
 	--disable-rpath-hack
 DIALOG_DEPENDENCIES = host-pkgconf ncurses
-- 
2.11.0

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

* [Buildroot] [PATCH 2/6] package/iostat: fix upstream source URL
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
@ 2017-08-29 19:10 ` Bernd Kuhls
  2017-08-29 20:04   ` Thomas Petazzoni
  2017-09-06 10:38   ` Peter Korsgaard
  2017-08-29 19:10 ` [Buildroot] [PATCH 3/6] package/iucode-tool: " Bernd Kuhls
                   ` (6 subsequent siblings)
  7 siblings, 2 replies; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-29 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/iostat/iostat.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iostat/iostat.mk b/package/iostat/iostat.mk
index d591c67dc..4953c73ec 100644
--- a/package/iostat/iostat.mk
+++ b/package/iostat/iostat.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 IOSTAT_VERSION = 2.2
-IOSTAT_SITE = http://www.linuxinsight.com/files
+IOSTAT_SITE = http://linuxinsight.com/sites/default/files
 IOSTAT_LICENSE = GPL
 IOSTAT_LICENSE_FILES = LICENSE
 
-- 
2.11.0

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

* [Buildroot] [PATCH 3/6] package/iucode-tool: fix upstream source URL
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
  2017-08-29 19:10 ` [Buildroot] [PATCH 2/6] package/iostat: " Bernd Kuhls
@ 2017-08-29 19:10 ` Bernd Kuhls
  2017-08-29 20:11   ` Thomas Petazzoni
  2017-09-06 10:38   ` Peter Korsgaard
  2017-08-29 19:10 ` [Buildroot] [PATCH 4/6] package/libconfig: switch to github Bernd Kuhls
                   ` (5 subsequent siblings)
  7 siblings, 2 replies; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-29 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/iucode-tool/iucode-tool.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iucode-tool/iucode-tool.mk b/package/iucode-tool/iucode-tool.mk
index f28698bfd..e8ae36ced 100644
--- a/package/iucode-tool/iucode-tool.mk
+++ b/package/iucode-tool/iucode-tool.mk
@@ -6,7 +6,7 @@
 
 IUCODE_TOOL_VERSION = 1.5
 IUCODE_TOOL_SOURCE = iucode-tool_$(IUCODE_TOOL_VERSION).tar.xz
-IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/latest
+IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/master
 ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
 IUCODE_TOOL_CONF_ENV = LIBS="-largp"
 IUCODE_TOOL_DEPENDENCIES = argp-standalone
-- 
2.11.0

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

* [Buildroot] [PATCH 4/6] package/libconfig: switch to github
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
  2017-08-29 19:10 ` [Buildroot] [PATCH 2/6] package/iostat: " Bernd Kuhls
  2017-08-29 19:10 ` [Buildroot] [PATCH 3/6] package/iucode-tool: " Bernd Kuhls
@ 2017-08-29 19:10 ` Bernd Kuhls
  2017-08-29 19:46   ` Thomas Petazzoni
  2017-08-29 19:10 ` [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL Bernd Kuhls
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-29 19:10 UTC (permalink / raw)
  To: buildroot

The previous site does not provide the package anymore.

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

diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
index 30110cbbd..00d3bd6bd 100644
--- a/package/libconfig/libconfig.hash
+++ b/package/libconfig/libconfig.hash
@@ -1,2 +1,2 @@
 # Locally computed:
-sha256  e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6  libconfig-1.5.tar.gz
+sha256 cae5c02361d8a9b2bb26946c64f089d2e5e599972f386203fbc48975c0d885c8  libconfig-v1.5.tar.gz
diff --git a/package/libconfig/libconfig.mk b/package/libconfig/libconfig.mk
index ed7e40f16..26827f41d 100644
--- a/package/libconfig/libconfig.mk
+++ b/package/libconfig/libconfig.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBCONFIG_VERSION = 1.5
-LIBCONFIG_SITE = http://www.hyperrealm.com/libconfig
+LIBCONFIG_VERSION = v1.5
+LIBCONFIG_SITE = $(call github,hyperrealm,libconfig,$(LIBCONFIG_VERSION))
 LIBCONFIG_LICENSE = LGPL-2.1+
 LIBCONFIG_LICENSE_FILES = COPYING.LIB
 LIBCONFIG_INSTALL_STAGING = YES
-- 
2.11.0

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

* [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
                   ` (2 preceding siblings ...)
  2017-08-29 19:10 ` [Buildroot] [PATCH 4/6] package/libconfig: switch to github Bernd Kuhls
@ 2017-08-29 19:10 ` Bernd Kuhls
  2017-08-29 20:58   ` Thomas Petazzoni
  2017-09-06 10:39   ` Peter Korsgaard
  2017-08-29 19:10 ` [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches Bernd Kuhls
                   ` (3 subsequent siblings)
  7 siblings, 2 replies; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-29 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libphidget/libphidget.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libphidget/libphidget.mk b/package/libphidget/libphidget.mk
index 23a320b07..803d5012a 100644
--- a/package/libphidget/libphidget.mk
+++ b/package/libphidget/libphidget.mk
@@ -6,7 +6,7 @@
 
 LIBPHIDGET_VERSION = 2.1.8.20140319
 LIBPHIDGET_SOURCE = libphidget_$(LIBPHIDGET_VERSION).tar.gz
-LIBPHIDGET_SITE = http://www.phidgets.com/downloads/libraries
+LIBPHIDGET_SITE = https://www.phidgets.com/downloads/phidget21/libraries/linux/libphidget
 LIBPHIDGET_DEPENDENCIES = libusb
 LIBPHIDGET_CONF_OPTS = --disable-ldconfig
 LIBPHIDGET_INSTALL_STAGING = YES
-- 
2.11.0

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

* [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
                   ` (3 preceding siblings ...)
  2017-08-29 19:10 ` [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL Bernd Kuhls
@ 2017-08-29 19:10 ` Bernd Kuhls
  2017-08-29 19:52   ` Thomas Petazzoni
  2017-08-29 19:59 ` [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Thomas Petazzoni
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-29 19:10 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/linphone/linphone.mk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/linphone/linphone.mk b/package/linphone/linphone.mk
index fb5e18db6..12b0f10a6 100644
--- a/package/linphone/linphone.mk
+++ b/package/linphone/linphone.mk
@@ -16,10 +16,10 @@ LINPHONE_DEPENDENCIES = host-pkgconf libeXosip2 speex
 LINPHONE_LICENSE = GPL-2.0+
 LINPHONE_LICENSE_FILES = COPYING
 LINPHONE_PATCH = \
-	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav9.patch \
-	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav10.patch \
-	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav11.patch \
-	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/ffmpeg_2.9.patch
+	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav9.patch \
+	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav10.patch \
+	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav11.patch \
+	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/ffmpeg_2.9.patch
 
 ifeq ($(BR2_arc),y)
 # toolchain __arc__ define conflicts with libosip2 source
-- 
2.11.0

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

* [Buildroot] [PATCH 4/6] package/libconfig: switch to github
  2017-08-29 19:10 ` [Buildroot] [PATCH 4/6] package/libconfig: switch to github Bernd Kuhls
@ 2017-08-29 19:46   ` Thomas Petazzoni
  2017-08-30 20:18     ` Bernd Kuhls
  0 siblings, 1 reply; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-29 19:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 29 Aug 2017 21:10:03 +0200, Bernd Kuhls wrote:
> The previous site does not provide the package anymore.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libconfig/libconfig.hash | 2 +-
>  package/libconfig/libconfig.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libconfig/libconfig.hash b/package/libconfig/libconfig.hash
> index 30110cbbd..00d3bd6bd 100644
> --- a/package/libconfig/libconfig.hash
> +++ b/package/libconfig/libconfig.hash
> @@ -1,2 +1,2 @@
>  # Locally computed:
> -sha256  e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6  libconfig-1.5.tar.gz
> +sha256 cae5c02361d8a9b2bb26946c64f089d2e5e599972f386203fbc48975c0d885c8  libconfig-v1.5.tar.gz

Are there some important source code changes between those two versions
labeled 1.5 ?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches
  2017-08-29 19:10 ` [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches Bernd Kuhls
@ 2017-08-29 19:52   ` Thomas Petazzoni
  2017-12-04 10:35     ` Thomas Petazzoni
  0 siblings, 1 reply; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-29 19:52 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 29 Aug 2017 21:10:05 +0200, Bernd Kuhls wrote:

> -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav9.patch \
> -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav10.patch \
> -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav11.patch \
> -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/ffmpeg_2.9.patch
> +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav9.patch \
> +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav10.patch \
> +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav11.patch \
> +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/ffmpeg_2.9.patch

We will have to constantly update those, because sources.debian.net
doesn't keep all versions of a package, only the most recent ones.

Can we use
http://snapshot.debian.org/archive/debian/20161118T211932Z/pool/main/l/linphone/linphone_3.6.1-3.debian.tar.xz
instead ? This URL is guaranteed to not change.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
                   ` (4 preceding siblings ...)
  2017-08-29 19:10 ` [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches Bernd Kuhls
@ 2017-08-29 19:59 ` Thomas Petazzoni
       [not found] ` <d68255a1-2b71-5d77-6553-7989a5bbee54@t-online.de>
  2017-09-06 10:38 ` [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Peter Korsgaard
  7 siblings, 0 replies; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-29 19:59 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 29 Aug 2017 21:10:00 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/dialog/dialog.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/6] package/iostat: fix upstream source URL
  2017-08-29 19:10 ` [Buildroot] [PATCH 2/6] package/iostat: " Bernd Kuhls
@ 2017-08-29 20:04   ` Thomas Petazzoni
  2017-09-06 10:38   ` Peter Korsgaard
  1 sibling, 0 replies; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-29 20:04 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 29 Aug 2017 21:10:01 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/iostat/iostat.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 3/6] package/iucode-tool: fix upstream source URL
  2017-08-29 19:10 ` [Buildroot] [PATCH 3/6] package/iucode-tool: " Bernd Kuhls
@ 2017-08-29 20:11   ` Thomas Petazzoni
  2017-09-06 10:38   ` Peter Korsgaard
  1 sibling, 0 replies; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-29 20:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 29 Aug 2017 21:10:02 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/iucode-tool/iucode-tool.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL
  2017-08-29 19:10 ` [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL Bernd Kuhls
@ 2017-08-29 20:58   ` Thomas Petazzoni
  2017-09-06 10:39   ` Peter Korsgaard
  1 sibling, 0 replies; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-29 20:58 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 29 Aug 2017 21:10:04 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libphidget/libphidget.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 4/6] package/libconfig: switch to github
  2017-08-29 19:46   ` Thomas Petazzoni
@ 2017-08-30 20:18     ` Bernd Kuhls
  0 siblings, 0 replies; 19+ messages in thread
From: Bernd Kuhls @ 2017-08-30 20:18 UTC (permalink / raw)
  To: buildroot

Am Tue, 29 Aug 2017 21:46:49 +0200 schrieb Thomas Petazzoni:

> Are there some important source code changes between those two versions
> labeled 1.5 ?

Hi Thomas,

the two tarballs do not have the same content, I failed to find a github 
hash which is equivalent to the previous tarball so I marked my patch as 
rejected. Today I tried to build 1.6 but it failed, even after adding 
https://github.com/hyperrealm/libconfig/pull/75, so we should keep things 
the way they are atm.

Regards, Bernd

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

* [Buildroot] [PATCH 4/6] package/libconfig: switch to github
       [not found] ` <d68255a1-2b71-5d77-6553-7989a5bbee54@t-online.de>
@ 2017-08-30 20:33   ` Thomas Petazzoni
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Petazzoni @ 2017-08-30 20:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 30 Aug 2017 22:19:05 +0200, Bernd Kuhls wrote:

> the two tarballs do not have the same content, I failed to find a github
> hash which is equivalent to the previous tarball so I marked my patch as
> rejected.

Well, the hash will surely be different because a Github generated
tarball will not be the same as the original tarball. However, what
matters is if they are equivalent in terms of source code, i.e what a
"diff -ruN" between both extracted source trees says.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL
  2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
                   ` (6 preceding siblings ...)
       [not found] ` <d68255a1-2b71-5d77-6553-7989a5bbee54@t-online.de>
@ 2017-09-06 10:38 ` Peter Korsgaard
  7 siblings, 0 replies; 19+ messages in thread
From: Peter Korsgaard @ 2017-09-06 10:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/6] package/iostat: fix upstream source URL
  2017-08-29 19:10 ` [Buildroot] [PATCH 2/6] package/iostat: " Bernd Kuhls
  2017-08-29 20:04   ` Thomas Petazzoni
@ 2017-09-06 10:38   ` Peter Korsgaard
  1 sibling, 0 replies; 19+ messages in thread
From: Peter Korsgaard @ 2017-09-06 10:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/6] package/iucode-tool: fix upstream source URL
  2017-08-29 19:10 ` [Buildroot] [PATCH 3/6] package/iucode-tool: " Bernd Kuhls
  2017-08-29 20:11   ` Thomas Petazzoni
@ 2017-09-06 10:38   ` Peter Korsgaard
  1 sibling, 0 replies; 19+ messages in thread
From: Peter Korsgaard @ 2017-09-06 10:38 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL
  2017-08-29 19:10 ` [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL Bernd Kuhls
  2017-08-29 20:58   ` Thomas Petazzoni
@ 2017-09-06 10:39   ` Peter Korsgaard
  1 sibling, 0 replies; 19+ messages in thread
From: Peter Korsgaard @ 2017-09-06 10:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches
  2017-08-29 19:52   ` Thomas Petazzoni
@ 2017-12-04 10:35     ` Thomas Petazzoni
  0 siblings, 0 replies; 19+ messages in thread
From: Thomas Petazzoni @ 2017-12-04 10:35 UTC (permalink / raw)
  To: buildroot

Hello Bernd,

On Tue, 29 Aug 2017 21:52:19 +0200, Thomas Petazzoni wrote:

> On Tue, 29 Aug 2017 21:10:05 +0200, Bernd Kuhls wrote:
> 
> > -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav9.patch \
> > -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav10.patch \
> > -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/libav11.patch \
> > -	https://sources.debian.net/data/main/l/linphone/3.6.1-2.5/debian/patches/ffmpeg_2.9.patch
> > +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav9.patch \
> > +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav10.patch \
> > +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/libav11.patch \
> > +	https://sources.debian.net/data/main/l/linphone/3.6.1-3/debian/patches/ffmpeg_2.9.patch  
> 
> We will have to constantly update those, because sources.debian.net
> doesn't keep all versions of a package, only the most recent ones.
> 
> Can we use
> http://snapshot.debian.org/archive/debian/20161118T211932Z/pool/main/l/linphone/linphone_3.6.1-3.debian.tar.xz
> instead ? This URL is guaranteed to not change.

Kind ping on this comment. We still have your patch pending in
patchwork. I believe the change requested here is quite reasonable.
Could you submit an updated version ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-12-04 10:35 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 19:10 [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Bernd Kuhls
2017-08-29 19:10 ` [Buildroot] [PATCH 2/6] package/iostat: " Bernd Kuhls
2017-08-29 20:04   ` Thomas Petazzoni
2017-09-06 10:38   ` Peter Korsgaard
2017-08-29 19:10 ` [Buildroot] [PATCH 3/6] package/iucode-tool: " Bernd Kuhls
2017-08-29 20:11   ` Thomas Petazzoni
2017-09-06 10:38   ` Peter Korsgaard
2017-08-29 19:10 ` [Buildroot] [PATCH 4/6] package/libconfig: switch to github Bernd Kuhls
2017-08-29 19:46   ` Thomas Petazzoni
2017-08-30 20:18     ` Bernd Kuhls
2017-08-29 19:10 ` [Buildroot] [PATCH 5/6] package/libphidget: fix upstream source URL Bernd Kuhls
2017-08-29 20:58   ` Thomas Petazzoni
2017-09-06 10:39   ` Peter Korsgaard
2017-08-29 19:10 ` [Buildroot] [PATCH 6/6] package/linphone: fix URL of Debian patches Bernd Kuhls
2017-08-29 19:52   ` Thomas Petazzoni
2017-12-04 10:35     ` Thomas Petazzoni
2017-08-29 19:59 ` [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Thomas Petazzoni
     [not found] ` <d68255a1-2b71-5d77-6553-7989a5bbee54@t-online.de>
2017-08-30 20:33   ` [Buildroot] [PATCH 4/6] package/libconfig: switch to github Thomas Petazzoni
2017-09-06 10:38 ` [Buildroot] [PATCH 1/6] package/dialog: fix upstream source URL Peter Korsgaard

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.