diff options
author | jmz <jmz@FreeBSD.org> | 2004-01-24 06:32:31 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2004-01-24 06:32:31 +0800 |
commit | b1b3f5ad59e8092c1cbd98ba31fa9c9bb7530693 (patch) | |
tree | a86a65ebdd61e726ce430494cc89c4f593198087 /comms/viewfax | |
parent | 5793cbdc0797d235492a9a0c35ba6665cf3dd7de (diff) | |
download | freebsd-ports-gnome-b1b3f5ad59e8092c1cbd98ba31fa9c9bb7530693.tar.gz freebsd-ports-gnome-b1b3f5ad59e8092c1cbd98ba31fa9c9bb7530693.tar.zst freebsd-ports-gnome-b1b3f5ad59e8092c1cbd98ba31fa9c9bb7530693.zip |
Upgrade to version 2.5
Diffstat (limited to 'comms/viewfax')
-rw-r--r-- | comms/viewfax/Makefile | 3 | ||||
-rw-r--r-- | comms/viewfax/distinfo | 2 | ||||
-rw-r--r-- | comms/viewfax/files/patch-aa | 12 |
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) |