Package: simgear / 3.0.0-6

Metadata

Package Version Patches format
simgear 3.0.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
sgstream_test_fix_length.patch | (download)

simgear/misc/sgstream_test.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't read past the end of the string
invalid utf8.patch | (download)

simgear/misc/strutils.cxx | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fallback to latin-1, if the input isn't proper utf-8.
naref_endianness.patch | (download)

simgear/nasal/naref.h | 31 17 + 14 - 0 !
1 file changed, 17 insertions(+), 14 deletions(-)

 use __byte_order__ instead of arch list, and add test

Fixes wrong endianness on mipsel and FTBFS on arm64
https://launchpadlibrarian.net/183053167/buildlog_ubuntu-utopic-arm64.simgear_3.0.0-4_FAILEDTOBUILD.txt.gz

kfreebsd.patch | (download)

simgear/canvas/ShivaVG/src/shConfig.h | 4 2 + 2 - 0 !
simgear/canvas/ShivaVG/src/shDefs.h | 1 1 + 0 - 0 !
2 files changed, 3 insertions(+), 2 deletions(-)

 gl usage for gnu/kfreebsd
Date: Sat, 18 Oct 2014 13:12:53 +0100

Since mesa 10.3, glx.h fails to compile if GL_GLEXT_LEGACY
is used without also GLX_GLXEXT_LEGACY.

And GNU/kFreeBSD should better use the GNU/Linux VG_API_LINUX
rather than VG_API_FREEBSD anyway.