Sync ssh-import-id 3.19-1 (main) from Debian unstable (main)

Bug #1272152 reported by Logan Rosen
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ssh-import-id (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Please sync ssh-import-id 3.19-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * debian/control:
    - drop the breaks/replaces ssh-import; this package hasn't existed for
      eons; we should never realistically encounter it any more
    - add vcs-browser
  * debian/control:
    - drop the breaks/replaces ssh-import; this package hasn't existed for
      eons; we should never realistically encounter it any more
    - add vcs-browser
  * Another no-change release for Ubuntu
  * bin/ssh-import-id-gh, bin/ssh-import-id-lp: LP: #1155252
    - python requests module must be >= 1.1.0, for ssl certificate
      verification and proper quoting; fall back to wget if module
      is available, but older
  * bin/ssh-import-id-gh, bin/ssh-import-id-lp: LP: #1155252
    - python requests module must be >= 1.1.0, for ssl certificate
      verification and proper quoting; fall back to wget if module
      is available, but older
  * debian/rules:
    - fix FTBFS, no need to syntax check setup.py
  * setup.py: Fix pep8 grumpiness with indentation to resolve FTBFS.
  * debian/control: Build-dep on python-requests to quiet dh_python2.
  * setup.py:
    - bump version
  * debian/control, debian/rules:
    - run pep8 at build for python syntax checking
    - still trying to fix 10.04 build
  * bin/ssh-import-id-lp:
    - fix pep8 warning
  * ssh-import-id:
    - completely rewrite the validate_keys function
    - fix our broken, crappy regular expressions, and instead, rely on
      SSH's ssh-keygen -l to validate keys by calculating fingerprints
    - display fingerprints on stderr, such that users can verify those
      or discard it
  * debian/control:
    - depend on openssh-client, which provides the ssh-keygen command
    - bump standards
  [ Jani Uusitalo ]
  * ssh_import_id: LP: #997143
    - fix typo in comment
  [ Jani Uusitalo ]
  * ssh_import_id: LP: #997143
    - fix typo in comment
  [ Dražen Lučanin ]
  * ssh-import-id:
    - ensure there are newlines at the end of keys
    - add 2 blank lines between each key for readability
  * === added directory img, img/ssh-import-id_14.png, img/ssh-import-
    id_192.png, img/ssh-import-id_64.png, img/ssh-import-id.png:
    - add logos to revision control
  * ssh-import-id, ssh-import-id.1: LP: #944367
    - add -e parameter, which says "don't clean my environment"
    - helps if someone needs to set $https_proxy
  * === added directory img, img/ssh-import-id_14.png, img/ssh-import-
    id_192.png, img/ssh-import-id_64.png, img/ssh-import-id.png:
    - add logos to revision control
  * ssh-import-id, ssh-import-id.1: LP: #944367
    - add -e parameter, which says "don't clean my environment"
    - helps if someone needs to set $https_proxy
  * debian/control:
    - we don't technically break openssh-server; this could cause
      openssh-server to be removed; that's bad
  [ Soren Hansen ]
  * ssh-import-id: LP: #918131
    - Sequences of a's were getting filtered from public keys
  * ssh-import-id: LP: #885205, LP: #702932
    - fix bug where lines are merged if they don't include a "= "
    - instead, check for lines that begin with "^ssh-"
  * ssh-import-id:
    - line up sed whitespace
  * Revert the last commit, removing the ssh-import-lp-id link, as this
    breaks tab completion. Instead, let's fix the ssh-import-lp-id
    caller and SRU it; LP: #870112
  * provide a symlink so ssh-import-id can be invoked as
    ssh-import-lp-id (LP: #870112)
  * provide a symlink so ssh-import-id can be invoked as
    ssh-import-lp-id (LP: #870112)
  * ssh-import-id: enable users to override URL with a per-use
    environment variable
  [ Scott Moser ]
  * ssh-import-id:
    - fix import of users whose keys have blank lines and dos EOL
    - do not require /etc/ssh/ssh_import_id to be present
  [ Scott Moser ]
  * ssh-import-id:
    - fix import of users whose keys have blank lines and dos EOL
    - do not require /etc/ssh/ssh_import_id to be present
  * ssh-import-id: ensure that ~/.ssh is created, fix regression
    introduced by smoser ;-)
  [ Scott Moser ]
  * use getopt, send 'info' to stderr, add '--output', LP: #688574
    - support '--help'
    - add '--output' or '-o' option to write downloaded and
      verified data to a named file (supporting '-' for stdout) rather
      that writing to users .ssh/authorized_keys
    - send 'info' output to standard error rather than standard out
      This is required to deal with '--output -'
  * remove carriage returns from key strings (LP: #651698)
  [ Dustin Kirkland ]
  * ssh-import-id.1: updated to reflect smoser's changes
  * debian/install, ssh_import_id, ssh-import-id: allow for URL to be
    admin-configurable, to point to other SSH public key stores besides
    Launchpad.net
  * ssh-import-id.1: document /etc/ssh/ssh_import_id
  * debian/control: change the Conflicts to a Breaks, as pointed out
    by cjwatson, per Debian policy section 7.6
  * Split the ssh-import-id utility out of the openssh package;
    cjwatson doesn't want to see bugs about the tool, nor be bothered
    with the maintenance thereof, hence a new package
  * Relicensing the code and documentation from BSD -> GPLv3
There is absolutely no delta in the Ubuntu version compared to the Debian version. Just changelog entries. Very safe to sync.

Changelog entries since current trusty version 3.19-0ubuntu1:

ssh-import-id (3.19-1) unstable; urgency=low

  * debian/control:
    - drop the breaks/replaces ssh-import; this package hasn't existed for
      eons; we should never realistically encounter it any more
    - add vcs-browser

 -- Dustin Kirkland <email address hidden> Fri, 16 Aug 2013 15:17:18 -0500

Logan Rosen (logan)
Changed in ssh-import-id (Ubuntu):
importance: Undecided → Wishlist
Revision history for this message
Daniel Holbach (dholbach) wrote :

This bug was fixed in the package ssh-import-id - 3.19-1
Sponsored for Logan Rosen (logan)

---------------
ssh-import-id (3.19-1) unstable; urgency=low

  * debian/control:
    - drop the breaks/replaces ssh-import; this package hasn't existed for
      eons; we should never realistically encounter it any more
    - add vcs-browser

 -- Dustin Kirkland <email address hidden> Fri, 16 Aug 2013 15:17:18 -0500

Changed in ssh-import-id (Ubuntu):
status: New → 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.