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

Bug#153769: marked as done (dpkg-dev: dpkg-scanpackages fails to include md5sum)



Your message dated Sat, 31 Aug 2002 06:30:24 -0400
with message-id <E17l5WK-0005Iv-00@auric.debian.org>
and subject line Bug#153769: fixed in dpkg 1.10.5
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; 21 Jul 2002 19:33:47 +0000
>From goswin.brederlow@student.uni-tuebingen.de Sun Jul 21 14:33:47 2002
Return-path: <goswin.brederlow@student.uni-tuebingen.de>
Received: from mailout09.sul.t-online.com [194.25.134.84] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17WMSg-0000CL-00; Sun, 21 Jul 2002 14:33:47 -0500
Received: from fwd00.sul.t-online.de 
	by mailout09.sul.t-online.com with smtp 
	id 17WMSe-0003Su-03; Sun, 21 Jul 2002 21:33:44 +0200
Received: from dual (520045864123-0001@[217.81.145.127]) by fmrl00.sul.t-online.com
	with esmtp id 17WMSU-1EXe2iC; Sun, 21 Jul 2002 21:33:34 +0200
Received: from mrvn by dual with local (Exim 3.35 #1 (Debian))
	id 17WMSS-0001yx-00; Sun, 21 Jul 2002 21:33:32 +0200
Subject: dpkg-dev: dpkg-scanpackages fails to include md5sum
From: "Goswin Brederlow" <goswin.brederlow@student.uni-tuebingen.de>
To: "Debian Bug Tracking System" <submit@bugs.debian.org>
X-Mailer: reportbug 1.99.47
Date: Sun, 21 Jul 2002 21:33:32 +0200
Message-Id: <E17WMSS-0001yx-00@dual>
Sender: Goswin Brederlow <goswin.brederlow@student.uni-tuebingen.de>
X-Sender: 520045864123-0001@t-dialin.net
Delivered-To: submit@bugs.debian.org

Package: dpkg-dev
Version: 1.10.4
Severity: important
File: /usr/bin/dpkg-scanpackages
Tags: patch

Hi,

dpkg-scanpackages fails to include the md5sum of packages thus
breaking boot-floppies and debootstrap with a local package pool
(partly due to another bug in debootstrab not handling missing
md5sums).

dpkg-scansources uses a different method to extract the md5sum. Not
sure if that works. Why not use the same method in both? Or even use
the MD5 Module of perl?

Anyway you missed () when matching for the md5sum pattern:

======================================================================
--- scripts/dpkg-scanpackages.pl        Sat May 25 04:05:06 2002
+++ /tmp/dpkg-scanpackages.pl   Sun Jul 21 21:26:03 2002
@@ -104,7 +104,7 @@
 
     open(C,"md5sum <$fn |") || die "$fn $!";
     chop($_=<C>); close(C); $? and die "\`md5sum < $fn' exited with $?\n";
-    /^[0-9a-f]{32}\s*-?\s*$/ or die "Strange text from \`md5sum < $fn': \`$_'\n";
+    /^([0-9a-f]{32})\s*-?\s*$/ or die "Strange text from \`md5sum < $fn': \`$_'\n";
     $tv{'MD5sum'}= $1;
 
     @stat= stat($fn) or die "Couldn't stat $fn: $!\n";
======================================================================

MfG
	Goswin

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dual 2.4.16 #19 SMP Sat Jul 6 04:37:14 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=de_DE

Versions of packages dpkg-dev depends on:
ii  binutils                   2.12.90.0.9-1 The GNU assembler, linker and bina
ii  cpio                       2.5-1         GNU cpio -- a program to manage ar
ii  make                       3.79.1-14     The GNU version of the "make" util
ii  patch                      2.5.4-11      Apply a diff file to an original
ii  perl [perl5]               5.6.1-7       Larry Wall's Practical Extraction 
ii  perl-modules               5.6.1-7       Core Perl modules.

-- no debconf information


---------------------------------------
Received: (at 153769-close) by bugs.debian.org; 31 Aug 2002 10:38:45 +0000
>From rmurray@auric.debian.org Sat Aug 31 05:38:45 2002
Return-path: <rmurray@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17l5eO-0003Dy-00; Sat, 31 Aug 2002 05:38:44 -0500
Received: from rmurray by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 17l5WK-0005Iv-00; Sat, 31 Aug 2002 06:30:24 -0400
From: Adam Heath <doogie@debian.org>
To: 153769-close@bugs.debian.org
X-Katie: $Revision: 1.17 $
Subject: Bug#153769: fixed in dpkg 1.10.5
Message-Id: <E17l5WK-0005Iv-00@auric.debian.org>
Sender: Ryan Murray <rmurray@auric.debian.org>
Date: Sat, 31 Aug 2002 06:30:24 -0400
Delivered-To: 153769-close@bugs.debian.org

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

dpkg-dev_1.10.5_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.10.5_all.deb
dpkg-doc_1.10.5_all.deb
  to pool/main/d/dpkg/dpkg-doc_1.10.5_all.deb
dpkg_1.10.5.dsc
  to pool/main/d/dpkg/dpkg_1.10.5.dsc
dpkg_1.10.5.tar.gz
  to pool/main/d/dpkg/dpkg_1.10.5.tar.gz
dpkg_1.10.5_i386.deb
  to pool/main/d/dpkg/dpkg_1.10.5_i386.deb
dselect_1.10.5_i386.deb
  to pool/main/d/dpkg/dselect_1.10.5_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 153769@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adam Heath <doogie@debian.org> (supplier of updated dpkg 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@debian.org)


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

Format: 1.7
Date: Thu, 29 Aug 2002 16:43:15 -0500
Source: dpkg
Binary: dpkg-static dselect dpkg-dev dpkg-doc dpkg
Architecture: source all i386
Version: 1.10.5
Distribution: unstable
Urgency: low
Maintainer: Dpkg Development <debian-dpkg@lists.debian.org>
Changed-By: Adam Heath <doogie@debian.org>
Description: 
 dpkg       - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dpkg-doc   - Dpkg Internals Documentation
 dselect    - a user tool to manage Debian packages
Closes: 147492 153769 154257 154503 154898 155362 156437 156545 157304 157453 157762
Changes: 
 dpkg (1.10.5) unstable; urgency=low
 .
   * Fix segfault in md5sum if the file being checked doesn't exist.
     Closes: #154503.
   * Fix extraction of md5sum in dpkg-scanpackages.  Closes: #153769.
   * Handle directories better in md5sum.  Closes: #157453.
   * Fix read past buffer in lib/nfmalloc.c.  Closes: #157304.
   * Fix several read pass buffer bugs, and a memleak.  Closes: #155362.
   * Fix segfault when --auto-deconfigure is given.  Closes: #157762.
   * Allow spaces between the end of a version, and the trailing ')'.
     Closes: #154898.
   * Fixes for HURD:  Closes: #156545
     * Add i386-gnu0.3 to archtable.
     * Fix handling of static compiles, with regard to zlib.
   * Previous install-infos(before 1.10) handled multiple dir file entries,
     because they would copy the entire stanza unmodified.  The newest
     version does not do this, as it reformats the options, and thereby
     only takes the first line.  So, we now split all the lines from the
     stanza, and process them all.  Closes: #147492.
   * Fix corruption of available file, caused by use of memory that was
     previously freed.  Closes: #154257.
   * Fix several minor memleaks.
   * Remove /usr/sbin/start-stop-daemon.  Closes: #156437.
Files: 
 8ca73db018cab82b48c6417138d456cb 716 base required dpkg_1.10.5.dsc
 4eebb8207cbb172e96dd8e4c258663dc 1568097 base required dpkg_1.10.5.tar.gz
 8878555aaf21faeecb6efaace48caac4 1136194 base required dpkg_1.10.5_i386.deb
 97a0772ce9ea2aff0678fe747e6d1303 89588 base required dselect_1.10.5_i386.deb
 5fe280f17cf726fbe1c0aec5f7c9e6bc 1126796 byhand - dpkg-1.10.5_i386.nondebbin.tar.gz
 83d81f422079ae537854124b91b15747 1628852 byhand - dpkg-1.10.5_i386-static.nondebbin.tar.gz
 ffdfb744fe93761ce05798185bbaccbc 111730 utils standard dpkg-dev_1.10.5_all.deb
 d54cda2f79bbbbdc9d73842825830dcd 10692 doc optional dpkg-doc_1.10.5_all.deb
 4eebb8207cbb172e96dd8e4c258663dc 1568097 byhand - dpkg-1.10.5.tar.gz

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

iD8DBQE9bpjziix9wovUpIkRAgEnAJ9GpFqYbH+b1/kFq8q55yumPLGStQCdEJ6v
aLVWOqCgkb9aXi1P3Xp4FA4=
=5q//
-----END PGP SIGNATURE-----



Reply to: