Franz Pletz
a991de49f2
Merge pull request #75698 from scaredmushroom/aircrack-ng_master
...
aircrack-ng: fixed missing dependency for airmon-ng
2019-12-15 23:34:20 +00:00
Franz Pletz
7eee92eab7
Merge pull request #75694 from plutotulp/spamassassin-ipv6-master
...
spamassassin: enable IPv6 support with Socket6
2019-12-15 23:25:19 +00:00
Danylo Hlynskyi
debca548f9
dolt: init at 0.12.0 ( #75693 )
...
* dolt: init at 0.12.0
* Update pkgs/servers/sql/dolt/default.nix
Co-Authored-By: robert seaton <robbpseaton@gmail.com>
* fix eval
* Update pkgs/servers/sql/dolt/default.nix
Co-Authored-By: Wael Nasreddine <wael.nasreddine@gmail.com>
* update Go docs as well
2019-12-16 00:58:16 +02:00
Florian Klink
39b20f0986
Merge pull request #75722 from flokli/xilinx-bootgen
...
xilinx-bootgen: init at 2019-10-23
2019-12-15 23:55:05 +01:00
Michael Raskin
5f21b4b896
Merge pull request #75723 from andir/advancecomp
...
advancecomp: fix CVE-2019-9210
2019-12-15 22:53:36 +00:00
Franz Pletz
05c6009f56
Merge pull request #75715 from andir/ansible
...
ansible fixes for CVE-2019-10156 CVE-2019-10206 CVE-2019-14846 CVE-2019-14856 CVE-2019-14858 CVE-2019-14864
2019-12-15 22:47:28 +00:00
Franz Pletz
f98af3b8db
Merge pull request #75708 from andir/thunderbird-bin
...
thunderbird-bin: 68.2.2 -> 68.3.0
2019-12-15 22:42:25 +00:00
Franz Pletz
b973f7baf0
Merge pull request #67781 from jonringer/bump-errbot
...
errbot: 5.2.0 -> 6.1.1
2019-12-15 22:35:02 +00:00
Jonathan Ringer
d62b9919d8
errbot: 5.2.0 -> 6.1.1
2019-12-15 23:30:00 +01:00
Florian Klink
5073aab831
xilinx-bootgen: init at unstable-2019-10-23
2019-12-15 23:27:17 +01:00
Andreas Rammhold
f23627cb12
advancecomp: fix CVE-2019-9210
2019-12-15 23:15:35 +01:00
R. RyanTM
d7125bf6b6
xmr-stak: 2.10.7 -> 2.10.8
2019-12-15 22:13:29 +00:00
Franz Pletz
ded56b2687
Merge pull request #75234 from filalex77/subfinder-2.2.2
...
subfinder: 2018-07-15 -> 2.2.4
2019-12-15 22:13:06 +00:00
Franz Pletz
fda130af71
Merge pull request #75474 from chkno/xsecurelock-no-longer-needs-xset-path-fixed
...
xsecurelock: Remove obsolete path fix
2019-12-15 22:10:55 +00:00
Franz Pletz
bbee883e6c
Merge pull request #75704 from andir/dovecot
...
dovecot: 2.3.8 -> 2.3.9.2
2019-12-15 22:02:35 +00:00
worldofpeace
ce549ddf26
Merge pull request #75682 from Kiwi/wire-desktop-icon
...
wire-desktop: fix desktop icon
2019-12-15 16:52:51 -05:00
Robert Djubek
4a73fbc367
wire-desktop: fix desktop icon
...
Update the Name attribute in the wire-desktop.desktop applications file
and add StartupWMClass key. This fixes the icons on plasma5 and gnome3
which, in certain places, showed a generic X.org icon instead of the Wire
icon.
2019-12-15 16:47:35 -05:00
Jonathan Ringer
4b1c34cac6
gtk-server: 2.3.1 -> 2.4.5
...
Also bumped gtk version from gtk2 to gtk3
2019-12-15 13:31:53 -08:00
Mario Rodas
52e9024849
pango: fix build on darwin
2019-12-15 16:20:00 -05:00
Mario Rodas
169fb13569
Merge pull request #75331 from r-ryantm/auto-update/python3.8-mysqlclient
...
python38Packages.mysqlclient: 1.4.5 -> 1.4.6
2019-12-15 16:02:28 -05:00
Mario Rodas
80af1ff9e1
Merge pull request #75368 from r-ryantm/auto-update/python3.8-sasmodels
...
python38Packages.sasmodels: 1.0.0 -> 1.0.1
2019-12-15 15:28:08 -05:00
Andreas Rammhold
b21b92947e
ansible_2_6: 2.6.17 -> 2.6.20
...
This addresses the following security issues:
* CVE-2019-14846 - Several Ansible plugins could disclose aws
credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
lookup/aws_account_attribute.py, and lookup/aws_secret.py,
lookup/aws_ssm.py use the boto3 library from the Ansible process. The
boto3 library logs credentials at log level DEBUG. If Ansible's
logging was enabled (by setting LOG_PATH to a value) Ansible would set
the global log level to DEBUG. This was inherited by boto and would
then log boto credentials to the file specified by LOG_PATH. This did
not affect aws ansible modules as those are executed in a separate
process. This has been fixed by switching to log level INFO
* Convert CLI provided passwords to text initially, to prevent unsafe
context being lost when converting from bytes->text during post
processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
* properly hide parameters marked with no_log in suboptions when
invalid parameters are passed to the module (CVE-2019-14858)
* resolves CVE-2019-10206, by avoiding templating passwords from
prompt as it is probable they have special characters.
* Handle improper variable substitution that was happening in
safe_eval, it was always meant to just do 'type enforcement' and have
Jinja2 deal with all variable interpolation. Also see CVE-2019-10156
Changelog: 9bdb89f740/changelogs/CHANGELOG-v2.6.rst
2019-12-15 21:25:07 +01:00
Andreas Rammhold
71cde971c7
ansible_2_8: 2.8.4 -> 2.8.7
...
This addresses the following security issues:
* Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
* CVE-2019-14846 - Several Ansible plugins could disclose aws
credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
lookup/aws_account_attribute.py, and lookup/aws_secret.py,
lookup/aws_ssm.py use the boto3 library from the Ansible process. The
boto3 library logs credentials at log level DEBUG. If Ansible's
logging was enabled (by setting LOG_PATH to a value) Ansible would set
the global log level to DEBUG. This was inherited by boto and would
then log boto credentials to the file specified by LOG_PATH. This did
not affect aws ansible modules as those are executed in a separate
process. This has been fixed by switching to log level INFO
* Convert CLI provided passwords to text initially, to prevent unsafe
context being lost when converting from bytes->text during post
processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
* properly hide parameters marked with no_log in suboptions when
invalid parameters are passed to the module (CVE-2019-14858)
Changelog: 24220a618a/changelogs/CHANGELOG-v2.8.rst
2019-12-15 21:25:02 +01:00
Andreas Rammhold
64e2791092
ansible_2_7: 2.7.11 -> 2.7.15
...
This fixes the following security issues:
* Ansible: Splunk and Sumologic callback plugins leak sensitive data
in logs (CVE-2019-14864)
* CVE-2019-14846 - Several Ansible plugins could disclose aws
credentials in log files. inventory/aws_ec2.py, inventory/aws_rds.py,
lookup/aws_account_attribute.py, and lookup/aws_secret.py,
lookup/aws_ssm.py use the boto3 library from the Ansible process. The
boto3 library logs credentials at log level DEBUG. If Ansible's
logging was enabled (by setting LOG_PATH to a value) Ansible would set
the global log level to DEBUG. This was inherited by boto and would
then log boto credentials to the file specified by LOG_PATH. This did
not affect aws ansible modules as those are executed in a separate
process. This has been fixed by switching to log level INFO
* Convert CLI provided passwords to text initially, to prevent unsafe
context being lost when converting from bytes->text during post
processing of PlayContext. This prevents CLI provided passwords from
being incorrectly templated (CVE-2019-14856)
* properly hide parameters marked with no_log in suboptions when invalid
parameters are passed to the module (CVE-2019-14858)
* resolves CVE-2019-10206, by avoiding templating passwords from
prompt as it is probable they have special characters.
* Handle improper variable substitution that was happening in
safe_eval, it was always meant to just do 'type enforcement' and have
Jinja2 deal with all variable interpolation. Also see CVE-2019-10156
Changelog: 0623dedf2d/changelogs/CHANGELOG-v2.7.rst (v2-7-15)
2019-12-15 21:24:59 +01:00
Mario Rodas
6b3720b395
Merge pull request #75675 from marsam/update-git-gone
...
gitAndTools.git-gone: 0.1.2 -> 0.2.0
2019-12-15 15:21:19 -05:00
Mario Rodas
22a8e0eb85
Merge pull request #75398 from r-ryantm/auto-update/tpm2-tools
...
tpm2-tools: 4.0.1 -> 4.1
2019-12-15 15:20:48 -05:00
Nikolay Korotkiy
38294e3051
gpxlab: init at 0.7.0
2019-12-15 22:53:06 +03:00
Andreas Rammhold
5d3607b2da
spamassassin: 3.4.2 -> 3.4.3
...
Two security issues have been fixed in this release:
* CVE-2019-12420 for Multipart Denial of Service Vulnerability
* CVE-2018-11805 for nefarious CF files can be configured to
run system commands without any output or errors.
https://svn.apache.org/repos/asf/spamassassin/branches/3.4/build/announcements/3.4.3.txt
2019-12-15 20:48:56 +01:00
Graham Christensen
aa4a1b01d5
Merge pull request #75516 from ivan/chromium-79.0.3945.79
...
chromium: 78.0.3904.108 -> 79.0.3945.79
2019-12-15 14:48:34 -05:00
Mario Rodas
eb2d272efd
Merge pull request #75671 from clayrat/tparsec-update
...
idrisPackages.tparsec: 2019-06-18 -> 2019-09-19
2019-12-15 14:43:44 -05:00
Andreas Rammhold
e1699e3c71
thunderbird-bin: 68.2.2 -> 68.3.0
2019-12-15 20:37:50 +01:00
Andreas Rammhold
cd394340d8
dovecot: 2.3.8 -> 2.3.9.2
...
Update to latest version & updated the patch file to match with the
lastest verison.
Fixes the following security issue:
* CVE-2019-19722: Mails with group addresses in From or To fields
caused crash in push notification drivers.
2019-12-15 20:11:01 +01:00
Robert Scott
e1e3df423a
allowInsecureDefaultPredicate: fix to use getName
...
this allows correct operation with packages only having pname and version
specified, resolving issue #73737
2019-12-15 18:01:19 +00:00
cap
2978ca2180
aircrack-ng: fixed missing dependency for airmon-ng
2019-12-15 18:38:43 +01:00
Marco A L Barbosa
5425557214
tectonic: 0.1.11 -> 0.1.12 ( #75396 )
2019-12-15 11:27:41 -05:00
Robert Hensing
9696d79fea
Merge pull request #75691 from thefloweringash/chromium-maintainer
...
chromium: add thefloweringash (myself) as maintainer
2019-12-15 16:44:57 +01:00
Frederik Rietdijk
08eaac6be3
Merge pull request #75452 from NixOS/staging-next
...
Staging next
2019-12-15 16:28:08 +01:00
WilliButz
7eaaf728e4
Merge pull request #75679 from marsam/fix-loki-darwin
...
grafana-loki: fix build on darwin
2019-12-15 16:16:50 +01:00
nyanloutre
2abd0a559c
treewide: replace kcalcore dependencies with kcalendarcore
2019-12-15 16:13:49 +01:00
nyanloutre
3ccb0bef9c
kdeFrameworks.kcalendarcore: init
2019-12-15 16:13:49 +01:00
Frederik Rietdijk
c20cd71d60
Merge master into staging-next
2019-12-15 16:09:28 +01:00
Erlend Pedersen
6e87213291
spamassassin: enable IPv6 support with Socket6
...
Communication between spamc and spamd would fail with messages about
addresses being too long:
error: Bad arg length for Socket::unpack_sockaddr_in, length is 28,
should be 16
By adding Socket6 as a buildInput, spamd is now able to process emails
without choking on IPv6 addresses.
2019-12-15 15:25:38 +01:00
Mario Rodas
ad3c49da0e
Merge pull request #75686 from matthiasbeyer/update-mutt
...
mutt: 1.13.0 -> 1.13.1
2019-12-15 09:14:20 -05:00
Mario Rodas
74877f8bd9
Merge pull request #75690 from thefloweringash/tio-platforms
...
tio: expand platforms to "unix" to include darwin
2019-12-15 09:11:29 -05:00
Florian Klink
0380ed20db
Merge pull request #75657 from flokli/gtkwave-gtk3
...
gtkwave: build with gtk3
2019-12-15 15:07:07 +01:00
Renaud
2a1a4cad38
Merge pull request #75388 from Lassulus/xplanet
...
xplanet: 1.3.0 -> 1.3.1
2019-12-15 14:57:48 +01:00
lassulus
3772d04e1c
xplanet: 1.3.0 -> 1.3.1
2019-12-15 14:02:36 +01:00
Andrew Childs
b29e3582ac
chromium: add thefloweringash (myself) as maintainer
...
I have an interest in making Chromium available on Aarch64. I'm adding
myself here on a recommendation from @ivan [1].
[1] https://github.com/NixOS/nixpkgs/pull/74015#issuecomment-565780595
2019-12-15 21:34:22 +09:00
Andrew Childs
6e71ffbabf
tio: expand platforms to "unix" to include darwin
2019-12-15 21:23:16 +09:00
Matthias Beyer
1915711d87
mutt: 1.13.0 -> 1.13.1
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-15 10:51:20 +01:00
Gabriel Ebner
86ed15dcce
Merge pull request #75678 from marsam/fix-vdirsyncer-darwin
...
vdirsyncer: fix build on darwin
2019-12-15 10:37:53 +01:00
Jonathan Ringer
1f7ee3e040
python3Packages.ipython: 7.8.0 -> 7.10.1
2019-12-15 01:12:37 -08:00
Oleksii Filonenko
608c65b671
subfinder: 2.2.2 -> 2.2.4
2019-12-15 10:36:39 +02:00
Vincent Laporte
ed5c0443c1
ocamlPackages.lua-ml: init at 0.9
2019-12-15 08:23:32 +01:00
Philipp Middendorf
2b298a3ef1
quake3e: 2019-09-09 -> 2019-11-29 ( #75511 )
2019-12-15 02:16:53 -05:00
Vincent Laporte
788148f93c
ocaml-top: 1.1.5 → 1.2.0-rc
2019-12-15 08:11:56 +01:00
Bernardo Meurer
171ceb38ff
beets.externalPlugins.check: init at 0.12.0
2019-12-14 21:52:21 -08:00
worldofpeace
1d8ef857ee
aesop: fix build
...
See https://github.com/lainsce/aesop/pull/33
2019-12-15 00:45:38 -05:00
worldofpeace
be13df6c76
Merge pull request #75465 from worldofpeace/gnome-args
...
doc/gnome: update wrapper args example, remove proliferated uses
2019-12-15 00:13:17 -05:00
worldofpeace
abe3475df8
treewide: remove bash snippets in flags
...
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-12-15 00:10:41 -05:00
Ivan Kozik
af006f9ff3
chromium: fix enableWideVine for v79 which needs the manifest.json in WidevineCdm/
2019-12-15 04:56:01 +00:00
Ivan Kozik
3d71db8abb
chromium: explain enable_widevine = true
2019-12-15 04:55:59 +00:00
Ivan Kozik
950230bc84
chromium: remove enableNaCl option
...
This hasn't worked since 2016 (https://github.com/NixOS/nixpkgs/issues/13983 )
and is being removed very soon, per "Q4 2019" in
https://developer.chrome.com/native-client/migration
(It's staying around for "Chrome Apps", but those only run on ChromeOS now.)
earth.google.com users can use https://earth.google.com/web/?beta=1 to get
the wasm version instead of the PNaCl version.
2019-12-15 04:55:30 +00:00
Jan Tojnar
6842813bb1
aegisub: slight clean up
2019-12-15 05:44:17 +01:00
Jan Tojnar
955be27f58
aegisub: fix build
2019-12-15 05:36:24 +01:00
Ivan Kozik
ec75ea3329
chromium: use llvmPackages_9 to more closely match upstream
2019-12-15 04:35:36 +00:00
Ivan Kozik
46d252f1f1
chromium: fix GL support by not using the ANGLE GL implementation
2019-12-15 04:35:23 +00:00
worldofpeace
bfcc281a27
Merge pull request #75138 from mkg20001/feat/add-xapps-cinnamon
...
cinnamon.xapps: init at 1.6.8
2019-12-14 22:25:11 -05:00
Mario Rodas
9f2092b6a9
grafana-loki: fix build on darwin
2019-12-14 22:22:22 -05:00
worldofpeace
47dcb0439a
libgnomekbd: fix dependencies
...
There were things in Requires that weren't propagated.
2019-12-14 22:22:14 -05:00
Maciej Krüger
580a6f492a
pythonModules.xapp: init at 1.8.1
2019-12-14 22:22:14 -05:00
Maciej Krüger
632c4f2c9b
cinnamon.xapps: init at 1.6.8
2019-12-14 22:22:14 -05:00
Tor Hedin Brønner
dd7144b860
nixos/sessionPackages: provide session names in passthru
...
We want access to the valid session names at evaluation time.
2019-12-15 04:16:18 +01:00
Niklas Hambüchen
97dc2e99f5
glog: Add upstream patch to fix tests with musl.
...
Originally found in https://github.com/nh2/static-haskell-nix/issues/70
2019-12-15 04:05:20 +01:00
Florian Klink
ac1a5ac2db
gtkwave: build with gtk3
...
gtkwave ships a gtk3 flavour on sourceforge. let's use that one.
2019-12-15 03:54:35 +01:00
Austin Seipp
367676ce82
z3: 4.8.5 -> 4.8.7
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-14 20:33:59 -06:00
Austin Seipp
3e88e1b144
vector: 0.5.0 -> 0.6.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-12-14 20:33:59 -06:00
Austin Seipp
1446f6ca38
Revert "vector: make some more options override-able"
...
See the comments in that commit for more information.
This reverts commit b964f4b421
.
2019-12-14 20:33:59 -06:00
Mario Rodas
e87cfa0488
Merge pull request #75342 from colemickens/nixpkgs-va
...
vaapiIntel: unstable-20190211 -> 2.4.0
2019-12-14 21:29:16 -05:00
Mario Rodas
1784ddb805
Merge pull request #75647 from marsam/add-python-twitter
...
pythonPackages.python-twitter: init at 3.5
2019-12-14 21:18:27 -05:00
Mario Rodas
ba22262959
Merge pull request #75667 from tobim/pkgs/cmake-format
...
cmake-format: 0.6.2 -> 0.6.3
2019-12-14 21:17:41 -05:00
Andreas Rammhold
928bc00ec4
Merge pull request #75673 from flokli/exa-broken-symlinks
...
exa: apply patch to not panic on broken symlinks
2019-12-15 02:28:29 +01:00
Mario Rodas
fb112af09e
gitAndTools.git-gone: 0.1.2 -> 0.2.0
2019-12-14 20:20:20 -05:00
Mario Rodas
3f9333064b
vdirsyncer: fix build on darwin
2019-12-14 20:20:20 -05:00
Florian Klink
d41dca2f5f
exa: apply patch to not panic on broken symlinks
...
Currently, exa fails when being executed in a git repository with
symlinks pointing to a non-existing location.
This can happen quite often with garbage-collected result links, or in
bazel repositories.
A fix was PR'ed in September at https://github.com/ogham/exa/pull/584 ,
but upstream seems to be not responding.
Let's apply this patch until there's a release containing the fixes.
2019-12-15 02:18:50 +01:00
worldofpeace
22f57b8925
Merge pull request #75625 from kampka/zsh-history-module
...
zsh-history: Add tests
2019-12-14 19:51:20 -05:00
Alex Gryzlov
a0d31e3970
idrisPackages.tparsec: 2019-06-18 -> 2019-09-19
2019-12-15 03:03:01 +03:00
Renaud
69c6e4c2ff
Merge pull request #75601 from romildo/upd.mojave-gtk-theme
...
mojave-gtk-theme: 2019-09-09 -> 2019-12-12
2019-12-15 00:58:33 +01:00
R. RyanTM
668a5dd07b
nco: 4.8.1 -> 4.9.0 ( #75287 )
...
* nco: 4.8.1 -> 4.9.0
* nco: fetchurl -> fetchzip
Source is a GitHub archive
2019-12-15 00:48:56 +01:00
Kim Burgess
90f84bc5dd
ameba: 0.10.1 -> 0.11.0
2019-12-15 09:36:46 +10:00
Eduardo Quirós
297604cb35
pfetch: init at 0.4.0
...
* pfetch: init at 0.4.0
2019-12-14 23:28:44 +01:00
Symphorien Gibol
bafaf78ead
pyflame: remove
...
The upstream repository is archived and new python version are not going
to be supported.
2019-12-14 23:23:03 +01:00
Jan Tojnar
429561978b
Merge branch 'master' into staging-next
2019-12-14 23:09:06 +01:00
Tobias Mayer
f2e4680dec
cmake-format: 0.6.2 -> 0.6.3
2019-12-14 23:04:32 +01:00
Renaud
a189ffc45e
Merge pull request #75258 from srhb/bump-openapi-generator
...
openapi-generator-cli: 4.2.1 -> 4.2.2
2019-12-14 22:59:23 +01:00
Maximilian Bosch
7d944554dd
dlib: 19.18 -> 19.19
...
https://github.com/davisking/dlib/releases/tag/v19.19
2019-12-14 21:01:16 +01:00
Michael Weiss
b916b9e884
androidStudioPackages.{dev,canary}: 4.0.0.5 -> 4.0.0.6
2019-12-14 20:55:43 +01:00
Renaud
ee7ed8da31
procdump: 1.0.1 -> 1.1 ( #75658 )
2019-12-14 20:25:04 +01:00
Michael Weiss
e6b29634d2
fuse3: 3.8.0 -> 3.9.0 ( #75655 )
...
Changelog: https://github.com/libfuse/libfuse/blob/fuse-3.9.0/ChangeLog.rst
2019-12-14 20:16:36 +01:00
Ben Wolsieffer
bd9549baa9
mavproxy: init at 1.8.17
2019-12-14 11:00:34 -08:00
Ben Wolsieffer
9475a7da6c
pythonPackages.pymavlink: init at 2.4.1
2019-12-14 11:00:34 -08:00
adisbladis
d3d8b776f1
Merge pull request #75618 from jsamsa/emacsmacport-fix
...
emacsMacport: Rename emacsVersion attribute to version
2019-12-14 18:43:24 +00:00
Henrik Jonsson
9ace40c765
electrum: Add ckcc-protocol
...
Similar to keepkey, trezor and btchip, ckcc-protocol is a plugin,
allowing electrum to communicate with the https://coldcardwallet.com/
hardware wallet.
2019-12-14 10:30:23 -08:00
Henrik Jonsson
eb33f2050a
python3Packages.ckcc-protocol: init at 0.8.0
...
The ckcc-protocol package installs
https://github.com/Coldcard/ckcc-protocol , which
allows communication with the https://coldcardwallet.com/
hardware wallet.
2019-12-14 10:30:23 -08:00
Vincent Laporte
856d0a44ec
Merge pull request #75141 from vbgl/coq-8.11β1
...
coq_8_11: init at 8.11+β1
2019-12-14 19:13:40 +01:00
Dmitry Kalinkin
d4599019c5
Merge pull request #75656 from veprbl/pr/rootpy_remove
...
pythonPackages.{root_numpy,rootpy}: remove
2019-12-14 13:12:45 -05:00
Robert Scott
46460d3d7a
crun: 0.8 -> 0.10.6 (security) ( #75304 )
...
addressing CVE-2019-18837
2019-12-14 18:49:18 +01:00
Renaud
fc199f5277
Merge pull request #75358 from petabyteboy/feature/mumble
...
mumble: build with pulseaudio support on linux and add petabyteboy to maintainers
2019-12-14 18:39:44 +01:00
Maximilian Bosch
ed8de578a0
Merge pull request #75653 from ivan/cargo-outdated-0.9.1
...
cargo-outdated: unstable-2019-04-13 -> 0.9.1
2019-12-14 18:37:35 +01:00
R. RyanTM
cc21777500
qbittorrent: 4.1.9.1 -> 4.2.0 ( #75360 )
2019-12-14 18:21:53 +01:00
Maximilian Bosch
35be5088a2
Merge pull request #75645 from jorsn/vimPlugins.deoplete-khard
...
vimPlugins.deoplete-khard: init at 2019-09-02
2019-12-14 18:20:51 +01:00
markuskowa
dffd8a35a7
Merge pull request #74614 from r-ryantm/auto-update/qpdf
...
qpdf: 9.0.2 -> 9.1.0
2019-12-14 18:19:16 +01:00
Dmitry Kalinkin
ba3cf09788
pythonPackages.rootpy: remove
2019-12-14 12:07:29 -05:00
itsHMR
a46e3ebae5
tigervnc: add perl to buildInputs ( #75367 )
...
tigervnc ships vncserver, quote from the documentation:
vncserver - a wrapper script which makes starting Xvnc more convenient vncserver requires Perl.
2019-12-14 18:06:01 +01:00
Dmitry Kalinkin
fc21603717
pythonPackages.root_numpy: remove
2019-12-14 12:05:18 -05:00
Maximilian Bosch
52e8feb160
Merge pull request #75652 from etu/phpstan-update
...
phpPackages.phpstan: 0.12.0 -> 0.12.3
2019-12-14 18:02:38 +01:00
R. RyanTM
0eb53ff3c7
tcllib: 1.19 -> 1.20 ( #75401 )
2019-12-14 17:56:49 +01:00
Tor Hedin Brønner
e76e230f99
Merge pull request #75589 from hedning/gnome-3.34.2
...
gnome-shell 3.34.2
2019-12-14 17:46:13 +01:00
Michael Weiss
e69c094227
html-proofer: 3.14.1 -> 3.15.0
2019-12-14 17:44:50 +01:00
Maximilian Bosch
a081531a80
Merge pull request #75298 from dywedir/strace
...
strace: 5.3 -> 5.4
2019-12-14 17:06:38 +01:00
Maximilian Bosch
637eacc90a
Merge pull request #75649 from avdv/wtf-0.25.0
...
wtf: 0.24.0 -> 0.25.0
2019-12-14 17:00:14 +01:00
Michael Weiss
cffab6c95f
Merge pull request #75364 from primeos/range-v3
...
range-v3: 0.9.1 -> 0.10.0
2019-12-14 16:50:46 +01:00
Ivan Kozik
1896f2b2b0
cargo-outdated: unstable-2019-04-13 -> 0.9.1
2019-12-14 15:41:19 +00:00
Maximilian Bosch
ce23582392
Merge pull request #75202 from veprbl/pr/nextcloud_rm_qtwebkit
...
nextcloud-client: disable shibboleth
2019-12-14 16:31:38 +01:00
Elis Hirwing
c593cf54dc
phpPackages.phpstan: 0.12.0 -> 0.12.3
...
Changelogs:
- https://github.com/phpstan/phpstan/releases/tag/0.12.1
- https://github.com/phpstan/phpstan/releases/tag/0.12.2
- https://github.com/phpstan/phpstan/releases/tag/0.12.3
2019-12-14 16:28:18 +01:00
Maximilian Bosch
d1b80ab31e
documize-community: 3.5.2 -> 3.6.0
...
https://github.com/documize/community/releases/tag/v3.6.0
2019-12-14 16:24:42 +01:00
Vincent Laporte
089c0efe8c
ocamlPackages.mdx: 1.4.0 → 1.5.0
...
And split to multiple outputs
2019-12-14 15:57:36 +01:00
Vincent Laporte
b5e82ad239
ocamlPackages.ocaml-version: init at 2.3.0
2019-12-14 15:57:36 +01:00
WilliButz
5746e9fd91
Merge pull request #75634 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.6.1 -> 1.7.0
2019-12-14 15:57:19 +01:00
Renaud
dd465ba6b6
wpscan: 3.5.3 -> 3.7.5 ( #75580 )
2019-12-14 15:55:33 +01:00
Claudio Bley
6bb0148cc3
wtf: 0.24.0 -> 0.25.0
2019-12-14 15:12:58 +01:00
Mario Rodas
9b2b17253a
Merge pull request #75638 from marsam/fix-libmad-darwin
...
libmad: fix build on darwin
2019-12-14 08:18:23 -05:00
Yannis Koutras
295d8bae7a
Merge pull request #75050 from alapshin/feature/skroge-2.21.0
...
skrooge: 2.20.0 -> 2.21.0
2019-12-14 14:14:10 +01:00
Lancelot SIX
2cfdc0401f
Merge pull request #75387 from r-ryantm/auto-update/rabbitmq-server
...
rabbitmq-server: 3.8.1 -> 3.8.2
2019-12-14 13:11:42 +01:00
Johannes Rosenberger
592ee0c399
vimPlugins.deoplete-khard: init at 2019-09-02
2019-12-14 12:05:10 +01:00
Johannes Rosenberger
ccd448b49e
vimPlugins: Update
2019-12-14 11:59:04 +01:00
Christian Kampka
c98d54a3e9
zsh-history: Add tests
2019-12-14 10:58:38 +01:00
Mario Rodas
4c142b0854
flow: 0.113.0 -> 0.114.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.114.0
2019-12-14 01:29:00 -08:00
Jonathan Ringer
12cc27b1ef
pythonPackages.root_numpy: add setuptools dependency
2019-12-14 01:28:42 -08:00
Dmitry Kalinkin
b6d8873825
root: 6.12.06 -> 6.18.04
...
Also switch to python3.
2019-12-14 01:28:27 -08:00
Giacomo Longo
1e89cf04c6
kubernetes-helm: Add shell completion
2019-12-14 10:13:56 +01:00
Chuck
6498f468af
WriteHaskell: Strip binaries
...
This reduces the size of Hello World [1] from 3.06 MiB to 678 KiB.
[1] As measured by nix-shell -p 'writers.writeHaskellBin "hello" {} "main = putStrLn \"hello\""' --run 'ls -l `which hello`'
2019-12-14 09:32:34 +01:00
Jörg Thalheim
fbfd77b158
Merge pull request #75546 from averelld/jdgui-update
...
jd-gui: 1.4.0 -> 1.6.5
2019-12-14 07:41:01 +00:00
Jörg Thalheim
259139f1c3
Merge pull request #75565 from xwvvvvwx/wg-tools-20191212
...
wireguard-tools: 0.0.20191127 -> 0.0.20191212
2019-12-14 07:27:39 +00:00
Vladyslav M
942de234e9
qbittorrent-nox: init at 4.1.9.1 ( #75068 )
...
qbittorrent-nox: init at 4.1.9.1
2019-12-14 09:07:35 +02:00
Mario Rodas
c7f85382f8
mpd: fix-build on darwin
2019-12-13 22:59:16 -08:00
Laurens Duijvesteijn
88c6f13ef2
hivemind: 1.0.4 -> 1.0.6
2019-12-13 22:58:15 -08:00
Renaud
637f16dc3e
bingrep: 0.7.0 -> 0.8.1
2019-12-13 22:51:23 -08:00
Mario Rodas
6d34fb89eb
fluent-bit: 1.3.2 -> 1.3.4
2019-12-13 22:46:22 -08:00
Mario Rodas
d1913d175d
buildah: 1.11.6 -> 1.12.0
...
Changelog: https://github.com/containers/buildah/releases/tag/v1.12.0
2019-12-13 22:35:53 -08:00
roconnor
6a7508031e
Merge pull request #72418 from xtruder/pkgs/bitcoin/desktop
...
bitcoin: install desktop file and pixmaps
2019-12-13 23:18:22 -05:00
Mario Rodas
98634341e9
Merge pull request #75629 from filalex77/starship-0.30.1
...
starship: 0.29.0 -> 0.30.1
2019-12-13 23:12:20 -05:00
Mario Rodas
3c024221a6
Merge pull request #75593 from saschagrunert/conmon-2
...
conmon: v2.0.6 -> v2.0.7
2019-12-13 23:10:52 -05:00
Mario Rodas
1b6cffb907
Merge pull request #75626 from freepotion/harmonist-0.2-to-0.3.0
...
harmonist: 0.2 -> 0.3.0
2019-12-13 23:04:41 -05:00
Maximilian Bosch
7e77cea721
Merge pull request #75635 from emilazy/whipper-0.9.0
...
whipper: update to 0.9.0
2019-12-14 04:42:08 +01:00
Maximilian Bosch
9ff834fafc
fixup! Merge pull request #74422 from r-ryantm/auto-update/ibus-typing-booster
2019-12-14 04:35:33 +01:00
Mario Rodas
178f870ae7
libmad: fix build on darwin
2019-12-13 22:22:22 -05:00
Maximilian Bosch
ca1a918d4c
Merge pull request #74422 from r-ryantm/auto-update/ibus-typing-booster
...
ibus-engines.typing-booster-unwrapped: 2.7.0 -> 2.7.2
2019-12-14 04:22:12 +01:00
Emily
85dce63fa9
whipper: 0.7.3 -> 0.9.0
2019-12-14 03:21:44 +00:00
Emily
1314521936
pythonPackages.pycdio: fix for Python 3
2019-12-14 03:21:34 +00:00
Dmitry Kalinkin
5a8b235897
Merge pull request #75631 from veprbl/pr/herwig_7_1_6
...
herwig: 7.1.5 -> 7.1.6
2019-12-13 22:19:05 -05:00
Maximilian Bosch
047f22fc3c
citrix_workspace: add 19.12.0.19
2019-12-14 03:59:32 +01:00
Maximilian Bosch
ba5d530a78
Merge pull request #75591 from marsam/update-lab
...
gitAndTools.lab: 0.17.0 -> 0.17.1
2019-12-14 03:35:49 +01:00
Maximilian Bosch
73322737a3
matrix-synapse: 1.6.1 -> 1.7.0
...
https://github.com/matrix-org/synapse/releases/tag/v1.7.0
2019-12-14 02:40:52 +01:00
Maximilian Bosch
e533a8c565
matrix-synapse.ldap3: 0.1.3 -> 0.1.4
...
https://github.com/matrix-org/matrix-synapse-ldap3/releases/tag/v0.1.4
2019-12-14 02:40:13 +01:00
Maximilian Bosch
69d31c37bc
cargo-make: 0.24.1 -> 0.24.2
...
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.2
2019-12-14 02:25:41 +01:00
Dmitry Kalinkin
2f79be40d6
herwig: 7.1.5 -> 7.1.6
...
thepeg: 2.1.5 -> 2.1.6
2019-12-13 18:52:56 -05:00
Jaka Hudoklin
a7685f3dc6
Merge pull request #75600 from suhr/cue
...
cue: 0.0.14 -> 0.0.15
2019-12-13 23:20:51 +00:00
Jaka Hudoklin
8362b06dc6
Merge pull request #75617 from scaredmushroom/master
...
tor-browser-bundle-bin: 9.0.1 -> 9.0.2
2019-12-13 23:19:45 +00:00
Bernardo Meurer
6f66fad9be
vimPlugins.quick-scope: init at 2019-04-22
2019-12-13 15:04:00 -08:00
Bernardo Meurer
fcf9cb2c15
vimPlugins: update
2019-12-13 15:04:00 -08:00
Bernardo Meurer
1bb1ac5b50
vimPlugins: sort
2019-12-13 15:04:00 -08:00
Oleksii Filonenko
0ee049be99
starship: 0.29.0 -> 0.30.1
2019-12-14 01:00:11 +02:00
Renaud
af5547fec8
Merge pull request #75562 from corngood/http-egg-cve-fix
...
Http egg cve fix
2019-12-13 23:56:31 +01:00
Free Potion
34cc9d7fa2
harmonist: 0.2 -> 0.3.0
2019-12-14 01:43:20 +03:00
José Romildo Malaquias
c0088a657f
mate: use https instead of http in src urls
2019-12-13 19:37:37 -03:00
Michael Raskin
dd3ddb3e6d
Merge pull request #70772 from tmplt/octave-gl2ps
...
octave: build with gl2ps
2019-12-13 21:24:23 +00:00
Jason Samsa
77804abdd4
emacsMacport: add version attribute
...
Changes in https://github.com/NixOS/nixpkgs/pull/74936 depend on emacs
derivations to have a version attribute.
2019-12-13 14:50:49 -06:00
Timo Kaufmann
ce013bb430
Merge pull request #75613 from timokau/brial-1.2.6
...
brial: 1.2.5 -> 1.2.6, pybrial: use brial src
2019-12-13 21:47:50 +01:00
Averell Dalton
bc5f25a714
jd-gui: 1.4.0 -> 1.6.5
2019-12-13 21:29:24 +01:00
Timothée Haudebourg
6005fb02fc
renoise: 3.1.0 -> 3.2.0
2019-12-13 21:23:27 +01:00
Peter Simons
87db34e65f
gsignond-mail: fix typo in all-packages.nix that caused evaluation errors
2019-12-13 20:50:34 +01:00
Peter Simons
9c01e123d6
haskell-src-meta: update ghc-8.8.x build to the latest version
...
This allows us to build the package without the need for
patching. The test suite still doesn't compile unfortunately.
Closes https://github.com/NixOS/nixpkgs/pull/75594 .
2019-12-13 20:48:35 +01:00
Peter Simons
69e794d1d8
haskell-pandoc: update the ghc-8.8.x build to version 2.9
2019-12-13 20:48:35 +01:00
Manuel Bärenz
bd11e12fcc
haskell-clay: unbreak the build; it succeeds fine
2019-12-13 20:48:14 +01:00
Peter Simons
2d94437a32
haskell-doctemplates: update override for ghc-8.8.x
2019-12-13 20:48:13 +01:00
Peter Simons
c02f1b47cd
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.15.0-9-g650d530 from Hackage revision
df9ca29882
.
2019-12-13 20:48:13 +01:00
Peter Simons
d5814bc0e6
haskell-ghcide: use latest haskell-lsp versions
...
ghcide needs version 0.18.x of the haskell-lsp package to build.
Closes https://github.com/NixOS/nixpkgs/pull/75610 .
2019-12-13 20:48:13 +01:00
sternenseemann
1fef36e671
haskell-spacecookie: use correct version of systemd to fix the build
2019-12-13 20:46:29 +01:00
sternenseemann
e449a21f19
haskell-systemd: use correct version of network to fix the build
2019-12-13 20:46:29 +01:00
Peter Simons
82d49ffa82
hackage2nix: disable broken builds
2019-12-13 20:46:29 +01:00
Peter Simons
c01e7b9703
LTS Haskell 14.17
2019-12-13 20:45:44 +01:00
José Romildo Malaquias
4c6959c71d
mate.mate-session-manager: 1.22.2 -> 1.22.3
2019-12-13 16:43:14 -03:00
José Romildo Malaquias
d9b1cb2896
Merge pull request #75448 from romildo/upd.mate
...
mate.atril: 1.22.2 -> 1.22.3; mate.marco: 1.22.3 -> 1.22.4
2019-12-13 16:36:14 -03:00
Timo Kaufmann
135081a538
brial: 1.2.5 -> 1.2.6
...
Motivation is mostly https://github.com/BRiAl/BRiAl/pull/37 , which is a
pre-requiste for getting the sage tests to pass with python3.
2019-12-13 20:31:31 +01:00
Timo Kaufmann
6a800927bb
pybrial: 1.2.3 -> 1.2.5, directly use the brial src
...
The pybrial package is a bit awkward. It doesn't have its own top-level
attribute, since it has a cyclic dependency with sage. That's one of the
reasons why it rarely gets updated. Its distributed along with brial, so
its best to keep the versions synchronized. The easiest way to do this
is to just re-use the source of brial.
2019-12-13 20:29:16 +01:00
cap
e99248632e
tor-browser-bundle-bin: add cap to maintainers
2019-12-13 20:20:52 +01:00
cap
fca98ea5be
tor-browser-bundle-bin: 9.0.1 -> 9.0.2
2019-12-13 20:12:23 +01:00
Silvan Mosberger
89eccbf985
Merge pull request #71052 from turboMaCk/imwheel-service
...
services.xserver.imwheel: add module
2019-12-13 19:37:59 +01:00
José Romildo Malaquias
455a66eaae
mojave-gtk-theme: add wallpapers
2019-12-13 15:33:37 -03:00