Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] Packages upgrade
@ 2016-06-13  9:16 Hongxu Jia
  0 siblings, 0 replies; 18+ messages in thread
From: Hongxu Jia @ 2016-06-13  9:16 UTC (permalink / raw)
  To: openembedded-core, ross.burton

The following changes since commit a1a0ce1a0064e29159555011ebd667192132e0ce:

  scripts/lib/bsp/engine.py: Added missing parentheses to string formatting (2016-06-12 23:47:19 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/upgrade-160613
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=hongxu/upgrade-160613

Hongxu Jia (10):
  dhcp: upgrade to 4.3.4
  ghostscript: upgrade to 9.19
  gnugp: upgrade to 2.1.12
  help2man-native: upgrade to 1.47.4
  libgcrypt: upgrade to 1.7.0
  libnewt/libnewt-python: upgrade to 0.52.19
  libxml2: upgrade to 2.9.4
  man-pages: upgrade to 4.06
  pax-utils: upgrade to 1.1.6
  ncurses: upgrade to 6.0+20160319

 meta/recipes-connectivity/dhcp/dhcp.inc            |   3 +-
 .../dhcp/0001-site.h-enable-gentle-shutdown.patch  |   6 +-
 .../dhcp/dhcp/CVE-2015-8605.patch                  |  99 ---------------
 .../dhcp/dhcp/CVE-2016-2774.patch                  |  65 ----------
 ...dhclient-script-drop-resolv.conf.dhclient.patch |   2 +-
 .../dhcp/dhcp/fix-external-bind.patch              | 115 -----------------
 .../dhcp/dhcp/fixsepbuild.patch                    |  78 ++++++------
 .../dhcp/dhcp/libxml2-configure-argument.patch     |  19 ++-
 .../dhcp/dhcp/link-with-lcrypto.patch              |  21 +++-
 .../dhcp/dhcp/replace-ifconfig-route.patch         |  34 +++--
 .../dhcp/dhcp/tweak-to-support-external-bind.patch | 117 +++++++++++++++++
 .../dhcp/{dhcp_4.3.3.bb => dhcp_4.3.4.bb}          |   8 +-
 .../configure.ac-fix-cross-compiling-warning.patch |  45 -------
 .../libxml/{libxml2_2.9.3.bb => libxml2_2.9.4.bb}  |   5 +-
 ...ses_6.0+20160213.bb => ncurses_6.0+20160319.bb} |   2 +-
 ...-native_1.47.3.bb => help2man-native_1.47.4.bb} |   4 +-
 .../{pax-utils_1.1.5.bb => pax-utils_1.1.6.bb}     |   4 +-
 ...Fix-support-for-building-with-no-jbig2-de.patch |  81 ------------
 ...part-2-fix-support-for-building-with-a-JP.patch |  48 -------
 .../files/do-not-check-local-libpng-source.patch   |   8 +-
 .../ghostscript-9.02-prevent_recompiling.patch     | 105 ++++++++--------
 .../ghostscript/ghostscript/png_mak.patch          |  27 ++--
 .../{ghostscript_9.18.bb => ghostscript_9.19.bb}   |   9 +-
 .../{man-pages_4.04.bb => man-pages_4.06.bb}       |   4 +-
 .../newt/files/remove_slang_include.patch          |  16 ---
 ...python_0.52.18.bb => libnewt-python_0.52.19.bb} |   0
 .../{libnewt_0.52.18.bb => libnewt_0.52.19.bb}     |   5 +-
 .../gnupg/{gnupg_2.1.11.bb => gnupg_2.1.12.bb}     |   4 +-
 .../libgcrypt/files/add-pkgconfig-support.patch    | 140 ++++++++++++---------
 .../files/fix-undefined-reference-to-pthread.patch |  27 ++++
 meta/recipes-support/libgcrypt/libgcrypt.inc       |   1 +
 meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb  |   4 -
 meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb  |   4 +
 33 files changed, 428 insertions(+), 682 deletions(-)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2015-8605.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/CVE-2016-2774.patch
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/fix-external-bind.patch
 create mode 100644 meta/recipes-connectivity/dhcp/dhcp/tweak-to-support-external-bind.patch
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.3.bb => dhcp_4.3.4.bb} (65%)
 delete mode 100644 meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch
 rename meta/recipes-core/libxml/{libxml2_2.9.3.bb => libxml2_2.9.4.bb} (93%)
 rename meta/recipes-core/ncurses/{ncurses_6.0+20160213.bb => ncurses_6.0+20160319.bb} (84%)
 rename meta/recipes-devtools/help2man/{help2man-native_1.47.3.bb => help2man-native_1.47.4.bb} (79%)
 rename meta/recipes-devtools/pax-utils/{pax-utils_1.1.5.bb => pax-utils_1.1.6.bb} (89%)
 delete mode 100644 meta/recipes-extended/ghostscript/files/0001-Bug-696497-Fix-support-for-building-with-no-jbig2-de.patch
 delete mode 100644 meta/recipes-extended/ghostscript/files/0002-Bug-696497-part-2-fix-support-for-building-with-a-JP.patch
 rename meta/recipes-extended/ghostscript/{ghostscript_9.18.bb => ghostscript_9.19.bb} (86%)
 rename meta/recipes-extended/man-pages/{man-pages_4.04.bb => man-pages_4.06.bb} (86%)
 delete mode 100644 meta/recipes-extended/newt/files/remove_slang_include.patch
 rename meta/recipes-extended/newt/{libnewt-python_0.52.18.bb => libnewt-python_0.52.19.bb} (100%)
 rename meta/recipes-extended/newt/{libnewt_0.52.18.bb => libnewt_0.52.19.bb} (88%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.11.bb => gnupg_2.1.12.bb} (90%)
 create mode 100644 meta/recipes-support/libgcrypt/files/fix-undefined-reference-to-pthread.patch
 delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.5.bb
 create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.7.0.bb

-- 
2.8.1



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

