Skip to content

Releases: JonathonReinhart/staticx

v0.14.1

07 Aug 04:34
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.14.1/

Fixed

  • Reverted invalid fix for libnssfix link failure (#262)
  • Fixed issue causing libnssfix link failure when building on GLIBC 2.34 again, by linking against versioned SONAME (.2) (#259)

Hashes

  • staticx-0.14.1.tar.gz

    • SHA256: dbf18c1016b0be4000f480095ed3ef335b512a7d992b469cb094fbc40921a218
    • MD5: 726549649831efd0107bf334ebab78e4
    • BLAKE2-256: 69a7993fa7a40179d36b328a212cf061a43876055ee3568e478e76aa7793ceb5
  • staticx-0.14.1-py3-none-manylinux1_x86_64.whl

    • SHA256: bd34ee12e2d97d9c88970855817a70750745ce6bddc616c42fb318bb5a422e89
    • MD5: 67ff0d86a56c21807e4d7c42a18c92c8
    • BLAKE2-256: 8702dc54b6d0faf076cc5d881ac59cdc6d97818aeb7514705feae16b129bab91

v0.14.0

10 Jul 07:19
Compare
Choose a tag to compare

This is a minor release.

Note: This release was pulled from PyPI due to an invalid fix in #255.

While the actual changes to staticx are small, this is a huge win because the project finally is able to move from Travis-CI to GitHub Actions! 🎉

Fixed

  • Fixed issue causing libnssfix link failure when building on GLIBC 2.34 (#255)

Removed

  • Dropped support for Python 3.5 and 3.6 (#247)

SHA-256 Hashes

  • staticx-0.14.0.tar.gz: 447bff93f222b3e4932e68d0eacf2076f1c0e2a8f262634fbe58f140217a56b7
  • staticx-0.14.0-py3-none-manylinux1_x86_64.whl: 0f29afca91e24617005e2d2ad118d3040b078514dca4fdffc0d56b513dc1b36b

v0.13.9

16 Apr 07:46
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.9/

Fixed

  • Bug #235: Updated to support PyInstaller 5.10 archive API changes (#236, #237)
  • Bug #170: Refuse to process files with PyInstaller 4.1 or 4.2 (#238)
    • Note: This applies even if the files were built with a different version of PyInstaller; if that version is 4.1 or 4.2, the original bug will manifest.

SHA-256 Hashes

  • staticx-0.13.9-py3-none-manylinux1_x86_64.whl: 4fade92c50bc0208571ac2a0742235c0522f6c3a7ccf3f329eb0b986d830043a
  • staticx-0.13.9.tar.gz: 002cfa1869125997564b938ddefff32bdfa455c9f04635e49f87b6a96219d2d5

v0.13.8

07 Aug 08:45
Compare
Choose a tag to compare

This is a re-release of v0.13.7 due to an incorrect wheel build. (PyPI doesn't allow re-uploads, and I didn't want to deal with a .post1 release).

https://pypi.org/project/staticx/0.13.8/

v0.13.7

07 Aug 08:29
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.7/

Fixed

  • Fixed an issue where library symlinks with the same basename would present problems (#225)
  • Don't crash if .git/ dir is present but git is not installed (#226)
  • Fixed potential issue where bootloader linked against glibc could result in target NSS libraries being loaded and causing a cash at startup (#228)

v0.13.6

03 Dec 02:46
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.6/

Changed

  • Change --debug option to appear in CLI help output

Fixed

  • Fix bug sometimes causing a crash when -l is used (#217)

v0.13.5

27 Oct 00:16
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.5/

Fixed

  • Handle variables in DT_NEEDED tags as seen in ldd output on RaspPI OS (#210)

v0.13.4

22 Oct 21:59
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.4/

Changed

  • Perform RUNPATH auditing on all PyInstaller archive libraries before aborting (#208)

Note: The wheel uploaded here and to PyPI was inadvertently built with GLIBC as opposed to musl-libc. (See 0.13.4 file size vs 0.13.3 file size)

v0.13.3

14 Oct 04:22
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.3/

Fixed

  • Fix ldd warning about libnssfix.so not being executable (#204)

v0.13.2

09 Oct 15:40
Compare
Choose a tag to compare

This is a patch release.

https://pypi.org/project/staticx/0.13.2/

Added

  • Log additional diagnostic information at startup (#199)