~ubuntu-branches/ubuntu/natty/gnupg/natty

« back to all changes in this revision

Viewing changes to keyserver/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2008-07-21 02:02:14 UTC
  • mfrom: (1.1.9 lenny)
  • Revision ID: james.westby@ubuntu.com-20080721020214-uh0hl0rfbog71as4
Tags: 1.4.9-3ubuntu1
* Merge from debian unstable (lp: #225005), remaining changes:
  - Add 'debian/patches/50_disable_mlock_test.dpatch': Disable mlock() test
    since it fails with ulimit 0 (on buildds).
  - Add 'debian/patches/61_use_agent_default.dpatch': Patch to set gpg
    (or gpg2) and gpgsm to use a passphrase agent by default (lp: 15485)
  - Add libcurl4-gnutls-dev to Build-Depends to fix gpg running into a
    timeout updating the keyring (lp: 62864)
* Dropped Ubuntu patches, applied upstream:
  - 50_show_primary_only.dpatch
  - 60_install_options_skel.dpatch
* Add 'debian/patches/55_curl_typefix.dpatch': Fix a build error with recent
  curl and gcc 4.3 (lp: #247679). Patch taken from upstream:
  http://lists.gnupg.org/pipermail/gnupg-devel/2008-April/024344.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-03-25  Werner Koch  <wk@g10code.com>
 
2
 
 
3
        * gpgkeys_ldap.c (build_attrs): Take care of char defaulting to
 
4
        unsigned when using hextobyte.
 
5
 
 
6
2007-12-17  David Shaw  <dshaw@jabberwocky.com>
 
7
 
 
8
        * Makefile.am: Fix compile error when libcurl is in a nonstandard
 
9
        location.
 
10
 
 
11
2007-07-28  David Shaw  <dshaw@jabberwocky.com>
 
12
 
 
13
        * gpgkeys_ldap.c (main): Fix bug in setting up whether to verify
 
14
        peer SSL cert.  This used to work with older OpenLDAP, but is now
 
15
        more strictly handled.
 
16
 
 
17
2007-07-27  David Shaw  <dshaw@jabberwocky.com>
 
18
 
 
19
        * gpgkeys_ldap.c: Fix build warning with mozldap.
 
20
 
 
21
        * gpgkeys_ldap.c (search_key, main): Fix bug where searching for
 
22
        foo bar (no quotes) on the command line resulted in searching for
 
23
        "foo\2Abar" due to LDAP quoting.  The proper search is "foo*bar".
 
24
 
 
25
2007-04-16  David Shaw  <dshaw@jabberwocky.com>
 
26
 
 
27
        * gpgkeys_hkp.c (main): Show curl or fake-curl version string.
 
28
 
 
29
        * Makefile.am: Link with libcompat.a for ascii_str(n)casecmp.
 
30
 
 
31
        * gpgkeys_curl.c, gpgkeys_ldap.c, gpgkeys_hkp.c, ksutil.c: Rename
 
32
        all str(n)casecmp to ascii_str(n)casecmp.  We want the
 
33
        locale-independent ones here.
 
34
 
 
35
2007-03-13  David Shaw  <dshaw@jabberwocky.com>
 
36
 
 
37
        * gpgkeys_curl.c (main): Use curl_version_info to verify that the
 
38
        protocol we're about to use is actually available.
 
39
 
 
40
        * curl-shim.h, curl-shim.c (curl_free): Make into a macro.
 
41
        (curl_version_info): New.  Only advertises "http" for our shim, of
 
42
        course.
 
43
 
 
44
2007-02-10  David Shaw  <dshaw@jabberwocky.com>
 
45
 
 
46
        * gpgkeys_ldap.c (send_key): Missing a free().
 
47
 
 
48
        * curl-shim.c (curl_easy_perform): Some debugging items that may
 
49
        be handy.
 
50
 
 
51
2007-01-16  David Shaw  <dshaw@jabberwocky.com>
 
52
 
 
53
        * curl-shim.h, curl-shim.c, gpgkeys_hkp.c: Rename curl_escape() to
 
54
        curl_easy_escape() to match cURL.
 
55
 
 
56
2007-01-15  David Shaw  <dshaw@jabberwocky.com>
 
57
 
 
58
        * gpgkeys_hkp.c (send_key): Allow GPG to send any armored key line
 
59
        length without problems.  Reported by Felix von Leitner.
 
60
 
1
61
2006-12-03  David Shaw  <dshaw@jabberwocky.com>
2
62
 
3
63
        * ksutil.c (classify_ks_search): Try and recognize a key ID even