* [PATCH V2 0/3] Package Upgrade -- 20150723
@ 2015-07-24 9:08 Chen Qi
2015-07-24 9:08 ` [PATCH V2 1/3] diffstat: upgrade to 1.60 Chen Qi
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Chen Qi @ 2015-07-24 9:08 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 6be698b7270f73f40d38713ecf13f12aec0ced61:
dpkg: Fix for Fedora22 and new versions of tar (2015-07-13 13:46:45 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/PU-20150723
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/PU-20150723
Chen Qi (3):
diffstat: upgrade to 1.60
byacc: upgrade to 20150711
sudo: upgrade to 1.8.14p2
.../diffstat/{diffstat_1.59.bb => diffstat_1.60.bb} | 4 ++--
.../recipes-extended/byacc/{byacc_20141128.bb => byacc_20150711.bb} | 6 +++---
meta/recipes-extended/sudo/sudo.inc | 3 ++-
meta/recipes-extended/sudo/{sudo_1.8.13.bb => sudo_1.8.14p2.bb} | 4 ++--
4 files changed, 9 insertions(+), 8 deletions(-)
rename meta/recipes-devtools/diffstat/{diffstat_1.59.bb => diffstat_1.60.bb} (84%)
rename meta/recipes-extended/byacc/{byacc_20141128.bb => byacc_20150711.bb} (58%)
rename meta/recipes-extended/sudo/{sudo_1.8.13.bb => sudo_1.8.14p2.bb} (87%)
--
1.9.1
^ permalink raw reply [flat|nested] 6+ messages in thread* [PATCH V2 1/3] diffstat: upgrade to 1.60 2015-07-24 9:08 [PATCH V2 0/3] Package Upgrade -- 20150723 Chen Qi @ 2015-07-24 9:08 ` Chen Qi 2015-07-24 9:08 ` [PATCH V2 2/3] byacc: upgrade to 20150711 Chen Qi 2015-07-24 9:08 ` [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 Chen Qi 2 siblings, 0 replies; 6+ messages in thread From: Chen Qi @ 2015-07-24 9:08 UTC (permalink / raw) To: openembedded-core Signed-off-by: Chen Qi <Qi.Chen@windriver.com> --- meta/recipes-devtools/diffstat/{diffstat_1.59.bb => diffstat_1.60.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.59.bb => diffstat_1.60.bb} (84%) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.59.bb b/meta/recipes-devtools/diffstat/diffstat_1.60.bb similarity index 84% rename from meta/recipes-devtools/diffstat/diffstat_1.59.bb rename to meta/recipes-devtools/diffstat/diffstat_1.60.bb index f599622b..29c32a8 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.59.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.60.bb @@ -11,8 +11,8 @@ SRC_URI = "ftp://invisible-island.net/diffstat/diffstat-${PV}.tgz \ file://run-ptest \ " -SRC_URI[md5sum] = "1dc7bc48ce846a0686a1af0d091ff8fb" -SRC_URI[sha256sum] = "267d1441b8889cbefbb7ca7dfd4a17f6c8bc73bc114904c74ecad945a3dbf270" +SRC_URI[md5sum] = "ba889da4c06b547aa2d78fa96800ae6f" +SRC_URI[sha256sum] = "2032e418b43bae70d548e32da901ebc4ac12972381de1314bebde0b126fb0123" S = "${WORKDIR}/diffstat-${PV}" -- 1.9.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH V2 2/3] byacc: upgrade to 20150711 2015-07-24 9:08 [PATCH V2 0/3] Package Upgrade -- 20150723 Chen Qi 2015-07-24 9:08 ` [PATCH V2 1/3] diffstat: upgrade to 1.60 Chen Qi @ 2015-07-24 9:08 ` Chen Qi 2015-07-24 9:08 ` [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 Chen Qi 2 siblings, 0 replies; 6+ messages in thread From: Chen Qi @ 2015-07-24 9:08 UTC (permalink / raw) To: openembedded-core The LIC_FILES_CHECKSUM is modified. The change is only about the copyright time. So the licence remains the same. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> --- .../recipes-extended/byacc/{byacc_20141128.bb => byacc_20150711.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/byacc/{byacc_20141128.bb => byacc_20150711.bb} (58%) diff --git a/meta/recipes-extended/byacc/byacc_20141128.bb b/meta/recipes-extended/byacc/byacc_20150711.bb similarity index 58% rename from meta/recipes-extended/byacc/byacc_20141128.bb rename to meta/recipes-extended/byacc/byacc_20150711.bb index 15c14c9..e5b5451 100644 --- a/meta/recipes-extended/byacc/byacc_20141128.bb +++ b/meta/recipes-extended/byacc/byacc_20150711.bb @@ -4,8 +4,8 @@ # Setting to PD as this is what the upstream has it as. LICENSE = "PD" -LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" +LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=c52fb2d1b3f75b3b7534927807a1b714" require byacc.inc -SRC_URI[md5sum] = "acb0ff0fb6cc414a6b50c799794b2425" -SRC_URI[sha256sum] = "f517fc21f08c1a1f010177357df58fc64eb1131011e5dcd48c19fe44c47198d0" +SRC_URI[md5sum] = "2700401030583c4e9169ac7ea7d08de8" +SRC_URI[sha256sum] = "c354e4ee14c4a1bf11e55dde9275011d14887ef066406a088b6fa56caf039248" -- 1.9.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 2015-07-24 9:08 [PATCH V2 0/3] Package Upgrade -- 20150723 Chen Qi 2015-07-24 9:08 ` [PATCH V2 1/3] diffstat: upgrade to 1.60 Chen Qi 2015-07-24 9:08 ` [PATCH V2 2/3] byacc: upgrade to 20150711 Chen Qi @ 2015-07-24 9:08 ` Chen Qi 2015-07-24 20:38 ` Burton, Ross 2 siblings, 1 reply; 6+ messages in thread From: Chen Qi @ 2015-07-24 9:08 UTC (permalink / raw) To: openembedded-core The licence checksum is modified according to the change of doc/LICENCE. In specific, file://lib/util/reallocarray.c is added to LIC_FILES_CHECKSUM. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> --- meta/recipes-extended/sudo/sudo.inc | 3 ++- meta/recipes-extended/sudo/{sudo_1.8.13.bb => sudo_1.8.14p2.bb} | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-extended/sudo/{sudo_1.8.13.bb => sudo_1.8.14p2.bb} (87%) diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index cdee6bb..a25876b 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -4,8 +4,9 @@ HOMEPAGE = "http://www.sudo.ws" BUGTRACKER = "http://www.sudo.ws/bugs/" SECTION = "admin" LICENSE = "ISC & BSD & Zlib" -LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=346ce81ebf0f7f89fd379b40b6a4233b \ +LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=c16e542408abda013d672be8eb88d174 \ file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=cfe41112f96c19a074934d128f45c693 \ + file://lib/util/reallocarray.c;beginline=3;endline=16;md5=85b0905b795d4d58bf2e00635649eec6 \ file://lib/util/fnmatch.c;beginline=3;endline=27;md5=67f83ee9bd456557397082f8f1be0efd \ file://lib/util/getcwd.c;beginline=5;endline=27;md5=449af4cc57fc7d46f42090608ba3e681 \ file://lib/util/glob.c;beginline=6;endline=31;md5=5872733146b9eb0deb79e1f664815b85 \ diff --git a/meta/recipes-extended/sudo/sudo_1.8.13.bb b/meta/recipes-extended/sudo/sudo_1.8.14p2.bb similarity index 87% rename from meta/recipes-extended/sudo/sudo_1.8.13.bb rename to meta/recipes-extended/sudo/sudo_1.8.14p2.bb index 4494170..208ed42 100644 --- a/meta/recipes-extended/sudo/sudo_1.8.13.bb +++ b/meta/recipes-extended/sudo/sudo_1.8.14p2.bb @@ -6,8 +6,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \ PAM_SRC_URI = "file://sudo.pam" -SRC_URI[md5sum] = "f61577ec330ad1bd504c0e2eec6ea2d8" -SRC_URI[sha256sum] = "e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25" +SRC_URI[md5sum] = "150f6a2a53a5d29838bf75557543f151" +SRC_URI[sha256sum] = "b4bca9cca52fc6a409709995014af5e9fb905a4a6c5bda977f78e568954dfe21" 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] 6+ messages in thread
* Re: [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 2015-07-24 9:08 ` [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 Chen Qi @ 2015-07-24 20:38 ` Burton, Ross 2015-07-27 3:34 ` ChenQi 0 siblings, 1 reply; 6+ messages in thread From: Burton, Ross @ 2015-07-24 20:38 UTC (permalink / raw) To: Chen Qi; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 377 bytes --] On 24 July 2015 at 10:08, Chen Qi <Qi.Chen@windriver.com> wrote: > The licence checksum is modified according to the change of doc/LICENCE. > In specific, file://lib/util/reallocarray.c is added to LIC_FILES_CHECKSUM. > This fails to build in systemd builds and in fixing it I discovered that there's a p3 released now, which I submitted to the list earlier. Ross [-- Attachment #2: Type: text/html, Size: 770 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 2015-07-24 20:38 ` Burton, Ross @ 2015-07-27 3:34 ` ChenQi 0 siblings, 0 replies; 6+ messages in thread From: ChenQi @ 2015-07-27 3:34 UTC (permalink / raw) To: Burton, Ross; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 540 bytes --] On 07/25/2015 04:38 AM, Burton, Ross wrote: > > On 24 July 2015 at 10:08, Chen Qi <Qi.Chen@windriver.com > <mailto:Qi.Chen@windriver.com>> wrote: > > The licence checksum is modified according to the change of > doc/LICENCE. > In specific, file://lib/util/reallocarray.c is added to > LIC_FILES_CHECKSUM. > > > This fails to build in systemd builds and in fixing it I discovered > that there's a p3 released now, which I submitted to the list earlier. > > Ross Oh, Thanks Ross! Best Regards, Chen Qi [-- Attachment #2: Type: text/html, Size: 1769 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-07-27 3:33 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-07-24 9:08 [PATCH V2 0/3] Package Upgrade -- 20150723 Chen Qi 2015-07-24 9:08 ` [PATCH V2 1/3] diffstat: upgrade to 1.60 Chen Qi 2015-07-24 9:08 ` [PATCH V2 2/3] byacc: upgrade to 20150711 Chen Qi 2015-07-24 9:08 ` [PATCH V2 3/3] sudo: upgrade to 1.8.14p2 Chen Qi 2015-07-24 20:38 ` Burton, Ross 2015-07-27 3:34 ` ChenQi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox