diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-04 20:03:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-04 20:03:13 +0800 |
commit | 5560b7a046bdacc06bdba46aefdd803f398eb9f9 (patch) | |
tree | 4cff4086f07804ce128878b1c8759f0984512e2d /converters | |
parent | da816942e6a6303cdd7894455749707e0a72326b (diff) | |
download | freebsd-ports-gnome-5560b7a046bdacc06bdba46aefdd803f398eb9f9.tar.gz freebsd-ports-gnome-5560b7a046bdacc06bdba46aefdd803f398eb9f9.tar.zst freebsd-ports-gnome-5560b7a046bdacc06bdba46aefdd803f398eb9f9.zip |
[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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uulib/Makefile | 1 | ||||
-rw-r--r-- | converters/uulib/distinfo | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 7919d38698e9..68adeeb1974f 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -7,6 +7,7 @@ PORTNAME= uulib PORTVERSION= 0.5.20 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ DISTNAME= uudeview-${PORTVERSION} diff --git a/converters/uulib/distinfo b/converters/uulib/distinfo index d474a0e1408c..caa6dfbfb01c 100644 --- a/converters/uulib/distinfo +++ b/converters/uulib/distinfo @@ -1,2 +1,3 @@ MD5 (uudeview-0.5.20.tar.gz) = 0161abaec3658095044601eae82bbc5b +SHA256 (uudeview-0.5.20.tar.gz) = e49a510ddf272022af204e96605bd454bb53da0b3fe0be437115768710dae435 SIZE (uudeview-0.5.20.tar.gz) = 261574 |