Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Packages updates
@ 2017-05-08 14:47 Saul Wold
  2017-05-08 14:47 ` [PATCH 1/4] man-pages: upgrade from 4.09 to 4.10 Saul Wold
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Saul Wold @ 2017-05-08 14:47 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

Ross, Richard:

Here is a small set of tested package updates

Sau!

Chin Huat Ang (1):
  nspr: upgrade recipe to version 4.14

Choong YinThong (1):
  gnupg: upgrade from 2.1.18 to 2.1.20

Gan, Yau Wai (1):
  mc: Upgrade from 4.8.18 to 4.8.19

Yeoh Ee Peng (1):
  man-pages: upgrade from 4.09 to 4.10

 .../man-pages/{man-pages_4.09.bb => man-pages_4.10.bb}                | 4 ++--
 meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb}               | 4 ++--
 meta/recipes-support/gnupg/{gnupg_2.1.18.bb => gnupg_2.1.20.bb}       | 4 ++--
 meta/recipes-support/nspr/{nspr_4.13.1.bb => nspr_4.14.bb}            | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_4.09.bb => man-pages_4.10.bb} (86%)
 rename meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} (94%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.18.bb => gnupg_2.1.20.bb} (90%)
 rename meta/recipes-support/nspr/{nspr_4.13.1.bb => nspr_4.14.bb} (96%)

-- 
2.7.4



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

* [PATCH 1/4] man-pages: upgrade from 4.09 to 4.10
  2017-05-08 14:47 [PATCH 0/4] Packages updates Saul Wold
@ 2017-05-08 14:47 ` Saul Wold
  2017-05-08 14:47 ` [PATCH 2/4] nspr: upgrade recipe to version 4.14 Saul Wold
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2017-05-08 14:47 UTC (permalink / raw)
  To: openembedded-core, richard.purdie; +Cc: Yeoh Ee Peng

From: Yeoh Ee Peng <ee.peng.yeoh@intel.com>

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../man-pages/{man-pages_4.09.bb => man-pages_4.10.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_4.09.bb => man-pages_4.10.bb} (86%)

diff --git a/meta/recipes-extended/man-pages/man-pages_4.09.bb b/meta/recipes-extended/man-pages/man-pages_4.10.bb
similarity index 86%
rename from meta/recipes-extended/man-pages/man-pages_4.09.bb
rename to meta/recipes-extended/man-pages/man-pages_4.10.bb
index 55fc21e..de8d3b9 100644
--- a/meta/recipes-extended/man-pages/man-pages_4.09.bb
+++ b/meta/recipes-extended/man-pages/man-pages_4.10.bb
@@ -7,8 +7,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://README;md5=8f2a3d43057d458e5066714980567a60"
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "9e3c7b12a5fecda9a717a4bcc0ae3a67"
-SRC_URI[sha256sum] = "5fac324cefce0fbfae0df6c06ef3f6d6ab5227b9aad2a94f8657a0e3901f9185"
+SRC_URI[md5sum] = "fa03cff75c7cee5a0fd5db3456aea43a"
+SRC_URI[sha256sum] = "5995444d589a1ab83ae1220a4446ee09b3dadb6ce7037162ea75874ebcb2c040"
 
 RDEPENDS_${PN} = "man"
 
-- 
2.7.4



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

* [PATCH 2/4] nspr: upgrade recipe to version 4.14
  2017-05-08 14:47 [PATCH 0/4] Packages updates Saul Wold
  2017-05-08 14:47 ` [PATCH 1/4] man-pages: upgrade from 4.09 to 4.10 Saul Wold
