Commit Graph

75812 Commits

Author SHA1 Message Date
Pierre Bourdon
a9134d668e
Merge pull request #274296 from trofi/sudo-update
sudo: 1.9.15p2 -> 1.9.15p3
2023-12-15 00:09:39 +01:00
Rick van Schijndel
64785a0a42
Merge pull request #269020 from LeSuisse/pngtoico-use-up-to-date-libpng
pngtoico: use up-to-date libpng
2023-12-14 23:29:43 +01:00
André Silva
66dfb4f60f
Merge pull request #273768 from bkchr/bkchr-fx-cast-bridge-nodejs18
fx-cast-bridge: pin nodejs to version 18
2023-12-14 22:00:05 +00:00
Florian Klink
96c1f0e798 python3.pkgs.reuse: make a python library
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12

This change allows composing a python with `reuse` in `PYTHONPATH`:

```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```

vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Sergei Trofimovich
d3843eed57 sudo: 1.9.15p2 -> 1.9.15p3
Changes: https://www.sudo.ws/releases/stable/#1.9.15p3
2023-12-14 20:38:00 +00:00
Robert Schütz
706460f2c8
Merge pull request #273861 from amarshall/bitwarden-fix-electron
bitwarden: use Electron 27 instead of 26 to fix bug
2023-12-14 07:48:11 -08:00
Nick Cao
f341eecc1d
Merge pull request #274159 from r-ryantm/auto-update/copilot-cli
copilot-cli: 1.32.0 -> 1.32.1
2023-12-14 09:42:18 -05:00
Nick Cao
b0dbc9017d
Merge pull request #274144 from r-ryantm/auto-update/cyclonedx-gomod
cyclonedx-gomod: 1.4.1 -> 1.5.0
2023-12-14 09:38:17 -05:00
Nick Cao
522569f3ac
Merge pull request #274132 from r-ryantm/auto-update/credhub-cli
credhub-cli: 2.9.22 -> 2.9.24
2023-12-14 09:37:15 -05:00
Linus Heckemann
4f5aa65af5
Merge pull request #270444 from NukaDuka/cephfs-mount-fix
ceph: use absolute binary paths instead of relative paths
2023-12-14 14:12:28 +01:00
Linus Heckemann
a89ba043dd
Merge pull request #273964 from raphaelr/mainPrograms
misc: set some meta.mainPrograms
2023-12-14 13:27:10 +01:00
Linus Heckemann
e1751d845e
Merge pull request #273595 from lheckemann/grub-ntfs
grub: apply fixes for CVE-2023-4692 and CVE-2023-4693
2023-12-14 12:58:21 +01:00
asymmetric
226be8a519
Merge pull request #273030 from wegank/libbitcoin-bump
libbitcoin{,client,explorer,network,protocol}: 3.5.0 -> 3.8.0
2023-12-14 11:43:25 +01:00
Fabian Affolter
a9d183cff4 terrascan: 1.18.5 -> 1.18.7
Diff: https://github.com/accurics/terrascan/compare/refs/tags/v1.18.5...v1.18.7

