Skip to content

Releases: coord-e/magicpak

v1.4.0

12 Dec 13:55
27740b2
Compare
Choose a tag to compare
Several enhancements and bug fixes.

Changelog for v1.4.0:

- Ignore already emitted symlinks (#49)
- Enable to supply multiple inputs (#50)
- Add noload resolver to avoid loading with dlopen(3) (#51)
- Dependency updates

v1.3.2

23 Nov 09:35
2df8f0f
Compare
Choose a tag to compare
  • Fix not to canonicalize paths in --include (#20)
  • Search statically linked dependencies of ELF objects specified by --include (#33)
    • To deal with getaddrinfo(3) issue described in (#12)
  • Improve error messages (#36)
  • Dependency updates

v1.3.1

19 Jun 14:58
Compare
Choose a tag to compare
AArch64 binary and container image.

Changelog for v1.3.1:

- AArch64 support (#14)
- Use docker buildx bake to build container images (#15)

v1.3.0

05 Mar 07:58
Compare
Choose a tag to compare
Bug fixes and dependency updates.

Changelog for v1.3.0:

- Fix busybox_jail_path file permissions ([#6](https://github.com/coord-e/magicpak/pull/6))
- Update and renew dependencies ([#7](https://github.com/coord-e/magicpak/pull/7))
- Fix usage of ExitStatus::from_raw and remove Error::DynamicSignaled ([#9](https://github.com/coord-e/magicpak/pull/9))
- Several CI fixes ([#8](https://github.com/coord-e/magicpak/pull/8), [#10](https://github.com/coord-e/magicpak/pull/10))
  - This changed how `busybox` installed in the container images

v1.2.0

10 Jan 17:31
Compare
Choose a tag to compare
Bug fixes and dependency updates.

Changelog for v1.2.0:

- Fixed infinite recursion caused by mutually dependent shared libraries. (#[3](https://github.com/coord-e/magicpak/pulls/3))
- Fixed Clippy warnings.
  (#[4](https://github.com/coord-e/magicpak/pulls/4))
- Updated dependencies.
- Changed how magicpak images are tagged.

v1.1.0

05 May 04:53
Compare
Choose a tag to compare
Fixed the order of `-ldl` option in resolver compilation. (#1, thanks…

v1.0.3

13 Apr 20:39
Compare
Choose a tag to compare
Fixed `--test` behavior when the resulting bundle contains `/bin/`

v1.0.2

13 Apr 18:14
Compare
Choose a tag to compare
small bugfix and stability improvement.

- Fixed `--compress` when the executable is symlinked.
- Added many test cases.

v1.0.1

11 Apr 14:23
Compare
Choose a tag to compare
Fix a problem on CI

v1.0.0

11 Apr 13:55
Compare
Choose a tag to compare
Small improvements and fixes.

- Added detailed explanation of usage to README.
- Fixed bundled executable path when it is symlinked.
- Refactored the implementation of `--dynamic`.