Commit Graph

9338 Commits

Author SHA1 Message Date
superherointj
9be7393d72
Merge pull request #320776 from r-ryantm/auto-update/elixir_1_17
elixir_1_17: 1.17.0 -> 1.17.1
2024-06-18 14:44:05 -03:00
R. Ryantm
c87a408fb3 elixir_1_17: 1.17.0 -> 1.17.1 2024-06-18 13:02:01 +00:00
Nick Cao
14e5cf277b
Merge pull request #319285 from r-ryantm/auto-update/wasmer
wasmer: 4.3.1 -> 4.3.2
2024-06-17 18:28:00 -04:00
John Ericson
6389a88c08
Merge pull request #318166 from rhelmot/freebsd-perl-cross
perl: explicitly tell FreeBSD cross that crypt is available
2024-06-17 17:34:23 -04:00
Audrey Dutcher
f6e67788cb perl: explicitly tell FreeBSD cross that crypt is available 2024-06-16 22:19:11 -07:00
Nick Cao
54447de453
Merge pull request #320126 from r-ryantm/auto-update/nelua
nelua: 0-unstable-2024-04-20 -> 0-unstable-2024-06-11
2024-06-16 10:18:22 -04:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
R. Ryantm
129b496228 nelua: 0-unstable-2024-04-20 -> 0-unstable-2024-06-11 2024-06-15 19:44:08 +00:00
jopejoe1
f0e775ee8b kamilalisp: use pname instead of name 2024-06-15 09:56:42 +02:00
Martin Weinelt
fddf4fb9e1
Merge pull request #319888 from tweag/rep-python-test
python3.tests.nix-pythonprefix-mypy: Avoid unnecessary rebuilds
2024-06-15 02:19:37 +02:00
Weijia Wang
1d2369fa98
Merge pull request #318463 from paparodeo/duktape-install_name
duktape: use fixDarwinDylibNames to fix install_name
2024-06-14 23:43:49 +02:00
Silvan Mosberger
3f2e484083 python3.tests.nix-pythonprefix-mypy: Avoid unnecessary rebuilds
E.g. when the Nix is changed
2024-06-14 21:27:46 +02:00
Yt
be45e3445c
Merge pull request #319316 from woutdp/master
elixir_1_17: init at 1.17.0
2024-06-13 09:46:12 +00:00
Wout De Puysseleir
88abc8f5a7
elixir_1_17: init at 1.17.0 2024-06-13 12:24:42 +03:00
R. Ryantm
ba70d8f1c1 wasmer: 4.3.1 -> 4.3.2 2024-06-12 09:15:34 +00:00
github-actions[bot]
79bbeb1aaf
Merge master into staging-next 2024-06-11 00:02:06 +00:00
Peder Bergebakken Sundt
a53f8b3cd0
Merge pull request #317171 from teoljungberg/ruby_3_3_2
ruby_3_3: 3.3.1 -> 3.3.2
2024-06-11 01:54:13 +02:00
github-actions[bot]
0cc78468fa
Merge master into staging-next 2024-06-10 18:01:13 +00:00
Rafael Fernández López
a562cefcc2 wamr: 2.0.0 -> 2.1.0 2024-06-10 13:04:20 +02:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Pol Dellaiera
b09b1844d3
php81: restore patch for libxml2 on darwin 2024-06-09 16:51:23 +02:00
github-actions[bot]
668adff0d4
Merge master into staging-next 2024-06-09 12:01:06 +00:00
kirillrdy
beb090cc96
Merge pull request #318167 from rhelmot/freebsd-python-cross
python3: Enable FreeBSD cross build
2024-06-09 09:40:11 +00:00
kirillrdy
3cba0171d8
Merge pull request #318169 from rhelmot/freebsd-ruby-cross
ruby: provide correct qsort configuration on FreeBSD cross
2024-06-09 09:22:23 +00:00
Reno Dakota
b69f010f9f
duktape: use fixDarwinDylibNames to fix install_name
The duktape libraries are not using full path when linking which
prevents darwin consumers from locating the library at load time. Add
fixDarwinDylibNames to patch LC_ID_DYLIB with the full path to the
library.
2024-06-09 07:16:14 +00:00
github-actions[bot]
1d15f93175
Merge master into staging-next 2024-06-08 12:01:10 +00:00
Audrey Dutcher
62b6c7f71b ruby: provide correct qsort configuration on FreeBSD cross
I believe that BSD qsort is a macro and GNU qsort is a function, which
affects how you can use them.
2024-06-07 20:33:33 -07:00
Audrey Dutcher
22913c86f1 python3: Enable FreeBSD cross build
This only enables x86_64-unknown-freebsd, not any other FreeBSD, since I
do not have any other machines to tests on. If you're reading this, feel
free to try out other arches!
2024-06-07 20:28:29 -07:00
github-actions[bot]
e7fb1ff4be
Merge master into staging-next 2024-06-07 06:01:17 +00:00
natsukium
6a469b3cfe
python313: 3.13.0b1 -> 3.13.0b2
https://www.python.org/downloads/release/python-3130b2/
2024-06-07 14:26:44 +09:00
Pol Dellaiera
3b58ac5892
php83: 8.3.7 -> 8.3.8
diff: https://github.com/php/php-src/compare/php-8.3.7..php-8.3.8
changelog: https://github.com/php/php-src/blob/PHP-8.3.8/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06 23:05:08 +02:00
Pol Dellaiera
68b4e2b811
php82: 8.2.19 -> 8.2.20
diff: https://github.com/php/php-src/compare/php-8.2.19..php-8.2.20
changelog: https://github.com/php/php-src/blob/PHP-8.2.20/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06 23:05:08 +02:00
Pol Dellaiera
f7dea8a84a
php81: 8.1.28 -> 8.1.29
diff: https://github.com/php/php-src/compare/php-8.1.28..php-8.1.29
changelog: https://github.com/php/php-src/blob/PHP-8.1.29/NEWS

