msva-perl 0.9.1-1ubuntu1 source package in Ubuntu

Changelog

msva-perl (0.9.1-1ubuntu1) saucy; urgency=low

  * Provide an upstart user session job. It works like this:
    - Start monkeysphere-validation-agent before starting the session (on
      starting xsession-init)
    - Because msva-perl stays in the foreground, we can't export its
      environment variable (which it prints on standard output).
    - It also has a mode in which it can take a child to run. The agent keeps
      running as long as the child is running.
    - Provide a child which runs `initctl set-env' to set the environment
      variable.
    - It turns out that upstart continues the job started as soon as it has
      executed the main script. This means that the session is started before
      the `initctl set-env' has had a chance to run. So make the child script
      emit an event after running set-env which a *second*, empty, job
      (msva-block) waits for and blocks the session start.
 -- Iain Lane <email address hidden>   Tue, 21 May 2013 17:58:33 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Saucy
Original maintainer:
dkg
Architectures:
all
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
msva-perl_0.9.1.orig.tar.gz 53.3 KiB 6dc8e0f464cb0649badd3aa31ef6b80f374edbf49528171686ee39806768539a
msva-perl_0.9.1-1ubuntu1.debian.tar.gz 4.4 KiB fcd8947d37b04dd46ae17ec45f3c3b1c8a5deee40d787121c9cb23ed6cf26a87
msva-perl_0.9.1-1ubuntu1.dsc 1.8 KiB 44e908abc9ed39f0e674688f66e330eaf61720e5d6b033d80e79f423ad669776

View changes file

Binary packages built by this source

msva-perl: Cryptographic identity validation agent (Perl implementation)

 The Monkeysphere Validation Agent offers a local service for tools to
 validate certificates (both X.509 and OpenPGP) and other public keys.
 .
 This package contains a perl implementation of a Monkeysphere
 Validation Agent.