[DebianGIS-dev] Bug#328030: marked as done (mapserver: implicitly converted pointers)

Debian Bug Tracking System owner at bugs.debian.org
Tue Sep 13 23:03:47 UTC 2005


Your message dated Tue, 13 Sep 2005 15:47:10 -0700
with message-id <E1EFJYU-00063P-00 at spohr.debian.org>
and subject line Bug#328030: fixed in mapserver 4.6.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Sep 2005 02:52:29 +0000
>From dannf at dannf.org Mon Sep 12 19:52:29 2005
Return-path: <dannf at dannf.org>
Received: from colo.lackof.org [198.49.126.79] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EF0uL-0006d3-00; Mon, 12 Sep 2005 19:52:29 -0700
Received: from localhost (localhost [127.0.0.1])
	by colo.lackof.org (Postfix) with ESMTP id D7FB7298034;
	Mon, 12 Sep 2005 20:58:08 -0600 (MDT)
Received: from colo.lackof.org ([127.0.0.1])
	by localhost (colo.lackof.org [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 13862-08; Mon, 12 Sep 2005 20:58:07 -0600 (MDT)
Received: from localhost (localhost [127.0.0.1])
	by colo.lackof.org (Postfix) with ESMTP id 26D44298013;
	Mon, 12 Sep 2005 20:58:06 -0600 (MDT)
Subject: mapserver: implicitly converted pointers
From: dann frazier <dannf at dannf.org>
To: submit at bugs.debian.org
Cc: David Mosberger <David.Mosberger at acm.org>
Content-Type: text/plain
Date: Mon, 12 Sep 2005 20:51:49 -0600
Message-Id: <1126579909.8405.4.camel at localhost>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at lackof.org
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: mapserver
Version: 4.6.1-2
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem[2] that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

The _XOPEN_SOURCE definition fixes this warning; the #include
<strings.h> fixes another warning about strcasecmp().

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
[2]Function `strptime' implicitly converted to pointer at maptime.c:166

--- mapserver-4.6.1/maptime.c.orig	2005-09-12 20:48:05.000000000 -0600
+++ mapserver-4.6.1/maptime.c	2005-09-12 20:49:12.000000000 -0600
@@ -44,9 +44,11 @@
  *
  */
 
+#define _XOPEN_SOURCE
 #include <stdlib.h>
 #include <stdio.h>
 #include <time.h>
+#include <strings.h>
 
 #include "map.h"
 #include "maptime.h"


-- 
dann frazier <dannf at dannf.org>


---------------------------------------
Received: (at 328030-close) by bugs.debian.org; 13 Sep 2005 22:48:48 +0000
>From katie at spohr.debian.org Tue Sep 13 15:48:48 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EFJYU-00063P-00; Tue, 13 Sep 2005 15:47:10 -0700
From: Petter Reinholdtsen <pere at debian.org>
To: 328030-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#328030: fixed in mapserver 4.6.1-3
Message-Id: <E1EFJYU-00063P-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Tue, 13 Sep 2005 15:47:10 -0700
Delivered-To: 328030-close at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: mapserver
Source-Version: 4.6.1-3

We believe that the bug you reported is fixed in the latest version of
mapserver, which is due to be installed in the Debian FTP archive:

cgi-mapserver_4.6.1-3_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_4.6.1-3_i386.deb
mapserver-bin_4.6.1-3_i386.deb
  to pool/main/m/mapserver/mapserver-bin_4.6.1-3_i386.deb
mapserver-doc_4.6.1-3_i386.deb
  to pool/main/m/mapserver/mapserver-doc_4.6.1-3_i386.deb
mapserver_4.6.1-3.diff.gz
  to pool/main/m/mapserver/mapserver_4.6.1-3.diff.gz
mapserver_4.6.1-3.dsc
  to pool/main/m/mapserver/mapserver_4.6.1-3.dsc
perl-mapscript_4.6.1-3_i386.deb
  to pool/main/m/mapserver/perl-mapscript_4.6.1-3_i386.deb
php4-mapscript_4.6.1-3_i386.deb
  to pool/main/m/mapserver/php4-mapscript_4.6.1-3_i386.deb
python-mapscript_4.6.1-3_i386.deb
  to pool/main/m/mapserver/python-mapscript_4.6.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 328030 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere at debian.org> (supplier of updated mapserver package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster at debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 14 Sep 2005 00:16:15 +0200
Source: mapserver
Binary: mapserver-doc perl-mapscript mapserver-bin cgi-mapserver python-mapscript php4-mapscript
Architecture: source i386
Version: 4.6.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <pere at debian.org>
Description: 
 cgi-mapserver - cgi module of mapserver
 mapserver-bin - mapserver binary utilities
 mapserver-doc - documentation for mapserver
 perl-mapscript - perl mapserver library
 php4-mapscript - module for php4-cgi to use mapserver
 python-mapscript - python mapserver lib
Closes: 328030
Changes: 
 mapserver (4.6.1-3) unstable; urgency=low
 .
   * Make sure the strptime() return value have the correct
     type. (Closes: #328030)
Files: 
 e87807e84c582a0ec073d1ee100e19e5 1023 devel optional mapserver_4.6.1-3.dsc
 f1ed261cd4ed4d2ad1b8de93395baa7e 10899 devel optional mapserver_4.6.1-3.diff.gz
 b7556ac74b36d43c5fd1166087d98fb3 441326 web optional php4-mapscript_4.6.1-3_i386.deb
 3024c5e2ef1922a519622f1137409823 631710 perl optional perl-mapscript_4.6.1-3_i386.deb
 cc70f6f77b3283a9dc544d647d506142 357120 web optional cgi-mapserver_4.6.1-3_i386.deb
 6fb3550be9eb2fb04e27432889486a9b 467904 python optional python-mapscript_4.6.1-3_i386.deb
 444c3e1e1845178ede86f82bc7184473 2407906 misc optional mapserver-bin_4.6.1-3_i386.deb
 b5adb1bac5120f5e43b6e3f67bb2b750 23820 doc optional mapserver-doc_4.6.1-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDJ1XR20zMSyow1ykRAixQAJwIFBfHwuLYQ499uiPnzd2huxh1rQCguVba
yyqpusjP8upZ2+hOVPmf+/Y=
=t9L/
-----END PGP SIGNATURE-----




More information about the Pkg-grass-devel mailing list