Commit Graph
445125 Commits
Author SHA1 Message Date
Weijia Wang 3b421e65f7 bigloo: unbreak on x86_64-darwin 2023-01-15 13:59:12 +01:00
Thomas Gerbet 7766691094 fdk-aac-encoder: apply patch for CVE-2022-37781 2023-01-15 13:47:45 +01:00
Yureka 521d08ddc7 mimalloc: fix static build 2023-01-15 13:44:17 +01:00
Thiago Kenji Okada 1d77a86904 resholve: fix CLI tests 2023-01-15 12:29:42 +00:00
Thiago Kenji Okada 03ab899a45 resholve-utils: set disallowedReferences for resholve.mkDerivation 2023-01-15 12:29:42 +00:00
Thiago Kenji Okada 66093a4120 python27: remove stripLibs argument
Since we are now guarantee that the `resholve` is not exposing `python27`,
let's remove the `stripLibs` hack that tried to reduce its size.
2023-01-15 12:29:42 +00:00
Thiago Kenji Okada c44e0571fc resholve: mark it as knownVulnerabilities, allow resholve-utils usage
We are marking `resholve` itself with `meta.knownVulnerabilities`, and
overriding `resholve-utils` functions's `resholve` with
`meta.knownVulnerabilities = [ ]`.

This way, we can still use `resholve` at build-time without triggering
security warnings, however we can't instantiate `resholve` itself. See:

```
$ nix-build -A resholve
error: Package ‘resholve-0.8.4’ in /.../nixpkgs/pkgs/development/misc/resholve/resholve.nix:48 is marked as insecure, refusing to evaluate.

$ nix-build -A ix
/nix/store/k8cvj1bfxkjj8zdg6kgm7r8942bbj7w7-ix-20190815
```

For debugging purposes, you can still bypass the security checks and
instantiate `resholve` by:

```
$ NIXPKGS_ALLOW_INSECURE=1 nix-build -A resholve
/nix/store/77s87hhqymc6x9wpclb04zg5jwm6fsij-resholve-0.8.4
```
2023-01-15 12:29:42 +00:00
Michael Weiss 6b6e05d0cd chromiumBeta: 109.0.5414.74 -> 110.0.5481.30 2023-01-15 13:26:36 +01:00
Michael Weiss 6d5a8a8e9f chromiumDev: 110.0.5481.30 -> 111.0.5532.2 2023-01-15 13:25:29 +01:00
Michael WeissandGitHub d06d765eea Merge pull request #210250 from primeos/chromiumDev
chromiumDev: 110.0.5481.24 -> 110.0.5481.30
2023-01-15 13:25:07 +01:00
K900 33b60cca17 linux/hardened/patches/6.1: init at 6.1.6-hardened1 2023-01-15 15:23:24 +03:00
K900 6f0d5ff07c linux/hardened/patches/6.0: 6.0.16-hardened1 -> 6.0.19-hardened1 2023-01-15 15:20:56 +03:00
K900 d4fe0d1032 linux/hardened/patches/5.15: 5.15.86-hardened1 -> 5.15.88-hardened1 2023-01-15 15:20:47 +03:00
K900 4d4b65d932 linux/hardened/patches/5.10: 5.10.161-hardened1 -> 5.10.163-hardened1 2023-01-15 15:20:37 +03:00
Michael WeissandGitHub 395f587479 Merge pull request #210483 from alyssais/libglvnd-platforms
libglvnd: broaden platforms
2023-01-15 13:20:32 +01:00
K900 fd77307ab0 linux: 6.1.3 -> 6.1.6 2023-01-15 15:19:50 +03:00
K900 5677f89218 linux: 6.0.17 -> 6.0.19 2023-01-15 15:19:25 +03:00
K900 a05b3a75b9 linux: 5.15.86 -> 5.15.88 2023-01-15 15:19:18 +03:00
K900 a4b823d73c linux: 5.10.162 -> 5.10.163 2023-01-15 15:19:11 +03:00
Thiago Kenji OkadaandGitHub 8f9865a559 Merge pull request #210828 from r-ryantm/auto-update/clj-kondo
clj-kondo: 2022.12.10 -> 2023.01.12
2023-01-15 12:17:19 +00:00
Francesco Gazzetta cd0e49f419 mindustry: use SRI hashes 2023-01-15 13:11:37 +01:00
Francesco Gazzetta cbe58afca0 nixosTests.mindustry: init 2023-01-15 13:11:37 +01:00
Jonas HeinrichandGitHub 7f6757e4f2 Merge pull request #210880 from urandom2/wordpress3
wordpress: add {pre,post}Install hooks
2023-01-15 13:03:18 +01:00
Kim LindbergerandGitHub 5291eac38a Merge pull request #206543 from r-ryantm/auto-update/keycloak
keycloak: 20.0.1 -> 20.0.3
2023-01-15 12:54:33 +01:00
Jonas HeinrichandGitHub 34f6fceb6a Merge pull request #210876 from urandom2/wordpress1
wordpressPackages: add builtins and update
2023-01-15 12:50:28 +01:00
Pascal BachandGitHub b5c7573211 Merge pull request #210720 from r-ryantm/auto-update/minio-client
minio-client: 2022-12-13T00-23-28Z -> 2023-01-11T03-14-16Z
2023-01-15 12:49:10 +01:00
Pascal BachandGitHub fee4025997 Merge pull request #210549 from r-ryantm/auto-update/dsview
dsview: 1.2.1 -> 1.2.2
2023-01-15 12:47:46 +01:00
Yarny0 28b2908486 hylafaxplus: patch source to fix build with libtiff 4.5
After libtiff's update to 4.5 in

