diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-02-04 03:00:00 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-02-04 03:00:00 +0000 |
commit | dc50285d324d83548eae7e87b92d4f82b931fc30 (patch) | |
tree | 71890c7617952f78a18cb97df853e912a9e7e44e /debian | |
parent | 6e6d5c40960ea4509616962c8e5e1a2cc1f133e7 (diff) |
allow SHA1Summation to process a file descriptor until EOF
* Apply patch from Anthony Towns to allow SHA1Summation to process a file
descriptor until EOF, rather than requiring that the length of input be
specified (Closes: #291338)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e23460206..bf71480cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ apt (0.6.31) hoary; urgency=low * Remove debugging output from apt.cron.daily (no one noticed?) + * Apply patch from Anthony Towns to allow SHA1Summation to process a file + descriptor until EOF, rather than requiring that the length of input be + specified (Closes: #291338) -- |