Commit Graph

5216 Commits

Author SHA1 Message Date
sternenseemann f6551e1efa clojure: fix clj script
At some point the clj script stopped just calling clojure, but instead
$bin_dir/clojure. As a result we now need to additionally substitute
BINDIR in the clj script.
2021-08-11 15:43:58 +02:00
Frederik Rietdijk c32a9d4158 python2 and python3: build unoptimized bytecode again
In 9d03ff5222 I made the CPython builds
reproducible. This required not generating default unoptimized bytecode.
I was under the impression the optimized bytecode would be used then,
but you need to opt-in on that. Not having the default bytecode resulted
in a significant performance hit. Therefore, bytecode is generated again
in this commit, and thereby the builds are no longer reproducible.

https://bugs.python.org/issue29708
(cherry picked from commit 23e348bfe2b161e761dd37e3be86a807f3cd6f94)
2021-07-30 09:33:04 +02:00
R. RyanTM 05309458ba erlangR23: 23.3.4.4 -> 23.3.4.5
(cherry picked from commit 53d45d04f5ba0e58bd6cc5dac23cb79f02d7a328)
2021-07-26 10:20:25 +09:00
Mario Rodas 752d341f68 ruby_3_0: 3.0.1 -> 3.0.2
https://www.ruby-lang.org/en/news/2021/07/07/ruby-3-0-2-released/
(cherry picked from commit afd61a60693e1ad936b8e90bf3f88d438fcafd79)
2021-07-08 03:11:51 +00:00
Mario Rodas 3e4c3a12d8 ruby_2_7: 2.7.3 -> 2.7.4
https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-7-4-released/
(cherry picked from commit 5f9f17cc11caa07e4a9faa68d308d86e16d0f930)
2021-07-08 03:11:51 +00:00
Mario Rodas 94496bd7da ruby_2_6: 2.6.7 -> 2.6.8
https://www.ruby-lang.org/en/news/2021/07/07/ruby-2-6-8-released/
(cherry picked from commit 2d420c15598e5eb65e9a1b8419d5ba00778e30da)
2021-07-08 03:11:50 +00:00
Mario Rodas b97454a2e5 ruby: update RVM patchsets
(cherry picked from commit 6d4b46a56d98c2d8601dedecf1542dda3df51774)
2021-07-08 03:11:50 +00:00
github-actions[bot] 31d5f83f39
Merge release-21.05 into staging-next-21.05 2021-07-03 06:02:17 +00:00
ajs124 beb567f715 php73: 7.3.28 -> 7.3.29
fixes CVE-2021-21705 and CVE-2021-21704

not cherry-picked from master, because that does not have php73 anymore
2021-07-01 20:57:54 +02:00
ajs124 ff22a4aecb php80: 8.0.7 -> 8.0.8
fixes CVE-2021-21705 and CVE-2021-21704
also various other bugs, see https://www.php.net/ChangeLog-8.php#8.0.8
for a complete changelog

(cherry picked from commit d0c10fc34c575c83bc6716a42afe6044fc3730ea)
2021-07-01 20:49:46 +02:00
ajs124 d530ad5185 php74: 7.4.20 -> 7.4.21
fixes CVE-2021-21705 and CVE-2021-21704

(cherry picked from commit cf9fe3942e90eb6f97cfb69daa391b83f9868883)
2021-07-01 20:49:20 +02:00
Jonathan Ringer 5299f12e63 Merge branch 'staging-next-21.05' into staging-21.05 2021-06-25 00:15:49 -07:00
Kim Lindberger 65a1707f25
Revert "[21.05] php/generic: Allow to extend PHP_INI_SCAN_DIR" 2021-06-21 16:08:31 +02:00
Serhii Zhuravel c46cf1c4e6
Allow to extend PHP_INI_SCAN_DIR
Fixes #109383
Master 9fb4d19c2ec8d86439457e4cc10bc12becdc7268
2021-06-16 11:23:00 +03:00
Martin Weinelt 6a5755d960 spidermonkey_78: 78.8.0 -> 78.11.0
(cherry picked from commit c0a0f6ceee47dffb1e9a16f48a6cf758745c841b)
2021-06-15 22:44:19 +00:00
Matthieu Coudron 889a9b7c11 pythonPackages: set mainProgram to pname by default
Calling `nix run poetry` or another python package usually fails
because of the "pythonX" prefix in name.
Adjust mainProgram to ignore that prefix.

