aboutsummaryrefslogtreecommitdiff
path: root/security/broccoli
Commit message (Collapse)AuthorAgeFilesLines
* security/bro, security/broccoli: 2.3 -> 2.3.2Kurt Jaeger2015-02-023-23/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates bro and broccoli from 2.3 and 2.3.2, which is a security update. Changes to the bro port: - Rework openssl option logic - Remove obsolete - pkgng related changes Changes to the broccoli port: - Remove unused DOCS option - Enable PYTHON by default - pkgng related changes - Minor portlint changes Changes in 2.3.2: - DNP3: fix reachable assertion and buffer over-read/overflow. CVE number pending. (Travis Emmert, Jon Siwek) - Update binpac: Fix potential out-of-bounds memory reads in generated code. CVE-2014-9586. (John Villamil and Chris Rohlf - Yahoo Paranoids, Jon Siwek) - BIT-1234: Fix build on systems that already have ntohll/htonll. (Jon Siwek) - BIT-1291: Delete prebuilt python bytecode files from git. (Jon Siwek) - Adding call to new binpac::init() function. (Robin Sommer) Changes in 2.3.1: - Fix a reference counting bug in ListVal ctor. (Jon Siwek) - Fix possible buffer over-read in DNS TSIG parsing. (Jon Siwek) - Change EDNS parsing code to use rdlength more cautiously. (Jon Siwek) - Fix null pointer dereference in OCSP verification code in case no certificate is sent as part as the ocsp reply. Addresses BIT-1212. (Johanna Amann) - Fix OCSP reply validation. Addresses BIT-1212 (Johanna Amann) - Make links in documentation templates protocol relative. (Johanna Amann) PR: 197107 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) Reviewed by: koobs Notes: svn path=/head/; revision=378333
* - Convert USE_PYTHON -> USES leftovers missed in the previous commitsMarcus von Appen2015-01-041-1/+1
| | | | | | | | Spotted by: antoine With hat: python Notes: svn path=/head/; revision=376179
* Remove support for pkg_installBaptiste Daroussin2014-09-011-7/+0
| | | | | | | | | | | Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693 Notes: svn path=/head/; revision=366875
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-0/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* Update to 2.3Carlo Strub2014-08-103-15/+4
| | | | | | | | PR: 192105 Submitted by: leres@ee.lbl.gov (maintainer) Notes: svn path=/head/; revision=364576
* Add DOCS option where PORTDOCS is in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362024
* Fix make package when BRO_PREFIX is defined and PYTHON isCarlo Strub2014-01-312-4/+13
| | | | | | | | | | | enabled. PR: ports/185814 Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer) MFH: 2014Q1 Notes: svn path=/head/; revision=342076
* - use PYTHONPREFIX_LIBDIRPhilippe Audeoud2013-12-241-2/+2
| | | | | | | | PR: ports/185120 Submitted by: maintainer Notes: svn path=/head/; revision=337324
* - Unbreak make package without PythonPhilippe Audeoud2013-12-181-1/+1
| | | | | | | | PR: ports/184784 Submitted by: maintainer Notes: svn path=/head/; revision=336837
* - Install python bits in a sensible place.Mathieu Arnold2013-12-132-35/+42
| | | | | | | | | | | | | | - Install ruby bits in a sensible place. - Convert to new OPTIONS framework. - Remove dependency on Perl, nothing in the sources needs it. - Use new LIB_DEPENDS format. PR: ports/184519 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=336382
* - Update to 2.2Philippe Audeoud2013-11-224-34/+17
| | | | | | | | | | | | - Update MASTER_SITES - Add LICENSE - Support STAGE PR: ports/183939 Submitted by: maintainer Notes: svn path=/head/; revision=334596
* Broccoli is the Bro client communications library and lets youThomas Abthorpe2013-10-165-0/+112
create applications that can speak the Bro communication protocol. WWW: http://www.icir.org/christian/broccoli/ PR: ports/ports/182476 Submitted by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=330536