Commit Graph

84381 Commits

Author SHA1 Message Date
Aleksana
16a3c1d60d
Merge pull request #315542 from NixOS/backport-314071-to-release-24.05
[Backport release-24.05] lix: build in release mode with link time optimizations
2024-06-01 00:01:59 +08:00
Weijia Wang
326b7f4e84
Merge pull request #315881 from NixOS/backport-315713-to-release-24.05
[Backport release-24.05] wasm-tools: 1.208.1 -> 1.209.1
2024-05-31 14:36:58 +02:00
teutat3s
e85237934a schleuder-cli: 0.1.0 -> 0.2.0
https://0xacab.org/schleuder/schleuder-cli/-/blob/schleuder-cli-0.2.0/CHANGELOG.md?ref_type=tags#020--2024-03-08
(cherry picked from commit dc4ec31c60)
2024-05-30 20:48:28 +00:00
teutat3s
a9cb41aebf schleuder: add net-smtp dependency to fix tests
(cherry picked from commit 1689257223)
2024-05-30 20:48:28 +00:00
R. Ryantm
8bfc345c2d netbird: 0.27.7 -> 0.27.10
(cherry picked from commit b769f587e1)
2024-05-30 15:46:56 +00:00
Rafael Fernández López
6eea3dc247 wasm-tools: 1.208.1 -> 1.209.1
(cherry picked from commit b3f065d48c)
2024-05-30 12:41:35 +00:00
Sandro
fb29a558c8
Merge pull request #315577 from NixOS/backport-315369-to-release-24.05
[Backport release-24.05] ssh-audit: install man page
2024-05-30 10:14:23 +02:00
Weijia Wang
3981dd2b2a
Merge pull request #315731 from NixOS/backport-315583-to-release-24.05
[Backport release-24.05] boxfs: add missing includes to fix clang build
2024-05-30 10:08:24 +02:00
Reno Dakota
e603dbe99f boxfs: add missing includes to fix clang build
(cherry picked from commit fd29e43fcb)
2024-05-29 22:00:41 +00:00
paparodeo
6bad1acda0 disnix: include stdlib.h to fix implicit function declaration
aa969f1d15.patch
(cherry picked from commit a42de3dcec)
2024-05-29 21:00:06 +00:00
Lucas Hoffmann
59c764c434 ssh-audit: install man page
(cherry picked from commit 4c5510e0cd)
2024-05-29 09:46:20 +00:00
Sandro Jäckel
5bc17fb7dd yt-dlp: 2024.4.9 -> 2024.5.27
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.05.26
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.05.27
(cherry picked from commit fe830d2855)
2024-05-29 08:37:11 +00:00
Raito Bezarius
f0e4df797b lix: build in release mode with link time optimizations
This makes the binary size further reduced and may improve (?)
performance.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
(cherry picked from commit 84419e5c37)
2024-05-29 07:24:04 +00:00
Robert Hensing
682b72ac26
Merge pull request #315017 from NixOS/backport-298665-to-release-24.05
[Backport release-24.05] testers.lycheeLinkCheck: init
2024-05-28 18:11:35 +02:00
R. Ryantm
a71637856e semgrep: 1.73.0 -> 1.74.0
(cherry picked from commit 5e7a0de3b6)
2024-05-28 10:58:52 +00:00
isabel
102a07abb1 gh-eco: added fetchpatch; modernize
(cherry picked from commit 072363fc3e)
2024-05-27 19:16:45 +00:00
Maximilian Bosch
51b088b4b5 meshcentral: 1.1.22 -> 1.1.24
ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.23
ChangeLog: https://github.com/Ylianst/MeshCentral/releases/tag/1.1.24
(cherry picked from commit cc48fad505)
2024-05-27 11:11:37 +00:00
Maximilian Bosch
0080eea022 nixVersions.git: 2.23.0pre20240520_b7709d14 -> 2.23.0pre20240526_7de033d6
Changes: b7709d14...7de033d6
(cherry picked from commit bbc5af4fcc)
2024-05-27 08:17:35 +00:00
Robert Hensing
6a668b71ee testers.lycheeLinkCheck: Clarify test data
(cherry picked from commit 5acbed79ee)
2024-05-27 05:55:46 +00:00
Robert Hensing
5a51f54ec4 testers.lycheeLinkCheck: Fix plain derivation remap, showcase emptyDirectory
(cherry picked from commit 60536f85a3)
2024-05-27 05:55:46 +00:00
Robert Hensing
20fccd7b6c testers.lycheeLinkCheck: Update docs
A deep dive reveals that the needles in our haystack are actually
regular expressions.

(cherry picked from commit 076c5afd20)
2024-05-27 05:55:46 +00:00
Robert Hensing
25a5fced3c testers.lycheeLinkCheck: Generalize remapUrl convenience feature
(cherry picked from commit f6b7891368)
2024-05-27 05:55:46 +00:00
Robert Hensing
3363b4e759 testers.lycheeLinkCheck: Test online runner
(cherry picked from commit 0291ebf782)
2024-05-27 05:55:46 +00:00
Robert Hensing
bf8c7334f8 testers.lycheeLinkCheck: init
(cherry picked from commit 6af49f27ed)
2024-05-27 05:55:46 +00:00
Sergei Trofimovich
259e0900b4 nixVersions.git.tests: fix the eval
Without the change the eval fails as:

    $ nix build --no-link -f. nixVersions.git.tests
           error: attribute 'nix_2_23' missing
           at pkgs/tools/package-management/nix/common.nix:252:17:
              251|     tests = {
              252|       nixi686 = pkgsi686Linux.nixVersions.${"nix_${lib.versions.major version}_${lib.versions.minor version}"};
                 |                 ^
              253|     };
           Did you mean one of nix_2_13, nix_2_20, nix_2_21, nix_2_22 or nix_2_3?

The change explicitly passes attribute name around instead of inferring
it from package version.

(cherry picked from commit 55471dffe6)
2024-05-26 17:11:41 +00:00
paparodeo
85b86328ec tetex: fix darwin build
specify -std=gnu89 and -std=c++03 to fix the configure script and build.
the tarballs were last updated in 2006 and the package is no longer
maintain so use standards from the era.

(cherry picked from commit 61e89d1002)
2024-05-26 16:55:06 +00:00
Nick Cao
17e82d424c
Merge pull request #314826 from NixOS/backport-313424-to-release-24.05
[Backport release-24.05] bcachefs-tools: 1.7.0 -> 1.7.0-unstable-2024-05-09
2024-05-26 10:31:28 -04:00
Nick Cao
f919f2978c
Merge pull request #314793 from NixOS/backport-314361-to-release-24.05
[Backport release-24.05] bento4: fix build on darwin
2024-05-26 10:21:59 -04:00
Nick Cao
6aadf6e084
Merge pull request #314531 from NixOS/backport-314448-to-release-24.05
[Backport release-24.05] nuclei: 3.2.7 -> 3.2.8
2024-05-26 09:45:01 -04:00
John Titor
84bcce509d bcachefs-tools: move to pkgs/by-name
(cherry picked from commit d6043adf28)
2024-05-26 11:08:38 +00:00
Alex James
1b7457ee66 bento4: fix evaluation on darwin
CMakeLists.txt in v1.6.0-641 set `CMAKE_OSX_ARCHITECTURES`, which broke
evaluation on Darwin. Fix it by unsetting `CMAKE_OSX_ARCHITECTURES`.

(cherry picked from commit b7b04c42f8)
2024-05-26 08:04:07 +00:00
Robert Scott
39d47f377a
Merge pull request #314572 from NixOS/backport-314543-to-release-24.05
[Backport release-24.05] foma: 0.10.0alpha -> 0.10.0alpha-unstable-03-13-2024; fix darwin
2024-05-25 15:02:43 +01:00
Nick Cao
9abbbbb674
Merge pull request #314520 from NixOS/backport-314393-to-release-24.05
[Backport release-24.05] trivy: 0.51.2 -> 0.51.4
2024-05-25 09:14:51 -04:00
Nick Cao
7874563e52
Merge pull request #314434 from NixOS/backport-314022-to-release-24.05
[Backport release-24.05] pdm: 2.15.2 -> 2.15.3
2024-05-25 09:05:33 -04:00
paparodeo
01a44ef32e foma: 0.10.0alpha -> 0.10.0alpha-unstable-03-13-2024
- 82f9acdef2...e0d8122bda
- build switched from make to cmake
- fixes darwin

(cherry picked from commit 57a2ace07e)
2024-05-25 12:19:13 +00:00
Marcus Ramberg
4f6d278e74
Merge pull request #314411 from NixOS/backport-314329-to-release-24.05 2024-05-25 12:45:10 +02:00
Aleksana
bfec08915e
Merge pull request #314320 from NixOS/backport-313719-to-release-24.05
[Backport release-24.05] mrtg: add ipv6-required perl packages
2024-05-25 18:30:49 +08:00
Misaka13514
00a911ffac nuclei: 3.2.7 -> 3.2.8
Diff: https://github.com/projectdiscovery/nuclei/compare/v3.2.7...v3.2.8

Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.2.8
(cherry picked from commit 61d8d4619d)
2024-05-25 07:57:20 +00:00
Fabian Affolter
0b35b91d13 trivy: 0.51.2 -> 0.51.4
Diff: https://github.com/aquasecurity/trivy/compare/refs/tags/v0.51.2...v0.51.4

Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.51.4
(cherry picked from commit a4618e9a78)
2024-05-25 07:02:13 +00:00
Aleksana
a9658a8b61
Merge pull request #314207 from NixOS/backport-314146-to-release-24.05
[Backport release-24.05] kubestroyer: 0.2 -> 0.3.0
2024-05-25 13:07:46 +08:00
natsukium
62e3e22a64 pdm: 2.15.2 -> 2.15.3
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.15.3
(cherry picked from commit 7a15b02077)
2024-05-25 00:12:54 +00:00
a-kenji
1663add616 gh-dash: 3.14.0 -> 4.0.0
(cherry picked from commit e597be5687)
2024-05-24 22:26:17 +00:00
Marcel
64e0388bc2 mrtg: add ipv6-required perl packages
(cherry picked from commit c95f967105)
2024-05-24 16:02:59 +00:00
Nick Cao
2be299f549
Merge pull request #314206 from NixOS/backport-314026-to-release-24.05
[Backport release-24.05] yaralyzer: 0.9.3 -> 0.9.4
2024-05-24 09:09:52 -04:00
Nick Cao
15dec6c8d1
Merge pull request #314048 from NixOS/backport-314039-to-release-24.05
[Backport release-24.05] govulncheck: 1.1.0 -> 1.1.1
2024-05-24 08:51:17 -04:00
Aleksana
fa8069ba7d
Merge pull request #313961 from NixOS/backport-312723-to-release-24.05
[Backport release-24.05] nitrokey-app2: 2.2.2 -> 2.3.0, unpin pynitrokey
2024-05-24 15:15:27 +08:00
R. Ryantm
d3f69706a4 kubestroyer: 0.2 -> 0.3.0
(cherry picked from commit ca514fead1)
2024-05-24 07:08:21 +00:00
Martin Joerg
9b8bd6b72e yaralyzer: 0.9.3 -> 0.9.4
https://github.com/michelcrypt4d4mus/yaralyzer/blob/v0.9.4/CHANGELOG.md
https://github.com/michelcrypt4d4mus/yaralyzer/compare/v0.9.3...v0.9.4
(cherry picked from commit d5a6ef09a8)
2024-05-24 07:06:22 +00:00
Fabian Affolter
95cbd461c6 wapiti: format with nixfmt
(cherry picked from commit aa7a7a91ed)
2024-05-23 19:45:55 +00:00
Fabian Affolter
21b06c04d3 wapiti: refactor
(cherry picked from commit 6abca390a1)
2024-05-23 19:45:55 +00:00
Fabian Affolter
40c4890eae metasploit: 6.4.9 -> 6.4.10
(cherry picked from commit 7c2e833237)
2024-05-23 19:38:56 +00:00
R. Ryantm
2c3541003c govulncheck: 1.1.0 -> 1.1.1
(cherry picked from commit 7ebf5ff345)
2024-05-23 18:13:21 +00:00
Franz Pletz
f414ae2672
Merge pull request #313992 from NixOS/backport-313398-to-release-24.05 2024-05-23 15:58:32 +02:00
R. Ryantm
da7ad2361f fluent-bit: 3.0.3 -> 3.0.4
(cherry picked from commit e8bf617348)
2024-05-23 13:51:12 +00:00
R. Ryantm
f0a25a1544 shotman: 0.4.5 -> 0.4.6
(cherry picked from commit 3c670621db)
2024-05-23 13:41:44 +00:00
Nicolas Benes
dffe958775 nitrokey-app2: 2.2.2 -> 2.3.0, unpin pynitrokey
https://github.com/Nitrokey/nitrokey-app2/releases/tag/v2.3.0
(cherry picked from commit 4488f0a15c)
2024-05-23 11:57:09 +00:00
K900
ea2dca2e33 calamares-nixos-extensions: 0.3.15 -> 0.3.16
Diff: https://github.com/NixOS/calamares-nixos-extensions/compare/0.3.15...0.3.16
(cherry picked from commit 5085728341)
2024-05-23 09:08:48 +00:00
Leah Amelia Chen
e258e5a92f mods: unbreak, modernize
There were two tests that required internet access, and so we just skip
them. Also moved to `pkgs/by-name` and reformatted with
`nixfmt-rfc-style`.