* [PATCH 00/10] Packages upgrade
@ 2017-02-10  3:23 Robert Yang
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-02-10  3:23 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d1109378d730c5cf50240c4d1a468e3aef5208ea:

  nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH (2017-02-09 10:50:54 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (10):
  e2fsprogs: 1.43.3 -> 1.43.4
  git: 2.11.0 -> 2.11.1
  gnu-efi: 3.0.4 -> 3.0.5
  hdparm: 9.50 -> 9.51
  libpcre: 8.39 -> 8.40
  wget: 1.18 -> 1.19
  strace: 4.14 -> 4.15
  strace: fix gawk's path
  mklibs-native: 0.1.41 -> 0.1.43
  m4: 1.4.17 -> 1.4.18

 .../aarch64-initplat.c-fix-const-qualifier.patch   | 35 ----------------
 .../gnu-efi/{gnu-efi_3.0.4.bb => gnu-efi_3.0.5.bb} |  5 +--
 ...fs-enable-the-metadata_csum-and-64bit-fea.patch |  9 ++--
 .../{e2fsprogs_1.43.3.bb => e2fsprogs_1.43.4.bb}   |  6 +--
 meta/recipes-devtools/git/git_2.11.0.bb            | 11 -----
 meta/recipes-devtools/git/git_2.11.1.bb            | 11 +++++
 .../m4/{m4-1.4.17.inc => m4-1.4.18.inc}            |  5 ++-
 .../{m4-native_1.4.17.bb => m4-native_1.4.18.bb}   |  0
 meta/recipes-devtools/m4/m4/remove-gets.patch      | 15 +++----
 .../m4/{m4_1.4.17.bb => m4_1.4.18.bb}              |  0
 ...bs-native_0.1.41.bb => mklibs-native_0.1.43.bb} |  8 ++--
 .../0001-caps-abbrev.awk-fix-gawk-s-path.patch     | 49 ++++++++++++++++++++++
 .../strace/{strace_4.14.bb => strace_4.15.bb}      |  5 ++-
 .../hdparm/{hdparm_9.50.bb => hdparm_9.51.bb}      |  4 +-
 meta/recipes-extended/wget/wget.inc                |  2 -
 .../wget/{wget_1.18.bb => wget_1.19.bb}            |  4 +-
 .../libpcre/{libpcre_8.39.bb => libpcre_8.40.bb}   |  6 +--
 17 files changed, 93 insertions(+), 82 deletions(-)
 delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/aarch64-initplat.c-fix-const-qualifier.patch
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.4.bb => gnu-efi_3.0.5.bb} (92%)
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.3.bb => e2fsprogs_1.43.4.bb} (96%)
 delete mode 100644 meta/recipes-devtools/git/git_2.11.0.bb
 create mode 100644 meta/recipes-devtools/git/git_2.11.1.bb
 rename meta/recipes-devtools/m4/{m4-1.4.17.inc => m4-1.4.18.inc} (75%)
 rename meta/recipes-devtools/m4/{m4-native_1.4.17.bb => m4-native_1.4.18.bb} (100%)
 rename meta/recipes-devtools/m4/{m4_1.4.17.bb => m4_1.4.18.bb} (100%)
 rename meta/recipes-devtools/mklibs/{mklibs-native_0.1.41.bb => mklibs-native_0.1.43.bb} (72%)
 create mode 100644 meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch
 rename meta/recipes-devtools/strace/{strace_4.14.bb => strace_4.15.bb} (88%)
 rename meta/recipes-extended/hdparm/{hdparm_9.50.bb => hdparm_9.51.bb} (89%)
 rename meta/recipes-extended/wget/{wget_1.18.bb => wget_1.19.bb} (53%)
 rename meta/recipes-support/libpcre/{libpcre_8.39.bb => libpcre_8.40.bb} (92%)

-- 
2.11.0.rc2.dirty



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

* [PATCH 00/10] Packages upgrade
@ 2017-11-13 17:58 Robert Yang
  2017-11-13 17:58 ` [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28 Robert Yang
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit a17f3ec910366e9e7551fa24fbc07929b9584341:

  dhcp: fix build issue with libxml2 support (2017-11-10 14:44:31 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (10):
  autoconf-archive: 2016.09.16 -> 2017.09.28
  debianutils: 4.8.1.1 -> 4.8.3
  e2fsprogs: 1.43.5 -> 1.43.7
  file: 5.31 -> 5.32
  git: 2.13.3 -> 2.15.0
  liberror-perl: 0.17024 -> 0.17025
  logrotate: 3.12.3 -> 3.13.0
  less: 487 -> 527
  libsdl2: 2.0.5 -> 2.0.7
  strace: 4.18 -> 4.19

 ...016.09.16.bb => autoconf-archive_2017.09.28.bb} |  6 +--
 .../e2fsprogs/e2fsprogs/reproducible-doc.patch     | 21 ---------
 .../{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb}   |  3 +-
 .../recipes-devtools/file/file/debian-742262.patch |  7 +--
 .../file/{file_5.31.bb => file_5.32.bb}            |  2 +-
 meta/recipes-devtools/git/git_2.13.3.bb            | 11 -----
 meta/recipes-devtools/git/git_2.15.0.bb            | 11 +++++
 ...or-perl_0.17024.bb => liberror-perl_0.17025.bb} |  4 +-
 .../strace/strace/Makefile-ptest.patch             | 17 +++-----
 .../strace/{strace_4.18.bb => strace_4.19.bb}      |  4 +-
 .../less/{less_487.bb => less_527.bb}              |  4 +-
 .../{logrotate_3.12.3.bb => logrotate_3.13.0.bb}   |  4 +-
 .../libsdl2/libsdl2/fix-build-failure-on-ppc.patch | 50 ----------------------
 .../recipes-graphics/libsdl2/libsdl2/linkage.patch | 46 --------------------
 .../libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} |  8 ++--
 ...debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} |  8 ++--
 16 files changed, 41 insertions(+), 165 deletions(-)
 rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2016.09.16.bb => autoconf-archive_2017.09.28.bb} (62%)
 delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb} (97%)
 rename meta/recipes-devtools/file/{file_5.31.bb => file_5.32.bb} (96%)
 delete mode 100644 meta/recipes-devtools/git/git_2.13.3.bb
 create mode 100644 meta/recipes-devtools/git/git_2.15.0.bb
 rename meta/recipes-devtools/perl/{liberror-perl_0.17024.bb => liberror-perl_0.17025.bb} (83%)
 rename meta/recipes-devtools/strace/{strace_4.18.bb => strace_4.19.bb} (93%)
 rename meta/recipes-extended/less/{less_487.bb => less_527.bb} (89%)
 rename meta/recipes-extended/logrotate/{logrotate_3.12.3.bb => logrotate_3.13.0.bb} (95%)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} (89%)
 rename meta/recipes-support/debianutils/{debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} (87%)

-- 
2.7.4



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

* [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-14 12:07   ` Burton, Ross
  2017-11-13 17:58 ` [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3 Robert Yang
                   ` (9 subsequent siblings)
  10 siblings, 1 reply; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 ...utoconf-archive_2016.09.16.bb => autoconf-archive_2017.09.28.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2016.09.16.bb => autoconf-archive_2017.09.28.bb} (62%)

diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2017.09.28.bb
similarity index 62%
rename from meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
rename to meta/recipes-devtools/autoconf-archive/autoconf-archive_2017.09.28.bb
index 104dc38..7b77f03 100644
--- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2017.09.28.bb
@@ -2,12 +2,12 @@ SUMMARY = "a collection of freely re-usable Autoconf macros"
 HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
 SECTION = "devel"
 LICENSE = "GPL-3.0-with-autoconf-exception"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
     file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
 
 SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
-SRC_URI[sha256sum] = "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
+SRC_URI[md5sum] = "1bfea2828cf204d46dcc748cce79ae4b"
+SRC_URI[sha256sum] = "5c9fb5845b38b28982a3ef12836f76b35f46799ef4a2e46b48e2bd3c6182fa01"
 
 inherit autotools
 
-- 
2.7.4



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

* [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
  2017-11-13 17:58 ` [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-14 12:27   ` Burton, Ross
  2017-11-13 17:58 ` [PATCH 03/10] e2fsprogs: 1.43.5 -> 1.43.7 Robert Yang
                   ` (8 subsequent siblings)
  10 siblings, 1 reply; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Update LIC_FILES_CHKSUM because it changed http:// to https://.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../debianutils/{debianutils_4.8.1.1.bb => debianutils_4.8.3.bb}  | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
 rename meta/recipes-support/debianutils/{debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} (87%)

diff --git a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb b/meta/recipes-support/debianutils/debianutils_4.8.3.bb
similarity index 87%
rename from meta/recipes-support/debianutils/debianutils_4.8.1.1.bb
rename to meta/recipes-support/debianutils/debianutils_4.8.3.bb
index 1857d4b..3b51e30 100644
--- a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.8.3.bb
@@ -3,13 +3,15 @@ SECTION = "base"
 LICENSE = "GPLv2 & SMAIL_GPL"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
 
-SRC_URI = "http://snapshot.debian.org/archive/debian/20170402T211732Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz"
+SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
 # the package is taken from snapshots.debian.org; that source is static and goes stale
 # so we check the latest upstream from a directory that does get updated
 UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
 
-SRC_URI[md5sum] = "ee5fcecaab071bd0c93e8a0cee65d6c4"
-SRC_URI[sha256sum] = "06446cd4c0d309fd31a0682c5c2f07f7613fb867f769414b9cc51f155ad73172"
+S = "${WORKDIR}/${BPN}"
+
+SRC_URI[md5sum] = "f09fb52093f799c72de04a7ede1b7411"
+SRC_URI[sha256sum] = "7102246d1c35260ed7f0458a9886acf655c379d14908415574494cdea45e28fb"
 
 inherit autotools update-alternatives
 
-- 
2.7.4



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

* [PATCH 03/10] e2fsprogs: 1.43.5 -> 1.43.7
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
  2017-11-13 17:58 ` [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28 Robert Yang
  2017-11-13 17:58 ` [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 04/10] file: 5.31 -> 5.32 Robert Yang
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Remove reproducible-doc.patch which is already in the source.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../e2fsprogs/e2fsprogs/reproducible-doc.patch      | 21 ---------------------
 .../{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb}    |  3 +--
 2 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
 rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb} (97%)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
