Commit Graph

6200 Commits

Author SHA1 Message Date
Rafael Fernández López
1865515d63 wasmtime: make derivation available only on linux for now 2022-04-03 08:11:58 -04:00
Rafael Fernández López
d233c169c7 Fix wasmtime build
Provide a specific path for the v8 project, so `wasmtime` dependency
`rusty_v8` can find it and does not need to download the static
library, what would break build hermetism.
2022-04-03 08:11:58 -04:00
Gabor Greif
a4b3bd08d9 wasmtime: 0.21.0 -> 0.35.2 2022-04-03 08:11:58 -04:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Sandro
0fa8cbf8de
Merge pull request #166277 from lourkeur/refactor-cosmopolitan 2022-03-30 17:28:47 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Louis Bettens
9f4b404b5c maintainers/teams: add cosmopolitan team 2022-03-30 10:33:17 +02:00
Louis Bettens
bd84351def python-cosmopolitan: init at 3.6.14 2022-03-30 10:33:17 +02:00
R. Ryantm
ebeae1436f janet: 1.21.0 -> 1.21.1 2022-03-30 14:19:07 +08:00
Ben Siraphob
19c90d5f74
Merge pull request #166191 from siraben/picoc-darwin 2022-03-29 09:34:22 -05:00
Sandro
be561c7d0b
Merge pull request #166226 from Stunkymonkey/treewide-fetchFromGitHub-3 2022-03-29 16:02:21 +02:00
Felix Buehler
35c43df711 scsh: switch to fetchFromGitHub 2022-03-29 12:59:08 +02:00
R. Ryantm
e4e8a630d7 clojure: 1.11.0.1097 -> 1.11.0.1100 2022-03-29 10:00:02 +00:00
Ben Siraphob
5b45f1458f
picoc: fix darwin build 2022-03-29 01:15:23 -05:00
Sandro
2f1e03cb2b
Merge pull request #165691 from lucc/github-removed-unencrypted-git 2022-03-28 12:47:42 +02:00
R. Ryantm
1dfd0c261d janet: 1.20.0 -> 1.21.0 2022-03-27 21:18:20 +08:00
Sandro
6773b4e5e6
Merge pull request #165448 from fgaz/jimtcl/0.81 2022-03-27 14:30:22 +02:00
R. Ryantm
1da79f049b clojure: 1.10.3.1093 -> 1.11.0.1097 2022-03-26 19:35:14 +00:00
Lucas Hoffmann
47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
ajs124
d576772452
Merge pull request #164576 from drupol/php/bumps-march-2022
php80: 8.0.16 -> 8.0.17
2022-03-23 17:38:38 +01:00
Francesco Gazzetta
d8df466ed7 jimtcl: add fgaz to maintainers 2022-03-23 14:24:34 +01:00
Francesco Gazzetta
4bb5799ce9 jimtcl: 0.79 -> 0.81 2022-03-23 14:24:19 +01:00
Sandro
4e33e493f7
Merge pull request #165182 from fleimgruber/master 2022-03-23 05:05:45 +01:00
Alyssa Ross
3ff5f0eb76 spidermonkey: use the same LLVM as rustc
Spidermonkey depends on rustc, so we have the best chance at only
having a single LLVM in the build closure if we use the same LLVM that
rustc depends on.
2022-03-22 20:40:54 +00:00
Thiago Kenji Okada
5b456050f8
Merge pull request #165199 from r-ryantm/auto-update/clojure
clojure: 1.10.3.1087 -> 1.10.3.1093
2022-03-22 10:55:56 +00:00
R. Ryantm
3c8312dfef clojure: 1.10.3.1087 -> 1.10.3.1093 2022-03-22 02:05:34 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2 2022-03-22 02:13:45 +01:00
fleimgruber
90e831473c alda: 2.0.6 -> 2.2.0
Motivated by https://github.com/alda-lang/alda/issues/411
2022-03-21 22:55:56 +01:00
Pol Dellaiera
a5911f1597 php81: 8.1.3 -> 8.1.4 2022-03-18 13:23:25 +01:00
Pol Dellaiera
1e395cf2e8 php80: 8.0.16 -> 8.0.17 2022-03-17 12:00:54 +01:00
Martin Weinelt
c91c73a714 python37: 3.7.12 -> 3.7.13
https://www.python.org/downloads/release/python-3713/
2022-03-17 07:39:01 +01:00
Martin Weinelt
d56ccde39a python38: 3.8.12 -> 3.8.13
https://www.python.org/downloads/release/python-3813/
2022-03-17 07:39:01 +01:00
Sergei Trofimovich
a96ff65536 guile_3_0: fix attribute for updater script
Without the change updater script extracts location from `guile` (`guile_2_2`).

I did not notice it initially as I use local override of `guile = guile_3_0`.
2022-03-16 23:15:57 +00:00
Martin Weinelt
37a035335c
Merge pull request #163916 from mweinelt/python311 2022-03-16 21:05:37 +01:00
Felix Buehler
9feb246fb8 ceptre: switch to fetchFromGitHub 2022-03-16 00:45:13 +01:00
Felix Buehler
28ff2255a4 pixie: switch to fetchFromGitHub 2022-03-16 00:45:13 +01:00
Vladimír Čunát
f48c1fda6b
Merge branch 'master' into staging-next
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments.  The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Martin Weinelt
519d8d2444
Merge pull request #161311 from helsinki-systems/pypy27_prebuilt_openssl 2022-03-15 02:51:08 +01:00
github-actions[bot]
0ed928e4ab
Merge master into staging-next 2022-03-14 12:01:26 +00:00
Thiago Kenji Okada
31961f6415
Merge pull request #164040 from r-ryantm/auto-update/babashka
babashka: 0.7.7 -> 0.7.8
2022-03-14 08:49:49 +00:00
R. Ryantm
32fe2acfab babashka: 0.7.7 -> 0.7.8 2022-03-13 20:53:54 +00:00
github-actions[bot]
1630ab9b47
Merge master into staging-next 2022-03-13 06:05:11 +00:00
Ben Siraphob
b783c48432
Merge pull request #160051 from trofi/update-guile 2022-03-12 16:08:59 -08:00
github-actions[bot]
6f7d104254
Merge master into staging-next 2022-03-13 00:02:14 +00:00
Martin Weinelt
69b06bceab
python311: 3.11.0a4 -> 3.11.0a6
https://pythoninsider.blogspot.com/2022/03/python-3110a6-is-available.html
https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html
2022-03-13 00:04:29 +01:00
Thiago Kenji Okada
520dc1d2f1
Merge pull request #163504 from lostnet/mozup917
spidermonkey_91: 91.6.0 -> 91.7.0
2022-03-12 20:51:31 +00:00
Thiago Kenji Okada
9ff1703ffa
Merge pull request #162348 from teoljungberg/bump-ruby
ruby: 3.1.0 -> 3.1.1
2022-03-12 19:17:11 +00:00
Teo Ljungberg
4ad8b43ce2 ruby: 3.1.0 -> 3.1.1 2022-03-12 19:46:30 +01:00