All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] keynote: update the SRC_URI
@ 2017-09-30  1:55 Dengke Du
  2017-09-30  3:10 ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Dengke Du @ 2017-09-30  1:55 UTC (permalink / raw)
  To: yocto

The old URL can't be available, give the new URL to keynote.
The project already moved to:

    https://sourceforge.net/projects/keynote-2-3/

Signed-off-by: Dengke Du <dengke.du@windriver.com>
---
 recipes-security/keynote/keynote_2.3.bb | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes-security/keynote/keynote_2.3.bb b/recipes-security/keynote/keynote_2.3.bb
index b1df880..23e75e4 100644
--- a/recipes-security/keynote/keynote_2.3.bb
+++ b/recipes-security/keynote/keynote_2.3.bb
@@ -9,16 +9,19 @@ SECTION = "security"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3a265095c549c1808686a676f2699c98"
 
-SRC_URI = "http://www.cs.columbia.edu/~angelos/Code/${BPN}.tar.gz \
+MAIN_ID = "${@d.getVar('PV').split('.')[0]}"
+MINOR_ID = "${@d.getVar('PV').split('.')[1]}"
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}-${MAIN_ID}-${MINOR_ID}/${PN}_${PV}.tar.gz \
        file://configure-remove-hardcode-path.patch \
        file://makefile-add-ldflags.patch \
        file://run-ptest \
 "
+S = "${WORKDIR}/${PN}-${PV}+dfsg.orig"
 
 inherit autotools-brokensep ptest
 
-SRC_URI[md5sum] = "ba58a0297c421dc6aa671e6b753ef695"
-SRC_URI[sha256sum] = "62f7a9d57ceb6bcdd47b604b637a7ac8ed337cef0ab02f1fa28b7e61c9b15821"
+SRC_URI[md5sum] = "a14553e6ad921b5c85026ce5bec3afe7"
+SRC_URI[sha256sum] = "38d2acfa1c3630a07adcb5c8fe92d2aef7f0e6d242b8998b2bbb1c6e4c408d46"
 
 DEPENDS = "flex openssl"
 
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-security][PATCH] keynote: update the SRC_URI
  2017-09-30  1:55 [meta-security][PATCH] keynote: update the SRC_URI Dengke Du
@ 2017-09-30  3:10 ` Randy MacLeod
  2017-09-30  7:28   ` Huang, Jie (Jackie)
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2017-09-30  3:10 UTC (permalink / raw)
  To: Dengke Du, yocto

On 2017-09-29 09:55 PM, Dengke Du wrote:
> The old URL can't be available, give the new URL to keynote.
> The project already moved to:
> 
>      https://sourceforge.net/projects/keynote-2-3/
> 
> Signed-off-by: Dengke Du <dengke.du@windriver.com>
> ---
>   recipes-security/keynote/keynote_2.3.bb | 9 ++++++---
>   1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-security/keynote/keynote_2.3.bb b/recipes-security/keynote/keynote_2.3.bb
> index b1df880..23e75e4 100644
> --- a/recipes-security/keynote/keynote_2.3.bb
> +++ b/recipes-security/keynote/keynote_2.3.bb
> @@ -9,16 +9,19 @@ SECTION = "security"
>   LICENSE = "ISC"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3a265095c549c1808686a676f2699c98"
>   
> -SRC_URI = "http://www.cs.columbia.edu/~angelos/Code/${BPN}.tar.gz \
> +MAIN_ID = "${@d.getVar('PV').split('.')[0]}"
> +MINOR_ID = "${@d.getVar('PV').split('.')[1]}"
> +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}-${MAIN_ID}-${MINOR_ID}/${PN}_${PV}.tar.gz \
>          file://configure-remove-hardcode-path.patch \
>          file://makefile-add-ldflags.patch \
>          file://run-ptest \
>   "
> +S = "${WORKDIR}/${PN}-${PV}+dfsg.orig"
>   
>   inherit autotools-brokensep ptest
>   
> -SRC_URI[md5sum] = "ba58a0297c421dc6aa671e6b753ef695"
> -SRC_URI[sha256sum] = "62f7a9d57ceb6bcdd47b604b637a7ac8ed337cef0ab02f1fa28b7e61c9b15821"
> +SRC_URI[md5sum] = "a14553e6ad921b5c85026ce5bec3afe7"
> +SRC_URI[sha256sum] = "38d2acfa1c3630a07adcb5c8fe92d2aef7f0e6d242b8998b2bbb1c6e4c408d46"