deleted file mode 100644
index 8e5d1d3..0000000
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-
-Suppport for binary reproducibility.
-When compressing, do not save the original file name and time stamp.
-
-Upstream-Status: Submitted [Theodore Ts'o tytso@mit.edu (maintainer)]
-
-Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
-
-diff --git a/doc/Makefile.in b/doc/Makefile.in
-index 9cb584c..0bee4e4 100644
---- a/doc/Makefile.in
-+++ b/doc/Makefile.in
-@@ -28,7 +28,7 @@ install-doc-libs: libext2fs.info libext2fs.dvi
- 		$(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i ; \
- 	done
- 	$(E) "	GZIP $(infodir)/libext2fs.info*"
--	-$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
-+	-$(Q) gzip -9 -n $(DESTDIR)$(infodir)/libext2fs.info*
- 
- uninstall-doc-libs:
- 	$(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb
similarity index 97%
rename from meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb
rename to meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb
index 00093cc..33a9918 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.43.7.bb
@@ -8,13 +8,12 @@ SRC_URI += "file://acinclude.m4 \
             file://mkdir.patch \
             file://Revert-mke2fs-enable-the-metadata_csum-and-64bit-fea.patch \
             file://mkdir_p.patch \
-            file://reproducible-doc.patch \
             file://0001-misc-create_inode.c-set-dir-s-mode-correctly.patch \
 "
 
 SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permission-denied.patch"
 
-SRCREV = "2a13c84b513aa094d1cda727e92d35a89dd777da"
+SRCREV = "4c5e6cd6defb83f1b35a5ef6fccd68c86874ee06"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
 
 EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
-- 
2.7.4



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

* [PATCH 04/10] file: 5.31 -> 5.32
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (2 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 03/10] e2fsprogs: 1.43.5 -> 1.43.7 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 05/10] git: 2.13.3 -> 2.15.0 Robert Yang
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Rebase debian-742262.patch for new source.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/file/file/debian-742262.patch       | 7 ++-----
 meta/recipes-devtools/file/{file_5.31.bb => file_5.32.bb} | 2 +-
 2 files changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-devtools/file/{file_5.31.bb => file_5.32.bb} (96%)

diff --git a/meta/recipes-devtools/file/file/debian-742262.patch b/meta/recipes-devtools/file/file/debian-742262.patch
index d31ac59..319f9db 100644
--- a/meta/recipes-devtools/file/file/debian-742262.patch
+++ b/meta/recipes-devtools/file/file/debian-742262.patch
@@ -14,17 +14,14 @@ Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
  1 file changed, 1 insertion(+)
 
 diff --git a/magic/Magdir/commands b/magic/Magdir/commands
-index 1a46efd..255c04b 100644
+index f6ad1c8..f79e7dd 100644
 --- a/magic/Magdir/commands
 +++ b/magic/Magdir/commands
 @@ -57,6 +57,7 @@
  0	string/wt	#!\ /usr/bin/awk	awk script text executable
  !:mime	text/x-awk
- 0	regex/4096	=^[A-Za-z0-9_]{0,100}BEGIN[A-Za-z0-9_]{0,100}[{]	awk or perl script text
+ 0	regex/4096	=^[\040\t\f\r\n]{0,100}BEGIN[\040\t\f\r\n]{0,100}[{]	awk or perl script text
 +!:strength - 12
  
  # AT&T Bell Labs' Plan 9 shell
  0	string/wt	#!\ /bin/rc	Plan 9 rc shell script text executable
--- 
-1.9.1
-
diff --git a/meta/recipes-devtools/file/file_5.31.bb b/meta/recipes-devtools/file/file_5.32.bb
similarity index 96%
rename from meta/recipes-devtools/file/file_5.31.bb
rename to meta/recipes-devtools/file/file_5.32.bb
index 1b1f502..5e15925 100644
--- a/meta/recipes-devtools/file/file_5.31.bb
+++ b/meta/recipes-devtools/file/file_5.32.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \
         file://0001-Add-P-prompt-into-Usage-info.patch \
         "
 
-SRCREV = "70c5f15060c7ad81150177de83a3e64500a54c9f"
+SRCREV = "d474e35513940dbca039b510b4de705b44f5bd9c"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.7.4



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

* [PATCH 05/10] git: 2.13.3 -> 2.15.0
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (3 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 04/10] file: 5.31 -> 5.32 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 06/10] liberror-perl: 0.17024 -> 0.17025 Robert Yang
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/git/git_2.13.3.bb | 11 -----------
 meta/recipes-devtools/git/git_2.15.0.bb | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_2.13.3.bb
 create mode 100644 meta/recipes-devtools/git/git_2.15.0.bb

diff --git a/meta/recipes-devtools/git/git_2.13.3.bb b/meta/recipes-devtools/git/git_2.13.3.bb
deleted file mode 100644
index b3e3887..0000000
--- a/meta/recipes-devtools/git/git_2.13.3.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-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] = "d2dc550f6693ba7e5b16212b2714f59f"
-SRC_URI[tarball.sha256sum] = "1497001772f630d49809e981672edfe3e3ce1a1d18e905cd539c4d2f4dbcd75a"
-SRC_URI[manpages.md5sum] = "3037d11a4f4cdd19435871c267ca48b4"
-SRC_URI[manpages.sha256sum] = "f9b302eeb08ce08934e7afb42280ce9294411fbf5f7b6ac3fcc236e8031f10c5"
diff --git a/meta/recipes-devtools/git/git_2.15.0.bb b/meta/recipes-devtools/git/git_2.15.0.bb
new file mode 100644
index 0000000..fd6c931
--- /dev/null
+++ b/meta/recipes-devtools/git/git_2.15.0.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] = "1ed7298833336c1accb0a7be5a7a2b1b"
+SRC_URI[tarball.sha256sum] = "25762cc50103a6a0665c46ea33ceb0578eee01c19b6a08fd393e8608ccbdb3da"
+SRC_URI[manpages.md5sum] = "19a0116bcb0779e0bc997c4180018daf"
+SRC_URI[manpages.sha256sum] = "3b1b9ebf02d4aa6e741becd1ed9319597488743f939fdab3b894ec52d25408ef"
-- 
2.7.4



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

* [PATCH 06/10] liberror-perl: 0.17024 -> 0.17025
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (4 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 05/10] git: 2.13.3 -> 2.15.0 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 07/10] logrotate: 3.12.3 -> 3.13.0 Robert Yang
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../perl/{liberror-perl_0.17024.bb => liberror-perl_0.17025.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17024.bb => liberror-perl_0.17025.bb} (83%)

diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17024.bb b/meta/recipes-devtools/perl/liberror-perl_0.17025.bb
similarity index 83%
rename from meta/recipes-devtools/perl/liberror-perl_0.17024.bb
rename to meta/recipes-devtools/perl/liberror-perl_0.17025.bb
index 6ae0e7e..251b131 100644
--- a/meta/recipes-devtools/perl/liberror-perl_0.17024.bb
+++ b/meta/recipes-devtools/perl/liberror-perl_0.17025.bb
@@ -13,8 +13,8 @@ DEPENDS += "perl"
 
 SRC_URI = "http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "7e3676a7fb14f65f568f12d4b40a2a72"
-SRC_URI[sha256sum] = "074db7c783a67b0667eca64a4f6a0c3de94998afc92c01d6453163eb04b9150d"
+SRC_URI[md5sum] = "1a2ee7f0dc44f9ee76661a16bbbc0c48"
+SRC_URI[sha256sum] = "6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf"
 
 S = "${WORKDIR}/Error-${PV}"
 
-- 
2.7.4



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

