forked from pool/perl-PAR
- updated to 1.020 see /usr/share/doc/packages/perl-PAR/Changes 1.020 2024-03-04 - restructure _extract_inc(): always add XS DLLs in PAR_TEMP/inc to PAR::Heavy::FullCache, ie. even if PAR_TEMP/inc already exists (hence we don't need to extract the zip), cf. #11 - bump minimum perl version to 5.8.9 everywhere OBS-URL: https://build.opensuse.org/request/show/1160739 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PAR?expand=0&rev=32
244 lines
8.0 KiB
Plaintext
244 lines
8.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 5 03:09:01 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.020
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.020 2024-03-04
|
|
|
|
- restructure _extract_inc(): always add XS DLLs in
|
|
PAR_TEMP/inc to PAR::Heavy::FullCache, ie. even if PAR_TEMP/inc
|
|
already exists (hence we don't need to extract the zip), cf. #11
|
|
|
|
- bump minimum perl version to 5.8.9 everywhere
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 2 03:07:21 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.019
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.019 2023-11-01
|
|
- register XS DLLs extracted into $PAR_TEMP/inc with %PAR::Heavy::FullCache
|
|
This solves the problems mentioned in GitHub PR #8
|
|
("Special case Gtk related dlls to dl_load from the unpacked inc dir")
|
|
with applications using modules Gtk2, Pango, Cairo and others (this is
|
|
a Windows only problem)
|
|
- Heavy.pm: use strict; use warnings
|
|
Thanks @shawnlaffan
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 03:06:53 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.018
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.018 2022-09-28
|
|
|
|
- Fix #6: PAR fails to test its build on MSWin32 with Perl-5.36.0
|
|
|
|
Makefile.PL: Quote t/gen-hello-par.pl for Windows
|
|
Merge PR #5 by Tim Hoke <Tim.Hoke@veritas.com>
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 14 03:09:33 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 1.017
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.017 2021-01-13
|
|
|
|
- change bugtracker to GitHub issues
|
|
|
|
- remove obsolete stuff from tutorial
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 21 05:19:12 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 1.016
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.016 2019-05-20
|
|
|
|
- Fix #129312: Code signing for OSX
|
|
|
|
Avoid Archive::Zip::Archive error "can't find EOCD signature" for pp'ed
|
|
executables with lots of stuff appended (e.g. by OSX codesign):
|
|
temporarily increase Archive::Zip::ChunkSize around the call to
|
|
Archive::Zip::readFromFileHandle().
|
|
|
|
Note this is prerequisite for the corresponding fix in PAR::Packer.
|
|
|
|
- Fix: Archive::Unzip::Burst::unzip result is ignored and _extract_inc
|
|
does always the slow way, too
|
|
|
|
PR from Vit Spinka <vit.spinka@gmail.com>, thanks!
|
|
|
|
- Show debug messages if $ENV{PERL_DL_DEBUG} is true
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 14 06:15:53 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 1.015
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 06:48:51 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.014
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
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"
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 28 06:57:47 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.013
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 26 06:55:50 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.012
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 19 05:46:25 UTC 2016 - coolo@suse.com
|
|
|
|
- updated to 1.011
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.011 2016-09-18
|
|
|
|
- Move to GitHub. Thanks, OpenFoundry, for years of service.
|
|
|
|
- Suppress warning "Use of uninitialized value in do "file" ..."
|
|
|
|
- Put a description of its purpose into the canary file
|
|
|
|
- Remove all traces of Internals::PAR::CLEARSTACK
|
|
|
|
- Remove all references to http://par.perl.org/, doesn't exist anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 1 08:51:03 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.010
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.010 2015-07-13
|
|
|
|
- Fix #101800 "[PATCH] Reinstate files to inc dir if deleted by external process"
|
|
Periodic temp directory cleaning programs (eg. "tmpwatch") may remove some
|
|
(older) files from $PAR_TEMP/inc, but keep others. This causes the packed
|
|
program to fail.
|
|
|
|
- When extracting a .par file to $PAR_TEMP/inc do NOT restore the original
|
|
modified timestamps of the file (so that the extracted files have
|
|
the time of extraction as their modified time).
|
|
|
|
- Add a "canary" file in $PAR_TEMP and back-date it 1 day. Hence any process
|
|
removing files in $PAR_TEMP based on timestamps should remove
|
|
the "canary" before others.
|
|
|
|
- If the canary file is missing, extract the .par to $PAR_TEMP/inc
|
|
as previously was done only when $PAR_TEMP/inc was missing.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 24 15:42:36 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.009
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
1.009 2015-04-22
|
|
|
|
- Fix 103861 for PAR-Packer: Adding local directories to @INC for a pp executable fails
|
|
|
|
- Get rid of included PerlIO.pm, parent.pm, obsolete
|
|
Module::Install::Include and included Test::More.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 13 18:07:17 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 1.008
|
|
see /usr/share/doc/packages/perl-PAR/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 10 12:09:02 CET 2013 - ro@suse.de
|
|
|
|
- update to 1.007
|
|
- Hopefully fix "pp -C ..."
|
|
- update to Module::Install 1.06
|
|
- update to 1.006
|
|
- Fix RT #78633: PAR::import ignores url => $repo_client_object
|
|
- Fix RT #73491: cache directory naming problem
|
|
- update to 1.005
|
|
- bump Perl version requirement to 5.8.1
|
|
- run all tests using a nonce PAR_TMPDIR
|
|
- update to 1.004
|
|
- back out r1241
|
|
- change "unsafe directory" error message
|
|
- remove "debian" sub directory
|
|
- remove some cruft from MANIFEST.SKIP
|
|
- update to 1.003
|
|
- RT #69560/CVE-2011-4114
|
|
- Fix a problem packing XML::LibXSLT on Windows
|
|
- Die (with a hopefully useful message) if any error is encountered
|
|
during an Archive::Zip extract operation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 25 15:49:08 UTC 2012 - werner@suse.de
|
|
|
|
- Adopt to spdx, then readme says "You can redistribute and/or modify
|
|
this bundle under the same terms as Perl itself."
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 10:19:48 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 23 12:30:43 UTC 2010 - pth@novell.com
|
|
|
|
- initial package 1.002
|
|
* created by cpanspec 1.78
|
|
|