svn commit: r367394 - head/security/calife

Ollivier Robert roberto at FreeBSD.org
Fri Sep 5 21:33:58 UTC 2014


Author: roberto
Date: Fri Sep  5 21:33:57 2014
New Revision: 367394
URL: http://svnweb.freebsd.org/changeset/ports/367394
QAT: https://qat.redports.org/buildarchive/r367394/

Log:
  Update to Calife 3.0.4: support for %group synatx in addition to @group
  and use a more secure memzero(3).

Modified:
  head/security/calife/Makefile
  head/security/calife/distinfo

Modified: head/security/calife/Makefile
==============================================================================
--- head/security/calife/Makefile	Fri Sep  5 21:26:33 2014	(r367393)
+++ head/security/calife/Makefile	Fri Sep  5 21:33:57 2014	(r367394)
@@ -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 at FreeBSD.org
 COMMENT=	Lightweight alternative to sudo
 
+LICENSE=	GPLv2
+
 USES=		tar:xz
 
 GNU_CONFIGURE=	yes

Modified: head/security/calife/distinfo
==============================================================================
--- head/security/calife/distinfo	Fri Sep  5 21:26:33 2014	(r367393)
+++ head/security/calife/distinfo	Fri Sep  5 21:33:57 2014	(r367394)
@@ -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


More information about the svn-ports-head mailing list