Commit Graph

5686 Commits

Author SHA1 Message Date
superwhiskers
6f8af6097c rakudo: 2021.07 -> 2021.10 2021-10-28 20:35:57 -07:00
superwhiskers
8f4e3a052d nqp: 2021.07 -> 2021.10 2021-10-28 20:35:57 -07:00
superwhiskers
c2b56a270e moarvm: 2021.07 -> 2021.10 2021-10-28 20:35:57 -07:00
superwhiskers
05ae303d63 zef: 0.11.11 -> 0.13.0 2021-10-28 20:32:13 -07:00
Eduardo Sánchez Muñoz
5fdab076f0 maintainers: remove eduardosm 2021-10-28 16:21:46 +02:00
Sandro
b3e05a1924
Merge pull request #143091 from r-ryantm/auto-update/clojure 2021-10-27 13:44:19 +02:00
Sandro
aac703676d
Merge pull request #143082 from happysalada/update_erlang 2021-10-27 13:20:57 +02:00
AndersonTorres
77382d5ebf cbqn: 0.pre+unstable=2021-10-09 -> 0.pre+date=2021-10-20 2021-10-27 11:59:05 +02:00
AndersonTorres
f6d0781d3e mbqn: 0.pre+unstable=2021-10-06 -> 0.pre+date=2021-10-21 2021-10-27 11:59:05 +02:00
R. Ryantm
681d5e8e26 clojure: 1.10.3.986 -> 1.10.3.998 2021-10-27 08:09:59 +00:00
happysalada
0da514bc82 erlang: 24.1.2 -> 24.1.3 2021-10-27 16:29:54 +09:00
Maximilian Bosch
ab5c10c42a
php80: 8.0.11 -> 8.0.12, fix CVE-2021-21703
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-21703
ChangeLog: https://www.php.net/ChangeLog-8.php#8.0.12
2021-10-25 23:35:07 +02:00
Maximilian Bosch
af404d852f
php74: 7.4.24 -> 7.4.25, fix CVE-2021-21703
Details: https://nvd.nist.gov/vuln/detail/CVE-2021-21703
ChangeLog: https://www.php.net/ChangeLog-7.php#7.4.25
2021-10-25 23:33:53 +02:00
Dmitry Moskowski
f21a491d3f racket: patch the runtime variant detection
Fixes #114993
2021-04-04 17:55:30 +00:00
Sandro
3b10c17870
Merge pull request #142414 from trofi/drop-ruby-2.6 2021-10-22 15:15:51 +02:00
Sergei Trofimovich
c6b949c09c ruby_2_6, rubyPackages_2_6: drop unused package 2021-10-22 08:46:57 +01:00
Mario Rodas
a70f26a28a kona: 3.21 -> 20201009 2021-10-22 02:38:00 -05:00
Sandro
835fc504e2
Merge pull request #141827 from thiagokokada/bump-babashka 2021-10-21 23:46:02 +02:00
Sandro
a28e93bd66
Merge pull request #136302 from sternenseemann/ngn-k 2021-10-21 21:27:57 +02:00
Thiago Kenji Okada
38001b1454 babashka: add passthru.updateScript 2021-10-20 11:22:59 -03:00
Thiago Kenji Okada
f661c6b18b clojure: add passthru.updateScript 2021-10-20 11:17:34 -03:00
Michael Adler
ac4e270106 bats: 1.3.0 -> 1.4.1 2021-10-19 14:28:00 +02:00
Matthieu Coudron
253af9151f luaPackages: update
- luarocks-nix: bumped to pass args too, `package_X = callPackage ...`.
  It allows to remove the annoying `with self`.
  This new version disables tests (because broken) and now emits derivation
  with a callPackage in front.
- replaced X.override with lib.overrideLuarocks, it should be used
whenever buildInputs/extraVariables is changed since it impacts the
generated luarocks config.
Once structured attributes are in, it will be easier to have the
luarocks config generated by a hook and we probably will be able to
replace all overrideLuarocks by overrideAttrs.
2021-10-18 19:48:07 +02:00
Doron Behar
a851c616a2
Merge pull request #107056 from ShamrockLee/gnudatalanguage 2021-10-17 14:41:08 +00:00
Shamrock Lee
d80b0c0171 gnudatalanguage: Init at 1.0.0
*   Generate PlPlot drivers by
    injecting wxGtk31 (if enableWX == true)
    and/or xorg.libX11 (if enableXWin == true,
    default to false)
    into the buildInputs of plplot
    with plplot.overrideAttrs
