diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2020-09-20 10:13:26 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2020-09-20 10:13:26 +0800 |
commit | a75abc3efabd98b1378ecb5da4e6d5d0c081541a (patch) | |
tree | 6c80636de0a1270f71aa913f2f4b9ae0a2f2c7a0 /security/Makefile | |
parent | 9d3ecd2e9852b83a0654ab6e9e3b5ca8b4c470a7 (diff) | |
download | freebsd-ports-gnome-a75abc3efabd98b1378ecb5da4e6d5d0c081541a.tar.gz freebsd-ports-gnome-a75abc3efabd98b1378ecb5da4e6d5d0c081541a.tar.zst freebsd-ports-gnome-a75abc3efabd98b1378ecb5da4e6d5d0c081541a.zip |
Add sequoia 0.19.0, modern PGP implementation, written in rust.
PR: 249238
Submitted by: phryk-ports@wzff.de
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 4caef9405ae6..aa71f99ecd04 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1154,6 +1154,7 @@ SUBDIR += sectok SUBDIR += secure_delete SUBDIR += sedutil + SUBDIR += sequoia SUBDIR += setaudit SUBDIR += sha SUBDIR += sha1collisiondetection |