Viking 1.2.2 (2011-11-03)
Fixes since 1.2.1 * Increase default tile age check to 7 days. * Fix compilation with curl 7.21.7 (SF#3376584)
This commit is contained in:
parent
159c150141
commit
c7416e47a2
3 changed files with 6 additions and 22 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.29 2011/11/01 06:01:24 sbd Exp $
|
||||
# $NetBSD: Makefile,v 1.30 2011/11/09 01:23:13 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= viking-1.2.1
|
||||
PKGREVISION= 3
|
||||
DISTNAME= viking-1.2.2
|
||||
CATEGORIES= geography
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.14 2011/07/30 19:25:55 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.15 2011/11/09 01:23:13 gdt Exp $
|
||||
|
||||
SHA1 (viking-1.2.1.tar.gz) = 594e9ee50dfb93a213399ced9dce72b296b9335a
|
||||
RMD160 (viking-1.2.1.tar.gz) = 609b464db5c4035123199cd3a4c8985e381710db
|
||||
Size (viking-1.2.1.tar.gz) = 1054364 bytes
|
||||
SHA1 (viking-1.2.2.tar.gz) = 91d53bbf3de6f286e3a0be062974f5b3bef863a7
|
||||
RMD160 (viking-1.2.2.tar.gz) = 7dcc257525ff9fa78d86f792fa70d3ab50243753
|
||||
Size (viking-1.2.2.tar.gz) = 1050517 bytes
|
||||
SHA1 (patch-aa) = 24dba675c4aeacef6541f474edd90b7457d98d02
|
||||
SHA1 (patch-src_osm-traces.c) = 550421ed7bc879b0286de31dc15dd6b5dd583416
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
$NetBSD: patch-src_osm-traces.c,v 1.2 2011/07/30 19:25:55 gdt Exp $
|
||||
|
||||
curl has apparently withdraw a header file.
|
||||
|
||||
--- src/osm-traces.c.orig 2011-06-15 19:30:06.000000000 +0000
|
||||
+++ src/osm-traces.c
|
||||
@@ -27,7 +27,6 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
#include <glib.h>
|
Loading…
Reference in a new issue