Your message dated Tue, 03 Nov 2009 15:42:01 +0000
with message-id <[email protected]>
and subject line Bug#507204: fixed in lsb-pkgchk3 3.2.1-1.1
has caused the Debian Bug report #507204,
regarding lsb-pkgchk3: Missing include of stdlib.h and instances of printing a
string variable directly
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
507204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507204
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lsb-pkgchk3
Version: 3.2.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
Here is a patch similar to bug 507201 for this package. Please
consider applying it.
Thanks,
James
diff -u lsb-pkgchk3-3.2.1/tests/misc/appchk/appchk.c lsb-pkgchk3-3.2.1/tests/misc/appchk/appchk.c
--- lsb-pkgchk3-3.2.1/tests/misc/appchk/appchk.c
+++ lsb-pkgchk3-3.2.1/tests/misc/appchk/appchk.c
@@ -306,7 +306,7 @@
}
break;
case 'o':
- snprintf(output_filename, TMP_STRING_SIZE, optarg);
+ snprintf(output_filename, TMP_STRING_SIZE, "%s", optarg);
break;
case 'j':
do_journal = 1;
@@ -318,7 +318,7 @@
do_missing_symbol = 1;
break;
case 'l':
- snprintf(list_filename, TMP_STRING_SIZE, optarg);
+ snprintf(list_filename, TMP_STRING_SIZE, "%s", optarg);
break;
default:
usage(argv[0]);
diff -u lsb-pkgchk3-3.2.1/tests/misc/pkgchk/pkgchk.c lsb-pkgchk3-3.2.1/tests/misc/pkgchk/pkgchk.c
--- lsb-pkgchk3-3.2.1/tests/misc/pkgchk/pkgchk.c
+++ lsb-pkgchk3-3.2.1/tests/misc/pkgchk/pkgchk.c
@@ -172,7 +172,7 @@
printf("also checking symbols in module %s\n", optarg);
break;
case 'j':
- snprintf(journal_filename, TMP_STRING_SIZE, optarg);
+ snprintf(journal_filename, TMP_STRING_SIZE, "%s", optarg);
overrideJournalFilename = 1;
break;
case 'd':
only in patch2:
unchanged:
--- lsb-pkgchk3-3.2.1.orig/tests/misc/rpmchk/vals.c
+++ lsb-pkgchk3-3.2.1/tests/misc/rpmchk/vals.c
@@ -5,6 +5,7 @@
*
*/
#include "rpmchk.h"
+#include "stdlib.h"
/*
* This file contains some values which must match, and some places to
* stick things which are discovered in one place, but used in another.
--- End Message ---
--- Begin Message ---
Source: lsb-pkgchk3
Source-Version: 3.2.1-1.1
We believe that the bug you reported is fixed in the latest version of
lsb-pkgchk3, which is due to be installed in the Debian FTP archive:
lsb-pkgchk3_3.2.1-1.1.diff.gz
to main/l/lsb-pkgchk3/lsb-pkgchk3_3.2.1-1.1.diff.gz
lsb-pkgchk3_3.2.1-1.1.dsc
to main/l/lsb-pkgchk3/lsb-pkgchk3_3.2.1-1.1.dsc
lsb-pkgchk3_3.2.1-1.1_amd64.deb
to main/l/lsb-pkgchk3/lsb-pkgchk3_3.2.1-1.1_amd64.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Zacchiroli <[email protected]> (supplier of updated lsb-pkgchk3 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 01 Nov 2009 15:50:07 +0100
Source: lsb-pkgchk3
Binary: lsb-pkgchk3
Architecture: source amd64
Version: 3.2.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Stuart R. Anderson <[email protected]>
Changed-By: Stefano Zacchiroli <[email protected]>
Description:
lsb-pkgchk3 - LSB v3.x package checking tool
Closes: 507204
Changes:
lsb-pkgchk3 (3.2.1-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix snprintf usages (missing fmt string), include stdlib.h where NULL
is used. Fix FTBFS, Ubuntu patch by James Westby. (Closes: #507204)
Checksums-Sha1:
98dc342e8a4f1d317446df997486f1c919b36896 1033 lsb-pkgchk3_3.2.1-1.1.dsc
6d4066731be961f09cd13548595df52f104022b2 55558 lsb-pkgchk3_3.2.1-1.1.diff.gz
4364f12931805cb3b8523d5c39c72e1863972965 428902 lsb-pkgchk3_3.2.1-1.1_amd64.deb
Checksums-Sha256:
4caf35f729bbfced6db17a1a85368f1cdad6acd7a564c012003bc1f5a501bb58 1033
lsb-pkgchk3_3.2.1-1.1.dsc
4a3501c30cb53d144c647064ecf24da51e19ca236a415e2c1248f2eef83f08ca 55558
lsb-pkgchk3_3.2.1-1.1.diff.gz
5620d49da6e29bedd84a6b7936c1a6711f66c851169053a94347e9daab6e348c 428902
lsb-pkgchk3_3.2.1-1.1_amd64.deb
Files:
bebf9479ff694d866d3c84c9b6572437 1033 devel optional lsb-pkgchk3_3.2.1-1.1.dsc
764f6d2269d2264d5f78e399e063de76 55558 devel optional
lsb-pkgchk3_3.2.1-1.1.diff.gz
a42cbe0765bb97953a6365a4d82d7fba 428902 devel optional
lsb-pkgchk3_3.2.1-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFK7aRf1cqbBPLEI7wRAv9vAJ9+/bQUaN5QriguVZw4RdgRgIfGUQCfa5tz
2OGAT97nuZt8ZzbCqGx/9jU=
=gx9Q
-----END PGP SIGNATURE-----
--- End Message ---