1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

security/py-zkg: Update to 2.10.0

Changes since 2.7.1:

 - Improve the package source refresh test

 - Add logging to package source refreshes

 - Harden "@" interpretation in package source URLs

 - Add an baseline canonifier to user-mode btest

 - Add 'uservar' and 'template' modules to API docs

 - Fix sphinxarg extension's use of old Sphinx logging API

 - Add "template info" command

 - Add templating functionality to zkg toplevel script

 - Add a "slug" helper for user vars

 - Add Zeek package templating module

 - Add _util.load_source() for sourcing a Python script as a module

 - Prefill the prompt for user vars with current value

 - Refactor user vars into their own class and module

 - Migrate some git helpers to _util for broader access

 - include exception output in dependency import error messages

 - Add support for packages shipping executables

 - Update plugin used in test suite for Zeek 4.1 compatibility

 - Update test baselines to include btest header info

 - Prevent local githooks from interfering with zkg's commands

 - Prevent local githooks from interfering with the testsuite

 - Update CI to test Zeek 4.0 and not test 3.2 anymore

PR:		256807
Reported by:	mshirk@daemon-security.com
Approved by:	mshirk@daemon-security.com (maintainer)
This commit is contained in:
Craig Leres 2021-06-24 13:33:02 -07:00
parent 7d65d24dfd
commit 2c570ca54c
3 changed files with 7 additions and 11 deletions

View File

@ -1,7 +1,6 @@
PORTNAME= zkg
DISTVERSIONPREFIX= v
DISTVERSION= 2.7.1
PORTREVISION= 1
DISTVERSION= 2.10.0
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1612733509
SHA256 (zeek-package-manager-v2.7.1_GH0.tar.gz) = ff0d9cf003d51135fa82c8f6f0ca98ba02528df7267636d877d4da38e51ac8fa
SIZE (zeek-package-manager-v2.7.1_GH0.tar.gz) = 113533
TIMESTAMP = 1624541541
SHA256 (zeek-package-manager-v2.10.0_GH0.tar.gz) = a0f236dac5b29dc9c5c660100c2249c3a4b7d4efdc079493bd0c5593c200132b
SIZE (zeek-package-manager-v2.10.0_GH0.tar.gz) = 135310

View File

@ -1,15 +1,12 @@
[
{ type: install
message: <<EOM
===================================
Run the following to configure zkg:
zkg autoconfig
NOTE:
The previous command "bro-pkg" can also be used intermittently for a
while but its usage is deprecated and may be removed in a future
release.
===================================
EOM
}
]