about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #187363 from fabaff/metasploit-bumpFabian Affolter2022-08-19
|\ | | | | metasploit: 6.2.12 -> 6.2.13
| * metasploit: 6.2.12 -> 6.2.13Fabian Affolter2022-08-19
| |
* | Merge pull request #157997 from kirelagin/grayscale-antialiasingChristian Kögler2022-08-19
|\ \ | | | | | | hidpi: Use gray-scale antialiasing for fonts
| * | hidpi: Use gray-scale antialiasing for fontsKirill Elagin2022-02-03
| | | | | | | | | | | | | | | | | | | | | | | | For displays with high pixel density, there is no need to do subpixel anti-aliasing (which is the default) – grayscale antialiasing is enough. In terms of fontconfig, we keep antialiasing on, but tell it not to play any RGB tricks.
* | | Merge pull request #187340 from r-ryantm/auto-update/cbmcChristian Kögler2022-08-19
|\ \ \ | | | | | | | | cbmc: 5.63.0 -> 5.64.0
| * | | cbmc: 5.63.0 -> 5.64.0R. Ryantm2022-08-18
| | | |
* | | | gpsd: fix cross-compilationAdam Joseph2022-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this commit, builds of `pkgsCross.*.gpsd` were failing. `gpsd` expects `CCVERSION` to be set, and fails if it is not set. Scons does not guarantee that `CCVERSION` will be set, nor does it specify under what circumstances it will or will not be set: "This may or may not be set, depending on the specific C compiler being used." https://scons.org/doc/production/HTML/scons-man.html#cv-CCVERSION Apparently cross-compilation triggers one of those unspecified circumstances. There are several bug reports to scons relating to this: https://github.com/SCons/scons/issues/1723 https://github.com/SCons/scons/issues?q=is%3Aissue+ccversion+is%3Aclosed `gpsd` does not use `CCVERSION` for any purpose other than printing a log message at the start of the build: https://gitlab.com/gpsd/gpsd/-/commit/d0558636038e18d90eb886f668ff5004538f7839 This commit modifies the log message, replacing `env['CCVERSION']` with `env['CC']`, since `CC` is always set when using nixpkgs' standard builder. With this commit, `pkgsCross.mips64el-linux-gnuabi64.gpsd` and `pkgsCross.powernv.gpsd` build correctly on x86_64. Prior to this commit, they would fail with: ``` scons: Reading SConscript files ... scons version: 4.1.0 scons is running under Python version: 3.10.5.final.0 gpsd version: 3.23.1 This system is: linux KeyError: 'CCVERSION': File "/build/gpsd-3.23.1/SConstruct", line 69: SConscript('SConscript', File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Script/SConscript.py", line 654: return method(*args, **kw) File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Script/SConscript.py", line 591: return _SConscript(self.fs, *files, **subst_kw) File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Script/SConscript.py", line 280: exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals) File "/build/gpsd-3.23.1/gpsd-3.23.1/SConscript", line 883: announce("cc is %s, version %s" % (env['CC'], env['CCVERSION'])) File "/nix/store/0vmqv6f2s8bj2a50gk8g05jcb5scnifb-scons-4.1.0/lib/python3.10/site-packages/SCons/Environment.py", line 388: return self._dict[key] ```
* | | | Merge pull request #187183 from r-ryantm/auto-update/temporalJonas Heinrich2022-08-19
|\ \ \ \ | | | | | | | | | | temporal: 1.17.2 -> 1.17.4
| * | | | temporal: 1.17.2 -> 1.17.4R. Ryantm2022-08-17
| | | | |
* | | | | Merge pull request #166942 from AleXoundOS/patch-1Christian Kögler2022-08-19
|\ \ \ \ \ | | | | | | | | | | | | NixOS manual: fix ACME certificates in Nginx configuration sample
| * | | | | NixOS manual: fix ACME certificates in Nginx configuration exampleAlexander T2022-04-02
| | | | | |
* | | | | | Merge pull request #170941 from jfroche/bitcoind-testChristian Kögler2022-08-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/tests/bitcoind: fix test
| * | | | | | nixos/tests/bitcoind: fix testJean-François Roche2022-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing config file
* | | | | | | caroline: init at 0.3.1 (#178459)grindhold2022-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * caroline: init at 0.3.1 * Update pkgs/development/libraries/caroline/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | Merge pull request #170764 from knl/zq-initChristian Kögler2022-08-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zq: init at v1.2.0
| * | | | | | | zq: init at v1.2.0Nikola Knezevic2022-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds zq, a part of the zed project https://zed.brimdata.io/. zq is a command-line tool that uses the Zed language for pipeline-style search and analytics. zq can query a variety of data formats in files, over HTTP, or in S3 storage. It is particularly fast when operating on data in the Zed-native ZNG format. The zq design philosophy blends the query/search-tool approach of jq, awk, and grep with the command-line, embedded database approach of sqlite and duckdb.
* | | | | | | | cosign: 1.10.1 -> 1.11.0R. Ryantm2022-08-19
| | | | | | | |
* | | | | | | | Merge pull request #167692 from peperunas/onsuccessChristian Kögler2022-08-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nixos/systemd: Add onSuccess module option for units
| * | | | | | | | nixos/systemd: Add onSuccess module option for unitsGiulio De Pasquale2022-04-07
| | | | | | | | |
* | | | | | | | | Merge pull request #167161 from r-ryantm/auto-update/editresChristian Kögler2022-08-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | editres: 1.0.7 -> 1.0.8
| * | | | | | | | | editres: 1.0.7 -> 1.0.8R. Ryantm2022-07-07
| | | | | | | | | |
* | | | | | | | | | Merge pull request #187171 from r-ryantm/auto-update/sd-localChristian Kögler2022-08-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sd-local: 1.0.42 -> 1.0.43
| * | | | | | | | | | sd-local: 1.0.42 -> 1.0.43R. Ryantm2022-08-17
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #186851 from r-ryantm/auto-update/python3.10-scikit-survivalJonas Heinrich2022-08-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python310Packages.scikit-survival: 0.17.2 -> 0.18.0
| * | | | | | | | | | python310Packages.scikit-survival: 0.17.2 -> 0.18.0R. Ryantm2022-08-15
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #186982 from kira-bruneau/newsflashChristian Kögler2022-08-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | newsflash: fix adding xdg-open to PATH
| * | | | | | | | | | | newsflash: fix adding xdg-open to PATHKira Bruneau2022-08-16
| | | | | | | | | | | |
* | | | | | | | | | | | Merge #186469: gcc12: apply working patch for darwin-aarch64Vladimír Čunát2022-08-19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gcc12: apply working patch for darwin-aarch64Theodore Ni2022-08-13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #187283 from K900/update-viaK9002022-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | via: 1.3.1 -> 2.0.5
| * | | | | | | | | | | | | via: 1.3.1 -> 2.0.5K9002022-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream also relicensed as GPLv3
* | | | | | | | | | | | | | git-blame-ignore-revs: add meteor format commitBill Ewanick2022-08-19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | meteor: formattingBill Ewanick2022-08-19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | meteor: 1.12 -> 2.7.3Bill Ewanick2022-08-19
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #185173 from bezmuth/dinoSebastián Mancilla2022-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dino: add tests
| * | | | | | | | | | | | | | Update default.nixBen Kelly2022-08-16
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | dino: simplify checkPhasebezmuth2022-08-15
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix the test if statementBen Kelly2022-08-05
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | dino: add testsbezmuth2022-08-05
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | kubernetes: add kubectl to passthru.testszowoq2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | kubernetes: 1.23.9 -> 1.23.10zowoq2022-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#changelog-since-v1239
* | | | | | | | | | | | | | | buildah, cri-o, podman: drop unneeded cni-plugins input from wrapperzowoq2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | nixos/{containers,podman}: nixpkgs-fmtzowoq2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | skaffold: 1.39.1 -> 1.39.2R. Ryantm2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | gitui: 0.20.1 -> 0.21.0R. Ryantm2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | argocd: 2.4.9 -> 2.4.10R. Ryantm2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | kubevirt: 0.55.0 -> 0.55.1R. Ryantm2022-08-19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | nixos/komga: add moduleGauvain 'GovanifY' Roussel-Tarbouriech2022-08-18
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #186907 from r-ryantm/auto-update/turbovncNiklas Hambüchen2022-08-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turbovnc: 3.0 -> 3.0.1
| * | | | | | | | | | | | | | | turbovnc: 3.0 -> 3.0.1R. Ryantm2022-08-16
| | | | | | | | | | | | | | | |