Control: tags 1075447 + patch Control: tags 1075447 + pending
Dear Maintainer, I've prepared an NMU for rman (versioned as 3.2-9.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer or remove the upload from the queue. rman is a reverse build-dep of the mathomatic package. Thank you, tony
diff -Nru rman-3.2/debian/changelog rman-3.2/debian/changelog --- rman-3.2/debian/changelog 2020-05-27 14:01:45.000000000 -0700 +++ rman-3.2/debian/changelog 2024-09-07 12:22:02.000000000 -0700 @@ -1,3 +1,10 @@ +rman (3.2-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add patch for GCC-14 FTBFS (Closes: #1075447) + + -- tony mancill <tmanc...@debian.org> Sat, 07 Sep 2024 12:22:02 -0700 + rman (3.2-9) unstable; urgency=medium * [a0f3e45] Respect LDFLAGS in Makefile diff -Nru rman-3.2/debian/patches/20-gcc-14.patch rman-3.2/debian/patches/20-gcc-14.patch --- rman-3.2/debian/patches/20-gcc-14.patch 1969-12-31 16:00:00.000000000 -0800 +++ rman-3.2/debian/patches/20-gcc-14.patch 2024-09-07 12:22:02.000000000 -0700 @@ -0,0 +1,15 @@ +Description: Modify lcexceptionscmp() signature for GCC-14 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075447 +Author: tony mancill <tmanc...@debian.org> + +--- a/rman.c ++++ b/rman.c +@@ -268,7 +268,7 @@ + else return 1; + } + +-int lcexceptionscmp(const char **a, const char **b) { return stricmp(*a, *b); } ++int lcexceptionscmp(const void *a, const void *b) { return stricmp(*(const char **)a, *(const char **)b); } + + int + strincmp(const char *s1, const char *s2, size_t n) { diff -Nru rman-3.2/debian/patches/series rman-3.2/debian/patches/series --- rman-3.2/debian/patches/series 2020-05-20 13:49:54.000000000 -0700 +++ rman-3.2/debian/patches/series 2024-09-07 12:22:02.000000000 -0700 @@ -5,3 +5,4 @@ fix_segm_fault_on_amd64 set_hardening_flags.patch fix_format_not_a_string.patch +20-gcc-14.patch
signature.asc
Description: PGP signature