view release on metacpan or search on metacpan
[ReadmeFromPod] ; create README file in build
[ReadmeAnyFromPod / ReadmeMkdnInRoot] ; create markdown README file in the project root
type = markdown
location = root
[InstallGuide] ; create INSTALL file
; Windows: install gpg4win
; [Signature] ; create SIGNATURE file whenever we create an archive
sign = archive
[Manifest] ; create the MANIFEST file
; -- pre-release
view all matches for this distribution
view release on metacpan or search on metacpan
[ReadmeFromPod] ; create README file in build
[ReadmeAnyFromPod / ReadmeMkdnInRoot] ; create markdown README file in the project root
type = markdown
location = root
[InstallGuide] ; create INSTALL file
; Windows: install gpg4win
; [Signature] ; create SIGNATURE file whenever we create an archive
; sign = archive
[Manifest] ; create the MANIFEST file
; -- pre-release
view all matches for this distribution
view release on metacpan or search on metacpan
[ReadmeFromPod] ; create README file in build
[ReadmeAnyFromPod] ; create markdown README file in the project root
type = markdown
location = root
[InstallGuide] ; create INSTALL file
; Windows: install gpg4win
; [Signature] ; create SIGNATURE file whenever we create an archive
; sign = archive
[Manifest] ; create the MANIFEST file
; -- pre-release
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/stress-test/mbox_combox6709_error.txt view on Meta::CPAN
<22a4faec0511210744g19404204n976919c775a8f60e@mail.gmail.com>
Mime-Version: 1.0
In-Reply-To: <22a4faec0511210744g19404204n976919c775a8f60e@mail.gmail.com>
X-HelloFBI-1: Allah Chemicals Weapons Mass Destruction Terror Anthrax
X-HelloFBI-2: Taliban Iraq Jihad America Terrorism Communist Bomb
X-OpenPGP-Key: http://nothingmuch.woobling.org/gpg-key-0xEBD27418.asc
X-OpenPGP-Key-Fingerprint: C56E 126B C277 6DB7 237C 4A7C 542C 11C0 EBD2 7418
X-Habeas-SWE-1: winter into spring
X-Habeas-SWE-2: brightly anticipated
X-Habeas-SWE-3: like Habeas SWE (tm)
X-Habeas-SWE-4: Copyright 2002 Habeas (tm)
view all matches for this distribution
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
test \"\$(shell git diff --raw)\" != \"\" || \\
test \"\$(shell git diff --cached --raw)\" != \"\" ; then \\
echo 'You are not on a clean master branch, aborting.'; \\
exit 1; \\
fi
if test \"\$(shell git ls --show-signature -n 1 | head -n2 | tail -n1 | cut -c1-5)\" != \"gpg: \" ; then \\
echo 'need git commit with -S'; \\
exit 1; \\
fi
if test \"\$(shell git ls --no-show-signature -n 1 | head -n5 | tail -n1 | cut -c5-11)\" != \"Release\" ; then \\
echo 'need git commit with -m Release'; \\
Makefile.PL view on Meta::CPAN
test \"\$(shell git diff --raw)\" != \"\" || \\
test \"\$(shell git diff --cached --raw)\" != \"\" ; then \\
echo 'You are not on a clean master branch, aborting.'; \\
exit 1; \\
fi
if test \"\$(shell git ls --show-signature -n 1 | head -n2 | tail -n1 | cut -c1-5)\" != \"gpg: \" ; then \\
echo 'need git commit with -S'; \\
exit 1; \\
fi
if test \"\$(shell git ls --no-show-signature -n 1 | head -n5 | tail -n1 | cut -c5-11)\" != \"Release\" ; then \\
echo 'need git commit with -m Release'; \\
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/Diceware/Wordlist/NL.pm view on Meta::CPAN
66663 zwijn
66664 zwik
66665 zwoel
66666 zwoor
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iQIcBAEBCAAGBQJXyxdXAAoJEDbM1hqkgHOXYNwQANMdhiOU+6caiEOAMzEDNZYp
2nY8JpISnzxbzjif0FtX6a6HnVY1X0FVV2/IiMll5f5iT5NPZGfCyFDX1nO/O0VN
+bqBCC+OnrpCQP+hADLys4odVLdyoYZEsthmkDZLpJAkx4jqu1wrX1SsL+j+f+kg
A9dKPP9Tr0+T7f2F/KaYib0/uEEsh7QCqqzHgj0XwC/HpZNA6M2m3242pKDMj+iw
view all matches for this distribution
view release on metacpan or search on metacpan
# -*-cperl-*-
#
# Crypt::GPG - An Object Oriented Interface to GnuPG.
# Copyright (c) 2000-2007 Ashish Gulhati <crypt-gpg at neomailbox.com>
#
# All rights reserved. This code is free software; you can
# redistribute it and/or modify it under the same terms as Perl
# itself.
#
File::Temp->safe_level( File::Temp::STANDARD );
( $VERSION ) = '$Revision: 1.64 $' =~ /\s+([\d\.]+)/;
sub new {
bless { GPGBIN => '/usr/local/bin/gpg',
FORCEDOPTS => '--no-secmem-warning',
GPGOPTS => '--lock-multiple --compress-algo 1 ' .
'--cipher-algo cast5 --force-v3-sigs',
VERSION => $VERSION,
DELAY => 0,
push (@opts, ('--comment', $self->comment)) if $self->comment;
my $signhow = $self->clearsign ? '--clearsign' : '--sign';
local $SIG{CHLD} = 'IGNORE';
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, @secretkey,'--no-tty', '--status-fd', '2', '--command-fd',
0, '-o-', $signhow, @extras, $tmpnam], \$in, \$out, \$err, timeout( 30 ));
my $skip = 1; my $i = 0;
local $SIG{CHLD} = 'IGNORE';
local $SIG{PIPE} = 'IGNORE';
while ($skip) {
$ciphertext .= "\n" unless $ciphertext =~ /\n$/s;
print $tmpfh $ciphertext; close $tmpfh;
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
push (@opts, ('--comment', $self->comment)) if $self->comment and !$_[1];
backtick ($self->gpgbin, @opts, '--marginals-needed', $self->marginals, '--check-trustdb');
local $SIG{CHLD} = 'IGNORE';
local $SIG{PIPE} = 'IGNORE';
my $x;
my $message = ref($_[1]) ? join '', @{$_[1]} : $_[1];
# $message .= "\n" unless $message =~ /\n$/s;
$message =~ s/(?<!\r)\n/\r\n/sg;
($tmpfh3, $tmpnam3) = tempfile ($tf, DIR => $td, SUFFIX => $ts, UNLINK => 1);
print $tmpfh3 $message; close $tmpfh3;
my $y = $self->gpgbin . " @opts --marginals-needed " . $self->marginals . " --status-fd 1 --logger-fd 1 --command-fd 0 --no-tty --verify $tmpnam $tmpnam3";
$x = `$y`;
}
else {
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--marginals-needed', $self->marginals,
'--status-fd', '1', '--command-fd', 0, '--yes', '--no-tty',
'--decrypt', '-o', $tmpnam2, $tmpnam],
\$in, \$out, \$err, timeout( 30 ));
my $success = 0;
SUFFIX => $self->tmpsuffix, UNLINK => 1);
warn join '',@{$_[0]};
print $tmpfh join '',@{$_[0]}; close $tmpfh;
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($info) = backtick ($self->gpgbin, @opts, '--status-fd', 1, '--no-tty', '--batch', $tmpnam);
$info =~ s/ENC_TO (.{16})/{push @return, $1}/sge;
unlink $tmpnam;
return @return;
}
push (@opts, '--default-key', ref($self->secretkey)?$self->secretkey->{ID}:$self->secretkey) if $sign and $self->secretkey;
push (@opts, $sign) if $sign; push (@opts, $armor) if $armor;
push (@opts, ('--comment', $self->comment)) if $self->comment;
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty', '--status-fd', '1', '--command-fd', 0,
'-o', $tmpnam2, @rcpts, '--encrypt', $tmpnam], \$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
my $pos;
eval {
pump $h until ($out =~ /(o)penfile.overwrite.okay/g
tempfile( $self->tmpfiles, DIR => $self->tmpdir,
SUFFIX => $self->tmpsuffix, UNLINK => 1);
print $tmpfh $key;
my @pret1 = ('--options', '/dev/null', '--homedir', $tmpdir);
my @pret2 = ('--keyring', "$tmpdir/pubring.gpg",
'--secret-keyring', "$tmpdir/secring.gpg");
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my @listopts = qw(--fingerprint --fingerprint --with-colons);
backtick($self->gpgbin, @opts, @pret1, '-v', '--import', $tmpnam);
backtick ($self->gpgbin, @opts, '--marginals-needed', $self->marginals, '--check-trustdb');
my ($keylist) = backtick($self->gpgbin, @opts, @pret1, '--marginals-needed',
$self->marginals, '--check-sigs', @listopts, @keyids);
my ($seclist) = backtick($self->gpgbin, @opts, @pret1,
'--list-secret-keys', @listopts);
my @seckeys = grep { my $id = $_->{ID};
(grep { $id eq $_ } @keyids) ? $_ : '' }
$self->parsekeys(split /\n/,$seclist);
my @ret = ($self->parsekeys(split /\n/,$keylist), @seckeys);
if ($pretend) {
#! This hack needed to get real calc trusts for to-import keys. Test!
backtick ($self->gpgbin, @opts, '--marginals-needed', $self->marginals, '--check-trustdb');
($keylist) = backtick($self->gpgbin, @opts, @pret2, '--marginals-needed',
$self->marginals, '--check-sigs', @listopts);
my @realkeylist = grep { my $id = $_->{ID} if $_;
$id and grep { $id eq $_->{ID} } @ret }
# map { ($_->{Keyring} eq "$tmpdir/secring.gpg"
# or $_->{Keyring} eq "$tmpdir/pubring.gpg") ? $_ : 0 }
$self->parsekeys(split /\n/,$keylist);
@ret = (@realkeylist, @seckeys);
}
else {
if (@keyids) {
my ($out) = backtick($self->gpgbin, @opts, @pret1, "--export", '-a', @keyids);
print $tmpfh $out; close $tmpfh;
}
backtick($self->gpgbin, @opts, '-v', '--import', $tmpnam);
}
rmtree($tmpdir, 0, 1);
unlink($tmpnam);
return @ret;
}
my $secret = $key->{Type} eq 'sec' ? '-secret-keys' : '';
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
push (@opts, ('--comment', $self->comment)) if $self->comment;
push (@opts, '--status-fd', '1');
my ($out) = backtick($self->gpgbin, @opts, "--export$secret", $armor, $id);
$out;
}
sub keygen {
my $self = shift;
my $self = shift;
my ($name, $email, $keytype, $keysize, $expire, $pass, $comment, $forked) = @_;
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty', '--status-fd', '1', '--command-fd', 0,
'--gen-key'], \$in, \$out, \$err);
if ($forked) {
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
}
sub keydb {
my $self = shift;
my @ids = map { return unless /$self->{VKEYID}/; $_ } @_;
my @moreopts = qw(--fingerprint --fingerprint --with-colons);
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
backtick ($self->gpgbin, @opts, '--marginals-needed', $self->marginals, '--check-trustdb');
my ($keylist) = backtick($self->gpgbin, @opts, '--marginals-needed', $self->marginals,
'--no-tty', '--check-sigs', @moreopts, @ids);
my ($seclist) = backtick($self->gpgbin, @opts,
'--no-tty', '--list-secret-keys', @moreopts, @ids);
my @keylist = split /\n(\s*\n)?/, $keylist;
my @seclist = split /\n(\s*\n)?/, $seclist;
$self->parsekeys (@keylist, @seclist);
}
my @keys; my ($i, $subkey, $subnum, $uidnum) = (-1);
my $keyring = '';
$^W = 0;
foreach (@keylist) {
next if /^\-/;
next if /^(gpg|tru):/;
if (/^\//) {
$keyring = $_; chomp $keyring;
next;
}
if (/^(pub|sec)/) {
and $key->{Type} eq 'sec';
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty', '--status-fd', '1', '--command-fd', 0,
'--edit-key', $key->{ID}], \$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
pump $h until $out =~ /keyedit\.prompt/g; $in .= "passwd\n";
pump $h until ($out =~ /GOOD_PASSPHRASE/g
return unless $trustlevel =~ /$self->{VTRUSTLEVEL}/;
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty',
'--status-fd', '1', '--command-fd', 0,
'--edit-key', $key->{ID}],
\$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
pump $h until $out =~ /keyedit\.prompt/g; $in .= "trust\n";
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
push (@opts, '--default-key', $self->secretkey) if $self->secretkey;;
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--status-fd', '1', '--command-fd', 0, '--no-tty',
'--edit-key', $key->{ID}], \$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
for (@uids) {
my $uid = $_+1;
my $del = $key->{Type} eq 'sec' ?
'--delete-secret-and-public-key':'--delete-key';
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty', '--status-fd', '1', '--command-fd', 0,
$del, $key->{ID}], \$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
pump $h until ($out =~ /delete it first\./g or $out =~ /(delete_key)(.secret)?.okay/g);
#! ^^^^^^^^^^^^^^^^^ to-fix.
finish $h, return undef unless $1;
return unless $key->{ID} =~ /$self->{VKEYID}/;
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty', '--status-fd', '1', '--command-fd', 0,
'--edit-key', $key->{ID}], \$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
pump $h until ($out =~ /been disabled/g or $out =~ /(keyedit\.prompt)/g);
#! ^^^^^^^^^^^^^ to-fix.
finish $h, return undef unless $1;
return unless $key->{ID} =~ /$self->{VKEYID}/;
my @opts = (split (/\s+/, "$self->{FORCEDOPTS} $self->{GPGOPTS}"));
my ($in, $out, $err, $in_q, $out_q, $err_q);
my $h = start ([$self->gpgbin, @opts, '--no-tty', '--status-fd', '1', '--command-fd', 0,
'--edit-key', $key->{ID}], \$in, \$out, \$err, timeout( 30 ));
local $SIG{CHLD} = 'IGNORE'; local $SIG{PIPE} = 'IGNORE';
pump $h until ($out =~ /been disabled/g or $out =~ /(keyedit\.prompt)/g);
#! ^^^^^^^^^^^^^ to-fix.
finish $h, return undef unless $1;
$self->{DEBUG} = $_[0];
}
sub AUTOLOAD {
my $self = shift; (my $auto = $AUTOLOAD) =~ s/.*:://;
if ($auto =~ /^(passphrase|secretkey|armor|gpgbin|gpgopts|delay|marginals|
detach|clearsign|encryptsafe|version|comment|tmpdir|tmpdirs|
tmpfiles|tmpsuffix|nofork)$/x) {
return $self->{"\U$auto"} unless defined $_[0];
$self->{"\U$auto"} = shift;
}
$Date: 2007/04/02 13:34:25 $
=head1 SYNOPSIS
use Crypt::GPG;
my $gpg = new Crypt::GPG;
$gpg->gpgbin('/usr/bin/gpg'); # The GnuPG executable.
$gpg->secretkey('0x2B59D29E'); # Set ID of default secret key.
$gpg->passphrase('just testing'); # Set passphrase.
# Sign a message:
my $sign = $gpg->sign('testing again');
# Encrypt a message:
my @encrypted = $gpg->encrypt ('top secret', 'test@bar.com');
# Get message info:
my @recipients = $gpg->msginfo($encrypted);
# Decrypt a message.
my ($plaintext, $signature) = $gpg->verify($encrypted);
# Key generation:
$status = $gpg->keygen
('Test', 'test@foo.com', 'ELG-E', 2048, 0, 'test passphrase');
print while (<$status>); close $status;
# Key database manipulation:
$gpg->addkey($key, @ids);
@keys = $gpg->keydb(@ids);
# Key manipulation:
$key = $keys[0];
$gpg->delkey($key);
$gpg->disablekey($key);
$gpg->enablekey($key);
$gpg->keypass($key, $oldpassphrase, $newpassphrase);
$keystring = $gpg->export($key);
=head1 DESCRIPTION
The Crypt::GPG module provides access to the functionality of the
GnuPG (www.gnupg.org) encryption tool through an object oriented
import. Key-server access is on the todo list.
This release of the module may create compatibility issues with
previous versions. If you find any such problems, or any bugs or
documentation errors, please do report them to
crypt-gpg at neomailbox.com.
=head1 CONSTRUCTOR
=over 2
=head1 DATA METHODS
=over 2
=item B<gpgbin($path)>
Sets the B<GPGBIN> instance variable which gives the path to the GnuPG
binary.
=item B<gpgopts($opts)>
Sets the B<GPGOPTS> instance variable which may be used to pass
additional options to the GnuPG binary. For proper functioning of this
module, it is advisable to always include '--lock-multiple' in the
GPGOPTS string.
- Changed exit() to CORE::exit() (suggested by Jonathan R. Baker)
Revision 1.61 2006/12/21 12:36:28 ashish
- Skip tests if gpg not found.
- Use File::Spec to determine tmpdir. Suggested by Craig Manley.
Revision 1.59 2006/12/19 12:51:54 ashish
- Removed tests for obsolete 768 bit keys.
- Bugfixes.
- Tested with gpg 1.4.6.
Revision 1.57 2005/12/15 17:09:17 ashish
- Fixed bug in decrypt
Revision 1.42 2002/12/11 03:33:19 cvs
- Fixed bug in certify() when trying to certify revoked a key.
- Applied dharris\x40drh.net's patch to allow for varying date formats
between gpg versions, and fix time parsing and the
Crypt::GPG::Signature autoloaded accessor functions.
Revision 1.40 2002/09/23 23:01:53 cvs
- Fixed a bug in keypass()
=back
=head1 AUTHOR
Crypt::GPG is Copyright (c) 2000-2007 Ashish Gulhati
<crypt-gpg at neomailbox.com>. All Rights Reserved.
=head1 ACKNOWLEDGEMENTS
Thanks to Barkha, for inspiration; to the GnuPG team; and to everyone
who writes free software.
This code is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 BUGS REPORTS, PATCHES, FEATURE REQUESTS
Are very welcome. Email crypt-gpg at neomailbox.com.
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
ext/Module/Install/PRIVATE/Crypt/GpgME.pm view on Meta::CPAN
BEGIN {
$VERSION = '0.01';
@ISA = qw{Module::Install::Base};
}
sub gpgme {
my ($self) = @_;
$self->requires_external_cc;
my $config_exe = $self->find_config_exe;
my %gpgme_config = $self->get_config($config_exe);
printf "*** Found GpgME with api version %s\n", $gpgme_config{'api-version'};
$self->check_api_version($gpgme_config{ 'api-version' });
$self->makemaker_args(INC => '-Iperl_glue' );
$self->makemaker_args(LIBS => $gpgme_config{ libs });
$self->makemaker_args(CCFLAGS => $gpgme_config{ cflags }
. sprintf(' -Wall -DGPGME_API_VERSION="%s"', $gpgme_config{'api-version'}) );
$self->xs_files;
}
sub find_config_exe {
ext/Module/Install/PRIVATE/Crypt/GpgME.pm view on Meta::CPAN
if (defined $ENV{GPGME_CONFIG}) {
return $ENV{GPGME_CONFIG};
}
return 'gpgme-config';
}
sub get_config {
my ($self, $exe) = @_;
my %config = map {
($_ => $self->run_gpgme_config($exe, $_))
} qw/prefix exec-prefix api-version libs cflags/;
return %config;
}
sub run_gpgme_config {
my ($self, $exe, $key) = @_;
my $out = `$exe --$key`;
chomp $out;
ext/Module/Install/PRIVATE/Crypt/GpgME.pm view on Meta::CPAN
sub check_api_version {
my ($self, $version) = @_;
if (!defined $version) {
die "*** Could not find gpgme api version.\n"
}
if ($version ne '1') {
die <<EOM;
*** Your gpgme api version is incompatible to this module.
Please inform the author.
EOM
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
t/rfc7520.t view on Meta::CPAN
{
my $jwe =
"eyJhbGciOiJFQ0RILUVTK0ExMjhLVyIsImtpZCI6InBlcmVncmluLnRvb2tAdHVja2Jvcm91Z2guZXhhbXBsZSIsImVwayI6eyJrdHkiOiJFQyIsImNydiI6IlAtMzg0IiwieCI6InVCbzRrSFB3Nmtiang1bDB4b3dyZF9vWXpCbWF6LUdLRlp1NHhBRkZrYllpV2d1dEVLNml1RURzUTZ3TmROZzMiLCJ5Ijoic3AzcDVTR...
".0DJjBXri_kBcC46IkU5_Jk9BqaQeHdv2".
".mH-G2zVqgztUtnW_".
".tkZuOO9h95OgHJmkkrfLBisku8rGf6nzVxhRM3sVOhXgz5NJ76oID7lpnAi_cPWJRCjSpAaUZ5dOR3Spy7QuEkmKx8-3RCMhSYMzsXaEwDdXta9Mn5B7cCBoJKB0IgEnj_qfo1hIi-uEkUpOZ8aLTZGHfpl05jMwbKkTe2yK3mjF6SBAsgicQDVCkcY9BLluzx1RmC3ORXaM0JaHPB93YcdSDGgpgBWMVrNU1ErkjcMqMoT_...
".WuGzxmcreYjpHGJoa17EBg";
my ($header, $payload) = decode_jwt(token=>$jwe, key=>$jwk_ec_p384,
decode_header=>1, decode_payload=>0);
is($header->{alg}, "ECDH-ES+A128KW", "§5.4 header alg");
view all matches for this distribution
view release on metacpan or search on metacpan
ca-certificates.crt view on Meta::CPAN
TElBQklMSVRZIExURC4oYyk5NyBWZXJpU2lnbjCBnzANBgkqhkiG9w0BAQEFAAOB
jQAwgYkCgYEA2IKA6NYZAn0fhRg5JaJlK+G/1AXTvOY2O6rwTGxbtueqPHNFVbLx
veqXQu2aNAoV1Klc9UAl3dkHwTKydWzEyruj/lYncUOqY/UwPpMo5frxCTvzt01O
OfdcSVq4wR3Tsor+cDCVQsv+K1GLWjw6+SJPkLICp1OcTzTnqwSye28CAwEAAaOC
AZAwggGMMA8GA1UdEwQIMAYBAf8CAQAwCwYDVR0PBAQDAgEGMBEGCWCGSAGG+EIB
AQQEAwIBBjAgBgNVHSUEGTAXBgpghkgBhvhFAQgBBglghkgBhvhCBAEwggE1BgNV
HSAEggEsMIIBKDCCASQGC2CGSAGG+EUBBwEBMIIBEzAoBggrBgEFBQcCARYcaHR0
cHM6Ly93d3cudmVyaXNpZ24uY29tL0NQUzCB5gYIKwYBBQUHAgIwgdkwFRYOVmVy
aVNpZ24sIEluYy4wAwIBARqBv1ZlcmlTaWduJ3MgQ2VydGlmaWNhdGlvbiBQcmFj
dGljZSBTdGF0ZW1lbnQsIHd3dy52ZXJpc2lnbi5jb20vQ1BTLCBnb3Zlcm5zIHRo
aXMgY2VydGlmaWNhdGUgJiBpcyBpbmNvcnBvcmF0ZWQgYnkgcmVmZXJlbmNlIGhl
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 88cea9987d9fb6fab5ec1f4b0b37cb85785603d3 t/author-pod.t
SHA1 6242477b028dd4bdd65ab21ec2d9e0a4d782936e t/author-spelling.t
SHA1 87ae1710eab5533906b39498896b7a3c92eef4af t/author-version.t
SHA1 80179d43cc76eed4f82b127ac124f6b7fce367ee typemap
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iQIcBAEBCgAGBQJTsr/iAAoJECOZ8Wl8E8ZdyQgP/A/hcQY7IVXhkp30JcewLYD0
xlebBOX4Pz8VkZtVNKiunyJAzu/heJo8Yk1N0mvBiw309xM4z8HPViZOTWD8Xa1A
WCdspmIhAP9xnSmG6NHnzuoF9baz7S5fdv5tVpvXTbQvo0gZPvqTIFDlYLCL9TkO
9AagcB7J08mJgaDkw5N4JPL3G2TMR9Jr0sA7Q7/9gwSLv1og5cNsl5DGjitY7WBs
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/OpenPGP.pm view on Meta::CPAN
'Config' => [
$env->('GNUPGHOME', 'options'),
$home->( '.gnupg', 'options' ),
],
'PubRing' => [
$env->('GNUPGHOME', 'pubring.gpg'),
$home->( '.gnupg', 'pubring.gpg' ),
],
'SecRing' => [
$env->('GNUPGHOME', 'secring.gpg'),
$home->( '.gnupg', 'secring.gpg' ),
],
},
);
}
lib/Crypt/OpenPGP.pm view on Meta::CPAN
overridden in the constructor arguments: if you have a configuration file
for this compatibility mode (eg. F<~/.gnupg/options> for GnuPG), it will
be automatically read in, and I<Crypt::OpenPGP> will set any options
relevant to its execution (symmetric cipher algorithm, etc.); I<PubRing>
and I<SecRing> (below) are set according to the default values for this
compatibility mode (eg. F<~/.gnupg/pubring.gpg> for the GnuPG public
keyring).
=item * SecRing
Path to your secret keyring. If unspecified, I<Crypt::OpenPGP> will look
lib/Crypt/OpenPGP.pm view on Meta::CPAN
I<sign>, I<decrypt>, and I<verify>), as well as the various parameters to
those methods. It also demonstrates usage of the callback parameters (eg.
I<PassphraseCallback>).
F<bin/pgplet> currently does not have any documentation, but its interface
mirrors that of I<gpg>.
=head1 LICENSE
Crypt::OpenPGP is free software; you may redistribute it and/or modify
it under the same terms as Perl itself.
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Crypt/OpenSSL/CA/Test.pm view on Meta::CPAN
0UmrdcuZwRuHwxXTndQ57sA+QXKy4+S2kk64Ff2YoGCsE34L6UazfT5skt/iS7ct
GHcqKUiR5LGb7b7vZexJ++X7rOGUZVO52NYxQUPVPr4blSbMl8tMHmDez94rUg1X
aJ6+6+uY8lcebr65LCSA/N09qLxAFoi5gku1wS4GQECvsQvA7/GYAp+3O4ytULrE
Cqf5Wx9PBweKkB1h4BLzsKUFCXUgm74dlvs8GtBPTKd58CEeLO2pAbKJhBciUF37
Wuw28zVKX8WaC789HyrTJx8n+hSwaZAqHFiv9TFUF8XwG+Cp9FwRof81V1jbfWWe
AUD+R41bDR8tMmblaSd9GLYWKzeAdk7D1u6dF9RCQu4Tg1hjAKQxCgpg221n3VbE
btAaVBQuTHRrjo7jtwz5sjM3jC9SEhK0I/eP8QOUPut9O+jmP3/k28cBgIAY3RHf
JGpgZSGMB2zzYmYbLOtrbrh5Z9nNhCOhLBQGuRMe+/lO8/Jo4BrC/rYUkV3zkS3d
mwIm/AHPy7+ZLpz3F+zTmSiWOP7oB44hzJTAy/7RbW0RwO4ry4lLRPcbxQ77epjz
vX/Kwjl44H6jnO0zjXutBg/5+3lDxuMxZzcVfCOqF4KENA3vBynJCA==
-----END RSA PRIVATE KEY-----
view all matches for this distribution
view release on metacpan or search on metacpan
t/assets/ecdsa_explicit_hybrid/sect163r2.key view on Meta::CPAN
-----BEGIN EC PRIVATE KEY-----
MIHdAgEBBBUCSwwC2pMekyuFyaU/ALGZoSLS+XKggZAwgY0CAQEwJQYHKoZIzj0B
AjAaAgIAowYJKoZIzj0BAgMDMAkCAQMCAQYCAQcwGgQBAQQVAgpgGQe4yVPKFIHr
EFEveHRKMgX9BCsHA/DroWKGotV+oJkRaNSZRjfoND42ANUfvGxxoAlPos3VRbEc
XAx5cyTxAhUEAAAAAAAAAAAAApL+d+cMEqQjTDMCAQKhLgMsAAYAEyOrY3cE+ZYf
iQNDjfBQKWuKfXUG61u2g0U8VH4dBS0nb8+gTbYysJM=
-----END EC PRIVATE KEY-----
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Crypt/SimpleGPG.pm view on Meta::CPAN
=head1 SYNOPSIS
=head2 Encrypting
my $gpg = Crypt::SimpleGPG->new(home_dir = '/home/user/.gnupg');
$gpg->import_key('/path/to/public/key');
my $ciphertext = $gpg->encrypt($plaintext, $recipient);
=head2 Decrypting
my $gpg = Crypt::SimpleGPG->new(home_dir = '/home/user/.gnupg');
$gpg->import_key('/path/to/private/key');
my $plaintext = $gpg->decrypt($ciphertext, $passphrase);
=head1 NOTES
C<home_dir> will default to C</var/tmp/gnupg> if not specified in the constructor. You probably don't want this, but it might be okay
if you're only using public keys.
lib/Crypt/SimpleGPG.pm view on Meta::CPAN
sub __populate {
my $self = shift;
my %args = @_;
$self->{home_dir} = $args{home_dir} || "/var/tmp/gnupg";
$self->{gpg_path} = $args{gpg_path} || "/usr/bin/gpg";
$self->{temp_dir} = $args{temp_dir} || "/var/tmp";
$self->{debug} = $args{debug} || 0;
if(not -d $self->{home_dir}) {
mkdir($self->{home_dir})
or confess "$self->{home_dir} is not a valid home directory";
}
if(not -e $self->{gpg_path}) {
confess "$self->{gpg_path} does not exist";
}
if(not -x $self->{gpg_path}) {
confess "$self->{gpg_path} is not executable";
}
if(not -w $self->{home_dir}) {
confess "$self->{home_dir} is not writeable";
}
lib/Crypt/SimpleGPG.pm view on Meta::CPAN
my ($encfile_fh, $encfile_fn);
my $args = [];
if($passphrase) {
($encfile_fh, $encfile_fn) = tempfile("gpg_file_XXXXXXXXX", DIR => $self->{temp_dir});
print $encfile_fh $ciphertext;
close $encfile_fh;
my $plaintext = $self->__run(cmd_args => [ "--passphrase-fd", "0", "--output", "-", $encfile_fn ], stdin => $passphrase);
unlink $encfile_fn;
lib/Crypt/SimpleGPG.pm view on Meta::CPAN
sub __run {
my ($self, %args) = @_;
my ($stdin, $stdout, $stderr);
my @cmd = ( $self->{gpg_path}, @options, "--homedir", $self->{home_dir}, @{$args{cmd_args}} );
my $harness = IPC::Run::start( \@cmd, \$stdin, \$stdout, \$stderr, IPC::Run::timeout(10) );
if($args{stdin}) {
$stdin .= $args{stdin};
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/DB2/Admin/db2_config_params.pl view on Meta::CPAN
'Name' => 'catalogcache_sz',
'Domain' => 'Database',
},
'SQLF_DBTN_CHNGPGS_THRESH' => {
'Type' => 'u16bit',
'Name' => 'chngpgs_thresh',
'Updatable' => 1,
'Domain' => 'Database',
},
'SQLF_KTN_CLNT_KRB_PLUGIN' => {
'Type' => 'string',
view all matches for this distribution
view release on metacpan or search on metacpan
- Switched commit behavior from commit->execute->begin to begin->execute->commit
[xelah-junk at xelah.com]
[Greg Sabino Mullane]
- Made the _pg_use_catalog subroutine use {private_dbgpg}.
[Greg Sabino Mullane]
(RT ticket #4841)
- Changed strdup to safemalloc/strcpy in dbdimp.c
(RT ticket #4578)
view all matches for this distribution
view release on metacpan or search on metacpan
attribute to allow primary_key_info() to return a single
row containing multiple-column information. [Greg Sabino Mullane]
- Switched commit behavior from commit->execute->begin
to begin->execute->commit
[xelah-junk@xelah.com] [Greg Sabino Mullane]
- Made the _pg_use_catalog subroutine use {private_dbgpg}.
(CPAN bug #4841) [Greg Sabino Mullane]
- Changed strdup to safemalloc/strcpy in dbdimp.c
(CPAN bug #4578) [anonymous CPAN user]
- Made the data_sources method escape the database names as needed.
Added support for databases with spaces in their names. [Greg Sabino Mullane]
view all matches for this distribution
view release on metacpan or search on metacpan
- Switched commit behavior from commit->execute->begin to begin->execute->commit
[xelah-junk at xelah.com]
[Greg Sabino Mullane]
- Made the _pg_use_catalog subroutine use {private_dbgpg}.
[Greg Sabino Mullane]
(RT ticket #4841)
- Changed strdup to safemalloc/strcpy in dbdimp.c
(RT ticket #4578)
view all matches for this distribution
view release on metacpan or search on metacpan
- Switched commit behavior from commit->execute->begin to begin->execute->commit
[xelah-junk at xelah.com]
[Greg Sabino Mullane]
- Made the _pg_use_catalog subroutine use {private_dbgpg}.
[Greg Sabino Mullane]
(RT ticket #4841)
- Changed strdup to safemalloc/strcpy in dbdimp.c
(RT ticket #4578)
view all matches for this distribution
view release on metacpan or search on metacpan
cci-src/config.h.in view on Meta::CPAN
#undef HAVE_LIBGCRYPT
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
/* There is libgpg-error */
#undef HAVE_LIBGPG_ERROR
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 a1c3c2f933386cd5500a38e56a2df9ce5b4ebec0 t/release-cpan-changes.t
SHA1 6969f5c148895a55b39ecd63703098d3757e7ec7 t/release-dist-manifest.t
SHA1 752bd13d83a21cb0801f08f6c8a776cc0c54b910 t/release-pod-linkcheck.t
SHA1 cd0d37469e1761a4f309a80bdb39aa31f47adae3 weaver.ini
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iD8DBQFXz4oilp+7gMsE0ucRAmJSAJ92T1LBti3AxkVWAVQj2ydxXCPQuwCeKpbX
uK8b4Q2EJSMZoqoLiG+thD8=
=/1oO
-----END PGP SIGNATURE-----
view all matches for this distribution
view release on metacpan or search on metacpan
lib/DBIx/Class/EncodedColumn/Crypt/OpenPGP.pm view on Meta::CPAN
);
=head1 DESCRIPTION
This is a conduit to working with L<Crypt::OpenPGP>, so that you can encrypt
data in your database using gpg. Currently this module only handles encrypting
but it may add signing of columns in the future
=head1 CONFIGURATION
In the column definition, specify the C<encode_args> hash as listed in the
lib/DBIx/Class/EncodedColumn/Crypt/OpenPGP.pm view on Meta::CPAN
have alternative L<Crypt::OpenPGP> configuration, you can specify the
constructor args using the C<pgp_args> configuration key:
encode_args => {
pgp_args => {
SecRing => "$FindBin::Bin/var/secring.gpg",
PubRing => "$FindBin::Bin/var/pubring.gpg",
}
}
The included tests cover good usage, and it is advised to briefly browse through
them.
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Test/PgTAP.pm view on Meta::CPAN
=head1 SEE ALSO
=over
=item * L<Using pgTAP|https://pgtap.org/documentation.html#usingpgtap>
=back
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
any concern to you, by all means verify the signature of this file and
contact the author if any discrepancy is detected.
You can find more information about this at the following URL
http://mipagina.cantv.net/lem/gpg/
This information includes the correct keys, fingerprints, etc. Note
that this README file should also be signed.
DNS BLOCK LIST MANAGEMENT
view all matches for this distribution
view release on metacpan or search on metacpan
test_data/big.log view on Meta::CPAN
2010-06-22 16:47:09 status unpacked libreadline5 5.2-3.1
2010-06-22 16:47:09 install libusb-0.1-4 <none> 2:0.1.12-13
2010-06-22 16:47:09 status half-installed libusb-0.1-4 2:0.1.12-13
2010-06-22 16:47:09 status unpacked libusb-0.1-4 2:0.1.12-13
2010-06-22 16:47:09 status unpacked libusb-0.1-4 2:0.1.12-13
2010-06-22 16:47:09 install gpgv <none> 1.4.9-3+lenny1
2010-06-22 16:47:09 status half-installed gpgv 1.4.9-3+lenny1
2010-06-22 16:47:09 status unpacked gpgv 1.4.9-3+lenny1
2010-06-22 16:47:09 status unpacked gpgv 1.4.9-3+lenny1
2010-06-22 16:47:09 install gnupg <none> 1.4.9-3+lenny1
2010-06-22 16:47:09 status half-installed gnupg 1.4.9-3+lenny1
2010-06-22 16:47:09 status unpacked gnupg 1.4.9-3+lenny1
2010-06-22 16:47:09 status unpacked gnupg 1.4.9-3+lenny1
2010-06-22 16:47:09 install debian-archive-keyring <none> 2009.01.31
test_data/big.log view on Meta::CPAN
2010-06-22 16:47:10 status unpacked cron 3.0pl1-105
2010-06-22 16:47:10 install netbase <none> 4.34
2010-06-22 16:47:10 status half-installed netbase 4.34
2010-06-22 16:47:10 status unpacked netbase 4.34
2010-06-22 16:47:10 status unpacked netbase 4.34
2010-06-22 16:47:10 install libgpg-error0 <none> 1.4-2
2010-06-22 16:47:10 status half-installed libgpg-error0 1.4-2
2010-06-22 16:47:10 status unpacked libgpg-error0 1.4-2
2010-06-22 16:47:10 status unpacked libgpg-error0 1.4-2
2010-06-22 16:47:10 install libgcrypt11 <none> 1.4.1-1
2010-06-22 16:47:10 status half-installed libgcrypt11 1.4.1-1
2010-06-22 16:47:10 status unpacked libgcrypt11 1.4.1-1
2010-06-22 16:47:10 status unpacked libgcrypt11 1.4.1-1
2010-06-22 16:47:10 install libtasn1-3 <none> 1.4-1
test_data/big.log view on Meta::CPAN
2010-06-22 16:47:14 install wget <none> 1.11.4-2+lenny1
2010-06-22 16:47:14 status half-installed wget 1.11.4-2+lenny1
2010-06-22 16:47:14 status unpacked wget 1.11.4-2+lenny1
2010-06-22 16:47:14 status unpacked wget 1.11.4-2+lenny1
2010-06-22 16:47:14 startup packages configure
2010-06-22 16:47:14 configure gpgv 1.4.9-3+lenny1 1.4.9-3+lenny1
2010-06-22 16:47:14 status unpacked gpgv 1.4.9-3+lenny1
2010-06-22 16:47:14 status half-configured gpgv 1.4.9-3+lenny1
2010-06-22 16:47:14 status installed gpgv 1.4.9-3+lenny1
2010-06-22 16:47:14 configure module-init-tools 3.4-1 3.4-1
2010-06-22 16:47:14 status unpacked module-init-tools 3.4-1
2010-06-22 16:47:14 status unpacked module-init-tools 3.4-1
2010-06-22 16:47:14 status unpacked module-init-tools 3.4-1
2010-06-22 16:47:15 status unpacked module-init-tools 3.4-1
test_data/big.log view on Meta::CPAN
2010-06-22 16:47:15 status installed libpopt0 1.14-4
2010-06-22 16:47:15 configure libusb-0.1-4 2:0.1.12-13 2:0.1.12-13
2010-06-22 16:47:15 status unpacked libusb-0.1-4 2:0.1.12-13
2010-06-22 16:47:15 status half-configured libusb-0.1-4 2:0.1.12-13
2010-06-22 16:47:15 status installed libusb-0.1-4 2:0.1.12-13
2010-06-22 16:47:15 configure libgpg-error0 1.4-2 1.4-2
2010-06-22 16:47:15 status unpacked libgpg-error0 1.4-2
2010-06-22 16:47:15 status half-configured libgpg-error0 1.4-2
2010-06-22 16:47:15 status installed libgpg-error0 1.4-2
2010-06-22 16:47:15 configure update-inetd 4.31 4.31
2010-06-22 16:47:15 status unpacked update-inetd 4.31
2010-06-22 16:47:15 status half-configured update-inetd 4.31
2010-06-22 16:47:15 status installed update-inetd 4.31
2010-06-22 16:47:15 configure libssl0.9.8 0.9.8g-15+lenny6 0.9.8g-15+lenny6
test_data/big.log view on Meta::CPAN
2010-06-22 19:04:53 status unpacked nautilus-cd-burner 2.20.0-1
2010-06-22 19:04:53 install libpth20 <keine> 2.0.7-12
2010-06-22 19:04:53 status half-installed libpth20 2.0.7-12
2010-06-22 19:04:54 status unpacked libpth20 2.0.7-12
2010-06-22 19:04:54 status unpacked libpth20 2.0.7-12
2010-06-22 19:04:54 install libgpgme11 <keine> 1.1.6-2
2010-06-22 19:04:54 status half-installed libgpgme11 1.1.6-2
2010-06-22 19:04:54 status unpacked libgpgme11 1.1.6-2
2010-06-22 19:04:54 status unpacked libgpgme11 1.1.6-2
2010-06-22 19:04:54 install seahorse <keine> 2.22.3-2
2010-06-22 19:04:54 status half-installed seahorse 2.22.3-2
2010-06-22 19:04:54 status half-installed seahorse 2.22.3-2
2010-06-22 19:04:54 status unpacked seahorse 2.22.3-2
2010-06-22 19:04:54 status unpacked seahorse 2.22.3-2
test_data/big.log view on Meta::CPAN
2010-06-22 19:08:10 status installed nautilus-cd-burner 2.20.0-1
2010-06-22 19:08:11 configure libpth20 2.0.7-12 2.0.7-12
2010-06-22 19:08:11 status unpacked libpth20 2.0.7-12
2010-06-22 19:08:11 status half-configured libpth20 2.0.7-12
2010-06-22 19:08:11 status installed libpth20 2.0.7-12
2010-06-22 19:08:11 configure libgpgme11 1.1.6-2 1.1.6-2
2010-06-22 19:08:11 status unpacked libgpgme11 1.1.6-2
2010-06-22 19:08:11 status half-configured libgpgme11 1.1.6-2
2010-06-22 19:08:11 status installed libgpgme11 1.1.6-2
2010-06-22 19:08:11 configure seahorse 2.22.3-2 2.22.3-2
2010-06-22 19:08:11 status unpacked seahorse 2.22.3-2
2010-06-22 19:08:11 status unpacked seahorse 2.22.3-2
2010-06-22 19:08:11 status half-configured seahorse 2.22.3-2
2010-06-22 19:08:13 status installed seahorse 2.22.3-2
test_data/big.log view on Meta::CPAN
2010-06-23 09:54:58 status unpacked libxml2 2.6.32.dfsg-5+lenny1
2010-06-23 09:54:58 status half-installed libxml2 2.6.32.dfsg-5+lenny1
2010-06-23 09:54:58 status half-installed libxml2 2.6.32.dfsg-5+lenny1
2010-06-23 09:54:58 status unpacked libxml2 2.7.7.dfsg-2
2010-06-23 09:54:58 status unpacked libxml2 2.7.7.dfsg-2
2010-06-23 09:54:58 upgrade libgpg-error0 1.4-2 1.6-1
2010-06-23 09:54:58 status half-configured libgpg-error0 1.4-2
2010-06-23 09:54:58 status unpacked libgpg-error0 1.4-2
2010-06-23 09:54:58 status half-installed libgpg-error0 1.4-2
2010-06-23 09:54:58 status half-installed libgpg-error0 1.4-2
2010-06-23 09:54:58 status unpacked libgpg-error0 1.6-1
2010-06-23 09:54:58 status unpacked libgpg-error0 1.6-1
2010-06-23 09:54:58 upgrade libgcrypt11 1.4.1-1 1.4.5-2
2010-06-23 09:54:58 status half-configured libgcrypt11 1.4.1-1
2010-06-23 09:54:58 status unpacked libgcrypt11 1.4.1-1
2010-06-23 09:54:58 status half-installed libgcrypt11 1.4.1-1
2010-06-23 09:54:58 status half-installed libgcrypt11 1.4.1-1
test_data/big.log view on Meta::CPAN
2010-06-23 10:18:40 status installed libv4l-0 0.8.0-1
2010-06-23 10:18:40 configure libpopt0 1.16-1 1.16-1
2010-06-23 10:18:40 status unpacked libpopt0 1.16-1
2010-06-23 10:18:40 status half-configured libpopt0 1.16-1
2010-06-23 10:18:40 status installed libpopt0 1.16-1
2010-06-23 10:18:40 configure libgpg-error0 1.6-1 1.6-1
2010-06-23 10:18:40 status unpacked libgpg-error0 1.6-1
2010-06-23 10:18:40 status half-configured libgpg-error0 1.6-1
2010-06-23 10:18:40 status installed libgpg-error0 1.6-1
2010-06-23 10:18:40 configure psmisc 22.11-1 22.11-1
2010-06-23 10:18:40 status unpacked psmisc 22.11-1
2010-06-23 10:18:40 status half-configured psmisc 22.11-1
2010-06-23 10:18:40 status installed psmisc 22.11-1
2010-06-23 10:18:40 status triggers-pending menu 2.1.41
test_data/big.log view on Meta::CPAN
2010-06-23 10:29:44 status unpacked nautilus-sendto 2.28.4-2
2010-06-23 10:29:44 install libcryptui0 <keine> 2.30.1-2
2010-06-23 10:29:44 status half-installed libcryptui0 2.30.1-2
2010-06-23 10:29:45 status unpacked libcryptui0 2.30.1-2
2010-06-23 10:29:45 status unpacked libcryptui0 2.30.1-2
2010-06-23 10:29:45 upgrade libgpgme11 1.1.6-2 1.2.0-1.2
2010-06-23 10:29:45 status half-configured libgpgme11 1.1.6-2
2010-06-23 10:29:46 status unpacked libgpgme11 1.1.6-2
2010-06-23 10:29:46 status half-installed libgpgme11 1.1.6-2
2010-06-23 10:29:46 status half-installed libgpgme11 1.1.6-2
2010-06-23 10:29:46 status unpacked libgpgme11 1.2.0-1.2
2010-06-23 10:29:46 status unpacked libgpgme11 1.2.0-1.2
2010-06-23 10:29:46 install seahorse 2.22.3-2 2.30.1-2
2010-06-23 10:29:46 status half-installed seahorse 2.22.3-2
2010-06-23 10:29:46 status half-installed seahorse 2.22.3-2
2010-06-23 10:29:46 status half-installed seahorse 2.22.3-2
2010-06-23 10:29:46 status half-installed seahorse 2.22.3-2
test_data/big.log view on Meta::CPAN
2010-06-23 10:33:43 status installed nautilus-sendto 2.28.4-2
2010-06-23 10:33:43 configure libcryptui0 2.30.1-2 2.30.1-2
2010-06-23 10:33:43 status unpacked libcryptui0 2.30.1-2
2010-06-23 10:33:43 status half-configured libcryptui0 2.30.1-2
2010-06-23 10:33:43 status installed libcryptui0 2.30.1-2
2010-06-23 10:33:43 configure libgpgme11 1.2.0-1.2 1.2.0-1.2
2010-06-23 10:33:43 status unpacked libgpgme11 1.2.0-1.2
2010-06-23 10:33:43 status half-configured libgpgme11 1.2.0-1.2
2010-06-23 10:33:43 status installed libgpgme11 1.2.0-1.2
2010-06-23 10:33:43 configure seahorse 2.30.1-2 2.30.1-2
2010-06-23 10:33:43 status unpacked seahorse 2.30.1-2
2010-06-23 10:33:43 status unpacked seahorse 2.30.1-2
2010-06-23 10:33:43 status half-configured seahorse 2.30.1-2
2010-06-23 10:33:43 status installed seahorse 2.30.1-2
test_data/big.log view on Meta::CPAN
2010-06-24 12:37:01 status half-installed x11-xserver-utils 7.3+5
2010-06-24 12:37:01 status half-installed x11-xserver-utils 7.3+5
2010-06-24 12:37:01 status triggers-awaited menu 2.1.41
2010-06-24 12:37:02 status unpacked x11-xserver-utils 7.5+1
2010-06-24 12:37:02 status unpacked x11-xserver-utils 7.5+1
2010-06-24 12:37:02 upgrade gpgv 1.4.9-3+lenny1 1.4.10-4
2010-06-24 12:37:02 status half-configured gpgv 1.4.9-3+lenny1
2010-06-24 12:37:02 status unpacked gpgv 1.4.9-3+lenny1
2010-06-24 12:37:02 status half-installed gpgv 1.4.9-3+lenny1
2010-06-24 12:37:02 status half-installed gpgv 1.4.9-3+lenny1
2010-06-24 12:37:02 status half-installed gpgv 1.4.9-3+lenny1
2010-06-24 12:37:02 status unpacked gpgv 1.4.10-4
2010-06-24 12:37:02 status unpacked gpgv 1.4.10-4
2010-06-24 12:37:02 trigproc man-db 2.5.2-4 2.5.2-4
2010-06-24 12:37:02 status half-configured man-db 2.5.2-4
2010-06-24 12:37:02 status installed man-db 2.5.2-4
2010-06-24 12:37:02 trigproc menu 2.1.41 2.1.41
2010-06-24 12:37:02 status half-configured menu 2.1.41
2010-06-24 12:37:02 status installed menu 2.1.41
2010-06-24 12:37:03 startup packages configure
2010-06-24 12:37:03 configure gpgv 1.4.10-4 1.4.10-4
2010-06-24 12:37:03 status unpacked gpgv 1.4.10-4
2010-06-24 12:37:03 status half-configured gpgv 1.4.10-4
2010-06-24 12:37:03 status installed gpgv 1.4.10-4
2010-06-24 12:37:04 startup archives unpack
2010-06-24 12:37:04 upgrade gnupg 1.4.9-3+lenny1 1.4.10-4
2010-06-24 12:37:04 status half-configured gnupg 1.4.9-3+lenny1
2010-06-24 12:37:04 status unpacked gnupg 1.4.9-3+lenny1
2010-06-24 12:37:04 status half-installed gnupg 1.4.9-3+lenny1
view all matches for this distribution
view release on metacpan or search on metacpan
.travis.yml view on Meta::CPAN
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- cat .gitmodules
- git submodule update --init --recursive
- lsb_release -c -s
- curl -s http://download.tarantool.org/tarantool/1.7/gpgkey | sudo apt-key add -
- sudo apt-get -qq install apt-transport-https
- echo deb https://packagecloud.io/tarantool/1_7/`lsb_release -i -s|perl -p -e 's/.*/lc $&/ge'`/ `lsb_release -c -s` main|sudo tee /etc/apt/sources.list.d/tarantool.list
- sudo apt-get -qq update
- sudo apt-get -qq install tarantool
- tarantool --version
view all matches for this distribution
view release on metacpan or search on metacpan
.travis.yml view on Meta::CPAN
- "5.20"
- "5.24"
before_install:
- lsb_release -c -s
- curl -s http://download.tarantool.org/tarantool/1.7/gpgkey | sudo apt-key add -
- sudo apt-get -qq install apt-transport-https
- echo deb https://packagecloud.io/tarantool/1_7/`lsb_release -i -s|perl -p -e 's/.*/lc $&/ge'`/ `lsb_release -c -s` main|sudo tee /etc/apt/sources.list.d/tarantool.list
- sudo apt-get -qq update
- sudo apt-get -qq install tarantool
- tarantool --version
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 bdd52baa1a968cc0e1a577a7b073f046d563a317 t/release-kwalitee.t
SHA1 ca37d7b91c2299a98877a6f36d3fab51e8dd906f t/release-pod-coverage.t
SHA1 e7fc4d8f3f29ee522cb53914648393524fc7a6d4 t/release-pod-syntax.t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org
iQIcBAEBAgAGBQJUkatpAAoJEHwWRyBU62lqv2sP/AkXvDW1F8KHuXCtkWMXRjJa
3uRz7LojZcLS0bUk/zY6sQ1KfA54nZWrlsfV31RGHkzbh+dkjOsj2i7djdP78n99
CmH3S77xSmW22H9DzqrqLXg82L16CUbh15PJAOfUtT/L5bdpAPaM90qFkY5HhrDK
mtNc2epd15NJc47Dn7ArQkDKjt6ypdtVKjQRg5r+/h7DrMtJYtVimv5qsdRT/Pv5
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 ca37d7b91c2299a98877a6f36d3fab51e8dd906f t/release-pod-coverage.t
SHA1 e7fc4d8f3f29ee522cb53914648393524fc7a6d4 t/release-pod-syntax.t
SHA1 4274585c18565e863bfff7fa1f60385e7d79e3da t/views/transform.tt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org
iQIcBAEBAgAGBQJVnleaAAoJEHwWRyBU62lq7qIP/jlsbZaDsCbBPv6PnonSietn
ke+YWDcPUiDybjyRDUJ3NtIKDf/gqJs5C18W36ibswWUa0XEnJF7blifWcKCCPEU
9qrdqVfsLzyn5hJFIYgpmftlLoZ3qwz8kOIfvLK9jwf8/OwvMUWSVQB4XNLh2OPw
9wxW22cY9lr9hPBWIEvJAV6xm59Hp5makPt4LBQKtuxCMOfjiL0fswPgTxGmC7t7
view all matches for this distribution