[oe-commits] [openembedded-core] branch zeus updated (832588c -> 00e0bc9)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 11 23:05:53 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch zeus
in repository openembedded-core.

    from 832588c  build-appliance-image: Update to zeus head revision
     new ac61505  Revert "bzip2: Fix CVE-2019-12900"
     new be88383  rsync: whitelist CVE-2017-16548
     new 30f4f40  curl: fix CVE-2019-15601
     new c06d69e  cpio: fix CVE-2019-14866
     new 803391e  devtool/standard.py: Allow recipe to disable menuconfig logic
     new 8ebd3b4  gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'
     new 428c8a3  opkg-utils: upgrade to version 0.4.2
     new ff31fa7  opkg-utils: Fix reproducibility issues in opkg-build
     new 38359c7  oeqa/reproducible: Improve test output and ensure deb+ipk compared
     new 81d3832  classes/reproducible_build: Read SDE file later
     new 89f517c  sudo: Set vardir deterministically
     new 0e0111a  libxshmfence: Set shm directory deterministically
     new 055766f  mc: Fix build reproducibility
     new 60cdd91  mc: Set zipinfo presence determinstically
     new feaf05c  mc: Fix manpage date indeterminism
     new af4a284  tar: Fix build determinism, disable rsh
     new 148f1f8  patch: Extend to native/nativesdk and depend upon
     new 77be323  libidn2: Fix reproducibility issue
     new 5c38cdf  gtk+3: sort resources for reproducible binaries
     new e120848  perl: do not install files that contain build host specific data
     new 1f630fe  perl: Fix various reproducibile build issues
     new 9411343  openssl: Fix reproducibility issue
     new 46f9c48  iputils: Fix build determinism
     new f29b56b  libinput: Fix determinism issue
     new cd2e778  libgcrypt: Fix determinism issue
     new 232430b  sudo: specify where target tools are
     new bde90e4  sysvinit: Fix Reproducibility issue
     new 7edd5e5  libevdev: Fix determinism issue
     new 7bc68f7  ncurses: Fix reproducibility issue
     new 00e0bc9  u-boot.inc: Fix devtool build u-boot for u-boot without menuconfig

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/patch.bbclass                         |   7 +
 meta/classes/reproducible_build.bbclass            |  40 ++-
 meta/lib/oeqa/selftest/cases/reproducible.py       |   9 +-
 meta/recipes-bsp/u-boot/u-boot.inc                 |   2 +
 .../openssl/openssl/reproducible.patch             |  32 +++
 .../recipes-connectivity/openssl/openssl_1.1.1d.bb |   1 +
 meta/recipes-core/meta/buildtools-tarball.bb       |   1 +
 meta/recipes-core/ncurses/ncurses.inc              |   1 +
 meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb     |   1 +
 meta/recipes-devtools/gcc/gcc-9.2.inc              |   1 +
 ...t-91102-aarch64-ICE-on-Linux-kernel-with-.patch |  95 +++++++
 ...0001-Switch-all-scripts-to-use-Python-3.x.patch | 113 --------
 ...g-build-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch |  44 ---
 .../opkg-utils/fix-reproducibility.patch           |  32 +++
 .../opkg-utils/opkg-utils/pipefail.patch           |  31 --
 .../{opkg-utils_0.4.1.bb => opkg-utils_0.4.2.bb}   |  13 +-
 meta/recipes-devtools/patch/patch_2.7.6.bb         |   3 +
 meta/recipes-devtools/perl/files/determinism.patch |  81 ++++++
 meta/recipes-devtools/perl/perl-ptest.inc          |   3 +
 meta/recipes-devtools/perl/perl_5.30.0.bb          |   4 +
 meta/recipes-devtools/rsync/rsync_3.1.3.bb         |   3 +
 .../bzip2/bzip2-1.0.6/CVE-2019-12900.patch         |  36 ---
 .../cpio/cpio-2.12/CVE-2019-14866.patch            | 316 +++++++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.12.bb            |   1 +
 meta/recipes-extended/iputils/iputils_s20190709.bb |   3 +-
 meta/recipes-extended/libidn/libidn2_2.2.0.bb      |   3 +-
 ...0001-Add-option-to-control-configure-args.patch |  99 +++++++
 meta/recipes-extended/mc/files/nomandate.patch     |  21 ++
 meta/recipes-extended/mc/mc_4.8.23.bb              |   7 +-
 meta/recipes-extended/sudo/sudo.inc                |   2 +-
 meta/recipes-extended/sudo/sudo_1.8.27.bb          |  10 +-
 meta/recipes-extended/tar/tar_1.32.bb              |   2 +
 meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch |  19 ++
 meta/recipes-gnome/gtk+/gtk+3_3.24.8.bb            |   1 +
 .../wayland/libinput/determinism.patch             |  21 ++
 meta/recipes-graphics/wayland/libinput_1.14.1.bb   |   4 +-
 meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb |   2 +
 .../recipes-support/curl/curl/CVE-2019-15601.patch |  46 +++
 meta/recipes-support/curl/curl_7.66.0.bb           |   1 +
 .../libevdev/libevdev/determinism.patch            |  34 +++
 meta/recipes-support/libevdev/libevdev_1.8.0.bb    |   3 +-
 .../libgcrypt/files/determinism.patch              |  32 +++
 meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb  |   1 +
 scripts/lib/devtool/standard.py                    |   6 +-
 44 files changed, 935 insertions(+), 252 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/reproducible.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-9.2/re-PR-target-91102-aarch64-ICE-on-Linux-kernel-with-.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-Switch-all-scripts-to-use-Python-3.x.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/0001-opkg-build-clamp-mtimes-to-SOURCE_DATE_EPOCH.patch
 create mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/fix-reproducibility.patch
 delete mode 100644 meta/recipes-devtools/opkg-utils/opkg-utils/pipefail.patch
 rename meta/recipes-devtools/opkg-utils/{opkg-utils_0.4.1.bb => opkg-utils_0.4.2.bb} (83%)
 create mode 100644 meta/recipes-devtools/perl/files/determinism.patch
 delete mode 100644 meta/recipes-extended/bzip2/bzip2-1.0.6/CVE-2019-12900.patch
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/CVE-2019-14866.patch
 create mode 100644 meta/recipes-extended/mc/files/0001-Add-option-to-control-configure-args.patch
 create mode 100644 meta/recipes-extended/mc/files/nomandate.patch
 create mode 100644 meta/recipes-gnome/gtk+/gtk+3/sort-resources.patch
 create mode 100644 meta/recipes-graphics/wayland/libinput/determinism.patch
 create mode 100644 meta/recipes-support/curl/curl/CVE-2019-15601.patch
 create mode 100644 meta/recipes-support/libevdev/libevdev/determinism.patch
 create mode 100644 meta/recipes-support/libgcrypt/files/determinism.patch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list