Commit graph

262404 commits

Author SHA1 Message Date
Mario Rodas 1e0fd34881 hugo: 0.79.0 -> 0.80.0
https://github.com/gohugoio/hugo/releases/tag/v0.80.0
2021-01-08 04:20:00 +00:00
aszlig 97028f053c pythonPackages.r2pipe: Fix build
Regression introduced by 6556711c87.

The string start and end quoting styles have changed in the upstream
source code between version 1.4.2 and version 1.5.3, so the checkPhase
now results in the following error:

  ======================================================================
  ERROR: native (unittest.loader._FailedTest)
  ----------------------------------------------------------------------
  ImportError: Failed to import test module: native
  Traceback (most recent call last):
    File ".../unittest/loader.py", line 154, in loadTestsFromName
      module = __import__(module_name)
    File "/build/r2pipe-1.5.3/r2pipe/native.py", line 113, in <module>
      class RCore(Structure):  # 1
    File "/build/r2pipe-1.5.3/r2pipe/native.py", line 125, in RCore
      cmd_str, r_core_cmd_str = register(
    File "/build/r2pipe-1.5.3/r2pipe/native.py", line 108, in register
      method = WrappedRMethod(cname, args, ret)
    File "/build/r2pipe-1.5.3/r2pipe/native.py", line 53, in __init__
      r2 = r2lib()
    File "/build/r2pipe-1.5.3/r2pipe/native.py", line 27, in r2lib
      raise ImportError("No native r_core library")
  ImportError: No native r_core library

Signed-off-by: aszlig <aszlig@nix.build>
2021-01-09 16:01:54 -08:00
Andrey Kuznetsov 9297928d60 vimPlugins.lualine-nvim: init at 2021-01-09 2021-01-09 15:55:05 -08:00
Andrey Kuznetsov 58b12ae347 vimPlugins.lsp-status-nvim: init at 2021-01-05 2021-01-09 15:55:05 -08:00
Andrey Kuznetsov fb900bd8bf vimPlugins: update 2021-01-09 15:55:05 -08:00
Léo Gaspard 94793d3fab
postgresql: add passthru.tests (#108449) 2021-01-10 00:52:23 +01:00
Fabian Affolter d2af3cca3b python3Packages.winsspi: init at 0.0.9 2021-01-09 15:51:34 -08:00
Fabian Affolter 83f0c1b908 python3Packages.minikerberos: init at 0.2.7 2021-01-09 15:51:34 -08:00
Fabian Affolter 2c01bd8a38 python3Packages.asysocks: init at 0.0.10 2021-01-09 15:51:34 -08:00
Mario Rodas 69dc12e045
Merge pull request #108873 from fabaff/cloudbrute
cloudbrute: init 1.0.7
2021-01-09 18:29:49 -05:00
Mario Rodas 6de3017330
Merge pull request #108886 from zowoq/ecc
editorconfig-checker: 2.2.0 -> 2.3.1
2021-01-09 18:28:21 -05:00
Sandro b83d2a2297
Merge pull request #108885 from zowoq/buildah
buildah: 1.18.0 -> 1.19.0
2021-01-10 00:24:35 +01:00
Wilson E. Husin 9ecd8455de
sonobuoy: 0.19.0 -> 0.20.0 (#106928)
* Sonobuoy 0.19.0 -> 0.20.0

* Add comments to explain why we need both version and rev

Co-authored-by: Léo Gaspard <github@leo.gaspard.ninja>
2021-01-10 00:18:50 +01:00
markuskowa 965d351a54
Merge pull request #108864 from markuskowa/upd-octopus
octopus: 10.0 -> 10.3
2021-01-10 00:18:04 +01:00
Fabian Affolter 66b66b9ecb python3Packages.slither-analyzer: 0.6.14 -> 0.7.0 2021-01-09 14:51:57 -08:00
Fabian Affolter c7465bb815 python3Packages.crytic-compile: 0.1.9 -> 0.1.12 2021-01-09 14:51:57 -08:00
Fabian Affolter 2133165afd python3Packages.ldappool: fix build 2021-01-09 14:44:02 -08:00
Sebastian Jordan 33796d9695 pythonPackages.djangorestframework: 3.11.2 -> 3.12.2 2021-01-09 14:41:58 -08:00
Sandro 9726c4ec52
Merge pull request #108776 from r-ryantm/auto-update/python3.7-Flask-Cors
python37Packages.flask-cors: 3.0.9 -> 3.0.10
2021-01-09 23:27:56 +01:00
Sandro fc93c76c7c
Merge pull request #108778 from Ma27/tigervnc-cve-2020-26117
tigervnc: 1.10.1 -> 1.11.0 (CVE-2020-26117)
2021-01-09 23:25:53 +01:00
Sandro b9a9f69b58
Merge pull request #108822 from c00w/cluster_ipfs_2
ipfs-cluster: 0.13.0 -> unstable-2020-10
2021-01-09 23:24:32 +01:00
Sandro 742875a1be
Merge pull request #108816 from fabaff/winacl
python3Packages.winacl: init at 0.1.0
2021-01-09 23:23:45 +01:00
Sandro 9b41aae9a9
Merge pull request #108853 from cpcloud/fix-nvidia-persistenced-hash
nvidia_x11.persistenced: fix hash
2021-01-09 23:23:01 +01:00
Thomas Tuegel 33369750b9
Merge pull request #108863 from ttuegel/plasma-5.20.5
plasma-5: 5.20.4 -> 5.20.5
2021-01-09 16:01:32 -06:00
WORLDofPEACE 7c34e83cb2
Merge pull request #108107 from talyz/reintroduce-epiphany
Revert "nixos/gnome3: don't install epiphany default"
2021-01-09 16:45:31 -05:00
Keshav Kini b1d53b04ea pythonPackages.demjson: fix tests, enable on Python 3.x
In commit 6ba044c166, the demjson package was
disabled on Python 3.x with the comment that it doesn't seem to support any
Python 3.x versions.  But looking at the upstream repository, they do seem to
attempt to support Python 3 -- it turns out the failure on our end was caused by
some issue with trying to run `setup.py test` on a 2to3-using codebase with no
test suite (?).

In any case, this package's test suite doesn't seem to use the setuptools
mechanism, so in this commit I override the checkPhase to run the upstream tests
in the correct way.  This fixes the build on all Python versions.

EDIT 2021-01-08: rebased on top of PR #108378 which had explicitly disabled the
tests on all Python versions.
2021-01-09 22:17:57 +01:00
zowoq 084fc49bf3 .github/workflows/editorconfig.yml: 2.2.0 -> 2.3.1 2021-01-10 06:55:15 +10:00
zowoq 54d89e7ffc buildah: 1.18.0 -> 1.19.0
https://github.com/containers/buildah/releases/tag/v1.19.0
2021-01-10 06:51:26 +10:00
zowoq e39dd05e66 editorconfig-checker: 2.2.0 -> 2.3.1
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.1
2021-01-10 06:45:55 +10:00
Tim Steinbach 85449b21bc
linux/hardened/patches/5.4: 5.4.87.a -> 5.4.88.a 2021-01-09 15:26:22 -05:00
Tim Steinbach 0d2b8275a3
linux/hardened/patches/5.10: 5.10.5.a -> 5.10.6.a 2021-01-09 15:26:20 -05:00
Tim Steinbach bc95f84a5a
linux/hardened/patches/4.19: 4.19.165.a -> 4.19.166.a 2021-01-09 15:26:18 -05:00
Tim Steinbach ea8bec0e23
linux/hardened/patches/4.14: 4.14.213.a -> 4.14.214.a 2021-01-09 15:26:17 -05:00
Tim Steinbach 6973e51c02
linux-rt_5_10: 5.10.1-rt20 -> 5.10.4-rt22 2021-01-09 15:25:50 -05:00
Tim Steinbach a9dfa241f4
linux: 5.4.87 -> 5.4.88 2021-01-09 15:24:25 -05:00
Tim Steinbach 25aed143ea
linux: 5.10.5 -> 5.10.6 2021-01-09 15:23:50 -05:00
Tim Steinbach ab96d91f2e
linux: 4.9.249 -> 4.9.250 2021-01-09 15:23:17 -05:00
Tim Steinbach c5334d6c47
linux: 4.4.249 -> 4.4.250 2021-01-09 15:22:35 -05:00
Tim Steinbach 5124fff5c6
linux: 4.19.165 -> 4.19.166 2021-01-09 15:22:03 -05:00
Tim Steinbach ab245e4e63
linux: 4.14.213 -> 4.14.214 2021-01-09 15:08:18 -05:00
Colin L Rice eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Daniël de Kok e1af3f94f7
Merge pull request #108870 from 0x4A6F/master-zola
zola: 0.12.2 -> 0.13.0
2021-01-09 20:47:55 +01:00
Aaron Andersen 4b0a2ac72c
Merge pull request #99559 from JamieMagee/nzbhydra2
nzbhydra2: init at 3.8.0
2021-01-09 14:23:30 -05:00
Markus Kowalewski 257cbbcd3a openiscsi: update license to GPL2+ 2021-01-09 20:15:34 +01:00
Markus Kowalewski e0238b7907 openiscsi: 2.1.2 -> 2.1.3 2021-01-09 20:15:34 +01:00
Michael Weiss ef125069f4
Merge pull request #108730 from baloo/baloo/libplacebo/path-upsteam-patch
libplacebo: use upstreamed patch
2021-01-09 20:12:46 +01:00
Michele Guerini Rocco dca46f6bd9
Merge pull request #108858 from fabaff/bump-masscan
masscan: 1.0.5 -> 1.3.0
2021-01-09 20:06:52 +01:00
Doron Behar 70d194c818
Merge pull request #107508 from Sohalt/mpd-credentials 2021-01-09 20:54:30 +02:00
Arthur Gautier 95b754cf42
libplacebo: use upstreamed patch
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-01-09 19:47:02 +01:00
Jörg Thalheim 9d358f1f7c
Merge pull request #108867 from SuperSandro2000/nix-update
nix-update: 0.3.1 -> 0.3.2
2021-01-09 18:40:07 +00:00