Jan Tojnar
e8bfa708c4
meson: Fix rpath clearing
...
Meson allows projects to set `build_rpath` property, containing paths
that will be added during build but will be removed when installing.
When Meson removes build_rpath from `DT_RUNPATH` entry, it just writes
the shorter ␀-terminated new rpath over the old one to reduce
the risk of potentially breaking the ELF files
(when the linker does string de-duplication or something).
But this can cause much bigger problem for Nix, as it can produce
cut-in-half-by-␀ store path references.
For example, in systemd’s libudev, it was removing three `$ORIGIN`-relative paths from
$ORIGIN/../libsystemd:$ORIGIN/../basic:$ORIGIN/../shared:…␀
resulting in the following `DT_RUNPATH` entry:
…␀store/v589pqjhvxrj73g3r0xb41yr84z5pwb7-gcc-9.3.0-lib/lib␀
We previously handled this in `fix-rpath.patch` but the method we prevent
Meson from removing paths added to rpath through `NIX_LDFLAGS` was changed
during 0.55.0 update and I forgot about this second purpose of the patch.
Let’s re-add this clearing code, as it worked without issues for a long time.
2020-08-11 17:48:18 +02:00
Frederik Rietdijk
52419cc32e
Merge pull request #95127 from andersk/pypy-7.3.1
...
pypy: 7.1.1 -> 7.3.1
2020-08-11 16:04:53 +02:00
adisbladis
5c68e3171e
Merge pull request #95169 from adisbladis/emacs-27
...
emacs: 26.3 -> 27.1
2020-08-11 15:13:51 +02:00
Ryan Mulligan
2f67375576
Merge pull request #95139 from r-ryantm/auto-update/kmon
...
kmon: 1.3.5 -> 1.4.0
2020-08-11 06:08:40 -07:00
Ryan Mulligan
07b88d8907
Merge pull request #95077 from r-ryantm/auto-update/helmfile
...
helmfile: 0.125.1 -> 0.125.5
2020-08-11 06:07:43 -07:00
Michael Weiss
7bd78373ad
Merge pull request #95115 from primeos/chromium
...
chromium: 84.0.4147.105 -> 84.0.4147.125
2020-08-11 14:56:06 +02:00
adisbladis
e8c3722d63
Merge pull request #95170 from RaghavSood/ethereum/1.9.19
...
go-ethereum: 1.9.18 -> 1.9.19
2020-08-11 14:51:24 +02:00
Daniel Șerbănescu
fb24a3f399
orca: 3.36.3 -> 3.36.4
2020-08-11 14:17:47 +02:00
Florian Klink
5aa6b4c2a1
gitlab: 13.0.9 -> 13.0.12 ( #94968 )
2020-08-11 14:11:39 +02:00
Cyril Cohen
084d5c0b8c
coq-elpi: 1.4.1 -> 1.5.1
2020-08-11 13:49:51 +02:00
Raghav Sood
0a3e8eb6fe
go-ethereum: 1.9.18 -> 1.9.19
2020-08-11 11:46:24 +00:00
Mario Rodas
ca9cd4e7b8
Merge pull request #95124 from marsam/update-zeek
...
zeek: 3.1.5 -> 3.2.0
2020-08-11 06:43:33 -05:00
adisbladis
7defacb757
emacs: 26.3 -> 27.1
2020-08-11 13:41:44 +02:00
Mario Rodas
f1ebea74e1
Merge pull request #95136 from r-ryantm/auto-update/jx
...
jx: 2.1.121 -> 2.1.127
2020-08-11 06:09:54 -05:00
Mario Rodas
40d299cf71
Merge pull request #95153 from r-ryantm/auto-update/nfpm
...
nfpm: 1.5.0 -> 1.6.0
2020-08-11 06:08:35 -05:00
Diego Rodriguez
6449c5eee5
terraform: 0.13.0-rc1 -> 0.13.0 ( #95135 )
2020-08-11 10:54:46 +00:00
Jörg Thalheim
686cb7e18e
home-assistant: relax dependency on slugify
2020-08-11 11:50:10 +01:00
Wout Mertens
45776b40c4
Merge pull request #93338 from tasmo/bitwig-studio-3.2.4
...
bitwig-studio3: 3.2.2 -> 3.2.6
2020-08-11 12:28:27 +02:00
Maximilian Bosch
15d16de8f1
scalafmt: 2.6.2 -> 2.6.4
2020-08-11 12:18:39 +02:00
Florian Klink
921da91c8a
Merge pull request #93702 from tnias/usbguard20200723
...
nixos/usbguard: rework
2020-08-11 12:14:32 +02:00
Maximilian Bosch
ffc10b1c02
Merge pull request #95155 from fadenb/graylog_3.3.4
...
graylog: 3.3.3 -> 3.3.4
2020-08-11 11:54:55 +02:00
Martin Weinelt
0e4554ca6b
Merge pull request #95152 from r-ryantm/auto-update/neofetch
...
neofetch: 7.0.0 -> 7.1.0
2020-08-11 11:54:23 +02:00
Maximilian Bosch
605282fefa
Merge pull request #95028 from r-ryantm/auto-update/bitwarden_rs
...
bitwarden_rs: 1.16.1 -> 1.16.3
2020-08-11 11:47:46 +02:00
Vincent Laporte
2c564010aa
ocamlPackages.ppx_deriving_yojson: 3.5.2 → 3.5.3
2020-08-11 11:25:10 +02:00
Daniël de Kok
a93340d651
Merge pull request #94933 from danieldk/amdvlk-2020.Q3.3
...
amdvlk: 2020.Q3.2 -> 2020.Q3.3
2020-08-11 11:04:48 +02:00
Maximilian Bosch
52650e4f4b
Merge pull request #95125 from marsam/update-xonsh
...
xonsh: 0.9.18 -> 0.9.19
2020-08-11 11:02:14 +02:00
Tristan Helmich (omniIT)
f797bed266
graylog: 3.3.3 -> 3.3.4
...
Bumps Graylog and integration plugins to version 3.3.4
2020-08-11 09:00:45 +00:00
Daniël de Kok
4c54e6ab5f
ocamlPackages.uunf: 12.0.0 -> 13.0.0
2020-08-11 10:47:45 +02:00
R. RyanTM
be8b651026
nfpm: 1.5.0 -> 1.6.0
2020-08-11 08:35:29 +00:00
Maximilian Bosch
3ad2a586b3
Merge pull request #95132 from r-k-b/feature/jetbrains-update
...
jetbrains: update
2020-08-11 10:30:36 +02:00
Frederik Rietdijk
de1c8a039f
Merge pull request #94679 from NixOS/staging-next
...
Staging next
2020-08-11 10:30:09 +02:00
R. RyanTM
21b89cec81
neofetch: 7.0.0 -> 7.1.0
2020-08-11 08:27:31 +00:00
Frederik Rietdijk
f707715136
Merge master into staging-next
2020-08-11 10:26:35 +02:00
Linus Heckemann
eac5ef8aa9
Merge pull request #95145 from samuelgrf/update/pcsx2-1.6.0
...
pcsx2: 1.6.0-rc -> 1.6.0
2020-08-11 09:55:18 +02:00
lewo
60d2ac5725
Merge pull request #94890 from lucperkins/opa-update
...
open-policy-agent: 0.15.0 -> 0.22.0
2020-08-11 09:49:38 +02:00
Daniël de Kok
f9eba87bf0
Merge pull request #95083 from danieldk/manual-amd-blis
...
manual: add AMD BLIS/LIBFLAME to the BLAS/LAPACK list
2020-08-11 08:56:31 +02:00
Samuel Gräfenstein
bdf347956d
pcsx2: 1.6.0-rc -> 1.6.0
2020-08-11 08:55:15 +02:00
Matt Huszagh
93e5e9e22d
appcsxcad: init at unstable-2020-01-04
2020-08-10 23:45:59 -07:00
Matt Huszagh
7dc7e2e7b8
qcsxcad: use libsForQt5 package scope for qt deps
2020-08-10 23:45:30 -07:00
Daniël de Kok
3ef28abf90
Merge pull request #94985 from wedens/tdrop-version-bump
...
tdrop: 2018-11-13 -> 2020-05-14
2020-08-11 07:55:06 +02:00
Matt Huszagh
2c71cf337a
python3Packages.kinparse: init at unstable-2019-12-18
2020-08-10 22:45:54 -07:00
Silvan Mosberger
f21c42143b
Merge pull request #48740 from midchildan/add-mirakurun
...
mirakurun: init at 3.3.0
2020-08-11 06:55:56 +02:00
worldofpeace
c1c96de9e7
Merge pull request #95137 from Mic92/nix-prefetch
...
nix-prefetch: make fit for flakes
2020-08-11 00:53:04 -04:00
midchildan
3c951a6e93
video/mirakurun: add module
2020-08-11 13:52:17 +09:00
Orivej Desh
48ef8562f2
musescore: 3.4.2 -> 3.5.0 ( #95078 )
2020-08-11 04:43:42 +00:00
R. RyanTM
20d4fd08b9
kmon: 1.3.5 -> 1.4.0
2020-08-11 04:42:03 +00:00
Matt Huszagh
dad6b637c2
qcsxcad: init at unstable-2020-01-04
2020-08-10 21:39:57 -07:00
Jörg Thalheim
346874b79e
nix-prefetch: make fit for flakes
2020-08-11 05:38:37 +01:00
R. RyanTM
d9ea518b95
jx: 2.1.121 -> 2.1.127
2020-08-11 04:32:16 +00:00
Robert K. Bell
d5adbd40b4
jetbrains: update
...
Used ./update.pl, no other changes.
2020-08-11 13:48:15 +10:00