Commit Graph
414751 Commits
Author SHA1 Message Date
Jörg ThalheimandGitHub ffde4721ab Merge pull request #194052 from rapenne-s/fail2ban_doc
nixos/fail2ban: improve module documentation
2022-10-02 17:09:43 +02:00
Jörg ThalheimandGitHub 233a62dfb7 Merge pull request #194049 from makefu/pkgs/devpi-server/6.7.0
devpi-server: 6.2.0 -> 6.7.0
2022-10-02 17:06:33 +02:00
Jörg ThalheimandGitHub 782cdeffe0 Merge pull request #193969 from tjni/packr-aarch64-broken
packr: mark broken on darwin
2022-10-02 17:04:14 +02:00
Jörg ThalheimandGitHub 319f974d57 Merge pull request #193984 from SuperSandro2000/tauon
tauon: change maintainer to jansol
2022-10-02 17:03:40 +02:00
Ameer Taweel 69ff9c417f windows-nvim: init at 2022-09-18 2022-10-02 17:59:03 +03:00
Jörg ThalheimandGitHub d16281ba28 Merge pull request #194079 from r-ryantm/auto-update/cargo-public-api
cargo-public-api: 0.19.0 -> 0.20.0
2022-10-02 16:59:03 +02:00
Jörg Thalheim 16b9b0e181 python3.pkgs.tensorboardx: fix build 2022-10-02 16:53:34 +02:00
Sergei Trofimovich f7262e0054 xorg: remove xlibsWrapper attribute, use top-level one instead
I noticed this attribute when tried to override `xorg` scope via
overlay:

    final: prev {
      xorg = prev.xorg.overrideScope' (f: p: {
        libXfont2 = p.libXfont2.overrideAttrs (oa: {
          patches = (oa.patches or []) ++ [
            ../libXfont2/nofollow.patch
          ];
        });
      }) // { inherit (prev) xlibsWrapper; };
    }

As a result I got unexpected `pulseaudio` build failures:

    $ nix build --no-link -f. pulseaudio
    error: attribute 'xlibsWrapper' missing

           at pkgs/servers/pulseaudio/default.nix:79:37:

               78|       ++ lib.optional jackaudioSupport libjack2
               79|       ++ lib.optionals x11Support [ xorg.xlibsWrapper xorg.libXtst xorg.libXi ]
                 |                                     ^
               80|       ++ lib.optional useSystemd systemd

