Commit Graph

12219 Commits

Author SHA1 Message Date
Vladimír Čunát
2f002a9667
Revert "graalvmXX-ce: use a patched version of zlib" 2022-06-19 08:54:21 +02:00
github-actions[bot]
b7aba4fb0f
Merge master into staging-next 2022-06-19 00:02:36 +00:00
github-actions[bot]
5ee636b083
Merge master into staging-next 2022-06-18 18:01:12 +00:00
wunderbrick
004b209ebe Remove wunderbrick from juniper maintainers 2022-06-18 12:54:08 -04:00
7c6f434c
30eaeb044e
Merge pull request #178134 from qsimpleq/lazarus_2.2.2-0
lazarus: 2.0.12 -> 2.2.2-0
2022-06-18 12:40:54 +00:00
Kirill qsimpleq Babikhin
fd52adc9a2 lazarus: 2.0.12 -> 2.2.2-0 2022-06-18 15:58:03 +05:00
Kirill qsimpleq Babikhin
d7a3b96440 fpc: 3.2.0 -> 3.2.2 2022-06-18 15:55:05 +05:00
Jan Tojnar
222bf23c35 Merge branch 'master' into staging-next
; Conflicts:
;	pkgs/top-level/python-packages.nix
2022-06-17 20:30:43 +02:00
Dennis Gosnell
1216d8e7ab
Merge pull request #176788 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-06-17 22:42:52 +09:00
github-actions[bot]
f6b0f94b9e
Merge master into staging-next 2022-06-17 12:01:21 +00:00
Faye Duxovni
7b1e56acf0
binaryen: 102 -> 105; emscripten: 3.0.0 -> 3.1.10 (#172741)
* binaryen: 102 -> 105

* emscripten: 3.0.0 -> 3.1.10

* Backport emscripten-core/emscripten#16986 to fix emscriptenPackages.libxml2 build

* Fix patch url/hash

Co-authored-by: Will Cohen <willcohen@users.noreply.github.com>

Co-authored-by: Will Cohen <willcohen@users.noreply.github.com>
2022-06-17 13:45:29 +02:00
github-actions[bot]
f905e3999b
Merge master into haskell-updates 2022-06-17 00:12:29 +00:00
github-actions[bot]
ccdd0f7af6
Merge master into staging-next 2022-06-16 23:27:22 +00:00
Thiago Kenji Okada
b2f19ab3b5 graalvmXX-ce: use a patched version of zlib
The previous releases of zlib were not sensitive to incorrect CRC
inputs with bits set above the low 32. Some programs were depended on
this behavior, including GraalVM. So this commit backports a patch from
`zlib` develop that brings back the old behavior. This will probably
be included in the next release of zlib.

Before:

```
$ rm -rf ~/.babashka
$ bb -e "(babashka.pods/load-pod 'clj-kondo/clj-kondo \"2022.05.31\")"
Downloading pod clj-kondo/clj-kondo (2022.05.31)
----- Error --------------------------------------------------------------------
Type:     java.util.zip.ZipException
Message:  invalid entry CRC (expected 0x269cdf2c but got 0x13b86fd8)
Location: <expr>:1:1

----- Context ------------------------------------------------------------------
1: (babashka.pods/load-pod 'clj-kondo/clj-kondo "2022.05.31")
   ^--- invalid entry CRC (expected 0x269cdf2c but got 0x13b86fd8)

----- Stack trace --------------------------------------------------------------
babashka.pods.impl.resolver/unzip             - <built-in>
babashka.pods.impl.resolver/resolve/fn--30674 - <built-in>
clojure.core/mapv/fn--8535                    - <built-in>
clojure.core.protocols/fn--8244               - <built-in>
clojure.core.protocols/fn--8204/G--8199--8213 - <built-in>
... (run with --debug to see elided elements)
babashka.pods.sci/load-pod/fn--30887          - <built-in>
babashka.pods.sci/load-pod                    - <built-in>
clojure.core/apply                            - <built-in>
babashka.impl.pods/load-pod                   - <built-in>
user                                          - <expr>:1:1
```

After:

```
$ rm -rf ~/.babashka
$ ./result/bin/bb -e "(babashka.pods/load-pod 'clj-kondo/clj-kondo \"2022.05.31\")"
Downloading pod clj-kondo/clj-kondo (2022.05.31)
Successfully installed pod clj-kondo/clj-kondo (2022.05.31)
```

The issue should affect other programs using GraalVM, but this was the
test that I had at hand.
2022-06-16 11:27:34 +01:00
Dennis Gosnell
2533b1a2a6
Merge pull request #177489 from nomeata/joachim/ghcjs-base
haskell.packages.ghcjs.ghcjs-base: 0.2.0.3 → 0.2.1.0
2022-06-16 13:34:30 +09:00
github-actions[bot]
4e74812c3a
Merge master into staging-next 2022-06-15 00:02:12 +00:00
zowoq
2ca29d0bee go: remove outdated patch 2022-06-15 08:50:32 +10:00
github-actions[bot]
34bc19a1dc
Merge master into staging-next 2022-06-14 18:01:25 +00:00
Gabriel Ebner
188ca099b7
Merge pull request #176677 from toastal/mlton-20210107
mlton: 20180207 → 20210107
2022-06-14 14:05:58 +02:00
github-actions[bot]
153ddcc04c
Merge master into staging-next 2022-06-13 12:01:23 +00:00
FliegendeWurst
c08c35ced3 adoptopenjdk-bin: mark meta.sourceProvenance 2022-06-13 18:55:15 +08:00
Joachim Breitner
8c77993daf haskell.packages.ghcjs.ghcjs-base: 0.2.0.3 → 0.2.1.0
the new upstream release makes it build with aeson-2.0.
2022-06-13 10:34:00 +02:00
github-actions[bot]
dea522a1e7
Merge master into staging-next 2022-06-12 00:02:14 +00:00
Robert Scott
27d4500b61 gforth: unmark broken on darwin 2022-06-11 19:13:40 +01:00
Robert Scott
b71cff07a7 gforth: explicitly set lispdir
otherwise in situations where we don't have a working sandbox
(darwin), if /usr/share/emacs happens to exist, the install
phase will try to put its lisp files there and fail due to
permissions.
2022-06-11 19:13:29 +01:00
github-actions[bot]
1ff1108cce
Merge master into staging-next 2022-06-11 12:01:21 +00:00
pennae
1dfc20711a
Merge pull request #176405 from alyssais/kernel-cgit
treewide: update git.kernel.org/cgit homepage URLs
2022-06-11 07:01:58 +00:00
github-actions[bot]
0fff57e90d
Merge master into staging-next 2022-06-11 00:01:54 +00:00
Artturi
cbbd54c206
Merge pull request #174450 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20220202 -> 20220502
2022-06-11 01:24:34 +03:00
Alyssa Ross
690125bd0a
treewide: update git.kernel.org/cgit homepage URLs
These are now redirects, and no longer git clone-able despite looking
like git repo URLs.  I've updated them to the new locations.
2022-06-10 19:46:39 +00:00
github-actions[bot]
eaf5f4483a
Merge staging-next into staging 2022-06-10 06:02:10 +00:00
Sergei Trofimovich
8bc1f617dd squeak: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: vm/vm.a(cogit.o):spur64src/vm/cogitX64SysV.c:2552: multiple definition of
      `traceStores'; vm/vm.a(gcc3x-cointerp.o):spur64src/vm/cogit.h:140: first defined here
2022-06-09 21:38:39 -05:00
Sandro
3343cad8c3
Merge pull request #175783 from elliottslaughter/terra-1.0.0-beta5 2022-06-10 02:06:44 +02:00
github-actions[bot]
15065572a9
Merge staging-next into staging 2022-06-10 00:02:50 +00:00
Sandro
646c74dd66
Merge pull request #176591 from misuzu/llvm-armv7l
llvmPackages/libllvm: disable failing tests on armv7l
2022-06-10 02:00:14 +02:00
Guillaume Maudoux
abf6439a3a
Merge pull request #176891 from malbarbo/fix-mozart2
mozart2: fix build.
2022-06-10 00:18:00 +02:00
John Ericson
9458f8031a
Merge pull request #176925 from Ericson2314/llvm-14-fix-broken-gnu-install-dirs
llvmPackages_14: Fix remaining broken gnu-install-dirs patches
2022-06-09 16:19:43 -04:00
Fabián Heredia Montiel
ce77121c76 kotlin-native: 1.6.21 → 1.7.0 2022-06-09 09:49:28 -05:00
Fabián Heredia Montiel
3060e296ca kotlin: 1.6.21 → 1.7.0 2022-06-09 09:49:28 -05:00
Jörg Thalheim
0f9d6e910e
Merge pull request #176951 from Mic92/go
go_1_17: 1.17.10 -> 1.17.11, go_1_18: 1.18.2 -> 1.18.3
2022-06-08 21:41:37 +01:00
Martin Weinelt
6451e9d4a5 Merge remote-tracking branch 'origin/staging-next' into staging 2022-06-08 22:22:26 +02:00
Sandro Jäckel
6e7fb72f0f
go_1_18: 1.18.2 -> 1.18.3 2022-06-08 22:03:34 +02:00
Sandro Jäckel
47016de7ef
go_1_17: 1.17.10 -> 1.17.11 2022-06-08 22:03:33 +02:00
John Ericson
942da65b07 llvmPackages_14: Fix remaining broken gnu-install-dirs patches 2022-06-08 16:43:04 +00:00
Thiago Kenji Okada
e2851dcdae
Merge pull request #176565 from necrophcodr/add-gmqcc
gmqcc: init at unstable-2021-07-09
2022-06-08 15:11:29 +01:00
necrophcodr
13712fce0e gmqcc: init at unstable-2021-07-09 2022-06-08 15:51:58 +02:00
Marco A L Barbosa
14dd8631b5 mozart2: fix build. 2022-06-08 09:32:08 -03:00
Sergei Trofimovich
b5644dfa57 gcl: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: ./libgclp.a(user_match.o):(.bss+0x18): multiple definition of
      `tf'; ./libpre_gcl.a(main.o):(.bss+0x326d90): first defined here
2022-06-08 08:38:15 +01:00
Elliott Slaughter
4d96447ebf terra: 1.0.0-beta3 -> 1.0.0-beta5
https://github.com/terralang/terra/releases/tag/release-1.0.0-beta5
https://github.com/terralang/terra/releases/tag/release-1.0.0-beta4
2022-06-07 09:53:06 -07:00
toastal
1eca09a8a1 mlton: 20180207 → 20210107 2022-06-07 13:34:26 +07:00