Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Package Upgrade: sudo, sysstat, cups, gawk
@ 2017-11-09  2:12 Chen Qi
  2017-11-09  2:12 ` [PATCH 1/4] sudo: upgrade to 1.8.21p2 Chen Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chen Qi @ 2017-11-09  2:12 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit b656fd9267b1f36d46ca20a1c0bcfaedbf7df438:

  gcc: fix miscompilation on mips64 (2017-11-08 22:24:04 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/PU-20171109
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/PU-20171109

Chen Qi (4):
  sudo: upgrade to 1.8.21p2
  sysstat: upgrade to 11.6.1
  cups: upgrade to 2.2.6
  gawk: upgrade to 4.2.0

 .../cups/{cups_2.2.4.bb => cups_2.2.6.bb}          |  4 +--
 .../test-arrayind1-Remove-hashbang-line.patch      | 30 ----------------------
 .../gawk/{gawk-4.1.4 => gawk}/run-ptest            |  0
 .../gawk/{gawk_4.1.4.bb => gawk_4.2.0.bb}          |  5 ++--
 .../sudo/{sudo_1.8.20p2.bb => sudo_1.8.21p2.bb}    |  4 +--
 .../{sysstat_11.5.7.bb => sysstat_11.6.1.bb}       |  4 +--
 6 files changed, 8 insertions(+), 39 deletions(-)
 rename meta/recipes-extended/cups/{cups_2.2.4.bb => cups_2.2.6.bb} (40%)
 delete mode 100644 meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch
 rename meta/recipes-extended/gawk/{gawk-4.1.4 => gawk}/run-ptest (100%)
 rename meta/recipes-extended/gawk/{gawk_4.1.4.bb => gawk_4.2.0.bb} (85%)
 rename meta/recipes-extended/sudo/{sudo_1.8.20p2.bb => sudo_1.8.21p2.bb} (90%)
 rename meta/recipes-extended/sysstat/{sysstat_11.5.7.bb => sysstat_11.6.1.bb} (53%)

-- 
1.9.1



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

* [PATCH 1/4] sudo: upgrade to 1.8.21p2
  2017-11-09  2:12 [PATCH 0/4] Package Upgrade: sudo, sysstat, cups, gawk Chen Qi
@ 2017-11-09  2:12 ` Chen Qi
  2017-11-09  2:12 ` [PATCH 2/4] sysstat: upgrade to 11.6.1 Chen Qi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chen Qi @ 2017-11-09  2:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/sudo/{sudo_1.8.20p2.bb => sudo_1.8.21p2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sudo/{sudo_1.8.20p2.bb => sudo_1.8.21p2.bb} (90%)

diff --git a/meta/recipes-extended/sudo/sudo_1.8.20p2.bb b/meta/recipes-extended/sudo/sudo_1.8.21p2.bb
similarity index 90%
rename from meta/recipes-extended/sudo/sudo_1.8.20p2.bb
rename to meta/recipes-extended/sudo/sudo_1.8.21p2.bb
index 4f24b3c..acd0025 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.20p2.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.21p2.bb
@@ -7,8 +7,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
 
 PAM_SRC_URI = "file://sudo.pam"
 
-SRC_URI[md5sum] = "03da8e711caca6fd93e57751bfb74adc"
-SRC_URI[sha256sum] = "bd42ae1059e935f795c69ea97b3de09fe9410a58a74b5d5e6836eb5067a445d9"
+SRC_URI[md5sum] = "cd3993d910c713ae72e94beebd230b22"
+SRC_URI[sha256sum] = "74c5746cd33a814e2431c39faf0d76f7f8a697379bd073862e3b156cf0d76368"
 
 DEPENDS += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 RDEPENDS_${PN} += " ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
-- 
1.9.1



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

* [PATCH 2/4] sysstat: upgrade to 11.6.1
  2017-11-09  2:12 [PATCH 0/4] Package Upgrade: sudo, sysstat, cups, gawk Chen Qi
  2017-11-09  2:12 ` [PATCH 1/4] sudo: upgrade to 1.8.21p2 Chen Qi
