summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.bcc: init at 0.31.0•••(cherry picked from commit fb27fe2102a950d02cd71d4364e5f1cf11481a56) origin/backport-339505-to-release-24.05Ryan Yin2024-10-162-5/+7
* Merge: [Backport release-24.05] percona: update packages, init 8.4 (#346437)Maximilian Bosch2024-10-1614-186/+470
|\
| * percona: don't bump LTS name•••In the stable branch, the `_lts` package names for percona-server and percona-xtrabackup remain at the still suported 8_0 packages to avoid major version bumps during a release cycle. Oliver Schmidt2024-10-151-2/+2
| * tests/mysql: properly specify percona packages•••(cherry picked from commit db92bb514af90fb03a17342c1dbe1407fa365053) Oliver Schmidt2024-10-151-1/+1
| * .git-blame-ignore-revs: add percona reformattingOliver Schmidt2024-10-151-0/+3
| * percona: apply nixfmt•••(cherry picked from commit 8d14fa2886fec877690c6d28cfcdba4503dbbcea) Oliver Schmidt2024-10-153-49/+201
| * percona-xtrabackup_8_4: init at 8.4.0-1•••(cherry picked from commit 1e514dc39015085ba433e82138d535c07941f8d6) Oliver Schmidt2024-10-154-19/+23
| * percona-xtrabackup_8_0: 8.0.36-30 -> 8.0.35-31•••(cherry picked from commit a309521902bc8f80708a9ea08eb00989c276b6c8) Oliver Schmidt2024-10-151-2/+2
| * percona-server_8_0: 8.0.36-28 -> 8.0.37-29•••This is a new LTS release as well. (cherry picked from commit b04c93f6f43e41006fe4578fcdf5a5300812d1b6) Oliver Schmidt2024-10-151-3/+4
| * percona-server_8_4: init at 8.4.0-1•••This is a new LTS release as well. (cherry picked from commit 712028ec9ae4d54b689f6df2ae43e8fdfd3b216b) Oliver Schmidt2024-10-154-127/+226
| * percona-server, percona-xtrabackup: rework naming•••When reworking the percona package naming towards the two release streams "innovation" and "lts", I did not anticipate the case that two releases are long-term supported in parallel, and that the latest Innovation release is end-of-life and replaced by a more recent lts. Hence, the first-level attribute names now reflect the package major-minor versions again, augmented by attribute names pointing to respective lts and innovation releases. (cherry picked from commit 188b5df7cd035edc1e77f5d9c108ce61d679f213) Oliver Schmidt2024-10-158-8/+12
| * percona: fix references to utilities in scripts•••I encountered errors when attempting to run Vitess which calls out to mysqld_safe[1]. Several utilities are needed in order for it to run e.g. grep, sed, env, ps, date, hostname, etc. Additionally, if ps, kill, and grep aren't available to scripts/CMakeLists.txt, mysqld_start can end up getting generated with syntax errors as FIND_PROC will be substituted into the script template as an empty string[2][3]. The presence of systemd in percona-server_innovation seems to prevent mysqld_multi from being built on Linux so it gets patched conditionally. This same patch could be applied to MySQL if desired. [1]: https://github.com/vitessio/vitess/blob/v20.0.1/go/vt/mysqlctl/mysqld.go#L363-L369 [2]: https://github.com/percona/percona-server/blob/79c1086e8272ea96f162b25121b58e1b01ff853b/scripts/CMakeLists.txt#L255 [3]: https://github.com/percona/percona-server/blob/79c1086e8272ea96f162b25121b58e1b01ff853b/scripts/mysqld_safe.sh#L869 (cherry picked from commit a5dcd41e27c1330eb8333951938511c3a5e97f9c) Josh Heinrichs2024-10-152-6/+27
* | [Backport release-24.05] discord: format, update discord-canary and discord-p...Artturin2024-10-163-148/+260
|\ \
| * | discord: remove `with lib;` from `meta`•••(cherry picked from commit f5627723fb1905c4da936a93fb16ea6ee0f648ba) DontEatOreo2024-10-121-4/+4
| * | discord: add maintainer donteatoreo•••(cherry picked from commit db661a422d8ed7a0a048850a185db62f69141770) DontEatOreo2024-10-121-0/+1
| * | discord: sort `meta.maintainers` alphabetically•••(cherry picked from commit 403b09768a7376fff6a4861d94bb0a83591524d5) DontEatOreo2024-10-121-1/+1
| * | discord: sort `meta` alphabetically•••(cherry picked from commit 209450e50fc1e345d197ab5934fe2cc716b45ed0) DontEatOreo2024-10-121-3/+3
| * | discord-canary: 0.0.502 -> 0.0.503•••(cherry picked from commit ad01515d064125998ca2174d5ebc8beff18470c4) DontEatOreo2024-10-121-2/+2
| * | discord-ptb: 0.0.110 -> 0.0.111•••(cherry picked from commit d7c3bc45e5fae125e1d8f13bd72c80cb12f960d7) DontEatOreo2024-10-121-2/+2
| * | pkgsCross.x86_64-darwin.discord-ptb: 0.0.140 -> 0.0.141•••(cherry picked from commit 483b696bc35e5fc81d19f2ef1489172d89387b36) DontEatOreo2024-10-121-2/+2
| * | pkgsCross.x86_64-darwin.discord-canary: 0.0.611 -> 0.0.612•••(cherry picked from commit b7248fa4ca43a9eab3cd38124715c76ac501d0f1) DontEatOreo2024-10-121-2/+2
| * | discord: format {darwin,default,linux}.nix files with nixfmt-rfc-style•••(cherry picked from commit 84e88c59eebf2665681cb18226420d10b8bcd6ef) DontEatOreo2024-10-123-130/+247
| * | discord: fix parsing versions in updateScripts•••Discord changed their download URLs and the new code is now more lenient regarding the actual download URL, as all we care about is the version in the URL path. Example: https://ptb.dl2.discordapp.net/apps/linux/0.0.110/discord-ptb-0.0.110.tar.gz ^-----^ This is what we need Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> (cherry picked from commit 19afd5603290706849c18ba5ad06684466c45ac9) Sefa Eyeoglu2024-10-142-10/+4
* | | [Backport release-24.05] lutris: fix libjansson and cursor issues (#349003)Atemu2024-10-161-0/+4
|\ \ \
| * | | lutris: fix libjansson and cursor issues•••This fixes the following warning: ntlm_auth: /home/reloner/.local/share/lutris/runtime/Ubuntu-18.04-x86_64/libjansson.so.4: no version information available (required by /nix/store/4gcggjvzrbywi92r66p6l15hckxng2q0-samba-4.20.1/lib/samba/libcommon-auth-private-samba.so) The reason why this issue is happening is because the Lutris FHS that you are running doesn't install jansson as a dependency. By default the WoW entry tries to prioritize the System's libraries and if it doesn't find something, it will fallback to the Lutris runtime. Since the runtime version is really old, you'll see that error. This commit also fixes cursor issues caused by xorg in WoW. (cherry picked from commit 8931ed76ab2df36af598295d071b8a9db2c3a7f4) Viorel-Cătălin Răpițeanu2024-10-161-0/+4
|/ / /
* | | [Backport release-24.05] legcord: init at 1.0.1, armcord: remove, add throw w...Emily2024-10-163-16/+14
|\ \ \
| * | | armcord: remove, add throw with migration details•••https://github.com/Legcord/Legcord/releases/tag/v1.0.0 Winston R. Milling2024-10-123-144/+1
| * | | legcord: init at 1.0.1•••https://github.com/Legcord/Legcord/releases/tag/v1.0.0 https://github.com/Legcord/Legcord/releases/tag/v1.0.1 Winston R. Milling2024-10-121-0/+141
* | | | [Backport release-24.05] firefox: 131.0.2 -> 131.0.3 (#348602)Martin Weinelt2024-10-162-415/+415
|\ \ \ \
| * | | | firefox-bin-unwrapped: 131.0.2 -> 131.0.3•••https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/ (cherry picked from commit 82f08f303aa4aca50388484ff593a3dfeb06a487) Martin Weinelt2024-10-141-413/+413
| * | | | firefox-unwrapped: 131.0.2 -> 131.0.3•••https://www.mozilla.org/en-US/firefox/131.0.3/releasenotes/ (cherry picked from commit 068040bfa1e3f50841df30037a34a6adb9ed9d60) Martin Weinelt2024-10-141-2/+2
* | | | | [Backport release-24.05] edl: mark as unfree (#348936)Emily2024-10-161-1/+2
|\ \ \ \ \
| * | | | | edl: mark as unfree•••See https://github.com/NixOS/nixpkgs/issues/348931. According to upstream, the loader blobs shipped with EDL are usually illicitly obtained from vendors and sold [0]. [0]: https://github.com/bkerler/Loaders (cherry picked from commit 978f4e458ff492d035bab86a0bee5501bc1c8ac3) Winter2024-10-151-1/+2
|/ / / / /
* | | | | [Backport release-24.05] element-desktop: 1.11.79 -> 1.11.81 (#348838)Adam C. Stephens2024-10-151-5/+5
|\ \ \ \ \
| * | | | | element-desktop: 1.11.79 -> 1.11.81•••https://github.com/element-hq/element-desktop/releases/tag/v1.11.80 https://github.com/element-hq/element-desktop/releases/tag/v1.11.81 Fixes CVE-2024-47771 / GHSA-963w-49j9-gxj6 (cherry picked from commit ad974fe189ece3931498cae218010eabed34e8a3) teutat3s2024-10-151-5/+5
|/ / / / /
* | | | | [24.05] linux_xanmod: backport small refactor to allow clean backports (#348702)Nick Cao2024-10-151-12/+12
|\ \ \ \ \
| * | | | | linux_xanmod: backport small refactor to allow clean backports•••988bf19f2cae199f133475a403ab8b909bbae3d0 (among other things) refactored this expression a little. This made backports no longer apply cleanly, requiring manual backports which are tedious. This commit backports only the part that refactors the version declaration in order to make automated backports work again. (The `variant` variable was unused.) This is technically a refactor which shouldn't typically be backported but the change is very minor and trivial to verify to be correct. Atemu2024-10-151-12/+12
* | | | | | [Backport release-24.05] signal-desktop 7.27.0 -> 7.28.0, signal-desktop-beta...Pol Dellaiera2024-10-152-4/+4
|\ \ \ \ \ \
| * | | | | | signal-desktop-beta: 7.25.0-beta.2 -> 7.29.0-beta.1•••(cherry picked from commit df0c496ad298860a42617ce8e35ac6085f4c0d04) teutat3s2024-10-151-2/+2
| * | | | | | signal-desktop: 7.27.0 -> 7.28.0•••https://github.com/signalapp/Signal-Desktop/releases/tag/v7.28.0 (cherry picked from commit 6cb97244c85c44d53ff6c1348580d0d314a0476c) teutat3s2024-10-151-2/+2
|/ / / / / /
* | | | | | [Backport release-24.05] easyrsa: 3.2.0 -> 3.2.1 (#348395)Atemu2024-10-151-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | easyrsa: 3.2.0 -> 3.2.1•••(cherry picked from commit 5821bf91fffdd58a463c6af2ffcf8eab80f846e9) R. Ryantm2024-10-141-2/+2
* | | | | | [Backport release-24.05] mattermost: 9.5.9 -> 9.5.10 (#348589)Thomas Gerbet2024-10-151-4/+4
|\ \ \ \ \ \
| * | | | | | mattermost: 9.5.9 -> 9.5.10•••(cherry picked from commit 7c84a256ea52142648add5369ad02fc7ff987bad) R. Ryantm2024-10-141-4/+4
| | |/ / / / | |/| | | |
* | | | | | [release-24.05] mediawiki: 1.41.3 -> 1.41.4 (#348612)Thomas Gerbet2024-10-151-2/+2
|\ \ \ \ \ \
| * | | | | | mediawiki: 1.41.3 -> 1.41.4•••https://www.mediawiki.org/wiki/Release_notes/1.41#MediaWiki_1.41.4 Martin Weinelt2024-10-141-2/+2
* | | | | | | [Backport release-24.05] linux_xanmod, linux_xanmod_latest: 2024-10-12 (#348591)Atemu2024-10-151-4/+4
|\ \ \ \ \ \ \
| * | | | | | | linux_xanmod_latest: 6.11.2 -> 6.11.3•••(cherry picked from commit bd50ef4c5a982aeb09dfb102fbf817e8fccbee0c) Shawn89012024-10-141-2/+2
| * | | | | | | linux_xanmod: 6.6.54 -> 6.6.56•••(cherry picked from commit 35d91eb99212a856f07678647df76132383c9a47) Shawn89012024-10-141-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | [Backport release-24.05] nix-direnv: 3.0.5 -> 3.0.6 (#348640)Adam C. Stephens2024-10-141-18/+33
|\ \ \ \ \ \ \