diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-12-01 23:10:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-12-01 23:10:18 +0800 |
commit | 2456254d695fad4a78662d4edc3faaaf01325d9b (patch) | |
tree | 1d97042842fa3d2249733476a61398823c34fdff /sysutils | |
parent | e910bcbfc84b22c2838d0d13c6cae514c80bb44e (diff) | |
download | freebsd-ports-gnome-2456254d695fad4a78662d4edc3faaaf01325d9b.tar.gz freebsd-ports-gnome-2456254d695fad4a78662d4edc3faaaf01325d9b.tar.zst freebsd-ports-gnome-2456254d695fad4a78662d4edc3faaaf01325d9b.zip |
- security update to 3.3.1
This is a maintenance release that fixes a serious bug in the built-in HTTP
server. It was discovered that the handle_request() routine did not properly
perform input sanitization which led into a number of security
vulnerabilities.
An unauthenticated, remote attacker could exploit this flaw to execute
arbitrary commands on the remote host.
All users still using older versions are advised to upgrade to this version,
which resolves this issue.
Approved by: crees (maintainer, per PM)
Security: 620cf713-5a99-11e3-878d-20cf30e32f6d
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/monitorix/Makefile | 3 | ||||
-rw-r--r-- | sysutils/monitorix/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index a14bb8365d15..a101231f0487 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -1,8 +1,7 @@ -# Created by: Olli Hauer <ohauer@FreeBSD.org> # $FreeBSD$ PORTNAME= monitorix -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ diff --git a/sysutils/monitorix/distinfo b/sysutils/monitorix/distinfo index 933f548937b2..bea319190f49 100644 --- a/sysutils/monitorix/distinfo +++ b/sysutils/monitorix/distinfo @@ -1,2 +1,2 @@ -SHA256 (monitorix-3.3.0.tar.gz) = 9578d79121034cfee94ebcdcec3a1c55fddd0ff022cdd8184d1d5109f813d29a -SIZE (monitorix-3.3.0.tar.gz) = 186782 +SHA256 (monitorix-3.3.1.tar.gz) = b308cc300bba52ba2b8a8d6e613ddac042c9a27aa6f38dbf24c7e9358a70447d +SIZE (monitorix-3.3.1.tar.gz) = 186779 |