update to aide-0.16.2

This commit is contained in:
sthen 2019-10-01 11:38:15 +00:00
parent 0e683b37ee
commit 680a2943fb
7 changed files with 36 additions and 27 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.27 2019/07/12 20:49:00 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2019/10/01 11:38:15 sthen Exp $
COMMENT= Advanced Intrusion Detection Environment
V= 0.16.1
REVISION= 0
V= 0.16.2
DISTNAME= aide-${V}
CATEGORIES= security

View File

@ -1,2 +1,2 @@
SHA256 (aide-0.16.1.tar.gz) = Dyt87McMGifTXAbJiAT8258yZjDeXQNa/ERxIhhgELc=
SIZE (aide-0.16.1.tar.gz) = 391531
SHA256 (aide-0.16.2.tar.gz) = F/mYrmrlr7nINXjklTEVq4onBe/FDe5cZGHO8/Uht5c=
SIZE (aide-0.16.2.tar.gz) = 398895

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-configure,v 1.7 2016/08/03 06:38:47 benoit Exp $
--- configure.orig Mon Jul 25 23:09:47 2016
+++ configure Tue Aug 2 12:36:59 2016
@@ -827,7 +827,7 @@
$OpenBSD: patch-configure,v 1.8 2019/10/01 11:38:15 sthen Exp $
Index: configure
--- configure.orig
+++ configure
@@ -827,7 +827,7 @@ datarootdir='${prefix}/share'
datadir='${datarootdir}'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
@ -10,7 +12,7 @@ $OpenBSD: patch-configure,v 1.7 2016/08/03 06:38:47 benoit Exp $
runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
@@ -7003,7 +7003,7 @@
@@ -7060,7 +7060,7 @@ fi
saved_CFLAGS="$CFLAGS"

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-doc_aide_1_in,v 1.2 2016/08/03 06:38:47 benoit Exp $
--- doc/aide.1.in.orig Mon Jul 25 22:58:12 2016
+++ doc/aide.1.in Tue Aug 2 14:40:57 2016
@@ -103,9 +103,9 @@
$OpenBSD: patch-doc_aide_1_in,v 1.3 2019/10/01 11:38:15 sthen Exp $
Index: doc/aide.1.in
--- doc/aide.1.in.orig
+++ doc/aide.1.in
@@ -107,9 +107,9 @@ echo <encoded_checksum> | base64 \-d | hexdump \-v \-e
.SH FILES
.IP \fB@sysconfdir@/aide.conf\fR
Default aide configuration file.

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-doc_aide_conf_5_in,v 1.1 2010/05/05 05:32:24 ajacoutot Exp $
--- doc/aide.conf.5.in.orig Tue May 4 16:52:24 2010
+++ doc/aide.conf.5.in Tue May 4 16:52:47 2010
@@ -30,11 +30,11 @@ valid urls.
$OpenBSD: patch-doc_aide_conf_5_in,v 1.2 2019/10/01 11:38:15 sthen Exp $
Index: doc/aide.conf.5.in
--- doc/aide.conf.5.in.orig
+++ doc/aide.conf.5.in
@@ -30,11 +30,11 @@ valid urls.
.IP "database"
The url from which database is read. There can only be one of these
lines. If there are multiple database lines then the first is used.

View File

@ -1,6 +1,8 @@
$OpenBSD: patch-doc_aide_conf_in,v 1.5 2010/05/04 14:42:28 ajacoutot Exp $
--- doc/aide.conf.in.orig Wed Feb 17 21:19:18 2010
+++ doc/aide.conf.in Tue May 4 16:41:43 2010
$OpenBSD: patch-doc_aide_conf_in,v 1.6 2019/10/01 11:38:15 sthen Exp $
Index: doc/aide.conf.in
--- doc/aide.conf.in.orig
+++ doc/aide.conf.in
@@ -19,7 +19,7 @@
# corresponding line.
#
@ -25,7 +27,7 @@ $OpenBSD: patch-doc_aide_conf_in,v 1.5 2010/05/04 14:42:28 ajacoutot Exp $
# Whether to gzip the output to database
# gzip_dbout=no
@@ -115,22 +115,32 @@ All=R+a+sha1+rmd160+sha256+sha512+tiger@aideextragroup
@@ -123,22 +123,32 @@ All=R+a+sha1+rmd160+sha256+sha512+tiger@aideextragroup
# Attributes that can be used to verify that aide in intact
# by people that have downloaded it from the web.
# Let's be paranoid

View File

@ -1,7 +1,9 @@
$OpenBSD: patch-src_util_c,v 1.4 2016/08/03 06:38:47 benoit Exp $
--- src/util.c~ Mon Jul 25 22:56:55 2016
+++ src/util.c Tue Aug 2 14:43:18 2016
@@ -522,7 +522,7 @@
$OpenBSD: patch-src_util_c,v 1.5 2019/10/01 11:38:15 sthen Exp $
Index: src/util.c
--- src/util.c.orig
+++ src/util.c
@@ -522,7 +522,7 @@ int syslog_facility_lookup(char *s)
/* We need these dummy stubs to fool the linker into believing that
we do not need them at link time */
@ -10,7 +12,7 @@ $OpenBSD: patch-src_util_c,v 1.4 2016/08/03 06:38:47 benoit Exp $
{
return NULL;
}
@@ -541,6 +541,7 @@
@@ -541,6 +541,7 @@ const char* dlerror(void)
{
return NULL;
}