Previous changes in this branch remove references to xorg.xlibsWrapper
in favour of xlibsWrapper. Let's remove injection of this attribute into
`xorg.
2022-10-02 15:38:47 +01:00
Sergei Trofimovich 7af5079353 xine-ui: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:42 +01:00
Sergei Trofimovich 132ef65058 vlc: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:38 +01:00
Sergei Trofimovich b0c751b800 ted: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:34 +01:00
Sergei Trofimovich 0bed7c059f pulseaudio: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:31 +01:00
Sergei Trofimovich a6635711da gnome2.libgnomeui: use xlibsWrapper instead of xorg.xlibsWrapper 2022-10-02 15:38:27 +01:00
7c6f434candGitHub 8cefc55ae4 Merge pull request #193853 from r-ryantm/auto-update/xdaliclock
xdaliclock: 2.45 -> 2.47
2022-10-02 14:29:25 +00:00
R. Ryantm 2c11f47edd cargo-public-api: 0.19.0 -> 0.20.0 2022-10-02 14:29:12 +00:00
7c6f434candGitHub f526a9c466 Merge pull request #193794 from r-ryantm/auto-update/remind
remind: 04.00.03 -> 04.01.00
2022-10-02 14:28:55 +00:00
7c6f434candGitHub 0fb890ecfb Merge pull request #193812 from r-ryantm/auto-update/simgear
simgear: 2020.3.13 -> 2020.3.14
2022-10-02 14:28:37 +00:00
R. RyantmandBobby Rong 4c2dca627e fulcio: 0.5.3 -> 0.6.0 2022-10-02 22:19:08 +08:00
Fabian Affolter e63a3267ca python310Packages.kegtron-ble: init at 0.4.0 2022-10-02 16:13:18 +02:00
Bobby RongandGitHub 685bb0eede Merge pull request #193964 from tjni/go-jsonnet-m1
go-jsonnet: fix aarch64-darwin build
2022-10-02 22:12:08 +08:00
superherointj 49b299074d k3s: convenience change to update script 2022-10-02 11:11:00 -03:00
R. Ryantm 5ebce6acee python310Packages.azure-mgmt-monitor: 4.0.1 -> 5.0.1 2022-10-02 14:08:28 +00:00
Fabian Affolter 4e62f9810a python310Packages.ibeacon-ble: init at 0.7.3 2022-10-02 16:07:57 +02:00
Luflosi eefaaf41d6 kubo: rename from ipfs
Go-IPFS was renamed to Kubo in version 0.14.0, see https://github.com/ipfs/kubo/issues/8959.
2022-10-02 16:00:22 +02:00
thyolandGitHub 7cb6b3251f etesync-dav: add thyol to maintainers 2022-10-02 21:55:49 +08:00
R. Ryantm d13fec9591 python310Packages.azure-mgmt-containerservice: 20.3.0 -> 20.4.0 2022-10-02 13:27:47 +00:00
Daniel Nagy d9ff138687 dale: 20181024 -> 20220411 2022-10-02 15:11:15 +02:00
Sergei TrofimovichandGitHub 61f62685ee Merge pull request #193249 from trofi/xterm-update
xterm: 372 -> 373
2022-10-02 14:04:09 +01:00
mdarocha 107160d342 dotnet-sdk: move license files to the proper folder 2022-10-02 15:03:34 +02:00
Jörg ThalheimandGitHub 6b5431267a Merge pull request #194005 from kilianar/kopia-0.12.1
kopia: 0.12.0 -> 0.12.1
2022-10-02 14:52:44 +02:00
Théo ZimmermannandVincent Laporte 2dc3552aa1 coqPackages.mkCoqDerivation: upgrade to Dune 3
And remove the version number from the corresponding attributes.
2022-10-02 14:42:28 +02:00
Profpatsch 1600cba863 Disable checkMeta by default again.
This caused too many downstream projects to break, so we are reverting
this change for now, until further transition fixes are in place.

See discussion in https://github.com/NixOS/nixpkgs/pull/191171

This reverts part of 6762de9a28
2022-10-02 14:28:40 +02:00
SandroandGitHub faacb60b6e Merge pull request #194051 from seppeljordan/update-mypy 2022-10-02 14:12:36 +02:00
illustrisandGitHub 5485f678b9 hadoop: 3.3.3 -> 3.3.4, remove outdated protobuf (#193665) 2022-10-02 14:11:29 +02:00
9d97b342de haskell.packages.ghc942: get inital support up
This change introduces some actual overrides in
configuration-ghc-9.4.x.nix (based on the ones for 9.2) with the aim of
getting a basic 9.4 package set up. In particular the following
“interesting” packages are working:

* hpack
* hoogle
* cabal2nix
* cabal-install

You can get a better overview by looking at the overrides and the
versionedCompilerJobs in release-haskell.nix. Next obvious steps would
be working towards basic HLS support, but it seems that basically none
of the plugins are working so far. Big blockers here:

* https://github.com/alanz/ghc-exactprint/issues/114
* https://github.com/ndmitchell/hlint/issues/1413
* https://github.com/haskell/haskell-language-server/issues/3190

We ourselves have some churn to take care of and should try to release
the changes in https://github.com/NixOS/cabal2nix/pull/571 soon.

Co-authored-by: Rebecca Turner <rbt@sent.as>
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2022-10-02 14:01:45 +02:00
linsui cff2b7fbb7 yutto: 2.0.0b13 -> 2.0.0b15 2022-10-02 19:43:40 +08:00
superherointjandGitHub f3ec61b6df Merge pull request #193907 from PedroHLC/zen-kernels-5.19.12
zen-kernels: 5.19.11 -> 5.19.12
2022-10-02 08:01:31 -03:00
Thomas Gerbet 3fdeefc67f mediawiki: 1.38.2 -> 1.38.4
Fixes CVE-2022-41767, CVE-2022-41765 and CVE-2022-41767.

https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/SPYFDCGZE7KJNO73ET7QVSUXMHXVRFTE/
https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/thread/DMQKMFSH4K7KLBXWZTDBGI2PWLLHJHJZ/
2022-10-02 13:00:11 +02:00
Solene Rapenne 605a588ea6 nixos/fail2ban: improve module documentation 2022-10-02 12:59:54 +02:00
José Romildo MalaquiasandGitHub e1b6705b9a Merge pull request #193782 from kilianar/pop-icon-theme-3.3.0
pop-icon-theme: unstable-2021-11-17 -> 3.3.0
2022-10-02 07:57:50 -03:00
Sebastian Jordan 8379e84818 pythonPackages.mypy: 0.971 -> 0.981 2022-10-02 12:55:43 +02:00
makefu a49bd8055e devpi-server: 6.2.0 -> 6.7.0 2022-10-02 12:42:29 +02:00
Jörg ThalheimandGitHub 5745e1a01d Merge pull request #193999 from r-ryantm/auto-update/libre
libre: 2.7.0 -> 2.8.0
2022-10-02 12:23:03 +02:00
Thomas Gerbet 573ee6b58c darkhttpd: 1.13 -> 1.14
https://github.com/emikulic/darkhttpd/releases/tag/v1.14

Fixes CVE-2020-25691.
2022-10-02 12:19:48 +02:00
Fabian AffolterandGitHub 91766f2ab6 python310Packages.djangorestframework-simplejwt: disable on older Python releases 2022-10-02 12:14:16 +02:00
Jörg ThalheimandGitHub f71b215225 Merge pull request #194030 from r-ryantm/auto-update/cargo-nextest
cargo-nextest: 0.9.36 -> 0.9.37
2022-10-02 12:13:50 +02:00
Jörg ThalheimandGitHub e93d30bafa Merge pull request #193994 from r-ryantm/auto-update/kubemq-community
kubemq-community: 2.2.13 -> 2.3.0
2022-10-02 12:12:03 +02:00
Jörg ThalheimandGitHub 4d6683cfaf Merge pull request #193993 from r-ryantm/auto-update/kdigger
kdigger: 1.3.0 -> 1.4.0
2022-10-02 12:11:46 +02:00
Fabian AffolterandGitHub 6f72c4aa76 python310Packages.google-cloud-logging: update disabled 2022-10-02 12:11:08 +02:00
makefu 312d75605a hdl-dump: unstable-2021-08-20 -> unstable-2022-09-19 2022-10-02 12:10:26 +02:00