Package: s3d / 0.2.2-10
Metadata
Package | Version | Patches format |
---|---|---|
s3d | 0.2.2-10 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
installable examples.patch | (download) |
example/filebrowser.c |
2 1 + 1 - 0 ! |
make examples compilable without extra example.h |
meshs3d_tt.patch | (download) |
apps/meshs3d/main.c |
6 3 + 3 - 0 ! |
add support for tt instead of hna batctl renamed HNA to TT (aka TranslationTable style) and meshs3d should at support for both versions. |
s3dosm_libgps_api5.patch | (download) |
apps/s3dosm/gps.c |
17 17 + 0 - 0 ! |
add support for libgps api 5 |
email_addresses.patch | (download) |
Documentation/RelNotes-0.0.1.txt |
22 11 + 11 - 0 ! |
update author addresses |
setuidgid_fail.patch | (download) |
apps/s3dvt/main.c |
10 8 + 2 - 0 ! |
s3dvt: fail fork when setuid or setgid fail Check if the nonessential setuid/setgid fails. This will be done later again to change the euid/egid and thus this check is not really required because the later call is already checked. . Still change this to avoid copy+paste errors when somebody searches for examples how to use setuid/setgid. . Reported-by: Hector Marco <hecmargi@upv.es> |