Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-gcc-4.5.patch | Enable building with gcc-4.5 and higher | Andreas Tille <tille@debian.org> | no | |||
gcc-4.7.patch | Build with g++ version 4.7 Just followed the hint of g++ itself which said: note: use 'this->direct_insert_aux' instead . Remark: This patch is identicall to the one applied in the source of the maq package (because the file is identical there) |
Andreas Tille <tille@debian.org> | no | 2012-04-25 | ||
use-dpkg-buildflags.patch | Enable propagating hardening flags and finding multiarch libraries =================================================================== |
Simon Ruderich <simon@ruderich.org> | no | 2013-05-10 | ||
fix-hurd-build.patch | Enable build under GNU/Hurd | Cyril Roelandt <tipecaml@gmail.com> | no | 2012-06-02 | ||
spelling.patch | Spelling fix in manpage | Andreas Tille <tille@debian.org> | no | 2015-12-17 | ||
mayhem.patch | Fix Mayhem issue Do not deal with structure before checking for NULL value | Andreas Tille <tille@debian.org> | no | debian | 2015-12-17 | |
gcc-14.patch | fix socket length type. This fixes the following build failure with gcc 14: . socket_view.c:291:103: error: passing argument 3 of ‘accept’ from incompatible pointer type [-Wincompatible-pointer-types] 291 | sock = accept(server->socket, (struct sockaddr *)&clientname, &size); | ^~~~~ | | | size_t * {aka long unsigned int *} In file included from socket_view.h:8, from socket_view.c:1: /usr/include/x86_64-linux-gnu/sys/socket.h:307:42: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘size_t *’ {aka ‘long unsigned int *’} |
Étienne Mollier <emollier@debian.org> | no | debian | 2024-08-06 | |
typo.patch | fix a typo Toogle → Toggle caught by lintian. | Étienne Mollier <emollier@debian.org> | no | 2024-08-06 |