[oe] [PATCH] tar: Upgrade to v1.23

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Tue Aug 3 06:14:45 UTC 2010


2010/8/3 Scott Garman <sgarman at zenlinux.com>

> From: Scott Garman <scott.a.garman at intel.com>
>
> * Addresses CVE-2010-0624
>

Please have a look at http://wiki.openembedded.net/index.php/Commit_Policy

And especially this section:

 * Have a clear commit message (example
<http://wiki.openembedded.net/index.php/Commit_log_example>):
    - The first line of commit is a summary of the changes.
    - The first line should start with the name of the recipe the
change affects.
    - The rest of the message should give more details on the change
as appropriate.
    - Mention the affected bug numbers if appropriate.
    - Give credit where credit is due. If you commit someone else's
work more or
      less verbatim, you should use *git commit --author
$mail-of-author*. If pulling
      changes from somewhere like Poky or OpenMoko there is no problem with that
      but mention where the changes came from.
    - Include a Signed-off-by: line indicating the change has valid certificate
      of origin as per the Linux kernel <http://lwn.net/Articles/139916/>



>
> Signed-off-by: Scott Garman <sgarman at zenlinux.com>
> ---
>  recipes/tar/tar_1.22.bb |    4 ----
>  recipes/tar/tar_1.23.bb |    4 ++++
>  2 files changed, 4 insertions(+), 4 deletions(-)
>  delete mode 100644 recipes/tar/tar_1.22.bb
>  create mode 100644 recipes/tar/tar_1.23.bb
>
> diff --git a/recipes/tar/tar_1.22.bb b/recipes/tar/tar_1.22.bb
> deleted file mode 100644
> index 4863e84..0000000
> --- a/recipes/tar/tar_1.22.bb
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -require tar.inc
> -
> -SRC_URI[md5sum] = "07fa517027f426bb80f5f5ff91b63585"
> -SRC_URI[sha256sum] =
> "3cefb67f197a3f8f5235999fe749ced0889466a71ddcbc96fddca84e5d53aa4d"
> diff --git a/recipes/tar/tar_1.23.bb b/recipes/tar/tar_1.23.bb
> new file mode 100644
> index 0000000..89a0243
> --- /dev/null
> +++ b/recipes/tar/tar_1.23.bb
> @@ -0,0 +1,4 @@
> +require tar.inc
> +
> +SRC_URI[md5sum] = "41e2ca4b924ec7860e51b43ad06cdb7e"
> +SRC_URI[sha256sum] =
> "c9328372db62fbb1d94c9e4e3cefc961111af46de47085b635359c00a0eebe36"
>

The rest looks good to me.

Frans

> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list