* Base64 encoding now runs after compression, consistent with
other post-compression encryption/encoding options.
* Documentation updated to reflect that compression can be
combined with encryption/encoding.
* Compression now precedes encryption so both can be enabled
together.
* Signing passphrases are masked in stored metadata.
* Added coverage for combined encryption + compression flows.
* Added --preextract hook with --show-preextract, enabling
scripted checks before extraction and full shUnit2 coverage.
* Introduced --comp-extra so archives can pass extra flags
(e.g., --no-name) to any compressor, plus positive/negative
tests.
* Documented SETUP_NOCHECK=1 to skip integrity verification;
new regression test ensures behavior.
conform with spdx.org identifier.
OBS-URL: https://build.opensuse.org/package/show/utilities/makeself?expand=0&rev=18
122 lines
4.7 KiB
Plaintext
122 lines
4.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jan 19 08:44:11 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.7.1:
|
|
* Base64 encoding now runs after compression, consistent with
|
|
other post-compression encryption/encoding options.
|
|
* Documentation updated to reflect that compression can be
|
|
combined with encryption/encoding.
|
|
* Compression now precedes encryption so both can be enabled
|
|
together.
|
|
* Signing passphrases are masked in stored metadata.
|
|
* Added coverage for combined encryption + compression flows.
|
|
* Added --preextract hook with --show-preextract, enabling
|
|
scripted checks before extraction and full shUnit2 coverage.
|
|
* Introduced --comp-extra so archives can pass extra flags
|
|
(e.g., --no-name) to any compressor, plus positive/negative
|
|
tests.
|
|
* Documented SETUP_NOCHECK=1 to skip integrity verification;
|
|
new regression test ensures behavior.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 2 12:43:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.5.0:
|
|
* Improved support for minimal Linux distributions such as
|
|
Alpine
|
|
* Added bzip3 compression support
|
|
* Increased control over GPG signing via the GPG extra
|
|
parameters
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 10 13:09:58 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to 2.4.5
|
|
* Fix some issues with the compatibility of the archives
|
|
* Reversing the previous generation of strictly POSIX tar archives.
|
|
* Fix possible incompatibilities with the default ustar TAR format
|
|
* Introducing a new --tar-format option when creating the format
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 30 15:51:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.4.3:
|
|
* includes a number of bug fixes.
|
|
* POSIX tar archive format is now explicitly set to increase compatibility
|
|
between GNU and BSD variants of the command.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 16 06:33:37 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update to version 2.4.2:
|
|
* New --cleanup and --cleanup-args arguments for cleanup scripts;
|
|
* Added threading support for supported compressors
|
|
* Now supports zstd compression.
|
|
- Changes for version 2.4.0:
|
|
* Added new --sha256 argument to use a SHA256 checksum to verify
|
|
the integrity of archives. The shasum or sha256sum commands
|
|
need to be available on the targeted systems.
|
|
* Fixes for extracting to directories containing spaces.
|
|
* OpenSSL improvements.
|
|
* Base64 decoding support on macOS.
|
|
* Various documentation updates.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 29 17:36:33 UTC 2017 - plinnell@opensuse.org
|
|
|
|
- Adjust source URL for factory service run to fix factory-auto
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 26 23:56:23 UTC 2017 - malcolmlewis@opensuse.org
|
|
|
|
- Fix source URL for factory service run.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 26 15:09:38 UTC 2017 - malcolmlewis@opensuse.org
|
|
|
|
- Update to version 2.3.1:
|
|
* Various compatibility improvements.
|
|
* New unit tests for Travis CI.
|
|
* New --tar-extra, --untar-extra, --gpg-extra and
|
|
--gpg-asymmetric-encrypt-sign options.
|
|
- Changes from version 2.3.0:
|
|
* Support for archive encryption via GPG or OpenSSL.
|
|
* Added LZO and LZ4 compression support.
|
|
* Options to set the packaging date and stop the umask from
|
|
being overriden.
|
|
* Optionally ignore check for available disk space when
|
|
extracting.
|
|
* New option to check for root permissions before extracting.
|
|
- Spec file tidy up.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 24 13:25:46 UTC 2014 - speilicke@suse.com
|
|
|
|
- Most software (such as Virtualbox) expects 'makeself', not makeself.sh.
|
|
Rename and provide a compat symlink
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 14 19:02:06 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update to version 2.2.0
|
|
* Adds many fixes and contributions from Github users
|
|
* An option to give an additional argument to tar
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 11 21:21:20 UTC 2011 - malcolmlewis@opensuse.org
|
|
|
|
- Update spec file License field from GPLv2+ to GPL-2.0+ to
|
|
conform with spdx.org identifier.
|
|
- Fix error in rpmlitrc file.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 11 20:51:30 UTC 2011 - mrdocs@opensuse.org
|
|
- spec file tweaks.
|
|
- convert changelog to .changes file.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 23 00:00:00 UTC 2010 - Malcolm J Lewis <coyoteuser@gmail.com>
|
|
|
|
- initial OBS build.
|
|
|