*   Override hdf4 and hdf5 with
    custom mpi (if
    enableMPI == true and libraryMPI == mpich)
    and szip (if enableSzip == true, default to false)
2021-10-17 14:06:31 +08:00
AndersonTorres
84e726be47 dbqn: 0.pre+unstable=2021-10-05 -> 0.pre+date=2021-10-08 2021-10-16 21:25:09 -03:00
AndersonTorres
504fff7a3b dapl: 0.2.0+unstable=2021-06-30 -> 0.2.0+date=2021-10-16 2021-10-16 21:24:59 -03:00
figsoda
50ff5c608a
Merge pull request #141908 from hrhino/fix/dzaima-apl
dapl, dapl-native: fix
2021-10-16 18:31:37 -04:00
Harrison Houghton
78d619d9d5 dapl, dapl-native: fix
The Java sources contain APL characters as UTF-8, and javac needs to be
told to interpret them as such.
2021-10-16 16:01:48 -04:00
Artturin
1d93a080a6 lua: add conditional to use linux-readline as the plat on 5.4+
since 5.4 linux plat no longer builds with readline support

Closes https://github.com/NixOS/nixpkgs/issues/141701
2021-10-16 20:18:59 +02:00
Thiago Kenji Okada
5fa9b22eef babashka: 0.6.1 -> 0.6.2 2021-10-15 22:13:40 -03:00
Sandro
877b8b032f
Merge pull request #141250 from doronbehar/pkg/octave 2021-10-11 15:06:51 +02:00
Doron Behar
4a49c7bf1f octave: 6.2.0 -> 6.3.0 2021-10-11 13:48:41 +03:00
AndersonTorres
882ed22e5c cbqn: 0.pre+unstable=2021-10-05 -> 0.pre+unstable=2021-10-09 2021-10-09 15:25:37 -03:00
AndersonTorres
2122549476 dapl: init at 0.2.0+unstable=2021-06-30 2021-10-08 00:15:33 -03:00
Sandro
e963c591a2
Merge pull request #140804 from OPNA2608/update/supertuxkart/21.11 2021-10-08 00:03:21 +02:00
OPNA2608
92432797bd angelscript: 2.35.0 -> 2.35.1 2021-10-07 16:42:11 +02:00
AndersonTorres
404ecd73d9 cbqn: update version string
Also, remove clangStdenv as dependency.
2021-10-06 23:35:34 -03:00
AndersonTorres
077f0239d1 bqn: 0.0.0+unstable=2021-10-01 -> 0.pre+unstable=2021-10-06 2021-10-06 23:35:34 -03:00
AndersonTorres
3a3ad7ebaf dbqn: update version format 2021-10-06 23:35:33 -03:00
sterni
5627b8ae5b
cbqn: 2021-10-01 -> 2021-10-05 (#140795) 2021-10-06 23:13:51 -03:00
sterni
2924140fac
dbqn, dbqn-native: 2021-10-02 -> 2021-10-05 (#140601)
Summary:

- This new release internalizes the old, explicit log into `./build{,8}` scripts.
- Reduces closure size, by explicitly passing JDK(GraalVM) library output to native-image flags.
- Moves JDK to native build inputs.
- Resets meta.priority to default, since it is explicitly differentiated by pname.
2021-10-06 16:05:17 -03:00
Stig
807370df94
Merge pull request #138553 from alyssais/perl-static
pkgsStatic.perl: fix build
2021-10-05 21:10:17 +02:00
Sandro
aafe8c0aaf
Merge pull request #140640 from prusnak/foxdot-darwin 2021-10-05 19:07:03 +02:00
Anderson Torres
2de004090b
Merge pull request #140612 from sternenseemann/cbqn-no-patch
cbqn: remove vendoring using builtin capabilities
2021-10-05 13:25:45 -03:00
Pavol Rusnak
5e770ac32f
supercollider: enable build on aarch64-linux 2021-10-05 18:15:24 +02:00
Sandro
7a7c8fbf85
Merge pull request #140586 from happysalada/update_erlang 2021-10-05 17:20:30 +02:00
Sandro
ba778feddb
Merge pull request #140620 from flexagoon/dart-update 2021-10-05 16:55:28 +02:00
flexagoon
45816e7ca9 dart: 2.13.1 -> 2.14.3 2021-10-05 17:22:46 +03:00
sternenseemann
86ad6b5251 cbqn: remove vendoring using builtin capabilities
The makefile (counterintuitively) checks src/gen/customRuntime to see if
the bytecode is up to date. By simply touch(1)-ing it, we can save
maintaining a patch.
2021-10-05 14:31:31 +02:00