Commit graph

8380 commits

Author SHA1 Message Date
Vladimír Čunát ff101946a8
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
Ryan Mulligan c15c4d76ce
Merge pull request #55264 from r-ryantm/auto-update/kubernetes
kubernetes: 1.13.2 -> 1.13.3
2019-02-05 06:56:57 -08:00
R. RyanTM 1c2ceb724b kubernetes: 1.13.2 -> 1.13.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubernetes/versions
2019-02-05 00:44:10 -08:00
Franz Pletz 2746973061
ndppd: don't use weird upstream systemd service unit 2019-02-03 14:39:28 +01:00
Vladimír Čunát bd9f835bf6
Merge branch 'master' into staging-next
Larger rebuild, probably mainly haskell.
Hydra nixpkgs: ?compare=1503325
2019-02-02 17:13:11 +01:00
Michael Weiss bc845dee8a
tdesktop: 1.5.9 -> 1.5.11
tdesktopPackages.preview: 1.5.9 -> 1.5.11
2019-02-02 13:29:11 +01:00
Will Dietz 03f58a2a9d notmuch: 0.28 -> 0.28.1 2019-02-01 17:33:59 -06:00
Will Dietz c8e56ddb27 zoom-us: 2.6.149990.1216 -> 2.7.162522.0121 (#54969)
zoom-us: 2.6.149990.1216 -> 2.7.162522.0121
zoom-us: don't look for ZXMPPROOT.cer, no longer exists.
2019-02-01 14:44:52 +02:00
Michael Weiss 0c4786cf76
gns3Packages.{server,gui}Preview: 2.1.12 -> 2.2.0a1 2019-02-01 12:39:56 +01:00
Sarah Brofeldt a111a5ee09
Merge pull request #55041 from johanot/kube-router-v0.2.5
kube-router: 0.2.3 -> 0.2.5
2019-02-01 12:34:08 +01:00
Michael Weiss 95a18ab60b
tdesktop: 1.5.8 -> 1.5.9
tdesktopPackages.preview: 1.5.8 -> 1.5.9
2019-02-01 12:20:46 +01:00
Johan Thomsen c7e3fda020 kube-router: 0.2.3 -> 0.2.5 2019-02-01 11:53:09 +01:00
Vladimír Čunát 5effa4e0f9
Merge branch 'master' into staging-next
Comments on conflicts:
- llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is
  to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Matthew Bauer 8020bd6869
Merge pull request #35884 from dtzWill/fix/man-in-outputsToInstall
default to including "man" in outputsToInstall
2019-01-31 14:55:12 -05:00
Matthew Bauer a2b606f8e7 weechat: remove outputsToInstall from meta 2019-01-31 14:36:16 -05:00
Ivan Kozik 03960a323d chromium: make the new audio sandbox NixOS-compatible
Deal with f2fc90bb74
which landed https://github.com/chromium/chromium/blob/master/services/audio/audio_sandbox_hook_linux.cc
containing /usr/share and /usr/lib/x86_64-linux-gnu paths.

closes https://github.com/NixOS/nixpkgs/pull/54960
2019-01-31 20:06:16 +01:00
Joachim F 5f1b414230
Merge pull request #55001 from oxij/pkgs/firefox-packages
firefoxPackages: add icecat, update tor-browser, misc cleanups
2019-01-31 18:44:15 +00:00
Joachim F 3d7286946e
Merge pull request #54981 from dtzWill/update/tor-browser-bundle-8.0.5
tor-browser-bundle-bin: 8.0.4 -> 8.0.5
2019-01-31 17:36:06 +00:00
Jan Malakhovski 26f6fabcfe firefoxPackages: move nixpkgsPatches into common.nix 2019-01-31 17:02:52 +00:00
Jan Malakhovski e11586f69f firefoxPackages.tor-browser: fix meta 2019-01-31 17:02:52 +00:00
Jan Malakhovski afd0929f6c firefoxPackages: add a comments explaining the purpose of older versions 2019-01-31 17:02:52 +00:00
SLNOS 86a0112d59 firefoxPackages.tor-browser: 8.0.4 -> 8.0.5 2019-01-31 17:02:51 +00:00
SLNOS 7d9812e158 firefoxPackages.tor-browser: 8.0.3 -> 8.0.4 2019-01-31 17:02:51 +00:00
SLNOS ff6cc1ac0e firefoxPackages.icecat: init at 60.3.0, 52.6.0
It works, but this state is far from ideal: GNU guys update generated source
tarballs very infrequently. Ideally, src needs to be generated by running
makeicecat over firefox src. Will do later.
2019-01-31 17:02:45 +00:00
Robert Schütz f94e0252f3
Merge pull request #54817 from aszlig/gajim-1.1
gajim: 1.0.3 -> 1.1.2
2019-01-31 11:40:01 +01:00
aszlig 32b3615f60 gajim: 1.0.3 -> 1.1.2
The list of upstream changes is huge, so I'm not pasting it here in the
commit message, but here is the upstream URL:

  https://dev.gajim.org/gajim/gajim/blob/gajim-1.1.2/ChangeLog

One of the most visible updates are the design changes for various
dialogs and the Emoji overhauls.

On our end, we now need three more dependencies, namely cssutils,
precis-i18n and keyring, which I added accordingly.

In addition, the test runner is now integrated into setup.py, which we
now use.

I also cleaned up the package expression a bit, eg. it's no longer
wrapped in a big "with lib;", so that "nix-instantiate --parse" is able
to detect attribute errors (which is very useful if you have editor
integration).

Signed-off-by: aszlig <aszlig@nix.build>
2019-01-31 11:16:24 +01:00
Will Dietz 791a6c4937 tor-browser-bundle-bin: 8.0.4 -> 8.0.5
https://blog.torproject.org/new-release-tor-browser-805

* demote github URL, it doesn't have newest
  (including 8.0.4 which this upgrades from)
2019-01-31 03:26:59 -06:00
Herwig Hochleitner 6b27008fb5 chromium: 71.0.3578.98 -> 72.0.3626.81
CVE-2019-5754 CVE-2019-5782 CVE-2019-5755 CVE-2019-5756 CVE-2019-5757
CVE-2019-5758 CVE-2019-5759 CVE-2019-5760 CVE-2019-5761 CVE-2019-5762
CVE-2019-5763 CVE-2019-5764 CVE-2019-5765 CVE-2019-5766 CVE-2019-5767
CVE-2019-5768 CVE-2019-5769 CVE-2019-5770 CVE-2019-5771 CVE-2019-5772
CVE-2019-5773 CVE-2019-5774 CVE-2019-5775 CVE-2019-5776 CVE-2019-5777
CVE-2019-5778 CVE-2019-5779 CVE-2019-5780 CVE-2019-5781
2019-01-31 01:20:23 +01:00
Mitch 475d748073 nomad: v0.8.6 -> v0.8.7 (#54656) 2019-01-31 00:37:24 +02:00
Alyssa Ross b2f677720a
Merge pull request #54945 from nyanloutre/riot-update
riot-web: 0.17.8 -> 0.17.9
2019-01-30 18:59:59 +00:00
Alyssa Ross bfd2c8065f
Merge pull request #54601 from groodt/greg/argo-2.2.1
argo: init at 2.2.1
2019-01-30 18:11:12 +00:00
nyanloutre 59efe8ab45 riot-web: 0.17.8 -> 0.17.9 2019-01-30 15:50:34 +01:00
taku0 3106cbe8c3 thunderbird, thunderbird-bin: 60.4.0 -> 60.5.0 (#54935)
* thunderbird-bin: 60.3.3 -> 60.5.0

* thunderbird: 60.4.0 -> 60.5.0
2019-01-30 14:16:37 +00:00
adisbladis faaf5f6734
firefox-beta-bin: 65.0b12 -> 66.0b3 2019-01-30 14:07:39 +00:00
adisbladis 9c7c211f6f
firefox-devedition-bin: 65.0b12 -> 66.0b3 2019-01-30 14:07:38 +00:00
Pascal Wittmann 4a200fbbf0
Merge pull request #54895 from Nadrieril/update-bitlbee-facebook
bitlbee-facebook: 1.1.2 -> 1.2.0
2019-01-30 10:47:22 +01:00
Florian Klink 853bea47e3
Merge pull request #54504 from andir/firefox65
firefox 65
2019-01-30 02:13:53 +01:00
Andreas Rammhold 10024f2ad1
firefoxPackages.firefox-esr-60: 60.4.0esr -> 60.5.0esr 2019-01-30 01:25:51 +01:00
Andreas Rammhold 58c657bf6d
firefox-bin: 64.0.2 -> 65.0 2019-01-29 21:52:31 +01:00
Silvan Mosberger c6d32974a0
Merge pull request #54814 from vdemeester/update-minishift
minishift: 1.29.0 -> 1.30.0
2019-01-29 21:28:17 +01:00
Andreas Rammhold cb7f7364a4 firefox: 64.0.2 -> 65.0
There have been some more changes to the source tree which broke the
buildconfig patch. This commit adds another patch that can be used for
the future versions. Once all the flavors are based off a new(ish)
firefox release we can remove the old patch.
2019-01-29 20:30:42 +01:00
Andreas Rammhold 08ba4f13c9 firefoxPackages: support building with firefox 65
Firefox >=65 will depend on icu >=63. All the older firefox versions
(and derived packages) seem to work fine with this change.

Also the system path environment patch will fail to apply since there
was a trivial whitespace change in the source file. By adding `-l` to
patch we can avoid having to track two patches that do basically the
same. Having patchFlags per file without resorting to pre-/postPatch
would be nicer but there doesn't seem to be a facility for that right
now.
2019-01-29 20:30:42 +01:00
Nadrieril 8e0832ff79 bitlbee-facebook: 1.1.2 -> 1.2.0 2019-01-29 19:28:34 +01:00
lewo c27aa7041c
Merge pull request #54784 from r-ryantm/auto-update/kubetail
kubetail: 1.6.5 -> 1.6.6
2019-01-29 09:02:05 +01:00
worldofpeace 3e3ccdacec feedreader: use more stable url for patch 2019-01-28 14:24:23 -05:00
worldofpeace 2c84b7b4a1 feedreader: fix finding libcurl 2019-01-28 18:33:12 +00:00
R. RyanTM b55c113be2 feedreader: 2.6.1 -> 2.6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/feedreader/versions
2019-01-28 18:33:12 +00:00
Vincent Demeester a827b02924
minishift: 1.29.0 -> 1.30.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:57:58 +01:00
R. RyanTM 8b4365bf33 kubetail: 1.6.5 -> 1.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubetail/versions
2019-01-28 04:09:22 -08:00
Michael Raskin 8e9bfa350d
Merge pull request #54776 from r-ryantm/auto-update/links2
links2: 2.17 -> 2.18
2019-01-28 10:28:36 +00:00