mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit e5f4a3a17ede8e344cfcca5ef7cb757f010fbcfc
parent 4c608a5529c58cbd69f08f2ceec4a574ccbceaec
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Sat,  3 May 2025 17:24:23 +0000

Upgrade libseccomp to 2.6.0

Diffstat:
Mtemplates/pkg/libseccomp | 6+++---
Mvariants/ccx-x86_64/containers.environment | 4++--
Mvariants/ccx-x86_64/default.environment | 6+++---
Mvariants/ccx-x86_64/easyseccomp | 2+-
Mvariants/ccx-x86_64/libseccomp | 6+++---
Mvariants/ccx-x86_64/system-config | 2+-
Mvariants/ccx-x86_64/system-config-init | 4++--
Mvariants/ccx-x86_64/system-config-rc | 4++--
Mvariants/root-x86_64/containers.environment | 4++--
Mvariants/root-x86_64/default.environment | 6+++---
Mvariants/root-x86_64/easyseccomp | 2+-
Mvariants/root-x86_64/libseccomp | 6+++---
Mvariants/root-x86_64/system-config | 2+-
Mvariants/root-x86_64/system-config-init | 4++--
Mvariants/root-x86_64/system-config-rc | 4++--
15 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/templates/pkg/libseccomp b/templates/pkg/libseccomp @@ -5,7 +5,7 @@ #+{{pkg_install_name("busybox")}} #+{{pkg_install_name("busybox-diffutils")}} #+{{pkg_install_name("pkgconf-pkg-config")}} -#@untar:-z:sha256:248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375:. +#@untar:-z:sha256:83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc:. {% include "functions/check_static" %} {% include "functions/build_env_static" %} @@ -14,8 +14,8 @@ def_prefix LDFLAGS=--static build_env_static -cd libseccomp-2.5.5 -autotools_static libseccomp-2.5.5 +cd libseccomp-2.6.0 +autotools_static libseccomp-2.6.0 check_static command/scmp_sys_resolver diff --git a/variants/ccx-x86_64/containers.environment b/variants/ccx-x86_64/containers.environment @@ -15,4 +15,4 @@ #+getent.497826562f0e3021d114ff3f47654fa0b574041039df71dbc4e509d38fa55447 #+fileset.4e84d6846c9db82c5ad691b8a6b63b6364b367e84f9d1490b0942b3fa28f3737 #+ccx-utils.ab28a8d701f60db69818ef22c546d02eca1ba3900bcdeaf5676bcc13d4b7f114 -#+easyseccomp.1c86442ae4953ec6d440cb8f8be686d0ce4018c9c8c8990caa8792c58c30823c- \ No newline at end of file +#+easyseccomp.7f14bf7bb7c38f8da55fe6610afe53cfbe8689d1ce49b88c6eec929917110e70+ \ No newline at end of file diff --git a/variants/ccx-x86_64/default.environment b/variants/ccx-x86_64/default.environment @@ -36,8 +36,8 @@ #+applyuidgid-caps.9856a13db04a0f0192c4208744de2c649db2ae721dc0d0dd37eb90346236a514 #+ccx-utils.ab28a8d701f60db69818ef22c546d02eca1ba3900bcdeaf5676bcc13d4b7f114 #+user-env.4e95a5387aa403e1d16a22254f21fb4cec046c69341a5eae764dd8126fb638a8 -#+system-config.bc750387b0ca0949f79f390b9e59353a3de7b5361660397907230a93608ad722 -#+system-config-rc.97705af9a4ff36bae3d5334418130b2fa2b5de28ea15543b144f100438b43230 +#+system-config.2724d9996ce58a483a5b8a0d4cc434114e4edd8e11a429b869974c047850adcb +#+system-config-rc.f8c4c9e18b989153e3f0959bc7c425c0cb2900a8a2fe1cd10b45865710b3c305 #+system-config-scripts.bdedb957b96fc1efd8259d16dac786d1d9c220dcde66996a16688989f104925d -#+system-config-init.8d78094538de8c015f79cfb56d451eb9a0ab50bcc0e57b245695c97b668f4426 +#+system-config-init.ae8ac15ce3ec56442d1fea555f0d038fdc5a3b9a24f47ab996918c0c04782635 #+system-config-zsh.250277c1fe17ccb13b5efbacd35ecb3b8342e30910cdd709f89475773bb7f309 \ No newline at end of file diff --git a/variants/ccx-x86_64/easyseccomp b/variants/ccx-x86_64/easyseccomp @@ -6,7 +6,7 @@ #+m4.46e121f61e0af52abf876bf2688ecfe70eeb04185028d6adde0085e865fdfe75 #+flex.322ebabc6eba6cdfd84b1b90f25790b8d917035872c2e6bb2f4c8e2f05eabcfd #+bison.1a189980b7909de4d49b57a4821f58147c2cc150fcd4227cb88b63342551a10f -#+libseccomp.3cd87ec8e249baee86f6ad8bfea86c571f14aa99cd42c5137d3cfef459909e3b +#+libseccomp.b501436fd877680fc6276b5fe73311d80afd039abe28c18e6f7e30c2502a3638 #@git:94422be00da71ff44c8ad1fe3455587c62ca29d3:easyseccomp #@sha256:2804690ae936210ea5d2bfacb94d501c38ad11ffd6f48e04c0611d11fef95321:easyseccomp-configure.tar diff --git a/variants/ccx-x86_64/libseccomp b/variants/ccx-x86_64/libseccomp @@ -4,7 +4,7 @@ #+busybox.ee3440974794767b833fd3299226771f170d3f8601cf225cb884f0a513db8ab3 #+busybox-diffutils.c2ebcfcad050ad71b8e30322a463b5c009f254c7a42e95c627d32665e17134dc #+pkgconf-pkg-config.86f9c193f6ccc64cc2ac696a7e3a258f01b8d0c539312ae37c08ea2354332e90 -#@untar:-z:sha256:248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375:. +#@untar:-z:sha256:83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc:. check_static() { local exe || true @@ -34,8 +34,8 @@ def_prefix LDFLAGS=--static build_env_static -cd libseccomp-2.5.5 -autotools_static libseccomp-2.5.5 +cd libseccomp-2.6.0 +autotools_static libseccomp-2.6.0 check_static command/scmp_sys_resolver diff --git a/variants/ccx-x86_64/system-config b/variants/ccx-x86_64/system-config @@ -52,7 +52,7 @@ printf '%s\n' >config/etc/skel/loginexec \ chmod +x config/etc/skel/loginexec env 'pthbs_path_system-config'="$prefix" \ - 'pthbs_path_containers=/home/ccx/versions/env.cc4b3fabbefd5fc1bf577dbf64160884001c6bf6486677d26dfd886d25620016' \ + 'pthbs_path_containers=/home/ccx/versions/env.7779d11016f7520546a8f8beec9b64e1a6c9bca0253dd7b0968cf54ab0b461b2' \ 'pthbs_path_mdevd=/home/ccx/versions/env.5049027ea8b6b4d373e16aadd3cdc63a940582ff297656e395f2131eef181671' \ make -j${JOBS:-1} -l$((1+${JOBS:-1})) all diff --git a/variants/ccx-x86_64/system-config-init b/variants/ccx-x86_64/system-config-init @@ -5,9 +5,9 @@ #+s6-portable-utils.1b8fd31be72bfe84afb28c3dfff03b1fc45121d11fc85f79c90f085fe61bc132 #+s6-linux-init.cd3e307b62e7dde98e1572eed297bd544e888d2589d4c1e7fd79271c4078ddf2 #+execline.1505a32c24aa5dbf362550f39283c9ff1936e717e5a82d220f8212cd9e604d8f -#+system-config-rc.97705af9a4ff36bae3d5334418130b2fa2b5de28ea15543b144f100438b43230 +#+system-config-rc.f8c4c9e18b989153e3f0959bc7c425c0cb2900a8a2fe1cd10b45865710b3c305 -s6rcdb=/home/ccx/versions/system-config-rc.97705af9a4ff36bae3d5334418130b2fa2b5de28ea15543b144f100438b43230/config/s6-rc-db +s6rcdb=/home/ccx/versions/system-config-rc.f8c4c9e18b989153e3f0959bc7c425c0cb2900a8a2fe1cd10b45865710b3c305/config/s6-rc-db prefix=/home/ccx/versions/$pthbs_package pkgdir="$pthbs_destdir/$prefix" diff --git a/variants/ccx-x86_64/system-config-rc b/variants/ccx-x86_64/system-config-rc @@ -3,7 +3,7 @@ #+busybox-diffutils.c2ebcfcad050ad71b8e30322a463b5c009f254c7a42e95c627d32665e17134dc #+s6-rc.fecfa43aebb0615904e0e120b9ce8c0596c9b6c577611cbadc8fbaca75196ed9 #+fileset.4e84d6846c9db82c5ad691b8a6b63b6364b367e84f9d1490b0942b3fa28f3737 -#+system-config.bc750387b0ca0949f79f390b9e59353a3de7b5361660397907230a93608ad722 +#+system-config.2724d9996ce58a483a5b8a0d4cc434114e4edd8e11a429b869974c047850adcb def_prefix() { prefix=/home/ccx/versions/$pthbs_package @@ -13,7 +13,7 @@ def_dest() { } def_dest -src=/home/ccx/versions/system-config.bc750387b0ca0949f79f390b9e59353a3de7b5361660397907230a93608ad722/config/s6-rc-source +src=/home/ccx/versions/system-config.2724d9996ce58a483a5b8a0d4cc434114e4edd8e11a429b869974c047850adcb/config/s6-rc-source s6-rc-compile ./s6-rc-db "$src" mkdir -p "$dest/config" mv -v s6-rc-db "$dest/config/" diff --git a/variants/root-x86_64/containers.environment b/variants/root-x86_64/containers.environment @@ -15,4 +15,4 @@ #+getent.a4f1c1679ad9e6d4cd167e921ee8af0f7fce4a2b7886f96223b8c7fe1ba5ba97 #+fileset.7159458f5e8c9237e1e1708cafced263dd342d5fd24ccec97ae8092d9b1c5150 #+ccx-utils.ccaa449ada3142ef075f3c80a6e475520219814490557f308ded4685231a70ac -#+easyseccomp.af04f0edc10ade70c740917e42ad9e936ee7e9a3a82325b3634d4c7510290eb6- \ No newline at end of file +#+easyseccomp.75be4d05dd46d4b53704fc8465dfae04706035138f6e93a0483f4b92777abd6e+ \ No newline at end of file diff --git a/variants/root-x86_64/default.environment b/variants/root-x86_64/default.environment @@ -36,8 +36,8 @@ #+applyuidgid-caps.2d571b717bda734b4464e7d3b36bb2c9eaa265fffd595bc090cbb137258121b8 #+ccx-utils.ccaa449ada3142ef075f3c80a6e475520219814490557f308ded4685231a70ac #+user-env.8ad55eebe32b11f005f7b5c6dc204fdccc0a53cd7294f87c1e959ea47793dbca -#+system-config.dddd598297addd3393ff7feac67dc692f0fda7e2ed485e0a51bac5da0e6881f8 -#+system-config-rc.c1bb26aa758bfdb6e9c96effef13b2a9a007cb2515d1657427e0378d9bcc31ec +#+system-config.3d02343a8c79c78f5274bc0ea2e559a4ded866ccefdf8225d76ee64036f799ea +#+system-config-rc.d1d359132fe16ae232ef5e4a1fdcbbf9a223d547caa36d10882e6f6400240824 #+system-config-scripts.4c00e32b8c4f6feef53b562356abd54830cc7e889149e4f8bcb928d6e6e93378 -#+system-config-init.fdc59ffd3c136887d4253e91b735665b5c5bfd0bc87b8b542a1d68020d7a2058 +#+system-config-init.2b3ffae1646bd7fa02ec922ce3a19be28a1a67300ec05617592e4397daf34517 #+system-config-zsh.01286ec545c7035b2e08ded96e40b73f912f33fd7eec44993a1e93e12577dc0f \ No newline at end of file diff --git a/variants/root-x86_64/easyseccomp b/variants/root-x86_64/easyseccomp @@ -6,7 +6,7 @@ #+m4.3cffaef6909a65493ddc9aba4c53f77dc594ff5ab8b58c57acaa34c654b09ff3 #+flex.42bdab01fb2083e92a4417d5fb289c468b9a1a5b8092904b965455b74559262f #+bison.d9992ea20119a82e24982f67479e65e94ec0fdc686f024f0ed04e87c83a00ef0 -#+libseccomp.5317500673d7e3712adc1f7c27edc436f3949f8dae2821458e28ec066fef997a +#+libseccomp.13abac7652f1550350cbbefb592f66b9f65f7dc013123ff2253c5551c86d6a90 #@git:94422be00da71ff44c8ad1fe3455587c62ca29d3:easyseccomp #@sha256:2804690ae936210ea5d2bfacb94d501c38ad11ffd6f48e04c0611d11fef95321:easyseccomp-configure.tar diff --git a/variants/root-x86_64/libseccomp b/variants/root-x86_64/libseccomp @@ -4,7 +4,7 @@ #+busybox.f4ef3d511c029095beda8d21dd48f7730bec63fb09792ca951402d6620338089 #+busybox-diffutils.4a0933977737282afcd82b39d435b50946a700fe13472d24e4580a41fa852123 #+pkgconf-pkg-config.ea4d3fe0fca073b8e3eb3b731df4d36c062498864ee04f68ce000a6f282b5621 -#@untar:-z:sha256:248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375:. +#@untar:-z:sha256:83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc:. check_static() { local exe || true @@ -34,8 +34,8 @@ def_prefix LDFLAGS=--static build_env_static -cd libseccomp-2.5.5 -autotools_static libseccomp-2.5.5 +cd libseccomp-2.6.0 +autotools_static libseccomp-2.6.0 check_static command/scmp_sys_resolver diff --git a/variants/root-x86_64/system-config b/variants/root-x86_64/system-config @@ -52,7 +52,7 @@ printf '%s\n' >config/etc/skel/loginexec \ chmod +x config/etc/skel/loginexec env 'pthbs_path_system-config'="$prefix" \ - 'pthbs_path_containers=/versions/env.07f6f092db3d8f5b0b7242f2edaa406abfb1f9fc9ade977fcc101cfc83aee262' \ + 'pthbs_path_containers=/versions/env.581644c82f20cb340a54e9e954555a370258f63c543e730e5373a69abbca0b4a' \ 'pthbs_path_mdevd=/versions/env.699c310193b7957c8ec17e16d6846443f99c198e3e2ce6425066f4523de2cf1e' \ make -j${JOBS:-1} -l$((1+${JOBS:-1})) all diff --git a/variants/root-x86_64/system-config-init b/variants/root-x86_64/system-config-init @@ -5,9 +5,9 @@ #+s6-portable-utils.f6171ad521d6be72875f1d5c1b28f966662ba93cfe5790e1ef010f9e76211bc3 #+s6-linux-init.8fbed3537ce9accc1a31e36f4648d1a0df0f1d155fcfa8fb5b1079786cf1442c #+execline.c89bee1b1207461afa2d2ab9250f0940a2a6bbca3e45bdd60037049a75f4adf9 -#+system-config-rc.c1bb26aa758bfdb6e9c96effef13b2a9a007cb2515d1657427e0378d9bcc31ec +#+system-config-rc.d1d359132fe16ae232ef5e4a1fdcbbf9a223d547caa36d10882e6f6400240824 -s6rcdb=/versions/system-config-rc.c1bb26aa758bfdb6e9c96effef13b2a9a007cb2515d1657427e0378d9bcc31ec/config/s6-rc-db +s6rcdb=/versions/system-config-rc.d1d359132fe16ae232ef5e4a1fdcbbf9a223d547caa36d10882e6f6400240824/config/s6-rc-db prefix=/versions/$pthbs_package pkgdir="$pthbs_destdir/$prefix" diff --git a/variants/root-x86_64/system-config-rc b/variants/root-x86_64/system-config-rc @@ -3,7 +3,7 @@ #+busybox-diffutils.4a0933977737282afcd82b39d435b50946a700fe13472d24e4580a41fa852123 #+s6-rc.c131bb99b2054bcd9705c5a5652822938265a8587a54d2894667b8b620815c7f #+fileset.7159458f5e8c9237e1e1708cafced263dd342d5fd24ccec97ae8092d9b1c5150 -#+system-config.dddd598297addd3393ff7feac67dc692f0fda7e2ed485e0a51bac5da0e6881f8 +#+system-config.3d02343a8c79c78f5274bc0ea2e559a4ded866ccefdf8225d76ee64036f799ea def_prefix() { prefix=/versions/$pthbs_package @@ -13,7 +13,7 @@ def_dest() { } def_dest -src=/versions/system-config.dddd598297addd3393ff7feac67dc692f0fda7e2ed485e0a51bac5da0e6881f8/config/s6-rc-source +src=/versions/system-config.3d02343a8c79c78f5274bc0ea2e559a4ded866ccefdf8225d76ee64036f799ea/config/s6-rc-source s6-rc-compile ./s6-rc-db "$src" mkdir -p "$dest/config" mv -v s6-rc-db "$dest/config/"