diff mbox

[OpenWrt-Devel,trunk/CC] tools/mtd-utils: fix PKG_MIRROR_MD5SUM

Message ID c85cff155ccbc9cbd28a60aabbe07ee9e51ce710.1442843011.git.mschiffer@universe-factory.net
State Accepted
Headers show

Commit Message

Matthias Schiffer Sept. 21, 2015, 1:43 p.m. UTC
The checksum doesn't match the file on mirror2.openwrt.org.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
---
 tools/mtd-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lars Sept. 21, 2015, 1:47 p.m. UTC | #1
hold on, why doesn't it match any longer?

On 21.09.2015 15:43, Matthias Schiffer wrote:
> The checksum doesn't match the file on mirror2.openwrt.org.
> 
> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
> ---
>  tools/mtd-utils/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
> index e06d137..b863179 100644
> --- a/tools/mtd-utils/Makefile
> +++ b/tools/mtd-utils/Makefile
> @@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
>  PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
>  PKG_SOURCE_PROTO:=git
>  PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
> -PKG_MIRROR_MD5SUM:=154592f5bbb01e1e98bdd26c8a592305
> +PKG_MIRROR_MD5SUM:=9fe0518213feddacd1842935dddeb6c8
>  PKG_CAT:=zcat
>  
>  HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)
>
John Crispin Sept. 21, 2015, 1:50 p.m. UTC | #2
On 21/09/2015 15:47, Lars wrote:
> hold on, why doesn't it match any longer?
> 
> On 21.09.2015 15:43, Matthias Schiffer wrote:
>> The checksum doesn't match the file on mirror2.openwrt.org.
>>



*cough* lets see whats up there ... simply changing the md5sum in the
makefile without knowing what happened is not good ...

>> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
>> ---
>>  tools/mtd-utils/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
>> index e06d137..b863179 100644
>> --- a/tools/mtd-utils/Makefile
>> +++ b/tools/mtd-utils/Makefile
>> @@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
>>  PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
>>  PKG_SOURCE_PROTO:=git
>>  PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
>> -PKG_MIRROR_MD5SUM:=154592f5bbb01e1e98bdd26c8a592305
>> +PKG_MIRROR_MD5SUM:=9fe0518213feddacd1842935dddeb6c8
>>  PKG_CAT:=zcat
>>  
>>  HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)
>>
>>
>>
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Matthias Schiffer Sept. 21, 2015, 1:54 p.m. UTC | #3
I suspect it was always wrong since the last update of mtd-utils, but it
came up for me just now because I've cleaned my OpenWrt tree and
git.infradead.org is down again...

Matthias


On 09/21/2015 10:50 PM, John Crispin wrote:
> 
> 
> On 21/09/2015 15:47, Lars wrote:
>> hold on, why doesn't it match any longer?
>>
>> On 21.09.2015 15:43, Matthias Schiffer wrote:
>>> The checksum doesn't match the file on mirror2.openwrt.org.
>>>
> 
> 
> 
> *cough* lets see whats up there ... simply changing the md5sum in the
> makefile without knowing what happened is not good ...
> 
>>> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
>>> ---
>>>  tools/mtd-utils/Makefile | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
>>> index e06d137..b863179 100644
>>> --- a/tools/mtd-utils/Makefile
>>> +++ b/tools/mtd-utils/Makefile
>>> @@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
>>>  PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
>>>  PKG_SOURCE_PROTO:=git
>>>  PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
>>> -PKG_MIRROR_MD5SUM:=154592f5bbb01e1e98bdd26c8a592305
>>> +PKG_MIRROR_MD5SUM:=9fe0518213feddacd1842935dddeb6c8
>>>  PKG_CAT:=zcat
>>>  
>>>  HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)
>>>
>>>
>>>
>>> _______________________________________________
>>> openwrt-devel mailing list
>>> openwrt-devel@lists.openwrt.org
>>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
Felix Fietkau Sept. 21, 2015, 2:02 p.m. UTC | #4
On 2015-09-21 15:50, John Crispin wrote:
> 
> 
> On 21/09/2015 15:47, Lars wrote:
>> hold on, why doesn't it match any longer?
>> 
>> On 21.09.2015 15:43, Matthias Schiffer wrote:
>>> The checksum doesn't match the file on mirror2.openwrt.org.
>>>
> 
> 
> 
> *cough* lets see whats up there ... simply changing the md5sum in the
> makefile without knowing what happened is not good ...
I don't think I ever had a tarball with a matching md5sum on my server.
I verified the contents of the file that's on there right now, and it
seems fine. We should commit the md5sum change patch.

- Felix
diff mbox

Patch

diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index e06d137..b863179 100644
--- a/tools/mtd-utils/Makefile
+++ b/tools/mtd-utils/Makefile
@@ -14,7 +14,7 @@  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_MIRROR_MD5SUM:=154592f5bbb01e1e98bdd26c8a592305
+PKG_MIRROR_MD5SUM:=9fe0518213feddacd1842935dddeb6c8
 PKG_CAT:=zcat
 
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)