public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Version updates
@ 2016-01-12 13:20 Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 1/5] libwebp: upgrade to 0.5.0 Alexander Kanavin
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:20 UTC (permalink / raw)
  To: openembedded-core

A few small updates for recipes where I'm the maintainer.
The following changes since commit 447634b64d0e948ba152d81372dfbe1dfd3f619b:

  nss: update to 3.21 (2016-01-12 14:55:27 +0200)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates

Alexander Kanavin (5):
  libwebp: upgrade to 0.5.0
  lighttpd: upgrade to 1.4.39
  iso-codes: upgrade to 3.64
  epiphany: upgrade to 3.18.3
  ca-certificates: update to 20160104

 .../lighttpd/{lighttpd_1.4.38.bb => lighttpd_1.4.39.bb}              | 4 ++--
 .../epiphany/{epiphany_3.18.2.bb => epiphany_3.18.3.bb}              | 4 ++--
 meta/recipes-multimedia/webp/{libwebp_0.4.4.bb => libwebp_0.5.0.bb}  | 4 ++--
 .../{ca-certificates_20150426.bb => ca-certificates_20160104.bb}     | 5 ++---
 .../iso-codes/{iso-codes_3.63.bb => iso-codes_3.64.bb}               | 4 ++--
 5 files changed, 10 insertions(+), 11 deletions(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.38.bb => lighttpd_1.4.39.bb} (94%)
 rename meta/recipes-gnome/epiphany/{epiphany_3.18.2.bb => epiphany_3.18.3.bb} (84%)
 rename meta/recipes-multimedia/webp/{libwebp_0.4.4.bb => libwebp_0.5.0.bb} (92%)
 rename meta/recipes-support/ca-certificates/{ca-certificates_20150426.bb => ca-certificates_20160104.bb} (93%)
 rename meta/recipes-support/iso-codes/{iso-codes_3.63.bb => iso-codes_3.64.bb} (76%)

-- 
2.6.4



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

* [PATCH 1/5] libwebp: upgrade to 0.5.0
  2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
@ 2016-01-12 13:20 ` Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 2/5] lighttpd: upgrade to 1.4.39 Alexander Kanavin
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:20 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 meta/recipes-multimedia/webp/{libwebp_0.4.4.bb => libwebp_0.5.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-multimedia/webp/{libwebp_0.4.4.bb => libwebp_0.5.0.bb} (92%)

diff --git a/meta/recipes-multimedia/webp/libwebp_0.4.4.bb b/meta/recipes-multimedia/webp/libwebp_0.5.0.bb
similarity index 92%
rename from meta/recipes-multimedia/webp/libwebp_0.4.4.bb
rename to meta/recipes-multimedia/webp/libwebp_0.5.0.bb
index ce317d2..c89adac 100644
--- a/meta/recipes-multimedia/webp/libwebp_0.4.4.bb
+++ b/meta/recipes-multimedia/webp/libwebp_0.5.0.bb
@@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6e8dee932c26f2dab503abf70c96d8bb \
                     file://PATENTS;md5=c6926d0cb07d296f886ab6e0cc5a85b7"
 
 SRC_URI = "http://downloads.webmproject.org/releases/webp/${BP}.tar.gz"
-SRC_URI[md5sum] = "b737062cf688e502b940b460ddc3015f"
-SRC_URI[sha256sum] = "c65d34edb57338e331ba4d622227a2b3179444cfca17d02c34f1ead63f603e86"
+SRC_URI[md5sum] = "ba81eb9bf23e3c69a2f5cc8dcdb5938f"
+SRC_URI[sha256sum] = "5cd3bb7b623aff1f4e70bd611dc8dbabbf7688fd5eb225b32e02e09e37dfb274"
 
 UPSTREAM_CHECK_URI = "http://downloads.webmproject.org/releases/webp/index.html"
 
-- 
2.6.4



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

* [PATCH 2/5] lighttpd: upgrade to 1.4.39
  2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 1/5] libwebp: upgrade to 0.5.0 Alexander Kanavin
@ 2016-01-12 13:20 ` Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 3/5] iso-codes: upgrade to 3.64 Alexander Kanavin
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:20 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../lighttpd/{lighttpd_1.4.38.bb => lighttpd_1.4.39.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.38.bb => lighttpd_1.4.39.bb} (94%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb
similarity index 94%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb
index 7cfc141..a407d03 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.38.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.39.bb
@@ -24,8 +24,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
         file://0001-mod_cgi-buffers-data-without-bound.patch \
         "
 
-SRC_URI[md5sum] = "7adc12323f37ed24ecf026c7547b577d"
-SRC_URI[sha256sum] = "4912568b7befcf3f552ca4668bd7f38cd85f42a22944359d00816ec27eb1e504"
+SRC_URI[md5sum] = "63c7563be1c7a7a9819a51f07f1af8b2"
+SRC_URI[sha256sum] = "7eb9a1853c3d6dd5851682b0733a729ba4158d6bdff80974d5ef5f1f6887365b"
 
 PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
-- 
2.6.4



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

* [PATCH 3/5] iso-codes: upgrade to 3.64
  2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 1/5] libwebp: upgrade to 0.5.0 Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 2/5] lighttpd: upgrade to 1.4.39 Alexander Kanavin
