#28523 closed update (fixed)
sshguard-ipfw @1.4 request to update port to version 1.5
Reported by: | nonstop.server@… | Owned by: | nefar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | net, security | Cc: | pixilla (Bradley Giesbrecht), raramayo (Rodolfo Aramayo), smwardle |
Port: | sshguard-ipfw |
Description
Request to update port sshguard-ipfw to the latest release (currently 1.5).
1.5 14 Feb 2011 21:46 Changes: This is a milestone release, coming after 18 months of development and testing and a long list of beta and RC releases. Two major features are introduced: the LogSucker, to monitor many log sources at once, and attack dangerousness, to punish attacks with fine-tuned severity. Along with these comes a long list of further minor features, signatures, and fixes. All users are strongly recommended to update to this version, and report missing signatures to http://sshguard.net/newsignature/
Attachments (1)
Change History (10)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | nefar@… removed |
---|---|
Owner: | changed from macports-tickets@… to nefar@… |
Version: | 1.9.2 |
Changed 13 years ago by pixilla (Bradley Giesbrecht)
Attachment: | patch-sshguard-ipfw-1.5.diff added |
---|
comment:2 Changed 13 years ago by jmroot (Joshua Root)
Cc: | pixilla@… added |
---|
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | raramayo@… added |
---|
comment:5 follow-up: 6 Changed 13 years ago by pixilla (Bradley Giesbrecht)
Resolution: | → fixed |
---|---|
Status: | new → closed |
New sshguard version 1.5 port. See r92144
comment:6 follow-up: 8 Changed 13 years ago by nonstop.server@…
comment:7 follow-up: 9 Changed 13 years ago by raramayo (Rodolfo Aramayo)
Question: I have " sshguard-ipfw @1.4_0 (active)" installed in all my machines I have run: port selfupdate and port upgrade outdated but the port does not seem to get updated to version 1.5 What am I doing wrong? Thanks
comment:8 Changed 13 years ago by pixilla (Bradley Giesbrecht)
Replying to nonstop.server@…:
Replying to pixilla@…:
New sshguard version 1.5 port. See r92144
Thank you for the upgrade and the option for usage with PF!
This new port also satisfies request #31841 and solves defect #32474 (providing that port sshguard-ipfw is now superseded by sshguard).
Thanks for the feedback!
comment:9 Changed 13 years ago by pixilla (Bradley Giesbrecht)
Replying to raramayo@…:
Question: I have " sshguard-ipfw @1.4_0 (active)" installed in all my machines
Sorry if I was not clear enough. I have added a _NEW_ port named sshguard. This new port is configured to use either ipfw or pf depending on which firewall your OS shipped with.
Here is what you can do to switch to the new port:
$ sudo port unload sshguard-ipfw $ sudo port deactivate sshguard-ipfw $ sudo port install sshguard $ port notes sshguard
The notes show you that you can edit prefix/etc/sshguard/options to add additional logs to monitor and prefix/etc/sshguard/whitelist to whitelist ip addresses and host names.
When you are ready:
$ sudo port load sshguard
Any reason not to commit your patch, Brad?