[postgis] branch upstream updated (c0eda98 -> 611e880)
Bas Couwenberg
sebastic at debian.org
Wed Nov 15 20:59:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository postgis.
from c0eda98 New upstream version 2.4.1+dfsg
new 611e880 New upstream version 2.4.2+dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +-
ChangeLog | 90 +
GNUmakefile.in | 3 +-
NEWS | 9 +
README.postgis | 4 +-
Version.config | 2 +-
macros/._libtool.m4 => build-aux/._config.guess | Bin 239 -> 239 bytes
macros/._libtool.m4 => build-aux/._config.sub | Bin 239 -> 239 bytes
macros/._libtool.m4 => build-aux/._install-sh | Bin 239 -> 239 bytes
build-aux/config.guess | 1421 +++++++++++++++
build-aux/config.sub | 1807 ++++++++++++++++++++
build-aux/install-sh | 501 ++++++
libtool => build-aux/ltmain.sh | 495 ------
configure | 199 ++-
configure.ac | 3 +-
doc/extras_tigergeocoder.xml | 5 +-
extensions/address_standardizer/Makefile | 6 +-
.../address_standardizer.control | 2 +-
.../address_standardizer_data_us.control | 2 +-
extensions/postgis/postgis.control | 2 +-
extensions/postgis_sfcgal/Makefile | 2 +-
extensions/postgis_sfcgal/postgis_sfcgal.control | 2 +-
.../postgis_tiger_geocoder.control | 2 +-
.../postgis_topology/postgis_topology.control | 2 +-
extensions/upgradeable_versions.mk | 12 +-
extras/tiger_geocoder/tiger_loader_2017.sql | 4 +-
liblwgeom/Makefile.in | 4 +-
liblwgeom/cunit/cu_geodetic.c | 4 +-
liblwgeom/lwgeodetic.c | 129 +-
liblwgeom/lwgeom_geos.c | 92 +-
loader/Makefile.in | 2 +-
postgis/Makefile.in | 2 +-
postgis/geobuf.c | 1 -
postgis/geography_centroid.c | 2 -
postgis/gserialized_gist_2d.c | 1 -
postgis/lwgeom_functions_basic.c | 2 -
postgis/mvt.c | 4 -
postgis/sqldefines.h | 8 +-
postgis_svn_revision.h | 2 +-
raster/install-sh | 325 ----
raster/loader/Makefile.in | 4 +-
raster/rt_pg/Makefile.in | 2 +-
regress/geography_expected | 2 +-
utils/Makefile.in | 4 +-
44 files changed, 4095 insertions(+), 1074 deletions(-)
copy macros/._libtool.m4 => build-aux/._config.guess (80%)
mode change 100644 => 100755
copy macros/._libtool.m4 => build-aux/._config.sub (80%)
mode change 100644 => 100755
copy macros/._libtool.m4 => build-aux/._install-sh (80%)
mode change 100644 => 100755
create mode 100755 build-aux/config.guess
create mode 100755 build-aux/config.sub
create mode 100755 build-aux/install-sh
copy libtool => build-aux/ltmain.sh (95%)
mode change 100755 => 100644
delete mode 100755 raster/install-sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git
More information about the Pkg-grass-devel
mailing list