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

Bug#599308: marked as done (unblock: dma/0.0.2010.06.17-4)



Your message dated Wed, 6 Oct 2010 22:51:34 +0200
with message-id <20101006205134.GA32257@thrall.0x539.de>
and subject line Re: Bug#599308: unblock: dma/0.0.2010.06.17-4
has caused the Debian Bug report #599308,
regarding unblock: dma/0.0.2010.06.17-4
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 owner@bugs.debian.org
immediately.)


-- 
599308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599308
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception

Hi,

Please unblock package dma

IMHO, bug #599172, which makes dma-migrate simply not run on PowerPC
and possibly other architectures with unsigned char by default, just
might be serious enough to warrant fixing during the freeze.
I'm attaching a debdiff for the next (not yet uploaded) revision of
the Debian dma package; if I'm reading the protocol right, I'm not
supposed to upload it to unstable unless you give me permission to, and
say you'll allow it to trickle down into testing :)

The diff is quite trivial - basically a char to int conversion for
a variable used to hold the getopt(3) return value.  As I said in
the bug comments itself, this is a mistake I hadn't made for the past
well nigh ten years; quite embarrassing :/

So... should I upload -4 to fix it, or is it too late now? :)
Thanks in advance for your time, and keep up the great work!

unblock dma/0.0.2010.06.17-4

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
 diffstat for dma-0.0.2010.06.17-4

 changelog             |    8 ++++++++
 control               |    4 ++--
 migrate/dma-migrate.c |    4 +++-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff -Nru dma-0.0.2010.06.17/debian/changelog dma-0.0.2010.06.17/debian/changelog
--- dma-0.0.2010.06.17/debian/changelog	2010-07-27 13:34:28.000000000 +0300
+++ dma-0.0.2010.06.17/debian/changelog	2010-10-06 17:30:31.000000000 +0300
@@ -1,3 +1,11 @@
+dma (0.0.2010.06.17-4) unstable; urgency=low
+
+  * Fix an infinite loop in dma-migrate if char is unsigned.
+    Closes: #599172
+  * Switch to Git and point the Vcs-* fields to Gitorious.
+
+ -- Peter Pentchev <roam@ringlet.net>  Wed, 06 Oct 2010 17:30:29 +0300
+
 dma (0.0.2010.06.17-3) unstable; urgency=low
 
   * Update the debconf translations:
diff -Nru dma-0.0.2010.06.17/debian/control dma-0.0.2010.06.17/debian/control
--- dma-0.0.2010.06.17/debian/control	2010-07-27 13:12:22.000000000 +0300
+++ dma-0.0.2010.06.17/debian/control	2010-10-06 17:21:05.000000000 +0300
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (>= 7.0.50), byacc, dpkg-dev (>= 1.15.7~), flex, hardening-wrapper, liblockfile-dev, libssl-dev, po-debconf
 Standards-Version: 3.9.1
 Homepage: http://devel.ringlet.net/mail/dma/
-Vcs-Svn: http://svn.ringlet.net/svn/ringlet/mail/dma/trunk/dma-pkg/debian/
-Vcs-Browser: http://svn.ringlet.net/v/ringlet/mail/dma/trunk/dma-pkg/debian/
+Vcs-Git: git://gitorious.org/dma-roam/pkg-debian.git
+Vcs-Browser: http://gitorious.org/dma-roam/pkg-debian
 
 Package: dma
 Architecture: any
diff -Nru dma-0.0.2010.06.17/debian/migrate/dma-migrate.c dma-0.0.2010.06.17/debian/migrate/dma-migrate.c
--- dma-0.0.2010.06.17/debian/migrate/dma-migrate.c	2010-06-18 17:58:48.000000000 +0300
+++ dma-0.0.2010.06.17/debian/migrate/dma-migrate.c	2010-10-06 17:06:47.000000000 +0300
@@ -71,7 +71,7 @@
 {
 	const char *spooldir;
 	int hflag, Vflag, errs, fd, res;
-	char ch;
+	int ch;
 	DIR *d;
 	struct dirent *e;
 	struct stat sb;
@@ -99,7 +99,9 @@
 				break;
 
 			case '?':
+			default:
 				usage(1);
+				/* NOTREACHED */
 		}
 	if (Vflag)
 		version();

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
On Wed, Oct 06, 2010 at 11:06:46PM +0300, Peter Pentchev wrote:
> On Wed, Oct 06, 2010 at 05:37:50PM +0200, Philipp Kern wrote:
> > On Wed, Oct 06, 2010 at 05:57:55PM +0300, Peter Pentchev wrote:
> > > So... should I upload -4 to fix it, or is it too late now? :)
> > > Thanks in advance for your time, and keep up the great work!
> > 
> > Please upload and ping us when it got accepted.
> 
> Thanks a lot!  It's uploaded, accepted, and built on pretty much
> all the architectures now.

Unblocked.

Kind regards,
Philipp Kern

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: