diff options
author | adam <adam@pkgsrc.org> | 2010-07-30 12:51:22 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-07-30 12:51:22 +0000 |
commit | 68f74d78d39ce63043fbec705a719a055b6971c3 (patch) | |
tree | 371e99e1ff5371a1d65e03acaeaacca66257a15b /geography | |
parent | f3c1422ebc3712b196793473c887e40af8d4d029 (diff) | |
download | pkgsrc-68f74d78d39ce63043fbec705a719a055b6971c3.tar.gz |
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
Diffstat (limited to 'geography')
-rw-r--r-- | geography/mapserver/Makefile | 5 | ||||
-rw-r--r-- | geography/mapserver/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index a0828244549..e1e618e6a05 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2010/06/13 22:44:25 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2010/07/30 12:51:22 adam Exp $ -DISTNAME= mapserver-5.6.3 -PKGREVISION= 1 +DISTNAME= mapserver-5.6.5 CATEGORIES= geography www MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/geography/mapserver/distinfo b/geography/mapserver/distinfo index 390d0274947..e1b63fa89ba 100644 --- a/geography/mapserver/distinfo +++ b/geography/mapserver/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2010/04/12 07:04:46 adam Exp $ +$NetBSD: distinfo,v 1.6 2010/07/30 12:51:22 adam Exp $ -SHA1 (mapserver-5.6.3.tar.gz) = ad349ffd39b51565613a1bdcdb238b448c29d2a5 -RMD160 (mapserver-5.6.3.tar.gz) = a84fb1a92996986fdd474010d9787399ea458028 -Size (mapserver-5.6.3.tar.gz) = 2310302 bytes +SHA1 (mapserver-5.6.5.tar.gz) = cb3db7093ceef9ec5af64b9c2a66382d09429972 +RMD160 (mapserver-5.6.5.tar.gz) = 0fef37adfaa4f71cec06bae41bbc494904786174 +Size (mapserver-5.6.5.tar.gz) = 2314003 bytes SHA1 (patch-aa) = d842afeab3455304236bebbf4ea576c974cafbdd SHA1 (patch-ab) = f1521546905034304bc5f1556625d6171421d93d |