debian/0000755000000000000000000000000012231436253007167 5ustar debian/watch0000644000000000000000000000017311701310612010210 0ustar version=3 http://search.cpan.org/dist/Crypt-OpenSSL-RSA/ .*/Crypt-OpenSSL-RSA-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/rules0000755000000000000000000000003611701310612010235 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000220111701310612011104 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Ian Robertson Source: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/ Name: Crypt-OpenSSL-RSA Files: * Copyright: 2001-2005, Ian Robertson. License: GPL-1+ or Artistic Files: debian/* Copyright: 2006, 2007, Luk Claes 2008, Damyan Ivanov 2011-2012, Salvatore Bonaccorso License: GPL-1+ or Artistic License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. debian/source/0000755000000000000000000000000011701310612010456 5ustar debian/source/format0000644000000000000000000000001411701310612011664 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011701310612010605 5ustar debian/patches/Makefile.PL-no-ssl-in-LIBS.patch0000644000000000000000000000114111701310612016216 0ustar Description: don't compile with -lssl Origin: vendor Forwarded: not-needed Author: Damyan Ivanov Reviewed-by: Salvatore Bonaccorso Last-Update: 2011-08-25 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ 'Test' => 0, }, 'OBJECT' => 'RSA.o', - 'LIBS' => ($^O eq 'MSWin32') ? ['-lssl32 -leay32'] : ['-lssl -lcrypto'], + 'LIBS' => ['-lcrypto'], # e.g., '-lm' 'DEFINE' => '-DPERL5 -DOPENSSL_NO_KRB5', # perl-5.8/gcc-3.2 needs -DPERL5, and redhat9 likes -DOPENSSL_NO_KRB5 'INC' => $include, # e.g., '-I/usr/include/other' debian/patches/series0000644000000000000000000000004111701310612012015 0ustar Makefile.PL-no-ssl-in-LIBS.patch debian/compat0000644000000000000000000000000211701310612010354 0ustar 7 debian/control0000644000000000000000000000247011701310612010564 0ustar Source: libcrypt-openssl-rsa-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu , Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 7), perl, libssl-dev, libcrypt-openssl-random-perl, libcrypt-openssl-bignum-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-openssl-rsa-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcrypt-openssl-rsa-perl.git Homepage: http://perl-openssl.sourceforge.net/ Package: libcrypt-openssl-rsa-perl Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libcrypt-openssl-bignum-perl Description: module for RSA encryption using OpenSSL Crypt::OpenSSL::RSA is a Perl module that provides glue to the RSA functions in the OpenSSL library. It provides the following functionalities: create a key from a string, make a new key, save key to a string, save public portion of key to a string using format compatible with OpenSSL's command-line rsa tool, encrypt, decrypt, sign, verify, return the size in bytes of a key, check the validity of a key. debian/changelog0000644000000000000000000000636212231436253011050 0ustar libcrypt-openssl-rsa-perl (0.28-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 09:51:55 +0100 libcrypt-openssl-rsa-perl (0.28-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Imported Upstream version 0.28 * debian/patches: Refresh Makefile.PL-no-ssl-in-LIBS.patch patch. * Update copyright years for debian/* packaging -- Salvatore Bonaccorso Thu, 05 Jan 2012 13:01:22 +0100 libcrypt-openssl-rsa-perl (0.27-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Added header to patch file and refresh patch * Use new short rules format * Add perl to B-D, it's not build-essential [ gregor herrmann ] * debian/watch: fix regexp for matching upstream releases. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * New upstream release - Fix RSA.pm break with perl 5.14+ (Closes: #628636). * debian/rules: Drop quilt framework * debian/control: Drop quilt from Build-Depends. * Convert to '3.0 (quilt)' source package format. * Add myself to Uploaders. * debian/patches: Referesh Makefile.PL-no-ssl-in-LIBS.patch patch. * debian/copyright: - Refresh format to revision 135 of DEP5 proposed format- specification for machine-readable copyright information. - Explicitly refer to GPL-1 license text in common-licenses. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.2. * Drop debian/libcrypt-openssl-dsa-perl.substvars. -- Salvatore Bonaccorso Mon, 04 Jul 2011 08:11:06 +0200 libcrypt-openssl-rsa-perl (0.25-1) unstable; urgency=low * Take over for the Debian perl Group on maintainer's request * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Changed Maintainer to Debian Perl Group * add debian/watch * New upstream release * add myself to Uploaders * Standards-Version: 3.7.3 (no changes) * debhelper compatibility level 6 * add ${perl:Depends} to Depends. Thanks, Niko. * use dist-based upstream URL in debian/copyright * debian/rules: sync with dh-make-perl's template * add Makefile.PL-no-ssl-in-LIBS.patch and involve quilt in the build process * add libcrypt-openssl-bignum-perl to Build-Depends to allow the bugnum tests -- Damyan Ivanov Sun, 27 Jan 2008 22:49:22 +0200 libcrypt-openssl-rsa-perl (0.24-2) unstable; urgency=high * Add dependency on libcrypt-openssl-bignum-perl (Closes: #425744). -- Luk Claes Wed, 23 May 2007 20:03:22 +0200 libcrypt-openssl-rsa-perl (0.24-1) unstable; urgency=low * New upstream release -- Luk Claes Sat, 21 Apr 2007 15:38:41 +0200 libcrypt-openssl-rsa-perl (0.23-1) unstable; urgency=low * Initial release (Closes: #362956). -- Luk Claes Mon, 15 May 2006 04:40:52 +0200