diff options
author | db <db@FreeBSD.org> | 2009-08-05 00:18:53 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-08-05 00:18:53 +0800 |
commit | 3988212a47d8817d69d6a71fd069355fc562fd4b (patch) | |
tree | 58961caa4f3e3064e7a7e9406c126aff3b5fb69b /comms/xwota/Makefile | |
parent | 87fdbc5039cceb4cbf69c889e5023bab2fb33b9d (diff) | |
download | freebsd-ports-gnome-3988212a47d8817d69d6a71fd069355fc562fd4b.tar.gz freebsd-ports-gnome-3988212a47d8817d69d6a71fd069355fc562fd4b.tar.zst freebsd-ports-gnome-3988212a47d8817d69d6a71fd069355fc562fd4b.zip |
- Patch submitted via e-mail by Emanuele Madeo (author of xwota)
- Submitted to Emanuele by Lucian Langa cooly@gnome.eu.org
- ... likely strcpy (eor, "<EOR>"); will overflow eor because of terminating
null byte.
Submitted by: e.madeo@fabaris.it
Diffstat (limited to 'comms/xwota/Makefile')
-rw-r--r-- | comms/xwota/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile index 2518cfa26b80..0730d4ad2f1a 100644 --- a/comms/xwota/Makefile +++ b/comms/xwota/Makefile @@ -7,7 +7,7 @@ PORTNAME= xwota PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ \ ${MASTER_SITE_LOCAL} |