git: 2c570ca54c52 - main - security/py-zkg: Update to 2.10.0

Craig Leres leres at FreeBSD.org
Thu Jun 24 20:41:20 UTC 2021


The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c570ca54c52b580cb0149b5a6d774945044c5e5

commit 2c570ca54c52b580cb0149b5a6d774945044c5e5
Author:     Craig Leres <leres at FreeBSD.org>
AuthorDate: 2021-06-24 20:33:02 +0000
Commit:     Craig Leres <leres at FreeBSD.org>
CommitDate: 2021-06-24 20:40:59 +0000

    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 at daemon-security.com
    Approved by:    mshirk at daemon-security.com (maintainer)
---
 security/py-zkg/Makefile    | 3 +--
 security/py-zkg/distinfo    | 6 +++---
 security/py-zkg/pkg-message | 9 +++------
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/security/py-zkg/Makefile b/security/py-zkg/Makefile
index f49fb1f9f3e9..85aeef76f631 100644
--- a/security/py-zkg/Makefile
+++ b/security/py-zkg/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	zkg
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.7.1
-PORTREVISION=	1
+DISTVERSION=	2.10.0
 CATEGORIES=	security python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/security/py-zkg/distinfo b/security/py-zkg/distinfo
index f0f372f15390..99fd62afd049 100644
--- a/security/py-zkg/distinfo
+++ b/security/py-zkg/distinfo
@@ -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
diff --git a/security/py-zkg/pkg-message b/security/py-zkg/pkg-message
index 05f451a6be58..9a5489881788 100644
--- a/security/py-zkg/pkg-message
+++ b/security/py-zkg/pkg-message
@@ -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
 }
 ]


More information about the dev-commits-ports-main mailing list