aboutsummaryrefslogtreecommitdiff
path: root/security/py-plaso
Commit message (Collapse)AuthorAgeFilesLines
* security/py-plaso: update to 20210606Antoine Brodin2021-06-262-4/+4
|
* security/py-plaso: update to 20210412Antoine Brodin2021-04-202-5/+4
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update databases/redis to the recent stable version 6.0.10.Sergey A. Osokin2021-01-131-1/+1
| | | | | | | | | | | | | | | Update CONFLICTS for: o) databases/redis4 o) databases/redis5 o) databases/redis o) databases/redis-devel Connect databases/redis5 to the build. Bump PORTREVISIONs for dependant ports. Notes: svn path=/head/; revision=561486
* - Bump PORTREVISION. devel/py-defusedxml was updatedJose Alonso Cardenas Marquez2021-01-071-0/+1
| | | | Notes: svn path=/head/; revision=560672
* Update to 20201228Antoine Brodin2020-12-302-4/+4
| | | | Notes: svn path=/head/; revision=559673
* Update to 20201007Antoine Brodin2020-10-132-4/+4
| | | | Notes: svn path=/head/; revision=552235
* Update to 20200717Antoine Brodin2020-07-262-4/+4
| | | | Notes: svn path=/head/; revision=543450
* Update to 20200630Antoine Brodin2020-07-072-5/+9
| | | | Notes: svn path=/head/; revision=541443
* Update to 20200430Antoine Brodin2020-05-102-4/+4
| | | | Notes: svn path=/head/; revision=534836
* Update to 20200227Antoine Brodin2020-03-062-4/+4
| | | | Notes: svn path=/head/; revision=527884
* Update to 20200121Antoine Brodin2020-01-252-5/+8
| | | | Notes: svn path=/head/; revision=524041
* Update to 20191203Antoine Brodin2019-12-102-4/+4
| | | | Notes: svn path=/head/; revision=519672
* - Update to 20190916Antoine Brodin2019-11-242-16/+8
| | | | | | | - Drop python 2.7 support Notes: svn path=/head/; revision=518322
* Update to 20190708Antoine Brodin2019-07-162-4/+5
| | | | Notes: svn path=/head/; revision=506759
* Update to 20190531Antoine Brodin2019-06-042-5/+6
| | | | Notes: svn path=/head/; revision=503458
* - Update to 20190429Antoine Brodin2019-05-112-5/+9
| | | | | | | - Allow concurrent installation Notes: svn path=/head/; revision=501294
* Update to 20190331Antoine Brodin2019-04-072-7/+4
| | | | | | | Announce: http://blog.kiddaland.net/2019/04/plaso-20190331-released.html Notes: svn path=/head/; revision=498332
* Update to 20190131Antoine Brodin2019-02-032-8/+5
| | | | Notes: svn path=/head/; revision=492042
* Update to 20181219Antoine Brodin2018-12-202-5/+5
| | | | | | | Announce: http://blog.kiddaland.net/2018/12/plaso-20181219-released.html Notes: svn path=/head/; revision=487917
* Update to 20180930Antoine Brodin2018-10-072-6/+4
| | | | Notes: svn path=/head/; revision=481460
* Update to 20180818Antoine Brodin2018-08-252-8/+9
| | | | | | | Announce: http://blog.kiddaland.net/2018/08/plaso-20180818-released.html Notes: svn path=/head/; revision=478016
* Update to 20180630Antoine Brodin2018-07-022-5/+4
| | | | | | | Announce: http://blog.kiddaland.net/2018/07/plaso-20180630-released.html Notes: svn path=/head/; revision=473762
* Allow concurrent installation of py-artifactsAntoine Brodin2018-05-271-0/+3
| | | | Notes: svn path=/head/; revision=471006
* Update to 20180524Antoine Brodin2018-05-242-29/+34
| | | | Notes: svn path=/head/; revision=470784
* Update to 20180127Antoine Brodin2018-01-292-4/+4
| | | | Notes: svn path=/head/; revision=460292
* Update to 20171231Antoine Brodin2017-12-312-4/+4
| | | | Notes: svn path=/head/; revision=457700
* - Update to 20171118Antoine Brodin2017-12-022-12/+13
| | | | | | | - Arrange dependencies to make it easier to test python3 readiness Notes: svn path=/head/; revision=455375
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-23/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 py-bencode 1.0 to py-bencode.py 1.2.0, this is a fork that worksAntoine Brodin2017-10-071-1/+2
| | | | | | | with both python2 and python3 Notes: svn path=/head/; revision=451474
* Update plaso to 20170930 HeimdallAntoine Brodin2017-10-053-7/+14
| | | | | | | Release notes: http://blog.kiddaland.net/2017/10/drink-joyful-good-mead-plaso-20170925.html Notes: svn path=/head/; revision=451340
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+2
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Update to 1.5.1Antoine Brodin2016-10-262-4/+4
| | | | Notes: svn path=/head/; revision=424712
* Update plaso to 1.5.0Antoine Brodin2016-09-203-21/+15
| | | | | | | Announce: http://blog.kiddaland.net/2016/09/what-flies-there-what-fares-there-or.html Notes: svn path=/head/; revision=422525
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-32/+32
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-231-0/+1
| | | | | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at Notes: svn path=/head/; revision=411691
* Update to 1.4.0Antoine Brodin2016-01-244-16/+9
| | | | | | | Announce: http://blog.kiddaland.net/2016/01/sprinkling-morning-dew-and-summer.html Notes: svn path=/head/; revision=407090
* - Move devel/py-parsing to devel/py-pyparsingSunpoet Po-Chuan Hsieh2015-11-041-1/+2
| | | | | | | | | - Change MASTER_SITES to CHEESESHOP - Remove DISTNAME - While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile Notes: svn path=/head/; revision=400758
* Update to 1.3.0Antoine Brodin2015-07-254-28/+19
| | | | | | | Announce: http://blog.kiddaland.net/2015/07/bringing-end-to-sorrow-new-plaso-release.html Notes: svn path=/head/; revision=392900
* - Update textproc/py-pyelasticsearch to 1.0Antoine Brodin2015-02-012-0/+13
| | | | | | | - Adjust security/py-plaso dependencies and patch it to be less noisy Notes: svn path=/head/; revision=378241
* Update to 1.2.0Antoine Brodin2014-12-203-9/+11
| | | | | | | Announce: http://blog.kiddaland.net/2014/12/hey-kids-i-heard-on-news-that-airline.html Notes: svn path=/head/; revision=375138
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Convert a few ports to USES=pythonAntoine Brodin2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366537
* - Update plaso to 1.1.0Antoine Brodin2014-06-074-46/+19
| | | | | | | | | Announce: http://blog.kiddaland.net/2014/06/what-is-one-to-say-about-june-time-of.html - Add converters/py-bencode, bencoding and bdecoding implementation Notes: svn path=/head/; revision=356886
* - Switch from easy_install to installAntoine Brodin2014-01-263-18/+14
| | | | | | | | - Use PYDISTUTILS_AUTOPLIST - Remove DOCS/EXAMPLES conditionals Notes: svn path=/head/; revision=341160
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* - Update to 1.0.2Antoine Brodin2013-11-184-21/+51
| | | | | | | | | - Stage support Release notes: http://blog.kiddaland.net/2013/10/halloween-brings-with-it-riding-witches.html Notes: svn path=/head/; revision=334243
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Update iPython package name.Jimmy Olgeni2013-08-251-1/+2
| | | | Notes: svn path=/head/; revision=325355