Skip to content

Add perl 5.28.1 #51

Merged
merged 15 commits into from
Apr 4, 2019
Merged

Add perl 5.28.1 #51

merged 15 commits into from
Apr 4, 2019

Commits on Mar 30, 2019

  1. Add perl-5.28.1

    Created with
    
        cp perl-5.26.2-1.build.sh perl-5.28.1-0.build.sh
    
    and fixing version and build number.
    donald committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    e8252be View commit details
    Browse the repository at this point in the history
  2. perl-5.28: Add Digest::MD4

    Add Digest::MD4 which is required to compute NTLM hash.
    donald committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    0a7c811 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    0ad66d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    34dd24e View commit details
    Browse the repository at this point in the history
  2. perl: Disable tests on Crypt::SSLeay

    Tests of Crypt:SSleay hangs at
    
        t/local/03_use.t ....................... ok
        # OpenSSL engines dir: 'ENGINESDIR: "/usr/lib/engines-1.1"'
        t/local/04_basic.t ..................... ok
        t/local/05_passwd_cb.t ................. ok
        t/local/06_tcpecho.t ................... ok
    
    The installer says:
    
        *** THIS IS NOT AN ERROR, JUST A MESSAGE FOR YOUR INFORMATION ***
    
        Do you really need Crypt::SSLeay?
    
        Starting with version 6.02 of LWP, https support was unbundled into
        LWP::Protocol::https. This module specifies as one of its prerequisites
        IO::Socket::SSL which is automatically used by LWP::UserAgent unless
        this preference is overridden separately. IO::Socket::SSL is a more
        complete implementation, and, crucially, it allows hostname
        verification. Crypt::SSLeay does not support this. At this point,
        Crypt::SSLeay is maintained to support existing software that already
        depends on it.
    
        However, it is possible that your software does not really depend on
        Crypt::SSLeay, only on the ability of LWP::UserAgent class to
        communicate with sites over SSL/TLS.
    
        If are using version LWP 6.02 or later, and therefore have installed
        LWP::Protocol::https and its dependencies, and do not explicitly use
        Net::SSL before loading LWP::UserAgent, or override the default socket
        class, you are probably using IO::Socket::SSL and do not really need
        Crypt::SSLeay.
    
        Before installing Crypt::SSLeay, you may want to try specifying a
        dependency on LWP::Protocol::https.
    
    We still need this module (I think for Net::IMAP::Client) , but I don't
    want to debug this unmaintained code. Disable tests for now.
    donald committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    803f6f6 View commit details
    Browse the repository at this point in the history
  3. perl: Add modules for Graphichs::ColorObject

    Graphichs::ColorObject seems to have undeclared dependencies on three
    other modules. Add these.
    donald committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c824257 View commit details
    Browse the repository at this point in the history
  4. perl: Add Log::Log4perl

    Many modules suggest to install Log::Log3perl for their tests, so do it.
    donald committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    23ff042 View commit details
    Browse the repository at this point in the history
  5. perl: Disable test for HTTP::Headers::Fast

    HTTP::Headers::Fast t/lazy_load_for_storable.t want to verify that
    Storable is not loaded right away, but it is pulled in from Test::More
    
    Disable tests.
    donald committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    5c14194 View commit details
    Browse the repository at this point in the history
  6. perl: Remove Apache:SOAP

    Apache::SOAP now seems to depend on broken mod_perl. I doubt, anybody
    uses it, so remove.
    donald committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    4c72d95 View commit details
    Browse the repository at this point in the history
  7. perl: Remove HTTP-Message workaround

    Bug is fixed now. Use latest CPAN version.
    donald committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    0435157 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    341c22e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4dcac06 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    f73269c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. perl: Put Data::Grove to end

    The module has some undeclared dependencies. Put it at the bottom of the
    script.
    donald committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8fe6a1a View commit details
    Browse the repository at this point in the history
  2. perl: Move Tie::Watch behind Tk.

    Tie::Watch depends on Tk. Move it behind Tk, so that Tk is not pulled
    implicitly. This makes debugging a little bit easier.
    donald committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    7cff30d View commit details
    Browse the repository at this point in the history