(cherry picked from commit b59875ef23dabddceda3673a7559ebbede9ab6aa)
2021-06-13 10:36:12 +02:00
Maximilian Bosch 4ce72a0473 evcxr: 0.9.0 -> 0.10.0
ChangeLog: https://github.com/google/evcxr/blob/v0.10.0/RELEASE_NOTES.md#version-0100
(cherry picked from commit 2d2c58970ad4b04011c23b02be42380e111e4d2e)
2021-06-05 21:09:59 +00:00
Elis Hirwing 02957ca57b
php80: 8.0.6 -> 8.0.7
https://www.php.net/ChangeLog-8.php#8.0.7
(cherry picked from commit 6b7b002544a8c0f907a37eeb4fd77eecd8c7eb67)
2021-06-04 14:11:10 +02:00
Elis Hirwing f11b59b21b
php80: 8.0.5 -> 8.0.6
https://www.php.net/ChangeLog-8.php#8.0.6
(cherry picked from commit a3c966cc7aefe169fc0d6a73dd2f0d765177c23b)
2021-06-04 09:02:59 +02:00
Elis Hirwing f035fa6ede
php74: 7.4.18 -> 7.4.20
https://www.php.net/ChangeLog-7.php#7.4.19
https://www.php.net/ChangeLog-7.php#7.4.20
(cherry picked from commit 23548b255290bdeb90f5caebb1ac306a1b323e28)
2021-06-04 09:02:48 +02:00
Thomas Depierre 0894deca29 beam-packages: drop erlang R18 R19 R20 and cuter
(cherry picked from commit f55c3e2f21073be564fed477847ad5bd649c9fb9)
2021-06-02 19:23:26 +09:00
Janne Heß f2cabb18e0 lua5_4: 5.4.2 -> 5.4.3
(cherry picked from commit 490970ae8b34107aa5e092629271ac7739407478)
2021-05-31 20:25:03 +00:00
Thiago Kenji Okada e04a17a37e babashka: add thiagokokada as maintainer
(cherry picked from commit 9eee935ec232fffeda4917dba800967cf222eb0c)
2021-05-30 02:30:26 +00:00
Thiago Kenji Okada 20387998ce babashka: 0.4.1 -> 0.4.3
(cherry picked from commit 113fc7d71c1797983b4f3c40cf470befacb7fc04)
2021-05-30 02:30:26 +00:00
Jonathan Ringer 11a9ac00fc
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/tools/networking/xh/default.nix
2021-05-22 18:19:10 -07:00
Sandro Jäckel 0197f1dc41 pythonPackages: Add aliases 🎉 2021-05-22 15:02:50 -07:00
Jonathan Ringer 6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/shells/ion/default.nix
 pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
R. RyanTM 16f2ed30d2 clojure: 1.10.3.822 -> 1.10.3.839 2021-05-20 14:52:49 -07:00
Jonathan Ringer 14f3686af1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/terminal-emulators/alacritty/default.nix
  pkgs/servers/clickhouse/default.nix
2021-05-20 09:12:42 -07:00
Jonathan Ringer f7a112f6c4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
  pkgs/applications/graphics/emulsion/default.nix
  pkgs/development/tools/misc/texlab/default.nix
  pkgs/development/tools/rust/bindgen/default.nix
  pkgs/development/tools/rust/cargo-udeps/default.nix
  pkgs/misc/emulators/ruffle/default.nix
  pkgs/tools/misc/code-minimap/default.nix
2021-05-18 08:57:16 -07:00
FliegendeWurst 9e16b3b579 renpy: ffmpeg_3 -> ffmpeg 2021-05-18 09:42:58 +02:00
David 9f4878daca fix lfe 2021-05-18 05:40:58 +09:00
Sandro 981d89bddc
Merge pull request #123041 from thiagokokada/bump-babashka
babashka: 0.4.0 -> 0.4.1
2021-05-17 19:09:35 +02:00
Jonathan Ringer d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Michael Raskin 5e9437ef57
Merge pull request #123289 from OPNA2608/fix/supertuxkart-darwin/21.05
superTuxKart: Build on Darwin
2021-05-16 22:59:10 +00:00
R. RyanTM f867062ef9 erlangR21: 21.3.8.22 -> 21.3.8.23 2021-05-17 07:58:15 +09:00
Stéphan Kochen 873996595c acl2: fix darwin build 2021-05-16 14:59:44 -07:00
OPNA2608 dfb2d52a78 angelscript: Make Darwin-compatible 2021-05-16 21:45:55 +02:00
github-actions[bot] 9911b1c75b
Merge staging-next into staging 2021-05-16 01:01:01 +00:00
github-actions[bot] b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Stéphan Kochen e957b3c5b8 evcxr: fix darwin build 2021-05-15 12:35:47 -07:00
github-actions[bot] c10600230e
Merge staging-next into staging 2021-05-15 18:30:31 +00:00
Alyssa Ross 665732d877 lua: fix linkage
This fixes a couple of problems:

 * Lua 5.1 doesn't have SYSLIBS, so wasn't being linked with any
   libraries.

 * SYSLIBS doesn't include -lm, so we had to add that manually to
   pkgconfig.  LIBS includes -lm, so we don't need that hack any more.
2021-05-15 09:33:46 -07:00
Alyssa Ross 1758c0ac65 lua5_4: fix eval
This patch was removed in 34f8d7e15a ("lua: one dso patch to rule
them all"), and the reference to it in lua5_4 was removed at the time,
but it seems to have found its way back somehow (probably through a
merge?).

(cherry picked from commit 5b278213a2)
2021-05-15 09:33:46 -07:00
Alyssa Ross 3f5ecec613 Revert "staging-next: lua5: fix eval, add lib.so.patch"
This reverts commit 537a1940e8.

This patch was deliberately removed in 34f8d7e15a ("lua: one dso
patch to rule them all").  The correct fix is to remove the reference
to it that was reintroduced, rather than re-adding the patch.
2021-05-15 09:33:46 -07:00
Alyssa Ross 399223fdf7 Revert "lua5_*: tweak linking libraries"
This reverts commit 539ad4f811.

The correct fix here is to fix our addition to the Makefile.
2021-05-15 09:33:46 -07:00
github-actions[bot] 49ec716c04
Merge staging-next into staging 2021-05-15 12:25:36 +00:00
Alyssa Ross 5b278213a2 lua5_4: fix eval
This patch was removed in 34f8d7e15a ("lua: one dso patch to rule
them all"), and the reference to it in lua5_4 was removed at the time,
but it seems to have found its way back somehow (probably through a
merge?).
2021-05-15 12:47:06 +02:00
Vladimír Čunát 539ad4f811
lua5_*: tweak linking libraries
All liblua.so were missing a library or two;
I'm not sure if there's a better way to add them.  Check:
ldd -r ./result/lib/liblua.so
2021-05-15 09:36:05 +02:00
Jonathan Ringer 537a1940e8
staging-next: lua5: fix eval, add lib.so.patch 2021-05-14 23:38:34 -07:00