Denke tells me that the source is identical but docs were added
so the checksums have changed.

../Randy

>   
>   DEPENDS = "flex openssl"
>   
> 


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-security][PATCH] keynote: update the SRC_URI
  2017-09-30  3:10 ` Randy MacLeod
@ 2017-09-30  7:28   ` Huang, Jie (Jackie)
  0 siblings, 0 replies; 3+ messages in thread
From: Huang, Jie (Jackie) @ 2017-09-30  7:28 UTC (permalink / raw)
  To: Du, Dengke; +Cc: yocto



> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-
> bounces@yoctoproject.org] On Behalf Of Randy MacLeod
> Sent: Saturday, September 30, 2017 11:10
> To: Du, Dengke; yocto@yoctoproject.org
> Subject: Re: [yocto] [meta-security][PATCH] keynote: update the SRC_URI
> 
> On 2017-09-29 09:55 PM, Dengke Du wrote:
> > The old URL can't be available, give the new URL to keynote.
> > The project already moved to:
> >
> >      https://sourceforge.net/projects/keynote-2-3/
> >
> > Signed-off-by: Dengke Du <dengke.du@windriver.com>
> > ---
> >   recipes-security/keynote/keynote_2.3.bb | 9 ++++++---
> >   1 file changed, 6 insertions(+), 3 deletions(-)
> >
> > diff --git a/recipes-security/keynote/keynote_2.3.bb b/recipes-
> security/keynote/keynote_2.3.bb
> > index b1df880..23e75e4 100644
> > --- a/recipes-security/keynote/keynote_2.3.bb
> > +++ b/recipes-security/keynote/keynote_2.3.bb
> > @@ -9,16 +9,19 @@ SECTION = "security"
> >   LICENSE = "ISC"
> >   LIC_FILES_CHKSUM =
> "file://LICENSE;md5=3a265095c549c1808686a676f2699c98"
> >
> > -SRC_URI = "http://www.cs.columbia.edu/~angelos/Code/${BPN}.tar.gz \
> > +MAIN_ID = "${@d.getVar('PV').split('.')[0]}"
> > +MINOR_ID = "${@d.getVar('PV').split('.')[1]}"
> > +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}-${MAIN_ID}-
> ${MINOR_ID}/${PN}_${PV}.tar.gz \

s/PN/BPN/

> >          file://configure-remove-hardcode-path.patch \
> >          file://makefile-add-ldflags.patch \
> >          file://run-ptest \
> >   "
> > +S = "${WORKDIR}/${PN}-${PV}+dfsg.orig"

s/PN/BPN/

Dengke, please fix and re-send.

Thanks,
Jackie

> >
> >   inherit autotools-brokensep ptest
> >
> > -SRC_URI[md5sum] = "ba58a0297c421dc6aa671e6b753ef695"
> > -SRC_URI[sha256sum] =
> "62f7a9d57ceb6bcdd47b604b637a7ac8ed337cef0ab02f1fa28b7e61c9b15821"
> > +SRC_URI[md5sum] = "a14553e6ad921b5c85026ce5bec3afe7"
> > +SRC_URI[sha256sum] =
> "38d2acfa1c3630a07adcb5c8fe92d2aef7f0e6d242b8998b2bbb1c6e4c408d46"
> 
> Denke tells me that the source is identical but docs were added
> so the checksums have changed.
> 
> ../Randy
> 
> >
> >   DEPENDS = "flex openssl"
> >
> >
> 
> 
> --
> # Randy MacLeod.  WR Linux
> # Wind River an Intel Company
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-30  7:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-30  1:55 [meta-security][PATCH] keynote: update the SRC_URI Dengke Du
2017-09-30  3:10 ` Randy MacLeod
2017-09-30  7:28   ` Huang, Jie (Jackie)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.