Update to sks 1.1.6
PR: 215316 Submitted by: Daniel Austin
This commit is contained in:
parent
53c3161b48
commit
583dda3076
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439835
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user