public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 06/13] libidn: Update to 1.26
Date: Mon, 28 Jan 2013 01:15:53 -0800	[thread overview]
Message-ID: <8be5dd0c97eb3d45e521a7c5a4b9e4d101e10129.1359364462.git.sgw@linux.intel.com> (raw)
In-Reply-To: <cover.1359364462.git.sgw@linux.intel.com>
In-Reply-To: <cover.1359364462.git.sgw@linux.intel.com>

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/libidn/{libidn_1.25.bb => libidn_1.26.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.25.bb => libidn_1.26.bb} (85%)

diff --git a/meta/recipes-extended/libidn/libidn_1.25.bb b/meta/recipes-extended/libidn/libidn_1.26.bb
similarity index 85%
rename from meta/recipes-extended/libidn/libidn_1.25.bb
rename to meta/recipes-extended/libidn/libidn_1.26.bb
index 6584edd..284e871 100644
--- a/meta/recipes-extended/libidn/libidn_1.25.bb
+++ b/meta/recipes-extended/libidn/libidn_1.26.bb
@@ -3,14 +3,14 @@ DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specification
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
 SECTION = "libs"
 LICENSE = "(LGPLv2.1+ | LGPLv3) & GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=9c9d9d207a3468a696a03368913d360b \
+LIC_FILES_CHKSUM = "file://COPYING;md5=91146090ae24a0572879d3b48646d404 \
                     file://COPYING.LESSERv2;md5=4fbd65380cdd255951079008b364516c \
                     file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
                     file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
                     file://lib/idna.h;endline=21;md5=7364f6a250728ffe16170f5e3ab37512 \
                     file://src/idn.c;endline=20;md5=7d7235e7951ac87d9dfac42e1b69d9cb"
-PR = "r1"
+PR = "r0"
 
 inherit pkgconfig autotools gettext
 
@@ -18,8 +18,8 @@ SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz \
            file://libidn_fix_for_automake-1.12.patch \
            file://avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch "
 
-SRC_URI[md5sum] = "45ffabce4b8ca87fe98fe4542668d33d"
-SRC_URI[sha256sum] = "7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716"
+SRC_URI[md5sum] = "7533d14fbbb6c026a1a9eaa2179ccb69"
+SRC_URI[sha256sum] = "0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c"
 
 # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3
 # so package command into a separate package
-- 
1.8.0.2




  parent reply	other threads:[~2013-01-28  9:32 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
2013-01-28  9:15 ` [PATCH 01/13] libnl: Update to 3.2.21 Saul Wold
2013-01-28  9:15 ` [PATCH 02/13] rgb: Update to 1.0.5 Saul Wold
2013-01-28  9:15 ` [PATCH 03/13] sysstat: Update to 10.1.3 Saul Wold
2013-01-28  9:15 ` [PATCH 04/13] mc: Update to 4.8.7 Saul Wold
2013-01-28  9:15 ` [PATCH 05/13] man-pages: Update to 3.45 Saul Wold
2013-01-28  9:15 ` Saul Wold [this message]
2013-01-28  9:15 ` [PATCH 07/13] cracklib: Update to 2.8.22 Saul Wold
2013-01-28  9:15 ` [PATCH 08/13] file: Update to 5.12 Saul Wold
2013-01-28  9:15 ` [PATCH 09/13] dhcp: Update to 4.2.5 Saul Wold
2013-01-28  9:15 ` [PATCH 10/13] util-linux: Update to 2.22.2 Saul Wold
2013-01-28  9:15 ` [PATCH 11/13] resolvconf: Update to 1.69 Saul Wold
2013-01-28  9:15 ` [PATCH 12/13] libcgroup: Update to 0.38 Saul Wold
2013-01-28  9:16 ` [PATCH 13/13] sqlite3: Update to 3.7.15.2 Saul Wold

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=8be5dd0c97eb3d45e521a7c5a4b9e4d101e10129.1359364462.git.sgw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox