r13469 - in /trunk/libcrypt-openssl-bignum-perl: Bignum.pm Changes LICENSE MANIFEST META.yml Makefile.PL debian/changelog

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 24 19:59:22 UTC 2008


Author: dmn
Date: Thu Jan 24 19:59:21 2008
New Revision: 13469

URL: http://svn.debian.org/wsvn/?sc=1&rev=13469
Log:
* New upstream release

Added:
    trunk/libcrypt-openssl-bignum-perl/LICENSE
      - copied unchanged from r13468, branches/upstream/libcrypt-openssl-bignum-perl/current/LICENSE
    trunk/libcrypt-openssl-bignum-perl/META.yml
      - copied unchanged from r13468, branches/upstream/libcrypt-openssl-bignum-perl/current/META.yml
Modified:
    trunk/libcrypt-openssl-bignum-perl/Bignum.pm
    trunk/libcrypt-openssl-bignum-perl/Changes
    trunk/libcrypt-openssl-bignum-perl/MANIFEST
    trunk/libcrypt-openssl-bignum-perl/Makefile.PL
    trunk/libcrypt-openssl-bignum-perl/debian/changelog

Modified: trunk/libcrypt-openssl-bignum-perl/Bignum.pm
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-bignum-perl/Bignum.pm?rev=13469&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/Bignum.pm (original)
+++ trunk/libcrypt-openssl-bignum-perl/Bignum.pm Thu Jan 24 19:59:21 2008
@@ -10,7 +10,7 @@
 
 @ISA = qw(DynaLoader);
 
-$VERSION = '0.03';
+$VERSION = '0.04';
 
 bootstrap Crypt::OpenSSL::Bignum $VERSION;
 
@@ -191,7 +191,7 @@
 otherwise, the value of third argument is set to the result and
 returned.
 
-=item mul
+=item div
 
 This method returns a list consisting of quotient and the remainder
 obtained by dividing this object by the first argument, using the
@@ -201,6 +201,18 @@
 a third argument is passed, otherwise, the value of third argument is
 set to the quotient.  If a fourth argument is passed, the value of the
 fourth argument is set to the remainder.
+
+=item exp
+
+This method returns the product of this object exponeniated by the
+first argument, using the second argument, a
+Crypt::OpenSSL::Bignum::CTX object, as a scratchpad.
+
+=item mod_exp
+
+This method returns the product of this object exponeniated by the
+first argument, modulo the second argument, using the third argument, a
+Crypt::OpenSSL::Bignum::CTX object, as a scratchpad.
 
 =item pointer_copy
 

Modified: trunk/libcrypt-openssl-bignum-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-bignum-perl/Changes?rev=13469&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/Changes (original)
+++ trunk/libcrypt-openssl-bignum-perl/Changes Thu Jan 24 19:59:21 2008
@@ -1,4 +1,8 @@
 Revision history for Perl extension Crypt::OpenSSL::Bignum.
+
+0.04  Sun May 20 2007 13:08:23
+        - Add a LICENSE file.
+        - Add -DOPENSSL_NO_KRB5 to DEFINE to keep redhat happy.
 
 0.03  Sun Apr 27 2003 18:33:48
         - Revert back to old declaration style so that we no longer

Modified: trunk/libcrypt-openssl-bignum-perl/MANIFEST
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-bignum-perl/MANIFEST?rev=13469&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/MANIFEST (original)
+++ trunk/libcrypt-openssl-bignum-perl/MANIFEST Thu Jan 24 19:59:21 2008
@@ -3,7 +3,9 @@
 Bignum/CTX.pm
 Changes
 Makefile.PL
+LICENSE
 MANIFEST
 README
 test.pl
-typemap
+typemap
+META.yml                                 Module meta-data (added by MakeMaker)

Modified: trunk/libcrypt-openssl-bignum-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-bignum-perl/Makefile.PL?rev=13469&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/Makefile.PL (original)
+++ trunk/libcrypt-openssl-bignum-perl/Makefile.PL Thu Jan 24 19:59:21 2008
@@ -8,6 +8,7 @@
     'ABSTRACT_FROM'     => 'Bignum.pm', # retrieve abstract from module
     'AUTHOR'            => 'Ian Robertson <iroberts at cpan.org>',
     'LIBS'              => ['-lcrypto'],   # e.g., '-lm'
-    'DEFINE'            => '-DPERL5',   # perl-5.8/gcc-3.2 needs this
+    'DEFINE'	=> '-DPERL5 -DOPENSSL_NO_KRB5',
+    # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5
     'INC'               => '',
 );

Modified: trunk/libcrypt-openssl-bignum-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-openssl-bignum-perl/debian/changelog?rev=13469&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-bignum-perl/debian/changelog Thu Jan 24 19:59:21 2008
@@ -1,4 +1,6 @@
-libcrypt-openssl-bignum-perl (0.03-2) UNRELEASED; urgency=low
+libcrypt-openssl-bignum-perl (0.04-1) UNRELEASED; urgency=low
+
+  * New upstream release
 
   * Taking over maintenance on previous maintainer's request
     + debian/control:
@@ -6,7 +8,7 @@
       - change Maintainer to Debian Perl Group; Luk Claes moved to Uploaders.
   * add debian/watch
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 24 Jan 2008 21:36:43 +0200
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 24 Jan 2008 21:56:32 +0200
 
 libcrypt-openssl-bignum-perl (0.03-1) unstable; urgency=low
 




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