Package: openssl Version: 1.1.1d-1 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap
New Configurations/20-debian.conf targets for Debian musl builds (rebootstrap). -- System Information: Debian Release: bullseye/sid Versions of packages openssl depends on: ii libc6 2.29-2 ii libssl1.1 1.1.1d-1 openssl recommends no packages. Versions of packages openssl suggests: ii ca-certificates 20190110 -- no debconf information
--- a/Configurations/20-debian.conf 2019-10-04 22:03:40.000000000 +0000 +++ b/Configurations/20-debian.conf 2019-10-04 22:36:16.596000000 +0000 @@ -132,6 +130,24 @@ cflags => add("-DL_ENDIAN"), }, + "debian-musl-linux-arm64" => { + inherit_from => [ "linux-aarch64", "debian" ], + }, + "debian-musl-linux-armhf" => { + inherit_from => [ "linux-armv4", "debian" ], + }, + "debian-musl-linux-i386" => { + inherit_from => [ "linux-elf", "debian" ], + }, + "debian-musl-linux-mips" => { + inherit_from => [ "linux-mips32", "debian" ], + cflags => add("-DB_ENDIAN"), + }, + "debian-musl-linux-mipsel" => { + inherit_from => [ "linux-mips32", "debian" ], + cflags => add("-DL_ENDIAN"), + }, + "debian-nios2" => { inherit_from => [ "linux-generic32", "debian" ], },