about summary refs log tree commit diff
path: root/nixpkgs/pkgs
Commit message (Collapse)AuthorAge
* mailman: pin sqlalchemy 1.3Alyssa Ross2021-06-24
| | | | Mailman is not currently compatible with 1.4, our default in Nixpkgs.
* mailman: use function for extra Python packagesAlyssa Ross2021-06-24
| | | | | | | | | | | | | | | | | | The previous API was almost impossible to use correctly when using an overlay, because if you overrode the python3 passed to the mailman wrapper (which you might want to do to patch mailman or to hack around dependency issues), any "archivers" you passed wouldn't use your modified mailman. mailman-hyperkitty, for example, depends on mailman, so it would pull in the unmodified mailman, and now there'd be two different mailmen in the PYTHONPATH. We can solve this mess by just passing the same Python package set we're taking mailman from to the caller, allowing it to choose its extra packages from the same set. We also take the opportunity to use a better name for the extra packages option, since it's useful for more than just archivers. (e.g. adding psycopg2 to use PostgreSQL.)
* Merge commit '7e567a3d092b7de69cdf5deaeb8d9526de230916'Alyssa Ross2021-06-23
| | | | | # Conflicts: # nixpkgs/pkgs/top-level/all-packages.nix
* Merge commit '432fc2d9a67f92e05438dff5fdc2b39d33f77997'Alyssa Ross2021-06-22
| | | | | | | | | # Conflicts: # nixpkgs/pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix # nixpkgs/pkgs/applications/networking/mailreaders/thunderbird/default.nix # nixpkgs/pkgs/applications/window-managers/sway/default.nix # nixpkgs/pkgs/build-support/rust/default.nix # nixpkgs/pkgs/development/go-modules/generic/default.nix
* emacs pkgs: update elpaMatt Christ2021-06-10
| | | | | | (cherry picked from commit e117e00a5c83fdfd880126aa4dc9a1b245dc70a6) Backporting to nixlib because the URL for xlib was no longer valid.
* gupnp-igd: disable testsAlyssa Ross2021-06-10
| | | | | | Only runs one test, and that test seems to get stuck sometimes. Fixes: https://github.com/NixOS/nixpkgs/issues/119288
* python3.pkgs.django_extensions: 3.1.1 -> 3.1.3Alyssa Ross2021-06-10
| | | | Fixes: https://github.com/NixOS/nixpkgs/issues/120941
* Merge commit '8e4fe32876ca15e3d5eb3ecd3ca0b224417f5f17'Alyssa Ross2021-06-10
|
* python3.pkgs.hyperkitty: 1.3.3 -> 1.3.4Alyssa Ross2021-06-09
| | | | (cherry picked from commit be74a6ae30620000c37b88b9a6d29c54339cdc50)
* python3.pkgs.flufl_lock: add meta; adoptAlyssa Ross2021-06-09
| | | | (cherry picked from commit d555a13ff10677c1db1ed2605051860f63453b06)
* python3.pkgs.flufl_lock: 3.2 -> 5.0.5Alyssa Ross2021-06-09
| | | | (cherry picked from commit 187ce927bcd1e81aaf0409cc78b7343ba1bc251f)
* impure: check for overlays before importingAlyssa Ross2021-06-09
| | | | | This is important for evaluating Nixpkgs outside of the context of nixlib.
* mailman-web: 2019-09-29 -> 2021-04-10Alyssa Ross2021-04-14
| | | | | | | | | | * Make it clearer what code comments apply to * Fix the state directory (this was changed in the update) * Add m1cr0man as a maintaner Co-authored-by: Lucas Savva <lucas@m1cr0man.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com> (cherry picked from commit 912e11a468903d481c91f6413c4eb884cbc09fa4)
* mailman-web: fix buildAlyssa Ross2021-04-14
| | | | (cherry picked from commit 55ac7d4580c9ab67848c98cb9519317a1cc399c8)
* Merge remote-tracking branch 'nixpkgs/nixos-unstable'Alyssa Ross2021-04-12
|
* youtube-dl: 2021.03.31 -> 2021.04.01zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.04.01 (cherry picked from commit eb0980855d03c1727557c33539a6f89be46cecbb)
* youtube-dl: 2021.03.25 -> 2021.03.31zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.31 (cherry picked from commit 124564d5d212c8c9a74252ed718e6f1d65f3a5a0)
* youtube-dl: 2021.03.14 -> 2021.03.25zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.25 (cherry picked from commit 6aa079e2dd415c93c00fa53f031b09253c487135)
* youtube-dl: 2021.03.03 -> 2021.03.14zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.14 (cherry picked from commit f7393191e740d7ab695c5ffeac4766b7dc66cfee)
* youtube-dl: 2021.03.02 -> 2021.03.03zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.03 (cherry picked from commit 694721374b47b881c816fd5cb870c36c26102bf5)
* youtube-dl: 2021.02.22 -> 2021.03.02zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.03.02 (cherry picked from commit 4dc3b8ba525c761819c283960d061e458de302ee)
* youtube-dl: 2021.02.10 -> 2021.02.22zowoq2021-04-04
| | | | | https://github.com/ytdl-org/youtube-dl/releases/tag/2021.02.22 (cherry picked from commit 90120d702ccb3b76bf56dbf375894c810b8feb9f)
* public-inbox: 1.5.0 -> 1.6.1Alyssa Ross2021-04-04
|
* public-inbox: 1.4.0 -> 1.5.0Alyssa Ross2021-04-04
|
* public-inbox: 1.3.0 -> 1.4.0Alyssa Ross2021-04-04
|
* public-inbox: 1.2.0 -> 1.3.0Alyssa Ross2021-04-04
|
* public-inbox: run testsAlyssa Ross2021-04-04
|
* networkmanager: fix path and pnameMaxine Aubrey2021-03-29
| | | | (cherry picked from commit 17177b551fdadd712f861876c47aefedc0f3b4b2)
* networkmanager: 1.26.0 -> 1.30.0Maxine Aubrey2021-03-29
| | | | | | | | drops build patch as it's been merged moves polkit path to meson flags from paths patch rebases paths patch on upstream (cherry picked from commit b8a405153670ed4653a800b30ebda11cc7271ee3)
* openssl: 1.1.1j -> 1.1.1kMartin Weinelt2021-03-25
| | | | (cherry picked from commit f69bf8fd28f621672f4235f1945790d2788b2497)
* openssl: 1.1.1i -> 1.1.1jMartin Weinelt2021-03-25
| | | | | | | https://www.openssl.org/news/secadv/20210216.txt Fixes: CVE-2021-23839, CVE-2021-23840, CVE-2021-23841 (cherry picked from commit ff613e296eb1df98db5ac9aa88cf6b20156e1c07)
* isync: 1.4.0 -> 1.4.1Florian Klink2021-03-15
| | | | | | | Fixes CVE-2021-20247: isync/mbsync data leak/destruction vulnerability https://sourceforge.net/p/isync/mailman/message/37225234/ (cherry picked from commit 169253be5352cb29468cc0d389849aa1ca9ad0b6)
* castnow: stdenv.lib -> libAlyssa Ross2021-03-15
| | | | stdenv.lib is deprecated.
* mysql56: removeAlyssa Ross2021-03-15
| | | | I needed this at a previous job. No point keeping it around any more.
* nss_3_57: removeAlyssa Ross2021-03-15
| | | | | | Trying to override this was making Firefox fail to eval. Upstream nixpkgs is using an even older for nss. Not sure why, but not worth trying to fight when I don't even use Thunderbird.
* pinball: init at 0.3.20201218Alyssa Ross2021-02-27
| | | | | I chose "pinball" over "emilia-pinball", because the former seems to be much more widely used in distributions.
* podman: Fix sha256adisbladis2021-02-17
| | | | | | For some reason the archive sha256 has changed.. (cherry picked from commit a62f04d38e17b27d0aff300104b1dfc08564fd98)
* nixpkgs: merge nixos-unstableAlyssa Ross2021-02-16
|
* weechatScripts.weechat-matrix: make patchableAlyssa Ross2021-02-11
| | | | | If an overlay adds patches, they wouldn't be applied because we were copying from directory out of src.
* emacs.pkgs.jam-mode: init at 0.3Alyssa Ross2021-02-09
|
* qemu: fix build when desktop file does not exist (#110721)Milan2021-02-09
| | | | | | | | | The qemu-user variants as used by binfmt emulation through `(lib.systems.elaborate lib.systems.examples.aarch64-multiplatform).emulator pkgs` does not install a .desktop file since qemu 5.2.0. This change allows the build to continue if deletion of the desktop file fails. (cherry picked from commit b7871c3f2da1a38bccd839401f6113f734f62e43)
* sudo: 1.9.5p1 → 1.9.5p2Artemis Tosini2021-01-27
| | | | | | | | | | | | > A serious heap-based buffer overflow has been discovered in sudo > that is exploitable by any local user. It has been given the name > Baron Samedit by its discoverer. The bug can be leveraged to elevate > privileges to root, even if the user is not listed in the sudoers > file. User authentication is not required to exploit the bug. Fixes: CVE-2021-3156 (cherry picked from commit c46b679be03303111d3b14d4e65495766c6b01e9)
* Merge commit '891f607d5301d6730cb1f9dcf3618bcb1ab7f10e'Alyssa Ross2021-01-26
|
* weechatScripts.weechat-matrix: fix PYTHONPATHAlyssa Ross2021-01-26
| | | | | | | | | | | | | matrix.py tries to import its dependencies, and its own code from $out/${python.sitePackages}, and neither of these worked because nothing was telling Python where to load that stuff from. Using patchPythonScript made it so matrix.py could find its dependencies, but it still wasn't able to find its own code, so that had to be added to program_PYTHONPATH beforehand so patchPythonScript would include it as well. Fixes: https://github.com/NixOS/nixpkgs/issues/89499
* podman: 2.2.1 -> 2.1.0 (revert)Alyssa Ross2021-01-25
| | | | | | | | | This reverts commits cfbc1af189d81d7026b0fedf6439209aff232c27 and bd6067cd5d7e8ec4316ad290c4c4f16665e309c5. podman 2.2.x tries to create a lockfile in XDG_CONFIG_HOME, and there doesn't seem to be an easy fix. See <https://github.com/containers/podman/issues/8559>.
* python36: enable ctypes.util.find_library patchFabian Möller2021-01-15
| | | | (cherry picked from commit 07e7cea102b7254ed29185d4da504aa07a77dd2b)
* Merge commit '1a57d96edd156958b12782e8c8b6a374142a7248'Alyssa Ross2021-01-15
|
* alacritty: 0.7.0 -> 0.7.1Cole Helbling2021-01-14
| | | | | | | https://github.com/alacritty/alacritty/releases/tag/v0.7.1 https://github.com/alacritty/alacritty/compare/v0.7.0...v0.7.1 (cherry picked from commit 016ebc0604168f9840b84bfcc339620d7a48ffab)
* alacritty: 0.6.0 -> 0.7.0Cole Helbling2021-01-14
| | | | | | | https://github.com/alacritty/alacritty/releases/tag/v0.7.0 https://github.com/alacritty/alacritty/compare/v0.6.0...v0.7.0 (cherry picked from commit 4dadeb37309682aea2e88b3abb61e0762e7fbb02)
* pythonPackages.afdko: fix testsAlyssa Ross2021-01-12
| | | | (cherry picked from commit ef6578f44c4a4cae9bd99caf07912f62f9304247)