Your message dated Thu, 5 Aug 2010 11:09:54 +0200
with message-id <[email protected]>
and subject line Package got removed
has caused the Debian Bug report #533716,
regarding reseed does not convert the number sequence into a byte-stream
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.)


-- 
533716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533716
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: reseed
Version: 1.1
Severity: normal

After fetching a number sequence from random.org reseed does not convert
them correctly into a byte stream before piping into /dev/urandom as
intentioned. This seems to be due to a typo in the perl script:


# generate a byte stream from the numbers
@bytes = split /\n/, $response->content();
map { chr($_) } @bytes;
[...]
print RANDOM (join "", @bytes);


Changing the map into

map { $_ = chr } @bytes;

fixes this.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Version: 1.1-4~rm

Hi!

As the package got removed from the archive, I hereby close this bug
report.  For details on the removal, please see
http://bugs.debian.org/542846.

Best Regards,
  Alexander


--- End Message ---

Reply via email to