diff options
author | lx <lx@FreeBSD.org> | 2009-03-05 06:47:27 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2009-03-05 06:47:27 +0800 |
commit | c88893efabb9bf9e18d9e93dc92f073ac39b9602 (patch) | |
tree | 1b42ce6d2e7bc7cb04e911af373fec36d53220da /security/samhain | |
parent | f0a0c739a369d2db0b4980cf958af11e5d5a162b (diff) | |
download | freebsd-ports-gnome-c88893efabb9bf9e18d9e93dc92f073ac39b9602.tar.gz freebsd-ports-gnome-c88893efabb9bf9e18d9e93dc92f073ac39b9602.tar.zst freebsd-ports-gnome-c88893efabb9bf9e18d9e93dc92f073ac39b9602.zip |
Update to 2.5.4, a security bugfix release. This resolves a problem
where an unauthorized client could download configuration and database
files from the server.
Full changes since 2.5.2:
- email logging has been rewritten for enhanced functionality. It's
now possible to filter messages different for each recipient, and
regular expressions can be used now for filtering
- new option SetMailPort allows to set a custom SMTP port
- in the configuration file, option values can now be set by evaluating
shell commands: Key = $( command )
- PortCheckInterface now allows a list as value
- new option SetConnectionTimeout allows to configure the client/server
connection timeout
- new option SetThrottle allows to configure throughput throttling for
the database download to the client
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 3 | ||||
-rw-r--r-- | security/samhain/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index c70a1f07843d..1358e3acff6d 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.4 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ diff --git a/security/samhain/distinfo b/security/samhain/distinfo index 1bb97e00aa4a..19e1c3f9c7b8 100644 --- a/security/samhain/distinfo +++ b/security/samhain/distinfo @@ -1,3 +1,3 @@ -MD5 (samhain_signed-2.5.2.tar.gz) = f62c8624fdf63d094819ea7d74e947f8 -SHA256 (samhain_signed-2.5.2.tar.gz) = 022db308e2349d5aff0eb1202652079371785c4c1d81e1c23cdb47ab335bd776 -SIZE (samhain_signed-2.5.2.tar.gz) = 1843961 +MD5 (samhain_signed-2.5.4.tar.gz) = b810cd44e72a606330fc9b4a13d24d3b +SHA256 (samhain_signed-2.5.4.tar.gz) = b4954c03fffdaba84359918cd750200d6423cf25913682784ab5172b9fb350cf +SIZE (samhain_signed-2.5.4.tar.gz) = 1867558 |