採用情報

お問い合わせ

BLOG

Yocto Project

2024 年 11 月 14 日

Yocto Project 5.1 リリース

はじめに

2024/10/17 に Yocto Project 5.1 がリリースされました。Yocto Project 5.x 系のマイナーリリースとなります。

所感

Yocto Project 5.1(Styhead) には多くのパッケージバージョンの更新、バグ、脆弱性の修正、ツールの機能強化が含まれています。

目を引くものとしては SBOM 出力が SPDX 3.0( 従来は 2.2) に対応しました。全体的に CVE チェックと SBOM 出力関連について多くの対応が入っている印象です。

最新版のリリース物

リポジトリ情報

poky

Repository Name: poky
Repository Location: https://git.yoctoproject.org/poky
Branch: styhead
Tag: yocto-5.1
Git Revision: 8f01ae5c7cba251ed25c80f0141a950ebc8a5f73
Release Artefact: poky-8f01ae5c7cba251ed25c80f0141a950ebc8a5f73
sha: 91f5b2bc8a2be153ac2c358aa8ad71737b4f91e83d2c3ed1aac4f5f087991769
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-5.1/poky-8f01ae5c7cba251ed25c80f0141a950ebc8a5f73.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-5.1/poky-8f01ae5c7cba251ed25c80f0141a950ebc8a5f73.tar.bz2

openembedded-core

Repository Name: openembedded-core
Repository Location: https://git.openembedded.org/openembedded-core
Branch: styhead
Tag: yocto-5.1
Git Revision: 161c5b311f1aeb8f254dca96331b31d5b67fc92d
Release Artefact: oecore-161c5b311f1aeb8f254dca96331b31d5b67fc92d
sha: 7b8ea61a3b811556f40b0912ee22b3ef37bccead1d65fb7e1c35a47aff4ca718
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-5.1/oecore-161c5b311f1aeb8f254dca96331b31d5b67fc92d.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-5.1/oecore-161c5b311f1aeb8f254dca96331b31d5b67fc92d.tar.bz2

meta-mingw

Repository Name: meta-mingw
Repository Location: https://git.yoctoproject.org/meta-mingw
Branch: styhead
Tag: yocto-5.1
Git Revision: 4ac6cbfdce1f85294bd54bcd8b074f7ef32c378f
Release Artefact: meta-mingw-4ac6cbfdce1f85294bd54bcd8b074f7ef32c378f
sha: 7759361e141654cc84aad486ad36a9ddaf7ee47feebe2cc6dca3175f1922b7c4
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-5.1/meta-mingw-4ac6cbfdce1f85294bd54bcd8b074f7ef32c378f.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-5.1/meta-mingw-4ac6cbfdce1f85294bd54bcd8b074f7ef32c378f.tar.bz2

bitbake

Repository Name: bitbake
Repository Location: https://git.openembedded.org/bitbake
Branch: 2.10
Tag: yocto-5.1
Git Revision: d3c84198771b7f79aa84dc73061d8ca071fe18f3
Release Artefact: bitbake-d3c84198771b7f79aa84dc73061d8ca071fe18f3
sha: 4b64120f26878a661d1aaf0b0bb5009a21614e2db0649c728cc9d4c16b1050b6
Download Locations:
http://downloads.yoctoproject.org/releases/yocto/yocto-5.1/bitbake-d3c84198771b7f79aa84dc73061d8ca071fe18f3.tar.bz2
http://mirrors.kernel.org/yocto/yocto/yocto-5.1/bitbake-d3c84198771b7f79aa84dc73061d8ca071fe18f3.tar.bz2

yocto-docs

Repository Name: yocto-docs
Repository Location: https://git.yoctoproject.org/yocto-docs
Branch: styhead
Tag: yocto-5.1
Git Revision: c32b55b3403dcfd76a4694ff407d4b513e14c8f4

リリース内容

Yocto Project 5.1 は LTS ではなく通常リリースとなります。2025/5 までサポートされます。

Linux kernel 6.10、gcc 14.2、 glibc 2.40、その他 300 以上のレシピが更新されました。

詳細は [ANNOUNCEMENT] Yocto Project 5.1 is Released を参照ください。

新機能 / 機能拡張

いくつか抜粋します。

