diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-10-17 08:35:03 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-10-17 08:35:03 +0000 |
commit | 996f4eccd712d958a8e286583e0308aabfa066be (patch) | |
tree | 8f63ff7e68885b522aec7ff721753afbc093fdd8 /security/audit/files/patch-ac | |
parent | Update to 0.15 (diff) |
- Update patchfiles to match latest release (Nov 2001)
- Fix MASTER_SITES (adding local mirror)
The old master sites referenced distinct distfiles with the same filename.
Primary site carries the latest version which includes minor bugfixes.
Patches in previous commit were broken as they matched the older release.
Notes
Notes:
svn path=/head/; revision=201596
Diffstat (limited to 'security/audit/files/patch-ac')
-rw-r--r-- | security/audit/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/audit/files/patch-ac b/security/audit/files/patch-ac index 495d981dc14f..d46c546e077c 100644 --- a/security/audit/files/patch-ac +++ b/security/audit/files/patch-ac @@ -1,6 +1,6 @@ ---- src/auditd/auditd.c.orig Sun Nov 24 05:22:21 2002 -+++ src/auditd/auditd.c Sun Nov 24 05:25:39 2002 -@@ -54,6 +54,10 @@ +--- src/auditd/auditd.c.orig 2001-11-01 23:22:31.000000000 +0100 ++++ src/auditd/auditd.c 2007-10-17 09:41:34.000000000 +0200 +@@ -55,6 +55,10 @@ #include <sysexits.h> #include <unistd.h> #include <openssl/evp.h> @@ -9,5 +9,5 @@ +#include <limits.h> +#endif - #include "version.h" #include "sysdep.h" + #include "packet.h" |