diff options
author | johans <johans@FreeBSD.org> | 2017-05-01 02:51:32 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2017-05-01 02:51:32 +0800 |
commit | 7f11494c0f330d4c81b7606b3f61371f7faf8119 (patch) | |
tree | aaf23c6590a83edd84f2237dc3c8254bdaff4563 /security | |
parent | 960cadd0018645d4948df30d5653d531240329b2 (diff) | |
download | freebsd-ports-gnome-7f11494c0f330d4c81b7606b3f61371f7faf8119.tar.gz freebsd-ports-gnome-7f11494c0f330d4c81b7606b3f61371f7faf8119.tar.zst freebsd-ports-gnome-7f11494c0f330d4c81b7606b3f61371f7faf8119.zip |
Update to sks 1.1.6
PR: 215316
Submitted by: Daniel Austin
Diffstat (limited to 'security')
-rw-r--r-- | security/sks/Makefile | 5 | ||||
-rw-r--r-- | security/sks/distinfo | 5 | ||||
-rw-r--r-- | security/sks/files/pkg-message.in | 9 |
3 files changed, 15 insertions, 4 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile index 9e033a40f36b..9ce7c672bfb4 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -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 diff --git a/security/sks/distinfo b/security/sks/distinfo index fabcddd0714c..7ed848810287 100644 --- a/security/sks/distinfo +++ b/security/sks/distinfo @@ -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 diff --git a/security/sks/files/pkg-message.in b/security/sks/files/pkg-message.in index e5cea9beaebd..a63f80d53966 100644 --- a/security/sks/files/pkg-message.in +++ b/security/sks/files/pkg-message.in @@ -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. |