diff mbox

[LEDE-DEV,17.01] ubox: update hash for ubox-2017-01-15-5649c028.tar.xz

Message ID 20170208133454.33623-1-abrodkin@synopsys.com
State Superseded
Headers show

Commit Message

Alexey Brodkin Feb. 8, 2017, 1:34 p.m. UTC
sha256sum for both http://sources.lede-project.org/ubox-2017-01-15-5649c028.tar.xz
and locally created archive from git doesn't match expected
ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a

So we update checksum.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: John Crispin <john@phrozen.org>
---
 package/system/ubox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Crispin Feb. 8, 2017, 3:20 p.m. UTC | #1
Hi,

superseded by a procd update in my staging tree.

	John

On 08/02/2017 14:34, Alexey Brodkin wrote:
> sha256sum for both http://sources.lede-project.org/ubox-2017-01-15-5649c028.tar.xz
> and locally created archive from git doesn't match expected
> ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a
> 
> So we update checksum.
> 
> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> Cc: John Crispin <john@phrozen.org>
> ---
>  package/system/ubox/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
> index e833cac..cdf9265 100644
> --- a/package/system/ubox/Makefile
> +++ b/package/system/ubox/Makefile
> @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git
>  PKG_SOURCE_URL=$(LEDE_GIT)/project/ubox.git
>  PKG_SOURCE_DATE:=2017-01-15
>  PKG_SOURCE_VERSION:=5649c028c426060616e2bd4e7ea83271cd333d21
> -PKG_MIRROR_HASH:=ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a
> +PKG_MIRROR_HASH:=28e5580d481a415697fbca46c160177bab6dc47a04ba7ddb73537827632b2dd6
>  CMAKE_INSTALL:=1
>  
>  PKG_LICENSE:=GPL-2.0
>
Alexey Brodkin Feb. 8, 2017, 3:22 p.m. UTC | #2
Hi John,

On Wed, 2017-02-08 at 16:20 +0100, John Crispin wrote:
> Hi,
> 
> superseded by a procd update in my staging tree.

Ok I just wanted to make sure we may build reliably everything from
the very scratch (i.e. after "make distclean") for 2017.01 release.

-Alexey
John Crispin Feb. 8, 2017, 3:24 p.m. UTC | #3
On 08/02/2017 16:22, Alexey Brodkin wrote:
> Hi John,
> 
> On Wed, 2017-02-08 at 16:20 +0100, John Crispin wrote:
>> Hi,
>>
>> superseded by a procd update in my staging tree.
> 
> Ok I just wanted to make sure we may build reliably everything from
> the very scratch (i.e. after "make distclean") for 2017.01 release.
> 
> -Alexey
> 

i have a patch queued here that bumps procd and updates the sha256sum to
the latest version. should be fixed when i push tonight

	John
diff mbox

Patch

diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index e833cac..cdf9265 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -7,7 +7,7 @@  PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(LEDE_GIT)/project/ubox.git
 PKG_SOURCE_DATE:=2017-01-15
 PKG_SOURCE_VERSION:=5649c028c426060616e2bd4e7ea83271cd333d21
-PKG_MIRROR_HASH:=ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a
+PKG_MIRROR_HASH:=28e5580d481a415697fbca46c160177bab6dc47a04ba7ddb73537827632b2dd6
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0