diff options
author | greid <greid@FreeBSD.org> | 2002-04-30 10:02:24 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2002-04-30 10:02:24 +0800 |
commit | 560d605aaf7ac9ad4f4c9eb26459772ec709c6b1 (patch) | |
tree | 0620bd207abfcf6b921cad0eb5ef0d858d93a375 /mail/ecartis/files | |
parent | a20a7229b1835316cbb262bb1dc2d4691e2af425 (diff) | |
download | freebsd-ports-gnome-560d605aaf7ac9ad4f4c9eb26459772ec709c6b1.tar.gz freebsd-ports-gnome-560d605aaf7ac9ad4f4c9eb26459772ec709c6b1.tar.zst freebsd-ports-gnome-560d605aaf7ac9ad4f4c9eb26459772ec709c6b1.zip |
Update to snap2002042: Multiple strcpy and strcat security issues, as well
as sprintf's fixed. Fix for "ecartisx.c" vulnerability.
PR: 37506
Submitted by: Trish Lynch <trish@bsdunix.net>
Diffstat (limited to 'mail/ecartis/files')
-rw-r--r-- | mail/ecartis/files/patch-aa | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/ecartis/files/patch-aa b/mail/ecartis/files/patch-aa index 0253d5103d08..e986673cdd6d 100644 --- a/mail/ecartis/files/patch-aa +++ b/mail/ecartis/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Jun 17 22:13:03 2001 -+++ Makefile Sun Jun 17 22:14:19 2001 +--- Makefile.dist Sat Apr 27 02:26:56 2002 ++++ Makefile Sat Apr 27 09:35:52 2002 @@ -6,8 +6,8 @@ # they should be set. All of them are conditional on options set in this # file, so it should be relatively easy to determine which branch is correct @@ -37,16 +37,18 @@ endif # Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. -@@ -134,7 +133,7 @@ +@@ -134,9 +133,7 @@ # # It appears that IRIX is also rather stupid, and may require this # to be removed. -WFLAGS=-Wall -Werror +-# Uncomment this to build with gdb symbols (comment above line) +-#WFLAGS=-ggdb -Wall -Werror +WFLAGS:=${CFLAGS} # Now set up the initial command line. SUNOS_5 makes this a bit wierd. ifndef SUNOS_5 -@@ -321,6 +320,7 @@ +@@ -327,6 +324,7 @@ install: targets cp build/ecartis ${BINDIR} chmod ug+s ${BINDIR}/ecartis |