From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 4c4c991fad688791d28c8e6c6956dc7bfa99e42b Date: Sun, 26 Mar 2023 13:41:26 +0000 Message-ID: <4PkxtZ65Ggz2xdv@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4738109238101182845==" List-Id: --===============4738109238101182845== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via 4c4c991fad688791d28c8e6c6956dc7bfa99e42b (commit) via 65b2913874e1884ab3b7bc35fbc92380a7fca77c (commit) via 65f8d8742e47210f59a91cfa3f0dac0cb1223d59 (commit) via 20943f4159d104f58fbb91cf4925aaa8299eff12 (commit) via 0b0c2be242a5f353d09db25879f6c88c252a6c3e (commit) from c2ee3456c5f23447d56074ae449f9d59a5a9bc53 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c4c991fad688791d28c8e6c6956dc7bfa99e42b Author: Stefan Schantl Date: Sat Mar 25 20:22:54 2023 +0100 glibc: Disable multilib support on X86_64 =20 This requires a 32bit glibc to link against, which we do not have. =20 Signed-off-by: Stefan Schantl commit 65b2913874e1884ab3b7bc35fbc92380a7fca77c Author: Stefan Schantl Date: Sat Mar 25 20:20:30 2023 +0100 unbound: Create missing directory for root anchor =20 Signed-off-by: Stefan Schantl commit 65f8d8742e47210f59a91cfa3f0dac0cb1223d59 Author: Stefan Schantl Date: Sat Mar 25 20:09:15 2023 +0100 whois: Change download location =20 Debian moved to a recent version of which and dropped the source tarball from their server. =20 Signed-off-by: Stefan Schantl commit 20943f4159d104f58fbb91cf4925aaa8299eff12 Author: Stefan Schantl Date: Sat Mar 25 19:17:04 2023 +0100 systemd: Enable sysusers subsystem =20 This allows dynamically user and group creation based on sysusers config files. =20 Signed-off-by: Stefan Schantl commit 0b0c2be242a5f353d09db25879f6c88c252a6c3e Author: Stefan Schantl Date: Sat Mar 25 19:16:30 2023 +0100 systemd: Update to 253 =20 Signed-off-by: Stefan Schantl ----------------------------------------------------------------------- Summary of changes: gcc/gcc.nm | 4 ++-- systemd/systemd.nm | 5 ++--- unbound/unbound.nm | 5 ++++- whois/whois.nm | 8 +++----- 4 files changed, 11 insertions(+), 11 deletions(-) Difference in files: diff --git a/gcc/gcc.nm b/gcc/gcc.nm index 011329e66..cf0274268 100644 --- a/gcc/gcc.nm +++ b/gcc/gcc.nm @@ -8,7 +8,7 @@ build_graphite =3D 1 =20 name =3D gcc version =3D 12.2.0 -release =3D 4 +release =3D 5 =20 maintainer =3D Michael Tremer groups =3D Development/Compilers @@ -148,8 +148,8 @@ build =20 if "%{DISTRO_ARCH}" =3D=3D "x86_64" configure_options +=3D \ + --disable-multilib \ --with-arch_64=3Dx86-64-v2 \ - --with-arch_32=3Dx86-64 \ --enable-cet \ --with-tune=3Dgeneric end diff --git a/systemd/systemd.nm b/systemd/systemd.nm index 30d1e829f..a01063828 100644 --- a/systemd/systemd.nm +++ b/systemd/systemd.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D systemd -version =3D 252 -release =3D 3 +version =3D 253 +release =3D 2 =20 maintainer =3D Stefan Schantl groups =3D System/Base @@ -88,7 +88,6 @@ build -Dnetworkd=3Dfalse \ -Dresolve=3Dfalse \ -Dportabled=3Dfalse \ - -Dsysusers=3Dfalse \ -Dtimesyncd=3Dfalse \ -Dtimedated=3Dfalse \ -Dpolkit=3Dfalse diff --git a/unbound/unbound.nm b/unbound/unbound.nm index daba56558..dee396f5d 100644 --- a/unbound/unbound.nm +++ b/unbound/unbound.nm @@ -5,7 +5,7 @@ =20 name =3D unbound version =3D 1.17.0 -release =3D 3 +release =3D 4 =20 groups =3D System/Daemons url =3D https://www.nlnetlabs.nl/unbound/ @@ -62,6 +62,9 @@ build # Directory for trusted-keys-file. mkdir -pv %{BUILDROOT}%{sysconfdir}/%{name}/keys.d/ =20 + # Directory for the root anchor. + mkdir -pv %{BUILDROOT}%{sharedstatedir}/%{name} + # Install unbound config file. install -p -m 0664 %{DIR_SOURCE}/%{name}.conf \ %{BUILDROOT}%{sysconfdir}/%{name}/ diff --git a/whois/whois.nm b/whois/whois.nm index a53114bb3..21cdff974 100644 --- a/whois/whois.nm +++ b/whois/whois.nm @@ -5,7 +5,7 @@ =20 name =3D whois version =3D 5.5.15 -release =3D 1.1 +release =3D 2 =20 groups =3D Applications/Internet url =3D https://github.com/rfc1036/whois @@ -20,12 +20,10 @@ description whois.networksolutions.com end =20 -source_dl =3D http://ftp.debian.org/debian/pool/main/w/whois/ -sources =3D %{name}_%{version}.tar.xz +source_dl =3D https://github.com/rfc1036/whois/archive/refs/tags/v%{version= }.tar.gz#/ +sources =3D %{thisapp}.tar.gz =20 build - DIR_APP =3D %{DIR_SRC}/%{name} - requires libidn2-devel libxcrypt-devel hooks/post-receive -- IPFire 3.x development tree --===============4738109238101182845==--