Package Release Info

mapserver-8.0.0-bp155.2.9

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libjavamapscript
libmapserver2
mapserver
mapserver-devel
perl-mapscript
python-mapscript

Change Logs

* Sat Nov 05 2022 Jan Engelhardt <jengelh@inai.de>
- Enable PHP8 module build in Tumbleweed again since newer SWIG
  is available. New subpackage php-mapscriptng emitted as a result.
  [boo#1204736]
* Sat Oct 08 2022 Jan Engelhardt <jengelh@inai.de>
- Update to release 8
  * MapServer now requires a config file. To get back mapserver7
    behavior, copy /usr/share/doc/packages/mapserver/mapserver.conf
    to mapserver.conf once.
  * The shp2img utility has been renamed to map2img
  * FlatGeobuf is now supported natively
  * Initial OGC API support
  * PHP native MapScript has been removed, in place of PHPNG
    (SWIG) MapScript, and PHP unit tests have been re-enabled
  * New labeling centerline GEOMTRANSFORM method for polygons
  * Numerical validation of mapfile entries
  * Removed various deprecated mapfile parameters
  * New coshp utility to sort shapefile contents as well as sort
    the associated qix spatial index.
- Drop mapserver-7.6.1-fix_python_install_path.patch
  (no longer applicable)
* Tue Jul 26 2022 Boris Manojlovic <boris@steki.net>
- re-enable postgresql support...
* Wed Mar 09 2022 Jan Engelhardt <jengelh@inai.de>
- Make the package build on current Tumbleweed again:
  * Disable PHP bindings (fails to build)
  * Disable PostgreSQL (fails to configure)
- Have mapserver-devel require the accompanying library
* Thu Nov 11 2021 Boris Manojlovic <boris@steki.net>
- update to release 7.6.4
  * PostGIS: fix ST_Intersects() with collections with PostGIS < 2.5.
    Fixes https://github.com/MapServer/MapServer/pull/6355#issuecomment-877290417 (Even Rouault) : 3e42e35
  * Check if sizeunits is not set to pixels (Patrik Sylve) : 3688004
  * Change legend symbol scale factor when SIZEUNITS is set to METERS (Patrik Sylve) : 39a4ead
  * spatialindex for sqlite sources in filter (Wouter Visscher) : 955d14e
  * Make sure requested class with mode=legendicon is not negative. ( #6357 ) (Steve Lime) : 0901b57
  * Updates to CONTRIBUTING.md (Jeff McKenna) : ee6297a
  * PostGIS: fix ST_Intersects() with bounding box that is a point (follow-up of fixes #6181 , fixes #6230 )
    (fixes https://github.com/MapServer/MapServer/pull/6347#issuecomment-870002856) (Even Rouault) : 44d5d9c
  * WMS: make attribute color binding work with FILTER vendor parameter (fixes #6200 ) (Even Rouault) : 1a98ac7
  * msQueryByFeatures(): avoid potential segfault when reslut set is empty (Even Rouault) : 98ad83a
  * PostGIS: use ST_Intersects instead of && for bounding box (fixes #6181 , fixes #6230 ) (Even Rouault) : e2ef155
  * check_single_font(): use quotation mark when msGetGlyphIndex() fails to retrieve the glyph (Even Rouault) : 53ee29e
  * msGetGlyphByIndex() / msGetGlyphOutline(): tweak debug/error messages (Even Rouault) : 0bbf943
  * When a font is missing a glyph we try to fallback to using a question mark (Krister Wicksell) : cf4756e
  * WFS: fix paging with GPKG/Spatialite datasources and non-point geometries (fixes #6325 ) (Even Rouault) : ce8dc4d
  * Fix querymap failure for polygon layers with labels only (no styles) ( #6262 ) (Tamas Szekeres) : 782ee8b
  * mapxbase: validate nHeadLen (Max Kellermann) : ee5d5de
  * mapshape, mapxbase: fix several memory leaks in error code paths (Max Kellermann) : 5e4c504
  * mapshape: validate numshapes (Max Kellermann) : b5c0e29
  * mapshape: remove useless null terminator (Max Kellermann) : 9755395
* Mon May 31 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 7.6.3
  * Security: Address flaw in CGI mapfile loading that makes it
    possible to bypass security controls ( CVE-2021-32062 )
  * Fix most of remaining Coverity scan warnings with high priority
  * Use CPLSetConfigOption/CPLGetConfigOption for some
    CGI/FastCGI-related env vars.
  * Require url-based symbol values to be pre-defined.
  * Improved initial check on generating reference maps,
    avoid crash with label styles
  * Fix resource leak and pointObj initialization errors.
- Enable python
- Refresh mapserver-7.6.1-fix_python_install_path.patch
* Mon Feb 01 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 7.6.2
  * Contour layer: take into account nodata value from GDAL raster
  * WCS 1.1 and 2.0: fix support of netCDF output
* Wed Jan 20 2021 Jan Engelhardt <jengelh@inai.de>
- Drop BuildRequires on binary library packages; this is wrong.
- Drop excessive runtime package requirements.
* Wed Dec 23 2020 Jan Engelhardt <jengelh@inai.de>
- Modernize and ready specfile for Factory
* Tue Sep 08 2020 Boris Manojlovic <boris@steki.net>
- add USE_PROJ to compile flags to enable reprojections (TILE support)
* Sat Sep 05 2020 Boris Manojlovic <boris@steki.net>
- updated to latest version 7.6.1
- fix building on opensuse leap 15.X
- added mapserver-7.6.1-fix_python_install_path.patch to fix
  python install location defaulting to arch independent location
- a lot of changes between versions please look at:
  https://mapserver.org/development/changelog/changelog-7-6.html#changelog-7-6
  and at this location:
  https://github.com/mapserver/mapserver/blob/branch-7-6/HISTORY.TXT
- security fixes from older versions: CVE-2020-10872 and CVE-2020-10873
* Fri May 17 2019 Dirk Stoecker <opensuse@dstoecker.de>
- update to version 7.4.0
  * MS RFC 117: PHP 7 MapScript Support Through SWIG
  * native support for PHP 7 through mapscript (461f827)
  * Fix potential cross-site scripting (XSS) security issue with
    [layers] tag
  * enhanced support for Python 3 mapscript through SWIG
  * Allow compiling with PROJ 6, but full PROJ 6 support will be
    included in the future MapServer 8 release (#5766)
- Drop 5461.patch and cmake-3.12.patch included upstream
* Thu Sep 13 2018 Dirk Stoecker <opensuse@dstoecker.de>
- update to final release
- Fix build with newer cmake: cmake-3.12.patch
* Thu Jun 07 2018 opensuse@dstoecker.de
- update to 7.2.0-beta1 to support Leap 15.0
  * Add 5461.patch to support PHP7
  * support python3
* Fri Dec 15 2017 opensuse@dstoecker.de
- update to 7.0.7
* Wed Apr 05 2017 opensuse@dstoecker.de
- udate to Mapserver 7.0.4, drop all patches
* Tue Mar 08 2016 ralf.habacker@freenet.de
- Add xxxx-fix-python-mapscript-soversion-install-issue.patch to fix
  broken installing of mapscript python module
- Exclude ruby from build for sles11 because of missing ruby dependencies
- Use ruby-common as build dependency instead of outdated ruby-macros
* Fri Feb 05 2016 guillaume@opensuse.org
- Fix build when 'php_mapscript.so' is only file installed and no
  * .so.1 and *.so%{version} (Fix openSUSE 13.1 build)
* Fri Feb 05 2016 guillaume@opensuse.org
- Add giflib_5.1.0.patch to fix compilation with giflib 5.1.0+
- Add swig_3.patch to fix compilation with swig 3
* Sat Aug 30 2014 bruno@ioda-net.ch
- packaging spec-cleaner
- fixed compilation error with php 5.6.0
  upstream patch 4912-php56-php-input.patch
  supported also php 5.5x
- fixed blending tif error
  upstream patch 4875-incorrect-blending-tif.patch