Commit Graph
572686 Commits
Author SHA1 Message Date
Arnout EngelenandGitHub 8a6613d3ad Merge pull request #229229 from r-ryantm/auto-update/avro-cpp
avro-cpp: 1.11.0 -> 1.11.3
2024-01-18 10:25:58 +01:00
Weijia WangandGitHub 1e0e75ae75 Merge pull request #264466 from raphaelr/update/librist
librist: 0.2.8 -> 0.2.10
2024-01-18 10:12:03 +01:00
Adam JosephandAdam Joseph 8900543eb9 libressl: mark badPlatform on powerpc64le
OpenBSD believes that PowerPC should be always-big-endian; this
assumption seems to have propagated into recent releases of
libressl.  Since libressl is aliased to many other packages
(e.g. netcat) it's important to fail early here, otherwise it's very
difficult to figure out why libressl is getting dragged into a
failing build.
2024-01-18 09:10:30 +00:00
Adam JosephandAdam Joseph 9b4c306d98 lib.system.inspect: add wasm32 to isILP32
According to the WebAssembly design doc, wasm32 is an ILP32 ABI like
x32, mips64n32, and aarch64_ilp32 (Apple Watch).  This commits adds
it to the predicate.

  https://github.com/WebAssembly/design/blob/1319968ca53fb5c7e7ea6cc210c7b0ed46566a45/CAndC%2B%2B.md?plain=1#L16
2024-01-18 09:09:29 +00:00
Weijia WangandGitHub ff2ab9a743 Merge pull request #278372 from skyrina/add-libtas
libtas: init at 1.4.5
2024-01-18 10:06:34 +01:00
Weijia WangandGitHub b06ff4bf8f Merge pull request #276743 from raphaelr/fix/liboqs
liboqs: Fix build error
2024-01-18 09:35:41 +01:00
h7x4andGitHub 9b8cec7b42 Merge pull request #272806 from zoriya/init-csharpier
csharpier: init at 0.26.4
2024-01-18 09:35:09 +01:00
Sergei TrofimovichandAdam Joseph d0fe73a2d5 gcc: extend crtn workaround to alpha target
Without the change `alpha-unknown-linux-gnu` target is failing to build
`gcc`:

```
$ NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix build -f ./. re2c --arg crossSystem '{ config = "alpha-unknown-linux-gnu"; }'
...
make[1]: *** No rule to make target '../../../gcc-12.3.0/libgcc/config/alpha/crti.S', needed by 'crti.o'.  Stop.
...
cc1: error: fp software completion requires '-mtrap-precision=i' [-Werror]
```

After the change it is able to produce working binaries:

