Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1000-makefile-no-strip.diff | Do not strip binary by default. | James R. Van Zandt <jrv@debian.org> | no | debian | ||
1010-my-getline.diff | Change getline() in my_getline() Changed getline() in my_getline() to avoid eglibc colliding names in getline.c. |
Francesco Paolo Lovergine <frankie@debian.org> | no | debian | ||
1020-src-makefile-flags.diff | Do not override exported CFLAGS and LDFLAGS | Emanuele Rocca <ema@debian.org> | no | |||
1030-fix-makefile.diff | patch to add GCC hardening. | Raphael Mota Ramos <raphaelmota.ti@gmail.com> | no | 2015-12-01 | ||
1040-libgetline-re-enable-posix-macro.diff | re-enable POSIX macro for libgetline build Changes to Makefile's in patch 04-fix-makefile.diff did not include POSIX macro. Before gpstrans version 0.41-5 macro was defined in src/getline/Makefile. |
Jurica Stanojkovic <jurica.stanojkovic@imgtec.com> | no | |||
1050-appstream-metainfo.patch | Added AppStream metainfo XML with hardware provide info. This allow isenkram to propose this package when the USB dongle is present. |
Petter Reinholdtsen | no | 2024-08-05 | ||
1060-gl-in-hook-prototype.patch | Avoid conflicting prototypes for gl_in_hook and friends. This ensure consistent prototypes are used with __STDC__ > 0, and bring the definitions in line with getline.h prototypes. |
Petter Reinholdtsen | no | debian | 2024-07-20 | |
1070-64bit-time.patch | Use time_t for ctime argument. This ensure the code handle 64 bit time on 32 bit architectures, fixing a build failure: sendgpsinfo.c: In function 'doWaypoint': sendgpsinfo.c:646:46: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types] 646 | if(pkt.has.seconds) printf("%s", ctime(&pkt.seconds)); | ^~~~~~~~~~~~ | | | long int * In file included from /usr/include/features.h:502, from /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33, from /usr/include/stdio.h:28, from ../include/defs.h:1, from sendgpsinfo.c:33: /usr/include/time.h:187:14: note: expected 'const time_t *' {aka 'const long long int *'} but argument is of type 'long int *' 187 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), __ctime64); | ^~~~~~~~~~~~~~ |
Petter Reinholdtsen <pere@debian.org> | no | debian | 2024-08-07 |