https://github.com/NixOS/nixpkgs/commit/4d4af86db63955be68118f1507ce51e576b88016

hylafaxplus fails to build.
This is caused by libtiff 4.5 removing many exported symbols.
See this discussion for more details:

https://gitlab.com/libtiff/libtiff/-/issues/504

The next hylafaxplus relese will contain updated code such that
the missing code is simply added to the hylafaxplus codebase:

https://sourceforge.net/p/hylafax/HylaFAX+/2695/

To get hylafaxplus up and working again,
the commit at hand applies the corresponding patch.
Since Sourceforge doesn't permit to download patches
directly, we instead fetch the patch from Gentoo.
2023-01-15 12:42:48 +01:00
Madoura 089bf2e38a rocdbgapi: init at 5.4.1 2023-01-15 05:39:27 -06:00
Madoura 2d967b6e3a hipify: init at 5.4.1 2023-01-15 05:39:27 -06:00
R. Ryantm a3595d9064 vivaldi: 5.6.2867.36 -> 5.6.2867.58 2023-01-15 11:28:34 +00:00
Martin WeineltandGitHub a728ce407d Merge pull request #210881 from mweinelt/beets-unicompat-fix 2023-01-15 11:23:01 +00:00
Martin WeineltandGitHub 309a79d1c4 Merge pull request #210883 from K900/mpd-pipewire-fix 2023-01-15 11:18:30 +00:00
K900 c9f1487cb8 mpd: fix build 2023-01-15 14:09:16 +03:00
R. Ryantm 836bfe67c7 discord: 0.0.22 -> 0.0.24 2023-01-15 11:05:14 +00:00
Martin Weinelt 7d75060573 beets: Apply patch to fix unidecode>1.3.5 compat 2023-01-15 12:03:41 +01:00
Colin Arnott 7e09121c44 wordpress: add {pre,post}Install hooks 2023-01-15 11:02:15 +00:00
R. Ryantm 8081aee9f1 git-machete: 3.14.0 -> 3.14.2 2023-01-15 10:39:08 +00:00
Martin WeineltandGitHub 2d798b38ac Merge pull request #210878 from mweinelt/meson-python-fix 2023-01-15 10:32:47 +00:00
Martin Weinelt 8ecc4d8479 python3Packages.meson-python: Propagate typing-extensions
It is both a build and a runtime dependency for python<3.10.
2023-01-15 11:29:50 +01:00
Colin Arnott cd8ee4179c wordpressPackages: add builtins and update
As a companion to #210873, this change adds some of the builtin plugins
and themes, that generally ship with wordpress, so that consumers can
explicitly opt into including them in their wordpress derivation.
2023-01-15 10:27:39 +00:00
Martin WeineltandGitHub 7b4bf87e27 Merge pull request #210874 from mweinelt/pydantic-disable-py39-docs 2023-01-15 10:24:21 +00:00
Martin Weinelt 52b9d9ad0e python3Packages.pydantic Disable docs build for python<3.10
It fails, because the examples require python3.10 to be executed.