```
$ NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix build -f ./. re2c --arg crossSystem '{ config = "alpha-unknown-linux-gnu"; }'
...
$ qemu-alpha ./result/bin/re2c --version
re2c 3.1

$ file result/bin/re2c
result/bin/re2c: ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dynamically linked, interpreter ...-glibc-alpha-unknown-linux-gnu-2.38-27/lib/ld-linux.so.2, for GNU/Linux 3.10.0, not stripped
```
2024-01-18 08:30:39 +00:00
Raphael RobatschandWeijia Wang b79e68d111 librist: 0.2.8 -> 0.2.10
Changelog: https://code.videolan.org/rist/librist/-/releases/v0.2.9
Changelog: https://code.videolan.org/rist/librist/-/releases/v0.2.10
2024-01-18 09:25:32 +01:00
Weijia WangandGitHub b0fb3f62d0 Merge pull request #278242 from raphaelr/mknugetsource-remove-ifd
mkNugetSource: Remove meta.licenses attribute
2024-01-18 09:22:38 +01:00
Weijia WangandGitHub 0fc2832905 Merge pull request #276946 from raphaelr/update/libdwarf
libdwarf: 0.4.2 -> 0.9.0
2024-01-18 09:17:35 +01:00
SandroandGitHub 08a4cf3bb9 Merge pull request #273242 from pedohorse/houdini_19-5_20-0
houdini: 19.5.569 -> 20.0.506
2024-01-18 09:12:22 +01:00
SandroandGitHub fc4840cbb6 Merge pull request #280476 from Luflosi/add/powersupply
powersupply: init at 0.9.0
2024-01-18 09:09:35 +01:00
Christoph HrdinkaandGitHub aae0e7347a Merge pull request #280740 from SuperSamus/pcsx2-update
pcsx2: 1.7.5318 -> 1.7.5474
2024-01-18 09:00:00 +01:00
lewoandGitHub 7f6f2e293e Merge pull request #281612 from fpletz/pkgs/rspamd-3.7.5
rspamd: 3.7.4 -> 3.7.5
2024-01-18 08:55:52 +01:00
Fabian AffolterandGitHub 4d0f0f8a46 Merge pull request #281515 from fabaff/homematicip-bump
python311Packages.homematicip: 1.0.16 -> 1.1.0
2024-01-18 08:52:06 +01:00
Fabian AffolterandGitHub f6c6b329af Merge pull request #281534 from fabaff/pex-bump
python311Packages.pex: 2.1.156 -> 2.1.159
2024-01-18 08:51:43 +01:00
R. RyantmandVincent Laporte ba3295cbef easycrypt: 2023.09 -> 2024.01 2024-01-18 08:47:12 +01:00
Fabian AffolterandGitHub 9e883fa188 Merge pull request #281308 from octodi/bruteforce-salted-openssl
bruteforce-salted-openssl: init at 1.4.2
2024-01-18 08:18:56 +01:00
a-n-n-a-l-e-eandGitHub 9ec8cd4c3a Merge pull request #280534 from GetPsyched/fix-descriptions
treewide: update meta.description to fit the guidelines
2024-01-17 23:17:06 -08:00
Franz PletzandGitHub c00a2d02bd Merge pull request #251882 from r-ryantm/auto-update/prometheus-snmp-exporter
prometheus-snmp-exporter: 0.22.0 -> 0.25.0
2024-01-18 08:16:39 +01:00
a-n-n-a-l-e-eandGitHub 5332c0dd1b Merge pull request #281677 from dotlambda/manim-fix
manim: relax version constraints
2024-01-17 23:14:40 -08:00
Fabian AffolterandGitHub 4ac58b8635 Merge pull request #281302 from octodi/bruteforce-wallet
bruteforce-wallet: init at 1.5.3
2024-01-18 08:13:01 +01:00
Fabian AffolterandGitHub d00a7a5a70 Merge pull request #281507 from fabaff/griffe-bump
python311Packages.griffe: 0.38.1 -> 0.39.0
2024-01-18 08:06:23 +01:00
Fabian AffolterandGitHub 5de74ca25d Merge pull request #281494 from fabaff/websploit-call
websploit: refactor and move to pkgs/by-name
2024-01-18 08:06:08 +01:00
Fabian AffolterandGitHub e11cf97510 Merge pull request #281518 from fabaff/dsnap-fix
python311Packages.dsnap: relax urllib3
2024-01-18 08:05:13 +01:00
Weijia WangandGitHub e5320b98a8 Merge pull request #281670 from chuangzhu/chuangzhu
maintainers: update chuangzhu
2024-01-18 07:39:19 +01:00
Weijia WangandGitHub 51df08de3b Merge pull request #280603 from r-ryantm/auto-update/gef
gef: 2023.08 -> 2024.01
2024-01-18 07:35:12 +01:00
Weijia WangandGitHub e52ba80bf4 Merge pull request #281342 from r-ryantm/auto-update/naps2
naps2: 7.2.2 -> 7.3.0
2024-01-18 07:34:20 +01:00
Weijia WangandGitHub ecda1d8e2b Merge pull request #280629 from wegank/qgrep-bump
qgrep: 1.1 -> 1.3
2024-01-18 07:29:17 +01:00
K900andGitHub cefcf19e1c Merge pull request #281687 from K900/wantedby-oof
systemd-lib: fix automount generation after 9fbf82d9cb
2024-01-18 08:39:06 +03:00
K900 3d6a5ad604 systemd-lib: fix automount generation after 9fbf82d9cb
This one got missed in the refactor.
2024-01-18 08:33:46 +03:00
Vincent LaporteandVincent Laporte 2fba629f59 coqPackages.QuickChick: 2.0.1 → 2.0.2 2024-01-18 06:03:06 +01:00
a-n-n-a-l-e-eandGitHub 61b17611ce Merge pull request #281658 from felipeqq2/legendary-gl/main-program
legendary-gl: add main program
2024-01-17 20:56:58 -08:00
a-n-n-a-l-e-eandGitHub 4b7c480779 Merge pull request #281232 from pbsds/fix-gradio-1705359646
python3Packages.gradio: raise ulimit on darwin
2024-01-17 20:21:44 -08:00
Weijia WangandGitHub 9831d022bb Merge pull request #281581 from wegank/ldtk-bump
ldtk: 1.5.2 -> 1.5.3
2024-01-18 04:41:40 +01:00
Weijia Wang 93254942b1 qgrep: 1.1 -> 1.3 2024-01-18 04:35:52 +01:00
Robert Schütz 8f77ea4e05 manim: relax version constraints 2024-01-17 19:24:57 -08:00
Martin WeineltandGitHub 39673b228b Merge pull request #281599 from fabaff/python-mpd2-bump
python311Packages.mpd2: refactor
2024-01-18 04:19:58 +01:00
Zoe Roux 8f18726e97 csharpier: init at 0.27.0 2024-01-18 04:14:27 +01:00
Peder Bergebakken SundtandGitHub b89a606693 Merge pull request #274565 from onemoresuza/hare-crosscomp
hare: embed paths for cross-compilation toolchains
2024-01-18 04:06:26 +01:00
Robert SchützandGitHub 0eaea0489d Merge pull request #281626 from a-n-n-a-l-e-e/moderngl-window
python311Packages.moderngl-window: relax pillow dependency; fix build
2024-01-18 04:04:48 +01:00
YtandGitHub ed9d7efc78 Merge pull request #281627 from malob/update-open-interpreter
open-interpreter: 0.1.11 -> 0.2.0
2024-01-18 02:55:40 +00:00
Chuang Zhu 18c4eb73ba maintainers: update chuangzhu 2024-01-18 10:24:47 +08:00
Peder Bergebakken SundtandGitHub 6b110d9114 Merge pull request #281256 from Airradda/master
vesktop: 0.4.4 -> 1.5.0
2024-01-18 03:10:07 +01:00
David LeungandEmily 8a9a8c6104 chromium: 120.0.6099.216 -> 120.0.6099.224
https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop_16.html

This update includes 4 security fix.

CVEs:
CVE-2024-0517 CVE-2024-0518 CVE-2024-0519
2024-01-18 02:57:17 +01:00
Mario RodasandGitHub 665eccfa33 Merge pull request #281489 from r-ryantm/auto-update/gdown
gdown: 4.7.1 -> 4.7.3
2024-01-17 20:16:03 -05:00
Mario RodasandGitHub f7e6ecd057 Merge pull request #281498 from mfrw/mfrw/gh-2.42.1
gh: 2.41.0 -> 2.42.1
2024-01-17 20:14:06 -05:00
Mario RodasandGitHub b2d4c49621 Merge pull request #281533 from fabaff/meilisearch-bump
python311Packages.meilisearch: 0.28.4 -> 0.29.0
2024-01-17 20:12:11 -05:00
skyrina a2c743f4fe libtas: init at 1.4.5 2024-01-18 03:10:47 +02:00