New version 1.1.4 available

Bug #1096116 reported by H.-Dirk Schmitt
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
sks (Debian)
Fix Released
Unknown
sks (Ubuntu)
Fix Released
Undecided
Artur Rona

Bug Description

Imported from Debian bug http://bugs.debian.org/690135:

Package: sks
Severity: wishlist

I'll package it for myself in the next days.

Once the new package will be working on my keyserver I'll update this ticket with a link to it.

I wonder if you could add a distributed VCS repository under collab-maintain to better collaborate. If you want I volunteer to prepare a git one.

Excerpt from release notes:

What's New in 1.1.4
====================
  - Fix X-HKP-Results-Count so that limit=0 returns no results, but
    include the header, to let a client poll for how many results
    exist, without retrieving any. Submitted by Phil Pennock. See:
    http://lists.nongnu.org/archive/html/sks-devel/2010-11/msg00015.html
  - Add UPGRADING document to explain upgrading Berkeley DB without
    rebuilding. System bdb versions often change with new SKS releases
    for .deb and .rpm distros.
  - Cleanup build errors for bdb/bdb_stubs.c. Patch from Mike Doty
  - Update cryptokit from version 1.0 to 1.5 without requiring OASIS
    build system or other additional dependencies
  - build, fastbuild, & pbuild fixed to ignore signals USR1 and USR2
  - common.ml and reconSC.ml were using different values for minumimum
    compatible version. This has been fixed.
  - Added new server mime-types, and trying another default document
    (Issue 6)
    In addition to the new MIME types added in 1.1.[23], the server now
    looks over a list and and serves the first index file that it finds
    Current list: index.html, index.htm, index.xhtml, index.xhtm,
    index.xml.
  - options=mr now works on get as well as (v)index operations. This is
    described in http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00
    sections 3.2.1.1. and 5.1.
  - Updated copyright notices in source files
  - Added sksclient tool, similar to old pksclient
  - Add no-cache instructions to HTTP response (in order for reverse
    proxies not to cache the output from SKS)
  - Use unique timestamps for keydb to reduce occurrances of Ptree
    corruption.
  - Added Interface specifications (.mli files) for modules that were
    missing them
  - Yaron pruned some no longer needed source files from the tree.
  - Improved the HTTP status and HTTP error codes returned for various
    situations and added checks for more error conditions.
  - Add a suffix to version (+) indicating non-release or development
    builds
  - Add an option to specify the contact details of the server
    administrator
    that shows in the status page of the server. The information is in
    the form of an OpenPGP KeyID and set by server_contact: in sksconf
  - Add a `sks version` command to provide information on the setup.
  - Added configuration settings for the remaining database table
    files. If no pagesize settings are in sksconf, SKS will use 2048
    bytes for key and 512 for ptree. The remainining files' pagesize
    will be set by BDB based on the filesystem settings, typically this
    is 4096 bytes. See sampleConfig/sksconf.typical for settings
    recommended by db_tuner.
  - Makefile: Added distclean target. Dropped autogenerated file from
    VCS.
  - Allow tuning BDB environment before creation in [fast]build and
    pbuild. If DB_CONFIG exists in basedir, copy it to DB dir before DB
    creation. Preference is given to DB_CONFIG.KDB and DB_CONFIG.PTree
    over DB_CONFIG.
  - Add support for Elliptic Curve Public keys (ECDSA, ECDH)
  - Add check if an upload is a revocation certificate, and if it is,
    produce an error message tailored for this.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Changed in sks (Debian):
importance: Undecided → Unknown
tags: added: upgrade-software-version
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in sks (Ubuntu):
status: New → Confirmed
Revision history for this message
LaMont Jones (lamont) wrote :
Changed in sks (Debian):
status: New → Fix Released
Revision history for this message
H.-Dirk Schmitt (dirk-computer42) wrote :

A "no change" backport of the debian version is provided in ppa:dirk-computer42/c42-backport
See http://www.computer42.org/xwiki-static/exported/DevNotes/xwiki.DevNotes.c42-ppa.html

The backport was built without further dependencies updated and problems in my ppa.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

Artur Rona (ari-tczew)
Changed in sks (Ubuntu):
assignee: nobody → Artur Rona (ari-tczew)
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package sks - 1.1.4-2ubuntu1

---------------
sks (1.1.4-2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable. (LP: #1247908, #1096116)
    Remaining changes:
    - debian/sks.postinst: Provide OLD_BDB versions for Ubuntu.
  * Dropped change, already applied in Debian:
    - Look for ^.i not ^ii in libdbX.Y-dev packages for
      BDB_VERSION and assert that we have a value.

sks (1.1.4-2) unstable; urgency=low

  * move to unstable
  * 1.1.4 stops creating gmon.out (Closes: #699847)

sks (1.1.4-1) experimental; urgency=low

  * New Upstream Release (Closes: #690135)
  * added myself to Uploaders.
  * convert to dh 9
  * Standards-Version: bump to 3.9.4 (no changes needed)
  * debian/rules: clean up
  * refresh and clean up debian/patches
  * switch packaging vcs to git
  * avoid trying to upgrade DB_CONFIG (Closes: #709322)

sks (1.1.3-3) UNRELEASED; urgency=low

  [ Christoph Martin ]
  * merge Ubuntu changes
  * Look for ^.i not ^ii in libdbX.Y-dev packages for BDB_VERSION. And
    assert that we have a value (LP: #1021650)
  * Create /var/lib/sks/berkeley_db.active even when we aren't upgrading BDB
    versions.

  [ Daniel Kahn Gillmor ]
  * avoid trying to upgrade DB_CONFIG (Closes: #709322)
  * switch to git
  * adding myself to uploaders
  * use debhelper 9
 -- Artur Rona <email address hidden> Mon, 04 Nov 2013 17:50:37 +0100

Changed in sks (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.