@ 2017-11-09  2:12 ` Chen Qi
  2017-11-09  2:12 ` [PATCH 3/4] cups: upgrade to 2.2.6 Chen Qi
  2017-11-09  2:12 ` [PATCH 4/4] gawk: upgrade to 4.2.0 Chen Qi
  3 siblings, 0 replies; 5+ messages in thread
From: Chen Qi @ 2017-11-09  2:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../recipes-extended/sysstat/{sysstat_11.5.7.bb => sysstat_11.6.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sysstat/{sysstat_11.5.7.bb => sysstat_11.6.1.bb} (53%)

diff --git a/meta/recipes-extended/sysstat/sysstat_11.5.7.bb b/meta/recipes-extended/sysstat/sysstat_11.6.1.bb
similarity index 53%
rename from meta/recipes-extended/sysstat/sysstat_11.5.7.bb
rename to meta/recipes-extended/sysstat/sysstat_11.6.1.bb
index 72af931..4efd2a1 100644
--- a/meta/recipes-extended/sysstat/sysstat_11.5.7.bb
+++ b/meta/recipes-extended/sysstat/sysstat_11.6.1.bb
@@ -4,5 +4,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a23a74b3f4caf9616230789d94217acb"
 
 SRC_URI += "file://0001-Include-needed-headers-explicitly.patch"
 
-SRC_URI[md5sum] = "8f4a5d0de29f1056153e25e7a9c518d2"
-SRC_URI[sha256sum] = "4a38efaa0ca85ee5484d046bd427012979264fef17f07fd7855860e592819482"
+SRC_URI[md5sum] = "33cff6260b9c8f0b908fe94ce7ab2773"
+SRC_URI[sha256sum] = "4b2a2cfa8c8fe6ae0155e168ed9a7066caebc3ecb903b0e64a9ede28ecb68fcb"
-- 
1.9.1



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

* [PATCH 3/4] cups: upgrade to 2.2.6
  2017-11-09  2:12 [PATCH 0/4] Package Upgrade: sudo, sysstat, cups, gawk Chen Qi
  2017-11-09  2:12 ` [PATCH 1/4] sudo: upgrade to 1.8.21p2 Chen Qi
  2017-11-09  2:12 ` [PATCH 2/4] sysstat: upgrade to 11.6.1 Chen Qi
@ 2017-11-09  2:12 ` Chen Qi
  2017-11-09  2:12 ` [PATCH 4/4] gawk: upgrade to 4.2.0 Chen Qi
  3 siblings, 0 replies; 5+ messages in thread
From: Chen Qi @ 2017-11-09  2:12 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/recipes-extended/cups/{cups_2.2.4.bb => cups_2.2.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cups/{cups_2.2.4.bb => cups_2.2.6.bb} (40%)

diff --git a/meta/recipes-extended/cups/cups_2.2.4.bb b/meta/recipes-extended/cups/cups_2.2.6.bb
similarity index 40%
rename from meta/recipes-extended/cups/cups_2.2.4.bb
rename to meta/recipes-extended/cups/cups_2.2.6.bb
index ed94b67..3aa934b 100644
--- a/meta/recipes-extended/cups/cups_2.2.4.bb
+++ b/meta/recipes-extended/cups/cups_2.2.6.bb
@@ -2,5 +2,5 @@ require cups.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f212b4338db0da8cb892e94bf2949460"
 
-SRC_URI[md5sum] = "d26e5a0a574a69fe1d01079b2931fc49"
-SRC_URI[sha256sum] = "596d4db72651c335469ae5f37b0da72ac9f97d73e30838d787065f559dea98cc"
+SRC_URI[md5sum] = "e91c26d8d97b5a1630a962f530f02192"
+SRC_URI[sha256sum] = "40385778c2b3bdf55030d1c999734e22774c79e3425d91339ce677825620169b"
-- 
1.9.1



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

* [PATCH 4/4] gawk: upgrade to 4.2.0
  2017-11-09  2:12 [PATCH 0/4] Package Upgrade: sudo, sysstat, cups, gawk Chen Qi
                   ` (2 preceding siblings ...)
  2017-11-09  2:12 ` [PATCH 3/4] cups: upgrade to 2.2.6 Chen Qi
@ 2017-11-09  2:12 ` Chen Qi
  3 siblings, 0 replies; 5+ messages in thread
From: Chen Qi @ 2017-11-09  2:12 UTC (permalink / raw)
  To: openembedded-core

