Date: Wed, 4 Jan 2006 12:03:13 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/uulib Makefile distinfo Message-ID: <200601041203.k04C3Dqk088423@repoman.freebsd.org>
index | next in thread | raw e-mail
edwin 2006-01-04 12:03:13 UTC
FreeBSD ports repository
Modified files:
converters/uulib Makefile distinfo
Log:
[patch] bug in the uulib-0.5.20
uudeview's author makes 1023 chars as maximum header line
length (see line 167 of uulib/uuscan.c). Handling this
limit in the ScanHeaderLine function may skip all header
lines after very long splitted line because of finding CR
in the truncated string (at ptr) instead of scan source
stream (uugen_inbuffer).
PR: ports/84999
Submitted by: Alexey Khlyamkov <bsd@prj.lll.pp.ru>
Approved by: maintainer timeout
Revision Changes Path
1.33 +1 -0 ports/converters/uulib/Makefile
1.11 +1 -0 ports/converters/uulib/distinfo
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601041203.k04C3Dqk088423>
