* [PATCH 0/9] Packages Upgrade
@ 2015-07-28 2:12 Robert Yang
2015-07-28 2:12 ` [PATCH 1/9] git: 2.4.4 -> 2.4.6 Robert Yang
` (8 more replies)
0 siblings, 9 replies; 17+ messages in thread
From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 27d068d05239c26a3848eb101571acab54635e37:
harfbuzz: upgrade to 1.0.1 (2015-07-27 23:28:23 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (9):
git: 2.4.4 -> 2.4.6
file: 5.23 -> 5.24
libuser: 0.61 -> 0.62
less: 478 -> 479
cracklib: 2.9.4 -> 2.9.5
gnupg: 2.1.5 -> 2.1.6
help2man-native: 1.46.4 -> 1.47.1
man-pages: 4.00 -> 4.01
pax-utils: 1.0.3 -> 1.0.5
...h-long-options-and-explicitly-number-them.patch | 116 --------------------
.../file/0002-fix-bug-with-5.23-long-options.patch | 26 -----
.../file/{file_5.23.bb => file_git.bb} | 17 ++-
meta/recipes-devtools/git/git_2.4.4.bb | 11 --
meta/recipes-devtools/git/git_2.4.6.bb | 11 ++
...-native_1.46.4.bb => help2man-native_1.47.1.bb} | 4 +-
.../{pax-utils_1.0.3.bb => pax-utils_1.0.5.bb} | 4 +-
.../{cracklib_2.9.4.bb => cracklib_2.9.5.bb} | 4 +-
.../less/{less_478.bb => less_479.bb} | 4 +-
.../libuser/{libuser_0.61.bb => libuser_0.62.bb} | 4 +-
.../{man-pages_4.00.bb => man-pages_4.01.bb} | 13 +--
.../gnupg/{gnupg_2.1.5.bb => gnupg_2.1.6.bb} | 4 +-
12 files changed, 35 insertions(+), 183 deletions(-)
delete mode 100644 meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch
delete mode 100644 meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch
rename meta/recipes-devtools/file/{file_5.23.bb => file_git.bb} (64%)
delete mode 100644 meta/recipes-devtools/git/git_2.4.4.bb
create mode 100644 meta/recipes-devtools/git/git_2.4.6.bb
rename meta/recipes-devtools/help2man/{help2man-native_1.46.4.bb => help2man-native_1.47.1.bb} (79%)
rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.3.bb => pax-utils_1.0.5.bb} (83%)
rename meta/recipes-extended/cracklib/{cracklib_2.9.4.bb => cracklib_2.9.5.bb} (91%)
rename meta/recipes-extended/less/{less_478.bb => less_479.bb} (88%)
rename meta/recipes-extended/libuser/{libuser_0.61.bb => libuser_0.62.bb} (88%)
rename meta/recipes-extended/man-pages/{man-pages_4.00.bb => man-pages_4.01.bb} (81%)
rename meta/recipes-support/gnupg/{gnupg_2.1.5.bb => gnupg_2.1.6.bb} (89%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 17+ messages in thread* [PATCH 1/9] git: 2.4.4 -> 2.4.6 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 2/9] file: 5.23 -> 5.24 Robert Yang ` (7 subsequent siblings) 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- meta/recipes-devtools/git/git_2.4.4.bb | 11 ----------- meta/recipes-devtools/git/git_2.4.6.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/git/git_2.4.4.bb create mode 100644 meta/recipes-devtools/git/git_2.4.6.bb diff --git a/meta/recipes-devtools/git/git_2.4.4.bb b/meta/recipes-devtools/git/git_2.4.4.bb deleted file mode 100644 index f9c81ed..0000000 --- a/meta/recipes-devtools/git/git_2.4.4.bb +++ /dev/null @@ -1,11 +0,0 @@ -require git.inc - -SRC_URI[tarball.md5sum] = "f122606aee328de3e1019cde720cb0aa" -SRC_URI[tarball.sha256sum] = "a5d9e3e340a3e5a297092430752f61a9ae5b8b5e4ac042b0341d17189e653456" -SRC_URI[manpages.md5sum] = "285b126907d59647248577a7df01c44c" -SRC_URI[manpages.sha256sum] = "15afc42909078909ca7a48d73b7cb358b37f734b81fc3a0c6438be183f05480f" - -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ - ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ - " -EXTRA_OEMAKE += "NO_GETTEXT=1" diff --git a/meta/recipes-devtools/git/git_2.4.6.bb b/meta/recipes-devtools/git/git_2.4.6.bb new file mode 100644 index 0000000..3655756 --- /dev/null +++ b/meta/recipes-devtools/git/git_2.4.6.bb @@ -0,0 +1,11 @@ +require git.inc + +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ + ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \ + " +EXTRA_OEMAKE += "NO_GETTEXT=1" + +SRC_URI[tarball.md5sum] = "af7f48ebe09eef41504241d4a845610b" +SRC_URI[tarball.sha256sum] = "c4220a6a24de853044702d9727204ef6bf254012d64e9e0f22ef46a63ec2dbe4" +SRC_URI[manpages.md5sum] = "b4bd9c649e263240035708ac28a7b680" +SRC_URI[manpages.sha256sum] = "9a84a7e7b8ea7272fac103a1c4b390872faf31a96754aa41e76ed48c437b382f" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 2/9] file: 5.23 -> 5.24 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang 2015-07-28 2:12 ` [PATCH 1/9] git: 2.4.4 -> 2.4.6 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 13:08 ` Burton, Ross 2015-07-28 2:12 ` [PATCH 3/9] libuser: 0.61 -> 0.62 Robert Yang ` (6 subsequent siblings) 8 siblings, 1 reply; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core * Remove backported patch: - 0001-Fix-bug-with-long-options-and-explicitly-number-them.patch \ - 0002-fix-bug-with-5.23-long-options.patch \ * Use git repo rather than tarball since the original SRC_URI is not stable, it is not reachable sometimes. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- ...h-long-options-and-explicitly-number-them.patch | 116 -------------------- .../file/0002-fix-bug-with-5.23-long-options.patch | 26 ----- .../file/{file_5.23.bb => file_git.bb} | 17 ++- 3 files changed, 8 insertions(+), 151 deletions(-) delete mode 100644 meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch delete mode 100644 meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch rename meta/recipes-devtools/file/{file_5.23.bb => file_git.bb} (64%) diff --git a/meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch b/meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch deleted file mode 100644 index 0a3e27a..0000000 --- a/meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch +++ /dev/null @@ -1,116 +0,0 @@ -From 21f9d5f0e0340ada998f7f9d316368c7167a4afa Mon Sep 17 00:00:00 2001 -From: Christos Zoulas <christos@zoulas.com> -Date: Thu, 11 Jun 2015 12:52:32 +0000 -Subject: [PATCH 1/2] Fix bug with long options and explicitly number them to - avoid this in the future. - -Upstream-Status: Backport - -Signed-off-by: Robert Yang <liezhi.yang@windriver.com> - ---- - src/file.c | 44 +++++++++++++++++++++++---------------------- - src/file_opts.h | 10 +++++----- - 2 files changed, 27 insertions(+), 26 deletions(-) - -diff --git a/src/file.c b/src/file.c -index f60dde0..c700f66 100644 ---- a/src/file.c -+++ b/src/file.c -@@ -89,10 +89,15 @@ private int /* Global command-line options */ - - private const char *separator = ":"; /* Default field separator */ - private const struct option long_options[] = { -+#define OPT_HELP 1 -+#define OPT_APPLE 2 -+#define OPT_EXTENSIONS 3 -+#define OPT_MIME_TYPE 4 -+#define OPT_MIME_ENCODING 5 - #define OPT(shortname, longname, opt, doc) \ - {longname, opt, NULL, shortname}, --#define OPT_LONGONLY(longname, opt, doc) \ -- {longname, opt, NULL, 0}, -+#define OPT_LONGONLY(longname, opt, doc, id) \ -+ {longname, opt, NULL, id}, - #include "file_opts.h" - #undef OPT - #undef OPT_LONGONLY -@@ -182,24 +187,20 @@ main(int argc, char *argv[]) - while ((c = getopt_long(argc, argv, OPTSTRING, long_options, - &longindex)) != -1) - switch (c) { -- case 0 : -- switch (longindex) { -- case 0: -- help(); -- break; -- case 10: -- flags |= MAGIC_APPLE; -- break; -- case 11: -- flags |= MAGIC_EXTENSION; -- break; -- case 12: -- flags |= MAGIC_MIME_TYPE; -- break; -- case 13: -- flags |= MAGIC_MIME_ENCODING; -- break; -- } -+ case OPT_HELP: -+ help(); -+ break; -+ case OPT_APPLE: -+ flags |= MAGIC_APPLE; -+ break; -+ case OPT_EXTENSIONS: -+ flags |= MAGIC_EXTENSION; -+ break; -+ case OPT_MIME_TYPE: -+ flags |= MAGIC_MIME_TYPE; -+ break; -+ case OPT_MIME_ENCODING: -+ flags |= MAGIC_MIME_ENCODING; - break; - case '0': - nulsep = 1; -@@ -595,7 +596,7 @@ help(void) - #define OPT(shortname, longname, opt, doc) \ - fprintf(stdout, " -%c, --" longname, shortname), \ - docprint(doc); --#define OPT_LONGONLY(longname, opt, doc) \ -+#define OPT_LONGONLY(longname, opt, doc, id) \ - fprintf(stdout, " --" longname), \ - docprint(doc); - #include "file_opts.h" -diff --git a/src/file_opts.h b/src/file_opts.h -index 036505f..2e30d06 100644 ---- a/src/file_opts.h -+++ b/src/file_opts.h -@@ -12,7 +12,7 @@ - * switch statement! - */ - --OPT_LONGONLY("help", 0, " display this help and exit\n") -+OPT_LONGONLY("help", 0, " display this help and exit\n", OPT_HELP) - OPT('v', "version", 0, " output version information and exit\n") - OPT('m', "magic-file", 1, " LIST use LIST as a colon-separated list of magic\n" - " number files\n") -@@ -29,10 +29,10 @@ OPT('f', "files-from", 1, " FILE read the filenames to be examined from FIL - OPT('F', "separator", 1, " STRING use string as separator instead of `:'\n") - OPT('i', "mime", 0, " output MIME type strings (--mime-type and\n" - " --mime-encoding)\n") --OPT_LONGONLY("apple", 0, " output the Apple CREATOR/TYPE\n") --OPT_LONGONLY("extension", 0, " output a slash-separated list of extnsions\n") --OPT_LONGONLY("mime-type", 0, " output the MIME type\n") --OPT_LONGONLY("mime-encoding", 0, " output the MIME encoding\n") -+OPT_LONGONLY("apple", 0, " output the Apple CREATOR/TYPE\n", OPT_APPLE) -+OPT_LONGONLY("extension", 0, " output a slash-separated list of extensions\n", OPT_EXTENSIONS) -+OPT_LONGONLY("mime-type", 0, " output the MIME type\n", OPT_MIME_TYPE) -+OPT_LONGONLY("mime-encoding", 0, " output the MIME encoding\n", OPT_MIME_ENCODING) - OPT('k', "keep-going", 0, " don't stop at the first match\n") - OPT('l', "list", 0, " list magic strength\n") - #ifdef S_IFLNK --- -1.7.9.5 - diff --git a/meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch b/meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch deleted file mode 100644 index a9f2eda..0000000 --- a/meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5c40ae1728f08bb7e1229d3aa90e38d2c342fc53 Mon Sep 17 00:00:00 2001 -From: Christos Zoulas <christos@zoulas.com> -Date: Thu, 11 Jun 2015 12:53:26 +0000 -Subject: [PATCH 2/2] fix bug with 5.23 long options - -Upstream-Status: Backport - -Signed-off-by: Robert Yang <liezhi.yang@windriver.com> ---- - ChangeLog | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/ChangeLog b/ChangeLog -index 1ac5ad2..0922fc7 100644 ---- a/ChangeLog -+++ b/ChangeLog -@@ -1,3 +1,6 @@ -+2015-06-11 8:52 Christos Zoulas <christos@zoulas.com> -+ -+ * redo long option encoding to fix off-by-one in 5.23 - - 2015-06-10 13:50 Christos Zoulas <christos@zoulas.com> - --- -1.7.9.5 - diff --git a/meta/recipes-devtools/file/file_5.23.bb b/meta/recipes-devtools/file/file_git.bb similarity index 64% rename from meta/recipes-devtools/file/file_5.23.bb rename to meta/recipes-devtools/file/file_git.bb index 04a1d7b..5cc6456 100644 --- a/meta/recipes-devtools/file/file_5.23.bb +++ b/meta/recipes-devtools/file/file_git.bb @@ -11,15 +11,14 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 DEPENDS = "zlib file-native" DEPENDS_class-native = "zlib-native" -SRC_URI = "ftp://ftp.astron.com/pub/file/${BP}.tar.gz \ - file://debian-742262.patch \ - file://0001-Add-P-prompt-into-Usage-info.patch \ - file://0001-Fix-bug-with-long-options-and-explicitly-number-them.patch \ - file://0002-fix-bug-with-5.23-long-options.patch \ - " - -SRC_URI[md5sum] = "61db35209ce71a6d576392ce6e1d2f80" -SRC_URI[sha256sum] = "2c8ab3ff143e2cdfb5ecee381752f80a79e0b4cfe9ca4cc6e1c3e5ec15e6157c" +SRC_URI = "git://github.com/file/file.git \ + file://debian-742262.patch \ + file://0001-Add-P-prompt-into-Usage-info.patch \ + " + +SRCREV = "3c0874be4d3232d672b20f513451a39cfd7c585a" +PV = "5.24+git${SRCPV}" +S = "${WORKDIR}/git" inherit autotools -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH 2/9] file: 5.23 -> 5.24 2015-07-28 2:12 ` [PATCH 2/9] file: 5.23 -> 5.24 Robert Yang @ 2015-07-28 13:08 ` Burton, Ross 2015-07-28 13:48 ` Martin Jansa 0 siblings, 1 reply; 17+ messages in thread From: Burton, Ross @ 2015-07-28 13:08 UTC (permalink / raw) To: Robert Yang; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 527 bytes --] On 28 July 2015 at 03:12, Robert Yang <liezhi.yang@windriver.com> wrote: > * Use git repo rather than tarball since the original SRC_URI is not > stable, it is not reachable sometimes. > Personally speaking I see this as a recipe for a release of file which just happens to use git to fetch the tarball (and presumably that hash is the 5.24 tag). In situations like this I prefer to see the recipe called file_5.24.bb as there's no point having a giant PV including git SHAs when it's just the release. Ross [-- Attachment #2: Type: text/html, Size: 976 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 2/9] file: 5.23 -> 5.24 2015-07-28 13:08 ` Burton, Ross @ 2015-07-28 13:48 ` Martin Jansa 2015-07-29 5:54 ` Robert Yang 2015-07-29 12:51 ` Richard Purdie 0 siblings, 2 replies; 17+ messages in thread From: Martin Jansa @ 2015-07-28 13:48 UTC (permalink / raw) To: Burton, Ross; +Cc: OE-core [-- Attachment #1: Type: text/plain, Size: 896 bytes --] On Tue, Jul 28, 2015 at 02:08:20PM +0100, Burton, Ross wrote: > On 28 July 2015 at 03:12, Robert Yang <liezhi.yang@windriver.com> wrote: > > > * Use git repo rather than tarball since the original SRC_URI is not > > stable, it is not reachable sometimes. > > > > Personally speaking I see this as a recipe for a release of file which just > happens to use git to fetch the tarball (and presumably that hash is the > 5.24 tag). In situations like this I prefer to see the recipe called > file_5.24.bb as there's no point having a giant PV including git SHAs when > it's just the release. until someone sets SRCREV_pn-file = "${AUTOREV}" somewhere and git SHAs in PV suddenly gets very useful. Personally speaking I prefer recipes with git SCM in SRC_URI named <foo>_git.bb and PV set to "A.B.C+gitr${SRCPV}". -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 188 bytes --] ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 2/9] file: 5.23 -> 5.24 2015-07-28 13:48 ` Martin Jansa @ 2015-07-29 5:54 ` Robert Yang 2015-07-29 12:51 ` Richard Purdie 1 sibling, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-29 5:54 UTC (permalink / raw) To: Martin Jansa, Burton, Ross; +Cc: OE-core On 07/28/2015 09:48 PM, Martin Jansa wrote: > On Tue, Jul 28, 2015 at 02:08:20PM +0100, Burton, Ross wrote: >> On 28 July 2015 at 03:12, Robert Yang <liezhi.yang@windriver.com> wrote: >> >>> * Use git repo rather than tarball since the original SRC_URI is not >>> stable, it is not reachable sometimes. >>> >> >> Personally speaking I see this as a recipe for a release of file which just >> happens to use git to fetch the tarball (and presumably that hash is the >> 5.24 tag). In situations like this I prefer to see the recipe called >> file_5.24.bb as there's no point having a giant PV including git SHAs when >> it's just the release. > > until someone sets SRCREV_pn-file = "${AUTOREV}" somewhere and git SHAs > in PV suddenly gets very useful. > > Personally speaking I prefer recipes with git SCM in SRC_URI named > <foo>_git.bb and PV set to "A.B.C+gitr${SRCPV}". Thanks Ross and Martin, as Ross suggested, when the release is just 5.24, not 5.24+some patches in the repo, I prefer name it as file_5.24.bb, so the PV would be 5.24 which is more clear, I will update the patch. // Robert > ^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 2/9] file: 5.23 -> 5.24 2015-07-28 13:48 ` Martin Jansa 2015-07-29 5:54 ` Robert Yang @ 2015-07-29 12:51 ` Richard Purdie 1 sibling, 0 replies; 17+ messages in thread From: Richard Purdie @ 2015-07-29 12:51 UTC (permalink / raw) To: Martin Jansa; +Cc: OE-core On Tue, 2015-07-28 at 15:48 +0200, Martin Jansa wrote: > On Tue, Jul 28, 2015 at 02:08:20PM +0100, Burton, Ross wrote: > > On 28 July 2015 at 03:12, Robert Yang <liezhi.yang@windriver.com> wrote: > > > > > * Use git repo rather than tarball since the original SRC_URI is not > > > stable, it is not reachable sometimes. > > > > > > > Personally speaking I see this as a recipe for a release of file which just > > happens to use git to fetch the tarball (and presumably that hash is the > > 5.24 tag). In situations like this I prefer to see the recipe called > > file_5.24.bb as there's no point having a giant PV including git SHAs when > > it's just the release. > > until someone sets SRCREV_pn-file = "${AUTOREV}" somewhere and git SHAs > in PV suddenly gets very useful. > > Personally speaking I prefer recipes with git SCM in SRC_URI named > <foo>_git.bb and PV set to "A.B.C+gitr${SRCPV}". Having thought a bit about this, I have to admit I have a preference for not doing this, just so we can know it is meant to be file 5.24 and not that version plus some random git commits. If you override SRCREV, you can override PV too to match the SRCREV. Perhaps more importantly, its also more useful for the version comparisons in the update tracking tooling. That might tip the balance. Cheers, Richard ^ permalink raw reply [flat|nested] 17+ messages in thread
* [PATCH 3/9] libuser: 0.61 -> 0.62 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang 2015-07-28 2:12 ` [PATCH 1/9] git: 2.4.4 -> 2.4.6 Robert Yang 2015-07-28 2:12 ` [PATCH 2/9] file: 5.23 -> 5.24 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 4/9] less: 478 -> 479 Robert Yang ` (5 subsequent siblings) 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../libuser/{libuser_0.61.bb => libuser_0.62.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libuser/{libuser_0.61.bb => libuser_0.62.bb} (88%) diff --git a/meta/recipes-extended/libuser/libuser_0.61.bb b/meta/recipes-extended/libuser/libuser_0.62.bb similarity index 88% rename from meta/recipes-extended/libuser/libuser_0.61.bb rename to meta/recipes-extended/libuser/libuser_0.62.bb index f2b9ddb..c4ed459 100644 --- a/meta/recipes-extended/libuser/libuser_0.61.bb +++ b/meta/recipes-extended/libuser/libuser_0.62.bb @@ -14,8 +14,8 @@ SECTION = "base" SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ " -SRC_URI[md5sum] = "d977dc59161272c1491edd9ca7ba22f2" -SRC_URI[sha256sum] = "0a114a52446e12781e2ffdf26f59df0d14e7809c7db5e551d3cf61c4e398751d" +SRC_URI[md5sum] = "63e5e5c551e99dc5302b40b80bd6d4f2" +SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3cace20b" DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 4/9] less: 478 -> 479 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang ` (2 preceding siblings ...) 2015-07-28 2:12 ` [PATCH 3/9] libuser: 0.61 -> 0.62 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 5/9] cracklib: 2.9.4 -> 2.9.5 Robert Yang ` (4 subsequent siblings) 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../less/{less_478.bb => less_479.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/less/{less_478.bb => less_479.bb} (88%) diff --git a/meta/recipes-extended/less/less_478.bb b/meta/recipes-extended/less/less_479.bb similarity index 88% rename from meta/recipes-extended/less/less_478.bb rename to meta/recipes-extended/less/less_479.bb index fc63774d..618954b 100644 --- a/meta/recipes-extended/less/less_478.bb +++ b/meta/recipes-extended/less/less_479.bb @@ -27,8 +27,8 @@ DEPENDS = "ncurses" SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \ " -SRC_URI[md5sum] = "934fcc9f137b9ef66a943c224f413d39" -SRC_URI[sha256sum] = "495c7df52199a0c7e6bfbbe7697b2b54f4bf197c8b10b43957762d74483574ce" +SRC_URI[md5sum] = "049f51ccfe2686009c6ce943eeb4bbaf" +SRC_URI[sha256sum] = "5bf06cb30ee2a2bd1f79f39aa91e46444e7cb19b48c95c4992fa63cfe4527a80" inherit autotools update-alternatives -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 5/9] cracklib: 2.9.4 -> 2.9.5 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang ` (3 preceding siblings ...) 2015-07-28 2:12 ` [PATCH 4/9] less: 478 -> 479 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 6/9] gnupg: 2.1.5 -> 2.1.6 Robert Yang ` (3 subsequent siblings) 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../{cracklib_2.9.4.bb => cracklib_2.9.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cracklib/{cracklib_2.9.4.bb => cracklib_2.9.5.bb} (91%) diff --git a/meta/recipes-extended/cracklib/cracklib_2.9.4.bb b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb similarity index 91% rename from meta/recipes-extended/cracklib/cracklib_2.9.4.bb rename to meta/recipes-extended/cracklib/cracklib_2.9.5.bb index 24730b8..c0ffe33 100644 --- a/meta/recipes-extended/cracklib/cracklib_2.9.4.bb +++ b/meta/recipes-extended/cracklib/cracklib_2.9.5.bb @@ -15,8 +15,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz \ file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \ file://0002-craklib-fix-testnum-and-teststr-failed.patch" -SRC_URI[md5sum] = "b31f7e3618cda7a2ac38588067275013" -SRC_URI[sha256sum] = "f2a866b4b9808344228ea6d68b69e3ba9a8a99210e23dfd718d4b95c60be8958" +SRC_URI[md5sum] = "376790a95c1fb645e59e6e9803c78582" +SRC_URI[sha256sum] = "59ab0138bc8cf90cccb8509b6969a024d5e58d2d02bcbdccbb9ba9b88be3fa33" inherit autotools gettext pythonnative python-dir -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 6/9] gnupg: 2.1.5 -> 2.1.6 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang ` (4 preceding siblings ...) 2015-07-28 2:12 ` [PATCH 5/9] cracklib: 2.9.4 -> 2.9.5 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 7/9] help2man-native: 1.46.4 -> 1.47.1 Robert Yang ` (2 subsequent siblings) 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../gnupg/{gnupg_2.1.5.bb => gnupg_2.1.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnupg/{gnupg_2.1.5.bb => gnupg_2.1.6.bb} (89%) diff --git a/meta/recipes-support/gnupg/gnupg_2.1.5.bb b/meta/recipes-support/gnupg/gnupg_2.1.6.bb similarity index 89% rename from meta/recipes-support/gnupg/gnupg_2.1.5.bb rename to meta/recipes-support/gnupg/gnupg_2.1.6.bb index 8eb6b90..59aac37 100644 --- a/meta/recipes-support/gnupg/gnupg_2.1.5.bb +++ b/meta/recipes-support/gnupg/gnupg_2.1.6.bb @@ -14,8 +14,8 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ file://dirmngr-uses-libgpg-error.patch \ " -SRC_URI[md5sum] = "ff16648f14ec164c7afce1066019364b" -SRC_URI[sha256sum] = "b5105a7160c39ba6e3aa53789b09f1bfac6e3422d15cc9f3a2f71f82320aa84c" +SRC_URI[md5sum] = "cc7345b1d9ada92a0d19f4ae406741b4" +SRC_URI[sha256sum] = "5e599ad542199f3bd733eed2b88a539d1b4c3beda2dbab0ff69f1896f52e92fd" EXTRA_OECONF = "--disable-ldap \ --disable-ccid-driver \ -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 7/9] help2man-native: 1.46.4 -> 1.47.1 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang ` (5 preceding siblings ...) 2015-07-28 2:12 ` [PATCH 6/9] gnupg: 2.1.5 -> 2.1.6 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 8/9] man-pages: 4.00 -> 4.01 Robert Yang 2015-07-28 2:12 ` [PATCH 9/9] pax-utils: 1.0.3 -> 1.0.5 Robert Yang 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- ...-native_1.46.4.bb => help2man-native_1.47.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/help2man/{help2man-native_1.46.4.bb => help2man-native_1.47.1.bb} (79%) diff --git a/meta/recipes-devtools/help2man/help2man-native_1.46.4.bb b/meta/recipes-devtools/help2man/help2man-native_1.47.1.bb similarity index 79% rename from meta/recipes-devtools/help2man/help2man-native_1.46.4.bb rename to meta/recipes-devtools/help2man/help2man-native_1.47.1.bb index 5b90da9..bc6d50e 100644 --- a/meta/recipes-devtools/help2man/help2man-native_1.46.4.bb +++ b/meta/recipes-devtools/help2man/help2man-native_1.47.1.bb @@ -6,8 +6,8 @@ DEPENDS = "autoconf-native automake-native" SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[md5sum] = "a1b7fe49eddae8a2537ed74ee9ef11cb" -SRC_URI[sha256sum] = "1ae7f15f53b0cc55b070ae49df2ee5caa942c71529054e157599427bba3c5633" +SRC_URI[md5sum] = "cf7aaaeea40bff1176df825430694173" +SRC_URI[sha256sum] = "c59b26f60cb06e45b00e729dea721e7a17220e2c17d800eb428271a750382b06" inherit autotools native -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 8/9] man-pages: 4.00 -> 4.01 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang ` (6 preceding siblings ...) 2015-07-28 2:12 ` [PATCH 7/9] help2man-native: 1.46.4 -> 1.47.1 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 2015-07-28 2:12 ` [PATCH 9/9] pax-utils: 1.0.3 -> 1.0.5 Robert Yang 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../{man-pages_4.00.bb => man-pages_4.01.bb} | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_4.00.bb => man-pages_4.01.bb} (81%) diff --git a/meta/recipes-extended/man-pages/man-pages_4.00.bb b/meta/recipes-extended/man-pages/man-pages_4.01.bb similarity index 81% rename from meta/recipes-extended/man-pages/man-pages_4.00.bb rename to meta/recipes-extended/man-pages/man-pages_4.01.bb index 121dd6c..f6a5c49 100644 --- a/meta/recipes-extended/man-pages/man-pages_4.00.bb +++ b/meta/recipes-extended/man-pages/man-pages_4.01.bb @@ -7,18 +7,13 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://README;md5=8f2a3d43057d458e5066714980567a60" SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz" -SRC_URI[md5sum] = "c9bd70494ae18b19eb6be9c3845536ec" -SRC_URI[sha256sum] = "6eea4583b8688c7d305b48d5908fa22700f57792617e4b1f3cd3766ddb520553" +SRC_URI[md5sum] = "575f4e8920166b1433c329bb621819d1" +SRC_URI[sha256sum] = "ba89f3453982fae6c699a877368d51ee27883b4de709e753eee3783b447a8381" RDEPENDS_${PN} = "man" -do_configure () { - : -} - -do_compile() { - : -} +do_configure[noexec] = "1" +do_compile[noexec] = "1" do_install() { oe_runmake install DESTDIR=${D} -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 9/9] pax-utils: 1.0.3 -> 1.0.5 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang ` (7 preceding siblings ...) 2015-07-28 2:12 ` [PATCH 8/9] man-pages: 4.00 -> 4.01 Robert Yang @ 2015-07-28 2:12 ` Robert Yang 8 siblings, 0 replies; 17+ messages in thread From: Robert Yang @ 2015-07-28 2:12 UTC (permalink / raw) To: openembedded-core Signed-off-by: Robert Yang <liezhi.yang@windriver.com> --- .../{pax-utils_1.0.3.bb => pax-utils_1.0.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.3.bb => pax-utils_1.0.5.bb} (83%) diff --git a/meta/recipes-devtools/pax-utils/pax-utils_1.0.3.bb b/meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb similarity index 83% rename from meta/recipes-devtools/pax-utils/pax-utils_1.0.3.bb rename to meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb index b063f20..0716a08 100644 --- a/meta/recipes-devtools/pax-utils/pax-utils_1.0.3.bb +++ b/meta/recipes-devtools/pax-utils/pax-utils_1.0.5.bb @@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" SRC_URI = "http://gentoo.osuosl.org/distfiles/pax-utils-${PV}.tar.xz" -SRC_URI[md5sum] = "e1c9f808a661204fbdca5e3b17da791e" -SRC_URI[sha256sum] = "8535a94e1f77841da92d5526d2935abb786437fdf11be9ed077a78ab5e6b5670" +SRC_URI[md5sum] = "d731f5385682a7a62ee2e7b7dacc13a7" +SRC_URI[sha256sum] = "f69a9938e4af7912d26d585094bc0203e43571a990fdd048319088a8b8ad906f" RDEPENDS_${PN} += "bash python" -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 0/9] Packages upgrade
@ 2019-01-09 7:19 Yi Zhao
0 siblings, 0 replies; 17+ messages in thread
From: Yi Zhao @ 2019-01-09 7:19 UTC (permalink / raw)
To: openembedded-core
Yi Zhao (9):
libcheck: update HOMEPAGE
ltp: update HOMEPAGE
file: upgrade 5.34 -> 5.35
libcap: upgrade 2.25 -> 2.26
libsdl2: upgrade 2.0.8 -> 2.0.9
wget: upgrade 1.19.5 -> 1.20.1
gnu-efi: upgrade 3.0.8 -> 3.0.9
logrotate: upgrade 3.14.0 -> 3.15.0
json-glib: upgrade 1.4.2 -> 1.4.4
.../gnu-efi/{gnu-efi_3.0.8.bb => gnu-efi_3.0.9.bb} | 4 +-
.../file/{file_5.34.bb => file_5.35.bb} | 4 +-
.../logrotate/act-as-mv-when-rotate.patch | 141 ++++++++++-----------
.../disable-check-different-filesystems.patch | 40 +++---
.../{logrotate_3.14.0.bb => logrotate_3.15.0.bb} | 6 +-
meta/recipes-extended/ltp/ltp_20180926.bb | 2 +-
...need_charset_alias-when-building-for-musl.patch | 30 -----
meta/recipes-extended/wget/wget_1.19.5.bb | 9 --
meta/recipes-extended/wget/wget_1.20.1.bb | 8 ++
.../{json-glib_1.4.2.bb => json-glib_1.4.4.bb} | 10 +-
...01-GLES2-Get-sin-cos-out-of-vertex-shader.patch | 141 ---------------------
.../libsdl2/{libsdl2_2.0.8.bb => libsdl2_2.0.9.bb} | 5 +-
.../files/0001-Fix-build-with-gperf-3.1.patch | 41 ------
.../libcap/{libcap_2.25.bb => libcap_2.26.bb} | 5 +-
meta/recipes-support/libcheck/libcheck_0.12.0.bb | 2 +-
15 files changed, 120 insertions(+), 328 deletions(-)
rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.8.bb => gnu-efi_3.0.9.bb} (95%)
rename meta/recipes-devtools/file/{file_5.34.bb => file_5.35.bb} (91%)
rename meta/recipes-extended/logrotate/{logrotate_3.14.0.bb => logrotate_3.15.0.bb} (94%)
delete mode 100644 meta/recipes-extended/wget/wget/0001-Unset-need_charset_alias-when-building-for-musl.patch
delete mode 100644 meta/recipes-extended/wget/wget_1.19.5.bb
create mode 100644 meta/recipes-extended/wget/wget_1.20.1.bb
rename meta/recipes-gnome/json-glib/{json-glib_1.4.2.bb => json-glib_1.4.4.bb} (83%)
delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/0001-GLES2-Get-sin-cos-out-of-vertex-shader.patch
rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.8.bb => libsdl2_2.0.9.bb} (92%)
delete mode 100644 meta/recipes-support/libcap/files/0001-Fix-build-with-gperf-3.1.patch
rename meta/recipes-support/libcap/{libcap_2.25.bb => libcap_2.26.bb} (90%)
--
2.7.4
^ permalink raw reply [flat|nested] 17+ messages in thread* [PATCH 0/9] packages upgrade
@ 2016-01-11 0:30 Hongxu Jia
0 siblings, 0 replies; 17+ messages in thread
From: Hongxu Jia @ 2016-01-11 0:30 UTC (permalink / raw)
To: openembedded-core, ross.burton
The following changes since commit 221d864042658daa054281aab439b44d54fe94d7:
bitbake: fetch/git: Change to use clearer ssh url syntax for broken servers (2016-01-08 13:58:08 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/upgrade-11012016
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/upgrade-11012016
Hongxu Jia (9):
dhcp: 4.3.2 -> 4.3.3
elfutils: 0.163 -> 0.164
pax-utils: 1.0.5 -> 1.1.4
xmlto: 0.0.26 -> 0.0.28
libgcrypt: 1.6.3 -> 1.6.4
ghostscript: 9.16 -> 9.18
man-pages: 4.02 -> 4.04
help2man-native: 1.47.1 -> 1.47.3
gnupg: 2.1.7 -> 2.1.10
.../dhcp/dhcp/fix-external-bind.patch | 79 +-
.../dhcp/dhcp/fixsepbuild.patch | 19 -
.../dhcp/{dhcp_4.3.2.bb => dhcp_4.3.3.bb} | 4 +-
.../elfutils/elfutils-0.163/arm_func_value.patch | 165 ----
.../elfutils-0.163/arm_unwind_ret_mask.patch | 83 --
.../elfutils/elfutils-0.163/non_linux.patch | 35 -
.../elfutils-0.163/redhat-portability.diff | 1021 --------------------
.../elfutils/elfutils-0.163/scanf-format.patch | 40 -
.../uclibc-support-for-elfutils-0.161.patch | 106 --
...ferences-between-mips-machine-identifiers.patch | 34 +
...m-Silence-Werror-maybe-uninitialized-fals.patch | 0
.../0001-fix-a-stack-usage-warning.patch | 0
.../0001-remove-the-unneed-checking.patch | 0
...-support-for-mips64-abis-in-mips_retval.c.patch | 168 ++++
.../0003-Add-mips-n64-relocation-format-hack.patch | 226 +++++
.../arm_backend.diff | 389 ++++----
.../fixheadercheck.patch | 0
.../hppa_backend.diff | 69 +-
.../elfutils/elfutils-0.164/kfreebsd_path.patch | 15 +
.../m68k_backend.diff | 61 +-
.../mips_backend.diff | 71 +-
.../mips_readelf_w.patch | 8 +-
.../testsuite-ignore-elflint.diff | 0
.../{elfutils_0.163.bb => elfutils_0.164.bb} | 15 +-
...-native_1.47.1.bb => help2man-native_1.47.3.bb} | 4 +-
.../{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} | 4 +-
....in-drop-the-test-of-xmllint-and-xsltproc.patch | 0
.../xmlto/{xmlto_0.0.26.bb => xmlto_0.0.28.bb} | 4 +-
.../{ghostscript_9.16.bb => ghostscript_9.18.bb} | 6 +-
.../{man-pages_4.02.bb => man-pages_4.04.bb} | 4 +-
.../gnupg/{gnupg_2.1.7.bb => gnupg_2.1.10.bb} | 7 +-
meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb | 4 -
meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb | 4 +
33 files changed, 798 insertions(+), 1847 deletions(-)
rename meta/recipes-connectivity/dhcp/{dhcp_4.3.2.bb => dhcp_4.3.3.bb} (70%)
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/arm_func_value.patch
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/arm_unwind_ret_mask.patch
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/non_linux.patch
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/redhat-portability.diff
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/scanf-format.patch
delete mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/uclibc-support-for-elfutils-0.161.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0001-Ignore-differences-between-mips-machine-identifiers.patch
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-elf_getarsym-Silence-Werror-maybe-uninitialized-fals.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-fix-a-stack-usage-warning.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/0001-remove-the-unneed-checking.patch (100%)
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0002-Add-support-for-mips64-abis-in-mips_retval.c.patch
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/0003-Add-mips-n64-relocation-format-hack.patch
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/arm_backend.diff (82%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/fixheadercheck.patch (100%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/hppa_backend.diff (93%)
create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.164/kfreebsd_path.patch
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/m68k_backend.diff (89%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/mips_backend.diff (92%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/mips_readelf_w.patch (75%)
rename meta/recipes-devtools/elfutils/{elfutils-0.163 => elfutils-0.164}/testsuite-ignore-elflint.diff (100%)
rename meta/recipes-devtools/elfutils/{elfutils_0.163.bb => elfutils_0.164.bb} (87%)
rename meta/recipes-devtools/help2man/{help2man-native_1.47.1.bb => help2man-native_1.47.3.bb} (79%)
rename meta/recipes-devtools/pax-utils/{pax-utils_1.0.5.bb => pax-utils_1.1.4.bb} (83%)
rename meta/recipes-devtools/xmlto/{xmlto-0.0.26 => xmlto-0.0.28}/configure.in-drop-the-test-of-xmllint-and-xsltproc.patch (100%)
rename meta/recipes-devtools/xmlto/{xmlto_0.0.26.bb => xmlto_0.0.28.bb} (88%)
rename meta/recipes-extended/ghostscript/{ghostscript_9.16.bb => ghostscript_9.18.bb} (94%)
rename meta/recipes-extended/man-pages/{man-pages_4.02.bb => man-pages_4.04.bb} (86%)
rename meta/recipes-support/gnupg/{gnupg_2.1.7.bb => gnupg_2.1.10.bb} (84%)
delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb
create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.4.bb
--
1.9.1
^ permalink raw reply [flat|nested] 17+ messages in thread* [PATCH 0/9] Packages Upgrade
@ 2015-05-28 9:57 Robert Yang
0 siblings, 0 replies; 17+ messages in thread
From: Robert Yang @ 2015-05-28 9:57 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e6952593d810636f26af541b12126848483e619a:
kernel: Build uImage only when really needed (2015-05-26 10:57:41 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PU
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU
Robert Yang (9):
debianutils: 4.4 -> 4.5
git: 2.3.7 -> 2.4.2
python-git: 1.0.0 -> 1.0.1
cracklib: 2.9.3 -> 2.9.4
man-pages: 3.83 -> 4.00
gnupg: 2.1.2 -> 2.1.4
btrfs-tools: 3.18.2 -> 4.0.1
nasm: 2.11.06 -> 2.11.08
lttng-ust: 2.6.0 -> 2.6.1
.../btrfs-tools/btrfs-tools/fix-parallel.patch | 16 ++++++++--------
.../btrfs-tools/btrfs-tools_git.bb | 16 +++++++++-------
.../git/{git_2.3.7.bb => git_2.4.2.bb} | 8 ++++----
.../nasm/{nasm_2.11.06.bb => nasm_2.11.08.bb} | 5 +++--
.../{python-git_1.0.0.bb => python-git_1.0.1.bb} | 4 ++--
.../{cracklib_2.9.3.bb => cracklib_2.9.4.bb} | 4 ++--
.../{man-pages_3.83.bb => man-pages_4.00.bb} | 4 ++--
.../{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb} | 0
.../{debianutils_4.4.bb => debianutils_4.5.bb} | 6 +++---
.../gnupg/gnupg/dirmngr-uses-libgpg-error.patch | 8 ++++----
.../gnupg/{gnupg_2.1.2.bb => gnupg_2.1.4.bb} | 4 ++--
11 files changed, 39 insertions(+), 36 deletions(-)
rename meta/recipes-devtools/git/{git_2.3.7.bb => git_2.4.2.bb} (41%)
rename meta/recipes-devtools/nasm/{nasm_2.11.06.bb => nasm_2.11.08.bb} (81%)
rename meta/recipes-devtools/python/{python-git_1.0.0.bb => python-git_1.0.1.bb} (85%)
rename meta/recipes-extended/cracklib/{cracklib_2.9.3.bb => cracklib_2.9.4.bb} (91%)
rename meta/recipes-extended/man-pages/{man-pages_3.83.bb => man-pages_4.00.bb} (86%)
rename meta/recipes-kernel/lttng/{lttng-ust_2.6.0.bb => lttng-ust_2.6.1.bb} (100%)
rename meta/recipes-support/debianutils/{debianutils_4.4.bb => debianutils_4.5.bb} (84%)
rename meta/recipes-support/gnupg/{gnupg_2.1.2.bb => gnupg_2.1.4.bb} (89%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 17+ messages in threadend of thread, other threads:[~2019-01-09 7:19 UTC | newest] Thread overview: 17+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-07-28 2:12 [PATCH 0/9] Packages Upgrade Robert Yang 2015-07-28 2:12 ` [PATCH 1/9] git: 2.4.4 -> 2.4.6 Robert Yang 2015-07-28 2:12 ` [PATCH 2/9] file: 5.23 -> 5.24 Robert Yang 2015-07-28 13:08 ` Burton, Ross 2015-07-28 13:48 ` Martin Jansa 2015-07-29 5:54 ` Robert Yang 2015-07-29 12:51 ` Richard Purdie 2015-07-28 2:12 ` [PATCH 3/9] libuser: 0.61 -> 0.62 Robert Yang 2015-07-28 2:12 ` [PATCH 4/9] less: 478 -> 479 Robert Yang 2015-07-28 2:12 ` [PATCH 5/9] cracklib: 2.9.4 -> 2.9.5 Robert Yang 2015-07-28 2:12 ` [PATCH 6/9] gnupg: 2.1.5 -> 2.1.6 Robert Yang 2015-07-28 2:12 ` [PATCH 7/9] help2man-native: 1.46.4 -> 1.47.1 Robert Yang 2015-07-28 2:12 ` [PATCH 8/9] man-pages: 4.00 -> 4.01 Robert Yang 2015-07-28 2:12 ` [PATCH 9/9] pax-utils: 1.0.3 -> 1.0.5 Robert Yang -- strict thread matches above, loose matches on Subject: below -- 2019-01-09 7:19 [PATCH 0/9] Packages upgrade Yi Zhao 2016-01-11 0:30 [PATCH 0/9] packages upgrade Hongxu Jia 2015-05-28 9:57 [PATCH 0/9] Packages Upgrade Robert Yang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox