Bug#985340: Fix postinst

2021-03-23 Thread Rene Luria
postinst configure stage calls pki-upgrade which is a wrapper to pki.cli.upgrade to fix this bug, add python3-ldap to python3-pki-base depends diff --git a/debian/control b/debian/control index a3759208c..96c3a0fb4 100644 --- a/debian/control +++ b/debian/control @@ -146,6 +146,7 @@ Architectur

Bug#904808: libcap-ng0: libcap-ng's use of pthread_atfork causes segfaults

2018-12-09 Thread Rene Luria
Hello,Here is a patch trying to address that, as suggested by Simon McVittie in https://github.com/stevegrubb/libcap-ng/issues/5and Carlos O'Donell at https://sourceware.org/bugzilla/show_bug.cgi?id=13502Using the package built with this patch also fixes this bug:https://bugs.debian.org/cgi-bin/bug

Bug#915151: gzip FTBFS: ../../lib/fseeko.c:110:4: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib."

2018-12-06 Thread Rene Luria
Hello, On Sat, 1 Dec 2018 08:07:24 +0100 Helmut Grohne wrote: > gzip fails to build from source in unstable (since the glibc upgrade to > 2.28): (…) > gnulib likes to use this construct to detect glibc: > > | #if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, > Haiku, Lin