swm_version: 1 base: distro_version: dev pins: {} mutations: - type: source_patch tarball: https://www.netfilter.org/pub/nftables/nftables-1.1.6.tar.xz sha256: 372931bda8556b310636a2f9020adc710f9bab66f47efe0ce90bff800ac2530c patches: - "--- a/configure\t2026-09-10 22:26:51.138468172 +0000\n+++ b/configure\t2026-09-10 22:27:03.298756289 +0000\n@@ -15608,7 +15608,7 @@\n \n # Current date should be fetched exactly once per build,\n # so have 'make' call date and pass the value to every 'gcc' call\n-MAKE_STAMP=\"\\$(shell date +%s)\"\n+MAKE_STAMP=\"0\"\n \n \n # Check whether --enable-distcheck was given.\n@@ -17940,7 +17940,7 @@\n \techo \"\t${STABLE_RELEASE}\"\n \techo \"};\"\n \techo \"static char nftbuildstamp[] = {\"\n-\tfor ((i = 56; i >= 0; i-= 8)); do\n+\tfor i in 56 48 40 32 24 16 8 0; do\n \t\techo \"\t((uint64_t)MAKE_STAMP >> $i) & 0xff,\"\n \tdone\n \techo \"};\"\n" build: compiler: zig-cc target: x86_64-linux-musl link: dynamic flags: [] phases: configure: ./configure --build=$CBUILD --host=$CHOST --prefix=/usr --sbindir=/usr/sbin --disable-static --enable-shared --without-cli --disable-man-doc compile: make -j"$(nproc)" install: make install DESTDIR=/out && find /out -name '*.la' -delete target_bin: /usr/bin/nftables expected_hash: b3:bf67298df997a77c1b42b584824cf7fd51ff64c60e1b53b17773755af706c36e deps: build: - binutils - busybox - make - pkgconf - libmnl - libnftnl - gmp runtime: []