This service is available only in Japanese-language.

Yocto3.0.2(Zeus)リリース


2020年2月26日付けでYocto3.0.1 (Zeus)のリリースがアナウンスされています。
2020/02/19にコミットされたものがQAを経てのリリースとなっています。
#ポイントリリースは、リリース迄の日程が早くなっています。
当初のリリーススケジュールでは、2.7.3 の後のリリース予定となっていましたが、
2.7.3はQA中に発生したエラー対処のため、リリースが遅れています。

現時点では、リリース版作成以降の更新は発生していませんが、下記に有るよう
opensshのptestに失敗する現象が確認されており、修正がリリース予定となって
います。

本リリースの詳細は以下のURLにてご確認下さい。
https://lists.yoctoproject.org/g/yocto-announce/message/182

----------------
Known Issues
----------------
Bug 13796: openssh ptest failed. This issue has a fix on master and needs porting to zues. The fix will be available in next release.

----------------
Security Fixes
----------------
cpio: fix CVE-2019-14866
curl: fix CVE-2019-15601
rsync: whitelist CVE-2017-16548
Revert "bzip2: Fix CVE-2019-12900"
bzip2: Fix CVE-2019-12900
bash: Fix CVE-2019-18276
libxml2: Fix CVE-2019-19956
python/python3: Whitelist CVE-2019-18348
openssl: Whitelist CVE-2019-0190
sysstat: fix CVE-2019-19725
openssl: fix CVE-2019-1551
cve-check: Switch to NVD CVE JSON feed version 1.1
python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652
glib: Whitelist CVE-2019-12450
libarchive: fix CVE-2019-19221
glibc: fix CVE-2019-19126
nasm: fix CVE-2019-14248
ghostscript: fix for CVE-2019-14811 is same as CVE-2019-14813
go: fix CVE-2019-17596
bind: Whitelist CVE-2019-6470
gdb: Fix CVE-2019-1010180
ghostscript: CVE-2019-14869

