Your message dated Fri, 23 Nov 2012 20:47:30 +0000
with message-id <[email protected]>
and subject line Bug#420654: fixed in afio 2.5.1.20121112+git897262d-1
has caused the Debian Bug report #420654,
regarding output in afio with null-terminated inputs
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.)


-- 
420654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420654
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: afio
Version: 2.5-4

Hi,
I've encountered a minor (cosmetic really) bug in the verbose output of afio; when reading in null-terminated strings from find, afio reports null-terminated strings to stdout, the standard version of afio (built from source, version 2.5) does not do this; instead it replaces the null termination with a line break. The regular \n terminated input works just as expected though.

example:
# find /bin -depth -xdev ! -type s -print0 | afio -o -vv -0 -z -1 m -c 160 -b 64k /dev/null -rwxr-xr-x 1 root root 38664 Jan 30 13:51:15 2007 /bin/dd-rwxr-xr-x 1 root root 56412 Jan 30 13:51:15 2007 /bin/cp-rwxr-xr-x 1 root root 35152 Jan 30 13:51:14 2007 /bin/df-rwxr-xr-x 1 root root 39544 Apr 2 11:23:58 2003 /bin/ed-rwxr-xr-x 1 root root 130232 Feb 1 16:11:21 2005 /bin/ip-rwxr-xr-x 1 root root 22992 Jan 30 13:51:14 2007 /bin/ln-rwxr-xr-x 1 root root 77352 Jan 30 13:51:14 2007 /bin/ls-rwxr-xr-x 1 root root 20192 Mar 24 12:29:13 2006 /bin/nclrwxrwxrwx 1 root root Apr 23 10:43:14 2007 /bin/mt S-> mt-gnu-rwxr-xr-x 1 root root 63376 Jan 30 13:51:14 2007 /bin/mv-rwxr-xr-x 1 root root 65292 Sep 12 21:54:01 2006 /bin/ps-rwxr-xr-x 1 root root 34472 Jan 30 13:51:14 2007 /bin/rmlrwxrwxrwx 1 root root Apr 10 15:32:24 2007 /bin/sh S-> bash-rwsr-xr-x 1 root root 27000 Feb 27 02:53:48 2007 /bin/su-rwxr-xr-x 1 root root 17156 Jan 30 13:51:15 2007 /bin/catlrwxrwxrwx 1 root root Aug 3 16:45:04 2006 /bin/csh S-> /etc/alternatives/csh-rwxr-xr-x 1 root root 77352 Jan 30 13:51:14 2007 /bin/dir-rwxr-xr-x 1 root root 15152 Jan 30 13:51:15 2007 /bin/pwd-rwxr-xr-x 1 root root 40872 Apr 30 17:09:15 2006 /bin/sed-rwxr-xr-x 1 root root 235804 Dec 1 11:40:20 2006 /bin/tar-rwxr-xr-x 1 root root 58208 Nov 25 17:55:14 2006 /bin/afio-rwxr-xr-x 1 root root 677184 Dec 11 16:20:10 2006 /bin/bash-rwxr-xr-x 1 root root 3248 Feb 21 12:48:44 2007 /bin/arch-rwxr-xr-x 1 root root 80200 Feb 2 02:34:07 2007 /bin/dash

... removed some files here to save space ...

-rwxr-xr-x 1 root root 37652 Sep 22 15:24:21 2005 /bin/star_sym-rwxr-xr-x 3 root root 0 Sep 19 08:38:31 2006 /bin/zegrep -> /bin/zgrep-rwxr-xr-x 3 root root 0 Sep 19 08:38:31 2006 /bin/zfgrep -> /bin/zgrep-rwxr-xr-x 1 root root 1525 Sep 19 08:38:31 2006 /bin/zforce-rwxr-xr-x 1 root root 10856 Jul 25 14:04:29 2006 /bin/run-partslrwxrwxrwx 1 root root Apr 10 15:33:19 2007 /bin/kernelversion S-> ../sbin/kernelversionlrwxrwxrwx 1 root root Aug 3 12:32:52 2006 /bin/lsmod.modutils S-> /sbin/lsmod.modutils-rwxr-xr-x 1 root root 15964 Jan 30 13:51:14 2007 /bin/readlink-rwxr-xr-x 1 root root 8308 Aug 25 13:20:30 2006 /bin/bzip2recover-rwxr-xr-x 3 root root 0 Aug 25 13:20:30 2006 /bin/bunzip2 -> /bin/bzcatdrwxr-xr-x 1 root root Apr 23 10:43:14 2007 /binafio: 3m+448k+0 bytes written in 1 seconds. The operation was successful.


compiled from source under debian 4.0:
~/afio-2.5# find /bin -depth -xdev ! -type s -print0 | ./afio -o -vv -0 -z -1 m -c 160 -b 64k /dev/null
-rwxr-xr-x  1 root     root        38664 Jan 30 13:51:15 2007 /bin/dd
-rwxr-xr-x  1 root     root        56412 Jan 30 13:51:15 2007 /bin/cp
-rwxr-xr-x  1 root     root        35152 Jan 30 13:51:14 2007 /bin/df
-rwxr-xr-x  1 root     root        39544 Apr  2 11:23:58 2003 /bin/ed
-rwxr-xr-x  1 root     root       130232 Feb  1 16:11:21 2005 /bin/ip

... removed some files here to save space ...

