Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2017 18:51:32 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439835 - in head/security/sks: . files
Message-ID:  <201704301851.v3UIpWtp009857@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Apr 30 18:51:32 2017
New Revision: 439835
URL: https://svnweb.freebsd.org/changeset/ports/439835

Log:
  Update to sks 1.1.6
  
  PR:		215316
  Submitted by:	Daniel Austin

Modified:
  head/security/sks/Makefile
  head/security/sks/distinfo
  head/security/sks/files/pkg-message.in

Modified: head/security/sks/Makefile
==============================================================================
--- head/security/sks/Makefile	Sun Apr 30 18:21:49 2017	(r439834)
+++ head/security/sks/Makefile	Sun Apr 30 18:51:32 2017	(r439835)
@@ -1,14 +1,15 @@
 # $FreeBSD$
 
 PORTNAME=	sks
-PORTVERSION=	1.1.5
-PORTREVISION=	1
+PORTVERSION=	1.1.6
 CATEGORIES=	security
 MASTER_SITES=	http://bitbucket.org/skskeyserver/sks-keyserver/downloads/
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Synchronizing Key Server, a fast OpenPGP keyserver
 
+LICENSE=	GPLv2+
+
 USE_OCAML=	yes
 USE_OCAML_CAMLP4=yes
 USES=		bdb:5 perl5 gmake shebangfix tar:tgz

Modified: head/security/sks/distinfo
==============================================================================
--- head/security/sks/distinfo	Sun Apr 30 18:21:49 2017	(r439834)
+++ head/security/sks/distinfo	Sun Apr 30 18:51:32 2017	(r439835)
@@ -1,2 +1,3 @@
-SHA256 (sks-1.1.5.tgz) = 92a7f113f0ba7a28d51d7ced60a984d042d8524c651dc3fcafe9d11cc32981a0
-SIZE (sks-1.1.5.tgz) = 362941
+TIMESTAMP = 1493574628
+SHA256 (sks-1.1.6.tgz) = 22312dbec6dfd372932075b0b0b1d04f772059a9520faa4937feafc737d5a632
+SIZE (sks-1.1.6.tgz) = 359499

Modified: head/security/sks/files/pkg-message.in
==============================================================================
--- head/security/sks/files/pkg-message.in	Sun Apr 30 18:21:49 2017	(r439834)
+++ head/security/sks/files/pkg-message.in	Sun Apr 30 18:51:32 2017	(r439835)
@@ -3,6 +3,15 @@
 => database files are not compatible. You should run db_recover-5.
 => See %%DOCSDIR%%/UPGRADING for details.
 
+If you are upgrading to version 1.1.6, and your sksconf file does NOT
+already contain 'pagesize' and 'ptree_pagesize' variables, then you may need
+to add the following two lines to your sksconf file before starting sks:
+
+pagesize:       4
+ptree_pagesize: 1
+
+This is due to the default values for these variables changing in v1.1.6
+
 When installing for the first time, you will need to obtain a PGP
 key database dump from somewhere and build database files from this.
 See %%DOCSDIR%%/README.md for details.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704301851.v3UIpWtp009857>