Changelog: https://github.com/tenable/terrascan/blob/v1.18.7/CHANGELOG.md
2023-12-14 08:20:53 +01:00
R. Ryantm
45ede5b9f0 copilot-cli: 1.32.0 -> 1.32.1 2023-12-14 06:45:45 +00:00
Fabián Heredia Montiel
3e2b9bd399
Merge pull request #274005 from r-ryantm/auto-update/ceph-csi
ceph-csi: 3.9.0 -> 3.10.0
2023-12-14 05:26:52 +00:00
Fabián Heredia Montiel
51968696d4
Merge pull request #274019 from r-ryantm/auto-update/changelogger
changelogger: 0.6.0 -> 0.6.1
2023-12-14 05:25:34 +00:00
R. Ryantm
c2827afc15 cyclonedx-gomod: 1.4.1 -> 1.5.0 2023-12-14 05:24:19 +00:00
R. Ryantm
14a5c97681 credhub-cli: 2.9.22 -> 2.9.24 2023-12-14 03:15:32 +00:00
Stanisław Pitucha
3a80a22e76
Merge pull request #274017 from r-ryantm/auto-update/cf-vault
cf-vault: 0.0.16 -> 0.0.17
2023-12-14 09:45:46 +11:00
Fabian Affolter
9ea7a8d733
Merge pull request #274025 from fabaff/exploitdb-bump
exploitdb: 2023-12-12 -> 2023-12-13
2023-12-13 22:51:27 +01:00
Thomas Gerbet
79442eea35
Merge pull request #273975 from michaeladler/updates/opensc
opensc: 0.23.0 -> 0.24.0
2023-12-13 22:37:59 +01:00
Rick van Schijndel
5c25ff33c8
Merge pull request #271995 from 999eagle/update/borgbackup
borgbackup: 1.2.6 -> 1.2.7
2023-12-13 21:44:21 +01:00
Thomas Gerbet
6e3c0c03d4
Merge pull request #272492 from adamcstephens/vault/20231206
vault: 1.14.7 -> 1.14.8, vault-bin: 1.15.3 -> 1.15.4
2023-12-13 21:42:00 +01:00
Fabian Affolter
f609de1538 exploitdb: 2023-12-12 -> 2023-12-13
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-12-12...2023-12-13
2023-12-13 18:15:24 +01:00
R. Ryantm
e8c034ca41 changelogger: 0.6.0 -> 0.6.1 2023-12-13 17:07:53 +00:00
R. Ryantm
1b44690b16 cf-vault: 0.0.16 -> 0.0.17 2023-12-13 17:00:18 +00:00
Adam C. Stephens
b0e130d3da
Merge pull request #273782 from jnsgruk/lxd-5.20
lxd: 5.19 -> 5.20
2023-12-13 11:57:52 -05:00
happysalada
bd828ed1f9 zoxide: 0.9.2 -> unstable-2023-11-20
update to master to avoid usage with nushell
breakage
2023-12-13 08:33:42 -08:00
R. Ryantm
ad7f36e6e5 ceph-csi: 3.9.0 -> 3.10.0 2023-12-13 15:56:05 +00:00
Nick Cao
ff31bc82ff
Merge pull request #273905 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.131 -> 1.0.137
2023-12-13 09:33:48 -05:00
Nick Cao
45314422f4
Merge pull request #273909 from r-ryantm/auto-update/aws-iam-authenticator
aws-iam-authenticator: 0.6.13 -> 0.6.14
2023-12-13 09:33:07 -05:00
Nick Cao
afd79475ca
Merge pull request #273871 from r-ryantm/auto-update/aliyun-cli
aliyun-cli: 3.0.186 -> 3.0.189
2023-12-13 09:28:27 -05:00
Nick Cao
72d8b029e9
Merge pull request #273844 from fabaff/cnspec-bump
cnspec: 9.10.0 -> 9.11.0
2023-12-13 09:22:35 -05:00
Rafael Fernández López
f9484cfa2f wasm-tools: 1.0.52 -> 1.0.54 2023-12-13 15:19:24 +01:00
Nick Cao
8c2aee735f
Merge pull request #273806 from JackSullivan/fix-corkscrew
Fix corkscrew
2023-12-13 09:12:48 -05:00
Jon Seager
d6682e7dbb
lxd: dual license ASL2 and AGPL3 2023-12-13 13:40:05 +00:00
Michael Adler
ba3aa62c3f opensc: 0.23.0 -> 0.24.0 2023-12-13 14:28:16 +01:00
Raphael Robatsch
6c0a0318dc chroma: set meta.mainProgram 2023-12-13 13:13:43 +01:00
schnusch
7a0fffdfe9 tinyproxy: add meta.mainProgram
Fix the following warning when using services.tinyproxy:

trace: warning: getExe: Package "tinyproxy-1.11.1" does not have the
meta.mainProgram attribute. We'll assume that the main program has the same
name for now, but this behavior is deprecated, because it leads to surprising
errors when the assumption does not hold. If the package has a main program,
please set `meta.mainProgram` in its definition to make this warning go away.
Otherwise, if the package does not have a main program, or if you don't control
its definition, use getExe' to specify the name to the program, such as
lib.getExe' foo "bar".
2023-12-13 11:29:24 +01:00
Janne Heß
249198f27e
Merge pull request #273581 from helsinki-systems/fix/openvpn-auth-ldap
openvpn-auth-ldap: fix build
2023-12-13 10:50:57 +01:00
Weijia Wang
60f0ebee30
Merge pull request #273887 from r-ryantm/auto-update/android-file-transfer
android-file-transfer: 4.2 -> 4.3
2023-12-13 08:37:33 +01:00
R. Ryantm
c76f525816 aws-iam-authenticator: 0.6.13 -> 0.6.14 2023-12-13 06:17:27 +00:00
R. Ryantm
bccc6afcce automatic-timezoned: 1.0.131 -> 1.0.137 2023-12-13 05:46:14 +00:00
John Sullivan
762d26ae89 corkscrew: fix build
Fixes #273771, update source to maintained location
2023-12-12 23:46:13 -05:00
R. Ryantm
0f14ad0731 android-file-transfer: 4.2 -> 4.3 2023-12-13 03:54:15 +00:00
R. Ryantm
d2241ab527 aliyun-cli: 3.0.186 -> 3.0.189 2023-12-13 02:27:35 +00:00
Andrew Marshall
333dadbe66 bitwarden: use Electron 27 instead of 26 to fix bug
Seems to only occur on some GPUs, e.g. some Intel GPUs. See also
https://github.com/bitwarden/clients/issues/6560. Cannot go back to
electron 25 easily due to
https://github.com/NixOS/nixpkgs/issues/272912.

Since upstream has a commit to do this, backport it (it does not apply
cleanly, though, so vendor).
2023-12-12 21:27:04 -05:00
Janik
56982af7b1
Merge pull request #272519 from r-ryantm/auto-update/himitsu
himitsu: 0.4 -> 0.5
2023-12-13 02:34:02 +01:00
ahirner
4eb501c977 vector: add SystemConfiguration for darwin, fixes ld 2023-12-13 00:10:47 +00:00