test-arrayind1-Remove-hashbang-line.patch is dropped as it has
been merged in new version.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../test-arrayind1-Remove-hashbang-line.patch      | 30 ----------------------
 .../gawk/{gawk-4.1.4 => gawk}/run-ptest            |  0
 .../gawk/{gawk_4.1.4.bb => gawk_4.2.0.bb}          |  5 ++--
 3 files changed, 2 insertions(+), 33 deletions(-)
 delete mode 100644 meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch
 rename meta/recipes-extended/gawk/{gawk-4.1.4 => gawk}/run-ptest (100%)
 rename meta/recipes-extended/gawk/{gawk_4.1.4.bb => gawk_4.2.0.bb} (85%)

diff --git a/meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch b/meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch
deleted file mode 100644
index d4262ed..0000000
--- a/meta/recipes-extended/gawk/gawk-4.1.4/test-arrayind1-Remove-hashbang-line.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a3a3f26078223c47871c7b53e5c015ad163ae045 Mon Sep 17 00:00:00 2001
-From: Fabio Berton <fabio.berton@ossystems.com.br>
-Date: Thu, 3 Nov 2016 14:50:52 -0200
-Subject: [PATCH] test/arrayind1: Remove hashbang line
-Organization: O.S. Systems Software LTDA.
-
-Remove "#!/usr/local/bin/awk -f" as none of the other awk scripts in the
-test suite have a hashbang.
-
-Upstream-Status: Submitted [1]
-
-[1] https://lists.gnu.org/archive/html/bug-gawk/2016-11/msg00003.html
-
-Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
----
- test/arrayind1.awk | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/test/arrayind1.awk b/test/arrayind1.awk
-index 5d4a6f3..59e8b4e 100755
---- a/test/arrayind1.awk
-+++ b/test/arrayind1.awk
-@@ -1,4 +1,3 @@
--#!/usr/local/bin/awk -f
- # this script renums pedigrees with metafounders
- # so that they are added *before*regular animals
- # mf are ascertained because they are not in the 1st column
--- 
-2.1.4
-
diff --git a/meta/recipes-extended/gawk/gawk-4.1.4/run-ptest b/meta/recipes-extended/gawk/gawk/run-ptest
similarity index 100%
rename from meta/recipes-extended/gawk/gawk-4.1.4/run-ptest
rename to meta/recipes-extended/gawk/gawk/run-ptest
diff --git a/meta/recipes-extended/gawk/gawk_4.1.4.bb b/meta/recipes-extended/gawk/gawk_4.2.0.bb
similarity index 85%
rename from meta/recipes-extended/gawk/gawk_4.1.4.bb
rename to meta/recipes-extended/gawk/gawk_4.2.0.bb
index 995d37d..27f79a2 100644
--- a/meta/recipes-extended/gawk/gawk_4.1.4.bb
+++ b/meta/recipes-extended/gawk/gawk_4.2.0.bb
@@ -17,11 +17,10 @@ PACKAGECONFIG[mpfr] = "--with-mpfr,--without-mpfr, mpfr"
 
 SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
            file://run-ptest \
-           file://test-arrayind1-Remove-hashbang-line.patch \
 "
 
-SRC_URI[md5sum] = "f20c94ca51b6ebfc9bffb90f95c8ffbb"
-SRC_URI[sha256sum] = "8c03080e2b5a56263e8783f6f1f306398d4591be18254041f3f547efef944d35"
+SRC_URI[md5sum] = "0b598c31bc703d66082bd958d4189980"
+SRC_URI[sha256sum] = "c88046c6e8396ee548bcb941e16def809b7b55b60a1044b5dd254094f347c7d9"
 
 inherit autotools gettext texinfo update-alternatives
 
-- 
1.9.1



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

end of thread, other threads:[~2017-11-09  2:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09  2:12 [PATCH 0/4] Package Upgrade: sudo, sysstat, cups, gawk Chen Qi
2017-11-09  2:12 ` [PATCH 1/4] sudo: upgrade to 1.8.21p2 Chen Qi
2017-11-09  2:12 ` [PATCH 2/4] sysstat: upgrade to 11.6.1 Chen Qi
2017-11-09  2:12 ` [PATCH 3/4] cups: upgrade to 2.2.6 Chen Qi
2017-11-09  2:12 ` [PATCH 4/4] gawk: upgrade to 4.2.0 Chen Qi

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