[OE-core] [PATCH V3] pigz: 2.3.4 -> 2.4

Randy MacLeod randy.macleod at windriver.com
Sun Feb 4 18:17:43 UTC 2018


On 2018-02-01 01:20 AM, Hongxu Jia wrote:
> License-checksum-change: license is no change, only version bump up.
> 
> https://github.com/madler/pigz/commit/fe822cb435622c43f491013da77b127e9fe851a9

There as a trivial space removed so say so in the comment.

commit 5d5d268c26d5b82b7346df4707026d8ac2dbb5c2
Author: Mark Adler <zlib at madler.net>
Date:   Sun Dec 24 22:27:38 2017 -0800

     Pointless formatting changes.

     Use // comments througout, improve comments style, move opening
     braces to function definition lines.

diff --git a/pigz.c b/pigz.c
index e3a16a0..9003779 100644
--- a/pigz.c
+++ b/pigz.c
@@ -5,7 +5,7 @@

  /*
    This software is provided 'as-is', without any express or implied
-  warranty.  In no event will the author be held liable for any damages
+  warranty. In no event will the author be held liable for any damages
...


$ git tag --contains 5d5d268c
v2.4



../Randy


> 
> Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
> ---
>   meta/recipes-extended/pigz/{pigz_2.3.4.bb => pigz_2.4.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-extended/pigz/{pigz_2.3.4.bb => pigz_2.4.bb} (86%)
> 
> diff --git a/meta/recipes-extended/pigz/pigz_2.3.4.bb b/meta/recipes-extended/pigz/pigz_2.4.bb
> similarity index 86%
> rename from meta/recipes-extended/pigz/pigz_2.3.4.bb
> rename to meta/recipes-extended/pigz/pigz_2.4.bb
> index 431d9bd..cb41154 100644
> --- a/meta/recipes-extended/pigz/pigz_2.3.4.bb
> +++ b/meta/recipes-extended/pigz/pigz_2.4.bb
> @@ -6,13 +6,13 @@ Adler, and uses the zlib and pthread libraries."
>   HOMEPAGE = "http://zlib.net/pigz/"
>   SECTION = "console/utils"
>   LICENSE = "Zlib & Apache-2.0"
> -LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95"
> +LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline=7;endline=21"
>   
>   PROVIDES_class-native += "gzip-native"
>   
>   SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz"
> -SRC_URI[md5sum] = "c109057050b15edf3eb9bb4d0805235e"
> -SRC_URI[sha256sum] = "763f2fdb203aa0b7b640e63385e38e5dd4e5aaa041bc8e42aa96f2ef156b06e8"
> +SRC_URI[md5sum] = "3c8a601db141d3013ef9fe5f2daaf73f"
> +SRC_URI[sha256sum] = "e228e7d18b34c4ece8d596eb6eee97bde533c6beedbb728d07d3abe90b4b1b52"
>   
>   UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/"
>   UPSTREAM_CHECK_REGEX = "pigz-(?P<pver>.*)\.tar"
> 


-- 
# Randy MacLeod.  WR Linux
# Wind River an Intel Company



More information about the Openembedded-core mailing list