Subversion Repositories libmail-dkim-perl

Compare Revisions

Ignore whitespace Rev 46 → Rev 47

/trunk/debian/control
16,6 → 16,7
Depends: ${perl:Depends}, liberror-perl,
libdigest-sha-perl, libmailtools-perl, libnet-dns-perl,
libcrypt-openssl-rsa-perl (>= 0.24)
Replaces: 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
/trunk/debian/changelog
1,8 → 1,13
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> Fri, 11 Sep 2009 22:51:16 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 19 Dec 2009 18:48:51 +0100
 
libmail-dkim-perl (0.36-1) unstable; urgency=low
 
/trunk/debian/rules
40,6 → 40,9
 
$(MAKE) install DESTDIR=$(TMP)/
rm -f $(TMP)/usr/share/man/man3/Mail::DKIM::PublicKey.3pm
install -d $(TMP)/usr/bin/
install scripts/dkimsign.pl $(TMP)/usr/bin/dkimproxy-sign
install scripts/dkimverify.pl $(TMP)/usr/bin/dkimproxy-verify
 
# Remove any empty directories
find $(TMP)/usr -depth -type d -empty -exec rmdir '{}' ';'
52,6 → 55,7
binary-indep: install
dh_testdir
dh_testroot
dh_installman
dh_installdocs
dh_installchangelogs -k ChangeLog
dh_link
/trunk/debian/man/dkimproxy-sign.1
0,0 → 1,29
.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)
/trunk/debian/man/dkimproxy-verify.1
0,0 → 1,13
.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)
/trunk/debian/manpages
0,0 → 1,2
debian/man/dkimproxy-sign.1
debian/man/dkimproxy-verify.1