Change logs for gnome-keyring source package in Yakkety

  • gnome-keyring (3.20.0-2ubuntu4) yakkety; urgency=medium
    
      * debian/user/gnome-keyring-ssh.service: Fix PartOf= to point to the correct
        unit, to fix dependency loop.
    
     -- Martin Pitt <email address hidden>  Sun, 02 Oct 2016 11:28:22 +0200
  • gnome-keyring (3.20.0-2ubuntu3) yakkety; urgency=medium
    
      * Depend on default-dbus-session-bus | dbus-session-bus instead of
        dbus-x11 (closes: #835885).
    
     -- Jeremy Bicha <email address hidden>  Thu, 29 Sep 2016 10:31:25 -0400
  • gnome-keyring (3.20.0-2ubuntu2) yakkety; urgency=medium
    
      * d/p/0001-Die-if-the-XDG-session-we-were-started-under-goes-aw.patch:
        Cherry-pick upstream patch to track our login session and exit if that
        ends.  This means that gnome-keyring gets cleaned up properly on logout
        under dbus-user-session.
    
     -- Iain Lane <email address hidden>  Thu, 18 Aug 2016 17:25:06 +0100
  • gnome-keyring (3.20.0-2ubuntu1) yakkety; urgency=medium
    
      * Merge with Debian. Remaining changes:
        - debian/control.in:
          + Add Vcs-Bzr for Ubuntu.
        - debian/control, debian/*.install, debian/rules:
          + Install pkcs11 in its own binary.
        - debian/gnome-keyring.ubiquity, debian/rules:
          + Apply capabilities at the end of the ubiquity process to make sure new
            installs have gnome-keyring-daemon with cap_ipc_lock+ep.
        - debian/gnome-keyring.conf, debian/gnome-keyring-ssh.conf:
          + Provide upstart user session jobs.
        - debian/user/*, debian/*.override, debian/rules:
          + Install units to start gnome-keyring with systemd if the session
            is using it.
          + Disable XDG autostart when we're using upstart.
        - 04_nodisplay_autostart.patch:
          + Mark autostart files as NoDisplay=true.
        - 0001-Look-for-both-dlopen-and-dlsym-when-configuring.patch:
          + Fix finding dlopen and dlsym in the build, fixing FTBFS.
        - 0002-pam-Pass-the-correct-argc-to-gkr_pam_client_run_oper.patch:
          + Fix null pointer dereference when no password is supplied, e.g. in
            lightdm --test-mode.
      * Enable parallel building and all hardening flags
      * debian/patches/05_skip-known-test-failures.patch:
        - Skip a few failing tests that have already been reported upstream.
          Before the switch from cdbs to dh, these tests still failed but did
          not fail the build and therefore were mostly unnoticed.
    
    gnome-keyring (3.20.0-2) unstable; urgency=medium
    
      * Drop obsolete --disable-update-mime configure switch.
      * Drop obsolete --enable-gtk-doc configure switch and gtk-doc-tools
        Build-Depends. The package no longer ship any gtk-doc documentation.
        To ensure the man pages are properly built, use --enable-doc and add a
        Build-Depends on xsltproc and docbook-xsl.
      * Set <email address hidden> as Maintainer.
      * Install gnome-keyring-3.1 man page and fix the .so link.
      * Convert from cdbs to dh.
      * Convert to multiarch. Mark gnome-keyring as Multi-Arch: foreign and
        libpam-gnome-keyring as Multi-Arch: same. (Closes: #686843)
    
    gnome-keyring (3.20.0-1) unstable; urgency=medium
    
      * New upstream release.
      * Drop debian/patches/fix_conflicting_types.patch, merged upstream.
      * Add Breaks: gnome-session (<< 3.20.0) to ensure we have a recent enough
        version with support for PreDisplayServer autostart phase.
      * Bump Standards-Version to 3.9.8.
    
    gnome-keyring (3.18.3-1) unstable; urgency=medium
    
      * New upstream bugfix release.
      * Drop handle_aliases.patch, applied upstream.
      * Fix conflicting return types of function gkm_secret_binary_read, thanks
        to Michael Tautschnig for the bug report (fix_conflicting_types.patch,
        closes: #747182).
    
     -- Jeremy Bicha <email address hidden>  Sat, 06 Aug 2016 23:19:06 -0400
  • gnome-keyring (3.18.3-0ubuntu6) yakkety; urgency=medium
    
      * debian/user/gnome-keyring-ssh.service: On stop, only unset global
        variables when we actually set them. This avoids clobbering
        the ones from openssh-client's own ssh-agent.service on session shutdown.
    
     -- Martin Pitt <email address hidden>  Fri, 22 Jul 2016 16:55:25 +0200
  • gnome-keyring (3.18.3-0ubuntu5) yakkety; urgency=medium
    
      * debian/user/gnome-keyring-ssh.service: Move conditions into ExecStart so
        that they don't fail the unit when they are not met.
      * debian/user/gnome-keyring-ssh.service: Fix invocation of grep.
      * debian/user/gnome-keyring-ssh.service: Drop [Install] section, for now we
        enable session units statically.
      * debian/gnome-keyring.links: Drop ssh-service.wants.d link, it's redundant.
      * debian/user/gnome-keyring-ssh.service: Don't fail if initctl does not
        exist (upstart will disappear at some point).
      * debian/user/gnome-keyring-ssh.service: Fix d-u-a-e invocation, g-k-daemon
        does not export the variables that it prints.
    
     -- Martin Pitt <email address hidden>  Fri, 22 Jul 2016 16:40:39 +0200
  • gnome-keyring (3.18.3-0ubuntu4) yakkety; urgency=medium
    
      * debian/user/*, debian/*.override, debian/rules,
        debian/gnome-keyring.install, debian/gnome-keyring.links: Install units to
        start gnome-keyring with systemd if the session is using it.
      * Install the missing files to disable XDG autostart when we're using
        upstart.
      * Don't bother trying to set GNOME_KEYRING environment variables; the values
        are fixed now and gnome-keyring-daemon doesn't export (or use) them.
    
     -- Iain Lane <email address hidden>  Fri, 22 Jul 2016 10:29:52 +0100
  • gnome-keyring (3.18.3-0ubuntu3) yakkety; urgency=medium
    
      * debian/patches/0001-Look-for-both-dlopen-and-dlsym-when-configuring.patch:
        Fix finding dlopen and dlsym in the build, fixing FTBFS.
      * debian/patches/0002-pam-Pass-the-correct-argc-to-gkr_pam_client_run_oper.patch:
        Fix null pointer dereference when no password is supplied, e.g. in lightdm
        --test-mode.
    
     -- Iain Lane <email address hidden>  Fri, 10 Jun 2016 17:07:32 +0100
  • gnome-keyring (3.18.3-0ubuntu2) xenial; urgency=medium
    
      * Merge with Debian unstable, remaining changes:
        - debian/control, debian/*.install, debian/rules:
          + Change for multiarch support, install pkcs11 in its own binary.
        - debian/gnome-keyring.conf, debian/gnome-keyring-ssh.conf:
          + Provide upstart user session jobs.
        - debian/patches/04_nodisplay_autostart.patch:
          + Mark autostart files as NoDisplay=true.
        - debian/gnome-keyring.ubiquity, debian/rules:
          + Apply capabilities at the end of the ubiquity process to make sure new
            installs have gnome-keyring-daemon with cap_ipc_lock+ep.
        - debian/control.in:
          + Add Vcs-Bzr for Ubuntu.
    
     -- Dmitry Shachnev <email address hidden>  Sun, 01 Nov 2015 15:30:16 +0300