[Pkg-privacy-commits] [monkeysphere] annotated tag monkeysphere_0.28-1 created (now 5736aae)

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:38:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to annotated tag monkeysphere_0.28-1
in repository monkeysphere.

        at  5736aae   (tag)
   tagging  a82de325c21bb1dc8d5197b771f4571e9ac3cefc (commit)
  replaces  monkeysphere_0.27-1
 tagged by  Daniel Kahn Gillmor
        on  Tue Jan 19 14:32:06 2010 -0500

- Log -----------------------------------------------------------------
Tagging Monkeysphere 0.28-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIVAwUAS1YItszS7ZTSFznpAQpTIg//RTdQ26I+gYxtjA9cojlT91KnScTaH8Il
Tm7e2pZtVMf5lPCpmXOr2ZshmauhxWHzP5BDJts/07NdSyq+zrWDNvWMWAfV2NFd
UKP2vuE0laoy6nEFVgpOml6s2DZhBz8L5EiHgtF06Hb+7HpjIuMbgACxQQulQJQ3
xKg6LZhEiQcVGtawKxaGZK8Dd7RlXvgIGPL0Lx4ZZBDjMafr19Mz1DQYLVa3tnAP
D/0exSa1BYcRtldK6Gvfdj2exVMeKd5XXNQcBz+XuWOgIZqRd/zpF9Kpdkh0XwxJ
kQS1g4BvF5Q8QvpmdVLf/y4f1+xg2i4LPwNYTQpxTlKP+34ZmD1zwu/OQgpkynbB
djj13fP+yjqoIfTk8ZKuyRoF0zJyJF+LZoxxxmyN4aycTfx8thyBiMWy1f9X5a5U
cEKkoV8RpIF57VZ2F80broQjq8r172SYfT7tnSiCDlBw6SHkgKiZHZg2gDpBS4kW
ZYts/AbiUljjDpKKVAM+eXVs1IJGDntcuGWNA7/Thx61YwVQjkjcgTB/TsbOy7TU
zx1x00av+B1/Me+C2nSopy7/AKsBp6ayaZZhhO5fb0RpXoHo4Kif1zZktUPrXhTE
vJ11FXY6FxVpqZ7d22otHLuNpNQVDM+7EuEhxCEZShOvNOgOk7yj/Ixg2Ow4j3xU
G2Y/3Ca0p6Y=
=9WZw
-----END PGP SIGNATURE-----

Daniel Kahn Gillmor (43):
      touching up the switch to keys-for-userid
      recorded recent george.riseup.net upgrade
      updated Makefile copyright info to use © symbol since (c) is apparently legally meaningless
      added test of "monkeysphere keys-for-userid"
      updated test suite to use scheme://hostname instead of raw hostname, in preparation for multi-key monkeysphere-host
      updating test suite to new preferred "monkeysphere-host {add,revoke}-servicename" subcommand
      changed test suite variable from HOSTKEY to SSHHOSTKEY; updated path to exported host keys (from ssh_host_rsa_key.pub.gpg to host_keys.gpg.pub)
      added simple basic test for second key for monkeysphere-host, pulled this time from OpenSSL
      update monkeysphere(1) to acknowledge use beyond OpenSSH
      update monkeysphere-authentication(8) to acknowledge use of monkeysphere beyond OpenSSH
      added missing openssl.cnf for test suite.
      overhaul monkeysphere-host(8) to match new multi-key capable interface
      updating getting-started docs to use the 0.28 monkeysphere-host syntax (specifying full service user ID including scheme)
      adding website page about expanding the monkeysphere
      removed unnecessary tmpfile and repetitive keyid extraction from tests/basic
      added non-public "keytrans listfprs" subcommand
      add check for multiple secret keys and new listfprs subcommand to tests/keytrans
      fix stupid think-o that caused keytrans adduserid to misbehave if another key came in the input stream after the desired key was already found
      Merge remote branch 'jrollins/master'
      more tweaks to man pages
      wordsmithing debian/control
      simplified test to cope with possibility of re-ordered keytrans listfprs output
      got rid of monkeysphere-host fprs file
      renaming host_keys.pub.gpg to host_keys.pub.pgp
      renaming m-h update_gpg_pub_file to update_pgp_pub_file
      made public use of m-h show-keys instead of show-key, fixed stupid field-numbering bug in fingerprint extraction
      monkeysphere-host: reverting from host_fingerprints() to list_primary_fingerprints()
      flesh out check for reasonable-looking service names
      no need for recursive removal of a single file
      removing superfluous eval
      add get_cert_info() to common
      added a few more FIXMEs to check_service_name()
      accepting "--version" as well as "version" subcommand for monkeysphere-host and monkeysphere-authentication
      updating copyright year in debian postinst packaging
      switch Makefile to use upstream changelog for versioning info
      updating utils to deal with the newly split-out changelogs
      ignoring time conflict when extracting info in a hacky way from gpg.  warnings still come out to stderr
      dump gpg --import error spew to /dev/null during hackish uses of gpg
      re-work monkeysphere-host diagnostics with an eye toward multiple host keys
      Merge remote branch 'jrollins/master'
      actually ship new upstream changelog
      updating changelogs in preparation for 0.28 release
      added release note for 0.28

Jameson Rollins (25):
      rename keys-from-userid command to more accurate keys-for-userid
      add trap to remove temp dir in list_primary_fingerprints function
      Major rework of monkeysphere-host to handle multiple host keys.
      tweaks to tests/basic for new monkeysphere-host ui
      Merge remote branch 'dkg/master'
      Try to fix monkeysphere-host and tests/basic for revoke-key test
      fix revocation test
      update changelog
      tweaks to the monkeysphere-host man page
      small tweaks to failure messages
      some improvements to man pages
      update package description
      separate upstream and debian packaging changelogs
      Merge remote branch 'dkg/master'
      fix keytrans test to handle possible permuted output of keytrans listfprs from expected order
      fix show_key function to handle user ID input (needed for import_key)
      add check that service name isn't already in use in import_key
      suppress superfulous error output
      Merge remote branch 'dkg/master'
      remove reference to HOST_KEY_FPR_FILE
      add prompt if a service name is already being used then importing a key or adding a name.
      canonicalize prompting to prompt if MONKEYSPHERE_PROMPT != 'false'
      add 0.28 transition script to generate new host_keys.pub.pgp file, and remove all ssh_host_rsa_key.pub.gpg file
      tweak loading of fingerprints in multi_key wrapper function, so unnecessary error messages aren't output
      small man page typo tweak

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/monkeysphere.git



More information about the Pkg-privacy-commits mailing list