summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lens: 5.5.3 -> 6.3.0•••(cherry picked from commit 39d228cf6b8e6961dd97050a9fbebe8ff09893d5) origin/backport-210396-to-release-22.11Tristan Ross2023-01-131-7/+8
* maintainers: add Tristan Ross•••(cherry picked from commit 5e7a6742032f5ae5ff974723d8baf7bdfe7f4427) Tristan Ross2023-01-131-0/+6
* Merge pull request #210440 from NixOS/backport-210410-to-release-22.11•••[Backport release-22.11] ungoogled-chromium: 108.0.5359.125 -> 109.0.5414.87Mario Rodas2023-01-131-7/+7
|\
| * ungoogled-chromium: 108.0.5359.125 -> 109.0.5414.87•••(cherry picked from commit 79a26e0c7020aad5e81f7e6b7d2ffe372e7d746f) Michael Adler2023-01-121-7/+7
* | spyder: remove unneeded extra desktop file•••I added a desktop file in 2013 (commit 36c6a05fd974194139656f80a3c47f6613418fea) because upstream didn't provide one at the time. Now upstream provide one so let's remove ours. (cherry picked from commit 5b5929e33ace35e0367c095599e626e8fb845ab9) Bjørn Forsman2023-01-131-16/+0
* | spyder: add patch fix startup error•••Upstream clears out all sys.path entries that come from PYTHONPATH, which completely breaks Nixpkgs packaging. Patch out that code to fix running spyder. Before: $ spyder Traceback (most recent call last): File "/nix/store/icbklw22yrzy7s8k2ai8chkhrvna8pxr-python3.10-spyder-5.4.0/bin/..spyder-wrapped-wrapped", line 6, in <module> from spyder.app.start import main File "/nix/store/icbklw22yrzy7s8k2ai8chkhrvna8pxr-python3.10-spyder-5.4.0/lib/python3.10/site-packages/spyder/app/start.py", line 42, in <module> import zmq ModuleNotFoundError: No module named 'zmq' (exit with error code 1) After: $ spyder (succeeds startup) Note that once the GUI is up, it complains (inside GUI) that we've got wrong version of 2 deps and "ModuleNotFoundError: No module named 'spyder_kernels'". Fixes https://github.com/NixOS/nixpkgs/issues/208567 (cherry picked from commit 82ed3c75d6ccc678992a6488dde33764cf41f908) Bjørn Forsman2023-01-132-0/+28
* | Merge pull request #210447 from NixOS/backport-200197-to-release-22.11•••[Backport release-22.11] MariaDB: 10.9.4, 10.8.6, 10.6.11, 10.5.18 and 10.4.27ajs1242023-01-131-10/+13
|\ \
| * | mariadb: fix darwin build•••(cherry picked from commit d0e4c10df522e82ade423ea3a2d15a3d39030e61) ajs1242023-01-121-0/+3
| * | mariadb_109: 10.9.3 -> 10.9.4•••https://mariadb.com/kb/en/mariadb-10-9-4-release-notes/ (cherry picked from commit 0525d149504201b9d05e121847eb7883ce98a66a) ajs1242023-01-121-2/+2
| * | mariadb_108: 10.8.5 -> 10.8.6•••https://mariadb.com/kb/en/mariadb-10-8-6-release-notes/ (cherry picked from commit 91b70ce7aaa6ca6d400dfb88ae2377d4dffbe35b) ajs1242023-01-121-2/+2
| * | mariadb_106: 10.6.10 -> 10.6.11•••https://mariadb.com/kb/en/mariadb-10-6-11-release-notes/ (cherry picked from commit 4a6b0747ed79496fff7e6c764e32b98355bbdd41) ajs1242023-01-121-2/+2
| * | mariadb_105: 10.5.17 -> 10.5.18•••https://mariadb.com/kb/en/mariadb-10-5-18-release-notes/ (cherry picked from commit b217e7dfcb3e6d5747eedf4d40060a0f26e3bd61) ajs1242023-01-121-2/+2
| * | mariadb_104: 10.4.26 -> 10.4.27•••https://mariadb.com/kb/en/mariadb-10-4-27-release-notes/ (cherry picked from commit 7952d7bc14c97c4b8e1c81e837e38853249947c0) ajs1242023-01-121-2/+2
* | | Merge pull request #210517 from NixOS/backport-210511-to-release-22.11•••[Backport release-22.11] nixos/gitlab: set gitaly runtime dirFranz Pletz2023-01-131-0/+2
|\ \ \ | |/ / |/| |
| * | nixos/gitlab: set gitaly runtime dir•••If `runtime_dir` is not set, gitaly will use `/tmp` as a place for sockets and packed binaries like `git2go`. If the gitlab instance does not experience much traffic and gitlay is not restarted regularly, systemd-tmpfiles will remove the binaries. This breaks some gitlab functionality until gitaly is restarted manually. (cherry picked from commit b88913fb113c5da9e1eb73d448fed2d4cfc08635) Franz Pletz2023-01-131-0/+2
|/ /
* | Merge pull request #203271 from NixOS/backport-203211-to-release-22.11•••[Backport release-22.11] mautrix-telegram: 0.12.1 -> 0.12.2Nick Cao2023-01-131-9/+4
|\ \ | |/ |/|
| * mautrix-telegram: 0.12.1 -> 0.12.2•••(cherry picked from commit 8fa0e6e85aa38a399d888a725b1aa025e54e2aad) origin/backport-203211-to-release-22.11Nick Cao2022-11-271-9/+4
* | Merge pull request #210411 from NixOS/backport-210274-to-release-22.11Martin Weinelt2023-01-121-2/+2
|\ \
| * | evcc: 0.111.0 -> 0.111.1•••https://github.com/evcc-io/evcc/releases/tag/0.111.1 (cherry picked from commit c08a7c06eb19a9997ea06a4eb3cd8afd1e99e368) Martin Weinelt2023-01-121-2/+2
|/ /
* | augeas: enable parallel building•••Tested at -j4. (cherry picked from commit 2430ebd340096dfad4277ddd0aaadb3b261e9135) Alyssa Ross2023-01-121-0/+2
* | augeas: add meta.changelog•••(cherry picked from commit c244ca9c9556af1856895175bc05463c3761a51b) Alyssa Ross2023-01-121-0/+1
* | augeas: use HTTPS for homepage•••(cherry picked from commit 8355dbfd0bf6a166e32bea8efa3b6a4f31a7c23d) Alyssa Ross2023-01-121-1/+1
* | augeas: clarify license•••> Augeas is distributed under the GNU Lesser General Public > License (LGPL) version 2.1. https://augeas.net/faq.html (cherry picked from commit 01b5b0e1e1c68ab30c0013822589e42d7bc91e60) Alyssa Ross2023-01-121-1/+1
* | Merge #210110: thunderbird-bin: 102.6.0 -> 102.6.1•••...into release-22.11 https://www.thunderbird.net/en-US/thunderbird/102.6.1/releasenotes/ Vladimír Čunát2023-01-121-265/+265
|\ \
| * | thunderbird-bin: 102.6.0 -> 102.6.1•••https://www.thunderbird.net/en-US/thunderbird/102.6.1/releasenotes/ (cherry picked from commit ead13cf337e572b81775a47c6c5b96f1c3010d2c) Vladimír Čunát2023-01-101-265/+265
* | | Merge #210113: thunderbird: 102.6.0 -> 102.6.1•••...into release-22.11 https://www.thunderbird.net/en-US/thunderbird/102.6.1/releasenotes/ Vladimír Čunát2023-01-121-2/+2
|\ \ \
| * | | thunderbird-unwrapped: 102.6.0 -> 102.6.1•••(cherry picked from commit e0dcdc9ec25f454e34b32091ab38134f566a4c90) R. Ryantm2023-01-101-2/+2
| |/ /
* | | Merge pull request #210128 from risicle/ris-pjsip-CVE-2022-23537-CVE-2022-235...•••[22.11] pjsip: add patches for CVE-2022-23537 & CVE-2022-23547Thomas Gerbet2023-01-123-0/+130
|\ \ \
| * | | pjsip: add patches for CVE-2022-23537 & CVE-2022-23547Robert Scott2023-01-103-0/+130
| |/ /
* | | Merge pull request #210323 from NixOS/backport-210281-to-release-22.11•••[Backport release-22.11] julia_18-bin: 1.8.4 -> 1.8.5Mario Rodas2023-01-121-3/+3
|\ \ \
| * | | julia_18-bin: 1.8.4 -> 1.8.5•••(cherry picked from commit dab251a32af94e12d67535cf60060e702cec0fdc) Nick Cao2023-01-121-3/+3
* | | | Merge pull request #210322 from NixOS/backport-209985-to-release-22.11•••[Backport release-22.11] julia_18: 1.8.4 -> 1.8.5Mario Rodas2023-01-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | julia_18: 1.8.4 -> 1.8.5•••(cherry picked from commit 404ef069ce8c9450e70ec28315cc074015db1496) R. Ryantm2023-01-121-2/+2
|/ / /
* | | nixos/tests/gitlab: Fix a regression introduced in 15.7.0•••``` {"message":{"password":["must not contain commonly used combinations of words and letters"]}} ``` (cherry picked from commit 3cd1bd588842b11521ecc7950dad884137b6c97b) Yaya2023-01-111-2/+2
* | | gitlab: 15.6.1 -> 15.7.2•••https://about.gitlab.com/releases/2023/01/09/security-release-gitlab-15-7-2-released/ Fixes CVE-2022-4037 Fixes CVE-2022-3613 Fixes CVE-2022-4365 Fixes CVE-2022-4342 Fixes CVE-2022-3573 Fixes CVE-2022-4167 Fixes CVE-2022-3870 Fixes CVE-2023-0042 Fixes CVE-2022-4131 Fixes CVE-2022-3514 (cherry picked from commit 4d41c371d47bc7f3d20403788bc43793d7c930a2) Yaya2023-01-1112-384/+383
* | | gdal: 3.6.1 -> 3.6.2•••https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md (cherry picked from commit 3d8e2cb6749603eda5a5eea4e02fd5ec586e69a5) Robert Schütz2023-01-111-3/+3
* | | cloud-hypervisor: 28.0 -> 28.1•••(cherry picked from commit 80d069d00cd9e825dd6e5103037e8a07eb55d501) R. Ryantm2023-01-111-3/+3
* | | Merge pull request #210216 from NixOS/backport-210211-to-release-22.11Martin Weinelt2023-01-111-4/+4
|\ \ \
| * | | evcc: 0.110.1 -> 0.111.0•••https://github.com/andig/evcc/releases/tag/0.111.0 (cherry picked from commit 0fcd0bf2a6637931aad7a0aecc426b89537eb058) Martin Weinelt2023-01-111-4/+4
|/ / /
* | | Merge pull request #210090 from NixOS/backport-209341-to-release-22.11•••[Backport release-22.11] transmission: use openssl_legacyajs1242023-01-112-10/+4
|\ \ \
| * | | transmission: use openssl_legacy•••instead of broken debian/ubuntu patch (cherry picked from commit 52fe5d3bb6405aa3956df6b6fecdd08dde75e188) ajs1242023-01-102-10/+4
| |/ /
* | | Merge pull request #210193 from K900/backport-210054-to-release-22.11•••[stable] nix-index: unstable-2022-03-07 -> 0.1.3K9002023-01-111-6/+6
|\ \ \
| * | | nix-index-unwrapped: unstable-2023-01-03 -> 0.1.3•••Diff: https://github.com/bennofs/nix-index/compare/cc446260753a2e498d9aec6e1e042a1a0355f5ed...v0.1.3 Jörg Thalheim2023-01-111-6/+6
| * | | nix-index: unstable-2022-03-07 -> unstable-2023-01-03•••Diff: https://github.com/bennofs/nix-index/compare/f09548f66790d2d7d53f07ad2af62993d7cabb08...36ff1aac466392fb2d7043fd3e196667a531374b Jörg Thalheim2023-01-111-4/+4
|/ / /
* | | Merge pull request #209836 from NixOS/backport-193682-to-release-22.11•••[Backport release-22.11] marksman: init at 2022-12-28Jonas Heinrich2023-01-115-0/+292
|\ \ \
| * | | marksman: Use testers.testVersionorigin/backport-193682-to-release-22.11Jonas Heinrich2023-01-111-2/+2
| * | | marksman: init at 2022-12-28•••(cherry picked from commit b918af263b692c8a0b677c7906d749243b3c63a9) Stanislav Asunkin2023-01-095-0/+292
* | | | Merge pull request #206326 from NixOS/backport-203304-to-release-22.11•••[Backport release-22.11] dataexplorer: 3.6.2 -> 3.7.3markuskowa2023-01-111-5/+5
|\ \ \ \
| * | | | dataexplorer: 3.6.2 -> 3.7.3•••In v3.7.1, the `file.encoding=UTF-8` setting has been moved into the application itself. It is not needed any more to pass it via the `java` command line. The program builds incorrectly for non-x86_64-linux platforms, although they should be supported. Until the issue is understood and can be fixed, declare support for only the x86_64-linux platform. (cherry picked from commit 4cbba917e0df63e03be4b1f41ae1221f95856c0b) Nicolas Benes2022-12-161-5/+5
* | | | | Merge pull request #210115 from primeos/chromium-backport•••[22.11] Prepare for backporting Chromium M108Michael Weiss2023-01-112-13/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |