Date: Wed, 26 Dec 2018 23:05:22 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488488 - in head/security/logcheck: . files Message-ID: <201812262305.wBQN5Mjh040723@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Dec 26 23:05:22 2018 New Revision: 488488 URL: https://svnweb.freebsd.org/changeset/ports/488488 Log: security/logcheck: update patch to modify rule for postfix PR: 234116 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Modified: head/security/logcheck/Makefile (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 Wed Dec 26 23:01:47 2018 (r488487) +++ head/security/logcheck/Makefile Wed Dec 26 23:05:22 2018 (r488488) @@ -3,7 +3,7 @@ PORTNAME= logcheck PORTVERSION= 1.3.19 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix ============================================================================== --- head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix Wed Dec 26 23:01:47 2018 (r488487) +++ head/security/logcheck/files/patch-rulefiles_linux_ignore.d.server_postfix Wed Dec 26 23:05:22 2018 (r488488) @@ -5,7 +5,7 @@ ^\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=.*$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: Verified: subject_CN=.*, issuer=.*$
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812262305.wBQN5Mjh040723>