Bug#946396: Missing fcrypt causes Lintian test failure

2020-01-05 Thread Felix Lechner
Hi Aurelien, On Sun, Dec 8, 2019 at 3:08 PM Aurelien Jarno wrote: > > Hi, > > On 2019-12-07 13:42, Felix Lechner wrote: > > Hi, > > > > Starting in `libc6 2.29-5`, the Lintian test > > `t/tags/checks/binaries/binaries-obsolete-des` fails in `unstable`: >

Re: Missing fcrypt causes Lintian test failure

2019-12-08 Thread Felix Lechner
n/lintian/commit/afb4535d51e1c22bbd19af19ac1e4a2d48debce5 Because libc6-dev depends on libcrypt1-dev in unstable, there was no need to adjust the test's build prerequisites. Thank you for that too. Kind regards Felix Lechner

Missing fcrypt causes Lintian test failure

2019-12-07 Thread Felix Lechner
that use 'fcrypt' without special magic. */ #ifdef SYMVER __asm__ (".symver fcrypt, fcrypt@" SYMVER); #endif int main(void) { puts(fcrypt("password", "Dn")); return 0; } Thanks for your guidance! Kind regards, Felix Lechner