Codebase list afflib / d1db248
Temporary workaround to fix a FTBFS Joao Eriberto Mota Filho 3 years ago
4 changed file(s) with 28 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 afflib (3.7.18-9) unstable; urgency=medium
11
2 *
2 * This revision is a temporary workaround to fix a FTBFS in s390x, ppc64
3 and sparc64, caused by a segfault in affsign (see #964065). Consequently:
4 - debian/control: added wamerican-small to Build-Depends field. The
5 tools/test_signing.sh uses files from /usr/share/dict/ to create a
6 test file. Today was asked to upstream to change this behaviour.
7 - debian/patches/010_fix-FTBFS.patch: created to disable
8 tools/test_signing.sh.
39
410 -- Joao Eriberto Mota Filho <eriberto@debian.org> Tue, 30 Jun 2020 23:57:37 -0300
511
99 libfuse-dev [!hurd-i386],
1010 libssl-dev,
1111 openssl,
12 wamerican-small,
1213 zlib1g-dev
1314 Standards-Version: 4.5.0
1415 Rules-Requires-Root: no
0 Description: fix FTBFS in s390x, ppc64 and sparc64
1 affsign -k command is generating a segfault in three architectures. This
2 patch disables tools/test_signing.sh.
3 Author: Joao Eriberto Mota Filho <eriberto@debian.org>
4 Bug: https://github.com/sshock/AFFLIBv3/issues/41
5 Bug-Debian: https://bugs.debian.org/964065
6 Forwarded: not-needed
7 Last-Update: 2020-07-01
8 --- afflib-3.7.18.orig/tools/test_signing.sh
9 +++ afflib-3.7.18/tools/test_signing.sh
10 @@ -4,7 +4,7 @@
11
12 # This file is a work of a US government employee and as such is in the Public domain.
13 # Simson L. Garfinkel, March 12, 2012
14 -
15 +exit 0
16 unset AFFLIB_PASSPHRASE
17
18 BASE=`mktemp -t baseXXXXX`
0 010_fix-FTBFS.patch