public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/biber/files/, dev-tex/biber/
@ 2015-10-28 21:09 Manuel Rüger
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rüger @ 2015-10-28 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     87bbf167b6c9f59c5bb18213efcd6db909f7c1ac
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 21:09:35 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 21:09:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bbf167

dev-tex/biber: Remove old

Package-Manager: portage-2.2.23

 dev-tex/biber/Manifest                             |   1 -
 dev-tex/biber/biber-1.9.ebuild                     |  70 -------
 .../biber/files/biber-1.9-drop-mozilla-ca.patch    | 221 ---------------------
 3 files changed, 292 deletions(-)

diff --git a/dev-tex/biber/Manifest b/dev-tex/biber/Manifest
index 5ff0fa9..e1c2d04 100644
--- a/dev-tex/biber/Manifest
+++ b/dev-tex/biber/Manifest
@@ -1,3 +1,2 @@
-DIST biber-1.9.tar.gz 2046569 SHA256 4b8f7ab78f326f2c862c99f8dbb3b224c49f9289820dc226c9529dfa945d9066 SHA512 6b417fd2537e832e8309e3cd1405037a0e1a6e1bc2f2759a208a97f1107a787c269eb3dd9a5b3875855dd50d641dbe7d61b7127d11f986a05d1ceb08ec6ecfda WHIRLPOOL 47b39ab2e0c35e48f4d627bf24f4c03bbeb6b8f499c6492d403da31098b1eb13cd998713f7fbe38c260dff1418b1bd03aede7fa86cd04baf4d5dbe04816e4377
 DIST biber-2.1.tar.gz 2222706 SHA256 7b20049557869a994ed9e0373f620720370981b6412ca415f0408d1af893f8f4 SHA512 4a19bf9781cb90da52d9f08163b9ed400233db5c446054b12ab339786456e85bc7aba16ff8c0a36351ecc66b90e4a93e594e820b52f93566449b8c96b27852fb WHIRLPOOL 0c7b1827e3e9ede6aebd45a00b63eac8cc3e7896d89c219fa2c467b4b6b10f48f2180aeb70d727f14620267943d59646daf4d0f09ddb1bd7b6b4b945d973dc03
 DIST biber-2.2.tar.gz 2296128 SHA256 6dd93476b27ac7603bc9f224a3b00558f86617209f93b74f8cb4a51f54480c2f SHA512 508b5a8046a1ff7ef6482b5c1f86ce427fa47f669ca224ee52252109dd6488ff242ea5076cafd47f66f288fed994b5425eab4c2566346046e0b2f656ca679d7c WHIRLPOOL 2006b26277eaeb707211a1828e70c4bbfd04030f56e91062c57050a5b0479d317455352730976f3f9206eafbafdccc71d9f071f4e9dedace1c77e8c79ab826b4

