summary refs log tree commit diff
path: root/pkgs/development/tools/misc/patchelf/default.nix
Commit message (Collapse)AuthorAge
* patchelf: disable tests when bintools binaries are prefixedRyan Burns2022-10-23
|
* patchelf: drop patch due to version bumpAdam Joseph2022-08-17
|
* patchelf: 0.14.5 -> 0.15.0R. Ryantm2022-07-29
|
* patchelf: if targetPlatform.isMips: apply patchelf/pull/380Adam Joseph2022-06-19
| | | | | | | | | | | | | | | | | This PR applies the patches which fix a MIPS-specific bug in patchelf. The patches are applied only if targetPlatform.isMips in order to: 1. Not cause a mass-rebuild on the mainstream platforms 2. Make this PR acceptable for inclusion in `master` rather than `staging`. This is the very last commit needed in order for Hydra to be able to produce a bootstrap-files tarball for mips64el (the other one is in `staging-next`). This PR can be reverted after the next release of patchelf lands in nixpkgs.
* treewide: add enableParallelBuilding's to bootstrap packages so hashes stay ↵Artturin2022-05-25
| | | | | | | | | the same when enableParallelBuildingByDefault is enabled verified with `nix-diff $(nix eval ".#gcc-unwrapped.drvPath") $(nix eval --expr 'with import ./. { config = { enableParallelBuildingByDefault = true; }; }; gcc-unwrapped.drvPath' --impure)`
* treewide: enable strictDeps in bootstrap packagesArtturin2022-05-22
|
* patchelf: clarify licenseAlyssa Ross2022-04-22
|
* patchelf: 0.14.3 -> 0.14.5Adam Joseph2022-02-24
|
* patchelf: 0.13 -> 0.14.3R. Ryantm2021-12-11
|
* patchelf: fix homepageppom2021-09-21
|
* patchelf: 0.12 -> 0.13Domen Kožar2021-08-05
|
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|
* patchelf: 0.11 -> 0.12Pierre Bourdon2020-08-28
|
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-31
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* patchelf: 0.9 -> 0.11Domen Kožar2020-06-09
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* patchelf: Fix homepage URLJakub Kądziołka2020-04-06
| | | | | Since this commit on nixos-homepage, the homepage was 404-ing: https://github.com/NixOS/nixos-homepage/commit/179733c176c1f625bb18d4eba38480b888471a7a
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* patchelf: fixed tests for muslIhar Hrachyshka2019-08-30
| | | | The recipe is copied from patchelfUnstable.
* Bump patchelf to 0.10Ihar Hrachyshka2019-08-30
| | | | This release contains three years of bug fixes and improvements.
* patchelf: fix licenseBenjamin Hipple2018-09-29
| | | | Use the attr set instead of a string
* patchelf: disable testsJan Malakhovski2018-08-11
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson2017-09-14
| | | | Bootstrap tools has since been bumped
* treewide: homepage URL fixes (#28475)Matthew Justin Bauer2017-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pgadmin: use https homepage * msn-pecan: move homepage to github google code is now unavailable * pidgin-latex: use https for homepage * pidgin-opensteamworks: use github for homepage google code is unavailable * putty: use https for homepage * ponylang: use https for homepage * picolisp: use https for homepage * phonon: use https for homepage * pugixml: use https for homepage * pioneer: use https for homepage * packer: use https for homepage * pokerth: usee https for homepage * procps-ng: use https for homepage * pycaml: use https for homepage * proot: move homepage to .github.io * pius: use https for homepage * pdfread: use https for homepage * postgresql: use https for homepage * ponysay: move homepage to new site * prometheus: use https for homepage * powerdns: use https for homepage * pm-utils: use https for homepage * patchelf: move homepage to https * tesseract: move homepage to github * quodlibet: move homepage from google code * jbrout: move homepage from google code * eiskaltdcpp: move homepage to github * nodejs: use https to homepage * nix: use https for homepage * pdf2djvu: move homepage from google code * game-music-emu: move homepage from google code * vacuum: move homepae from google code
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\
| * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| |\ | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| * | WIPVladimír Čunát2014-08-25
| | |
| * | merge the rest of multiple-outputsVladimír Čunát2014-08-25
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/libraries/glibc/2.19/builder.sh (previous merge taken) pkgs/development/tools/misc/patchelf/default.nix (easy) pkgs/stdenv/generic/setup.sh (previous merge taken)
| | * \ Merge 'staging' into multiple-outputsVladimír Čunát2014-08-23
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/applications/audio/flac/default.nix pkgs/build-support/gcc-wrapper/builder.sh pkgs/development/libraries/apr-util/default.nix pkgs/development/libraries/apr/default.nix pkgs/development/libraries/atk/default.nix pkgs/development/libraries/freetype/default.nix pkgs/development/libraries/gdk-pixbuf/default.nix pkgs/development/libraries/glib/default.nix pkgs/development/libraries/glibc/2.17/builder.sh pkgs/development/libraries/glibc/2.17/locales.nix pkgs/development/libraries/libjpeg/default.nix pkgs/development/libraries/libogg/default.nix pkgs/development/libraries/libsamplerate/default.nix pkgs/development/libraries/libtiff/default.nix pkgs/development/libraries/libvorbis/default.nix pkgs/development/libraries/mesa/default.nix pkgs/development/libraries/pango/default.nix pkgs/development/web/nodejs/default.nix pkgs/os-specific/linux/pam/default.nix pkgs/os-specific/linux/systemd/default.nix pkgs/stdenv/generic/setup.sh pkgs/stdenv/linux/default.nix pkgs/top-level/all-packages.nix pkgs/top-level/release-small.nix
| | * | | patchelf: Enable "make check"Eelco Dolstra2013-06-12
| | | | |
* | | | | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | patchelf: Use 0.9 release tarballEelco Dolstra2016-02-29
| | | | |
| * | | | patchelf: 0.8 -> 0.9Eelco Dolstra2016-02-27
| |/ / /
* | | | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | | | bootstrap env: disable stackprotector hardening until gcc >=4.9Robin Gloster2016-02-22
|/ / /
* | / Move RPATH shrinking from stdenv to a setup hook provided by patchelfEelco Dolstra2014-08-09
| |/ |/|
* | patchelf: Update to 0.8Eelco Dolstra2014-01-14
| | | | | | | | This fixes a segfault in building Eclipse and the Android SDK.
* | patchelf: Update to 0.7Eelco Dolstra2014-01-07
|/
* * Update patchelf.Eelco Dolstra2011-11-08
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=30312
* * Use patchelf 0.5.Eelco Dolstra2010-01-19
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=19548
* * Use 0.4.Eelco Dolstra2008-06-04
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11977
* * Doh!Eelco Dolstra2008-06-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11959
* * Use a fixed patchelf.Eelco Dolstra2008-06-03
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11958
* * Use the latest patchelf.Eelco Dolstra2008-05-29
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=11931
* * Use patchelf 0.3.Eelco Dolstra2007-05-24
| | | | svn path=/nixpkgs/trunk/; revision=8767
* * Use PatchELF 0.1.Eelco Dolstra2005-10-11
| | | | svn path=/nixpkgs/trunk/; revision=4062
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Use the latest patchelf. This fixes broken gconv modules (e.g.,Eelco Dolstra2005-02-23
| | | | | | | | $glibc/lib/gconv/ISO-2022-JP.so has an RPATH of `$ORIGIN' so that it can find glibc/lib/gconv/libJIS.so; `$ORIGIN' should not be filtered out of the RPATH). svn path=/nixpkgs/trunk/; revision=2290
* * Use patchelf to remove unnecessary directories automatically (in theEelco Dolstra2004-10-02
| | | | | | | installation phase) from the rpaths of ELF executables and libraries. This results in smaller closures. svn path=/nixpkgs/trunk/; revision=1534