Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-xopendisplay-seg-fault.patch | if XOpenDisplay return NULL, exit. | Jeremy Sowden <jeremy@azazel.net> | yes | debian | ||
national-encoding.patch | Convert options file from ISO-8859-1 to UTF-8 encoding. Fixes national-encoding lintian warning. Forwarded |
Doug Torrance <dtorrance@piedmont.edu> | no | 2021-09-30 | ||
replace-imlib2-config-with-pkg-config.patch | Replace imlib2-config with pkg-config imlib2 has had pkg-config support for many years, and recent versions no longer contain imlib2-config. . This patch contains a subset of patches 8-9 in the Github PR. |
Jeremy Sowden <jeremy@azazel.net> | yes | debian | ||
fix-gcc-14-ftbfs.patch | fix ftbfs with gcc-14 Passing a couple of incompatible point arguments causes the build to fail with gcc-14: . pinnipede.c: In function 'pp_refresh': pinnipede.c:1465:87: error: passing argument 6 of 'pp_refresh_hilight_refs' from incompatible pointer type [-Wincompatible-pointer-types] 1465 | pw_ref->parent->tstamp, pw_ref->parent->sub_tstamp, pw_ref->parent); | ~~~~~~^~~~~~~~ | | | struct _PostVisual * pinnipede.c:1340:123: note: expected 'board_msg_info *' {aka 'struct _board_msg_info *'} but argument is of type 'struct _PostVisual *' 1340 | void pp_refresh_hilight_refs(Pinnipede *pp, Boards *boards, int sid, time_t timestamp, int sub_timestamp, board_msg_info *mi) { | ~~~~~~~~~~~~~~~~^~ |
Jeremy Sowden <azazel@debian.org> | yes | debian |