pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-stix



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 13 21:49:04 UTC 2020

Modified Files:
        pkgsrc/security/py-stix: Makefile distinfo

Log Message:
py-stix: updated to 1.2.0.10

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-stix/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-stix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-stix/Makefile
diff -u pkgsrc/security/py-stix/Makefile:1.10 pkgsrc/security/py-stix/Makefile:1.11
--- pkgsrc/security/py-stix/Makefile:1.10       Sat Jan 18 23:35:12 2020
+++ pkgsrc/security/py-stix/Makefile    Wed May 13 21:49:04 2020
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:35:12 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/05/13 21:49:04 adam Exp $
 
-DISTNAME=      stix-1.2.0.6
+DISTNAME=      stix-1.2.0.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
-#MASTER_SITES= ${MASTER_SITE_PYPI:=s/stix/}
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=STIXProject/}
-GITHUB_PROJECT=        python-stix
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stix/}
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://stixproject.github.io/

Index: pkgsrc/security/py-stix/distinfo
diff -u pkgsrc/security/py-stix/distinfo:1.5 pkgsrc/security/py-stix/distinfo:1.6
--- pkgsrc/security/py-stix/distinfo:1.5        Sun Jun 24 11:17:04 2018
+++ pkgsrc/security/py-stix/distinfo    Wed May 13 21:49:04 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/24 11:17:04 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/05/13 21:49:04 adam Exp $
 
-SHA1 (stix-1.2.0.6.tar.gz) = 8846592d914148c12bc482c145664994f2a3e103
-RMD160 (stix-1.2.0.6.tar.gz) = efb099c3d224b28ee107312eca8ae6315bfb3478
-SHA512 (stix-1.2.0.6.tar.gz) = c7a656e12fb3c8e6223904d5c66b8c4916197497f70635eb7375ba8f73a3b6787559a895a1cad932950691d73e04e92afed850495f38bd0ec5d1ba6f31b10ef0
-Size (stix-1.2.0.6.tar.gz) = 215431 bytes
+SHA1 (stix-1.2.0.10.tar.gz) = 8701edc4037cb215f47609e104c039d8f0bed42b
+RMD160 (stix-1.2.0.10.tar.gz) = 1730a6de757cf93c55511e7c7a5d2a509dda7ca3
+SHA512 (stix-1.2.0.10.tar.gz) = db0eb47b2e4f75e81492b373613baec101e2b5c7547128e67586436b1501559099459fcfdce48816969be2c1088c0078e7b4cacefb8fac1232a470ab160eee11
+Size (stix-1.2.0.10.tar.gz) = 218737 bytes



Home | Main Index | Thread Index | Old Index