Bugzilla – Attachment 19840 Details for
Bug 8897
Optional GnuPG encryption of outgoing emails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8897 Follow-up: add Crypt:GPG dependency
Bug-8897-Follow-up-add-CryptGPG-dependency.patch (text/plain), 3.29 KB, created by
Mirko Tietgen
on 2013-07-21 13:13:03 UTC
(
hide
)
Description:
Bug 8897 Follow-up: add Crypt:GPG dependency
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2013-07-21 13:13:03 UTC
Size:
3.29 KB
patch
obsolete
>From d9070836107c6c781d3a7c073be1b6a160117594 Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Sun, 21 Jul 2013 15:10:52 +0200 >Subject: [PATCH] Bug 8897 Follow-up: add Crypt:GPG dependency > >this patch adds the perl module Crypt::GPG and the resp. package libcrypt-gpg-perl to PerlDependences.pm, debian/control and the debian and ubuntu package files >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > debian/control | 1 + > install_misc/debian.packages | 1 + > install_misc/ubuntu.10.04.packages | 1 + > install_misc/ubuntu.12.04.packages | 1 + > install_misc/ubuntu.packages | 1 + > 6 files changed, 10 insertions(+), 0 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index ca220aa..9530ac3 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -689,6 +689,11 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '0.22', > }, >+ 'Crypt::GPG' => { >+ 'usage' => 'Messaging (encryption)', >+ 'required' => '1', >+ 'min_ver' => '1.52', >+ }, > }; > > 1; >diff --git a/debian/control b/debian/control >index 1d2c7e6..642dfb8 100644 >--- a/debian/control >+++ b/debian/control >@@ -25,6 +25,7 @@ Build-Depends: libalgorithm-checkdigits-perl, > libcgi-session-serialize-yaml-perl, > libclass-accessor-perl, > libclass-factory-util-perl, >+ libcrypt-gpg-perl, > libdata-ical-perl, > libdata-paginator-perl, > libdate-calc-perl, >diff --git a/install_misc/debian.packages b/install_misc/debian.packages >index 531b056..be5b74b 100644 >--- a/install_misc/debian.packages >+++ b/install_misc/debian.packages >@@ -23,6 +23,7 @@ libcgi-session-perl install > libcgi-session-serialize-yaml-perl install > libclass-accessor-perl install > libclass-factory-util-perl install >+libcypt-gpg-perl install > libdata-ical-perl install > libdata-paginator-perl install > libdate-calc-perl install >diff --git a/install_misc/ubuntu.10.04.packages b/install_misc/ubuntu.10.04.packages >index 1d1470e..5200a33 100644 >--- a/install_misc/ubuntu.10.04.packages >+++ b/install_misc/ubuntu.10.04.packages >@@ -62,6 +62,7 @@ libcgi-session-perl install > libcgi-session-serialize-yaml-perl install > libclass-accessor-perl install > libclass-factory-util-perl install >+libcrypt-gpg-perl install > libdata-ical-perl install > libdata-paginator-perl install > libdate-calc-perl install >diff --git a/install_misc/ubuntu.12.04.packages b/install_misc/ubuntu.12.04.packages >index df87256..d082172 100644 >--- a/install_misc/ubuntu.12.04.packages >+++ b/install_misc/ubuntu.12.04.packages >@@ -64,6 +64,7 @@ libchi-driver-memcached-perl install > libchi-perl install > libclass-accessor-perl install > libclass-factory-util-perl install >+libcrypt-gpg-perl install > libdata-ical-perl install > libdata-paginator-perl install > libdate-calc-perl install >diff --git a/install_misc/ubuntu.packages b/install_misc/ubuntu.packages >index 5356e54..65a3347 100644 >--- a/install_misc/ubuntu.packages >+++ b/install_misc/ubuntu.packages >@@ -64,6 +64,7 @@ libchi-driver-memcached-perl install > libchi-perl install > libclass-accessor-perl install > libclass-factory-util-perl install >+libcrypt-gpg-perl install > libdata-ical-perl install > libdata-paginator-perl install > libdate-calc-perl install >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8897
:
12763
|
12991
|
12992
|
12993
|
13954
|
13955
|
19820
|
19823
|
19835
|
19836
|
19840
|
19872
|
21235
|
27296
|
46640