r35473 - in /branches/upstream/libcrypt-twofish-perl/current: Changes MANIFEST META.yml README Twofish.pm
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Sat May 16 03:24:37 UTC 2009
Author: ryan52-guest
Date: Sat May 16 03:24:30 2009
New Revision: 35473
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35473
Log:
[svn-upgrade] Integrating new upstream version, libcrypt-twofish-perl (2.13)
Added:
branches/upstream/libcrypt-twofish-perl/current/META.yml
Modified:
branches/upstream/libcrypt-twofish-perl/current/Changes
branches/upstream/libcrypt-twofish-perl/current/MANIFEST
branches/upstream/libcrypt-twofish-perl/current/README
branches/upstream/libcrypt-twofish-perl/current/Twofish.pm
Modified: branches/upstream/libcrypt-twofish-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/Changes?rev=35473&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/Changes (original)
+++ branches/upstream/libcrypt-twofish-perl/current/Changes Sat May 16 03:24:30 2009
@@ -1,3 +1,10 @@
+2.13 2009-05-11 Abhijit Menon-Sen <ams at toroid.org>
+
+ * Relicensed on request from the old Artistic License to "the same
+ terms as Perl itself" (i.e. new Artistic/GPL).
+
+ (No functional changes.)
+
2.12 2001-05-21
* More Makefile.PL feature-probing updates.
Modified: branches/upstream/libcrypt-twofish-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/MANIFEST?rev=35473&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/MANIFEST (original)
+++ branches/upstream/libcrypt-twofish-perl/current/MANIFEST Sat May 16 03:24:30 2009
@@ -11,3 +11,4 @@
test.pl
twofish.h
typemap
+META.yml Module meta-data (added by MakeMaker)
Added: branches/upstream/libcrypt-twofish-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/META.yml?rev=35473&op=file
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/META.yml (added)
+++ branches/upstream/libcrypt-twofish-perl/current/META.yml Sat May 16 03:24:30 2009
@@ -1,0 +1,12 @@
+--- #YAML:1.0
+name: Crypt-Twofish
+version: 2.13
+abstract: The Twofish Encryption Algorithm
+license: ~
+author: ~
+generated_by: ExtUtils::MakeMaker version 6.44
+distribution_type: module
+requires:
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.3.html
+ version: 1.3
Modified: branches/upstream/libcrypt-twofish-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/README?rev=35473&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/README (original)
+++ branches/upstream/libcrypt-twofish-perl/current/README Sat May 16 03:24:30 2009
@@ -57,9 +57,9 @@
via %Config.
AUTHOR
- Abhijit Menon-Sen <ams at wiw.org>
+ Abhijit Menon-Sen <ams at toroid.org>
- Copyright 2001 Abhijit Menon-Sen. All rights reserved.
+ Copyright 2001 Abhijit Menon-Sen.
- This software is distributed under the terms of the Artistic
- License <URL:http://ams.wiw.org/code/artistic.txt>.
+ This module is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself.
Modified: branches/upstream/libcrypt-twofish-perl/current/Twofish.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/Twofish.pm?rev=35473&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/Twofish.pm (original)
+++ branches/upstream/libcrypt-twofish-perl/current/Twofish.pm Sat May 16 03:24:30 2009
@@ -1,5 +1,5 @@
# $Id: Twofish.pm,v 2.12 2001/05/21 17:38:01 ams Exp $
-# Copyright 2001 Abhijit Menon-Sen <ams at wiw.org>
+# Copyright 2001 Abhijit Menon-Sen <ams at toroid.org>
package Crypt::Twofish;
@@ -9,7 +9,7 @@
use vars qw( @ISA $VERSION );
@ISA = qw( DynaLoader );
-($VERSION) = q$Revision: 2.12 $ =~ /([\d.]+)/;
+$VERSION = '2.13';
bootstrap Crypt::Twofish $VERSION;
@@ -151,9 +151,9 @@
=head1 AUTHOR
-Abhijit Menon-Sen <ams at wiw.org>
+Abhijit Menon-Sen <ams at toroid.org>
-Copyright 2001 Abhijit Menon-Sen. All rights reserved.
+Copyright 2001 Abhijit Menon-Sen.
-This software is distributed under the terms of the Artistic License
-<URL:http://ams.wiw.org/code/artistic.txt>.
+This module is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
More information about the Pkg-perl-cvs-commits
mailing list