svn commit: r452618 - head/security/bro
Craig Leres
leres at FreeBSD.org
Sun Oct 22 00:00:28 UTC 2017
Author: leres
Date: Sun Oct 22 00:00:26 2017
New Revision: 452618
URL: https://svnweb.freebsd.org/changeset/ports/452618
Log:
Update to 2.5.2. Changes since 2.5.1:
- Patch OOB write in content-line analyzer:
https://bro-tracker.atlassian.net/browse/BIT-1856
A combination of packets can trigger an out of bound write of
'0' byte in the content-line analyzer.
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D12754
Modified:
head/security/bro/Makefile
head/security/bro/distinfo
Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile Sat Oct 21 23:57:38 2017 (r452617)
+++ head/security/bro/Makefile Sun Oct 22 00:00:26 2017 (r452618)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bro
-PORTVERSION= 2.5.1
-PORTREVISION= 1
+PORTVERSION= 2.5.2
CATEGORIES= security
MASTER_SITES= https://www.bro.org/downloads/:source1 \
https://codeload.github.com/${GH_ACCOUNT}/${GH_PROJECT}/tar.gz/${PORTVERSION2}?dummy=/:source2
Modified: head/security/bro/distinfo
==============================================================================
--- head/security/bro/distinfo Sat Oct 21 23:57:38 2017 (r452617)
+++ head/security/bro/distinfo Sun Oct 22 00:00:26 2017 (r452618)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1501017316
-SHA256 (bro-2.5.1.tar.gz) = 2c6ce502864bee9323c3e46213a21cfe9281a65cbedf81d5ab6160a437a89511
-SIZE (bro-2.5.1.tar.gz) = 18521029
+TIMESTAMP = 1508621466
+SHA256 (bro-2.5.2.tar.gz) = ab95b1bc376282919e5fa6b25b5ef8864e2e7bd5efe842db35d4a223b8f5b970
+SIZE (bro-2.5.2.tar.gz) = 18512696
SHA256 (actor-framework-actor-framework-0.14.6_GH0.tar.gz) = cbc2033896fe41e42604de2f74673971718a40684996650157484485755f7720
SIZE (actor-framework-actor-framework-0.14.6_GH0.tar.gz) = 1239451
More information about the svn-ports-head
mailing list