All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [Updated Consolidated Pull 19/19] gnutls: update to 2.12.5
Date: Wed, 25 May 2011 07:27:05 -0700	[thread overview]
Message-ID: <4DDD11B9.8030508@linux.intel.com> (raw)
In-Reply-To: <e9b41a5bbc89a3a6f1a4d9d744e1cd0c579af2e9.1306312621.git.sgw@linux.intel.com>

On 05/25/2011 01:40 AM, Saul Wold wrote:
> - Add libcap to depends
>
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
>   .../configure-fix.patch                            |    0
>   .../gnutls-openssl.patch                           |    0
>   .../gnutls-texinfo-euro.patch                      |    0
>   meta/recipes-support/gnutls/gnutls.inc             |    2 +-
>   .../gnutls/{gnutls_2.10.4.bb =>  gnutls_2.12.5.bb}  |    4 ++--
>   5 files changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-support/gnutls/{gnutls-2.10.4 =>  gnutls-2.12.5}/configure-fix.patch (100%)
>   rename meta/recipes-support/gnutls/{gnutls-2.10.4 =>  gnutls-2.12.5}/gnutls-openssl.patch (100%)
>   rename meta/recipes-support/gnutls/{gnutls-2.10.4 =>  gnutls-2.12.5}/gnutls-texinfo-euro.patch (100%)
>   rename meta/recipes-support/gnutls/{gnutls_2.10.4.bb =>  gnutls_2.12.5.bb} (53%)
>
> diff --git a/meta/recipes-support/gnutls/gnutls-2.10.4/configure-fix.patch b/meta/recipes-support/gnutls/gnutls-2.12.5/configure-fix.patch
> similarity index 100%
> rename from meta/recipes-support/gnutls/gnutls-2.10.4/configure-fix.patch
> rename to meta/recipes-support/gnutls/gnutls-2.12.5/configure-fix.patch
> diff --git a/meta/recipes-support/gnutls/gnutls-2.10.4/gnutls-openssl.patch b/meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-openssl.patch
> similarity index 100%
> rename from meta/recipes-support/gnutls/gnutls-2.10.4/gnutls-openssl.patch
> rename to meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-openssl.patch
> diff --git a/meta/recipes-support/gnutls/gnutls-2.10.4/gnutls-texinfo-euro.patch b/meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-texinfo-euro.patch
> similarity index 100%
> rename from meta/recipes-support/gnutls/gnutls-2.10.4/gnutls-texinfo-euro.patch
> rename to meta/recipes-support/gnutls/gnutls-2.12.5/gnutls-texinfo-euro.patch
> diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
> index 2dcd8a0..d220a24 100644
> --- a/meta/recipes-support/gnutls/gnutls.inc
> +++ b/meta/recipes-support/gnutls/gnutls.inc
> @@ -1,7 +1,7 @@
>   DESCRIPTION = "GNU Transport Layer Security Library"
>   HOMEPAGE = "http://www.gnu.org/software/gnutls/"
>   BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
> -DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2)"
> +DEPENDS = "zlib lzo libtasn1 libgcrypt (>= 1.4.2) libcap"
>
>   BBCLASSEXTEND = "native"
>
> diff --git a/meta/recipes-support/gnutls/gnutls_2.10.4.bb b/meta/recipes-support/gnutls/gnutls_2.12.5.bb
> similarity index 53%
> rename from meta/recipes-support/gnutls/gnutls_2.10.4.bb
> rename to meta/recipes-support/gnutls/gnutls_2.12.5.bb
> index 3924ecd..ad4fd3d 100644
> --- a/meta/recipes-support/gnutls/gnutls_2.10.4.bb
> +++ b/meta/recipes-support/gnutls/gnutls_2.12.5.bb
> @@ -6,5 +6,5 @@ SRC_URI += "file://gnutls-openssl.patch \
>               file://gnutls-texinfo-euro.patch \
>               file://configure-fix.patch"
>
> -SRC_URI[md5sum] = "4e1517084018a8b1fdc96daabea40528"
> -SRC_URI[sha256sum] = "b8bfe36450fe671e99db5ff1e44e6b65fda8a79cacd9e77d550eff7da3745fc8"
> +SRC_URI[md5sum] = "2d0bd5ae11534074fcd78da6ea384e64"
> +SRC_URI[sha256sum] = "bf263880f327ac34a561d8e66b5a729cbe33eea56728bfed3406ff2898448b60"

Please don't take this gnutls update, I was a little too hasty in 
sending it up, was testing it and it should not be here.

Sau!



  reply	other threads:[~2011-05-25 14:30 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-25  8:40 [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 01/19] gail: update gail to 1.20.2 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 02/19] update-alternatives-dpkg: Update to dpkg base 1.15.8.7 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 03/19] send-pull-request: drop sendemail checks Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 04/19] syslinux: rdepends on mtools Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 05/19] pulseaudio: package udev rules Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 06/19] ghostscript: fix run failure on mpc8315e Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 07/19] create-pull-request: generalize the repository URL parsing Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 08/19] git: upgrade from 1.7.4.3 to 1.7.5.1 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 09/19] libpcre: upgrade from 8.10 to 8.12 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 10/19] byacc: upgrade from 20101127 to 20101229 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 11/19] python-pygpbject: upgrade from 2.27 to 2.27.91 Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 12/19] distro-tracking: update toolchain recipe fields Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 13/19] gst-plugins-base: Add tremor to DEPENDS Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 14/19] elfutils_0.148.bb: Fix compilation on uclibc Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 15/19] eglibc.inc: Transfer PARALLEL_MAKE to PARALLELMFLAGS Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 16/19] IMAGE_ROOTFS_SIZE Cleanup Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 17/19] image_types: add IMAGE_ROOTFS_EXTRA_SPACE Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 18/19] rootfs_ipk: issue a diagnostic if rootfs is declared read-only and not all maintainer scripts could be applied offline Saul Wold
2011-05-25  8:40 ` [Updated Consolidated Pull 19/19] gnutls: update to 2.12.5 Saul Wold
2011-05-25 14:27   ` Saul Wold [this message]
2011-05-25 14:56 ` [Updated Consolidated Pull 00/19] Updates and 1.1_M1 Targeted Fixes Richard Purdie

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=4DDD11B9.8030508@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@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 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.