r65834 - in /trunk/libmail-gnupg-perl: ./ debian/ lib/ t/ t/msg/

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Tue Dec 14 14:24:14 UTC 2010


Author: carnil
Date: Tue Dec 14 14:24:05 2010
New Revision: 65834

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65834
Log:
New upstream release

Added:
    trunk/libmail-gnupg-perl/Build.PL
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/Build.PL
    trunk/libmail-gnupg-perl/SIGNATURE
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/SIGNATURE
    trunk/libmail-gnupg-perl/lib/
      - copied from r65833, branches/upstream/libmail-gnupg-perl/current/lib/
    trunk/libmail-gnupg-perl/t/00.signature.t
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/00.signature.t
    trunk/libmail-gnupg-perl/t/05.load.t
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/05.load.t
    trunk/libmail-gnupg-perl/t/20.inline-verify.t
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/20.inline-verify.t
    trunk/libmail-gnupg-perl/t/25.multipart-verify.t
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/25.multipart-verify.t
    trunk/libmail-gnupg-perl/t/30.inline-decrypt.t
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/30.inline-decrypt.t
    trunk/libmail-gnupg-perl/t/agent.t
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/agent.t
    trunk/libmail-gnupg-perl/t/import_keys.pl
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/import_keys.pl
    trunk/libmail-gnupg-perl/t/msg/
      - copied from r65833, branches/upstream/libmail-gnupg-perl/current/t/msg/
    trunk/libmail-gnupg-perl/t/pubkeys.asc
      - copied unchanged from r65833, branches/upstream/libmail-gnupg-perl/current/t/pubkeys.asc
Removed:
    trunk/libmail-gnupg-perl/GnuPG.pm
    trunk/libmail-gnupg-perl/Makefile.PL
    trunk/libmail-gnupg-perl/t/00.load.t
    trunk/libmail-gnupg-perl/test.pl
Modified:
    trunk/libmail-gnupg-perl/Changes
    trunk/libmail-gnupg-perl/MANIFEST
    trunk/libmail-gnupg-perl/META.yml
    trunk/libmail-gnupg-perl/README
    trunk/libmail-gnupg-perl/debian/changelog

Modified: trunk/libmail-gnupg-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/Changes?rev=65834&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/Changes (original)
+++ trunk/libmail-gnupg-perl/Changes Tue Dec 14 14:24:05 2010
@@ -1,9 +1,15 @@
 Revision history for Perl extension Mail::GnuPG.
+
+0.16 Tue Dec 14 2010
+
+  - [RT #60280] Add support for gnupg-agent
+  - [RT #60246] Use undecoded text for decode and get_decrypt_key of inline PGP
+  - [RT #4388, #2718, #46168]  Add test case for verify of encoded bodies
 
 0.15 Sat Mar  8 19:51:55 PST 2008
 
   This is the ntyni release, as he provided most of the fixes:
-
+ 
   - Fix roundtrip test by trusting test keyring.
   - New test to show blocking issues on large messages.
   - Switch to a non-blocking (select) based mechanism for interacting

Modified: trunk/libmail-gnupg-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/MANIFEST?rev=65834&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/MANIFEST (original)
+++ trunk/libmail-gnupg-perl/MANIFEST Tue Dec 14 14:24:05 2010
@@ -1,12 +1,22 @@
+Build.PL
 Changes
-GnuPG.pm
-Makefile.PL
+lib/Mail/GnuPG.pm
 MANIFEST
 README
-test.pl
+t/00.signature.t
+t/05.load.t
+t/20.inline-verify.t
+t/25.multipart-verify.t
+t/30.inline-decrypt.t
+t/99.pod.t
+t/agent.t
 t/base.t
-t/00.load.t
-t/99.pod.t
+t/import_keys.pl
+t/msg/inline-encrypted-qp.eml
+t/msg/inline-signed-qp.eml
+t/msg/multipart-signed-qp.eml
+t/pubkeys.asc
 t/round-trip.t
 t/test-key.pgp
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml
+SIGNATURE    Added here by Module::Build

Modified: trunk/libmail-gnupg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/META.yml?rev=65834&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/META.yml (original)
+++ trunk/libmail-gnupg-perl/META.yml Tue Dec 14 14:24:05 2010
@@ -1,21 +1,30 @@
---- #YAML:1.0
-name:                Mail-GnuPG
-version:             0.15
-abstract:            Process email with GPG.
-license:             ~
-author:              
-    - Robert Spier <rspier at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    File::Spec:                    0
-    File::Temp:                    0
-    GnuPG::Interface:              0
-    IO::Handle:                    0
-    Mail::Address:                 0
-    MIME::Entity:                  0
-    MIME::Parser:                  0
-    Test::More:                    0
+---
+name: Mail-GnuPG
+version: 0.16
+author:
+  - 'Robert Spier <rspier at cpan.org>'
+  - 'David Bremner <ddb at cpan.org>'
+abstract: Process email with GPG.
+license: unknown
+requires:
+  File::Spec: 0
+  File::Temp: 0
+  GnuPG::Interface: 0
+  IO::Handle: 0
+  MIME::Entity: 0
+  MIME::Parser: 0
+  Mail::Address: 0
+  Test::More: 0
+  Test::Pod: 0
+configure_requires:
+  Module::Build: 0.340201
+provides:
+  Mail::GnuPG:
+    file: lib/Mail/GnuPG.pm
+    version: 0.16
+generated_by: Module::Build version 0.340201
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+resources:
+  homepage: http://pivot.cs.unb.ca/git/?p=mail-gnupg.git;a=summary

Modified: trunk/libmail-gnupg-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/README?rev=65834&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/README (original)
+++ trunk/libmail-gnupg-perl/README Tue Dec 14 14:24:05 2010
@@ -1,12 +1,12 @@
-Mail/GnuPG version 0.07
-=======================
+Mail/GnuPG version 0.15_1
+=========================
 
 Use GnuPG::Interface to process and/or create PGP signed or encrypted
 email.
 
 (See the inline documentation for more information)
 
-This is a 0.07 release.  It works for me and at least four or five
+This is a development release.  It works for me and at least four or five
 other people.  It may not work for you.  If it doesn't, patches are
 appreciated.
 
@@ -90,6 +90,10 @@
 Robert Spier
 rspier at cpan.org
 
+MAINTAINER
+David Bremner
+ddb at cpan.org
+
 Large Contributions from:
     Jörn Reder 
     joern at zyn.de

Modified: trunk/libmail-gnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-gnupg-perl/debian/changelog?rev=65834&op=diff
==============================================================================
--- trunk/libmail-gnupg-perl/debian/changelog (original)
+++ trunk/libmail-gnupg-perl/debian/changelog Tue Dec 14 14:24:05 2010
@@ -1,3 +1,9 @@
+libmail-gnupg-perl (0.16-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Tue, 14 Dec 2010 15:19:34 +0100
+
 libmail-gnupg-perl (0.15-2) unstable; urgency=low
 
   [ gregor herrmann ]




More information about the Pkg-perl-cvs-commits mailing list