The regex used to recognize IPv6 addresses in security/sshguard{,-ipfw,-pf} doesn't catch all IPv6 addresses. The author (and port maintainer) is aware of this issue and supplied the following patch, which fixes the issue. The patch will be part of sshguard-1.1, which is due soonish. He OK'ed that I submit the patch for inclusion in FreeBSD ports.
State Changed From-To: open->feedback Awaiting maintainers feedback
On 17/giu/07, at 17:33, Henrik Brix Andersen wrote: > The regex used to recognize IPv6 addresses in > security/sshguard{,-ipfw,-pf} doesn't catch all IPv6 addresses. The > author (and port maintainer) is aware of this issue and supplied the > following patch, which fixes the issue. The patch will be part of > sshguard-1.1, which is due soonish. > > He OK'ed that I submit the patch for inclusion in FreeBSD ports. All correct. I will release 1.1 which includes this change the next week end, so decide yourselves committers depending on your workload.
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
itetcu 2007-06-17 21:55:21 UTC FreeBSD ports repository Modified files: security/sshguard Makefile Added files: security/sshguard/files patch-attack_scanner.l Log: - add patch for: The regex used to recognize IPv6 addresses in security/sshguard{,-ipfw,-pf} doesn't catch all IPv6 addresses. The author (and port maintainer) is aware of this issue and supplied the patch, which fixes the issue. The patch will be part of sshguard-1.1, which is due soonish. - bump PORTREVISION PR: 113800 Submitted by: Henrik Brix Andersen Approved by: Mij (maintainer) Revision Changes Path 1.6 +1 -0 ports/security/sshguard/Makefile 1.1 +11 -0 ports/security/sshguard/files/patch-attack_scanner.l (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!