./converters/p5-Convert-UUlib, Perl5 module interface to the uulib library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q4, Version: 1.34nb1, Package name: p5-Convert-UUlib-1.34nb1, Maintainer: pkgsrc-users

Convert::UUlib is a versatile and powerful decoder/encoder library
for a variety of encodings used in Usenet and Mail (uuencode,
xxencode, b64, binhex...).


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: d918225e0b3fb362712a507286772456a91187a9
RMD160: e2358646fe903f7bf6f20210a2faec7e69277378
Filesize: 226.389 KB

Version history: (Expand)


CVS history: (Expand)


   2011-01-22 12:04:02 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3331 - requested by gls
converters/p5-Convert-UUlib: security update

Revisions pulled up:
- converters/p5-Convert-UUlib/Makefile		1.27
- converters/p5-Convert-UUlib/distinfo		1.12
---
Module Name:	pkgsrc
Committed By:	gls
Date:		Fri Jan 21 22:31:19 UTC 2011

Modified Files:
	pkgsrc/converters/p5-Convert-UUlib: Makefile distinfo

Log message:
1.34 Tue Dec 14 22:20:00 CET 2010
	- fix a one-byte-past-end-write buffer overflow in UURepairData
          (reported, analysed and testcase provided by Marco Walther).
	- quoted-printable decoding was completely broken, try a fix.