Skip to content

Tags: coord-e/magicpak

Tags

v1.4.0

Toggle v1.4.0's commit message
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

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from coord-e/release/1.3.2

Release v1.3.2

v1.3.1

Toggle v1.3.1's commit message
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

Toggle v1.3.0's commit message
Bug fixes and dependency updates.

Changelog for v1.3.0:

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

v1.2.0

Toggle v1.2.0's commit message
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

Toggle v1.1.0's commit message
Fixed the order of `-ldl` option in resolver compilation. (#1, thanks @…

…namachan10777)

v1.0.3

Toggle v1.0.3's commit message
Fixed `--test` behavior when the resulting bundle contains `/bin/`

v1.0.2

Toggle v1.0.2's commit message
small bugfix and stability improvement.

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

v1.0.1

Toggle v1.0.1's commit message
Fix a problem on CI

v1.0.0

Toggle v1.0.0's commit message
Small improvements and fixes.

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