Commit Graph

78773 Commits

Author SHA1 Message Date
github-actions[bot]
b0c4aff39d
Merge master into haskell-updates 2022-11-26 00:12:52 +00:00
Luke Granger-Brown
bebec27baa
Merge pull request #159830 from chivay/lkrg
lkrg: init at 0.9.5
2022-11-25 21:33:04 +01:00
Sandro
e62efc6694
Merge pull request #168826 from Madouura/dev/linux-riscv 2022-11-25 20:54:51 +01:00
Sandro
fc9b971831
Merge pull request #202632 from dotlambda/qtwebengine-python3 2022-11-25 20:31:34 +01:00
Sandro
debfa6127d
Merge pull request #202340 from NickCao/wasmer 2022-11-25 20:26:35 +01:00
Robert Schütz
d6d06272a3 eclipses: use jdk17
JDK 11 depends on Python 2.
2022-11-25 19:18:07 +01:00
Fabian Affolter
ffc925cc77
Merge pull request #202683 from fabaff/appthreat-vulnerability-db-bump
python310Packages.appthreat-vulnerability-db: 2.0.9 -> 3.0.2
2022-11-25 19:08:18 +01:00
Sandro
dcaa4a9982
Merge pull request #200684 from zendo/museeks 2022-11-25 18:01:51 +01:00
Sandro
ca202a24a0
Merge pull request #200385 from zendo/fluent-reader 2022-11-25 18:01:31 +01:00
Nick Cao
843684e44e
release-lib: add support for riscv64-linux
(cherry picked from commit NickCao@3422a2203e7a2ffa4402bd9750d3de55939c8c8a)
2022-11-25 10:40:27 -06:00
Weijia Wang
9fd38e558f erlang: migrate to wxGTK32 2022-11-25 11:04:00 -05:00
Ryan Lahfa
792635544e
Merge pull request #199406 from nikstur/cargo-cyclonedx
cargo-cyclonedx: init at 0.3.7
2022-11-25 15:50:16 +01:00
nikstur
2139320a9d cargo-cyclonedx: init at 0.3.7 2022-11-25 14:46:37 +01:00
ajs124
482476bc1e
Merge pull request #202345 from helsinki-systems/fix/pam_p11
pam_p11: fix by pinning libp11 to openssl_1_1 as well
2022-11-25 14:42:33 +01:00
Pavol Rusnak
dade32b409
miniupnpc: use cmake for build
this fixes strange linking issues on darwin when any attempt to link
with libminiupnpc ends with "Killed: 9"
2022-11-25 10:27:49 +01:00
Robert Schütz
3265a24b79
Merge pull request #195151 from prtzl/gcc-arm-embedded
gcc-arm-embedded: 10.3 -> 11.3.rel1
2022-11-24 23:31:36 -08:00
Fabian Affolter
2916abd9ef
Merge pull request #202662 from fabaff/threatest
threatest: init at 1.1.0
2022-11-25 08:30:05 +01:00
Fabian Affolter
cd0f8f2cd2
Merge pull request #202704 from fabaff/google-reauth
python310Packages.google-reauth: init at 0.1.1, python310Packages.google-apitools: init at 0.5.32, python310Packages.gcs-oauth2-boto-plugin: init at 3.0
2022-11-25 08:29:54 +01:00
Boey Maun Suang
6f7d967e28 gnat11: Fix by building with older gnatboot
GCC's installation instructions strongly recommend using an older
version of GNAT to build GNAT, as "[m]ore recent versions of GNAT than
the version built are not guaranteed to work and will often fail during
the build with compilation errors." [1]

The recent upgrade of gnatboot to a 12.1 release in commit bc640dc
unfortunately resulted in such a failure for gnat11 [2], resulting in
the same errors as GCC bug 103357 [3], which was marked WONTFIX for the
reason above.

This patch therefore reverts gnat11 to being built with an earlier 11.x
gnatboot version, while keeping the updated 12.1 gnatboot to build
gnat12 (which is fine because the latter is currently version 12.2).
Fixing gnat11 is also a step towards re-enabling the
coreboot-toolchain-* packages to be built with Ada support.

To facilitate such explicit version dependencies while retaining the
meaning of the existing gnatboot package, and in the fashion of the
existing gcc packages, this patch also creates the packages gnatboot11
and gnatboot12 with gnatboot made an alias of gnatboot12.

