pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/osm2pgsql



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Mar 13 13:08:51 UTC 2020

Modified Files:
        pkgsrc/geography/osm2pgsql: Makefile distinfo

Log Message:
geography/osm2pgsql: Update to 1.2.1

Upstream psudo-NEWS:

1.2.1 and 1.2.0 are bugfix releases.
1.0.0:

This release finally drops support for old-style multipolygons.

Doing so allowed a major overhaul of the processing pipeline.
Imports are now entirely done in the first processing stage. The second,
much slower processing stage is only needed when updating existing
databases. Data is entirely streamed into the database using COPY, which
reduces the number of database connections needed.

Other major changes include

- better error handling in Lua backend
- process all OSM objects again when extra attributes are requested
- enable running tests in pg_virtualenv
- add support for configurable Gazetteer style
- allow to disable RAM node cache with -C 0


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/geography/osm2pgsql/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/osm2pgsql/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/osm2pgsql/Makefile
diff -u pkgsrc/geography/osm2pgsql/Makefile:1.20 pkgsrc/geography/osm2pgsql/Makefile:1.21
--- pkgsrc/geography/osm2pgsql/Makefile:1.20    Sun Jan 12 20:20:20 2020
+++ pkgsrc/geography/osm2pgsql/Makefile Fri Mar 13 13:08:51 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/12 20:20:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2020/03/13 13:08:51 gdt Exp $
 
-DISTNAME=      osm2pgsql-0.96.0
-PKGREVISION=   5
+DISTNAME=      osm2pgsql-1.2.1
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=openstreetmap/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/geography/osm2pgsql/distinfo
diff -u pkgsrc/geography/osm2pgsql/distinfo:1.6 pkgsrc/geography/osm2pgsql/distinfo:1.7
--- pkgsrc/geography/osm2pgsql/distinfo:1.6     Thu Aug  2 17:00:14 2018
+++ pkgsrc/geography/osm2pgsql/distinfo Fri Mar 13 13:08:51 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2018/08/02 17:00:14 gdt Exp $
+$NetBSD: distinfo,v 1.7 2020/03/13 13:08:51 gdt Exp $
 
-SHA1 (osm2pgsql-0.96.0.tar.gz) = 8e31f38ce5969dc6120c06521f849c853868cbe5
-RMD160 (osm2pgsql-0.96.0.tar.gz) = d1e798a21b708435343cc2dfda9d86f34c60ddac
-SHA512 (osm2pgsql-0.96.0.tar.gz) = 6c6bb00c17995b9a99975076ad3af35a99678a7780db144f7fdd1f5c856b777883f1b1dac7e1c3ca9a2a490d3774f62c8aa9f8742c955c377c28d5b827657372
-Size (osm2pgsql-0.96.0.tar.gz) = 1219163 bytes
+SHA1 (osm2pgsql-1.2.1.tar.gz) = d377626dd2298a6480f4b7a0854251117484e764
+RMD160 (osm2pgsql-1.2.1.tar.gz) = f01d4dd899c4116e77f75b5b8b8fa01090de531a
+SHA512 (osm2pgsql-1.2.1.tar.gz) = 72d15a4f40561313c2cf1b1abe55d363136e44407d127b5195a7f95f4408350b5ee577596664c7d6b2d82b5017363bd024589342a8b3aba4ce2bc6dfbc4415ab
+Size (osm2pgsql-1.2.1.tar.gz) = 1223420 bytes
 SHA1 (patch-CMakeLists.txt) = a33fcf5b935c515a82817fe233a9d9bb6b9e7372



Home | Main Index | Thread Index | Old Index