summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add description of makeself option «target» (#307)HEADmasterStas Fomin2023-05-161-0/+1
| | | | | * add description of option target, see https://github.com/megastep/makeself/issues/306#issuecomment-1547649366 * https://github.com/megastep/makeself/pull/307#issuecomment-1548630300
* --accept should skip pager/more utility, allowing non-interactive install (#305)Aaron Queen2023-04-241-1/+1
| | | | | | * --accept should skip using pager/more utility, allowing non-interactive install Fixes #304
* Remove stale makeself.lsm reference from README (#303)Dridi Boukelmoune2023-04-241-1/+1
|
* Update checkout actionStephane Peter2023-03-131-1/+1
|
* Removed version history from script comment. Actually updated the version ↵release-2.5.0Stephane Peter2023-03-131-67/+4
| | | | there too.
* README.md updateStephane Peter2023-03-131-4/+5
|
* Documentation updates and bumping version to 2.5.0 for release.Stephane Peter2023-03-134-8/+13
|
* Updated man page (fixes #260)Stephane Peter2023-03-131-6/+51
|
* Cannot use count=0 argument to dd as it breaks NetBSD compatibility.Stephane Peter2023-03-121-1/+1
|
* Replace another instance of realpath; add quiet test on platformsStephane Peter2023-03-112-2/+6
|
* Needed to update testlinter script for readlinkStephane Peter2023-03-111-1/+1
|
* Use the more compatible `readlink -f` instead of `realpath` in tests.Stephane Peter2023-03-1114-14/+14
|
* Evaluate variables in helpheader (#292)hgdagon2023-02-251-3/+3
| | | And move it to the end of the help message.
* Add bzip3 compression support (#289)Chloe Strachan2022-12-251-1/+16
|
* fix #282 redux: ESXi workaround: 'tr' -> 'sed' (#286)realtime-neil2022-10-271-6/+6
| | | | | | | | | | ESXi v6.5 ships without 'tr'. Within 'makeself-header.sh', replace every instance of tr -d " " with sed "s/ //g"
* Use readlink to help on NetBSDStephane Peter2022-10-261-1/+1
|
* Added NetBSD testing; update checkout action for lintStephane Peter2022-10-261-1/+17
|
* Added OpenBSD testsStephane Peter2022-10-261-2/+18
|
* Updated versions of VM addonsStephane Peter2022-10-261-2/+2
|
* fix 282: 'df -kP' -> 'df -k' (#283)realtime-neil2022-10-261-1/+1
| | | | | | | | | | Because VMware ESXi version 6.5 ships 'df' as a (very) non-compliant python script that (surprise) doesn't support your fancy POSIX output format. Further reading: * https://git.busybox.net/busybox/tree/coreutils/df.c * https://github.com/landley/toybox/blob/master/toys/posix/df.c * https://pubs.opengroup.org/onlinepubs/9699919799/utilities/df.html
* Drop LSM file (#274)Pino Toscano2022-07-131-16/+0
| | | | | The LSM format is a very old format for software, and it is dead for many years already. Since keeping the .lsm up-to-date is basically not much of use, simply drop it altogether.
* move from bashunit to shunit2. refactoring tests. (#272)Alexandr Reshetnikov2022-06-1121-271/+292
| | | | | | | | | * move from bashunit to shunit2 move run-tests.sh to test simplify build.yml * back shunit2 to submodule
* Better check for tty (fixes #271)Stephane Peter2022-05-161-1/+1
|
* Don't include test or git files in releases (fixes #268)Stephane Peter2022-04-151-1/+1
|
* add test on Alpine and Nanoserver using busybox (#265)Alexandr Reshetnikov2022-02-073-29/+91
| | | | | | | | | | | * alpine and nanoserver tests * revert custom tools * try remove prepare steps * revert install pbzip2 Co-authored-by: Решетников Александр (Reshetnikov_AS) <Reshetnikov_AS@directum.ru>
* Update $USER_PWD when using --copy (fixes #262)Stephane Peter2021-12-081-0/+1
|
* Clarify documentation about startup script requirements. Markdown ↵Stephane Peter2021-12-072-68/+73
| | | | | | improvements in README. Fixes #261
* Expanded on LSMStephane Peter2021-11-011-1/+1
|
* Upgrade FreeBSD VMStephane Peter2021-10-281-1/+1
|
* Explicit 10.15 CI image for VirtualBoxStephane Peter2021-10-281-2/+2
|
* Prefix -> Extension (bug #259)Stephane Peter2021-10-281-6/+6
|
* signtest: more and better (#258)realtime-neil2021-09-241-32/+278
| | | | | | | | | | | | | | | | | | | | | | | | update `test/signtest` with the following improvements: * add function `cat_key` to manage secret keys as heredocs of ascii-armored content * add function `checked_import_key` to manage/verify secret key imports * add function `create_sign_verify` to create, sign, and verify signatures on makeself archives * remove the two existing tests and add four new tests: * `testSingleKey`: test simple sign/verify with one existing key * `testMultipleKeys`: test more complicated sign/verify when more than one key is present (this would have caught issue #257) * `testWrongKey`: ensure that using the wrong key fails signature verification * `testWrongPassword`: ensure that using the wrong password fails to create a signature
* Honor $GPG_EXTRA when signing archivesStephane Peter2021-09-221-1/+1
|
* fix #254: allow and sanitize lsm files without trailing newlines (#255)realtime-neil2021-08-222-1/+49
| | | | | | | * edit `makeself.sh`: change the LSM_CMD from `cat` to `awk 1` when generating the LSM content into the archive * add `test/lsmtest`: verify the correct functionality of three different LSM files; i.e., empty, single line, and single line without trailing newline.
* Updated link to releaserelease-2.4.5Stephane Peter2021-06-231-1/+1
|
* Updated READMEStephane Peter2021-06-221-1/+3
|
* Added --tar-format option (default is ustar)Stephane Peter2021-06-224-7/+14
|
* Oops, forgot to increase version inside scriptStephane Peter2021-06-051-1/+1
|
* Fix URL for release archiverelease-2.4.4Stephane Peter2021-06-041-1/+1
|
* Updates for 2.4.4 releaseStephane Peter2021-06-044-4/+5
|
* Revert "Remove unnecessary escaped single quote, which throws off certain ↵Pete Dietl2021-06-031-1/+1
| | | | | | | text editors with highlighting, like vim (#184)" (#248) This reverts commit 58ff507611de976714278c123cf32a689ce4dc05. Co-authored-by: Pete Dietl <petedietl@Pappy.local>
* Wording fix (#246)Danila Vershinin2021-05-141-1/+1
| | | Not an English guru, but I believe the correct here is contain*ed*
* Merge branch 'master' of github.com:megastep/makeselfStephane Peter2021-05-111-0/+3
|\
| * Pass threads option to zstd compressor (#244)Hugo Chargois2021-05-101-0/+3
| |
* | Use $PAGER when displaying builtin license, if anyStephane Peter2021-05-111-3/+5
|/
* Disable sshfs for FreeBSD CIStephane Peter2021-04-291-1/+0
|
* ustar is the least bad of the bunch; FreeBSD might have other issuesStephane Peter2021-04-291-1/+1
|
* Try to use GNU tar if available; switch to paxStephane Peter2021-04-291-1/+5
|
* Trying v7 tar formatStephane Peter2021-04-291-1/+1
|
* Try switching to ustar for better compatibilityStephane Peter2021-04-291-1/+1
|