diff options
author | wiz <wiz> | 2002-08-31 17:03:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-31 17:03:39 +0000 |
commit | f2dd983fc8d34434d89f67c435a3c76e14a37497 (patch) | |
tree | 0eb00bba763f69258ebeb260499b70ef9f488894 /converters/p5-Convert-UUlib/Makefile | |
parent | a9f4a754cf68d13ab4beadfc1998c95f31a7d627 (diff) | |
download | pkgsrc-f2dd983fc8d34434d89f67c435a3c76e14a37497.tar.gz |
Update to 0.213:
0.213 Sat Jul 27 21:16:30 CEST 2002
- fixed another buffer overflow, also added a santity check to fgets.
0.212 Sat Apr 6 03:52:13 CEST 2002
- fix yEnc decoding support.
- new option OPT_DOTDOT, that makes uulib unescape dot-escaping.
- increased linelength to 1195.
0.211 Fri Apr 5 23:56:46 CEST 2002
- *sigh*. new version of uulib, new braindamaged buffer overflows.
I would not use this code in a virus-scanner, despite my efforts
to fix uulib. Diffs like "line length 256 => 300" should have
alerted me...
0.21 Sun Mar 31 22:06:05 CEST 2002
- bumped uulib from 0.5.15 to 0.5.17 (adds some yEnc support, YENC_ENCOD
ED).
- source-renamed FP_*-symbols to _FP_* again, but still define them
to be FP_* in the object file.
- new callback: SetFileNameCallback (actually documented ;)
Diffstat (limited to 'converters/p5-Convert-UUlib/Makefile')
-rw-r--r-- | converters/p5-Convert-UUlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 9ba355766f4..c2d6370c3b4 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/11/26 06:49:39 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/31 17:03:39 wiz Exp $ -DISTNAME= Convert-UUlib-0.201 +DISTNAME= Convert-UUlib-0.213 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uul CATEGORIES= sysutils perl5 |