Package: mapserver / 7.0.5-1~exp1

Metadata

Package Version Patches format
mapserver 7.0.5-1~exp1 3.0 (quilt)

Patch series

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

mapscript/ruby/CMakeLists.txt | 17 17 + 0 - 0 !
1 file changed, 17 insertions(+)

 add support for hardening build flags.
perl mapscript install.patch | (download)

mapscript/perl/CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix the perl mapscript module installation directory.
ruby mapscript install.patch | (download)

mapscript/ruby/CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 install ruby mapscript to vendorarchdir instead of archdir.
java hardening.patch | (download)

mapscript/java/CMakeLists.txt | 21 19 + 2 - 0 !
1 file changed, 19 insertions(+), 2 deletions(-)

 fixes hardened java
 Java doesn't compile with hardened options. Adapted from ruby mapscript