summaryrefslogtreecommitdiff
path: root/security/py-stix
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-09py-stix: mark as not for Python 2.7adam1-1/+3
2021-03-19py-stix: updated to 1.2.0.11adam2-7/+7
Version 1.2.0.11 - Fix deprecation warning from collections module
2020-05-13py-stix: updated to 1.2.0.10adam2-11/+8
Version 1.2.0.10 - Check add_reference methods to prevent NoneType has no attribute 'append' - Changes to STIXPackage to prevent the empty <stix:TTPs/> tag from appearing in serialization Version 1.2.0.9 - TTPs would fail to serialize XML Kill_Chains if no TTP was set - Added Python 3.8 to test harness Version 1.2.0.8 - Add xnl:Type to the PersonName element (CIQ) - Update the allowable values for PersonName and OrganisationName - Update tests per recent CybOX release Version 1.2.0.7 - Update package requirements
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2018-06-24py-stix: updated to 1.2.0.6adam2-10/+9
Version 1.2.0.6: Property targeted_technical_details missing in VictimTargeting class
2017-10-10py-stix: update to 1.2.0.4adam3-21/+156
Version 1.2.0.4: Add support for Python 3.6. Update to latest mixbox. Emit proper xsi:type for AISMarkingStructure. Implement hash for required objects
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-06-03security/py-{cybox,stix,libtaxii} and sysutils/py-pefile do not seem to havekhorben1-1/+3
been ported to either Python 3.3 or 3.4.
2014-06-02Use pypi as MASTER_SITE and stop using so much shaman magick in therodent2-13/+9
Makefile. Updated to 1.1.1.0. Changes: Version 1.1.1.0 2014-05-09 - Support for STIX v1.1.1 - Updated all schemalocations to reference new STIX v1.1.1 schemas - Changed Confidence.source to be of type InformationSource - Changed Statement.source to be of type InformationSource - Changed Sighting.source to be of type InformationSource - Updated AvailabilityLossType CV to align with STIX v1.1.1
2014-05-17Import py27-stix-1.1.0.6 as security/py-stix (from wip)khorben4-0/+426
A python library for parsing, manipulating, and generating STIX content. The python-stix library utilizes the STIX v1.1 bindings, is under heavy development. For more information about STIX, see http://stix.mitre.org.