summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-01-29 22:55:11 +0100
committerJeroen Roovers <jer@gentoo.org>2017-01-29 22:59:17 +0100
commit9873906d501f95c2c33e293942656b66b4970dee (patch)
treeffbcb247752095db8a8411ab5eb7692de5889503 /sys-apps/logwatch/files
parentmedia-libs/libafterimage: Old. (diff)
downloadgentoo-9873906d501f95c2c33e293942656b66b4970dee.tar.gz
gentoo-9873906d501f95c2c33e293942656b66b4970dee.tar.bz2
gentoo-9873906d501f95c2c33e293942656b66b4970dee.zip
sys-apps/logwatch: Old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/logwatch/files')
-rw-r--r--sys-apps/logwatch/files/logwatch-7.4.0-openssh-hpn.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sys-apps/logwatch/files/logwatch-7.4.0-openssh-hpn.patch b/sys-apps/logwatch/files/logwatch-7.4.0-openssh-hpn.patch
deleted file mode 100644
index 4c87ade89e98..000000000000
--- a/sys-apps/logwatch/files/logwatch-7.4.0-openssh-hpn.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Add an 'ignore' line for the HPN patch that we enable on our openssh
-by default.
-
-https://sourceforge.net/tracker/?func=detail&aid=3257504&group_id=312875&atid=1316824
-
-diff --git a/scripts/services/sshd b/scripts/services/sshd
-index a4c3354..50e8cf2 100755
---- a/scripts/services/sshd
-+++ b/scripts/services/sshd
-@@ -290,7 +290,8 @@ while (defined(my $ThisLine = <STDIN>)) {
- ($ThisLine =~ /^Failed keyboard-interactive for <invalid username> from/ ) or
- ($ThisLine =~ /^Keyboard-interactive \(PAM\) userauth failed/ ) or
- ($ThisLine =~ /^debug1: /) or
-- ($ThisLine =~ /Nasty PTR record .* is set up for [\da-fA-F.:]+, ignoring/)
-+ ($ThisLine =~ /Nasty PTR record .* is set up for [\da-fA-F.:]+, ignoring/) or
-+ ($ThisLine =~ /^SSH: Server;L[Tt]ype: /)
- ) {
- # Ignore these
- } elsif ( my ($Method,$User,$Host,$Port) = ($ThisLine =~ /^Accepted (\S+) for (\S+) from ([\d\.:a-f]+) port (\d+)/) ) {