From 89add757ee4200ca392189edc2fcf0a3bc854c89 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 18 Feb 1999 22:57:42 +0000 Subject: update to 3.11.8 --- security/super/Makefile | 4 ++-- security/super/distinfo | 2 +- security/super/files/patch-06 | 31 ++++++------------------------- 3 files changed, 9 insertions(+), 28 deletions(-) (limited to 'security') diff --git a/security/super/Makefile b/security/super/Makefile index 167c215424dc..d5282d7574be 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -4,10 +4,10 @@ # Date created: Fri Mar 18, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.5 1998/12/01 10:17:44 obrien Exp $ +# $Id: Makefile,v 1.6 1998/12/02 06:37:33 obrien Exp $ # -DISTNAME= super-3.11.6 +DISTNAME= super-3.11.8 CATEGORIES= security sysutils MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ ftp://ftp.ucolick.org/pub/users/will/ \ diff --git a/security/super/distinfo b/security/super/distinfo index 340230b5f507..fbfdbbd4cfa7 100644 --- a/security/super/distinfo +++ b/security/super/distinfo @@ -1 +1 @@ -MD5 (super-3.11.6.tar.gz) = 56e3a8a2c0e22f524059529057b52adc +MD5 (super-3.11.8.tar.gz) = 9f71fbb6ccf1f4638922215b334eb143 diff --git a/security/super/files/patch-06 b/security/super/files/patch-06 index 861c8eeaf2c8..552b9a406102 100644 --- a/security/super/files/patch-06 +++ b/security/super/files/patch-06 @@ -1,7 +1,7 @@ ---- localsys.h.orig Tue Apr 7 01:55:28 1998 -+++ localsys.h Thu Nov 19 00:17:50 1998 -@@ -13,14 +13,14 @@ - * func_type funcname __P((arglist)); +--- localsys.h.orig Mon Feb 15 02:27:37 1999 ++++ localsys.h Thu Feb 18 11:09:40 1999 +@@ -13,13 +13,13 @@ + * func_type funcname P__((arglist)); */ -#include "config.h" @@ -11,27 +11,8 @@ #include #include #include - -+#include "config.h" + ++#include "config.h" + #ifdef HAVE_UNISTD_H #include - #endif -@@ -192,7 +192,7 @@ - #endif - - #ifndef _SVR4_SOURCE --#ifndef Digital_UNIX -+#if !(defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103))) - extern int gethostname __P((char *, size_t size)); - #endif - #endif -@@ -254,7 +254,7 @@ - #endif - - /* type returned by setgrent() */ --#ifdef Digital_UNIX -+#if defined(Digital_UNIX) || (defined(BSD) && (BSD >= 199103)) - typedef int SETGRENT_T; - #else - typedef void SETGRENT_T; -- cgit v1.2.3