diff options
author | roberto <roberto@FreeBSD.org> | 2014-09-06 05:33:57 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2014-09-06 05:33:57 +0800 |
commit | f59a00ba7e6580f4db05b7bbe3a9131b121185eb (patch) | |
tree | ef52d447be69e617bac9dbf66d83d38bb3e2515d /security | |
parent | 39a04e4b6fdad2c11fd20e69a50dd0b4a2846ef4 (diff) | |
download | freebsd-ports-gnome-f59a00ba7e6580f4db05b7bbe3a9131b121185eb.tar.gz freebsd-ports-gnome-f59a00ba7e6580f4db05b7bbe3a9131b121185eb.tar.zst freebsd-ports-gnome-f59a00ba7e6580f4db05b7bbe3a9131b121185eb.zip |
Update to Calife 3.0.4: support for %group synatx in addition to @group
and use a more secure memzero(3).
Diffstat (limited to 'security')
-rw-r--r-- | security/calife/Makefile | 4 | ||||
-rw-r--r-- | security/calife/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/calife/Makefile b/security/calife/Makefile index 6148b2c5b451..94ff42287872 100644 --- a/security/calife/Makefile +++ b/security/calife/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= calife -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= security MASTER_SITES= http://assets.keltia.net/calife/ MAINTAINER= roberto@FreeBSD.org COMMENT= Lightweight alternative to sudo +LICENSE= GPLv2 + USES= tar:xz GNU_CONFIGURE= yes diff --git a/security/calife/distinfo b/security/calife/distinfo index 79dede6ec1d7..a5f01dce2fd7 100644 --- a/security/calife/distinfo +++ b/security/calife/distinfo @@ -1,2 +1,2 @@ -SHA256 (calife-3.0.3.tar.xz) = c32313da116b25cd52b0119b4e84258f7a435f3eea2c805ef9f0ad8c2e510904 -SIZE (calife-3.0.3.tar.xz) = 97104 +SHA256 (calife-3.0.4.tar.xz) = 6d882224cb6b097169eaa2c1dfee5569af96a25bea9935e1ff95930d7fb50407 +SIZE (calife-3.0.4.tar.xz) = 97364 |