* [PATCH 07/10] logrotate: 3.12.3 -> 3.13.0
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (5 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 06/10] liberror-perl: 0.17024 -> 0.17025 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 08/10] less: 487 -> 527 Robert Yang
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../logrotate/{logrotate_3.12.3.bb => logrotate_3.13.0.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/logrotate/{logrotate_3.12.3.bb => logrotate_3.13.0.bb} (95%)

diff --git a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb b/meta/recipes-extended/logrotate/logrotate_3.13.0.bb
similarity index 95%
rename from meta/recipes-extended/logrotate/logrotate_3.12.3.bb
rename to meta/recipes-extended/logrotate/logrotate_3.13.0.bb
index 620b208..990cf91 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.13.0.bb
@@ -25,8 +25,8 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz
             file://disable-check-different-filesystems.patch \
             "
 
-SRC_URI[md5sum] = "a560c57fac87c45b2fc17406cdf79288"
-SRC_URI[sha256sum] = "2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07"
+SRC_URI[md5sum] = "78ef24d6fddcc4df8e412dd75c551b4c"
+SRC_URI[sha256sum] = "3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c"
 
 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"
 
-- 
2.7.4



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

* [PATCH 08/10] less: 487 -> 527
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (6 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 07/10] logrotate: 3.12.3 -> 3.13.0 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 09/10] libsdl2: 2.0.5 -> 2.0.7 Robert Yang
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/less/{less_487.bb => less_527.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/less/{less_487.bb => less_527.bb} (89%)

diff --git a/meta/recipes-extended/less/less_487.bb b/meta/recipes-extended/less/less_527.bb
similarity index 89%
rename from meta/recipes-extended/less/less_487.bb
rename to meta/recipes-extended/less/less_527.bb
index 23ae484..f2d33e5 100644
--- a/meta/recipes-extended/less/less_487.bb
+++ b/meta/recipes-extended/less/less_527.bb
@@ -27,8 +27,8 @@ DEPENDS = "ncurses"
 SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
 	  "
 
-SRC_URI[md5sum] = "dcc8bf183a83b362d37fe9ef8df1fb60"
-SRC_URI[sha256sum] = "f3dc8455cb0b2b66e0c6b816c00197a71bf6d1787078adeee0bcf2aea4b12706"
+SRC_URI[md5sum] = "1582422b9d608476345bbc049dc90f6b"
+SRC_URI[sha256sum] = "4e302ac0435811c10866988e0c0feb6c867626cdd8444ae3428aeb9d6e538f95"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"
 
-- 
2.7.4



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

* [PATCH 09/10] libsdl2: 2.0.5 -> 2.0.7
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (7 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 08/10] less: 487 -> 527 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-13 17:58 ` [PATCH 10/10] strace: 4.18 -> 4.19 Robert Yang
  2017-11-14  5:48 ` [PATCH 00/10] Packages upgrade Robert Yang
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

* Drop linkage.patch, this version already links .lo object.
* Remove backported patch fix-build-failure-on-ppc.patch
* Update LIC_FILES_CHKSUM since the year is changed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../libsdl2/libsdl2/fix-build-failure-on-ppc.patch | 50 ----------------------
 .../recipes-graphics/libsdl2/libsdl2/linkage.patch | 46 --------------------
 .../libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} |  8 ++--
 3 files changed, 3 insertions(+), 101 deletions(-)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} (89%)

