Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  - Fixes for machine-readable indices. Key expiration times are now read
    from self-signatures on the key's UIDs. In addition, instead of 8-digit
    key IDs, index entries now return the most specific key ID possible:
    16-digit key ID for V3 keys, and the full fingerprint for V4 keys.
  - Add metadata information (number of keys, number of files,
    checksums, etc) to key dump. This allows for information on the
    key dump ahead of download/import, and direct verification of checksums
    using md5sum -c <metadata-file>.
  - Replaced occurrances of the deprecated operator 'or' with '||' (BB issue #2)
  - Upgraded to cryptlib-1.7 and own changes are now packaged as separate
    patches that is installed during 'make'. Added the SHA-3 algorithm, Keccak
  - Option max_matches was setting max_internal_matches. Fixed (BB issue #4)
  - op=hget now supports option=mr for completeness (BB issue #17)
  - Add CORS header to web server responses. Allows JavaScript code to
    interact with keyservers, for example the OpenPGP.js project.
  - Change the default hkp_address and recon_address to making the
    default configuration support IPv6. (Requires OCaml 3.11.0 or newer)
  - Only use '-warn-error A' if the source is marked as development as per
    the version suffix (+) (part of BB Issue #2)
  - Reduce logging verbosity for debug level lower than 6 for (i) bad requests,
    and (ii) no results found (removal of HTTP headers in log) (BB Issue #13)
  - Add additional OIDs for ECC RFC6637 style implementations
    (brainpool and secp256k1) (BB Issue #25) and fix issue for 32 bit arches.
  - Fix a non-persistent cross-site scripting possibility resulting from
    improper input sanitation before writing to client. (BB Issue #26 | CVE-2014-3207)
  • Loading branch information
pettai committed Jun 3, 2014
1 parent d69ddb7 commit 4602c05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
7 changes: 3 additions & 4 deletions security/sks/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.9 2014/05/29 23:37:26 wiz Exp $
# $NetBSD: Makefile,v 1.10 2014/06/03 08:28:50 pettai Exp $
#

DISTNAME= sks-1.1.4
PKGREVISION= 2
DISTNAME= sks-1.1.5
CATEGORIES= security
MASTER_SITES= http://cdn.bitbucket.org/skskeyserver/sks-keyserver/downloads/
MASTER_SITES= https://bitbucket.org/skskeyserver/sks-keyserver/downloads/
EXTRACT_SUFX= .tgz

MAINTAINER= [email protected]
Expand Down
10 changes: 4 additions & 6 deletions security/sks/distinfo
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
$NetBSD: distinfo,v 1.3 2013/11/11 15:14:13 is Exp $
$NetBSD: distinfo,v 1.4 2014/06/03 08:28:50 pettai Exp $

SHA1 (sks-1.1.4.tgz) = d0b3b387653115d106ebbcae13aeda06f0034909
RMD160 (sks-1.1.4.tgz) = 4b6deb6610c8f43e55b3172761904cf2e06e18b2
Size (sks-1.1.4.tgz) = 345249 bytes
SHA1 (sks-1.1.5.tgz) = a353426e99de3fb02bf93b953f574335a9f2a590
RMD160 (sks-1.1.5.tgz) = f47543870313f6bd0868e702849eb717aa045d67
Size (sks-1.1.5.tgz) = 362941 bytes
SHA1 (patch-aa) = 04f74c6f141d71e3b0cd45e68896be93dffd0b7c
SHA1 (patch-ab) = 919846f9c31a89f23430081dbad853d088dcb7e5
SHA1 (patch-ac) = 0fbe22e67681970521ae66ca1903e9e95eda52ad
SHA1 (patch-ad) = f96b913bc7ad6b5bd11a51569fc28ee042b1667c
SHA1 (patch-mArray.ml) = 8f375f9ad5e83608510d18a77e879d2de0fd3c74
SHA1 (patch-prime.ml) = 00be3cb4e410e0ef57e4debe975f2629c5cd0664
13 changes: 0 additions & 13 deletions security/sks/patches/patch-mArray.ml

This file was deleted.

13 changes: 0 additions & 13 deletions security/sks/patches/patch-prime.ml

This file was deleted.

0 comments on commit 4602c05

Please sign in to comment.