Fri Jul 30 12:51:22 2010 UTC ()
Changes 5.6.5:
* Fixed scale calculation problem caused by mapscale.c's inchesPerUnits
  array being out of synch with MS_UNITS enum
* Fixed bitmap text font rendering (tiny was not working)

Changes 5.6.4:
IMPORTANT SECURITY FIXES:
* Disabled some insecure (and potentially exploitable) mapserv command-line
  debug arguments.
* Fixed possible buffer overflow in msTmpFile()

Other fixes:
* Fixed possible race condition with connectiontype WFS layers
* Modified mapserver units enum order to fix some problems with external
  packages
* fix blending of transparent layers with AGG on MSB archs
* Fixed imageObj->saveImage() sends unnecessary headers
* Correct PropertyName parsing for wfs post requests
* Ensure mapwmslayer.c does not unlink file before closing connection on it
* Fix security exception issue in C# with MSVC2010
* Write out join CONNECTIONTYPE when saving a mapfile.
* Fixed attribute queries to use an extent stored (and cached) as part of
  the queryObj rather than the map->extent.
* Reverted msLayerWhichItems() to 5.4-like behavior although still supporting
  retrieving all items
* Grid layer: remove drawing of unnecessary gird lines
* OGC Filters for spatial dbs should be enclosed in parentheses
* Improve the handling of simple string comparisons for raster classified
  values
* Add the ogc namspace to filters generated by Mapserver
* Fix MS_NONSQUARE to work in mode=map
* Improve error message when loadQuery() filename extension check fails
* Fix GetLegendGraphic using keyimages
* Fix getFeatureInfo queries on WFS layers
* Fixed mapstring.c build problem related to errno
* Correct ungeoreferenced defaults via GetExtent() on raster layer
* More adjustments to how TLOCK_GDAL held around msGetGDALGeoTransform


(adam)
diff -r1.26 -r1.27 pkgsrc/geography/mapserver/Makefile
diff -r1.5 -r1.6 pkgsrc/geography/mapserver/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/geography/mapserver/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/mapserver/Makefile 2010/06/13 22:44:25 1.26
+++ pkgsrc/geography/mapserver/Makefile 2010/07/30 12:51:22 1.27
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.26 2010/06/13 22:44:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2010/07/30 12:51:22 adam Exp $
2 2
3DISTNAME= mapserver-5.6.3 3DISTNAME= mapserver-5.6.5
4PKGREVISION= 1 
5CATEGORIES= geography www 4CATEGORIES= geography www
6MASTER_SITES= http://download.osgeo.org/mapserver/ 5MASTER_SITES= http://download.osgeo.org/mapserver/
7 6
8MAINTAINER= hdp@cs.msu.edu 7MAINTAINER= hdp@cs.msu.edu
9HOMEPAGE= http://mapserver.org/ 8HOMEPAGE= http://mapserver.org/
10COMMENT= Environment for building spatially enabled Internet apps 9COMMENT= Environment for building spatially enabled Internet apps
11 10
12PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
13 12
14MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
15 14
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config

cvs diff -r1.5 -r1.6 pkgsrc/geography/mapserver/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/mapserver/distinfo 2010/04/12 07:04:46 1.5
+++ pkgsrc/geography/mapserver/distinfo 2010/07/30 12:51:22 1.6
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.5 2010/04/12 07:04:46 adam Exp $ 1$NetBSD: distinfo,v 1.6 2010/07/30 12:51:22 adam Exp $
2 2
3SHA1 (mapserver-5.6.3.tar.gz) = ad349ffd39b51565613a1bdcdb238b448c29d2a5 3SHA1 (mapserver-5.6.5.tar.gz) = cb3db7093ceef9ec5af64b9c2a66382d09429972
4RMD160 (mapserver-5.6.3.tar.gz) = a84fb1a92996986fdd474010d9787399ea458028 4RMD160 (mapserver-5.6.5.tar.gz) = 0fef37adfaa4f71cec06bae41bbc494904786174
5Size (mapserver-5.6.3.tar.gz) = 2310302 bytes 5Size (mapserver-5.6.5.tar.gz) = 2314003 bytes
6SHA1 (patch-aa) = d842afeab3455304236bebbf4ea576c974cafbdd 6SHA1 (patch-aa) = d842afeab3455304236bebbf4ea576c974cafbdd
7SHA1 (patch-ab) = f1521546905034304bc5f1556625d6171421d93d 7SHA1 (patch-ab) = f1521546905034304bc5f1556625d6171421d93d