Package: libcrypt-smime-perl / 0.10-1

Metadata

Package Version Patches format
libcrypt-smime-perl 0.10-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
allow_quoted_enveloped data.patch | (download)

lib/SMIME.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow quotes around "enveloped-data" as created by mime::entity
 This patch was picked from the upstream RT, where it has been lingering
 for 18 months without receiving a comment. It looks like it could be useful
 for our users as well.
dont_delete_SMIME_pod.patch | (download)

Makefile.PL | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't delete smime.pod in 'make clean'
 'make clean' will delete ./SMIME.pod, which is part of the distribution
 and essential for the build to succeed.
 .
 This is a quick&dirty fix for the immediate issue, and may not be
 appropriate for upstream (autogenerate SMIME.pod?):
 .
 Just don't touch it (don't delete it).