[Pkg-privacy-commits] [monkeysphere] annotated tag monkeysphere_0.24-1 created (now 1366a18)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:38:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag monkeysphere_0.24-1
in repository monkeysphere.
at 1366a18 (tag)
tagging 468c49b6fed363f509fc86dfd8241b705ec6c096 (commit)
replaces monkeysphere_0.23.1-1
tagged by Daniel Kahn Gillmor
on Tue Mar 3 22:06:06 2009 -0500
- Log -----------------------------------------------------------------
Tagging Monkeysphere 0.24-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIVAwUASa3wHszS7ZTSFznpAQL8kw//ffc9H49dIWevyr0Ttpu7tMYp+RrKKb2r
yzk6OuWeKH8qMGdlmwx7ClGGC8gGRxhC29VSh/y+NeIiM3YIt23cpI8bHy6eafA3
soUSXp2kNuvJreJsJAZVdJ3NwRWWjhsRSH4pUzs63Y+izUh4GccmfDbxfH7vPBjX
6p9RnMySx2YbJWc+hXn6Z126Hevgfg4uEBTxfmhfjiACXYlrla59jJuJTlVvcG+s
oav9NwHhE7d87AB4peB0srrklj8988ue/79ktkB2jj9U5yDD5L4d88uloTR9B4fS
sU9spbvqS9IQeSD1mD6NQVwKt/i1yicmC69A/GmugZJNEaac9XSM1e/u9aoItpIY
0niNGqyayYaBmHy860aJCAc9bFQR85CVYA3Ng4V23EA0xVI1KBkbYVjGrfg+tOfr
4VmKLC2RI5I37IVRRj/dMI9kqf2/D6y7386C57g1gR45HTLFfS6t77pdUVGkn/5Y
r7uowJN1GSKRswmHilfKbn7CC3W1+NM9BUc/BXeL0DJ1hUwLBMe+AJA8WycNqhnp
WgxBgqkIcwEoduY/AY+pKVlnxWinl1RMUlHliNXKvEg+e+3AwWuNuZPdehJyEDcr
+oieKPLqU34wPXajJXlPE9AY9A/sbl+TqGRDCgll8ffT6vNumi1Af3tAA/xH6Ls6
gglruIQ3AJY=
=b1RE
-----END PGP SIGNATURE-----
Daniel Kahn Gillmor (61):
writing down some notes for future releases.
fix syntax error in m-a diagnostics.
added some FIXMEs to transitions/0.23, concerning host keys that were originally created with an expiration date.
reverse sense of test for valid identity certifiers in m-a diagnostics.
notes about disastrous george upgrade.
really really fix m-a diagnostics checking of identity certifiers.
egrep -q terminates at the first match. m-a list-identity-certifiers chokes if it cannot write to stdout. Because we are setting pipefail, this causes the pipeline checking for any certifiers to return untrue. solution? do not use -q, and send the output to /dev/null
made patches/gnutls/build set -e
wrote a first pass at explaining the concept of identity certifiers
transition script should ensure that the (old, deprecated) monkeysphere-server.conf gets renamed to monkeysphere-authentication.conf
Merge commit 'jrollins/master'
made transitions/0.23 a little bit more resilient; made it so that running again after a failure is not fooled by the previous failure into thinking that the transition is done.
functionalize the bulk of pem2openpgp.
rewrite stdin slurping to match example in perldoc -f unpack.
make pem2openpgp closer to a generic keytrans so that we can reuse it for the openpgp2ssh replacement.
start to make an openpgp2ssh implementation within pem2openpgp.
successfully parsing out the packets in pem2openpgp keytrans operation.
calculating and emitting key fingerprints in openpgp2ssh rewrite.
further perl-only openpgp2ssh work. public keys are now translated.
outputting secret key material now with perl-only openpgp2ssh.
test for presence of User ID in pem2openpgp.
fix rounding issue. Thanks, Richard K Darst!
removed test_gnu_dummy_s2k_extension(); no longer necessary
transition to the perl-based keytrans implementation.
removed base64 invocation in favor of perl to reduce dependency spread.
tests no longer prompt for bash for inspection unless MONKEYSPHERE_TEST_ALLOW_EXAMINATION=prompt (makes running them in an automated environment cleaner). prune extra PATH in tests
added "test" target for make
debian packaging overhaul.
updating header comments in keytrans now that it serves two purposes.
Merge commit 'jrollins/master'
fix openpgp2ssh man page to reflect new implementation.
normalizing failure invocations in check_gpg_sec_key_id().
touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to mollify lintian.
switched $USER to $FILE_OWNER; new name is more semantically clear and less likely to collide with other common uses of $USER.
refer to the m-h set-expire instead of m-h extend-key in m-h diagnostics.
proposed fix for issue 630; since m-a u operates on a saved copy of the users authorized_user_ids file, we should only check filesystem permissions against the monkeysphere user, not the target user.
include bug number for fixing transition script issues.
moved set -e from the shebang line to an explicit setting in maintainer scripts to pacify lintian --pedantic.
point explicitly to GPL v3 in debian/copyright (satisfies lintian --pedantic)
syntactic cleanup on monkeysphere.1 (thanks, lintian -I)
syntactic cleanup of keytrans-related man pages.
more manpage cleanup.
caught a couple more hyphen/minus clarifications.
usage review/tweaks for m-a and m-h
more man page tweaking.
added a prerm script to explicitly fail if someone attempts to downgrade to anything before 0.23
Merge commit 'jrollins/master'
quieting down the transition script (and m-a setup).
clearer error reporting for transition scripts in postinst.
transitions/0.23: when backing up old gnupg-{host,authentication}, timestamp backups so that they are relatively unique: this makes collisions less likely if the script gets run twice (failing the first time), and helps record the history of the cleanup as well
quieted down m-a add_certifier: there is no reason why the admin should be shown gpg noise.
put explicit licensing information in the website CSS after discussion with other authors.
test adding license and copyright info to the main page on the wiki via meta tags.
trying markdown in the meta tags.
clarified content/licensing on main page of web site.
refer to web.monkeysphere.info as "web site" instead of "wiki" to distinguish it from our more general public-access wiki/ticket tracking on labs.riseup.
allowed for exceptions in licensing so if there is individual content that needs a specific other license, we can do so.
Merge commit 'jrollins/master'
updated Perl dependency links to point to CPAN
prepare for 0.24 release
prepare release notes for 0.24
Jameson Graef Rollins (30):
modified /etc/crontab on george to run monkeysphere-authentication instead of monkeysphere-server. was I the only one getting frequent emails from george about this?
Fix how version number is saved/retrieved. Version is now stored in
fix some return code setting stuf that was no longer being used, and change name of return code variable in update_users, since all-caps variables should be reserved for global vars.
remove left over references to expert subcommand in man pages.
work on maintainer scripts:
Merge commit 'dkg/master'
Merge commit 'dkg/master'
Merge commit 'dkg/master'
openpgp2ssh in ms-host show-key function takes the host gpg key from the temporary gpghome, instead of from the saved ssh_host_key_rsa.pub.gpg key file.
fix two bugs in monkeysphere:check_gpg_sec_key_id that were causing gen_subkey to fail
break out default variables into their own file: defaultenv
explicity set the USER variable, since it's needed for checking file permissions. add/modify some debug messages.
use 'which' instead of 'type' in postrm, so lintian doesn't complain.
add defaultenv file that was missed in ebd776722e0fd6dfacc79146c368d148f0e266cb
small formatting change to man pages, for consistency.
get rid of FILE_OWNER variable, in favor of just using $(whoami) when
very small tweaks to usages.
fix remove_monkeysphere_line function to properly handle empty files.
expanded/clarified setup examples
Merge commit 'dkg/master'
don't reference tests for key publication in m-h diagnostics man entry.
Merge commit 'dkg/master'
added ability to specify subkeys to add to agent with MONKEYSPHERE_SUBKEYS_FOR_AGENT variable.
Merge commit 'dkg/master'
update man page for subkey-to-ssh-agent, to add info about MONKEYSPHERE_SUBKEYS_FOR_AGENT
fix to logging to prefix all log output with log prefix, and allow changing of log prefix.
update dependencies in web site.
Merge commit 'dkg/master'
Merge commit 'dkg/master'
add cron to Recommends
-----------------------------------------------------------------------
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