@ 2017-05-08 14:47 ` Saul Wold
  2017-05-08 14:47 ` [PATCH 3/4] gnupg: upgrade from 2.1.18 to 2.1.20 Saul Wold
  2017-05-08 14:47 ` [PATCH 4/4] mc: Upgrade from 4.8.18 to 4.8.19 Saul Wold
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2017-05-08 14:47 UTC (permalink / raw)
  To: openembedded-core, richard.purdie; +Cc: Chin Huat Ang

From: Chin Huat Ang <chin.huat.ang@intel.com>

Upgrade to 4.14, also sanity tested to make sure rpm which depends on
nspr is working.

Signed-off-by: Chin Huat Ang <chin.huat.ang@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/nspr/{nspr_4.13.1.bb => nspr_4.14.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/nspr/{nspr_4.13.1.bb => nspr_4.14.bb} (96%)

diff --git a/meta/recipes-support/nspr/nspr_4.13.1.bb b/meta/recipes-support/nspr/nspr_4.14.bb
similarity index 96%
rename from meta/recipes-support/nspr/nspr_4.13.1.bb
rename to meta/recipes-support/nspr/nspr_4.14.bb
index 9c15a8b..f5ce91c 100644
--- a/meta/recipes-support/nspr/nspr_4.13.1.bb
+++ b/meta/recipes-support/nspr/nspr_4.14.bb
@@ -21,8 +21,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
 UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
 UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 
-SRC_URI[md5sum] = "9c44298a6fc478b3c0a4e98f4f9981ed"
-SRC_URI[sha256sum] = "5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab"
+SRC_URI[md5sum] = "743f6b7888a614da9927400874054d8c"
+SRC_URI[sha256sum] = "64fc18826257403a9132240aa3c45193d577a84b08e96f7e7770a97c074d17d5"
 
 S = "${WORKDIR}/nspr-${PV}/nspr"
 
-- 
2.7.4



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

* [PATCH 3/4] gnupg: upgrade from 2.1.18 to 2.1.20
  2017-05-08 14:47 [PATCH 0/4] Packages updates Saul Wold
  2017-05-08 14:47 ` [PATCH 1/4] man-pages: upgrade from 4.09 to 4.10 Saul Wold
  2017-05-08 14:47 ` [PATCH 2/4] nspr: upgrade recipe to version 4.14 Saul Wold
@ 2017-05-08 14:47 ` Saul Wold
  2017-05-08 14:47 ` [PATCH 4/4] mc: Upgrade from 4.8.18 to 4.8.19 Saul Wold
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2017-05-08 14:47 UTC (permalink / raw)
  To: openembedded-core, richard.purdie

From: Choong YinThong <yin.thong.choong@intel.com>

Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/gnupg/{gnupg_2.1.18.bb => gnupg_2.1.20.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnupg/{gnupg_2.1.18.bb => gnupg_2.1.20.bb} (90%)

diff --git a/meta/recipes-support/gnupg/gnupg_2.1.18.bb b/meta/recipes-support/gnupg/gnupg_2.1.20.bb
similarity index 90%
rename from meta/recipes-support/gnupg/gnupg_2.1.18.bb
rename to meta/recipes-support/gnupg/gnupg_2.1.20.bb
index a0611aa..bbda283 100644
--- a/meta/recipes-support/gnupg/gnupg_2.1.18.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.1.20.bb
@@ -16,8 +16,8 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://autogen.sh-fix-find-version-for-beta-checking.patch \
           "
 
-SRC_URI[md5sum] = "c67f908b0b35c7ebc62144f362757e1e"
-SRC_URI[sha256sum] = "d04c6fab7e5562ce4b915b22020e34d4c1a256847690cf149842264fc7cef994"
+SRC_URI[md5sum] = "f6bc7e0b82893dfafe09109d86ff6e9b"
+SRC_URI[sha256sum] = "24cf9a69369be64a9f6f8cc11a1be33ab7780ad77a6a1b93719438f49f69960d"
 
 EXTRA_OECONF = "--disable-ldap \
 		--disable-ccid-driver \
-- 
2.7.4



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

* [PATCH 4/4] mc: Upgrade from 4.8.18 to 4.8.19
  2017-05-08 14:47 [PATCH 0/4] Packages updates Saul Wold
                   ` (2 preceding siblings ...)
  2017-05-08 14:47 ` [PATCH 3/4] gnupg: upgrade from 2.1.18 to 2.1.20 Saul Wold
@ 2017-05-08 14:47 ` Saul Wold
  3 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2017-05-08 14:47 UTC (permalink / raw)
  To: openembedded-core, richard.purdie; +Cc: Gan, Gan, Yau Wai

From: "Gan, Yau Wai" <yau.wai.gan@intel.com>

Signed-off-by: Gan, Yau Wai <yau.wai.gan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} (94%)

diff --git a/meta/recipes-extended/mc/mc_4.8.18.bb b/meta/recipes-extended/mc/mc_4.8.19.bb
similarity index 94%
rename from meta/recipes-extended/mc/mc_4.8.18.bb
rename to meta/recipes-extended/mc/mc_4.8.19.bb
index 17f3f73..23be048 100644
--- a/meta/recipes-extended/mc/mc_4.8.18.bb
+++ b/meta/recipes-extended/mc/mc_4.8.19.bb
@@ -9,8 +9,8 @@ RDEPENDS_${PN} = "ncurses-terminfo"
 SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2 \
            file://0001-mc-replace-perl-w-with-use-warnings.patch \
            "
-SRC_URI[md5sum] = "cc56f0c9abd63c4caa3636bba3a08bfb"
-SRC_URI[sha256sum] = "5b591e10dcbea95233434da40cdad4663d360229adf89826576c319667c103cb"
+SRC_URI[md5sum] = "ef423f5b6f80a1a5a5fc53b8324cab70"
+SRC_URI[sha256sum] = "d0dddfae7149fac903f74ef55cfcb2a198e0f7004346c7bded43669d61ba436f"
 
 inherit autotools gettext pkgconfig
 
-- 
2.7.4



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

end of thread, other threads:[~2017-05-08 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-08 14:47 [PATCH 0/4] Packages updates Saul Wold
2017-05-08 14:47 ` [PATCH 1/4] man-pages: upgrade from 4.09 to 4.10 Saul Wold
2017-05-08 14:47 ` [PATCH 2/4] nspr: upgrade recipe to version 4.14 Saul Wold
2017-05-08 14:47 ` [PATCH 3/4] gnupg: upgrade from 2.1.18 to 2.1.20 Saul Wold
2017-05-08 14:47 ` [PATCH 4/4] mc: Upgrade from 4.8.18 to 4.8.19 Saul Wold

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