svn commit: r494707 - in head/security/logcheck: . files
Steve Wills
swills at FreeBSD.org
Tue Mar 5 15:04:59 UTC 2019
Author: swills
Date: Tue Mar 5 15:04:57 2019
New Revision: 494707
URL: https://svnweb.freebsd.org/changeset/ports/494707
Log:
security/logcheck: Update to 1.3.20
PR: 236150
Submitted by: Yasuhiro KIMURA <yasu at utahime.org> (maintainer)
Modified:
head/security/logcheck/Makefile (contents, props changed)
head/security/logcheck/distinfo (contents, props changed)
head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix (contents, props changed)
Modified: head/security/logcheck/Makefile
==============================================================================
--- head/security/logcheck/Makefile Tue Mar 5 15:02:39 2019 (r494706)
+++ head/security/logcheck/Makefile Tue Mar 5 15:04:57 2019 (r494707)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= logcheck
-PORTVERSION= 1.3.19
-PORTREVISION= 3
+PORTVERSION= 1.3.20
CATEGORIES= security
MASTER_SITES= DEBIAN_POOL
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -37,7 +36,7 @@ CRON_DESC= Install cron script automatically
OPTIONS_DEFAULT=CRON
.endif
-WRKSRC= ${WRKDIR}/${DISTNAME:S!_!-!}
+WRKSRC= ${WRKDIR}/${PORTNAME}
BINMODE= 755
SUB_LIST+= LOGCHECK_USER=${LOGCHECK_USER} \
LOGCHECK_GROUP=${LOGCHECK_GROUP} \
Modified: head/security/logcheck/distinfo
==============================================================================
--- head/security/logcheck/distinfo Tue Mar 5 15:02:39 2019 (r494706)
+++ head/security/logcheck/distinfo Tue Mar 5 15:04:57 2019 (r494707)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527760983
-SHA256 (logcheck_1.3.19.tar.xz) = 06294c092b2115eca3d054c57778718c91dd2e0fd1c46650b7343c2a92672ca9
-SIZE (logcheck_1.3.19.tar.xz) = 131148
+TIMESTAMP = 1551524817
+SHA256 (logcheck_1.3.20.tar.xz) = 9fb6d02b933470d0b1d1efb54ea186e0d0d27336f9d146be592f65ce60dfb3e6
+SIZE (logcheck_1.3.20.tar.xz) = 132004
Modified: head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix
==============================================================================
--- head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix Tue Mar 5 15:02:39 2019 (r494706)
+++ head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix Tue Mar 5 15:04:57 2019 (r494707)
@@ -1,10 +1,10 @@
---- rulefiles/linux/ignore.d.server/postfix.orig 2018-05-30 21:59:13 UTC
+--- rulefiles/linux/ignore.d.server/postfix.orig 2019-03-01 15:22:43 UTC
+++ rulefiles/linux/ignore.d.server/postfix
@@ -60,7 +60,7 @@
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: warning: [^[:space:]]+ offered null AUTH mechanism list$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: warning: mailer loop: best MX for [^[:space:]]+ is local$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: warning: no MX host for [^[:space:]]+ has a valid (A|address) record$
--^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: ((Anonymous|Trusted|Verified) )?TLS connection established (to|from) [^[:space:]]+: (TLSv1|SSLv[23]) with cipher [^[:space:]]+ \([/[:digit:]]+ bits\)$
+-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: ((Anonymous|Trusted|Verified) )?TLS connection established (to|from) [^[:space:]]+: (TLSv1(\.[[:digit:]])?|SSLv[23]) with cipher [^[:space:]]+ \([/[:digit:]]+ bits\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: ((Anonymous|Trusted|Verified) )?TLS connection established (to|from) [^[:space:]]+: (TLSv1(\.[[:digit:]])?|SSLv[23]) with cipher [^[:space:]]+ \([/[:digit:]]+ bits\)( key-exchange [^[:space:]]+ server-signature [^[:space:]]+ \([/[:digit:]]+ bits\) server-digest [^[:space:]]+)?$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: (Peer|Server) certificate could not be verified$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: Unverified: subject_CN=.*$
More information about the svn-ports-head
mailing list