Commit Graph

572922 Commits

Author SHA1 Message Date
Weijia Wang
1e0e75ae75
Merge pull request #264466 from raphaelr/update/librist
librist: 0.2.8 -> 0.2.10
2024-01-18 10:12:03 +01:00
John Garcia
948af8a6c8 ocenaudio: fix desktop file 2024-01-18 09:11:30 +00:00
Adam 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 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.

  1319968ca5/CAndC%2B%2B.md (L16)
2024-01-18 09:09:29 +00:00
K900
c02203ca3f libresprite: fix after GCC 13 2024-01-18 12:08:45 +03:00
R. Ryantm
315be4dd55 ockam: 0.115.0 -> 0.116.0 2024-01-18 09:07:39 +00:00
Weijia Wang
ff2ab9a743
Merge pull request #278372 from skyrina/add-libtas
libtas: init at 1.4.5
2024-01-18 10:06:34 +01:00
Weijia Wang
b06ff4bf8f
Merge pull request #276743 from raphaelr/fix/liboqs
liboqs: Fix build error
2024-01-18 09:35:41 +01:00
h7x4
9b8cec7b42
Merge pull request #272806 from zoriya/init-csharpier
csharpier: init at 0.26.4
2024-01-18 09:35:09 +01:00
mian | mian
fbe9d95ed9
fix semi-colon missing 2024-01-18 16:31:54 +08:00
Sergei Trofimovich
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 Robatsch
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 Wang
b0fb3f62d0
Merge pull request #278242 from raphaelr/mknugetsource-remove-ifd
mkNugetSource: Remove meta.licenses attribute
2024-01-18 09:22:38 +01:00
R. Ryantm
62a2596016 cargo-mutants: 24.1.0 -> 24.1.1 2024-01-18 08:17:47 +00:00
Weijia Wang
0fc2832905
Merge pull request #276946 from raphaelr/update/libdwarf
libdwarf: 0.4.2 -> 0.9.0
2024-01-18 09:17:35 +01:00
Sandro
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
Sandro
fc4840cbb6
Merge pull request #280476 from Luflosi/add/powersupply
powersupply: init at 0.9.0
2024-01-18 09:09:35 +01:00
Christoph Hrdinka
aae0e7347a
Merge pull request #280740 from SuperSamus/pcsx2-update
pcsx2: 1.7.5318 -> 1.7.5474
2024-01-18 09:00:00 +01:00
lewo
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 Affolter
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 Affolter
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
Fabian Affolter
8907632269 qovery-cli: 0.80.0 -> 0.81.0
Diff: https://github.com/Qovery/qovery-cli/compare/refs/tags/v0.80.0...v0.81.0

Changelog: https://github.com/Qovery/qovery-cli/releases/tag/v0.81.0
2024-01-18 08:47:21 +01:00
R. Ryantm
ba3295cbef easycrypt: 2023.09 -> 2024.01 2024-01-18 08:47:12 +01:00
R. Ryantm
7a6e0bd25d python311Packages.botocore-stubs: 1.34.20 -> 1.34.21 2024-01-18 07:44:55 +00:00
Fabian Affolter
253f01540d dnstwist: refactor 2024-01-18 08:44:30 +01:00
Fabian Affolter
579e7d63e1 dnstwist: 20230918 -> 20240116
Diff: 20230918...20240116

Changelog: https://github.com/elceef/dnstwist/releases/tag/20240116
2024-01-18 08:43:06 +01:00
Fabian Affolter
42b8131c5f grype: 0.74.0 -> 0.74.1
Diff: https://github.com/anchore/grype/compare/refs/tags/v0.74.0...v0.74.1

Changelog: https://github.com/anchore/grype/releases/tag/v0.74.1
2024-01-18 08:40:34 +01:00
Fabian Affolter
943ba99e2b checkov: 3.1.63 -> 3.1.66
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.63...3.1.66

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.66
2024-01-18 08:37:37 +01:00
Michael Evans
1f3db69386 forge-sparks: init at 0.2.0 2024-01-18 09:32:39 +02:00
Michael Evans
e6a79e691c fretboard: init at 5.3 2024-01-18 09:31:29 +02:00
Fabian Affolter
230146360b python311Packages.pytado: refactor 2024-01-18 08:30:52 +01:00
Fabian Affolter
e683d2dd25 python311Packages.pytado: 0.17.3 -> 0.17.4
Diff: https://github.com/wmalgadey/PyTado/compare/refs/tags/0.17.3...0.17.4

Changelog: https://github.com/wmalgadey/PyTado/releases/tag/0.17.4
2024-01-18 08:29:08 +01:00
Michael Evans
6054c3901d lorem: init at 1.3 2024-01-18 09:29:06 +02:00
Fabian Affolter
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
R. Ryantm
9578fdbba1 atmos: 1.53.0 -> 1.54.0 2024-01-18 07:17:58 +00:00
a-n-n-a-l-e-e
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 Pletz
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-e
5332c0dd1b
Merge pull request #281677 from dotlambda/manim-fix
manim: relax version constraints
2024-01-17 23:14:40 -08:00
Fabian Affolter
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 Affolter
b9915ba263 python311Packages.aiounifi: refactor 2024-01-18 08:10:38 +01:00
Fabian Affolter
b3301a36ea python311Packages.aiounifi: 68 -> 69
Diff: https://github.com/Kane610/aiounifi/compare/refs/tags/v68...v69

Changelog: https://github.com/Kane610/aiounifi/releases/tag/v69
2024-01-18 08:08:21 +01:00
Fabian Affolter
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 Affolter
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 Affolter
e11cf97510
Merge pull request #281518 from fabaff/dsnap-fix
python311Packages.dsnap: relax urllib3
2024-01-18 08:05:13 +01:00
Jerry Starke
920cd36b52 linuxKernel.kernels.linux_lqx: 6.6.11-lqx1 -> 6.6.12-lqx1 2024-01-18 07:58:04 +01:00
R. Ryantm
17fd88334b copilot-cli: 1.32.1 -> 1.33.0 2024-01-18 06:57:34 +00:00
Weijia Wang
e5320b98a8
Merge pull request #281670 from chuangzhu/chuangzhu
maintainers: update chuangzhu
2024-01-18 07:39:19 +01:00
Weijia Wang
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 Wang
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 Wang
ecda1d8e2b
Merge pull request #280629 from wegank/qgrep-bump
qgrep: 1.1 -> 1.3
2024-01-18 07:29:17 +01:00