diff --git a/meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch b/meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
deleted file mode 100644
index 1520bcf..0000000
--- a/meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-Upstream-Status: Backport [https://hg.libsdl.org/SDL/rev/5184186d4366]
-
-Backport patch from upstream to fix build failures on ppc and ppc64.
-
-Signed-off-by: Kai Kang <kai.kang@windriver.com>
----
-# HG changeset patch
-# User Sam Lantinga <slouken@libsdl.org>
-# Date 1477159315 25200
-# Node ID 5184186d4366169617b434f5b71c618a7035cde4
-# Parent  71d4148e32de5088c4bc2f04c1e5ded647a2bf82
-Fixed bug 3466 - Can't build 2.0.5 on ppc64
-
-/home/fedora/SDL2-2.0.5/src/video/SDL_blit_N.c: In function 'calc_swizzle32':
-/home/fedora/SDL2-2.0.5/src/video/SDL_blit_N.c:127:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
-     const vector unsigned char plus = VECUINT8_LITERAL(0x00, 0x00, 0x00, 0x00,
-     ^
-
-diff -r 71d4148e32de -r 5184186d4366 src/video/SDL_blit_N.c
---- a/src/video/SDL_blit_N.c	Wed Oct 19 21:22:42 2016 -0700
-+++ b/src/video/SDL_blit_N.c	Sat Oct 22 11:01:55 2016 -0700
-@@ -118,12 +118,6 @@
-         16, 8, 0, 24,
-         0, NULL
-     };
--    if (!srcfmt) {
--        srcfmt = &default_pixel_format;
--    }
--    if (!dstfmt) {
--        dstfmt = &default_pixel_format;
--    }
-     const vector unsigned char plus = VECUINT8_LITERAL(0x00, 0x00, 0x00, 0x00,
-                                                        0x04, 0x04, 0x04, 0x04,
-                                                        0x08, 0x08, 0x08, 0x08,
-@@ -136,6 +130,14 @@
-     Uint32 gmask = RESHIFT(srcfmt->Gshift) << (dstfmt->Gshift);
-     Uint32 bmask = RESHIFT(srcfmt->Bshift) << (dstfmt->Bshift);
-     Uint32 amask;
-+
-+    if (!srcfmt) {
-+        srcfmt = &default_pixel_format;
-+    }
-+    if (!dstfmt) {
-+        dstfmt = &default_pixel_format;
-+    }
-+
-     /* Use zero for alpha if either surface doesn't have alpha */
-     if (dstfmt->Amask) {
-         amask =
-
diff --git a/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch b/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
deleted file mode 100644
index 60185b1..0000000
--- a/meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-When building use the libtool intermediate .lo files instead of explicitly using
-the .o files. Under libtool foo.lo is the libtool intermediate wrapper, foo.o is
-a static build, and .libs/foo.o is a shared build.
-
-If static libraries have been disabled globally then libtool won't generate them
-and explicit references to foo.o won't be satisfied.
-
-Upstream-Status: Pending
-RP
-2016/1/16
-
-
-Index: SDL2-2.0.4/configure.in
-===================================================================
---- SDL2-2.0.4.orig/configure.in
-+++ SDL2-2.0.4/configure.in
-@@ -3464,23 +3464,23 @@ done
- 
- VERSION_OBJECTS=`echo $VERSION_SOURCES`
- VERSION_DEPENDS=`echo $VERSION_SOURCES`
--VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.rc,$(objects)/\1.o,g'`
-+VERSION_OBJECTS=`echo "$VERSION_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.rc,$(objects)/\1.lo,g'`
- VERSION_DEPENDS=`echo "$VERSION_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.rc,\\\\
--\\$(objects)/\\2.o: \\1/\\2.rc\\\\
-+\\$(objects)/\\2.lo: \\1/\\2.rc\\\\
- 	\\$(WINDRES) \\$< \\$@,g"`
- 
- SDLMAIN_OBJECTS=`echo $SDLMAIN_SOURCES`
- SDLMAIN_DEPENDS=`echo $SDLMAIN_SOURCES`
--SDLMAIN_OBJECTS=`echo "$SDLMAIN_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.o,g'`
-+SDLMAIN_OBJECTS=`echo "$SDLMAIN_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.lo,g'`
- SDLMAIN_DEPENDS=`echo "$SDLMAIN_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\
--\\$(objects)/\\2.o: \\1/\\2.c\\\\
-+\\$(objects)/\\2.lo: \\1/\\2.c\\\\
- 	\\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"`
- 
- SDLTEST_OBJECTS=`echo $SDLTEST_SOURCES`
- SDLTEST_DEPENDS=`echo $SDLTEST_SOURCES`
--SDLTEST_OBJECTS=`echo "$SDLTEST_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.o,g'`
-+SDLTEST_OBJECTS=`echo "$SDLTEST_OBJECTS" | sed 's,[[^ ]]*/\([[^ ]]*\)\.c,$(objects)/\1.lo,g'`
- SDLTEST_DEPENDS=`echo "$SDLTEST_DEPENDS" | sed "s,\\([[^ ]]*\\)/\\([[^ ]]*\\)\\.c,\\\\
--\\$(objects)/\\2.o: \\1/\\2.c\\\\
-+\\$(objects)/\\2.lo: \\1/\\2.c\\\\
- 	\\$(RUN_CMD_CC)\\$(LIBTOOL) --tag=CC --mode=compile \\$(CC) \\$(CFLAGS) \\$(EXTRA_CFLAGS) $DEPENDENCY_TRACKING_OPTIONS -c \\$< -o \\$@,g"`
- 
- # Set runtime shared library paths as needed
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb
similarity index 89%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb
index 032f45b..fcbfa73 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.7.bb
@@ -8,7 +8,7 @@ BUGTRACKER = "http://bugzilla.libsdl.org/"
 SECTION = "libs"
 
 LICENSE = "Zlib"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=b2304ad7e91711027590d3f102a754b7"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e4688d3bd5bf02dadaa3e5182fd9eda9"
 
 PROVIDES = "virtual/libsdl2"
 
@@ -16,14 +16,12 @@ DEPENDS_class-nativesdk = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'virtu
 
 SRC_URI = " \
     http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
-    file://linkage.patch \
-    file://fix-build-failure-on-ppc.patch \
 "
 
 S = "${WORKDIR}/SDL2-${PV}"
 
-SRC_URI[md5sum] = "d4055424d556b4a908aa76fad63abd3c"
-SRC_URI[sha256sum] = "442038cf55965969f2ff06d976031813de643af9c9edc9e331bd761c242e8785"
+SRC_URI[md5sum] = "cdb071009d250e1782371049f0d5ca42"
+SRC_URI[sha256sum] = "ee35c74c4313e2eda104b14b1b86f7db84a04eeab9430d56e001cea268bf4d5e"
 
 inherit autotools lib_package binconfig pkgconfig
 
-- 
2.7.4



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

* [PATCH 10/10] strace: 4.18 -> 4.19
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (8 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 09/10] libsdl2: 2.0.5 -> 2.0.7 Robert Yang
@ 2017-11-13 17:58 ` Robert Yang
  2017-11-14  5:48 ` [PATCH 00/10] Packages upgrade Robert Yang
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-13 17:58 UTC (permalink / raw)
  To: openembedded-core

Rebase Makefile-ptest.patch

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../recipes-devtools/strace/strace/Makefile-ptest.patch | 17 +++++++----------
 .../strace/{strace_4.18.bb => strace_4.19.bb}           |  4 ++--
 2 files changed, 9 insertions(+), 12 deletions(-)
 rename meta/recipes-devtools/strace/{strace_4.18.bb => strace_4.19.bb} (93%)

diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index 97bcc90..a12f4c3 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -14,23 +14,23 @@ Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
  2 files changed, 19 insertions(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 61d6425..6387c24 100644
+index 5f0aec4..8eaacc6 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -41,7 +41,7 @@ AC_COPYRIGHT([Copyright (C) 1999-]copyright_year[ The strace developers.])
+@@ -42,7 +42,7 @@ AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.])
  AC_CONFIG_SRCDIR([strace.c])
  AC_CONFIG_AUX_DIR([.])
  AC_CONFIG_HEADERS([config.h])
--AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests])
-+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests])
- AM_EXTRA_RECURSIVE_TARGETS([check-valgrind])
+-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests 1.13])
++AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests 1.13])
  AM_MAINTAINER_MODE
  AC_CANONICAL_HOST
+ 
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 5aa7f89..a55a355 100644
+index b4ba22a..5836438 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -379,3 +379,21 @@ clean-local-check:
+@@ -408,3 +408,21 @@ BUILT_SOURCES = ksysent.h
  CLEANFILES = ksysent.h
  
  include ../scno.am
@@ -52,6 +52,3 @@ index 5aa7f89..a55a355 100644
 +		sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \
 +	done
 +	for i in net scm_rights-fd rt_sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done
--- 
-2.13.2
-
diff --git a/meta/recipes-devtools/strace/strace_4.18.bb b/meta/recipes-devtools/strace/strace_4.19.bb
similarity index 93%
rename from meta/recipes-devtools/strace/strace_4.18.bb
rename to meta/recipes-devtools/strace/strace_4.19.bb
index 5b2891a..deccf3d 100644
--- a/meta/recipes-devtools/strace/strace_4.18.bb
+++ b/meta/recipes-devtools/strace/strace_4.19.bb
@@ -16,8 +16,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
            file://0001-tests-sigaction-Check-for-mips-and-alpha-before-usin.patch \
            "
 
