summaryrefslogtreecommitdiff
path: root/security/pks/files/patch-af
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-04-19 22:23:32 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-04-19 22:23:32 +0000
commit66bcd1ef6c527e9e84c8e9f85a73aa4e24777466 (patch)
tree6ca8ab762bd9706f457cad48eb9ddc3be950c507 /security/pks/files/patch-af
parentUpdate to 0.85. (diff)
Patches from maintainer:
* HKP (WWW) key submissions disabled by default, enabled via configuration file * nicer formatting of long (SHA-1) fingerprints * pksdctl usage() shows available commands/arguments * manual page fixes Bump PORTREVISION. PR: ports/34970 Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to '')
-rw-r--r--security/pks/files/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/pks/files/patch-af b/security/pks/files/patch-af
new file mode 100644
index 000000000000..bcfba40b019f
--- /dev/null
+++ b/security/pks/files/patch-af
@@ -0,0 +1,14 @@
+===================================================================
+RCS file: pks_www.h,v
+retrieving revision 1.4
+diff -u -r1.4 pks_www.h
+--- pks_www.h 1999/05/20 03:39:52 1.4
++++ pks_www.h 2001/09/02 04:15:06
+@@ -12,6 +12,7 @@
+
+ typedef struct _pks_www_conf {
+ int port;
++ int readonly;
+ int max_reply_keys;
+ char *db_dir;
+ pks_incr_conf *pic;