Fix: CVE-2024-4577, CVE-2024-5458, CVE-2024-2408, CVE-2024-5585
2024-06-06 23:05:08 +02:00
github-actions[bot]
9f1130c9a6
Merge master into staging-next 2024-06-06 18:00:57 +00:00
Liam Diprose
6ae361cbd2 erlang: patch sh path
RabbitMQ 3.13 crashes because it requires Erlang/OTP 26 and hits [this call to `sh`](https://github.com/erlang/otp/blob/maint-26/lib/os_mon/src/disksup.erl#L243). This patches the call to `sh` with its full path, `${bash}/bin/sh` when the version is older than 25
2024-06-07 01:46:27 +12:00
Rafael Fernández López
ebf78adbd0
wasmtime: 21.0.0 -> 21.0.1 2024-06-05 15:17:18 +02:00
github-actions[bot]
f1f4d07f90
Merge master into staging-next 2024-06-05 12:01:21 +00:00
superherointj
8ee0212aba lfe: 2.1.3 -> 2.1.4
https://github.com/lfe/lfe/releases/tag/v2.1.4
2024-06-04 21:57:07 -03:00
Teo Ljungberg
5d5834eb8f ruby_3_3: 3.3.1 -> 3.3.2 2024-06-04 13:46:53 +02:00
github-actions[bot]
c5a290d7d7
Merge master into staging-next 2024-06-04 00:02:20 +00:00
Marcus Ramberg
9a63f68cd4
Merge pull request #315856 from qwqawawow/master
groovy: 3.0.11 -> 4.0.21
2024-06-03 22:51:24 +02:00
github-actions[bot]
ddde12c6f7
Merge master into staging-next 2024-06-03 18:02:09 +00:00
Nick Cao
0f00b609de
Merge pull request #316628 from DanielSidhion/clips-update
clips: 6.40 -> 6.4.1
2024-06-03 09:52:29 -04:00
github-actions[bot]
2e595eb2e6
Merge master into staging-next 2024-06-03 12:01:29 +00:00
7c6f434c
21cc0e05c6
Merge pull request #316221 from teto/matt/lua-add-luarocks
luaPackages.luarocks: generate luarocks as well
2024-06-03 08:47:14 +00:00
github-actions[bot]
97d15b22bf
Merge master into staging-next 2024-06-02 18:01:10 +00:00
DS
e1d079982c clips: expose library and headers 2024-06-02 01:46:35 -07:00