Commit Graph

279147 Commits

Author SHA1 Message Date
Alexander V. Nikolaev
3b90e8f9de wineUnstable: enable cross building for unstable/staging by default 2021-03-27 18:10:00 -04:00
Alexander V. Nikolaev
f01d07ec0b wineUnstable: 6.3 -> 6.4
Staging updated as well
2021-03-27 18:10:00 -04:00
Sandro
528fff9a5e
Merge pull request #117819 from fgaz/20kly/1.5.0
20kly: 1.4 -> 1.5.0
2021-03-27 22:58:02 +01:00
Sandro
64f84a412e
Merge pull request #117815 from mweinelt/spamassassin
spamassassin: 3.4.4 -> 3.4.5
2021-03-27 22:57:03 +01:00
Sandro
ea9bc33d21
Merge pull request #117820 from NixOS/hwi
hwi: 2.0.0 -> 2.0.1
2021-03-27 22:56:34 +01:00
Sandro
acc61729b7
Merge pull request #117826 from risicle/ris-pygments-CVE-2021-27291-py2
python2Packages.pygments: add patch for CVE-2021-27291
2021-03-27 22:54:27 +01:00
Maximilian Bosch
ae73ec2b68
Merge pull request #116738 from Ma27/wiki-js
wiki-js: init at 2.5.191
2021-03-27 22:03:35 +01:00
Léo Gaspard
144a997c8e
lib: fix commitIdFromGitRepo (#117752)
When in the presence of worktrees, it happens that /commondir has a
trailing slash.

In these circumstances, it can lead to `lib.pathType` being passed paths
like `/foo/bar/.git/`, which in turn lead to
`error: attribute '.git' missing`.

With this change, we now make sure send properly-formatted paths to all
other functions.

This, in particular, fixes running NixOS tests on worktrees created by
libgit2 on my machine. (Worktrees created by git itself appear to not
hit the issue.)
2021-03-27 21:16:31 +01:00
Maximilian Bosch
47cc45ad77
wiki-js: 2.5.191 -> 2.5.197
ChangeLog: https://docs.requarks.io/releases#hotfix-8-25197
2021-03-27 21:09:14 +01:00
Maximilian Bosch
f3f1e16027
wiki-js: use installPhase & get rid of buildCommand
With this change it's also possible to override and add custom patches.
2021-03-27 21:04:53 +01:00
R. RyanTM
cb231de72b miniserve: 0.12.0 -> 0.12.1 2021-03-28 05:58:12 +10:00
Sandro
74c99bb17a
Merge pull request #117830 from rhoriguchi/gnomeExtensions.appindicator
gnomeExtensions.appindicator: 35 -> 36
2021-03-27 20:55:17 +01:00
Sandro
624896444a
Merge pull request #117828 from rhoriguchi/gitkraken
gitkraken: 7.5.2 -> 7.5.3
2021-03-27 20:49:15 +01:00
Ryan Horiguchi
426a64fafd
gnomeExtensions.appindicator: 35 -> 36 2021-03-27 20:23:23 +01:00
Ryan Horiguchi
11b13209f3
gitkraken: 7.5.2 -> 7.5.3 2021-03-27 19:59:22 +01:00
Jörg Thalheim
693a938bef
Merge pull request #117816 from Mic92/deltachat-electron
deltachat-electron: 1.15.3 -> 1.15.5
2021-03-27 18:42:43 +00:00
Francesco Gazzetta
c91cafb66a _20kly: 1.4 -> 1.5.0 2021-03-27 19:40:43 +01:00
Pavol Rusnak
8292b0739a
hwi: 2.0.0 -> 2.0.1 2021-03-27 19:23:58 +01:00
Anderson Torres
b12d559675
Merge pull request #117803 from AndersonTorres/new-zile
zile: 2.6.0.90 -> 2.6.1
2021-03-27 15:19:35 -03:00
Robert Scott
306c465773 python2Packages.pygments: add patch for CVE-2021-27291 2021-03-27 18:07:32 +00:00
Sandro
9cc8c600c6
Merge pull request #115288 from symphorien/llvm-recurse 2021-03-27 18:54:56 +01:00
Jörg Thalheim
604e1b2d50
deltachat-electron: 1.15.3 -> 1.15.5 2021-03-27 18:52:52 +01:00
Martin Weinelt
50850a2e3a
spamassassin: 3.4.4 -> 3.4.5
Fixes: CVE-2020-1946
2021-03-27 18:51:31 +01:00
Fabian Affolter
1433dad051
Merge pull request #117797 from r-ryantm/auto-update/lazydocker
lazydocker: 0.10 -> 0.12
2021-03-27 18:36:04 +01:00
AndersonTorres
35d8e068f8 zile: 2.6.0.90 -> 2.6.1 2021-03-27 14:06:45 -03:00
Fabian Affolter
f615c23325
bashate: init at 2.0.0 (#117469) 2021-03-27 17:40:29 +01:00
Fabian Affolter
1cee9c24aa
Merge pull request #116663 from r-ryantm/auto-update/wasabiwallet
wasabiwallet: 1.1.12.4 -> 1.1.12.5
2021-03-27 17:36:14 +01:00
Fabian Affolter
56976f31e3
Merge pull request #117431 from r-ryantm/auto-update/emplace
emplace: 1.4.0 -> 1.4.1
2021-03-27 17:28:09 +01:00
sternenseemann
ef6450411f ocamlPackages_4_{11,12}: merlin: 3.4.2 -> 4.1
Add nix expression for the OCaml-version specific versions of merlin
4.1 and conditionally call it in ocaml-packages.nix.
2021-03-27 17:26:12 +01:00
sternenseemann
29d77c57ed dot-merlin-reader: 3.4.2 -> 4.1
4.1 uncoupled the versions between merlin and dot-merlin-reader which
means we can and must update them independently of each other since
merlin 4.1 is only available in specific versions for OCaml 4.11 and
4.12 respectively.

Therefore merlin now fetches its own source instead of inheriting it
from dot-merlin-reader.
2021-03-27 17:26:12 +01:00
Elis Hirwing
2ed44fa49c
Merge pull request #114173 from eyJhb/php-clisupport-false
php: fixed building with cliSupport = false
2021-03-27 17:08:43 +01:00
Michele Guerini Rocco
b01e00ba8f
Merge pull request #114688 from rnhmjoj/tcsd-no-udev-settle
nixos/tcsd: several improvements and fixes
2021-03-27 16:31:17 +01:00
Fabian Affolter
60b85e6b95
python3Packages.tldextract: enable tests (#117787) 2021-03-27 16:24:16 +01:00
Fabian Affolter
d404ecd995
Merge pull request #117776 from oxzi/python-pynmea2-1.17.0
pythonPackages.pynmea2: 1.16.0 -> 1.17.0
2021-03-27 16:04:51 +01:00
R. RyanTM
f12df7e100 lazydocker: 0.10 -> 0.12 2021-03-27 15:04:19 +00:00
Martin Weinelt
9c76cd2045
Merge pull request #117785 from mweinelt/webkitgtk
webkitgtk: 2.30.5 -> 2.30.6
2021-03-27 15:08:35 +01:00
Fabian Affolter
ad6907ca59
Merge pull request #117779 from r-ryantm/auto-update/grype
grype: 0.8.0 -> 0.9.0
2021-03-27 15:02:25 +01:00
Fabian Affolter
18ce06d315
Merge pull request #117709 from r-ryantm/auto-update/python3.8-managesieve
python38Packages.managesieve: 0.7 -> 0.7.1
2021-03-27 14:46:03 +01:00
sternenseemann
b2eb2c8b4f Revert "ocamlPackages.tcpip: 6.0.0 -> 6.1.0"
This reverts commit 988f5a5910.

The release process for many OCaml packages and in extension mirage
related packages usually entails creating a release in the respective
own repository so a release tarball becomes available and then opening a
PR against ocaml/opam-repository to finalize the release. During this
new issues can be discovered which push the release back.

This happened for mirage-tcpip 6.1.0 several times:
https://github.com/ocaml/opam-repository/pull/18357
Prompting in total 3 different 6.1.0 releases with different hashes
respectively (the hash for ocamlPackages.tcpip.src shouldn't be
reproducible anymore, but we probably have cached the tarball already).
Ultimately the PR to opam-repository was closed to investigate some
failures on opam-repository's CI and the release postponed:
https://github.com/ocaml/opam-repository/pull/18357#issuecomment-808434285

I jumped the gun with the release and updated tcpip in nixpkgs before
tcpip was “properly” released in opam. I usually watch the github
repository of package I maintain for releases and can react pretty
quickly to a release as a result. Most of the time I also check
opam-repository's PRs nowadays for extra context or information, but
when everything seems fine and tests succeed I deem the update alright
to PR to nixpkgs. Being faster than opam was achievable in these cases
and actually seems kind of tantalizing.

In the light of this experience however, we should wait for the opam
PR getting merged at least for some packages that exhibit this behavior
of rereleasing the same version number multiple times to get the release
just right (afaik the 6.1.0 tag pointed to three different revisions for
tcpip). To me this is questionable upstream behavior we just have to deal
with in some way.
2021-03-27 14:33:49 +01:00
Martin Weinelt
75f531b3fc
webkitgtk: 2.30.5 -> 2.30.6
https://webkitgtk.org/security/WSA-2021-0002.html
2021-03-27 14:22:41 +01:00
Benjamin Hipple
477812e18e
Merge pull request #117744 from r-ryantm/auto-update/python3.8-bitarray
python38Packages.bitarray: 1.8.0 -> 1.8.1
2021-03-27 08:45:30 -04:00
Robert Scott
31e9d07ed1
Merge pull request #116250 from Pamplemousse/patch_ipmitool
ipmitool: fix security vulnerability
2021-03-27 12:22:44 +00:00
Robert Scott
b4b85dc2e7
Merge pull request #117460 from suhr/sfizz
sfizz: 0.4.0 -> 0.5.1
2021-03-27 12:19:38 +00:00
R. RyanTM
87e44b865f grype: 0.8.0 -> 0.9.0 2021-03-27 12:04:29 +00:00
rnhmjoj
d3ebe83408 qutebrowser: add pynacl for qute-keepassxc
Requested by @wedens.
2021-03-27 12:35:06 +01:00
rnhmjoj
b710cdf80a qutebrowser: 2.0.2 -> 2.1.0 2021-03-27 12:35:06 +01:00
rnhmjoj
c7e4fdef18 pythonPackages.pyqtwebengine: 5.15.2 -> 5.15.4 2021-03-27 12:35:06 +01:00
rnhmjoj
3aba63ab29 qt5.qtwebengine: 5.15.2 -> 5.15.3-a059e740
This updates the base chromium branch from 83 to 87, which fixes
approximately a few hundreds CVEs.
2021-03-27 12:35:06 +01:00
Fabian Affolter
0f24db0be9
Merge pull request #117772 from r-ryantm/auto-update/gdu
gdu: 4.8.1 -> 4.9.0
2021-03-27 12:20:00 +01:00
Alvar Penning
ce6eb61758 pythonPackages.pynmea2: 1.16.0 -> 1.17.0 2021-03-27 12:18:14 +01:00