summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Consistently use --force-rpath (fixes #94)Thomas Holder2020-06-033-10/+51
|
* https://github.com/NixOS/patchelf/issues/191Domen Kožar2020-06-021-1/+1
|
* Merge pull request #201 from dstahlke/outputflagEelco Dolstra2020-06-024-5/+64
|\ | | | | Added --output flag
| * Added --output flagDan L. Stahlke2020-06-014-5/+64
|/
* Merge pull request #200 from NixOS/domenkozar-patch-1Domen Kožar2020-05-281-2/+2
|\ | | | | Update Makefile.am
| * Update Makefile.amdomenkozar-patch-1Domen Kožar2020-05-281-2/+2
|/
* README: markdownDomen Kožar2020-05-281-11/+10
|
* flake.lock: AddEelco Dolstra2020-05-272-10/+27
| | | | | | Flake input changes: * Added 'nixpkgs': 'github:NixOS/nixpkgs/48723f48ab92381f0afd50143f38e45cf3080405'
* Merge pull request #198 from pespin/pespin/masterEelco Dolstra2020-04-082-2/+3
|\ | | | | Update doc to describe multiple filename args allowed
| * Update doc to describe multiple filename args allowedPau Espin Pedrol2020-04-082-2/+3
|/ | | | | | | | Commit 936bae418b77ee9e06a93cd3cd444f4204446973 added support to handle several files at once, but forgot to update the man and help output to describe it. Fixes: 936bae418b77ee9e06a93cd3cd444f4204446973
* release.nix: Fix evaluationEelco Dolstra2020-04-061-2/+2
|
* Use lastModifiedEelco Dolstra2019-10-231-1/+7
|
* flake.nix: Support multiple platformsEelco Dolstra2019-10-232-21/+30
|
* flake.nix: Provide a Nixpkgs overlayEelco Dolstra2019-09-182-4/+17
| | | | Also update the lock file.
* Update flakeEelco Dolstra2019-08-302-13/+6
|
* epoch -> editionEelco Dolstra2019-07-111-1/+1
|
* Merge pull request #175 from lkollar/travis-ciEelco Dolstra2019-07-021-0/+7
|\ | | | | Add .travis.yml to enable CI
| * Add .travis.yml to enable CILaszlo Kiss-Kollar2019-07-021-0/+7
|/
* Update flake.lockEelco Dolstra2019-06-061-3/+6
|
* Updated epoch (#172)Nick Van den Broeck2019-06-031-1/+1
|
* Update flake.nixEelco Dolstra2019-05-312-8/+10
|
* flake.nix: Set epochEelco Dolstra2019-05-281-0/+2
|
* Update flake.lockEelco Dolstra2019-05-091-0/+1
|
* Fix missing revCountEelco Dolstra2019-05-081-1/+1
|
* DohEelco Dolstra2019-05-081-1/+1
|
* Add flake.nixEelco Dolstra2019-05-083-4/+34
|
* Update release.nix0.10Eelco Dolstra2019-03-281-27/+14
|
* Update READMEEelco Dolstra2019-03-281-3/+14
|
* Merge pull request #149 from ezquat/fix-66Eelco Dolstra2019-03-061-2/+3
|\ | | | | Fix issue #66: ignore 0th section header when sorting, don't overwrite NOBITS
| * Fix issue #66 by ignoring the first section header when sorting, and not ↵Ezra Cooper2018-06-211-2/+3
|/ | | | overwriting NOBITS entries.
* Merge pull request #148 from stmarkevich/bigfileEelco Dolstra2018-05-091-2/+12
|\ | | | | fix reading and writing big files (e.g. > 2Gb)
| * fix reading and writing big files (e.g. > 2Gb)stanislav.markevich2018-05-081-2/+12
|/
* Merge pull request #123 from lheckemann/multiple-argsEelco Dolstra2018-01-291-13/+16
|\ | | | | Allow multiple filenames to patch
| * Allow multiple filenames to patchLinus Heckemann2017-05-281-13/+16
| | | | | | | | | | | | | | This makes behaviour less confusing when multiple filenames are passed — previously, any extra filenames would be ignored completely, as would any options passed after a filename. Now these are taken into account.
* | Fix indentationEelco Dolstra2018-01-081-5/+5
| |
* | Merge branch 'strict_ordering' of https://github.com/kmillar/patchelfEelco Dolstra2018-01-081-3/+6
|\ \
| * | Simplify ordering code as suggested in PR comments.Karl Millar2018-01-081-6/+6
| | |
| * | Modified CompPhdr::operator() so that it provides a strictKarl Millar2017-12-071-1/+4
| | | | | | | | | | | | weak ordering as required by std::sort.
* | | Merge pull request #121 from dezgeg/better-error-messagesEelco Dolstra2018-01-051-4/+11
|\ \ \ | | | | | | | | Better error messages when run on statically-linked (or otherwise weird) binaries
| * | | Give a better error message if the file lacks a section header tableTuomas Tynkkynen2017-04-191-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, patchelf outputs this when run on a UPX-compressed ELF file: patchelf: patchelf.cc:420: ElfFile<Elf_Ehdr, Elf_Phdr, Elf_Shdr, Elf_Addr, Elf_Off, Elf_Dyn, Elf_Sym, Elf_Verneed>::ElfFile(FileContents): Assertion `shstrtabIndex < shdrs.size()' failed. Make it give a nicer error message: patchelf: no section headers. The input file is probably a statically linked, self-decompressing binary Fixes #63
| * | | Improve error message when run on statically linked binariesTuomas Tynkkynen2017-04-191-2/+6
| | | | | | | | | | | | | | | | | | | | If .dynamic, .dynstr or .interp sections aren't found, give an extra hint to the user that the input file is statically linked.
* | | | Merge pull request #129 from bjornfor/posixDomen Kožar2018-01-051-1/+1
|\ \ \ \ | | | | | | | | | | configure.ac: use "command -v" instead of "type -p"
| * | | | configure.ac: use "command -v" instead of "type -p"Bjørn Forsman2017-08-011-1/+1
| | |/ / | |/| | | | | | | | | | | | | | "type -p" is a Bash thing, whereas "command -v" is specified by POSIX (more portable).
* | | | Merge pull request #141 from adam-trhon/patch-1Domen Kožar2018-01-051-0/+4
|\ \ \ \ | | | | | | | | | | Mention --set-soname in README
| * | | | Mention --set-soname in READMEAdam Trhoň2017-12-121-0/+4
| |/ / / | | | | | | | | Changing shared library SONAME is not a usual task and patchelf may be the only utility that can do it. As README does not mention this feature at all, one can easily miss it when searching for a suitable tool.
* | | | Merge pull request #140 from bhipple/feature/centos-7.4-releaseDomen Kožar2018-01-051-0/+3
|\ \ \ \ | |/ / / |/| | | Add CentOS 7.4 to release RPM builds
| * | | Add CentOS 7.4 to release RPM buildsBenjamin Hipple2017-12-091-0/+3
|/ / / | | | | | | | | | | | | This provides RPMs for CentOS 7.4 users, and their counterparts on the enterprise release RHEL 7.4.
* | | Merge pull request #125 from kroggen/patch-1Domen Kožar2017-06-151-0/+10
|\ \ \ | |_|/ |/| | added compillation steps on README
| * | added compillation steps on READMEBernardo Ramos2017-06-131-0/+10
|/ / | | | | It is lacking info on how to run the tests
* | Fix multiple --add-neededEelco Dolstra2017-05-031-0/+1
| | | | | | | | Reported by Jannis Harder.