Package: mapserver / 7.0.4-2
Metadata
Package | Version | Patches format |
---|---|---|
mapserver | 7.0.4-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
hardening.patch | (download) |
mapscript/ruby/CMakeLists.txt |
17 17 + 0 - 0 ! |
add support for hardening build flags. |
perl mapscript install.patch | (download) |
mapscript/perl/CMakeLists.txt |
6 3 + 3 - 0 ! |
fix the perl mapscript module installation directory. |
ruby mapscript install.patch | (download) |
mapscript/ruby/CMakeLists.txt |
4 2 + 2 - 0 ! |
install ruby mapscript to vendorarchdir instead of archdir. |
java hardening.patch | (download) |
mapscript/java/CMakeLists.txt |
21 19 + 2 - 0 ! |
fixes hardened java Java doesn't compile with hardened options. Adapted from ruby mapscript |
php mapscript.patch | (download) |
cmake/FindPHP5.cmake |
4 4 + 0 - 0 ! |
use include paths from php-config when include path not found. |
0001 Declare nLayerOrder where it s used. 5387.patch | (download) |
mapwms.c |
2 1 + 1 - 0 ! |
declare nlayerorder where it's used. If LAYERS is specified multiple times in the query string, nLayerOrder isnt reset to 0, and this leads to memory corruption/double-free's upon exit. |