lrwxrwxrwx 1 root root Apr 10 15:33:19 2007 /bin/kernelversion S-> ../sbin/kernelversion lrwxrwxrwx 1 root root Aug 3 12:32:52 2006 /bin/lsmod.modutils S-> /sbin/lsmod.modutils
-rwxr-xr-x  1 root     root        15964 Jan 30 13:51:14 2007 /bin/readlink
-rwxr-xr-x 1 root root 8308 Aug 25 13:20:30 2006 /bin/bzip2recover -rwxr-xr-x 3 root root 0 Aug 25 13:20:30 2006 /bin/bunzip2 -> /bin/bzcat
drwxr-xr-x  1 root     root              Apr 23 10:43:14 2007 /bin
afio: 3m+448k+0 bytes written in 0 seconds. The operation was successful.


Thanks a bunch!
--Corey

--
Corey Mann
IT Specialist / Systems Administrator
USDA-ARS-MWA-West Lafayette
275 S. Russell St.
West Lafayette, IN 47907
voice:  (765) 494-6175
fax:    (765) 494-1705



--- End Message ---
--- Begin Message ---
Source: afio
Source-Version: 2.5.1.20121112+git897262d-1

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

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.
Jari Aalto <[email protected]> (supplier of updated afio 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: Thu, 22 Nov 2012 07:40:54 +0200
Source: afio
Binary: afio
Architecture: source amd64
Version: 2.5.1.20121112+git897262d-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto <[email protected]>
Changed-By: Jari Aalto <[email protected]>
Description: 
 afio       - archive file manipulation program
Closes: 420654
Changes: 
 afio (2.5.1.20121112+git897262d-1) unstable; urgency=low
 .
   * New upstream release
     - Fix "output with null-terminated inputs" (Closes: #420654).
Checksums-Sha1: 
 9ce47bda389ccb28259be9dc29ea7850a8c47b54 1932 
afio_2.5.1.20121112+git897262d-1.dsc
 9205bf3e60da79f0530f83663678fe66dfce67cd 190166 
afio_2.5.1.20121112+git897262d.orig.tar.gz
 afad015eb08e919408de8bb15133ff00306f54c1 8465 
afio_2.5.1.20121112+git897262d-1.debian.tar.gz
 bb3bf2ea79fb8cfb91a6b003d10ff187595124be 86908 
afio_2.5.1.20121112+git897262d-1_amd64.deb
Checksums-Sha256: 
 bd8eec47bcaf0167b6acd55be5151505df7435d7e49fc36bf39bb19cc466a9b3 1932 
afio_2.5.1.20121112+git897262d-1.dsc
 ee9a89820e96e2138090f9e7e2150e74285cf37feaf89518355ac35ffba8468c 190166 
afio_2.5.1.20121112+git897262d.orig.tar.gz
 8a419afb735f19e1e47c73bae575b04e82d573526532ddd7db57efd4bf2509c8 8465 
afio_2.5.1.20121112+git897262d-1.debian.tar.gz
 27d995014630dd235175c8cdddd657ac7e74c584e7b7454e9da54572c994df9a 86908 
afio_2.5.1.20121112+git897262d-1_amd64.deb
Files: 
 c6b9ac7aca0dbc73bf6feaa5eb3cb99f 1932 non-free/utils optional 
afio_2.5.1.20121112+git897262d-1.dsc
 c10e9e9b62804b397c61b27a3ca88973 190166 non-free/utils optional 
afio_2.5.1.20121112+git897262d.orig.tar.gz
 386508631b87d72881f755b351cb9d24 8465 non-free/utils optional 
afio_2.5.1.20121112+git897262d-1.debian.tar.gz
 a0c07c68e8cedef3410133d63cd397e7 86908 non-free/utils optional 
afio_2.5.1.20121112+git897262d-1_amd64.deb

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

iQIcBAEBAgAGBQJQr9axAAoJECHSBYmXSz6W44gQANRIBeFDMO7TCaDbmsC/6jJ9
8siuLbGoJ/ClL2/JfUo1hiL7IjO8LzI2TwM+e0kHp3eXBsEBZAw+dVAkB4neDKFn
/uVPx7nDbB0Vhj0ucLdGJMvoSGexclPnW12CyztC4PThUXdPWEDC5OVn/1tMJruV
Vz+OKMwesf6YgOWFsl8iV9tzhGMfUDhmpWSPViWNDoPjhWyaD00MecknO538GUar
1vvFqcdJR2xFRJbkhjFHZs4Ve8oU01jnyxnEM94jUOfXop2m9eA3TAbeaUpobNLT
oTSdDmHnpu6PRUhxHWmFfGDV5/a28zAltW2l24pEsUIO0hCGhsMgIZX64VvhgEpL
5Lv98U93ZHzUAdKEVS8RXzMMVDuzM17naggp+c5i/cPJreiAxF6XLWnzNV43sBJi
R+mvF/XF/7TJMX92948XEQJ2eiuFwhCeF/3SGDI6bIMuBoC/bd9IQGf5cqdKf8pZ
p6fUn+Yp9RvaFfTUCDJ69nYT1Jw0jt1sTFr59FjyJpVyocSf38V9/EO/LNUNkAg4
aLTjbj9F9Dg/MzNAxI6pOw1KiSdP8nZSO93PjgQ8eNK32ikG23IujwE6uj/TSEA7
XWsUjX8zgP4Ggogr+uOBIy0wfV5fK9htA88vVeJQrg76msva8gfrcKMXTTU1CowR
RCnlz1/tUzPr8RBH5ZE8
=rp70
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to