Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Nov 2010 10:10:34 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/uudecode uudecode.c
Message-ID:  <201011031011.oA3AB1Oe022562@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2010-11-03 10:10:34 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    usr.bin/uudecode     uudecode.c 
  Log:
  SVN rev 214729 on 2010-11-03 10:10:34Z by edwin
  
  MFC of r214002, r214010
  
  - Stylify of uudecode(1)
    Part of PR bin/124739.
  
  - "b64decode -r" did not handle arbitary breaks in base64 encoded
    data. White space should be accepted anywhere in a base64 encoded
    stream, not just after every chunk (4 characters).
  
    Test-scenario:
  
    VmVsb2NpdHkgUmV3YXJkcw==
  
    and
  
    VmVsb2NpdHkgUmV3YXJkcw
    ==
  
    should both produce "Velocity Rewards"
  
  PR:             bin/124739
  Submitted by:   Mark Andrews <marka@isc.org>
  
  Revision   Changes    Path
  1.49.34.2  +65 -33    src/usr.bin/uudecode/uudecode.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011031011.oA3AB1Oe022562>