diff options
author | leot <leot@pkgsrc.org> | 2021-03-14 14:10:18 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2021-03-14 14:10:18 +0000 |
commit | 608f1f5af53bf1fc2a9f9128916172aa3a1382ff (patch) | |
tree | 576e31ba32bcaf995c76766521d8de5668dc2ece /security/amass/Makefile | |
parent | 84f63c3216fc63b7ddada43d29e9ba91b66337b5 (diff) | |
download | pkgsrc-608f1f5af53bf1fc2a9f9128916172aa3a1382ff.tar.gz |
amass: Update to 3.11.9
Changes:
3.11.9
------
- Updated the snapcraft build process
- Updated installation documentation to resolve #517
- Removed the 386 platform support
- Enumeration storage has better recovery for errors
- Adding support for the Apple Silicon and fixed #590
- Added some Close and Stop calls to address #508
Diffstat (limited to 'security/amass/Makefile')
-rw-r--r-- | security/amass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amass/Makefile b/security/amass/Makefile index 82973eaf26e..5e45a35a2b7 100644 --- a/security/amass/Makefile +++ b/security/amass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/03/04 09:59:11 leot Exp $ +# $NetBSD: Makefile,v 1.9 2021/03/14 14:10:18 leot Exp $ -DISTNAME= amass-3.11.8 +DISTNAME= amass-3.11.9 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=OWASP/} GITHUB_PROJECT= Amass |