diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 10:57:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-10-27 10:57:37 +0000 |
commit | bc596cfcc23e90db9e6822723da1eb7ce20d5677 (patch) | |
tree | d30ca78230e683344b2c8521929a215ff946899f /security/nessus-devel/files | |
parent | Add lame-devel 3.89b, ISO code based fast MP3 encoder kit. (diff) |
Update the nessus-*-devel ports to version 1.1.7.
PR: 31139 (+ some changes)
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Reviewed by: olgeni
Diffstat (limited to 'security/nessus-devel/files')
-rw-r--r-- | security/nessus-devel/files/patch-aa | 13 | ||||
-rw-r--r-- | security/nessus-devel/files/patch-ab | 13 | ||||
-rw-r--r-- | security/nessus-devel/files/patch-ag | 37 |
3 files changed, 26 insertions, 37 deletions
diff --git a/security/nessus-devel/files/patch-aa b/security/nessus-devel/files/patch-aa new file mode 100644 index 000000000000..ff03c508c112 --- /dev/null +++ b/security/nessus-devel/files/patch-aa @@ -0,0 +1,13 @@ +--- nessus-install-cert.in.orig Fri Sep 14 13:09:12 2001 ++++ nessus-install-cert.in Mon Oct 8 13:25:25 2001 +@@ -18,8 +18,8 @@ + localstatedir=@localstatedir@ + sharedstatedir=@sharedstatedir@ + +-NESSUSPRIV="$localstatedir/nessus/CA" +-NESSUSPUB="$sharedstatedir/nessus/CA" ++NESSUSPRIV="$localstatedir/CA" ++NESSUSPUB="$sharedstatedir/CA" + if [ ! -d "$NESSUSPRIV" ]; then + mkdir -p "$NESSUSPRIV" + chmod 700 "$NESSUSPRIV" diff --git a/security/nessus-devel/files/patch-ab b/security/nessus-devel/files/patch-ab new file mode 100644 index 000000000000..97c1601ff14d --- /dev/null +++ b/security/nessus-devel/files/patch-ab @@ -0,0 +1,13 @@ +--- nessus-mkcert.in.orig Fri Sep 14 13:09:12 2001 ++++ nessus-mkcert.in Mon Oct 8 13:25:14 2001 +@@ -64,8 +64,8 @@ + exit 1 + esac + +-NESSUSPRIV="$localstatedir/nessus/CA" +-NESSUSPUB="$sharedstatedir/nessus/CA" ++NESSUSPRIV="$localstatedir/CA" ++NESSUSPUB="$sharedstatedir/CA" + if [ ! -d "$NESSUSPRIV" ]; then + mkdir -p "$NESSUSPRIV" + chmod 700 "$NESSUSPRIV" diff --git a/security/nessus-devel/files/patch-ag b/security/nessus-devel/files/patch-ag deleted file mode 100644 index d30f542889c4..000000000000 --- a/security/nessus-devel/files/patch-ag +++ /dev/null @@ -1,37 +0,0 @@ ---- nessus/preferences.c.orig Sun Jan 30 12:22:46 2000 -+++ nessus/preferences.c Sun Jan 30 12:23:27 2000 -@@ -60,27 +60,6 @@ - if(Alt_rcfile)return Alt_rcfile; - else - { --#ifdef ENABLE_CRYPTO_LAYER -- char *t, *s = peks_get_dirfile (NESSUS_RCFILE); -- if (s == 0) -- return 0 ; -- /* peks uses another memory management */ -- t = estrdup (s); -- xfree (s); --#ifdef _WIN32 -- /* on Windows we have no HOME varable set, by default */ -- if (getenv("HOME") == 0 && (s = peks_get_homedir (0)) != 0) { -- char *e = strcat (strcpy (pmalloc (strlen (s) + 10), "HOME="), s); --# ifdef HAVE__PUTENV -- _putenv (e); --# else -- putenv (e); --# endif -- xfree (e); -- } --#endif /* _WIN32 */ -- return t; --#else - char* home; - char * ret; - struct passwd * pwd; -@@ -100,7 +79,6 @@ - return(ret); - } - return(NULL); --#endif - } - } |