diff --git a/dev-tex/biber/biber-1.9.ebuild b/dev-tex/biber/biber-1.9.ebuild
deleted file mode 100644
index 376fe96..0000000
--- a/dev-tex/biber/biber-1.9.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils perl-module
-
-MY_PN=biblatex-${PN}
-
-DESCRIPTION="A BibTeX replacement for users of biblatex"
-HOMEPAGE="http://biblatex-biber.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/${MY_PN}/${MY_PN}/${PV}/${MY_PN}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-RDEPEND=">=dev-lang/perl-5.16
-	dev-perl/autovivification
-	dev-perl/Business-ISBN
-	dev-perl/Business-ISMN
-	dev-perl/Business-ISSN
-	dev-perl/Data-Compare
-	dev-perl/Data-Dump
-	dev-perl/Date-Simple
-	dev-perl/Encode-EUCJPASCII
-	dev-perl/Encode-HanExtra
-	dev-perl/Encode-JIS2K
-	dev-perl/File-Slurp-Unicode
-	dev-perl/IPC-Run3
-	dev-perl/libwww-perl[ssl]
-	dev-perl/List-AllUtils
-	dev-perl/Log-Log4perl
-	dev-perl/regexp-common
-	dev-perl/Readonly
-	dev-perl/Readonly-XS
-	>=dev-perl/Text-BibTeX-0.66
-	dev-perl/URI
-	dev-perl/Unicode-LineBreak
-	dev-perl/XML-LibXML-Simple
-	dev-perl/XML-LibXSLT
-	dev-perl/XML-SAX-Base
-	dev-perl/XML-Writer
-	>=dev-tex/biblatex-2.7
-	virtual/perl-IPC-Cmd"
-DEPEND="${RDEPEND}
-	dev-perl/Config-AutoConf
-	dev-perl/Module-Build
-	test? ( dev-perl/File-Which
-			dev-perl/Test-Pod
-			dev-perl/Test-Pod-Coverage )"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-SRC_TEST="parallel"
-
-src_prepare(){
-	epatch "${FILESDIR}"/${P}-drop-mozilla-ca.patch
-}
-
-src_install(){
-	perl-module_src_install
-	use doc && dodoc -r doc/*
-}
-
-src_test() {
-	BIBER_SKIP_DEV_TESTS=1 perl-module_src_test
-}

diff --git a/dev-tex/biber/files/biber-1.9-drop-mozilla-ca.patch b/dev-tex/biber/files/biber-1.9-drop-mozilla-ca.patch
deleted file mode 100644
index 54732a6..0000000
--- a/dev-tex/biber/files/biber-1.9-drop-mozilla-ca.patch
+++ /dev/null
@@ -1,221 +0,0 @@
-From f31062a94aefff64cc193aa3a394fd3a623c2aa7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Manuel=20R=C3=BCger?= <manuel@rueg.eu>
-Date: Thu, 29 May 2014 14:23:06 +0200
-Subject: [PATCH] Remove Mozilla::CA dependency.
-
-
-diff --git a/Build.PL b/Build.PL
-index 3ea589b..76acdc7 100644
---- a/Build.PL
-+++ b/Build.PL
-@@ -49,7 +49,6 @@ my $builder = $class->new(
-         'IPC::Run3' => 0,
-         'List::AllUtils' => 0,
-         'List::MoreUtils' => 0,
--        'Mozilla::CA' =>  '20130114',
-         'Regexp::Common' => 0,
-         'Log::Log4perl' => 0,
-         'Unicode::Collate' => '1.04',
-diff --git a/META.json b/META.json
-index cf91a91..1855294 100644
---- a/META.json
-+++ b/META.json
-@@ -44,7 +44,6 @@
-             "List::AllUtils" : "0",
-             "List::MoreUtils" : "0",
-             "Log::Log4perl" : "0",
--            "Mozilla::CA" : "20130114",
-             "Regexp::Common" : "0",
-             "Text::BibTeX" : "0.69",
-             "URI" : "0",
-diff --git a/META.yml b/META.yml
-index 7091ddb..82706ee 100644
---- a/META.yml
-+++ b/META.yml
-@@ -114,7 +114,6 @@ requires:
-   List::AllUtils: 0
-   List::MoreUtils: 0
-   Log::Log4perl: 0
--  Mozilla::CA: 20130114
-   Regexp::Common: 0
-   Text::BibTeX: 0.69
-   URI: 0
-diff --git a/bin/biber b/bin/biber
-index 6038535..4c3ea1c 100755
---- a/bin/biber
-+++ b/bin/biber
-@@ -73,7 +73,6 @@ GetOptions(
-            'sortfirstinits=s',
-            'sortlocale|l=s',
-            'sortupper=s',
--           'ssl-nointernalca',
-            'ssl-noverify-host',
-            'tool',
-            'tool_align|tool-align',                 # legacy alias for output_align
-@@ -664,12 +663,6 @@ default sorting (B<--collate|-C>). When
- using B<--fastsort|-f>, your OS collation locale determines
- this and this option is ignored (default is true).
- 
--=item B<--ssl-nointernalca>
--
--Don't try to use the default Mozilla CA certificates when using HTTPS to fetch remote data.
--This assumes that the user will set one of the perl LWP::UserAgent module environment variables
--to find the CA certs.
--
- =item B<--ssl-noverify-host>
- 
- Turn off host verification when using HTTPS to fetch remote data sources.
-diff --git a/data/schemata/config.rnc b/data/schemata/config.rnc
-index e798733..5fcce6d 100644
---- a/data/schemata/config.rnc
-+++ b/data/schemata/config.rnc
-@@ -72,7 +72,6 @@ start = element config {
-       map+
-     }+
-   }? &
--  element ssl-nointernalca     { "0" | "1" }? &
-   element ssl-noverify-host    { "0" | "1" }? &
-   element tool                 { "0" | "1" }? &
-   element tool_config          { text }? &
-diff --git a/data/schemata/config.rng b/data/schemata/config.rng
-index 185cde6..f7e4176 100644
---- a/data/schemata/config.rng
-+++ b/data/schemata/config.rng
-@@ -335,14 +335,6 @@
-           </element>
-         </optional>
-         <optional>
--          <element name="ssl-nointernalca">
--            <choice>
--              <value>0</value>
--              <value>1</value>
--            </choice>
--          </element>
--        </optional>
--        <optional>
-           <element name="ssl-noverify-host">
-             <choice>
-               <value>0</value>
-diff --git a/lib/Biber/Input/file/biblatexml.pm b/lib/Biber/Input/file/biblatexml.pm
-index d3f7377..21b1471 100644
---- a/lib/Biber/Input/file/biblatexml.pm
-+++ b/lib/Biber/Input/file/biblatexml.pm
-@@ -97,19 +97,6 @@ sub extract_entries {
-     else {
-       if ($1) {                 # HTTPS
-         # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--        # We have to explicitly set the cert path because otherwise the https module
--        # can't find the .pem when PAR::Packer'ed
--        # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--        # It may, however, have been removed by some biber unpacked dists
--        if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--            not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--            not defined(Biber::Config->getoption('ssl-nointernalca')) and
--            eval {require Mozilla::CA}) {
--          # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--          (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--          $dir =~ s/\/$//;      # splitpath sometimes leaves a trailing '/'
--          $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--        }
- 
-         # fallbacks for, e.g., linux
-         unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {
-diff --git a/lib/Biber/Input/file/bibtex.pm b/lib/Biber/Input/file/bibtex.pm
-index 33185a6..f3fd9f2 100644
---- a/lib/Biber/Input/file/bibtex.pm
-+++ b/lib/Biber/Input/file/bibtex.pm
-@@ -140,19 +140,6 @@ sub extract_entries {
-     else {
-       if ($1) {                 # HTTPS
-         # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--        # We have to explicitly set the cert path because otherwise the https module
--        # can't find the .pem when PAR::Packer'ed
--        # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--        # It may, however, have been removed by some biber unpacked dists
--        if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--            not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--            not defined(Biber::Config->getoption('ssl-nointernalca')) and
--            eval {require Mozilla::CA}) {
--          # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--          (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--          $dir =~ s/\/$//;      # splitpath sometimes leaves a trailing '/'
--          $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--        }
- 
-         # fallbacks for, e.g., linux
-         unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {
-diff --git a/lib/Biber/Input/file/endnotexml.pm b/lib/Biber/Input/file/endnotexml.pm
-index 14adc38..b880e8a 100644
---- a/lib/Biber/Input/file/endnotexml.pm
-+++ b/lib/Biber/Input/file/endnotexml.pm
-@@ -111,19 +111,6 @@ sub extract_entries {
-     $logger->info("Data source '$source' is a remote EndNote XML datasource - fetching ...");
-     if ($1) { # HTTPS
-       # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--      # We have to explicitly set the cert path because otherwise the https module
--      # can't find the .pem when PAR::Packer'ed
--      # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--      # It may, however, have been removed by some biber unpacked dists
--      if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--          not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--          not defined(Biber::Config->getoption('ssl-nointernalca')) and
--          eval {require Mozilla::CA}) {
--        # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--        (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--        $dir =~ s/\/$//; # splitpath sometimes leaves a trailing '/'
--        $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--      }
- 
-       # fallbacks for, e.g., linux
-       unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {
-diff --git a/lib/Biber/Input/file/ris.pm b/lib/Biber/Input/file/ris.pm
-index 0dbeacc..dda7466 100644
---- a/lib/Biber/Input/file/ris.pm
-+++ b/lib/Biber/Input/file/ris.pm
-@@ -110,19 +110,6 @@ sub extract_entries {
-     else {
-       if ($1) {                 # HTTPS
-         # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--        # We have to explicitly set the cert path because otherwise the https module
--        # can't find the .pem when PAR::Packer'ed
--        # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--        # It may, however, have been removed by some biber unpacked dists
--        if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--            not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--            not defined(Biber::Config->getoption('ssl-nointernalca')) and
--            eval {require Mozilla::CA}) {
--          # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--          (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--          $dir =~ s/\/$//;      # splitpath sometimes leaves a trailing '/'
--          $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--        }
- 
-         # fallbacks for, e.g., linux
-         unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {
-diff --git a/lib/Biber/Input/file/zoterordfxml.pm b/lib/Biber/Input/file/zoterordfxml.pm
-index 0d05d2b..79ba19e 100644
---- a/lib/Biber/Input/file/zoterordfxml.pm
-+++ b/lib/Biber/Input/file/zoterordfxml.pm
-@@ -123,19 +123,6 @@ sub extract_entries {
-     $logger->info("Data source '$source' is a remote Zotero RDF/XML data source - fetching ...");
-     if ($1) { # HTTPS
-       # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--      # We have to explicitly set the cert path because otherwise the https module
--      # can't find the .pem when PAR::Packer'ed
--      # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--      # It may, however, have been removed by some biber unpacked dists
--      if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--          not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--          not defined(Biber::Config->getoption('ssl-nointernalca')) and
--          eval {require Mozilla::CA}) {
--        # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--        (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--        $dir =~ s/\/$//; # splitpath sometimes leaves a trailing '/'
--        $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--      }
- 
-       # fallbacks for, e.g., linux
-       unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {
--- 
-2.0.0
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/biber/files/, dev-tex/biber/
@ 2020-12-21 20:08 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2020-12-21 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7d464dcbbf955cd20b32049ce8534ffae5e99dfe
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 21 20:07:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 21 20:07:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d464dcb

dev-tex/biber: cleanup old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-tex/biber/Manifest                             |   1 -
 dev-tex/biber/biber-2.12.ebuild                    |  67 -----------
 .../biber/files/biber-2.7-drop-mozilla-ca.patch    | 122 ---------------------
 3 files changed, 190 deletions(-)

diff --git a/dev-tex/biber/Manifest b/dev-tex/biber/Manifest
index c5ad0467c22..e3a98371c2e 100644
--- a/dev-tex/biber/Manifest
+++ b/dev-tex/biber/Manifest
@@ -1,2 +1 @@
-DIST biber-2.12.tar.gz 1323440 BLAKE2B 9f124e1bdbfaeba6e3072c6e797d47eef50e4efe419b490975df0a25fa802f5f44a1c246d9c0bcf860767c35e1a399caf088b33223d0267286e0a5f064be7a63 SHA512 72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff
 DIST biber-2.14.tar.gz 1589847 BLAKE2B a5f2c1ebbcde68c8ec28d54f10f9217e710c0bb840f455fea2516441653d308666ec3e9c1732f3211f0b205952d59b63d87fe8baf6f846776c781555884730a5 SHA512 dd42aabdb8f469ea759a4a7bb97cbe27ebe57e46d1b6dde7d293d1b046a55e20ac889bf9c8c6b6219ee827b162a280bf7aca239af1f357ee1ccc90600a5dcfc1

diff --git a/dev-tex/biber/biber-2.12.ebuild b/dev-tex/biber/biber-2.12.ebuild
deleted file mode 100644
index 5feffbec88a..00000000000
--- a/dev-tex/biber/biber-2.12.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit perl-module
-
-DESCRIPTION="A BibTeX replacement for users of biblatex"
-HOMEPAGE="http://biblatex-biber.sourceforge.net/ https://github.com/plk/biber/"
-SRC_URI="https://github.com/plk/biber/archive/v${PV}.tar.gz  -> ${P}.tar.gz"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-lang/perl-5.26
-	dev-perl/autovivification
-	dev-perl/Business-ISBN
-	dev-perl/Business-ISMN
-	dev-perl/Business-ISSN
-	dev-perl/Class-Accessor
-	dev-perl/Data-Compare
-	dev-perl/Data-Dump
-	dev-perl/Data-Uniqid
-	dev-perl/DateTime-Calendar-Julian
-	dev-perl/DateTime-Format-Builder
-	dev-perl/Encode-EUCJPASCII
-	dev-perl/Encode-HanExtra
-	dev-perl/Encode-JIS2K
-	dev-perl/File-Slurper
-	dev-perl/IPC-Run3
-	dev-perl/libwww-perl[ssl]
-	>=dev-perl/Lingua-Translit-0.280
-	dev-perl/List-AllUtils
-	dev-perl/List-MoreUtils
-	dev-perl/List-MoreUtils-XS
-	dev-perl/Log-Log4perl
-	dev-perl/LWP-Protocol-https
-	dev-perl/PerlIO-utf8_strict
-	dev-perl/Regexp-Common
-	dev-perl/Sort-Key
-	>=dev-perl/Text-BibTeX-0.850.0
-	dev-perl/Text-CSV
-	dev-perl/Text-CSV_XS
-	dev-perl/Text-Roman
-	dev-perl/URI
-	>=dev-perl/Unicode-LineBreak-2016.3.0
-	>=virtual/perl-Unicode-Normalize-1.250.0
-	>=dev-perl/XML-LibXML-1.70
-	dev-perl/XML-LibXML-Simple
-	dev-perl/XML-LibXSLT
-	dev-perl/XML-Writer
-	~dev-tex/biblatex-3.12
-	virtual/perl-IPC-Cmd
-	>=virtual/perl-Unicode-Collate-1.250.0"
-DEPEND="${RDEPEND}
-	dev-perl/Config-AutoConf
-	dev-perl/Module-Build
-	dev-perl/ExtUtils-LibBuilder
-	test? ( dev-perl/File-Which
-			dev-perl/Test-Differences )"
-
-PATCHES=( "${FILESDIR}/${PN}-2.7-drop-mozilla-ca.patch" )
-
-mydoc="doc/biber.tex"

diff --git a/dev-tex/biber/files/biber-2.7-drop-mozilla-ca.patch b/dev-tex/biber/files/biber-2.7-drop-mozilla-ca.patch
deleted file mode 100644
index 83b625ee4a3..00000000000
--- a/dev-tex/biber/files/biber-2.7-drop-mozilla-ca.patch
+++ /dev/null
@@ -1,122 +0,0 @@
-commit 09ac1811820c2d2b92f8de779f7c389f89dc6c16
-Author: Jason A. Donenfeld <Jason@zx2c4.com>
-Date:   Sat Mar 12 02:54:35 2016 +0100
-
-    Remove Mozilla::CA dependency
-
-diff --git a/Build.PL b/Build.PL
-index 6031458..8de2f2a 100644
---- a/Build.PL
-+++ b/Build.PL
-@@ -53,7 +53,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.19',
-diff --git a/bin/biber b/bin/biber
-index f9e28fb..8d614e5 100755
---- a/bin/biber
-+++ b/bin/biber
-@@ -78,7 +78,6 @@ GetOptions(
-            'sortgiveninits|sortfirstinits=s',
-            'sortlocale|l=s',
-            'sortupper=s',
--           'ssl-nointernalca',
-            'ssl-noverify-host',
-            'strip_comments|strip-comments',
-            'tool',
-@@ -710,12 +709,6 @@ default sorting (B<--collate|-C>). When
- using B<--fastsort|-f>, your OS collation locale determines
- this and this option is ignored (default is true).
- 
--=item B<--ssl-nointernalca>
--
--Don't try to use the default Mozilla CA certificates when using HTTPS to fetch remote data.
--This assumes that the user will set one of the perl LWP::UserAgent module environment variables
--to find the CA certs.
--
- =item B<--ssl-noverify-host>
- 
- Turn off host verification when using HTTPS to fetch remote data sources.
-diff --git a/data/schemata/config.rnc b/data/schemata/config.rnc
-index 7baf386..f3d321e 100644
---- a/data/schemata/config.rnc
-+++ b/data/schemata/config.rnc
-@@ -79,7 +79,6 @@ start =
-         map+
-       }+
-     }? &
--    element ssl-nointernalca     { "0" | "1" }? &
-     element ssl-noverify-host    { "0" | "1" }? &
-     element tool                 { "0" | "1" }? &
-     element tool_config          { text }? &
-diff --git a/data/schemata/config.rng b/data/schemata/config.rng
-index f11b38e..fff209a 100644
---- a/data/schemata/config.rng
-+++ b/data/schemata/config.rng
-@@ -353,14 +353,6 @@
-           </element>
-         </optional>
-         <optional>
--          <element name="ssl-nointernalca">
--            <choice>
--              <value>0</value>
--              <value>1</value>
--            </choice>
--          </element>
--        </optional>
--        <optional>
-           <element name="ssl-noverify-host">
-             <choice>
-               <value>0</value>
-diff --git a/lib/Biber/Input/file/biblatexml.pm b/lib/Biber/Input/file/biblatexml.pm
-index 8139cd4..14018da 100644
---- a/lib/Biber/Input/file/biblatexml.pm
-+++ b/lib/Biber/Input/file/biblatexml.pm
-@@ -115,19 +115,6 @@ sub extract_entries {
-     else {
-       if ($1) {                 # HTTPS
-         # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--        # We have to explicitly set the cert path because otherwise the https module
--        # can't find the .pem when PAR::Packer'ed
--        # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--        # It may, however, have been removed by some biber unpacked dists
--        if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--            not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--            not defined(Biber::Config->getoption('ssl-nointernalca')) and
--            eval {require Mozilla::CA}) {
--          # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--          (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--          $dir =~ s/\/$//;      # splitpath sometimes leaves a trailing '/'
--          $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--        }
- 
-         # fallbacks for, e.g., linux
-         unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {
-diff --git a/lib/Biber/Input/file/bibtex.pm b/lib/Biber/Input/file/bibtex.pm
-index 6cc365a..b41e946 100644
---- a/lib/Biber/Input/file/bibtex.pm
-+++ b/lib/Biber/Input/file/bibtex.pm
-@@ -138,19 +138,6 @@ sub extract_entries {
-     else {
-       if ($1) {                 # HTTPS
-         # use IO::Socket::SSL qw(debug99); # useful for debugging SSL issues
--        # We have to explicitly set the cert path because otherwise the https module
--        # can't find the .pem when PAR::Packer'ed
--        # Have to explicitly try to require Mozilla::CA here to get it into %INC below
--        # It may, however, have been removed by some biber unpacked dists
--        if (not exists($ENV{PERL_LWP_SSL_CA_FILE}) and
--            not exists($ENV{PERL_LWP_SSL_CA_PATH}) and
--            not defined(Biber::Config->getoption('ssl-nointernalca')) and
--            eval {require Mozilla::CA}) {
--          # we assume that the default CA file is in .../Mozilla/CA/cacert.pem
--          (my $vol, my $dir, undef) = File::Spec->splitpath( $INC{"Mozilla/CA.pm"} );
--          $dir =~ s/\/$//;      # splitpath sometimes leaves a trailing '/'
--          $ENV{PERL_LWP_SSL_CA_FILE} = File::Spec->catpath($vol, "$dir/CA", 'cacert.pem');
--        }
- 
-         # fallbacks for, e.g., linux
-         unless (exists($ENV{PERL_LWP_SSL_CA_FILE})) {


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-21 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-21 20:08 [gentoo-commits] repo/gentoo:master commit in: dev-tex/biber/files/, dev-tex/biber/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2015-10-28 21:09 Manuel Rüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox