r51692 - in /trunk/libgnupg-perl: ./ debian/ test/

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Jan 28 20:02:42 UTC 2010


Author: carnil-guest
Date: Thu Jan 28 20:02:28 2010
New Revision: 51692

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51692
Log:
* New upstream release
* Add myself to Uploaders

Added:
    trunk/libgnupg-perl/test/file-tie.txt.asc
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file-tie.txt.asc
    trunk/libgnupg-perl/test/file.txt.asc
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.asc
    trunk/libgnupg-perl/test/file.txt.cipher
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.cipher
    trunk/libgnupg-perl/test/file.txt.clear
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.clear
    trunk/libgnupg-perl/test/file.txt.dist.gpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.dist.gpg
    trunk/libgnupg-perl/test/file.txt.gpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.gpg
    trunk/libgnupg-perl/test/file.txt.plain
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.plain
    trunk/libgnupg-perl/test/file.txt.plain2
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.plain2
    trunk/libgnupg-perl/test/file.txt.plain3
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.plain3
    trunk/libgnupg-perl/test/file.txt.sgpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.sgpg
    trunk/libgnupg-perl/test/file.txt.sig
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/file.txt.sig
    trunk/libgnupg-perl/test/key.pub
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/key.pub
    trunk/libgnupg-perl/test/key.sec
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/key.sec
    trunk/libgnupg-perl/test/keyring.pub
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/keyring.pub
    trunk/libgnupg-perl/test/pipe-file.txt.gpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/pipe-file.txt.gpg
    trunk/libgnupg-perl/test/pubring.gpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/pubring.gpg
    trunk/libgnupg-perl/test/pubring.gpg~
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/pubring.gpg~
    trunk/libgnupg-perl/test/random_seed
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/random_seed
    trunk/libgnupg-perl/test/secring.gpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/secring.gpg
    trunk/libgnupg-perl/test/trustdb.gpg
      - copied unchanged from r51691, branches/upstream/libgnupg-perl/current/test/trustdb.gpg
Modified:
    trunk/libgnupg-perl/ChangeLog
    trunk/libgnupg-perl/GnuPG.pm
    trunk/libgnupg-perl/GnuPG.spec
    trunk/libgnupg-perl/META.yml
    trunk/libgnupg-perl/NEWS
    trunk/libgnupg-perl/debian/changelog
    trunk/libgnupg-perl/debian/control

Modified: trunk/libgnupg-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/ChangeLog?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/ChangeLog (original)
+++ trunk/libgnupg-perl/ChangeLog Thu Jan 28 20:02:28 2010
@@ -1,3 +1,11 @@
+2010-01-27  version 0.11 Mark Frost
+
+    * The module should not properly handle the situation where a key is 
+    setup with a blank passphrase, as long as passphrase => undef is provided 
+    (or left out)
+    * Fixed an issue where STDIN and STDOUT cannot be overridden in an 
+    Apache environment. 
+
 2009-05-07  version 0.10 Robbie Bow
 
     * Changes in 0.09_0{1-3} being released in to the wild proper.

Modified: trunk/libgnupg-perl/GnuPG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/GnuPG.pm?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/GnuPG.pm (original)
+++ trunk/libgnupg-perl/GnuPG.pm Thu Jan 28 20:02:28 2010
@@ -821,6 +821,13 @@
 throwing an exception (using croak).  If you wan't to catch
 errors you will have to use eval.
 
+When handed in a file handle for input or output parameters
+on many of the functions, the API attempts to tie that 
+handle to STDIN and STDOUT. In certain persistent environments 
+(particularly a web environment), this will not work. This 
+problem can be avoided by passing in file names to all 
+relevant parameters rather than a Perl file handle. 
+
 There is also a tied file handle interface which you may find more
 convenient for encryption and decryption. See GnuPG::Tie(3) for details.
 
@@ -867,8 +874,6 @@
 if there is an error. It is a good idea to press random keys on the
 keyboard while running this methods because it consumes a lot of
 entropy from the computer. Here are the parameters it accepts :
-
-    Ex: $gpg->
 
 =over
 

Modified: trunk/libgnupg-perl/GnuPG.spec
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/GnuPG.spec?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/GnuPG.spec (original)
+++ trunk/libgnupg-perl/GnuPG.spec Thu Jan 28 20:02:28 2010
@@ -1,6 +1,6 @@
 Summary: Perl interface to the Gnu Privacy Guard
 Name: GnuPG
-Version: 0.09
+Version: 0.11
 Release: 1c
 Source: http://www.cpan.org/modules/by-module/GnuPG/%{name}-%{version}.tar.gz
 Copyright: GPL
@@ -41,6 +41,10 @@
 %doc README ChangeLog NEWS
 
 %changelog
+* Wed Jan 27 2010  Mark B. Frost <mark.frost at icainformatics.com> 
+  [0.11-1c]
+- Updated to version 0.11.
+
 * Fri Jun 08 2001  Francis J. Lacoste <francis.lacoste at Contre.COM> 
   [0.09-1c]
 - Updated to version 0.09.

Modified: trunk/libgnupg-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/META.yml?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/META.yml (original)
+++ trunk/libgnupg-perl/META.yml Thu Jan 28 20:02:28 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               GnuPG
-version:            0.10
+version:            0.11
 abstract:           ~
 author:  []
 license:            unknown

Modified: trunk/libgnupg-perl/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/NEWS?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/NEWS (original)
+++ trunk/libgnupg-perl/NEWS Thu Jan 28 20:02:28 2010
@@ -1,3 +1,10 @@
+----------------------------------
+Noteworthy changes in version 0.11 (2010-01-27)
+----------------------------------
+
+	* Module can now run in Apache environment.
+        * Fix  Allows undef passphrases (for keys without them)
+
 ----------------------------------
 Noteworthy changes in version 0.09 (2001-06-08)
 ----------------------------------

Modified: trunk/libgnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/changelog?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/changelog (original)
+++ trunk/libgnupg-perl/debian/changelog Thu Jan 28 20:02:28 2010
@@ -1,8 +1,13 @@
-libgnupg-perl (0.10-3) UNRELEASED; urgency=low
+libgnupg-perl (0.11-1) UNRELEASED; urgency=low
 
+  [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:57 -0700
+  [ Salvatore Bonaccorso ]
+  * New upstream release
+  * Add myself to Uploaders
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 28 Jan 2010 21:01:45 +0100
 
 libgnupg-perl (0.10-2) unstable; urgency=low
 

Modified: trunk/libgnupg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/control?rev=51692&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/control (original)
+++ trunk/libgnupg-perl/debian/control Thu Jan 28 20:02:28 2010
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- Ryan Niebur <ryan at debian.org>, Damyan Ivanov <dmn at debian.org>
+ Ryan Niebur <ryan at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: gnupg
 Standards-Version: 3.8.2




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