From 97522ce104d74a4cc5bffe6683c4dce5b249373e Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 3 Sep 2004 17:55:00 +0000 Subject: Update to 3.23.0. This release of super fixes a potential root exploit: http://xforce.iss.net/xforce/xfdb/16458 PR: 71328 Submitted by: Piet Delport --- security/super/Makefile | 2 +- security/super/distinfo | 4 ++-- security/super/files/patch-localsys.h | 9 +++++++++ security/super/files/patch-utils.c | 14 -------------- 4 files changed, 12 insertions(+), 17 deletions(-) create mode 100644 security/super/files/patch-localsys.h delete mode 100644 security/super/files/patch-utils.c (limited to 'security/super') diff --git a/security/super/Makefile b/security/super/Makefile index 494e4872c378..73543cb9071d 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -7,7 +7,7 @@ # PORTNAME= super -PORTVERSION= 3.20.1 +PORTVERSION= 3.23.0 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ EXTRACT_SUFX= -tar.gz diff --git a/security/super/distinfo b/security/super/distinfo index 0ffd9cc70677..26d0b57c7579 100644 --- a/security/super/distinfo +++ b/security/super/distinfo @@ -1,2 +1,2 @@ -MD5 (super-3.20.1-tar.gz) = 9d0466d57e85bd94d82c8f934c39c500 -SIZE (super-3.20.1-tar.gz) = 200982 +MD5 (super-3.23.0-tar.gz) = 01c7e6cae4622683452425985fef2e2b +SIZE (super-3.23.0-tar.gz) = 222367 diff --git a/security/super/files/patch-localsys.h b/security/super/files/patch-localsys.h new file mode 100644 index 000000000000..15bdac0317ab --- /dev/null +++ b/security/super/files/patch-localsys.h @@ -0,0 +1,9 @@ +--- localsys.h.orig Fri Jun 18 09:22:22 2004 ++++ localsys.h Fri Sep 3 10:52:44 2004 +@@ -295,4 +295,6 @@ + ++#ifndef __FreeBSD__ /* FBSD has a malloc.h that tells people to obey C89. */ + #ifdef HAVE_MALLOC_H + #include ++#endif + #endif diff --git a/security/super/files/patch-utils.c b/security/super/files/patch-utils.c deleted file mode 100644 index 827a2751bc00..000000000000 --- a/security/super/files/patch-utils.c +++ /dev/null @@ -1,14 +0,0 @@ ---- utils.c.orig Mon Jun 16 15:34:14 2003 -+++ utils.c Sun Jul 13 15:06:15 2003 -@@ -1272,9 +1272,10 @@ - if (add_variable("SI_SYSNAME", buf) == -1) - return -1; - } -- return 0; - #endif - #endif -+ -+ return 0; - } - - #ifdef HAVE_UNAME -- cgit