./devel/py-pyelftools, Library for analyzing ELF files and DWARF debugging information

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.31, Package name: py311-pyelftools-0.31, Maintainer: khorben

Library for analyzing ELF files and DWARF debugging information.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13778.212 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-23 08:21:47 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyelftools: updated to 0.31

+ Starting with version 0.31, please use the GitHub UI
  at https://github.com/eliben/pyelftools/tags
  to compare tags in order to find out what changed.
   2023-09-29 11:18:37 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyelftools: updated to 0.30

Version 0.30 (2023.09.06)

- Optimization: cache instantiation of DWARF structs
- DWARFv5 CU headers
- Bug fix in attribute reporting for DWA_FORM_indirect
- Support for RISC-V attributes
- Readelf used for testing upgraded to 2.41
- Support for MIPS64 object files
- LoongArch support
   2022-10-13 10:46:22 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyelftools: updated to 0.29

Version 0.29 (2022.08.09)
- Lots of improvements to DWARFv5 support
- Support for compressed relocation sections
- Support for supplementary object files - debug fission
- Improved support for corrupted ELF headers
- Readelf used for testing upgraded to 2.38
- Add auto-testing vs. llvm-dwarfdump
   2022-08-01 12:09:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-pyelftools: updated to 0.28

Version 0.28 (2022.02.03)

- Added a method for returning the index of a section by name
- Allow filtering by section types in iter_sections
- Support Android compressed rel/rela sections
- Initial support for PPC64LE
- Initial DWARF v5 support
- Fixed parsing for structures containing uids or gids in core
  dumps
- Allow filtering by segment types in iter_segments
- Add support for .note.gnu.property
- Update readelf tests to work with more recent version of
  readelf
- Add support for note GNU_PROPERTY_X86_FEATURE_1_AND
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-01-16 22:18:55 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pyelftools: updated to 0.27

Version 0.27
- Print addend wfor RELA relocations without symbol
- Implement symbol lookup for {GNU,}HashSection
- Major rewrite of expression parsing
- Cashed random access to CUs and DIEs
- GNU expressions
- Support parsing LSDA pointers from FDEs
- Add support for DWA_OP_GNU_push_tls_address in expressions
- Some initial support for AArch64 little-endian
- Support for ELF files with a large number of sections
- Some minimal support for DWARFv1
- Many small bug fixes; see git log.