Bug 113800 - [patch] security/sshguard{,-ipfw,-pf} doesn't recognize all IPv6 addresses
Summary: [patch] security/sshguard{,-ipfw,-pf} doesn't recognize all IPv6 addresses
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-17 16:40 UTC by Henrik Brix Andersen
Modified: 2007-06-17 23:00 UTC (History)
1 user (show)

See Also:


Attachments
sshguard.diff (1.94 KB, patch)
2007-06-17 16:40 UTC, Henrik Brix Andersen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Brix Andersen 2007-06-17 16:40:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-17 16:40:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 mij@sshguard.net 2007-06-17 22:35:42 UTC
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.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-06-17 22:50:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-17 22:55:27 UTC
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"
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-06-17 22:55:29 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!