Subversion Repositories libmail-dkim-perl

Compare Revisions

Ignore whitespace Rev 75 → Rev 74

/tags/0.53-1/debian/rules
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: tags/0.53-1/debian/manpages
===================================================================
--- tags/0.53-1/debian/manpages (revision 75)
+++ tags/0.53-1/debian/manpages (nonexistent)
@@ -1,2 +0,0 @@
-debian/man/dkimproxy-sign.1
-debian/man/dkimproxy-verify.1
Index: tags/0.53-1/debian/man/dkimproxy-sign.1
===================================================================
--- tags/0.53-1/debian/man/dkimproxy-sign.1 (revision 75)
+++ tags/0.53-1/debian/man/dkimproxy-sign.1 (nonexistent)
@@ -1,29 +0,0 @@
-.TH dkimproxy-sign 1
-
-.SH NAME
-dkimproxy-sign \- computes a DKIM signature for an email message
-
-.SH SYNOPSIS
- dkimproxy-sign [options] < original_email.txt
- options:
- \-\-method=METHOD
- \-\-selector=SELECTOR
- \-\-debug\-canonicalization=FILE
-
- dkimproxy-sign \-\-help
- to see a full description of the various options
-
-.SH OPTIONS
-
-.B \-\-method
-Determines the desired canonicalization method. Possible values are
-simple, simple/simple, simple/relaxed, relaxed, relaxed/relaxed,
-relaxed/simple.
-
-.B \-\-debug\-canonicalization
-Outputs the canonicalized message to the specified file, in addition
-to computing the DKIM signature. This is helpful for debugging
-canonicalization methods.
-
-.SH "SEE ALSO"
-dkimproxy.in(8), dkimproxy.out(8), dkimproxy-verify(1), dkim_responder(1)
Index: tags/0.53-1/debian/man/dkimproxy-verify.1
===================================================================
--- tags/0.53-1/debian/man/dkimproxy-verify.1 (revision 75)
+++ tags/0.53-1/debian/man/dkimproxy-verify.1 (nonexistent)
@@ -1,13 +0,0 @@
-.TH dkimproxy-verify 1
-
-.SH NAME
-dkimproxy-verify \- insert here a description
-
-.SH DESCRIPTION
-The dkimproxy verify script that is bundled with DKIMproxy is not a component
-of the proxy itself. It's just useful in terms of troubleshooting a signature.
-
-This man page is a stub, please contribute.
-
-.SH "SEE ALSO"
-dkimproxy.in(8), dkimproxy.out(8), dkimproxy-sign(1), dkim_responder(1)
Index: tags/0.53-1/debian/README.Debian
===================================================================
--- tags/0.53-1/debian/README.Debian (revision 75)
+++ tags/0.53-1/debian/README.Debian (nonexistent)
@@ -1,15 +0,0 @@
-Yahoo! Inc. claims patent rights concerning DomainKeys and
-DKIM. Details of the claim can be found at
-<https://datatracker.ietf.org/public/ipr_detail_show.cgi?&ipr_id=693>.
-Their licensing statement from that page reads as follows, as of
-2007-02-30:
-
-"Yahoo! licenses its Necessary Patent Claims contained in the patent(s) and
-patent application(s) disclosed above under either of two separate license
-agreements, one of which is the DomainKeys Patent License Agreement (v1.2), and
-the other is the GNU General Public License v2.0 (and no other version)."
-
-It is believed that this will cause normal users no legal problems, but the
-packager can't guarantee anything.
-
-For more information about DKIM, see http://mipassoc.org/dkim/
Index: tags/0.53-1/debian/source/format
===================================================================
--- tags/0.53-1/debian/source/format (revision 75)
+++ tags/0.53-1/debian/source/format (nonexistent)
@@ -1 +0,0 @@
-3.0 (quilt)
Index: tags/0.53-1/debian/control
===================================================================
--- tags/0.53-1/debian/control (revision 75)
+++ tags/0.53-1/debian/control (nonexistent)
@@ -1,31 +0,0 @@
-Source: libmail-dkim-perl
-Section: perl
-Priority: optional
-Maintainer: Magnus Holmgren <holmgren@debian.org>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl,
- libnet-dns-perl, libmailtools-perl,
- libdigest-sha-perl, libcrypt-openssl-rsa-perl (>= 0.24),
- libyaml-libyaml-perl, libtest-requiresinternet-perl
-Standards-Version: 4.1.4
-Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk
-Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl
-Homepage: http://dkimproxy.sourceforge.net
-
-Package: libmail-dkim-perl
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl,
- libdigest-sha-perl, libmailtools-perl, libnet-dns-perl,
- libcrypt-openssl-rsa-perl (>= 0.24)
-Replaces: dkimproxy (<< 1.2-1)
-Breaks: dkimproxy (<< 1.2-1)
-Description: cryptographically identify the sender of email - perl library
- RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level
- authentication framework for email using public-key cryptography and
- key server technology to permit verification of the source and
- contents of messages by either Mail Transport Agents (MTAs) or Mail
- User Agents (MUAs).
- .
- This is a Perl implementation created by Jason Long of Messiah
- College. It performs signing as well as signature verification. It
- also supports the older DomainKeys standard.
Index: tags/0.53-1/debian/compat
===================================================================
--- tags/0.53-1/debian/compat (revision 75)
+++ tags/0.53-1/debian/compat (nonexistent)
@@ -1 +0,0 @@
-9
Index: tags/0.53-1/debian/watch
===================================================================
--- tags/0.53-1/debian/watch (revision 75)
+++ tags/0.53-1/debian/watch (nonexistent)
@@ -1,4 +0,0 @@
-version=4
-
-#http://search.cpan.org/CPAN/modules/by-module/Mail/Mail-DKIM-([\d.]+).tar.gz
-https://metacpan.org/release/Mail-DKIM .*/Mail-DKIM-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
Index: tags/0.53-1/debian/changelog
===================================================================
--- tags/0.53-1/debian/changelog (revision 75)
+++ tags/0.53-1/debian/changelog (nonexistent)
@@ -1,206 +0,0 @@
-libmail-dkim-perl (0.53-1) unstable; urgency=low
-
- * New upstream release.
- * Update debian/copyright.
- * Update debian/watch to use metacpan.org instead of search.cpan.org.
- * Add dependencies libyaml-libyaml-perl, libtest-requiresinternet-perl
- for tests.
- * Ensure that the shebang of the sign and verify scripts is just
- "#!/usr/bin/perl" (policy 10.4). Increase Standards-Version to 4.1.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 24 Jun 2018 16:25:24 +0200
-
-libmail-dkim-perl (0.44-1) unstable; urgency=low
-
- * New upstream release.
- * Bump Standards-Version to 4.1.1.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 21 Oct 2017 21:12:09 +0200
-
-libmail-dkim-perl (0.42-1) unstable; urgency=low
-
- * New upstream release.
- * Switch to Debhelper compat level 9 and convert debian/rules to dh
- style.
- * debian/docs: Include doc/policies.txt and doc/dkim_errata.txt. README
- is now README.md.
- * Bump Standards-Version to 4.1.0.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 16 Sep 2017 23:13:42 +0200
-
-libmail-dkim-perl (0.40-1) unstable; urgency=low
-
- * New upstream release.
- * debian/rules: Add build-arch and build-indep targets.
- * Change source format to 3.0 (quilt).
- * Standards-Version 3.9.4.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 07 May 2013 21:57:38 +0200
-
-libmail-dkim-perl (0.39-1) unstable; urgency=low
-
- * New upstream release.
- * debian/copyright: Updated.
- * Add Breaks: dkimproxy (<< 1.2-1) along with the Replaces: from 0.37-1.
- * Add ${misc:Depends} to Depends: just in case and to silence Lintian.
- * Up Standards-Version to 3.9.1.
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Feb 2011 18:59:40 +0100
-
-libmail-dkim-perl (0.38-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 22 May 2010 23:32:58 +0200
-
-libmail-dkim-perl (0.37-1) unstable; urgency=low
-
- * New upstream release.
- * Ship dkimsign.pl and dkimverify.pl as /usr/bin/dkimproxy-sign and
- /usr/bin/dkimproxy-verify, replacing the old versions in the dkimproxy
- package (Closes: #524047).
- * Also include the corresponding manpages from the dkimproxy
- package. Thanks to Thomas Goirand.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 19 Dec 2009 18:48:51 +0100
-
-libmail-dkim-perl (0.36-1) unstable; urgency=low
-
- * New upstream release.
- - Renames Mail::DKIM::Policy to Mail::DKIM::DkPolicy. Only affects
- code that creates policy objects directly.
- - Drops support for pre-standardized DKIM signatures (i.e. DKIM
- signatures without a v= or bh= tag).
- * Honour nocheck option in DEB_BUILD_OPTIONS (but test outcome is still
- ignored since some tests depend on Internet connectivity).
- * Increase Standards-Version to 3.8.2.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:16:02 +0200
-
-libmail-dkim-perl (0.33-1) unstable; urgency=low
-
- * New upstream release (Closes: #519151).
- * Bumped Standards-Version to 3.8.0. No changes needed.
- * debian/rules: Fix target dependencies, skip unnecessary Debhelper
- calls, and delete severely incomplete Mail::DKIM::PublicKey(3pm)
- manpage that Lintian complains about.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 10 Mar 2009 23:22:33 +0100
-
-libmail-dkim-perl (0.32-1) unstable; urgency=low
-
- * New upstream release.
- - No longer depends on libdigest-sha1-perl.
-
- -- Magnus Holmgren <holmgren@debian.org> Sat, 07 Jun 2008 15:38:48 +0200
-
-libmail-dkim-perl (0.31-1) unstable; urgency=low
-
- * New upstream release (Closes: 476908).
- * Change debian/watch to use search.cpan.org only.
- * New maintainer email address.
- * Increase minimum version of libcrypt-openssl-rsa-perl to 0.24 (should
- have done that at version 0.28 of this package).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Apr 2008 18:08:09 +0200
-
-libmail-dkim-perl (0.30.1-1) unstable; urgency=low
-
- * New upstream release (Closes: #470650).
-
- -- Magnus Holmgren <magnus@kibibyte.se> Wed, 12 Mar 2008 18:47:28 +0100
-
-libmail-dkim-perl (0.29-1) unstable; urgency=low
-
- * New upstream release.
- * Bump Standards-Version to 3.7.3.
- * Upstream homepage moved to SourceForge.
- * Change XS-Vcs-* fields to just Vcs-*.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sun, 23 Dec 2007 13:51:28 +0100
-
-libmail-dkim-perl (0.28-2) unstable; urgency=low
-
- * Skip 'make realclean' if Makefile does not exist, and do not ignore
- errors.
- * Modernise debian/control: wrap dependency fields, add XS-Vcs-* fields,
- and make Homepage a real field.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Thu, 27 Sep 2007 22:21:31 +0200
-
-libmail-dkim-perl (0.28-1) unstable; urgency=low
-
- * New upstream release. Skipping 0.27 which had a bug.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:43:55 +0200
-
-libmail-dkim-perl (0.26-2) unstable; urgency=low
-
- * Fix error in this changelog (the description of DKIM was never changed
- in 0.25-1).
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sat, 26 May 2007 17:42:05 +0200
-
-libmail-dkim-perl (0.26-1) unstable; urgency=low
-
- * New upstream release.
- · Compliant to the finished RFC 4871.
- * debian/control: Borrow description of DKIM from libdkim.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Fri, 25 May 2007 00:52:29 +0200
-
-libmail-dkim-perl (0.25-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sat, 12 May 2007 10:17:26 +0200
-
-libmail-dkim-perl (0.24-2) unstable; urgency=low
-
- * Upload to unstable.
- * Add homepage to package description and mention DK support.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Mon, 23 Apr 2007 22:03:29 +0200
-
-libmail-dkim-perl (0.24-1) experimental; urgency=low
-
- * New upstream (bugfix) release.
- * Add debian/watch.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sat, 24 Mar 2007 23:04:03 +0100
-
-libmail-dkim-perl (0.23-1) experimental; urgency=low
-
- * New upstream release.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sat, 10 Mar 2007 20:36:14 +0100
-
-libmail-dkim-perl (0.22-1) experimental; urgency=low
-
- * New upstream release.
- · This version will also verify the older DomainKeys kind of
- signatures.
- * This time the tests have been made non-build-critical, as their
- outcome really doesn't say anything about the success of the
- build.
-
- -- Magnus Holmgren <magnus@kibibyte.se> Tue, 30 Jan 2007 01:17:52 +0100
-
-libmail-dkim-perl (0.19-3) unstable; urgency=low
-
- * Really disable network-dependent tests, POSIX-compliantly (Closes:
- #395860)
-
- -- Magnus Holmgren <magnus@kibibyte.se> Mon, 6 Nov 2006 12:20:29 +0100
-
-libmail-dkim-perl (0.19-2) unstable; urgency=low
-
- * Disable test cases requiring network access (Closes: #395860)
-
- -- Magnus Holmgren <magnus@kibibyte.se> Mon, 30 Oct 2006 15:09:01 +0100
-
-libmail-dkim-perl (0.19-1) unstable; urgency=low
-
- * Initial release (Closes: #378046).
-
- -- Magnus Holmgren <magnus@kibibyte.se> Sat, 7 Oct 2006 16:40:20 +0200
Index: tags/0.53-1/debian/copyright
===================================================================
--- tags/0.53-1/debian/copyright (revision 75)
+++ tags/0.53-1/debian/copyright (nonexistent)
@@ -1,31 +0,0 @@
-This package was debianized by Magnus Holmgren <holmgren@debian.org> on
-Wed, 12 Jul 2006 20:22:49 +0200.
-
-It was downloaded from <URL:http://jason.long.name/dkimproxy/>
-
-Upstream Author: Jason Long <jason@long.name>
-Current Upstream Maintainer: Marc Bradshaw <marc@marcbradshaw.net>
-Contributors: Bron Gondwana <brong@fastmailteam.com>, John Levine <john.levine@standcore.com>
-
-Copyright © 2017 FastMail Pty Ltd.
-Copyright © 2017 by Standcore LLC
-Copyright © 2010 Jason Long
-Copyright © 2006-2009 Messiah College
-Copyright © 2004 Anthony D. Urso
-
-License:
-
- This library is free software; you can redistribute it and/or
- modify it under the same terms as Perl itself, either Perl version
- 5.8.6 or, at your option, any later version of Perl 5 you may have
- available.
-
-This currently means an option of either the GPL (version 1.0 or
-or any later version) or the Artistic License.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL' and
-the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-The Debian packaging is © 2006-2018 Magnus Holmgren <holmgren@debian.org> and
-is also licensed under the above terms.
Index: tags/0.53-1/debian/docs
===================================================================
--- tags/0.53-1/debian/docs (revision 75)
+++ tags/0.53-1/debian/docs (nonexistent)
@@ -1,6 +0,0 @@
-README.md
-HACKING.DKIM
-Changes
-TODO
-doc/policies.txt
-doc/dkim_errata.txt
Index: tags/0.53-1/debian
===================================================================
--- tags/0.53-1/debian (revision 75)
+++ tags/0.53-1/debian (nonexistent)
/tags/0.53-1/debian
Property changes:
Deleted: mergeWithUpstream
## -1 +0,0 ##
-1
\ No newline at end of property