ユーティリティスクリプト
新規のスクリプト
  • cve-json-to-text: cve-check の出力結果の JSON ファイルをテキストファイルに変換
  • makefile-getvar: Makefile から任意の変数の値を取得
  • pull-spdx-licenses: SPDX のライセンス情報を抜き出し、ライセンス情報を更新
更新されたスクリプト
  • bitbake-layers: show-machines サブコマンドを追加
セキュリティ関連
  • busybox: TLS 関連のデフォルトに busybox ではなく openssl バックエンドを使用するように変更
  • QEMU マシン : SSH ホスト鍵の事前生成をデフォルトでは制限
CVE チェック関連
  • cve-check の処理で NVD データベースのローカルコピーを使用するように変更
  • CVE 情報のステータスに「Unknown」が追加
  • CVE 情報の内部ステータスに下記が追加
内部ステータス 概要 ステータス
fix-file-included 修正されたファイルが含まれている場合に自動的に設定される Patched
version-not-in-range レシピのバージョン番号が脆弱性の範囲に含まれて いない 場合に自動的に設定される Patched
version-in-range レシピのバージョン番号が脆弱性の範囲に含まれて いる 場合に自動的に設定される Unpatched
unknown 脆弱性が含まれているか判断できない場合に使用する Unknown
  • テキスト形式の出力を廃止 ( 前述の cve-json-to-text スクリプトで変換可能 )
  • DISTRO で CVE チェックのポリシーをオーバーライドできるように変更
SBOM(SPDX) 出力関連
  • SPDX 3.0 形式の出力をサポート
  • デフォルトで SPDX 3.0 形式で出力するように変更
  • レシピの SBOM 出力を除外する機能を追加
  • multilib の SBOM 出力をサポート

既知の問題 (Known issue)

  • oeqa/runtime: ターゲットが "beaglebone-yocto" の場合に「parselogs」のテストが失敗する。詳細は「bug 15624」参照

脆弱性フィックス

5.1 で修正された脆弱性は下記になります。

パッケージ CVE
apr CVE-2023-49582
busybox CVE-2021-42380 CVE-2023-42363 CVE-2023-42364 CVE-2023-42365 CVE-2023-42366
cups CVE-2024-35235
curl CVE-2024-6197 CVE-2024-6874 CVE-2024-7264
expat CVE-2024-45490 CVE-2024-45491 CVE-2024-45492.
gcc CVE-2023-4039
gdk-pixbuf CVE-2022-48622
ghostscript CVE-2024-33869 CVE-2023-52722 CVE-2024-33870 CVE-2024-33871 CVE-2024-29510
git CVE-2024-32002 CVE-2024-32004 CVE-2024-32020 CVE-2024-32021 CVE-2024-32465
glibc CVE-2024-2961 CVE-2024-33599 CVE-2024-33600 CVE-2024-33601 CVE-2024-33602
go CVE-2024-24790
gtk+3 CVE-2024-6655
linux-yocto/6.10 CVE-2020-16119
linux-yocto/6.6 CVE-2020-16119
llvm CVE-2024-0151
ncurses CVE-2023-50495 CVE-2023-45918
openssh CVE-2024-6387
openssl CVE-2024-4603 CVE-2024-4741
ovmf CVE-2023-45236 CVE-2023-45237 CVE-2024-25742
python3 CVE-2024-7592 CVE-2024-8088 CVE-2024-6232
ruby CVE-2024-27282 CVE-2024-27281 CVE-2024-27280
tiff CVE-2024-7006
vim CVE-2024-41957 CVE-2024-41965 CVE-2024-43374 CVE-2024-43790 CVE-2024-43802
wget CVE-2024-38428
wpa-supplicant CVE-2024-5290 CVE-2023-52160
xserver-xorg CVE-2024-31080 CVE-2024-31081 CVE-2024-31082 CVE-2024-31083

レシピの更新

更新 ( バージョンアップ ) されたレシピは以下になります。

