aboutsummaryrefslogtreecommitdiff
path: root/security/broccoli
Commit message (Collapse)AuthorAgeFilesLines
* net/GeoIP has been deprecated but security/broccoli builds withoutCraig Leres2019-01-141-6/+3
| | | | | | | | | | | | it; remove GeoIP dependency and undeprecate. While we're here fix some portlint reported Makefile variable order issues. Approved by: ler (mentor, implicit) Notes: svn path=/head/; revision=490305
* Deprecate everything that depends on net/GeoIP and everything that dependsAdam Weinberger2019-01-131-0/+3
| | | | | | | on those ports. Notes: svn path=/head/; revision=490213
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Use swig 3.0Baptiste Daroussin2017-12-201-3/+3
| | | | | | | Cleanup bison dependency Notes: svn path=/head/; revision=456782
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update pkg-descr and Makefile in my ports to use https where possible.Craig Leres2017-10-212-2/+2
| | | | | | | | | | | | | | | | | | | Remove obsolete mirrors. - devel/arduino - devel/arduino-irremote - net/hostapd - security/broccoli - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor), matthew (mentor) Approved by: ler (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12748 Notes: svn path=/head/; revision=452566
* Update MAINTAINER on my ports and "Created by" on the ones I createdCraig Leres2017-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | to use my @FreeBSD.org email address. - devel/arduino - devel/arduino-glcd - devel/arduino-irremote - devel/arduino-mk - devel/arduino-sevseg - net/hostapd - net/py-pcap - security/bro - security/broccoli - security/create-cert - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D12374 Notes: svn path=/head/; revision=449916
* Do not redefine DEBUG_DESC when its meaning more or less matches the defaultAlexey Dokuchaev2016-10-281-1/+0
| | | | | | | | option description. Those ports where it meant something more specific were left untouched. Notes: svn path=/head/; revision=424875
* security/broccoli: Document SSL requirement and handle no SSLv3 (LibreSSL)John Marino2016-09-112-1/+16
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421885
* Convert to @sampleBaptiste Daroussin2016-04-101-3/+1
| | | | Notes: svn path=/head/; revision=412909
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Adopt broccoli version numbering, update to 1.97Thomas Zander2015-10-233-5/+8
| | | | | | | | | | | | | The gist from maintainer's explanation of the situation: Upon creation of the port, the version number of the bro distribution broccoli was packaged with was used. But it makes more sense to use broccoli's actual version number. PR: 203848 Submitted by: leres@ee.lbl.gov (maintainer) Notes: svn path=/head/; revision=400046
* 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