1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

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
This commit is contained in:
David Thiel 2009-03-04 22:47:27 +00:00
parent e0045c2ea7
commit 328de440ef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229503
2 changed files with 4 additions and 5 deletions

View File

@ -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/

View File

@ -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