ac61a204d4
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=290
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
---
|
|
Build.PL | 1 -
|
|
META.json | 1 -
|
|
META.yml | 1 -
|
|
bin/biber | 2 ++
|
|
4 files changed, 2 insertions(+), 3 deletions(-)
|
|
|
|
--- Build.PL
|
|
+++ Build.PL 2018-04-12 12:07:59.531719830 +0000
|
|
@@ -54,7 +54,6 @@ my $builder = $class->new(
|
|
'List::AllUtils' => 0,
|
|
'List::MoreUtils' => 0,
|
|
'List::MoreUtils::XS' => 0,
|
|
- 'Mozilla::CA' => '20160104',
|
|
'Regexp::Common' => 0,
|
|
'Log::Log4perl' => 0,
|
|
'Unicode::Collate' => '1.25',
|
|
--- META.json
|
|
+++ META.json 2018-04-12 12:08:19.691347923 +0000
|
|
@@ -49,7 +49,6 @@
|
|
"List::MoreUtils" : "0",
|
|
"List::MoreUtils::XS" : "0",
|
|
"Log::Log4perl" : "0",
|
|
- "Mozilla::CA" : "20160104",
|
|
"PerlIO::utf8_strict" : "0",
|
|
"Regexp::Common" : "0",
|
|
"Sort::Key" : "0",
|
|
--- META.yml
|
|
+++ META.yml 2018-04-12 12:08:45.330874919 +0000
|
|
@@ -94,7 +94,6 @@ requires:
|
|
List::MoreUtils: '0'
|
|
List::MoreUtils::XS: '0'
|
|
Log::Log4perl: '0'
|
|
- Mozilla::CA: '20160104'
|
|
PerlIO::utf8_strict: '0'
|
|
Regexp::Common: '0'
|
|
Sort::Key: '0'
|
|
--- bin/biber
|
|
+++ bin/biber 2018-04-12 12:06:39.913188617 +0000
|
|
@@ -114,6 +114,8 @@ GetOptions(
|
|
) or pod2usage(-verbose => 0,
|
|
-exitval => EXIT_ERROR);
|
|
|
|
+$opts->{'ssl-nointernalca'} = 1;
|
|
+
|
|
# verbose > 1 uses external perldoc, this doesn't work with PAR::Packer binaries
|
|
# so use "-noperldoc" to use built-in POD::Text
|
|
if (exists $opts->{'help'}) {
|