Package: libprelude / 5.2.0-3+deb11u1

Metadata

Package Version Patches format
libprelude 5.2.0-3+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 ruby m4.patch | (download)

m4/am_path_ruby.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ruby detection in configure
004 fix_prelude_tests_timer.patch | (download)

tests/prelude-timer.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix prelude test timer on slow system
005 fix_pthread_atfork.patch | (download)

prelude-admin/Makefile.am | 2 1 + 1 - 0 !
prelude-admin/Makefile.in | 6 3 + 3 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
src/Makefile.in | 6 3 + 3 - 0 !
src/libprelude-error/Makefile.am | 2 1 + 1 - 0 !
src/libprelude-error/Makefile.in | 6 3 + 3 - 0 !
6 files changed, 12 insertions(+), 12 deletions(-)

 fix pthread and atfork linking
006 fix_timegm.patch | (download)

src/idmef-criterion-value.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fix prelude timegm comparaison
007 fix_libprelude error_hurd.patch | (download)

src/libprelude-error/mkerrcodes.awk | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 fix libprelude-error compilation on hurd-i386
008 disable_test poll_on_kfreebsd.patch | (download)

libmissing/tests/test-poll.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable test-poll test in libmissing on kfreebsd
013 fix test_rwlock1.patch | (download)

libmissing/tests/test-rwlock1.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix test-rwlock1 when --as-needed is the default.
018 fix_gtkdoc_1.32.patch | (download)

docs/api/libprelude-docs.xml | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 fix building with gtk-doc 1.32
020 ruby27.patch | (download)

bindings/ruby/Prelude.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add support to ruby 2.7
021 Update_libprelude.m4.patch | (download)

m4/libprelude.m4 | 159 61 + 98 - 0 !
1 file changed, 61 insertions(+), 98 deletions(-)

 update libprelude.m4 to not use libprelude-config
022 Fix_libprelude_pkg config file.patch | (download)

src/libprelude.pc.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 clean libprelude pkg-config file
023 Disable_GnuLib_Tests_perror2_strerror.patch | (download)

libmissing/tests/test-perror2.c | 3 0 + 3 - 0 !
libmissing/tests/test-strerror_r.c | 3 0 + 3 - 0 !
2 files changed, 6 deletions(-)

 [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.

025 Fix PyIOBase_Type.patch | (download)

bindings/python/_prelude.cxx | 46 33 + 13 - 0 !
bindings/python/libpreludecpp-python.i | 26 22 + 4 - 0 !
2 files changed, 55 insertions(+), 17 deletions(-)

 fix pyiobase_type for python 3.10 compatibility