aboutsummaryrefslogtreecommitdiff
path: root/converters/uulib
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-04 12:03:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-04 12:03:13 +0000
commitea2b797120e6f07dff377a3227d59ec3f4a0bf89 (patch)
treeff7fcd5b0b4df58ce1399ad9741bca9672d8a2ec /converters/uulib
parent1f52c7a2abf2e1c84f4b302f7693aba04cc2fff2 (diff)
downloadports-ea2b797120e6f07dff377a3227d59ec3f4a0bf89.tar.gz
ports-ea2b797120e6f07dff377a3227d59ec3f4a0bf89.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
Notes
Notes: svn path=/head/; revision=152725
Diffstat (limited to 'converters/uulib')
-rw-r--r--converters/uulib/Makefile1
-rw-r--r--converters/uulib/distinfo1
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