diff options
author | leres <leres@FreeBSD.org> | 2018-02-21 06:29:08 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2018-02-21 06:29:08 +0800 |
commit | 5bad5b33c0cfa63fe424cde2e8aeb5eed4ba34ca (patch) | |
tree | 98464fb35abe868755c38db26bdd21515c08190c /security/bro | |
parent | 33fe452ca12c3ca5cb3738f4ff4ceab2e26435aa (diff) | |
download | freebsd-ports-gnome-5bad5b33c0cfa63fe424cde2e8aeb5eed4ba34ca.tar.gz freebsd-ports-gnome-5bad5b33c0cfa63fe424cde2e8aeb5eed4ba34ca.tar.zst freebsd-ports-gnome-5bad5b33c0cfa63fe424cde2e8aeb5eed4ba34ca.zip |
Update to 2.5.3 which fixes an integer overflow:
http://blog.bro.org/2018/02/bro-253-released-security-update.html
Note that a CVE has not been assigned yet.
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D14444
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 3 | ||||
-rw-r--r-- | security/bro/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile index c9797cc47ecd..dd2c8575b496 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bro -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.3 CATEGORIES= security MASTER_SITES= https://www.bro.org/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/security/bro/distinfo b/security/bro/distinfo index 1f004f442c34..5327498eae77 100644 --- a/security/bro/distinfo +++ b/security/bro/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1516330946 -SHA256 (bro-2.5.2.tar.gz) = ab95b1bc376282919e5fa6b25b5ef8864e2e7bd5efe842db35d4a223b8f5b970 -SIZE (bro-2.5.2.tar.gz) = 18512696 +TIMESTAMP = 1518744511 +SHA256 (bro-2.5.3.tar.gz) = 7384fa14e6cebc86488040877fc0bfd50868e969f0fa05178cef0116e4116225 +SIZE (bro-2.5.3.tar.gz) = 18514905 SHA256 (actor-framework-actor-framework-0.14.6_GH0.tar.gz) = cbc2033896fe41e42604de2f74673971718a40684996650157484485755f7720 SIZE (actor-framework-actor-framework-0.14.6_GH0.tar.gz) = 1239451 SHA256 (bro-bro-netmap-cf88debf487b31ab30dc3b5bac64783b4e49997e_GH0.tar.gz) = 383423f92932c3ef244194954708b3a237b4f37ebc358014f51dcb3b9786896b |