Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (11d)  pkgsrc-2023Q4 (58d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 15:21:26 UTC Now

2017-06-18 03:14:22 UTC MAIN commitmail json YAML

Update p5-PAR from 1.011 to 1.015
---------------------------------
1.015  2017-04-13
  - Fix RT#120722 (Reason for Module::Signature dependency unclear since 2008)
  - "require" a non-broken version of Digest::SHA
  - remove other crypto related "recommends"

  - Switch from Module::Install to ExtUtils::MakeMaker
  - avoids the hassle with Module::Install for Perl without "." in @INC
  - add some resources cf META.json

1.014  2016-12-18
  - Fix RT#119224: "Issue about Can't locate loadable object for module"
      drop "use" statements in PAR/Heavy.pm added in edf5f24d

  - Fix RT#119010: "Wrong license link"
      always refer to the included LICENSE file

  - generate hello.par in Makefile target "pure_all"

1.013  2016-11-27
  - Fix a crucial typo, hopefully fixes RT#118981 "Tests fail (with PAR 1.012?)"

  - Build t/hello.par at "make" time

1.012  2016-11-25
  - Guard against concurrent extraction attempts of zip into "inc"
  - use a file lock to protect the extraction of the complete zip into "inc"

  - _run_member_*(), _tempfile(), _dl_extract():
    make the "persistent" filename only visible when the file
    has been completely written

  - Make build and test work if @INC does not include "."

  - Upgrade to Module::Install 1.17

(mef)