[1]: https://gcc.gnu.org/install/prerequisites.html
[2]: https://github.com/NixOS/nixpkgs/pull/182414#issuecomment-1204432909
[3]: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103357
2022-11-25 08:15:10 +01:00
github-actions[bot]
93285bbe33
Merge master into haskell-updates 2022-11-25 00:13:46 +00:00
Vincent Laporte
06884e02ba ocamlPackages.ocplib-json-typed: remove at 0.7.1 2022-11-24 21:45:24 +01:00
Vincent Laporte
5a23ebdf1d ocamlPackages.ocplib-json-typed-bson: remove at 0.7.1 2022-11-24 21:45:24 +01:00
Vincent Laporte
acab80c274 ocamlPackages.ocplib-json-typed-browser: remove at 0.7.1 2022-11-24 21:45:24 +01:00
Cyril Cohen
e31777a12c coqPackages.mathcomp-algebra-tactics: init at 1.0.0 2022-11-24 20:41:35 +01:00
K900
812a5d6652
Merge pull request #202664 from rnhmjoj/pr-bitcoin-cleanup
Bitcoin forks cleanup
2022-11-24 22:24:57 +03:00
Samuel Ainsworth
e8fc4ba294
Merge pull request #202438 from samuela/samuela/ariadne
python3Packages.ariadne: init at 0.16.1
2022-11-24 11:07:19 -08:00
Jan Tojnar
8a9ed9ff5d
Merge pull request #182405 from CaptainJawZ/master
furtherhance: init at 1.6.0
2022-11-24 19:55:59 +01:00
Robert Schütz
523a65c91e libsForQt5.qtwebengine: build using python3 2022-11-24 10:15:41 -08:00
Fabian Affolter
7dfe967b9a python310Packages.gcs-oauth2-boto-plugin: init at 3.0 2022-11-24 17:49:15 +01:00
Fabian Affolter
68abb93797 python310Packages.google-apitools: init at 0.5.32 2022-11-24 17:48:58 +01:00
Fabian Affolter
f31024ffc3 python310Packages.google-reauth: init at 0.1.1 2022-11-24 17:46:28 +01:00
Ryan Lahfa
2815fb279a
Merge pull request #201613 from nikstur/asmjit
asmjit: init at unstable-2022-11-10

Merged on a boat.
2022-11-24 15:57:53 +00:00
nikstur
bb4677b80c asmjit: init at unstable-2022-11-10 2022-11-24 16:55:40 +01:00
Fabian Affolter
4df5f3f264 python310Packages.cvss: init at 2.5 2022-11-24 15:30:00 +01:00
Mario Rodas
648e0a9023
Merge pull request #194424 from 06kellyjac/vexctl
vexctl: init at 0.0.2
2022-11-24 09:23:53 -05:00
Jonas Heinrich
57728b51cf
Merge pull request #202404 from thyol/veryfasttree
veryfasttree: init at 3.1.1
2022-11-24 15:14:13 +01:00
Nick Cao
b79697e89b
wasmer: 2.3.0 -> 3.0.1 2022-11-24 22:04:20 +08:00
Jonas Heinrich
e35699dd57
Merge pull request #202411 from Mic92/yubioath-desktop
yubioath-desktop: drop as has been replaced by upstream
2022-11-24 14:47:12 +01:00
rnhmjoj
8a5a21905d
vertcoin: 0.15.0.1 -> 0.18.0 2022-11-24 14:30:10 +01:00
rnhmjoj
333f2ef763
digibyte: remove
Motivations:

  1. digibyte has been unmmaintained since 2019
  2. The GUI wallet doesn't support Qt > 5.14, which is deprecated
2022-11-24 13:53:04 +01:00
rnhmjoj
02f81170c4
bitcoin-unlimited: build with latest Qt 2022-11-24 13:53:04 +01:00
rnhmjoj
ce270b33ef
bitcoin-gold: remove
Motivations:

1. Bitcoin Gold has been unmmaintained since 2020
2. The GUI wallet doesn't support Qt > 5.14, which is deprecated
2022-11-24 13:52:54 +01:00
Sandro
d816102148
Merge pull request #201419 from wegank/hyprland-aarch64 2022-11-24 13:29:14 +01:00
Sandro
64f1d84088
Merge pull request #202518 from drupol/fix/fix-winbox 2022-11-24 13:28:25 +01:00
Fabian Affolter
2dc0434dcc threatest: init at 1.1.0 2022-11-24 12:21:02 +01:00
rnhmjoj
9fff86f3eb
bitcoin-classic: remove
Motivations:

  1. The project having been closed for 5 years,
  2. 1 BXC is now worth less than 1 ¢,
  3. It will stop building once Qt 5.14 is removed.
2022-11-24 11:47:35 +01:00
Sandro
381c3a564e
Merge pull request #202539 from NobbZ/rustic-rs-0-4-0 2022-11-24 11:46:16 +01:00
Pierce Bartine
47dfc53fea
sapling: init at 0.1.20221118-210929-cfbb68aa (#201798) 2022-11-24 00:58:03 -06:00
github-actions[bot]
76e5ac3432
Merge master into haskell-updates 2022-11-24 00:14:38 +00:00
ajs124
6cb5f7bb7e libp11: build reverse dependencies with same openssl version 2022-11-23 22:45:54 +01:00