forked from pool/python-passivetotal
- update to version 2.5.8:
- Enhancements: - `certificates` property of `analyzer.Hostname` objects now returns same list of SSL - certificates as the UI, enabled by a CertificateField search with the field set to `name`. This activates special-case functionality in the API that performs a - substring search for a hostname across both subjectAlternativeNames and subjectCommonName fields - The previous version only looked at the `subjectAlternativeNames` field. A more narrow - search across specific fields is still available by instantiating an `analyzer.CertificateField` object directly. - Docs now show current version number and link to this changelog hosted on GitHub. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=25
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d24ab20433a930891b866fdd179a2eba14bee16cea3f9dd4bc6ad17f8386313
|
||||
size 125221
|
||||
3
passivetotal-2.5.8.tar.gz
Normal file
3
passivetotal-2.5.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:700cc8b9c75046aa659d95ff5edd0dc6646b841a45424471c3be4ff8043bd080
|
||||
size 125560
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 19:24:40 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- - update to version 2.5.8:
|
||||
- Enhancements:
|
||||
- `certificates` property of `analyzer.Hostname` objects now returns same list of SSL
|
||||
- certificates as the UI, enabled by a CertificateField search with the field set to
|
||||
`name`. This activates special-case functionality in the API that performs a
|
||||
- substring search for a hostname across both subjectAlternativeNames and subjectCommonName fields
|
||||
- The previous version only looked at the `subjectAlternativeNames` field. A more narrow
|
||||
- search across specific fields is still available by instantiating an
|
||||
`analyzer.CertificateField` object directly.
|
||||
- Docs now show current version number and link to this changelog hosted on GitHub.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 22 08:43:16 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-passivetotal
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-passivetotal
|
||||
Version: 2.5.7
|
||||
Version: 2.5.8
|
||||
Release: 0
|
||||
Summary: Client for the PassiveTotal REST API
|
||||
License: GPL-2.0-only
|
||||
|
||||
Reference in New Issue
Block a user