aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2004-01-23 22:32:31 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2004-01-23 22:32:31 +0000
commit7bf178d7e637551ca3eb23952ae7713de8fbc3c9 (patch)
treee6d10a1f0878b6ab3b15821c3c0c286955950fa2 /comms
parent497c0097b468f22ad1c150c0c0356f0c3236f521 (diff)
downloadports-7bf178d7e637551ca3eb23952ae7713de8fbc3c9.tar.gz
ports-7bf178d7e637551ca3eb23952ae7713de8fbc3c9.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/viewfax/Makefile3
-rw-r--r--comms/viewfax/distinfo2
-rw-r--r--comms/viewfax/files/patch-aa12
3 files changed, 2 insertions, 15 deletions
diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile
index 473247dcbd80..33dd8d891d48 100644
--- a/comms/viewfax/Makefile
+++ b/comms/viewfax/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= viewfax
-PORTVERSION= 2.3
-PORTREVISION= 2
+PORTVERSION= 2.5
CATEGORIES= comms
MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/
diff --git a/comms/viewfax/distinfo b/comms/viewfax/distinfo
index ca1c8b7a54df..960af141e361 100644
--- a/comms/viewfax/distinfo
+++ b/comms/viewfax/distinfo
@@ -1 +1 @@
-MD5 (viewfax-2.3.tar.gz) = cd98fa7aedf1a8d570e88f5813e49446
+MD5 (viewfax-2.5.tar.gz) = 02cabb04ac917de28542b140752fad50
diff --git a/comms/viewfax/files/patch-aa b/comms/viewfax/files/patch-aa
deleted file mode 100644
index 3030676024f0..000000000000
--- a/comms/viewfax/files/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
---- viewfax.c 1996/11/13 21:46:44 2.4
-+++ viewfax.c 2000/08/25 19:51:10 2.4.0.1
-@@ -294,6 +294,9 @@ drawline(pixnum *run, int LineNum, struc
- while (tot < pn->width) {
- n = *r++;
- tot += n;
-+ /* Watch out for buffer overruns, e.g. when n == 65535. */
-+ if ( tot > pn->width || LineNum >= pn->height && tot >= pn->width )
-+ break;
- if (pix)
- acc |= (~(t32bits)0 >> nacc);
- else if (nacc)