3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

414209 commits

Author SHA1 Message Date
Jörg Thalheim 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 Thalheim 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 Thalheim 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 Thalheim 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 Thalheim 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
7c6f434c 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
7c6f434c 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
7c6f434c 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. Ryantm 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 Rong 685bb0eede
Merge pull request #193964 from tjni/go-jsonnet-m1
go-jsonnet: fix aarch64-darwin build
2022-10-02 22:12:08 +08: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
thyol 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 Trofimovich 61f62685ee
Merge pull request #193249 from trofi/xterm-update
xterm: 372 -> 373
2022-10-02 14:04:09 +01:00
Jörg Thalheim 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 Zimmermann 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
Sandro faacb60b6e
Merge pull request #194051 from seppeljordan/update-mypy 2022-10-02 14:12:36 +02:00
illustris 5485f678b9
hadoop: 3.3.3 -> 3.3.4, remove outdated protobuf (#193665) 2022-10-02 14:11:29 +02:00
linsui cff2b7fbb7 yutto: 2.0.0b13 -> 2.0.0b15 2022-10-02 19:43:40 +08:00
superherointj 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 Malaquias 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 Thalheim 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 Affolter 91766f2ab6
python310Packages.djangorestframework-simplejwt: disable on older Python releases 2022-10-02 12:14:16 +02:00
Jörg Thalheim 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 Thalheim 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 Thalheim 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 Affolter 6f72c4aa76
python310Packages.google-cloud-logging: update disabled 2022-10-02 12:11:08 +02:00
Fabian Affolter de53641cfb
Merge pull request #194027 from r-ryantm/auto-update/python310Packages.google-cloud-vision
python310Packages.google-cloud-vision: 3.1.2 -> 3.1.3
2022-10-02 12:10:12 +02:00
Jörg Thalheim 1888ed5a76
Merge pull request #194040 from chuangzhu/portfolio
portfolio-filemanager: fix launching
2022-10-02 12:09:09 +02:00
Jörg Thalheim 044b84f572
Merge pull request #194041 from makefu/pkgs/cozy-audiobooks/1.2.1
cozy: 1.2.0 -> 1.2.1
2022-10-02 12:08:06 +02:00
Thomas Gerbet cbc685e754 apacheHttpdPackages.mod_perl: 2.0.11 -> 2.0.12
https://svn.apache.org/repos/asf/perl/modperl/tags/2_0_12/Changes
2022-10-02 12:06:39 +02:00
kilianar b1faf42f3c indi-3rdparty: 1.9.3 -> 1.9.8
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.4
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.5
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.6
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.7
- https://github.com/indilib/indi-3rdparty/releases/tag/v1.9.8
2022-10-02 12:04:28 +02:00