```
WARNING: examples for 3.10+ requires python 3.10. They won't be executed
Traceback (most recent call last):
  File "/build/source/docs/build/main.py", line 31, in <module>
    sys.exit(main())
  File "/build/source/docs/build/main.py", line 27, in main
    return exec_examples()
  File "/build/source/docs/build/exec_examples.py", line 354, in exec_examples
    versions.extend(populate_upgraded_versions(file, file_text, lowest_version))
  File "/build/source/docs/build/exec_examples.py", line 294, in populate_upgraded_versions
    new_file.write_text(upgraded_file_text)
  File "/nix/store/9pilxd2znfsj64ybyg8lmgql9vy3fq4g-python3-3.9.16/lib/python3.9/pathlib.py", line 1285, in write_text
    with self.open(mode='w', encoding=encoding, errors=errors) as f:
  File "/nix/store/9pilxd2znfsj64ybyg8lmgql9vy3fq4g-python3-3.9.16/lib/python3.9/pathlib.py", line 1252, in open
    return io.open(self, mode, buffering, encoding, errors, newline,
  File "/nix/store/9pilxd2znfsj64ybyg8lmgql9vy3fq4g-python3-3.9.16/lib/python3.9/pathlib.py", line 1120, in _opener
    return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/build/source/docs/.tmp_examples/upgraded/dataclasses_default_schema_3_9.py'
make: *** [Makefile:118: docs] Error 1
```
2023-01-15 11:20:19 +01:00
Martin WeineltandGitHub 686f96f2b6 Merge pull request #210868 from mweinelt/fix-logutils 2023-01-15 10:16:49 +00:00
Martin Weinelt 8ceba79d54 python3Packages.logutils: Fix tests 2023-01-15 11:16:16 +01:00
Yarny0 d425725ce3 dtv-scan-tables_linuxtv: init at 2022-04-30-57ed29822750
As this is the original repository of dtv scan tables,
and is still actively maintained, it becomes
the new default package for `dtv-scan-tables`.
2023-01-15 10:56:32 +01:00
Yarny0 0a2b99bbc2 dtv-scan-tables: rename to dtv-scan-tables_tvheadend
This happens in preparation of the introduction
of an alternate version, maintained by linuxtv.
2023-01-15 10:56:32 +01:00
Yarny0 b8714f08a4 dtv-scan-tables: update/extend meta descriptions
* `description`: add some keywords that help
  users in need of transponder tables to find this package.
* `longDescription`: add
2023-01-15 10:56:32 +01:00
Yarny0 4e1a99790c dtv-scan-tables: check for spurious references in build result
This package is pure data,
so it must not have any runtime dependencies.
2023-01-15 10:56:32 +01:00
Yarny0 f6e4fe96f4 dtv-scan-tables: set PREFIX=$out, put files in /share/dvbv5/..
This changes the output directory layout:
Channel files are placed in `$out/share/dvbv5/dvb-xyz`
instead of `$out/dvbv5/dvb-xyz`.
This is closer to the layout common for other packages
and facilitates merging packages with `buildEnv`.

The only depender `tvheadend` is updated accordingly.
2023-01-15 10:56:32 +01:00