Bas Couwenberg pushed to branch master at Debian GIS Project / mapserver
Commits: 1ebe88f1 by Bas Couwenberg at 2025-04-01T21:30:32+02:00 Disable FCGI support. Has problematic license, see: #466117. - - - - - bc095ac7 by Bas Couwenberg at 2025-04-01T21:30:43+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mapserver (8.4.0-3) unstable; urgency=medium + + * Disable FCGI support. Has problematic license, see: #466117. + + -- Bas Couwenberg <[email protected]> Tue, 01 Apr 2025 21:30:34 +0200 + mapserver (8.4.0-2) unstable; urgency=medium * Bump Standards-Version to 4.7.2, no changes. ===================================== debian/control ===================================== @@ -20,7 +20,6 @@ Build-Depends: ant, dpkg-dev (>= 1.22.5), libcairo2-dev, libcurl4-gnutls-dev | libcurl-ssl-dev, - libfcgi-dev, libfreetype-dev, libfribidi-dev, libgdal-dev (>= 1.10.1-0~), ===================================== debian/rules ===================================== @@ -51,7 +51,7 @@ override_dh_auto_configure: -DWITH_SVGCAIRO=0 \ -DWITH_RSVG=1 \ -DWITH_MYSQL=0 \ - -DWITH_FCGI=1 \ + -DWITH_FCGI=0 \ -DWITH_GEOS=1 \ -DWITH_POSTGIS=1 \ -DWITH_CURL=1 \ View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/4176bf989e64fd7b4269cb8e44a1f59921cc9e9a...bc095ac79fd8db67c2f801ff77752d150e2f54f6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/4176bf989e64fd7b4269cb8e44a1f59921cc9e9a...bc095ac79fd8db67c2f801ff77752d150e2f54f6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