----------------
Fixes
----------------
Revert "bash: Fix CVE-2019-18276"
bitbake: cooker/siggen: Empty siggen cache during parsing
build-appliance-image: Update to zeus head revision
u-boot.inc: Fix devtool build u-boot for u-boot without menuconfig
ncurses: Fix reproducibility issue
libevdev: Fix determinism issue
sysvinit: Fix Reproducibility issue
sudo: specify where target tools are
libgcrypt: Fix determinism issue
libinput: Fix determinism issue
iputils: Fix build determinism
openssl: Fix reproducibility issue
perl: Fix various reproducibile build issues
perl: do not install files that contain build host specific data
gtk+3: sort resources for reproducible binaries
libidn2: Fix reproducibility issue
patch: Extend to native/nativesdk and depend upon
tar: Fix build determinism, disable rsh
mc: Fix manpage date indeterminism
mc: Set zipinfo presence determinstically
mc: Fix build reproducibility
libxshmfence: Set shm directory deterministically
sudo: Set vardir deterministically
classes/reproducible_build: Read SDE file later
oeqa/reproducible: Improve test output and ensure deb+ipk compared
opkg-utils: Fix reproducibility issues in opkg-build
opkg-utils: upgrade to version 0.4.2
gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'
devtool/standard.py: Allow recipe to disable menuconfig logic
bitbake: siggen: Avoid cache mismatch issues with locked sigs
bitbake: siggen: Cache unihash values to avoid cache lookup
bitbake: siggen: Optimise get_unihash disk based cache handling
bitbake: cooker/toaster: replaced deprecated method warn() with warning()
bitbake: persist_data.py: Immediately get exclusive lock in __setitem__
bitbake: fetch2/git: _revision_key: collapse adjacent slashes
bitbake: fetch2: do not suffix srcrev cache key with PN
build-appliance-image: Update to zeus head revision
poky.conf: Bump version for 3.0.2 zeus release
Documentation: Prepared for 3.0.2 release
python2: add ntpath
webkitgtk: fix occasional link error
core: recipes: fix some native tools dependencies
kbd: avoid vlock conflict with busybox
kbd: configure.ac: Fix logic of vlock configure switch
Adding memoriam to scottrif
bitbake: runqueue: Use a set for the setscene tasks list
bitbake: knotty: Be consistent when creating/updating progress bars
bitbake: knotty: Hide the footer if a process progress bar is shown
bitbake: cooker: Keep track of watched files using a set instead of a list
sstatesig: Improve debug output if getpwuid() fails
scripts/oe-build-perf-report: Avoid buildstats warning
sstatesig: Test cross/native hashserv method extension
wic/filemap: If FIGETBSZ iotctl fail, failback to os.stat
multilib.conf: Ensure that RECIPE_SYSROOT is unchanged for native
linuxloader: Correct loader for glibc on armhf
license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses
licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable
sanity.bbclass: Move sanity_info from conf to cache
populate_sdk_ext.bbclass: No longer needed to clean away conf/sanity_info
toaster.bbclass: Correct pkgdatadir path in toaster_package_dumpdata()
bitbake: cache: Lower debug level for wold build messages
bitbake: siggen: Test extra cross/native hashserv method
bitbake: runqueue: Fix task dependency corner case in sanity test
bitbake: runqueue: Ensure task dependencies are run correctly
bitbake: runqueue: Fix equiv hash handling build failures
bitbake: prserv/serv: Use with while reading pidfile
bitbake: lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directories
bitbake: lib/bb: Optimise out debug messages from cooker
bitbake: runqueue: Only call into the migrations function if migrations active
bitbake: runqueue: Optimise task filtering
bitbake: runqueue: Optimise out pointless loop iteration
bitbake: runqueue: Optimise task migration code slightly
bitbake: runqueue: Fix sstate task iteration performance
bitbake: siggen: Split get_tashhash for performance
bitbake: runqueue: Fix task mismatch failures from incorrect logic
bitbake: runqueue: Rework process_possible_migrations() to improve performance
bitbake: bb.utils.fileslocked: don't leak files if yield throws
bitbake: siggen: Fix performance issue in get_unihash
bitbake: runqueue: Batch scenequeue updates
bitbake: siggen: Ensure new unihash propagates through the system
bitbake: siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash
bitbake: knotty/uihelper: Switch from pids to tids for Task event management
bitbake: runqueue: Add extra debugging when locked sigs mismatches occur
bitbake: runqueue/siggen: Allow handling of equivalent hashes
bitbake: hashserv: Add support for equivalent hash reporting
kernel: Make symbol link to vmlinux.64 in boot directory
libsdl2: fix failure appeared in bitbake libsdl2-native
pseudo: Make realpath() remove trailing slashes
python3: Update to apply libgcc fix to libpython, glibc only
python3: RDEPEND on libgcc
python3: Upgrade 3.7.5 -> 3.7.6
systemd: Upgrade 243 -> 243.2
podfix: only alter normal files
reproducible_build_simple: inherit podfix
podfix: class to remove Pod::Man versions from manpages
liberror-perl: update 0.17027 -> 0.17028
linux-yocto/5.2: update to v5.2.28
linux-yocto/4.19/5.2/-dev: fix gcc10 build
linux-yocto/5.2: update to v5.2.27
linux-yocto/5.2: update to v5.2.26
linux-yocto/5.2: update to v5.2.25
linux-yocto/4.19: update to v4.19.87
linux-yocto/5.2: update to v5.2.24
linux-yocto/4.19: update to v4.19.84
linux-yocto/5.2: update to v5.2.23
linux-yocto/5.2: update to v5.2.22
linux-yocto/5.2: update to v5.2.21
sstate.bbclass: Fix for consistent whitespace
sstate: Ensure mkdir happens before mktemp
sstate: Ensure target sstate directory exists if unihash changes
sstate: Ensure SSTATE_PKG is reloaded when handling siginfo
sstate: Stop overwriting SSTATE_PKG
sstate: Add ability to hide summary output for sstate
lttng-modules: fix NULL pointer deference error when testing rpc_task_running
systemd-systemctl: Fix handling of aliased targets
qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies
nss: Backport clang build fix
git: upgrade 2.23.0 -> 2.23.1
YP 3.0.1 Docs: Fixed manual revision tables.
poky.ent: Fixed variables for 3.0.1.
recipes: change SRC_URI to use https
meson.bbclass: Prevent meson from downloading wrapped projects
Revert "libtirpc: create the symbol link for rpc header files"
base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot
libpng: Remove duplicate license information
opkg: Trim the text part used for the license file checksum
alsa-utils: Trim the text part used for the license file checksum
alsa-lib: Trim the text part used for the license file checksum
YP 3.0.1 Documentation: Set up the 3.0.1 release.
dev-manual: Removed duplicate paragraph for selecting init manager.
dosfstools: fix CP437 error from `dosfsck -l`
libsoup-2.4: upgrade to 2.66.4
bitbake: runqueue.py: not show warning for deferred multiconfig task