Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Point upgrades for both libpngs
@ 2015-05-22 13:26 Jussi Kukkonen
  2015-05-22 13:26 ` [PATCH 1/2] libpng12: Upgrade 1.2.52 -> 1.2.53 Jussi Kukkonen
  2015-05-22 13:26 ` [PATCH 2/2] libpng: Upgrade 1.6.16 -> 1.6.17 Jussi Kukkonen
  0 siblings, 2 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2015-05-22 13:26 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit decb28f9bce307d40466171c66a216fef22c59d7:

  genericx860common.inc: Enable using the 3.19 kernel (2015-05-22 13:30:08 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/png
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/png

Jussi Kukkonen (2):
  libpng12: Upgrade 1.2.52 -> 1.2.53
  libpng: Upgrade 1.6.16 -> 1.6.17

 .../libpng/{libpng12_1.2.52.bb => libpng12_1.2.53.bb}         |  8 ++++----
 .../libpng/{libpng_1.6.16.bb => libpng_1.6.17.bb}             | 11 +++++------
 2 files changed, 9 insertions(+), 10 deletions(-)
 rename meta/recipes-lsb4/libpng/{libpng12_1.2.52.bb => libpng12_1.2.53.bb} (70%)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.16.bb => libpng_1.6.17.bb} (62%)

-- 
2.1.4



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

* [PATCH 1/2] libpng12: Upgrade 1.2.52 -> 1.2.53
  2015-05-22 13:26 [PATCH 0/2] Point upgrades for both libpngs Jussi Kukkonen
@ 2015-05-22 13:26 ` Jussi Kukkonen
  2015-05-22 13:26 ` [PATCH 2/2] libpng: Upgrade 1.6.16 -> 1.6.17 Jussi Kukkonen
  1 sibling, 0 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2015-05-22 13:26 UTC (permalink / raw)
  To: openembedded-core

License file changes are not actual license changes.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../libpng/{libpng12_1.2.52.bb => libpng12_1.2.53.bb}             | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-lsb4/libpng/{libpng12_1.2.52.bb => libpng12_1.2.53.bb} (70%)

diff --git a/meta/recipes-lsb4/libpng/libpng12_1.2.52.bb b/meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
similarity index 70%
rename from meta/recipes-lsb4/libpng/libpng12_1.2.52.bb
rename to meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
index 5b67fe8..bf861a7 100644
--- a/meta/recipes-lsb4/libpng/libpng12_1.2.52.bb
+++ b/meta/recipes-lsb4/libpng/libpng12_1.2.53.bb
@@ -2,8 +2,8 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=4495b57387451782e5f34c2968c35ed0 \
-                    file://png.h;beginline=314;endline=428;md5=0c93e62d39955f2b879c056165cfad43"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bd2a7a13355fcca92ad83bdf7e296011 \
+                    file://png.h;beginline=322;endline=436;md5=caf9ee541234c663aeecdcfef2f79ae1"
 DEPENDS = "zlib"
 
 PN = "libpng12"
@@ -11,8 +11,8 @@ S = "${WORKDIR}/libpng-${PV}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng12/${PV}/libpng-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "49d5c71929bf69a172147c47b9309fbe"
-SRC_URI[sha256sum] = "d4fb0fbf14057ad6d0319034188fc2aecddb493da8e3031b7b072ed28f510ec0"
+SRC_URI[md5sum] = "7d18a74e6fd2029aee76ccd00e00a9e6"
+SRC_URI[sha256sum] = "b45e49f689e7451bd576569e6a344f7e0d11c02ecbb797f4da0e431526765c0a"
 
 BINCONFIG_GLOB = "${PN}-config"
 
-- 
2.1.4



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

* [PATCH 2/2] libpng: Upgrade 1.6.16 -> 1.6.17
  2015-05-22 13:26 [PATCH 0/2] Point upgrades for both libpngs Jussi Kukkonen
  2015-05-22 13:26 ` [PATCH 1/2] libpng12: Upgrade 1.2.52 -> 1.2.53 Jussi Kukkonen
@ 2015-05-22 13:26 ` Jussi Kukkonen
  1 sibling, 0 replies; 3+ messages in thread
From: Jussi Kukkonen @ 2015-05-22 13:26 UTC (permalink / raw)
  To: openembedded-core

License files changes are not actual license changes.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
 .../libpng/{libpng_1.6.16.bb => libpng_1.6.17.bb}             | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
 rename meta/recipes-multimedia/libpng/{libpng_1.6.16.bb => libpng_1.6.17.bb} (62%)

diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.16.bb b/meta/recipes-multimedia/libpng/libpng_1.6.17.bb
similarity index 62%
rename from meta/recipes-multimedia/libpng/libpng_1.6.16.bb
rename to meta/recipes-multimedia/libpng/libpng_1.6.17.bb
index a8677e8..00e5808 100644
--- a/meta/recipes-multimedia/libpng/libpng_1.6.16.bb
+++ b/meta/recipes-multimedia/libpng/libpng_1.6.17.bb
@@ -2,17 +2,16 @@ SUMMARY = "PNG image format decoding library"
 HOMEPAGE = "http://www.libpng.org/"
 SECTION = "libs"
 LICENSE = "Libpng"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=76dbddb73e547d9b3fa16909a98049c0 \
-                    file://png.h;endline=15;md5=fd8f7ae7b090a168a9e023d0a5d68a3e \
-                    file://png.h;beginline=229;endline=343;md5=44075eedf4763ada355d8f60ac3296c9"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b9b75399b72e4a8656cf3a6ddfc86d9a \
+                    file://png.h;endline=16;md5=cc9c2d1eafda17e1277a6f99a9fc29c4 \
+                    file://png.h;beginline=242;endline=356;md5=599316819d525dde2bfdf28fe3f323af"
 DEPENDS = "zlib"
 LIBV = "16"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/libpng/libpng${LIBV}/${PV}/libpng-${PV}.tar.xz \
           "
-
-SRC_URI[md5sum] = "23b7286b5d4a86de950fd2ffc5cac742"
-SRC_URI[sha256sum] = "42f754df633e4e700544e5913cbe2fd4928bbfccdc07708a5cf84e59827fbe60"
+SRC_URI[md5sum] = "430a9b76b78533235cd4b9b26ce75c7e"
+SRC_URI[sha256sum] = "98507b55fbe5cd43c51981f2924e4671fd81fe35d52dc53357e20f2c77fa5dfd"
 
 BINCONFIG = "${bindir}/libpng-config ${bindir}/libpng16-config"
 
-- 
2.1.4



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

end of thread, other threads:[~2015-05-22 13:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 13:26 [PATCH 0/2] Point upgrades for both libpngs Jussi Kukkonen
2015-05-22 13:26 ` [PATCH 1/2] libpng12: Upgrade 1.2.52 -> 1.2.53 Jussi Kukkonen
2015-05-22 13:26 ` [PATCH 2/2] libpng: Upgrade 1.6.16 -> 1.6.17 Jussi Kukkonen

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