@ 2016-01-12 13:20 ` Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 4/5] epiphany: upgrade to 3.18.3 Alexander Kanavin
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:20 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../iso-codes/{iso-codes_3.63.bb => iso-codes_3.64.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/iso-codes/{iso-codes_3.63.bb => iso-codes_3.64.bb} (76%)

diff --git a/meta/recipes-support/iso-codes/iso-codes_3.63.bb b/meta/recipes-support/iso-codes/iso-codes_3.64.bb
similarity index 76%
rename from meta/recipes-support/iso-codes/iso-codes_3.63.bb
rename to meta/recipes-support/iso-codes/iso-codes_3.64.bb
index 8ae8a43..44c8735 100644
--- a/meta/recipes-support/iso-codes/iso-codes_3.63.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_3.64.bb
@@ -3,8 +3,8 @@ LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fbc093901857fcd118f065f900982c24"
 
 SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz"
-SRC_URI[md5sum] = "129f822fd64c9bf80931cccc269ccb95"
-SRC_URI[sha256sum] = "60600e56952dc92b3a8cd8a7044348f7cfa35be528bab2491c3c18582fb5277f"
+SRC_URI[md5sum] = "01c02633ede9d6fdf4b5f99d5dbd47b2"
+SRC_URI[sha256sum] = "5ef061381e37e9576760df1ad504d4bbc84c270da30512b2891baed9add70729"
 
 # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
 # are inhibited by allarch
-- 
2.6.4



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

* [PATCH 4/5] epiphany: upgrade to 3.18.3
  2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
                   ` (2 preceding siblings ...)
  2016-01-12 13:20 ` [PATCH 3/5] iso-codes: upgrade to 3.64 Alexander Kanavin
@ 2016-01-12 13:20 ` Alexander Kanavin
  2016-01-12 13:20 ` [PATCH 5/5] ca-certificates: update to 20160104 Alexander Kanavin
  2016-01-12 13:36 ` [PATCH 0/5] Version updates Alexander Kanavin
  5 siblings, 0 replies; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:20 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../recipes-gnome/epiphany/{epiphany_3.18.2.bb => epiphany_3.18.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-gnome/epiphany/{epiphany_3.18.2.bb => epiphany_3.18.3.bb} (84%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_3.18.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb
similarity index 84%
rename from meta/recipes-gnome/epiphany/epiphany_3.18.2.bb
rename to meta/recipes-gnome/epiphany/epiphany_3.18.3.bb
index a0d1e67..e822d3b 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.18.2.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.18.3.bb
@@ -10,8 +10,8 @@ inherit gnomebase gsettings distro_features_check upstream-version-is-even
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch"
-SRC_URI[archive.md5sum] = "ede1e5e7e420a2f4c6231d185a94250f"
-SRC_URI[archive.sha256sum] = "8436170731966bb40b7d8e29dbedfa5d5ddbf78572cf5fd51fce1ac6da5da6c2"
+SRC_URI[archive.md5sum] = "5ed8b4506666f301949a2e12d39f2b4d"
+SRC_URI[archive.sha256sum] = "cd4e9ce588c4c66109547d93999d9740d338c3f9dbfbc2143cf2cbb74260def9"
 
 EXTRA_OECONF += " --disable-nss --with-distributor-name=${DISTRO}"
 
-- 
2.6.4



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

* [PATCH 5/5] ca-certificates: update to 20160104
  2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
                   ` (3 preceding siblings ...)
  2016-01-12 13:20 ` [PATCH 4/5] epiphany: upgrade to 3.18.3 Alexander Kanavin
@ 2016-01-12 13:20 ` Alexander Kanavin
  2016-01-12 13:36 ` [PATCH 0/5] Version updates Alexander Kanavin
  5 siblings, 0 replies; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:20 UTC (permalink / raw)
  To: openembedded-core

LICENSE checksum changed due to an updated file listing in debian/copyright

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
---
 .../{ca-certificates_20150426.bb => ca-certificates_20160104.bb}     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-support/ca-certificates/{ca-certificates_20150426.bb => ca-certificates_20160104.bb} (93%)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
similarity index 93%
rename from meta/recipes-support/ca-certificates/ca-certificates_20150426.bb
rename to meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
index 716e3df..4266926 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20150426.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20160104.bb
@@ -5,14 +5,13 @@ This derived from Debian's CA Certificates."
 HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
 SECTION = "misc"
 LICENSE = "GPL-2.0+ & MPL-2.0"
-LIC_FILES_CHKSUM = "file://debian/copyright;md5=48d2baf97986999e776b43c8dd9e0c5a"
+LIC_FILES_CHKSUM = "file://debian/copyright;md5=e7358b9541ccf3029e9705ed8de57968"
 
 # This is needed to ensure we can run the postinst at image creation time
 DEPENDS = "ca-certificates-native"
 DEPENDS_class-native = ""
 
-# tag: debian/20150426 + 2
-SRCREV = "d4790d2832aaac9152f450e06661511067592227"
+SRCREV = "f54715702c5c0581c9461f78fd84e2c8d2ec243c"
 
 SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \
            file://0001-update-ca-certificates-remove-c-rehash.patch \
-- 
2.6.4



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

* Re: [PATCH 0/5] Version updates
  2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
                   ` (4 preceding siblings ...)
  2016-01-12 13:20 ` [PATCH 5/5] ca-certificates: update to 20160104 Alexander Kanavin
@ 2016-01-12 13:36 ` Alexander Kanavin
  2016-01-12 15:34   ` Burton, Ross
  5 siblings, 1 reply; 8+ messages in thread
From: Alexander Kanavin @ 2016-01-12 13:36 UTC (permalink / raw)
  To: openembedded-core

On 01/12/2016 03:20 PM, Alexander Kanavin wrote:
> A few small updates for recipes where I'm the maintainer.

Oh, forgot to mention that this is the first time where the task of 
figuring out the checksums and sending the initial commits to me by 
email was done by Automated Update Helper, and all I had to do is apply 
the patches and make sure they do build.

Awesome work, Anibal!


Alex


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

* Re: [PATCH 0/5] Version updates
  2016-01-12 13:36 ` [PATCH 0/5] Version updates Alexander Kanavin
@ 2016-01-12 15:34   ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2016-01-12 15:34 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

On 12 January 2016 at 13:36, Alexander Kanavin <
alexander.kanavin@linux.intel.com> wrote:

> Oh, forgot to mention that this is the first time where the task of
> figuring out the checksums and sending the initial commits to me by email
> was done by Automated Update Helper, and all I had to do is apply the
> patches and make sure they do build.
>
> Awesome work, Anibal!
>

Hooray!  Thanks Anibal, that's awesome news.

Ross

[-- Attachment #2: Type: text/html, Size: 861 bytes --]

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

end of thread, other threads:[~2016-01-12 15:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-12 13:20 [PATCH 0/5] Version updates Alexander Kanavin
2016-01-12 13:20 ` [PATCH 1/5] libwebp: upgrade to 0.5.0 Alexander Kanavin
2016-01-12 13:20 ` [PATCH 2/5] lighttpd: upgrade to 1.4.39 Alexander Kanavin
2016-01-12 13:20 ` [PATCH 3/5] iso-codes: upgrade to 3.64 Alexander Kanavin
2016-01-12 13:20 ` [PATCH 4/5] epiphany: upgrade to 3.18.3 Alexander Kanavin
2016-01-12 13:20 ` [PATCH 5/5] ca-certificates: update to 20160104 Alexander Kanavin
2016-01-12 13:36 ` [PATCH 0/5] Version updates Alexander Kanavin
2016-01-12 15:34   ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox