[libcrypt-smime-perl] branch master updated (65ad201 -> 9ec333d)
Harlan Lieberman-Berg
H.LiebermanBerg at gmail.com
Fri May 2 19:03:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
hlieberman-guest pushed a change to branch master
in repository libcrypt-smime-perl.
from 65ad201 releasing package libcrypt-smime-perl version 0.10-2
adds 4e21095 Imported Upstream version 0.12
new 90b6b00 New upstream version 0.12.
new 86e2384 Remove patches applied upstream.
new 2abb093 Add new dependency, require existing dependency that was unstated.
new 9ec333d d/changelog: Update with work done.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.hgtags | 2 +
Changes | 19 ++
MANIFEST | 19 +-
META.json | 44 +++
META.yml | 43 +--
MYMETA.json | 44 +++
MYMETA.yml | 25 ++
Makefile.PL | 63 ++--
README | 51 ++--
SMIME.mlpod | 46 ++-
SMIME.pl | 8 +-
SMIME.pod | 23 +-
SMIME.xs | 374 +++++++++++++----------
debian/changelog | 9 +
debian/control | 6 +-
debian/patches/allow_quoted_enveloped-data.patch | 17 --
debian/patches/dont_delete_SMIME_pod.patch | 22 --
debian/patches/series | 2 -
lib/SMIME.pm | 33 +-
lib/SMIME/JA.pod | 23 +-
openssl_config.PL | 50 ---
t/00-load.t | 9 +
t/{smime.t => 01-smime.t} | 67 ++--
t/{smime.more.t => 02-smime.more.t} | 102 ++++---
t/{chained-certs.t => 03-chained-certs.t} | 117 +++----
t/04-taint.t | 228 ++++++++++++++
t/boilerplate.t | 48 +++
t/dependencies.t | 35 +++
t/pod-coverage.t | 7 +
t/pod.t | 6 +
30 files changed, 1061 insertions(+), 481 deletions(-)
create mode 100644 .hgtags
create mode 100644 META.json
create mode 100644 MYMETA.json
create mode 100644 MYMETA.yml
delete mode 100644 debian/patches/allow_quoted_enveloped-data.patch
delete mode 100644 debian/patches/dont_delete_SMIME_pod.patch
delete mode 100644 debian/patches/series
delete mode 100644 openssl_config.PL
create mode 100644 t/00-load.t
rename t/{smime.t => 01-smime.t} (66%)
rename t/{smime.more.t => 02-smime.more.t} (55%)
rename t/{chained-certs.t => 03-chained-certs.t} (50%)
create mode 100644 t/04-taint.t
create mode 100644 t/boilerplate.t
create mode 100644 t/dependencies.t
create mode 100644 t/pod-coverage.t
create mode 100644 t/pod.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-smime-perl.git
More information about the Pkg-perl-cvs-commits
mailing list