From: akuster808 <akuster808@gmail.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/3] gnutls: update to 3.4.1
Date: Thu, 18 Jun 2015 08:57:01 -0700 [thread overview]
Message-ID: <5582EA4D.2010100@gmail.com> (raw)
In-Reply-To: <CAJTo0LZ5uHLs-aP266_MYNkaBikPZ9=LDmOM+Vvr7SBkAqvJbw@mail.gmail.com>
Ross,
I could not reproduce these warnings but found a configure option to
build without libidn so I added that in my last submit.
Thanks again,
kind regards,
Armin
On 06/15/2015 03:13 AM, Burton, Ross wrote:
> So this happens:
>
> WARNING: QA Issue: gnutls-openssl rdepends on libidn, but it isn't a
> build dependency? [build-deps]
> WARNING: QA Issue: gnutls-xx rdepends on libidn, but it isn't a build
> dependency? [build-deps]
> WARNING: QA Issue: gnutls-dev rdepends on libidn, but it isn't a build
> dependency? [build-deps]
> WARNING: QA Issue: gnutls-bin rdepends on libidn, but it isn't a build
> dependency? [build-deps]
> WARNING: QA Issue: gnutls rdepends on libidn, but it isn't a build
> dependency? [build-deps]
>
> Ross
>
> On 14 June 2015 at 06:37, Armin Kuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
> This version supports the nettle 3.x and higher and requires that
> version.
>
> this include a security fix:
> GNUTLS-SA-2015-2
> no CVE assigned to date.
>
> enable openssl compat via PACKAGECONFIG as iputils needs
> gnutls/openssl.h
>
> for migration info:
> http://www.gnutls.org/manual/gnutls.html#Upgrading-from-previous-versions
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>>
> ---
> meta/recipes-support/gnutls/gnutls.inc | 3 ++-
> .../gnutls/configure.ac-fix-sed-command.patch | 29
> ++++++++++------------
> meta/recipes-support/gnutls/gnutls_3.3.14.bb
> <http://gnutls_3.3.14.bb> | 8 ------
> meta/recipes-support/gnutls/gnutls_3.4.1.bb
> <http://gnutls_3.4.1.bb> | 8 ++++++
> 4 files changed, 23 insertions(+), 25 deletions(-)
> delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.14.bb
> <http://gnutls_3.3.14.bb>
> create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.1.bb
> <http://gnutls_3.4.1.bb>
>
> diff --git a/meta/recipes-support/gnutls/gnutls.inc
> b/meta/recipes-support/gnutls/gnutls.inc
> index e9b138a..6928cb9 100644
> --- a/meta/recipes-support/gnutls/gnutls.inc
> +++ b/meta/recipes-support/gnutls/gnutls.inc
> @@ -34,9 +34,10 @@ do_configure_prepend() {
> done
> }
>
> -PACKAGECONFIG ??= "zlib"
> +PACKAGECONFIG ??= "zlib openssl_compat"
> PACKAGECONFIG[tpm] = "--with-tpm, --without-tpm, trousers"
> PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib"
> +PACKAGECONFIG[openssl_compat] = "--enable-openssl-compatibility,,"
>
> PACKAGES =+ "${PN}-openssl ${PN}-xx"
>
> diff --git
> a/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
> b/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
> index 44a9934..342143f 100644
> ---
> a/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
> +++
> b/meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch
> @@ -13,19 +13,16 @@ Signed-off-by: Robert Yang
> <liezhi.yang@windriver.com <mailto:liezhi.yang@windriver.com>>
> configure.ac <http://configure.ac> | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> -diff --git a/configure.ac <http://configure.ac> b/configure.ac
> <http://configure.ac>
> -index c6818a0..1c4582d 100644
> ---- a/configure.ac <http://configure.ac>
> -+++ b/configure.ac <http://configure.ac>
> -@@ -466,7 +466,7 @@ if test "$NEED_LIBOPTS_DIR" = "true";then
> - dnl replace libopts-generated files with distributed
> backups, if present
> - missing_baks=
> - for i in ${srcdir}/src/*-args.c.bak
> ${srcdir}/src/*-args.h.bak; do
> -- nam=`echo $i|sed 's/.bak//g'`
> -+ nam=`echo $i|sed 's/\.bak$//'`
> - if test -f $i;then
> - cp -f $i $nam
> - else
> ---
> -2.0.1
> -
> +Index: gnutls-3.4.1/configure.ac <http://configure.ac>
> +===================================================================
> +--- gnutls-3.4.1.orig/configure.ac <http://configure.ac>
> ++++ gnutls-3.4.1/configure.ac <http://configure.ac>
> +@@ -530,7 +530,7 @@ if test "$enable_tools" != "no" || test
> + dnl replace libopts-generated files with distributed
> backups, if present
> + missing_baks=
> + for i in ${srcdir}/src/*-args.c.bak
> ${srcdir}/src/*-args.h.bak; do
> +- nam=`echo $i|sed 's/.bak//g'`
> ++ nam=`echo $i|sed 's/\.bak$//'`
> + if test -f $i;then
> + cp -f $i $nam
> + else
> diff --git a/meta/recipes-support/gnutls/gnutls_3.3.14.bb
> <http://gnutls_3.3.14.bb>
> b/meta/recipes-support/gnutls/gnutls_3.3.14.bb <http://gnutls_3.3.14.bb>
> deleted file mode 100644
> index f41d183..0000000
> --- a/meta/recipes-support/gnutls/gnutls_3.3.14.bb
> <http://gnutls_3.3.14.bb>
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -require gnutls.inc
> -
> -SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
> - file://configure.ac-fix-sed-command.patch \
> - file://use-pkg-config-to-locate-zlib.patch \
> - "
> -SRC_URI[md5sum] = "7f4465f8c564cf9cb8f5cb38b909f7ca"
> -SRC_URI[sha256sum] =
> "0dfa0030faad8909c1e904105198232d6bc0123cae8cf4933b2bac85ee7cec52"
> diff --git a/meta/recipes-support/gnutls/gnutls_3.4.1.bb
> <http://gnutls_3.4.1.bb>
> b/meta/recipes-support/gnutls/gnutls_3.4.1.bb <http://gnutls_3.4.1.bb>
> new file mode 100644
> index 0000000..1b64813
> --- /dev/null
> +++ b/meta/recipes-support/gnutls/gnutls_3.4.1.bb
> <http://gnutls_3.4.1.bb>
> @@ -0,0 +1,8 @@
> +require gnutls.inc
> +
> +SRC_URI += "file://correct_rpl_gettimeofday_signature.patch \
> + file://configure.ac-fix-sed-command.patch \
> + file://use-pkg-config-to-locate-zlib.patch \
> + "
> +SRC_URI[md5sum] = "2d04f34fa25b45f9dcb9104c0394e12e"
> +SRC_URI[sha256sum] =
> "e9b5f58becf34756464216056cd5abbf04315eda80a374d02699dee83f80b12e"
> --
> 2.3.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> <mailto:Openembedded-core@lists.openembedded.org>
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
>
next prev parent reply other threads:[~2015-06-18 15:57 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-14 5:37 [PATCH 0/3] Gnutls update 4.2 V2 Armin Kuster
2015-06-14 5:37 ` [PATCH 1/3] nettle: update package to 3.1.1 version Armin Kuster
2015-06-14 5:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
2015-06-15 10:13 ` Burton, Ross
2015-06-15 23:18 ` akuster808
2015-06-18 15:57 ` akuster808 [this message]
2015-06-19 9:03 ` Burton, Ross
2015-06-14 5:37 ` [PATCH 3/3] neon: fix compat issues with gnutls 4.3 Armin Kuster
-- strict thread matches above, loose matches on Subject: below --
2015-06-23 1:37 [PATCH 1/3] nettle: update package to 3.1.1 version Armin Kuster
2015-06-23 1:37 ` [PATCH 0/3] Update gnutls 3.4.1 Armin Kuster
2015-06-23 1:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
2015-06-23 16:28 ` Burton, Ross
2015-06-25 1:28 ` akuster808
2015-06-18 4:50 [PATCH 0/3] [v3] Gntls update to 4.3.1 Armin Kuster
2015-06-18 4:50 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
2015-06-19 9:06 ` Burton, Ross
2015-06-09 19:30 [PATCH 0/3] gnutls " Armin Kuster
2015-06-09 19:30 ` [PATCH 2/3] gnutls: " Armin Kuster
2015-06-04 19:37 [PATCH 0/3] Gntls update to 4.3.1 Armin Kuster
2015-06-04 19:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
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=5582EA4D.2010100@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/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 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.