(cherry picked from commit caf25eb523)
2024-05-22 21:55:36 +00:00
Matthias Beyer
1ff0b473f6
Merge pull request #313133 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 7.5.0 -> 7.6.0
2024-05-22 18:03:28 +02:00
Shogo Takata
03ec1bbeab
ibus-engines.mozc: add desktop file for gnome-control-center (#313335)
gnome-control-center needs this file to open the mozc settings.
This solution was copied from ubuntu.
2024-05-22 16:02:26 +00:00
Weijia Wang
2fe170b2e1
Merge pull request #313664 from wegank/feroxbuster-darwin
feroxbuster: fix build on darwin
2024-05-22 16:56:43 +02:00
Sandro
7417c12687
Merge pull request #313649 from f2k1de/graylog-5.1.13 2024-05-22 15:51:11 +02:00
Thomas Gerbet
6d0adb4dac
tinyproxy: 1.11.1 -> 1.11.2 (#313449)
Fixes CVE-2023-49606 and CVE-2023-40533.

https://github.com/tinyproxy/tinyproxy/releases/tag/1.11.2

Reporter advisories:
https://talosintelligence.com/vulnerability_reports/TALOS-2023-1889
https://talosintelligence.com/vulnerability_reports/TALOS-2023-1902
2024-05-22 13:17:58 +00:00
Fabian Affolter
3bc7d5466e
Merge pull request #313450 from fabaff/journalwatch-refactor
journalwatch: refactor
2024-05-22 14:40:00 +02:00
linuxissuper
6d36792576
sirikali: 1.5.1 -> 1.6.0 (#310323)
move to by-name folder
build with qt6 instead of qt5

Co-authored-by: linuxissuper <m+nix@linuxistcool.de>
2024-05-22 12:33:57 +00:00
Weijia Wang
59c8508a5e feroxbuster: fix build on darwin 2024-05-22 14:18:14 +02:00
Fabian Affolter
22ccebbea7
Merge pull request #313587 from fabaff/cnspec-bump
cnspec: 11.4.3 -> 11.5.0
2024-05-22 13:54:58 +02:00
Weijia Wang
cf2e15c527
Merge pull request #313608 from fabaff/ospd-openvas-darwin
ospd-openvas: limit platform support
2024-05-22 13:53:00 +02:00
Isa
330ef94574 graylog-5_1: 5.1.11 -> 5.1.13 2024-05-22 13:22:55 +02:00
Siddhartha Sahu
462eb9cbf0
gptfdisk: 1.0.9 -> 1.0.10 (#297099) 2024-05-22 13:12:36 +02:00
Matthias Beyer
8a0b2d2f5d
Merge pull request #313590 from dawidd6/pass-import
passExtensions.pass-import: 3.2 -> 3.5
2024-05-22 12:49:55 +02:00
Pol Dellaiera
757dcda67e
Merge pull request #313411 from iopq/xray2
xray: make sure there's only one location asset folder
2024-05-22 12:44:15 +02:00
Matthias Beyer
d155302ea9
Merge pull request #309169 from r-ryantm/auto-update/percollate
percollate: 4.0.5 -> 4.2.0
2024-05-22 10:57:42 +02:00
Fabian Affolter
d051d569ef ospd-openvas: limit platform support 2024-05-22 10:56:51 +02:00
Fabian Affolter
639029c858 ospd-openvas: format with nixfmt 2024-05-22 10:56:06 +02:00
Matthias Beyer
6443d510fc
Merge pull request #312800 from r-ryantm/auto-update/semgrep
semgrep: 1.72.0 -> 1.73.0
2024-05-22 10:44:49 +02:00
Matthias Beyer
ac8289ada5
Merge pull request #313556 from r-ryantm/auto-update/rpm-ostree
rpm-ostree: 2024.5 -> 2024.6
2024-05-22 10:11:37 +02:00
Dawid Dziurla
c706ed98fe
passExtensions.pass-import: 3.2 -> 3.5
Diff: https://github.com/roddhjav/pass-import/compare/v3.2...v3.5

Changelog: https://github.com/roddhjav/pass-import/blob/v3.5/CHANGELOG.rst
2024-05-22 09:27:05 +02:00
Fabian Affolter
f66ba6a0ac cnspec: 11.4.3 -> 11.5.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.4.3...v11.5.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.5.0
2024-05-22 09:16:29 +02:00
Fabian Affolter
2b8f684307
Merge pull request #313347 from fabaff/yara-description
yara: refactor
2024-05-22 09:00:08 +02:00
Uri Baghin
80233a8758
Merge pull request #313415 from r-ryantm/auto-update/opentelemetry-collector
opentelemetry-collector: 0.100.0 -> 0.101.0
2024-05-22 14:57:10 +08:00
Fabian Affolter
9c9d95ecf5 journalwatch: refactor
- make it an application
- update build-system
- migrate to pytestCheckHook
- format with nixfmt
2024-05-22 08:28:14 +02:00
R. Ryantm
e3ab272778 rpm-ostree: 2024.5 -> 2024.6 2024-05-22 02:56:43 +00:00
R. Ryantm
a74fffe58b opentelemetry-collector-contrib: 0.100.0 -> 0.101.0 2024-05-22 02:09:42 +00:00
Peder Bergebakken Sundt
cd207d7070
Merge pull request #310286 from spitulax/update-keymapper
keymapper: 4.0.2 -> 4.3.0
2024-05-22 01:35:16 +02:00
Peder Bergebakken Sundt
a33aa5d368
Merge pull request #312304 from vinnymeller/add-update-script-to-twm
twm: 0.9.0 -> 0.9.1, add updateScript
2024-05-22 01:13:08 +02:00
Nick Cao
3dc89a6592
Merge pull request #313429 from r-ryantm/auto-update/upterm
upterm: 0.13.5 -> 0.14.3
2024-05-21 19:06:59 -04:00
Nick Cao
a8348b399e
Merge pull request #313364 from minijackson/rbw-1.10.2
rbw: 1.10.1 -> 1.10.2
2024-05-21 19:02:30 -04:00
Nick Cao
151646f9c5
Merge pull request #313280 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 2.0.13 -> 2.0.14
2024-05-21 18:54:28 -04:00
Nick Cao
541f8e2c54
Merge pull request #313285 from r-ryantm/auto-update/rsbkb
rsbkb: 1.3 -> 1.4
2024-05-21 18:20:41 -04:00
Nick Cao
3c8574ab22
Merge pull request #313190 from r-ryantm/auto-update/granted
granted: 0.26.0 -> 0.26.2
2024-05-21 18:18:18 -04:00
Nick Cao
b4d3e6db41
Merge pull request #313172 from r-ryantm/auto-update/trivy
trivy: 0.51.1 -> 0.51.2
2024-05-21 18:07:13 -04:00
Nick Cao
6b9c4bae33
Merge pull request #313177 from ereslibre/bump-wasm-tools
wasm-tools: 1.207.0 -> 1.208.1
2024-05-21 18:06:13 -04:00
Basti
f8e65ee71a
Merge pull request #313037 from aaronjheng/tp-auto-kbbl
tp-auto-kbbl: use sri hash
2024-05-21 20:54:58 +00:00
Robert Scott
611e3b11cf
Merge pull request #313370 from teidesu/zhf/innoextract
innoextract: fixed darwin build
2024-05-21 21:39:29 +01:00
github-actions[bot]
6ff18cf329
Merge master into staging-next 2024-05-21 18:00:59 +00:00
Peder Bergebakken Sundt
f15b763c61
Merge pull request #312394 from wentasah/gtkterm-1.3.1
gtkterm: 1.3.0 -> 1.3.1
2024-05-21 18:11:15 +02:00
R. Ryantm
1a2f3e286e upterm: 0.13.5 -> 0.14.3 2024-05-21 16:01:08 +00:00
Peder Bergebakken Sundt
1eb4105497
Merge pull request #311379 from bddvlpr/vrc-get/1.8.1
vrc-get: 1.8.0 -> 1.8.1
2024-05-21 17:43:36 +02:00
nicoo
d2d46434c9
Merge #310386: fix curl-impersonate build on darwin & cross-compilation 2024-05-21 15:19:29 +00:00
Sandro
ddb221c508
Merge pull request #312939 from chewblacka/update-apx 2024-05-21 16:44:07 +02:00
R. Ryantm
5f41c75fdd opentelemetry-collector: 0.100.0 -> 0.101.0 2024-05-21 14:36:58 +00:00
iopq
dd83689d6b
xray: make sure there's only one location asset folder
The executable doesn't handle multiple asset folders
2024-05-21 22:11:59 +08:00
github-actions[bot]
262ee2400e
Merge master into staging-next 2024-05-21 12:01:13 +00:00
Martin Weinelt
00c95af548
Merge pull request #313241 from mweinelt/npins-darwin
npins: fix darwin build
2024-05-21 13:13:52 +02:00
Minijackson
5fddf003ee
rbw: 1.10.1 -> 1.10.2 2024-05-21 13:01:03 +02:00
Fabian Affolter
6cbaf761cc
Merge pull request #313321 from fabaff/exploitdb-bump
exploitdb: 2024-05-16 -> 2024-05-20
2024-05-21 11:32:09 +02:00
Fabian Affolter
fc1676d258 yara: format with nixfmt 2024-05-21 11:19:45 +02:00
Fabian Affolter
073a7a5d6e yara: refactor
- add mainProgram
- remove marketing buzz from description
2024-05-21 11:18:31 +02:00
Francesco Gazzetta
a0b1f28661 povray: add fgaz to maintainers 2024-05-21 09:16:52 +00:00
Francesco Gazzetta
58d34a875c povray: use NixOS as vendor id
It's less ambiguous than "nix"
2024-05-21 09:16:52 +00:00
Francesco Gazzetta
e2dd91f4dc povray: update SDL and use pkg-config 2024-05-21 09:16:52 +00:00
Francesco Gazzetta
fe2fc07656 povray: use finalAttrs pattern 2024-05-21 09:16:52 +00:00
Francesco Gazzetta
bc4e19a570 povray: 3.8.0-x.10064738 -> 3.8.0-beta.2
acfef2ea91 updated it to a pre-release,
so let's continue following 3.8.0 prereleases until a stable release.

Diff: https://github.com/POV-Ray/povray/compare/v3.8.0-x.10064738...v3.8.0-beta.2
2024-05-21 09:16:52 +00:00
Fabian Affolter
129b9ad236 exploitdb: 2024-05-16 -> 2024-05-20
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-05-16...2024-05-20
2024-05-21 08:46:16 +02:00
github-actions[bot]
dd2012ab67
Merge master into staging-next 2024-05-21 06:01:14 +00:00
Pol Dellaiera
f867779e2e
Merge pull request #313201 from SuperSandro2000/croc
croc: 9.6.15 -> 9.6.16
2024-05-21 07:45:19 +02:00
Pol Dellaiera
7e5710d72e
Merge pull request #313274 from NickCao/slurp
slurp: mark platforms as linux only
2024-05-21 07:42:22 +02:00
Daniel Løvbrøtte Olsen
f88f273291
Update liquidsoap and its dependencies (#310112)
* ocamlPackages.duppy: 0.9.3 -> 0.9.4

* ocamlPackages.ffmpeg: 1.1.8 -> 1.1.11

* ocamlPackages.lastfm: 0.3.3 -> 0.3.4

* ocamlPackages.uri: 4.2.0 -> 4.4.0

Diff: https://github.com/mirage/ocaml-uri/compare/None...v4.4.0

* ocamlPackages.gd4o: remove, ocamlPackages.gd: init at 1.1

* ocamlPackages.mad: 0.5.2 -> 0.5.3

Diff: https://github.com/savonet/ocaml-mad/compare/v0.5.2...v0.5.3

* ocamlPackages.tsdl-image: 0.5 -> 0.6

Diff: https://github.com/sanette/tsdl-image/compare/0.5...0.6

* liquidsoap: small package fixups

Diff: https://github.com/savonet/liquidsoap/compare/refs/tags/v2.2.4...v2.2.5
2024-05-21 07:38:49 +02:00
R. Ryantm
0ba73537d7 rsbkb: 1.3 -> 1.4 2024-05-21 02:38:35 +00:00
R. Ryantm
d2336737a3 automatic-timezoned: 2.0.13 -> 2.0.14 2024-05-21 02:26:49 +00:00
Nick Cao
b809ad0cc3
slurp: migrate to by-name 2024-05-20 21:44:42 -04:00
github-actions[bot]
844416f5b3
Merge master into staging-next 2024-05-21 00:02:15 +00:00
Nick Cao
5b4159d017
Merge pull request #313153 from r-ryantm/auto-update/riffdiff
riffdiff: 3.1.3 -> 3.2.0
2024-05-20 19:02:09 -04:00
Martin Weinelt
78a9be2548
npins: fix darwin build 2024-05-20 23:30:45 +02:00
alina sireneva
1e3397fd4b
innoextract: fixed darwin build 2024-05-20 23:42:14 +03:00
Weijia Wang
0f4a4749b0
Merge pull request #312880 from r-ryantm/auto-update/ddns-go
ddns-go: 6.5.0 -> 6.6.0
2024-05-20 22:21:51 +02:00
Weijia Wang
7189f1c8e2
Merge pull request #313068 from getchoo/pkgs/ntpd-rs/1.1.2
ntpd-rs: 1.1.0 -> 1.1.2; passthru tests; adopt
2024-05-20 22:19:16 +02:00
Weijia Wang
eae403a70b
Merge pull request #313139 from r-ryantm/auto-update/psw
psw: 0.2.0 -> 0.2.1
2024-05-20 22:17:06 +02:00
Sandro
b4450eea3b
Merge pull request #312656 from luftmensch-luftmensch/dwarfs_0.9.9
dwarfs: 0.7.5 → 0.9.9
2024-05-20 22:12:55 +02:00
Rafael Fernández López
b061be6a61 wasm-tools: 1.207.0 -> 1.208.1 2024-05-20 21:28:42 +02:00
Sandro
e06ae19f5d
Merge pull request #313150 from mfrw/mfrw/vgrep-2.8.0
vgrep: 2.7.0 -> 2.8.0
2024-05-20 21:02:20 +02:00
Sandro Jäckel
6a5f9aa788
croc: 9.6.15 -> 9.6.16
Diff: https://github.com/schollz/croc/compare/v9.6.15...v9.6.16
2024-05-20 20:54:21 +02:00
Nick Cao
8eaad3548e
Merge pull request #312921 from NickCao/sing-box
sing-box: 1.8.13 -> 1.8.14
2024-05-20 14:15:29 -04:00
github-actions[bot]
1f54473d6b
Merge master into staging-next 2024-05-20 18:01:14 +00:00
R. Ryantm
3132085f93 granted: 0.26.0 -> 0.26.2 2024-05-20 17:31:26 +00:00
R. Ryantm
c83d01249c trivy: 0.51.1 -> 0.51.2 2024-05-20 16:16:40 +00:00
Maximilian Bosch
08c97909c2
Merge pull request #313106 from Ma27/bump-nix-git
nixVersions.git: 2.23.0pre20240510_87ab3c0e -> 2.23.0pre20240520_b7709d14
2024-05-20 15:53:31 +00:00
R. Ryantm
c52c76502c riffdiff: 3.1.3 -> 3.2.0 2024-05-20 15:00:11 +00:00
Muhammad Falak R Wani
426579b4af vgrep: 2.7.0 -> 2.8.0
Diff: https://github.com/vrothberg/vgrep/compare/v2.7.0...2.8.0
2024-05-20 20:20:46 +05:30
R. Ryantm
4e02e079bf psw: 0.2.0 -> 0.2.1 2024-05-20 14:06:46 +00:00
R. Ryantm
1e8f0c7700 openapi-generator-cli: 7.5.0 -> 7.6.0 2024-05-20 13:35:09 +00:00
github-actions[bot]
6ff1451c6f
Merge master into staging-next 2024-05-20 12:01:29 +00:00
Maximilian Bosch
f2ab61384c
nixVersions.git: 2.23.0pre20240510_87ab3c0e -> 2.23.0pre20240520_b7709d14
Changes: 87ab3c0e...b7709d14
2024-05-20 13:43:14 +02:00
John Garcia
45087e1666 apx: install shell completions 2024-05-20 12:32:00 +01:00
Fabian Affolter
364ccd3074
Merge pull request #313063 from fabaff/metasploit-bump
metasploit: 6.4.8 -> 6.4.9
2024-05-20 10:50:11 +02:00
Fabian Affolter
09874dd5c5
Merge pull request #312983 from r-ryantm/auto-update/apkleaks
apkleaks: 2.6.1 -> 2.6.2
2024-05-20 09:45:58 +02:00
seth
243d4e27ec
ntpd-rs: format with nixfmt 2024-05-20 03:38:49 -04:00
seth
dfb5e8dcab
ntpd-rs: add getchoo to maintainers 2024-05-20 03:35:01 -04:00
seth
e5faee9222
ntpd-rs: add version test 2024-05-20 03:34:36 -04:00