Date: Tue, 20 Feb 2018 22:29:08 +0000 (UTC) From: Craig Leres <leres@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462460 - head/security/bro Message-ID: <201802202229.w1KMT8bE015020@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Tue Feb 20 22:29:08 2018 New Revision: 462460 URL: https://svnweb.freebsd.org/changeset/ports/462460 Log: 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 Modified: head/security/bro/Makefile head/security/bro/distinfo Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Tue Feb 20 22:25:54 2018 (r462459) +++ head/security/bro/Makefile Tue Feb 20 22:29:08 2018 (r462460) @@ -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} Modified: head/security/bro/distinfo ============================================================================== --- head/security/bro/distinfo Tue Feb 20 22:25:54 2018 (r462459) +++ head/security/bro/distinfo Tue Feb 20 22:29:08 2018 (r462460) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802202229.w1KMT8bE015020>