レシピ 更新前 更新後
acpica 20240322 20240827
adwaita-icon-theme 45.0 46.2
alsa-lib 1.2.11 1.2.12
alsa-plugins 1.2.7.1 1.2.12
alsa-ucm-conf 1.2.11 1.2.12
alsa-utils 1.2.11 1.2.12
asciidoc 10.2.0 10.2.1
at-spi2-core 2.50.1 2.52.0
attr 2.5.1 2.5.2
automake 1.16.5 1.17
base-passwd 3.6.3 3.6.4
bash 5.2.21 5.2.32
bash-completion 2.12.0 2.14.0
bind 9.18.28 9.20.1
binutils 2.42 2.43.1
binutils-cross 2.42 2.43.1
binutils-cross-canadian 2.42 2.43.1
binutils-crosssdk 2.42 2.43.1
bluez5 5.72 5.78
boost 1.84.0 1.86.0
boost-build-native 1.84.0 1.86.0
btrfs-tools 6.7.1 6.10.1
build-appliance-image 15.0.0 (bf88a67b4523...) 15.0.0 (7cc8bf7af794...)
ca-certificates 20211016 20240203
cairo 1.18.0 1.18.2
cargo 1.75.0 1.79.0
cargo-c-native 0.9.30+cargo-0.77.0 0.10.3+cargo-0.81.0
ccache 4.9.1 4.10.2
cmake 3.28.3 3.30.2
cmake-native 3.28.3 3.30.2
connman 1.42 1.43
coreutils 9.4 9.5
cracklib 2.9.11 2.10.2
createrepo-c 1.0.4 1.1.4
cross-localedef-native 2.39+git 2.40+git
cryptodev-linux 1.13+gitX 1.14
cryptodev-module 1.13+gitX 1.14
cryptodev-tests 1.13+gitX 1.14
curl 8.7.1 8.9.1
debianutils 5.16 5.20
dhcpcd 10.0.6 10.0.10
diffoscope 259 277
dmidecode 3.5 3.6
dnf 4.19.0 4.21.1
dpkg 1.22.0 1.22.11
dropbear 2022.83 2024.85
e2fsprogs 1.47.0 1.47.1
ell 0.64 0.68
enchant2 2.6.7 2.8.2
encodings 1.0.7 1.1.0
epiphany 46.0 46.3
erofs-utils 1.7.1 1.8.1
ethtool 6.7 6.10
ffmpeg 6.1.1 7.0.2
findutils 4.9.0 4.10.0
freetype 2.13.2 2.13.3
fribidi 1.0.14 1.0.15
gcc 13.3.0 14.2.0
gcc-cross 13.3.0 14.2.0
gcc-cross-canadian 13.3.0 14.2.0
gcc-crosssdk 13.3.0 14.2.0
gcc-runtime 13.3.0 14.2.0
gcc-sanitizers 13.3.0 14.2.0
gcc-source 13.3.0 14.2.0
gcr 4.2.1 4.3.0
gdb 14.2 15.1
gdb-cross 14.2 15.1
gdb-cross-canadian 14.2 15.1
gdbm 1.23 1.24
gi-docgen 2023.3 2024.1
git 2.44.1 2.46.0
glib-2.0 2.78.6 2.82.1
glib-networking 2.78.1 2.80.0
glibc 2.39+git 2.40+git
glibc-locale 2.39+git 2.40+git
glibc-mtrace 2.39+git 2.40+git
glibc-scripts 2.39+git 2.40+git
glibc-testsuite 2.39+git 2.40+git
glibc-y2038-tests 2.39+git 2.40+git
glslang 1.3.275.0 1.3.290.0
gnu-config 20240101+git 20240823+git
gnu-efi 3.0.17 3.0.18
gnupg 2.4.4 2.5.0
gnutls 3.8.4 3.8.6
go-helloworld 0.1 (d9923f6970e9...) 0.1 (39e772fc2670...)
gobject-introspection 1.78.1 1.80.1
gptfdisk 1.0.9 1.0.10
gsettings-desktop-schemas 46.0 47.1
gst-devtools 1.22.12 1.24.6
gstreamer1.0 1.22.12 1.24.6
gstreamer1.0-libav 1.22.12 1.24.6
gstreamer1.0-plugins-bad 1.22.12 1.24.6
gstreamer1.0-plugins-base 1.22.12 1.24.6
gstreamer1.0-plugins-good 1.22.12 1.24.6
gstreamer1.0-plugins-ugly 1.22.12 1.24.6
gstreamer1.0-python 1.22.12 1.24.6
gstreamer1.0-rtsp-server 1.22.12 1.24.6
gstreamer1.0-vaapi 1.22.12 1.24.6
gtk+3 3.24.41 3.24.43
gtk-doc 1.33.2 1.34.0
gtk4 4.14.1 4.16.0
harfbuzz 8.3.0 9.0.0
hicolor-icon-theme 0.17 0.18
hwlatdetect 2.6 2.7
icu 74-2 75-1
ifupdown 0.8.41 0.8.43
iproute2 6.7.0 6.10.0
iputils 20240117 20240905
iw 6.7 6.9
json-glib 1.8.0 1.10.0
kea 2.4.1 2.6.1
kexec-tools 2.0.28 2.0.29
kmod 31 33
kmscube 0.0.1+git (6ab022fdfcfe...) 0.0.1+git (467e86c5cbeb...)
less 643 661
libadwaita 1.5.2 1.6.0
libassuan 2.5.6 3.0.1
libbsd 0.12.1 0.12.2
libcap 2.69 2.70
libcomps 0.1.20 0.1.21
libdnf 0.73.2 0.73.3
libdrm 2.4.120 2.4.123
libedit 20230828-3.1 20240808-3.1
libevdev 1.13.1 1.13.2
libfontenc 1.1.7 1.1.8
libgcc 13.3.0 14.2.0
libgcc-initial 13.3.0 14.2.0
libgcrypt 1.10.3 1.11.0
libgfortran 13.3.0 14.2.0
libgit2 1.7.2 1.8.1
libgpg-error 1.48 1.50
libical 3.0.17 3.0.18
libinput 1.25.0 1.26.1
libjitterentropy 3.4.1 3.5.0
libksba 1.6.6 1.6.7
libnl 3.9.0 3.10.0
libpam 1.5.3 1.6.1
libpcap 1.10.4 1.10.5
libpciaccess 0.18 0.18.1
libpcre2 10.43 10.44
libpng 1.6.42 1.6.43
libportal 0.7.1 0.8.1
libproxy 0.5.4 0.5.8
librepo 1.17.0 1.18.1
librsvg 2.57.1 2.58.2
libsdl2 2.30.1 2.30.7
libslirp 4.7.0 4.8.0
libsolv 0.7.28 0.7.30
libsoup 3.4.4 3.6.0
libstd-rs 1.75.0 1.79.0
libtirpc 1.3.4 1.3.5
libtool 2.4.7 2.5.2
libtool-cross 2.4.7 2.5.2
libtool-native 2.4.7 2.5.2
libtraceevent 1.7.3 1.8.3
liburcu 0.14.0 0.14.1
liburi-perl 5.27 5.28
libva 2.20.0 2.22.0
libva-initial 2.20.0 2.22.0
libva-utils 2.20.1 2.22.0
libwebp 1.3.2 1.4.0
libwpe 1.14.2 1.16.0
libx11 1.8.9 1.8.10
libxcb 1.16 1.17.0
libxdmcp 1.1.4 1.1.5
libxfont2 2.0.6 2.0.7
libxkbcommon 1.6.0 1.7.0
libxml2 2.12.8 2.13.3
libxmlb 0.3.15 0.3.19
libxmu 1.1.4 1.2.1
libxslt 1.1.39 1.1.42
libxtst 1.2.4 1.2.5
lighttpd 1.4.74 1.4.76
linux-firmware 20240312 20240909
linux-libc-headers 6.6 6.10
linux-yocto 6.6.35+git 6.6.50+git, 6.10.8+git
linux-yocto-dev 6.9+git 6.11+git
linux-yocto-rt 6.6.35+git 6.6.50+git, 6.10.8+git
linux-yocto-tiny 6.6.35+git 6.6.50+git, 6.10.8+git
llvm 18.1.6 18.1.8
logrotate 3.21.0 3.22.0
ltp 20240129 20240524
lttng-modules 2.13.12 2.13.14
lttng-tools 2.13.13 2.13.14
lua 5.4.6 5.4.7
lz4 1.9.4 1.10.0
lzip 1.24 1.24.1
man-db 2.12.0 2.12.1
man-pages 6.06 6.9.1
mc 4.8.31 4.8.32
mdadm 4.2 4.3
meson 1.3.1 1.5.1
mkfontscale 1.2.2 1.2.3
mmc-utils 0.1+git (b5ca140312d2...) 0.1+git (123fd8b2ac39...)
mpg123 1.32.6 1.32.7
msmtp 1.8.25 1.8.26
mtd-utils 2.1.6 2.2.0
mtdev 1.1.6 1.1.7
mtools 4.0.43 4.0.44
musl 1.2.4+git 1.2.5+git
nativesdk-libtool 2.4.7 2.5.2
ncurses 6.4 6.5
nettle 3.9.1 3.10
nfs-utils 2.6.4 2.7.1
nghttp2 1.61.0 1.63.0
ninja 1.11.1 1.12.1
npth 1.6 1.7
ofono 2.4 2.10
opensbi 1.4 1.5.1
openssh 9.6p1 9.8p1
openssl 3.2.3 3.3.1
opkg 0.6.3 0.7.0
opkg-utils 0.6.3 0.7.0
ovmf edk2-stable202402 edk2-stable202408
p11-kit 0.25.3 0.25.5
pango 1.52.1 1.54.0
pciutils 3.11.1 3.13.0
perl 5.38.2 5.40.0
perlcross 1.5.2 1.6
piglit 1.0+gitr (22eaf6a91cfd...) 1.0+gitr (c11c9374c144...)
pinentry 1.2.1 1.3.1
pkgconf 2.1.1 2.3.0
psmisc 23.6 23.7
ptest-runner 2.4.4+git 2.4.5+git
puzzles 0.0+git (80aac3104096...) 0.0+git (1c1899ee1c4e...)
python3-alabaster 0.7.16 1.0.0
python3-attrs 23.2.0 24.2.0
python3-babel 2.14.0 2.16.0
python3-bcrypt 4.1.2 4.2.0
python3-beartype 0.17.2 0.18.5
python3-build 1.1.1 1.2.1
python3-certifi 2024.2.2 2024.8.30
python3-cffi 1.16.0 1.17.0
python3-cryptography 42.0.5 42.0.8
python3-cryptography-vectors 42.0.5 42.0.8
python3-cython 3.0.8 3.0.11
python3-dbusmock 0.31.1 0.32.1
python3-docutils 0.20.1 0.21.2
python3-dtschema 2024.2 2024.5
python3-git 3.1.42 3.1.43
python3-hatchling 1.21.1 1.25.0
python3-hypothesis 6.98.15 6.111.2
python3-idna 3.7 3.8
python3-jsonpointer 2.4 3.0.0
python3-jsonschema 4.21.1 4.23.0
python3-libarchive-c 5.0 5.1
python3-license-expression 30.2.0 30.3.1
python3-lxml 5.0.0 5.3.0
python3-mako 1.3.2 1.3.5
python3-markdown 3.5.2 3.6
python3-maturin 1.4.0 1.7.1
python3-meson-python 0.15.0 0.16.0
python3-more-itertools 10.2.0 10.4.0
python3-packaging 23.2 24.1
python3-pbr 6.0.0 6.1.0
python3-pip 24.0 24.2
python3-pluggy 1.4.0 1.5.0
python3-psutil 5.9.8 6.0.0
python3-pyasn1 0.5.1 0.6.0
python3-pycairo 1.26.0 1.26.1
python3-pycparser 2.21 2.22
python3-pyelftools 0.30 0.31
python3-pygments 2.17.2 2.18.0
python3-pygobject 3.46.0 3.48.2
python3-pyopenssl 24.0.0 24.2.1
python3-pyparsing 3.1.1 3.1.4
python3-pyproject-metadata 0.7.1 0.8.0
python3-pytest 8.0.2 8.3.2
python3-pytest-subtests 0.11.0 0.13.1
python3-pyyaml 6.0.1 6.0.2
python3-referencing 0.33.0 0.35.1
python3-requests 2.31.0 2.32.3
python3-rpds-py 0.18.0 0.20.0
python3-scons 4.6.0 4.8.0
python3-setuptools 69.1.1 72.1.0
python3-setuptools-rust 1.9.0 1.10.1
python3-setuptools-scm 8.0.4 8.1.0
python3-sphinx 7.2.6 8.0.2
python3-sphinxcontrib-applehelp 1.0.8 2.0.0
python3-sphinxcontrib-devhelp 1.0.6 2.0.0
python3-sphinxcontrib-htmlhelp 2.0.5 2.1.0
python3-sphinxcontrib-qthelp 1.0.7 2.0.0
python3-sphinxcontrib-serializinghtml 1.1.10 2.0.0
python3-testtools 2.7.1 2.7.2
python3-trove-classifiers 2024.2.23 2024.7.2
python3-typing-extensions 4.10.0 4.12.2
python3-uritools 4.0.2 4.0.3
python3-urllib3 2.2.1 2.2.2
python3-webcolors 1.13 24.8.0
python3-websockets 12.0 13.0.1
python3-wheel 0.42.0 0.44.0
python3-zipp 3.17.0 3.20.1
qemu 8.2.3 9.0.2
qemu-native 8.2.3 9.0.2
qemu-system-native 8.2.3 9.0.2
quilt 0.67 0.68
quilt-native 0.67 0.68
readline 8.2 8.2.13
repo 2.42 2.46
rng-tools 6.16 6.17
rpcbind 1.2.6 1.2.7
rsync 3.2.7 3.3.0
rt-tests 2.6 2.7
ruby 3.2.2 3.3.4
rust 1.75.0 1.79.0
rust-cross-canadian 1.75.0 1.79.0
rust-llvm 1.75.0 1.79.0
shaderc 2023.8 2024.1
shadow 4.14.2 4.16.0
spirv-headers 1.3.275.0 1.3.290.0
spirv-tools 1.3.275.0 1.3.290.0
sqlite3 3.45.1 3.46.1
strace 6.7 6.10
stress-ng 0.17.05 0.18.02
sysklogd 2.5.2 2.6.1
sysstat 12.7.5 12.7.6
systemd 255.4 256.5
systemd-boot 255.4 256.5
systemd-boot-native 255.4 256.5
systemtap 5.0 5.1
systemtap-native 5.0 5.1
taglib 2.0.1 2.0.2
tcl 8.6.13 8.6.14
texinfo 7.0.3 7.1
ttyrun 2.31.0 2.34.0
u-boot 2024.01 2024.07
u-boot-tools 2024.01 2024.07
util-linux 2.39.3 2.40.2
util-linux-libuuid 2.39.3 2.40.2
util-macros 1.20.0 1.20.1
vala 0.56.15 0.56.17
valgrind 3.22.0 3.23.0
vte 0.74.2 0.76.3
vulkan-headers 1.3.275.0 1.3.290.0
vulkan-loader 1.3.275.0 1.3.290.0
vulkan-samples git (2307c3eb5608...) git (fdce530c0295...)
vulkan-tools 1.3.275.0 1.3.290.0
vulkan-utility-libraries 1.3.275.0 1.3.290.0
vulkan-validation-layers 1.3.275.0 1.3.290.0
vulkan-volk 1.3.275.0 1.3.290.0
waffle 1.7.2 1.8.1
wayland 1.22.0 1.23.1
wayland-protocols 1.33 1.37
webkitgtk 2.44.1 2.44.3
weston 13.0.1 13.0.3
wget 1.21.4 1.24.5
wpa-supplicant 2.10 2.11
x264 r3039+git (baee400fa9ce...) r3039+git (31e19f92f00c...)
xauth 1.1.2 1.1.3
xcb-proto 1.16.0 1.17.0
xev 1.2.5 1.2.6
xkeyboard-config 2.41 2.42
xmlto 0.0.28+0.0.29+git 0.0.29
xorgproto 2023.2 2024.1
xwayland 23.2.5 24.1.2
xz 5.4.6 5.6.2
zstd 1.5.5 1.5.6
この記事の著者
三ツ木 祐介 ( みつきん )

2020 年サイバートラスト入社。組み込み Linux に関わる業務に従事している。 Yocto Project 公式実践講座 (LFD461-JP) 講師。 個人ブログ「 みつきんのメモ 」にて Yocto Project 関連の情報を発信。 2015 年から CQ 出版のインターフェース誌に寄稿を開始、2022 年 9 月号 より「Yocto Project ではじめる組み込み Linux 開発入門」を連載中。

本記事に関連するリンク
CentOS 7 延長サポートサービス
デジタルトランスフォーメーションのための電子認証基盤 iTrust
SSL/TLS サーバー証明書 SureServer Prime