-SRC_URI[md5sum] = "3579b3266bb096cebaefbe2cdb1a3a78"
-SRC_URI[sha256sum] = "89ad887c1e6226bdbca8da31d589cadea4be0744b142eb47b768086c937fca08"
+SRC_URI[md5sum] = "846a9a26e74e797f42d77a0348104072"
+SRC_URI[sha256sum] = "7c93ebc6c29280f47c24a0eb86873a99ccb2cac6512c60a60ba4ef99ab807281"
 
 inherit autotools ptest bluetooth
 
-- 
2.7.4



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

* Re: [PATCH 00/10] Packages upgrade
  2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
                   ` (9 preceding siblings ...)
  2017-11-13 17:58 ` [PATCH 10/10] strace: 4.18 -> 4.19 Robert Yang
@ 2017-11-14  5:48 ` Robert Yang
  10 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-14  5:48 UTC (permalink / raw)
  To: openembedded-core

Sorry, my server time was wrong again after powered off. I installed the ntp
just now.

// Robert

On 11/14/2017 01:58 AM, Robert Yang wrote:
> The following changes since commit a17f3ec910366e9e7551fa24fbc07929b9584341:
> 
>    dhcp: fix build issue with libxml2 support (2017-11-10 14:44:31 +0000)
> 
> are available in the git repository at:
> 
>    git://git.openembedded.org/openembedded-core-contrib rbt/pu
>    http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/pu
> 
> Robert Yang (10):
>    autoconf-archive: 2016.09.16 -> 2017.09.28
>    debianutils: 4.8.1.1 -> 4.8.3
>    e2fsprogs: 1.43.5 -> 1.43.7
>    file: 5.31 -> 5.32
>    git: 2.13.3 -> 2.15.0
>    liberror-perl: 0.17024 -> 0.17025
>    logrotate: 3.12.3 -> 3.13.0
>    less: 487 -> 527
>    libsdl2: 2.0.5 -> 2.0.7
>    strace: 4.18 -> 4.19
> 
>   ...016.09.16.bb => autoconf-archive_2017.09.28.bb} |  6 +--
>   .../e2fsprogs/e2fsprogs/reproducible-doc.patch     | 21 ---------
>   .../{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb}   |  3 +-
>   .../recipes-devtools/file/file/debian-742262.patch |  7 +--
>   .../file/{file_5.31.bb => file_5.32.bb}            |  2 +-
>   meta/recipes-devtools/git/git_2.13.3.bb            | 11 -----
>   meta/recipes-devtools/git/git_2.15.0.bb            | 11 +++++
>   ...or-perl_0.17024.bb => liberror-perl_0.17025.bb} |  4 +-
>   .../strace/strace/Makefile-ptest.patch             | 17 +++-----
>   .../strace/{strace_4.18.bb => strace_4.19.bb}      |  4 +-
>   .../less/{less_487.bb => less_527.bb}              |  4 +-
>   .../{logrotate_3.12.3.bb => logrotate_3.13.0.bb}   |  4 +-
>   .../libsdl2/libsdl2/fix-build-failure-on-ppc.patch | 50 ----------------------
>   .../recipes-graphics/libsdl2/libsdl2/linkage.patch | 46 --------------------
>   .../libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} |  8 ++--
>   ...debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} |  8 ++--
>   16 files changed, 41 insertions(+), 165 deletions(-)
>   rename meta/recipes-devtools/autoconf-archive/{autoconf-archive_2016.09.16.bb => autoconf-archive_2017.09.28.bb} (62%)
>   delete mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/reproducible-doc.patch
>   rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.5.bb => e2fsprogs_1.43.7.bb} (97%)
>   rename meta/recipes-devtools/file/{file_5.31.bb => file_5.32.bb} (96%)
>   delete mode 100644 meta/recipes-devtools/git/git_2.13.3.bb
>   create mode 100644 meta/recipes-devtools/git/git_2.15.0.bb
>   rename meta/recipes-devtools/perl/{liberror-perl_0.17024.bb => liberror-perl_0.17025.bb} (83%)
>   rename meta/recipes-devtools/strace/{strace_4.18.bb => strace_4.19.bb} (93%)
>   rename meta/recipes-extended/less/{less_487.bb => less_527.bb} (89%)
>   rename meta/recipes-extended/logrotate/{logrotate_3.12.3.bb => logrotate_3.13.0.bb} (95%)
>   delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/fix-build-failure-on-ppc.patch
>   delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/linkage.patch
>   rename meta/recipes-graphics/libsdl2/{libsdl2_2.0.5.bb => libsdl2_2.0.7.bb} (89%)
>   rename meta/recipes-support/debianutils/{debianutils_4.8.1.1.bb => debianutils_4.8.3.bb} (87%)
> 


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

* Re: [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28
  2017-11-13 17:58 ` [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28 Robert Yang
@ 2017-11-14 12:07   ` Burton, Ross
  2017-11-15  1:59     ` Robert Yang
  0 siblings, 1 reply; 18+ messages in thread
From: Burton, Ross @ 2017-11-14 12:07 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

On 13 November 2017 at 17:58, Robert Yang <liezhi.yang@windriver.com> wrote:

> -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
> +LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \


No explanation for this change.

Ross

[-- Attachment #2: Type: text/html, Size: 643 bytes --]

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

* Re: [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3
  2017-11-13 17:58 ` [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3 Robert Yang
@ 2017-11-14 12:27   ` Burton, Ross
  2017-11-15  2:22     ` Robert Yang
  0 siblings, 1 reply; 18+ messages in thread
From: Burton, Ross @ 2017-11-14 12:27 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 678 bytes --]

On 13 November 2017 at 17:58, Robert Yang <liezhi.yang@windriver.com> wrote:

> -SRC_URI = "http://snapshot.debian.org/archive/debian/
> 20170402T211732Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz"
> +SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
>  # the package is taken from snapshots.debian.org; that source is static
> and goes stale
>  # so we check the latest upstream from a directory that does get updated
>  UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"


Don't use DEBIAN_MIRROR as files are removed when they're not in an active
debian release anymore.  Please continue to use snapshot.debian.org but
update the full URL.

Ross

[-- Attachment #2: Type: text/html, Size: 1333 bytes --]

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

* Re: [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28
  2017-11-14 12:07   ` Burton, Ross
@ 2017-11-15  1:59     ` Robert Yang
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-15  1:59 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core



On 11/14/2017 08:07 PM, Burton, Ross wrote:
> On 13 November 2017 at 17:58, Robert Yang <liezhi.yang@windriver.com 
> <mailto:liezhi.yang@windriver.com>> wrote:
> 
>     -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
>     +LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
> 
> 
> No explanation for this change.

Sorry, I wrongly thought I had, but didn't, updated in the repo just now:

commit 511b83d32ce9442a4cf767c38196a275b6514260
Author: Robert Yang <liezhi.yang@windriver.com>
Date:   Mon Nov 13 10:13:51 2017 +0800

     debianutils: 4.8.1.1 -> 4.8.3

     Update LIC_FILES_CHKSUM because it changed http:// to https://.


// Robert

> 
> Ross


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

* Re: [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3
  2017-11-14 12:27   ` Burton, Ross
@ 2017-11-15  2:22     ` Robert Yang
  0 siblings, 0 replies; 18+ messages in thread
From: Robert Yang @ 2017-11-15  2:22 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core



On 11/14/2017 08:27 PM, Burton, Ross wrote:
> On 13 November 2017 at 17:58, Robert Yang <liezhi.yang@windriver.com 
> <mailto:liezhi.yang@windriver.com>> wrote:
> 
>     -SRC_URI =
>     "http://snapshot.debian.org/archive/debian/20170402T211732Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz
>     <http://snapshot.debian.org/archive/debian/20170402T211732Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz>"
>     +SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
>       # the package is taken from snapshots.debian.org
>     <http://snapshots.debian.org>; that source is static and goes stale
>       # so we check the latest upstream from a directory that does get updated
>       UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
> 
> Don't use DEBIAN_MIRROR as files are removed when they're not in an active 
> debian release anymore.  Please continue to use snapshot.debian.org 
> <http://snapshot.debian.org> but update the full URL.

Sorry, but I couldn't find debianutils_4.8.3 on snapshot.debian.org when I
updated the recipe on Friday, but I found it today since there is a
20171113T125547Z (created on 2017.11.13) now.

Updated in the repo.

commit 511b83d32ce9442a4cf767c38196a275b6514260
Author: Robert Yang <liezhi.yang@windriver.com>
Date:   Mon Nov 13 10:13:51 2017 +0800

     debianutils: 4.8.1.1 -> 4.8.3

     Update LIC_FILES_CHKSUM because it changed http:// to https://.

     Signed-off-by: Robert Yang <liezhi.yang@windriver.com>

diff --git a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb 
b/meta/recipes-support/debianutils/debianutils_4.8.3.bb
similarity index 86%
rename from meta/recipes-support/debianutils/debianutils_4.8.1.1.bb
rename to meta/recipes-support/debianutils/debianutils_4.8.3.bb
index 1857d4b..9a36511 100644
--- a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.8.3.bb
@@ -3,13 +3,15 @@ SECTION = "base"
  LICENSE = "GPLv2 & SMAIL_GPL"
  LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"

-SRC_URI = 
"http://snapshot.debian.org/archive/debian/20170402T211732Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz"
+SRC_URI = 
"http://snapshot.debian.org/archive/debian/20171113T125547Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz"
  # the package is taken from snapshots.debian.org; that source is static and 
goes stale
  # so we check the latest upstream from a directory that does get updated
  UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"

-SRC_URI[md5sum] = "ee5fcecaab071bd0c93e8a0cee65d6c4"
-SRC_URI[sha256sum] = 
"06446cd4c0d309fd31a0682c5c2f07f7613fb867f769414b9cc51f155ad73172"
+S = "${WORKDIR}/${BPN}"
+
+SRC_URI[md5sum] = "f09fb52093f799c72de04a7ede1b7411"
+SRC_URI[sha256sum] = 
"7102246d1c35260ed7f0458a9886acf655c379d14908415574494cdea45e28fb"

  inherit autotools update-alternatives

// Robert

> 
> Ross


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

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

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13 17:58 [PATCH 00/10] Packages upgrade Robert Yang
2017-11-13 17:58 ` [PATCH 01/10] autoconf-archive: 2016.09.16 -> 2017.09.28 Robert Yang
2017-11-14 12:07   ` Burton, Ross
2017-11-15  1:59     ` Robert Yang
2017-11-13 17:58 ` [PATCH 02/10] debianutils: 4.8.1.1 -> 4.8.3 Robert Yang
2017-11-14 12:27   ` Burton, Ross
2017-11-15  2:22     ` Robert Yang
2017-11-13 17:58 ` [PATCH 03/10] e2fsprogs: 1.43.5 -> 1.43.7 Robert Yang
2017-11-13 17:58 ` [PATCH 04/10] file: 5.31 -> 5.32 Robert Yang
2017-11-13 17:58 ` [PATCH 05/10] git: 2.13.3 -> 2.15.0 Robert Yang
2017-11-13 17:58 ` [PATCH 06/10] liberror-perl: 0.17024 -> 0.17025 Robert Yang
2017-11-13 17:58 ` [PATCH 07/10] logrotate: 3.12.3 -> 3.13.0 Robert Yang
2017-11-13 17:58 ` [PATCH 08/10] less: 487 -> 527 Robert Yang
2017-11-13 17:58 ` [PATCH 09/10] libsdl2: 2.0.5 -> 2.0.7 Robert Yang
2017-11-13 17:58 ` [PATCH 10/10] strace: 4.18 -> 4.19 Robert Yang
2017-11-14  5:48 ` [PATCH 00/10] Packages upgrade Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2017-02-10  3:23 Robert Yang
2016-06-13  9:16 Hongxu Jia

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