Skip to content

Commit

Permalink
Item14023: add LWP::Protocol::https to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Mar 11, 2016
1 parent a8aa34c commit ba56942
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion core/data/System/SystemRequirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1454084167" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1457670956" format="1.1" version="1"}%
%META:TOPICPARENT{name="AdminDocumentationCategory"}%
---+ System Requirements

Expand Down Expand Up @@ -65,6 +65,7 @@ Install apache and rcs: ==apt-get install apache2 rcs==
| Locale::Maketext::Lexicon | =liblocale-maketext-lexicon-perl= | Optional, needed for internationalization |
| Locale::Msgfmt | =liblocale-msgfmt-perl= | Optional, needed for internationalization |
| LWP | =libwww-perl= | |
| LWP::Protocol::https | =liblwp-protocol-https-perl= | |
| URI | =liburi-perl= | |
| version | =libversion-perl= | Must be version 0.77 or newer, included with perl 5.10.1 and newer. |

Expand Down Expand Up @@ -131,6 +132,7 @@ Install apache2, rcs, and perl-CPAN
| Locale::Maketext::Lexicon | =perl-Locale-Maketext-Lexicon= | Optional, needed for internationalization |
| Locale::Msgfmt | =perl-Locale-Msgfmt= | Optional, needed for internationalization |
| LWP | =perl-libwww-perl= | |
| LWP::Protocol::https | =perl-liblwp-protocol-https= | |
| URI | =perl-URI= | |
| version | =perl-Perl-Version= | Must be version 0.77 or newer, included with perl 5.10.1 and newer. |

Expand Down Expand Up @@ -201,6 +203,7 @@ Install =www-servers/apache=, =dev-vcs/rcs=, and =dev-lang/perl=
| Locale::Maketext::Lexicon | =dev-perl/Locale-Maketext-Lexicon= | Optional, needed for internationalization |
| Locale::Msgfmt | =dev-perl/Locale-Msgfmt= | Optional, needed for internationalization |
| LWP | =dev-perl/libwww-perl= | |
| LWP::Protocol::https | =dev-perl/LWP-Protocol-https= | |
| URI | =dev-perl/URI= | |
| version | | Must be version 0.77 or newer, included with perl 5.10.1 and newer. |
---+++++!! To install the above packages on Gentoo
Expand Down Expand Up @@ -261,6 +264,7 @@ Install =apache24=, =rcs=, and =perl5=
| Locale::Maketext::Lexicon | =p5-Locale-Maketext-Lexicon= | Optional, needed for internationalization |
| Locale::Msgfmt | =p5-Locale-Msgfmt= | Optional, needed for internationalization |
| LWP | =p5-libwww= | |
| LWP::Protocol::https | =p5-LWP-Protocol-https= | |
| URI | =p5-URI= | |
| version | =p5-version= | Must be version 0.77 or newer, included with perl 5.10.1 and newer. |

Expand Down Expand Up @@ -322,6 +326,7 @@ If run as root, the modules will be installed in the System perl. Otherwise th
| Locale::Maketext::Lexicon | Optional, needed for internationalization |
| Locale::Msgfmt | Optional, needed for internationalization |
| LWP | |
| LWP::Protocol::https | |
| URI | |
| version | Must be version 0.77 or newer, included with perl 5.10.1 and newer. |

Expand Down
1 change: 1 addition & 0 deletions core/lib/Foswiki/Contrib/core/DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Locale::Language,>=0,cpan,Optional, required if {UserInterfaceInternationalisati
Locale::Maketext::Lexicon,>=0,cpan,Optional, required if {UserInterfaceInternationalisation} is enabled in configuration.
Locale::Msgfmt,>=0,cpan,Optional, used to compress the language files in locale directory if enabled.
LWP,>=0,cpan,Optional, needed by the Configure Extensions installer,for external URL based INCLUDEs and URL item verification.
LWP::Protocol::https,>=0,cpan,Optional, needed by the Configure Extensions installer,for external URL based INCLUDEs and URL item verification.
Mozilla::CA,>=20110904,cpan,Optional, SSL host verification for e-mail and other SSL/TLS connections.
Socket,>=2.001,cpan,Required, for base Foswiki.
URI,>=0,cpan,Required, used for Foswiki::Net URL parsing
Expand Down

0 comments on commit ba56942

Please sign in to comment.