Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
001-ruby-m4.patch | Fix ruby detection in configure | Thomas Andrejak <thomas.andrejak@gmail.com> | yes | 2017-02-28 | ||
004-fix_prelude_tests_timer.patch | Fix Prelude test timer on slow system | Thomas Andrejak <thomas.andrejak@gmail.com> | yes | 2017-02-28 | ||
005-fix_pthread_atfork.patch | Fix PThread and ATFork linking | Thomas Andrejak <thomas.andrejak@gmail.com> | yes | 2019-09-13 | ||
006-fix_timegm.patch | Fix Prelude timegm comparaison | Thomas Andrejak <thomas.andrejak@gmail.com> | yes | 2017-02-28 | ||
007-fix_libprelude-error_hurd.patch | Fix libprelude-error compilation on hurd-i386 | Thomas Andrejak <thomas.andrejak@gmail.com> | yes | 2017-06-22 | ||
008-disable_test-poll_on_kfreebsd.patch | Disable test-poll test in libmissing on kfreebsd | Thomas Andrejak <thomas.andrejak@gmail.com> | not-needed | 2017-06-22 | ||
013-fix-test_rwlock1.patch | Fix test-rwlock1 when --as-needed is the default. | Michael Hudson-Doyle <michael.hudson@ubuntu.com> | yes | 2018-07-25 | ||
018-fix_gtkdoc_1.32.patch | Fix building with gtk-doc 1.32 | Thomas Andrejak <thomas.andrejak@gmail.com> | invalid | 2019-09-13 | ||
020-ruby27.patch | Add support to Ruby 2.7 | Thomas Andrejak <thomas.andrejak@gmail.com> | invalid | 2020-03-23 | ||
021-Update_libprelude.m4.patch | Update libprelude.m4 to not use libprelude-config | Thomas Andrejak <thomas.andrejak@gmail.com> | invalid | 2020-11-14 | ||
022-Fix_libprelude_pkg-config-file.patch | Clean libprelude pkg-config file | Thomas Andrejak <thomas.andrejak@gmail.com> | invalid | 2020-09-28 | ||
023-Disable_GnuLib_Tests_perror2_strerror.patch | [PATCH] perror, strerror_r: remove unportable tests Problem reported by Florian Weimer in: https://lists.gnu.org/r/bug-gnulib/2020-08/msg00220.html * tests/test-perror2.c (main): * tests/test-strerror_r.c (main): Omit unportable tests. |
Paul Eggert <eggert@cs.ucla.edu> | not-needed | https://lists.gnu.org/archive/html/bug-gnulib/2020-08/txtri9AXzXSKc.txt | 2020-08-27 | |
024-Fix_Config_H.patch | Fix including config.h when HAVE_CONFIG_H defined | Thomas Andrejak <thomas.andrejak@gmail.com> | invalid | 2021-08-05 | ||
025-Fix-PyIOBase_Type.patch | Fix PyIOBase_Type for Python 3.10 compatibility | Thomas Andrejak <thomas.andrejak@gmail.com> | invalid | 2021-08-13 | ||
cross.patch | no | |||||
configure-Fix-va_copy-check-for-Wimplicit-function-declar.patch | configure: Fix va_copy check for -Wimplicit-function-declaration The prelude_cv_va_copy check fails: ``` test.c: In function ‘f’: test.c:7:4: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 7 | exit (1); | ^~~~ test.c:2:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ 1 | #include <stdarg.h> +++ |+#include <stdlib.h> 2 | void f (int i, ...) { test.c:7:4: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 7 | exit (1); | ^~~~ test.c:7:4: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’ ``` |
Benjamin Drung <benjamin.drung@canonical.com> | no | 2024-04-10 | ||
fix-idmef_class_get_child_attributes-ret.patch | Fix idmef_class_get_child_attributes() return value This became a compile error with GCC 14: idmef-class.c:164:24: error: returning ‘int’ from a function with return type ‘const char **’ makes pointer from integer without a cast [-Wint-conversion] |
Niko Tyni <ntyni@debian.org> | no | debian | 2024-08-02 |