Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: wenzong fan <wenzong.fan@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH][meta-oe] mercurial-native: update from 3.0.1 to 3.4.1
Date: Fri, 24 Jul 2015 16:37:59 +0800	[thread overview]
Message-ID: <55B1F967.7040904@windriver.com> (raw)
In-Reply-To: <1433486098-9766-1-git-send-email-wenzong.fan@windriver.com>

Ping ...

On 06/05/2015 02:34 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan <wenzong.fan@windriver.com>
>
> Update mercurial to fix CVE-2014-9462:
>    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9462
>
> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
> ---
>   .../mercurial/mercurial-native_3.0.1.bb            | 26 ----------------------
>   .../mercurial/mercurial-native_3.4.1.bb            | 26 ++++++++++++++++++++++
>   2 files changed, 26 insertions(+), 26 deletions(-)
>   delete mode 100644 meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb
>   create mode 100644 meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb
>
> diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb
> deleted file mode 100644
> index 9a5eebe..0000000
> --- a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.0.1.bb
> +++ /dev/null
> @@ -1,26 +0,0 @@
> -SUMMARY = "The Mercurial distributed SCM"
> -HOMEPAGE = "http://mercurial.selenic.com/"
> -SECTION = "console/utils"
> -LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> -DEPENDS = "python-native"
> -
> -SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz"
> -SRC_URI[md5sum] = "15de301a673b77f839325dba10ed4fc0"
> -SRC_URI[sha256sum] = "36e48b59a84ef5a222d06596971e955ac8217e56b076dfb94c8ce5a0c29fd705"
> -
> -S = "${WORKDIR}/mercurial-${PV}"
> -
> -inherit native
> -
> -EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
> -    BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} PREFIX=${prefix}"
> -
> -do_configure_append () {
> -    sed -i -e 's:PYTHON=python:PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python:g' ${S}/Makefile
> -}
> -
> -do_install () {
> -    oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix}
> -}
> -
> diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb
> new file mode 100644
> index 0000000..303a032
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb
> @@ -0,0 +1,26 @@
> +SUMMARY = "The Mercurial distributed SCM"
> +HOMEPAGE = "http://mercurial.selenic.com/"
> +SECTION = "console/utils"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> +DEPENDS = "python-native"
> +
> +SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz"
> +SRC_URI[md5sum] = "65783a60aefb46a11296b587e9403537"
> +SRC_URI[sha256sum] = "7a8acf7329beda38ceea29c689212574d9a6bfffe24cf565015ea0066f7cee3f"
> +
> +S = "${WORKDIR}/mercurial-${PV}"
> +
> +inherit native
> +
> +EXTRA_OEMAKE = "STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
> +    BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} PREFIX=${prefix}"
> +
> +do_configure_append () {
> +    sed -i -e 's:PYTHON=python:PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python:g' ${S}/Makefile
> +}
> +
> +do_install () {
> +    oe_runmake -e install-bin DESTDIR=${D} PREFIX=${prefix}
> +}
> +
>


      reply	other threads:[~2015-07-24  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-05  6:34 [PATCH][meta-oe] mercurial-native: update from 3.0.1 to 3.4.1 wenzong.fan
2015-07-24  8:37 ` wenzong fan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55B1F967.7040904@windriver.com \
    --to=wenzong.fan@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox