Commit Graph

10156 Commits

Author SHA1 Message Date
Nikolay Korotkiy
89439508e6
newsboat: 2.16.1 -> 2.17.1 2019-10-04 19:53:23 +03:00
Doron Behar
c97c5b9dfe onedrive: 2.3.9 -> 2.3.10 2019-10-04 15:39:44 +03:00
Michael Weiss
b52fb3b078
gns3Packages.{server,gui}Stable: 2.1.21 -> 2.2.0
gns3Packages.{server,gui}Preview: 2.2.0rc5 -> 2.2.0

The new dependency on setuptools is required for pkg_resources:

ImportError: No module named pkg_resources
2019-10-04 12:28:57 +02:00
Quentin Vaucher
5a547851b1 ephemeral: 5.3.0 -> 5.4.0 2019-10-04 12:06:40 +02:00
worldofpeace
2d9eb21602
Merge pull request #70329 from worldofpeace/wrapgapps-opera
opera: use autoPatchelfHook, use wrapGAppsHook
2019-10-03 16:08:59 +00:00
worldofpeace
68543580f4 opera: use autoPatchelfHook, use wrapGAppsHook
Fixes #70322
2019-10-03 10:30:22 -04:00
Koki Yasuno
45e3058f78 station: init at 1.51.1 2019-10-03 01:24:01 -07:00
Rommel MARTINEZ
57c43ad8d0 qutebrowser: 1.7.0 -> 1.8.1 2019-10-02 22:38:40 -07:00
worldofpeace
d845b08cc7 midori: use latest vala 2019-10-02 22:54:12 -04:00
Jonathan Ringer
c83aaba739
soulseekqt: fix build
- Previous url returned a 404
- Updated expression to use new Qt utilities
- Cleaned up expression
2019-10-02 19:38:23 -07:00
Matthew Bauer
480d11f166
Merge pull request #69866 from doronbehar/package-hasmail
hasmail: init at 2019-08-24
2019-10-02 20:06:17 -04:00
Jan Tojnar
b9c5f849a4
Merge branch 'staging-next' into staging 2019-10-03 01:47:41 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
worldofpeace
3dc58eda52 cawbird: fix build with vala 0.46 2019-10-02 19:29:05 -04:00
Jan Tojnar
4655669483
Gnome 3.34 (#68608)
Gnome 3.34
2019-10-03 00:38:54 +02:00
worldofpeace
1252132f08
midori: 7 -> 9.0
* add libarchive and json-glib

We use vala_0_44 to avoid the issue with sqlite3 vapi [0]

[0]: a54e4d89a4.patch
2019-10-03 00:09:13 +02:00
worldofpeace
7ba3608aa0
feedreader: fix build with latest libsecret 2019-10-03 00:09:13 +02:00
Lassulus
f9b2528866
Merge pull request #70168 from schmittlauch/cawbird
cawbird: init at 1.0.1, replace corebird
2019-10-02 23:05:10 +02:00
Trolli Schmittlauch
f855e588b7 corebird: drop package due to discontinuation, recommend cawbird as alternative 2019-10-02 22:07:42 +02:00
R. RyanTM
69e5edca7b wavebox: 4.7.3 -> 4.11.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/wavebox/versions
2019-10-02 20:41:25 +02:00
Mario Rodas
44e14e9494 rclone: 1.49.3 -> 1.49.4
Changelog: https://forum.rclone.org/t/rclone-1-49-4-release/12099
2019-10-02 23:06:29 +09:00
Mario Rodas
81e65ca31b
Merge pull request #70046 from marsam/update-zeek
zeek: 2.5.5 -> 3.0.0
2019-10-02 06:40:15 -05:00
Jörg Thalheim
d97e30068c
Merge pull request #68231 from Chiiruno/dev/zeronet
Update: Zeronet, Init: pythonPackages: merkletools
2019-10-02 10:57:57 +01:00
Mario Rodas
7ed57e7c70
zeek: add tobim as maintainer 2019-10-02 04:00:00 -05:00
Mario Rodas
80e262e85a
zeek: add marsam as maintainer 2019-10-02 03:00:00 -05:00
Jörg Thalheim
fca2e1cb5a
thunderbird: fix build with rustc 1.38 2019-10-02 08:53:58 +01:00
Tobias Bora
e120e00d54 owncloud-client: Use qt5's own mkDerivation (#70187) 2019-10-01 17:48:23 -04:00
Trolli Schmittlauch
e1c7d20793 cawbird: init at 1.0.1
Cawbird is a fork of the discontinued Corebird Twitter client.

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-10-01 23:38:12 +02:00
pacien
7a82c74afe riot-desktop: 1.4.0 -> 1.4.1 2019-10-01 20:50:00 +02:00
pacien
bdd869352f riot-web: 1.4.0 -> 1.4.1 2019-10-01 20:49:48 +02:00
Christian Kampka
b980f1e46c kops_1_14: init at 1.14.0 (#70189) 2019-10-01 17:03:02 +00:00
Soner Sayakci
db8704bfe7
anydesk: 4.0.1 -> 5.1.2 2019-10-01 17:27:17 +02:00
Tim Steinbach
f5aaf1f958
zoom-us: 3.0.291715.0908 -> 3.0.301026.0930 2019-10-01 08:02:01 -04:00
Samuel Dionne-Riel
c52b5b8a5d quassel: Fix use of mkDerivation
The `with stdenv;` would override the `mkDerivation` to be the regular
one, instead of the libsForQt5 one.

This simply removes the dangerous use of the all-encompassing `with`,
and prefers using a more precise inherit for `lib`.

See #65399

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-01 01:23:10 -04:00
José Luis Lafuente
b2c12abb28 kube3d: build as GoModule instead of GoPackage (#70062)
Also adds build flags version and k3sVersion. Previously it was using the default, dev and latest
2019-09-30 17:37:37 -04:00
Tor Hedin Brønner
f82064919c pidgin-sipe: fix build with glib-2.62 2019-09-30 19:39:51 +02:00
Tor Hedin Brønner
4885a95222 putty: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Tor Hedin Brønner
b85523cf84 purple-matrix: fix build with glib-2.62 2019-09-30 19:39:49 +02:00
Doron Behar
fb6dd16789 Remove gobject-introspection and put pkgconfig in native 2019-09-30 15:44:41 +03:00
Doron Behar
a4487e81c7 Use only pname instead of name attr 2019-09-30 15:44:18 +03:00
Mario Rodas
0449518afb
zeek: 2.5.5 -> 3.0.0 2019-09-29 21:21:21 -05:00
Michael Weiss
27a335c963
tdesktop: 1.8.8 -> 1.8.9 2019-09-29 21:21:50 +02:00
R. RyanTM
887cf78b0e wireshark: 3.0.3 -> 3.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireshark-qt/versions
2019-09-29 18:58:39 +02:00
Peter Simons
e3f951018a esniper: update to latest git revision 2019-09-29 14:48:32 +02:00
Frederik Rietdijk
503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Frederik Rietdijk
7408c39d20 pybitmessage: fix build
- use setuptools
- use msgpack instead of msgpack-python
2019-09-29 11:01:58 +02:00
Frederik Rietdijk
22aef72ff1 python: get rid of msgpack-python, fixes #48864
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!
2019-09-29 11:01:58 +02:00
worldofpeace
4a7964614f eolie: 0.9.60 -> 0.9.63 2019-09-29 01:47:13 -04:00
R. RyanTM
b31e2832b5 signal-cli: 0.6.2 -> 0.6.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/signal-cli/versions
2019-09-28 20:32:52 -07:00
R. RyanTM
f7391051b2 rambox-pro: 1.1.6 -> 1.1.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-09-28 18:41:19 -07:00
Johannes Schleifenbaum
9ac6fc4d69 teamspeak_client: 3.3.0 -> 3.3.2 2019-09-28 23:23:58 +02:00
Doron Behar
5496caac48 hasmail: init at 2019-08-24 2019-09-28 19:04:53 +03:00
Vladimír Čunát
a005d2e63a
Merge #69492: thunderbird*: 68.1.0 -> 68.1.1 2019-09-28 13:41:59 +02:00
Maximilian Bosch
8df59c7852
nextcloud-client: 2.5.3 -> 2.6.0
https://github.com/nextcloud/desktop/releases/tag/v2.6.0
2019-09-28 03:49:16 +02:00
worldofpeace
18ae0683ee
Merge pull request #69645 from pacien/riot-v1.4.0
riot-{web,desktop}: 1.3.5 -> 1.4.0
2019-09-27 21:20:57 -04:00
Marek Mahut
7b2df3cc16
Merge pull request #69535 from r-ryantm/auto-update/flink
flink: 1.8.1 -> 1.9.0
2019-09-27 22:10:48 +02:00
Marek Mahut
f45cc65cb4
Merge pull request #69530 from r-ryantm/auto-update/FlexGet
flexget: 2.21.16 -> 2.21.19
2019-09-27 22:09:03 +02:00
pacien
ec0d11a72f riot-desktop: 1.3.5 -> 1.4.0 2019-09-27 15:36:51 +02:00
pacien
07891afccf riot-web: 1.3.5 -> 1.4.0 2019-09-27 15:36:43 +02:00
Michael Raskin
9ef7528e3b
Merge pull request #69448 from r-ryantm/auto-update/baresip
baresip: 0.6.3 -> 0.6.4
2019-09-27 10:12:42 +00:00
Mario Rodas
54443a0512
Merge pull request #69611 from r-ryantm/auto-update/kubetail
kubetail: 1.6.9 -> 1.6.10
2019-09-27 03:21:41 -05:00
Joachim F
ad773d31e2
Merge pull request #69345 from joachifm/feat/split-version
Replace uses of splitString for splitting version strings
2019-09-27 06:19:18 +00:00
worldofpeace
c9b85da380
Merge pull request #69088 from jacg/webmacs
webmacs: init at version 0.8
2019-09-26 22:45:03 -04:00
Jacek Generowicz
bcecdd5822 webmacs: init at version 0.8 2019-09-26 22:44:25 -04:00
R. RyanTM
f552da5358 kubetail: 1.6.9 -> 1.6.10
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-09-26 16:44:00 -07:00
Michael Weiss
6f3b44baa4
signal-desktop: 1.27.2 -> 1.27.3 2019-09-26 19:59:22 +02:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
Quoting from the splitString docstring:

   NOTE: this function is not performant and should never be used.

This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
Tim Steinbach
26d6eddb56
vivaldi: 2.8.1664.38-1 -> 2.8.1664.40-1 2019-09-26 10:45:49 -04:00
R. RyanTM
be0b876035 flink: 1.8.1 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flink/versions
2019-09-26 07:38:22 -07:00
R. RyanTM
4217c4aa4f flexget: 2.21.16 -> 2.21.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexget/versions
2019-09-26 07:24:28 -07:00
Christian Kampka
79d656813c kops_1_13: 1.13.1 -> 1.13.2 (#69485) 2019-09-26 10:47:29 +00:00
taku0
a3f9b8cd58 thunderbird: 68.1.0 -> 68.1.1 2019-09-26 17:45:00 +09:00
taku0
65cc72ec26 thunderbird-bin: 68.1.0 -> 68.1.1 2019-09-26 17:37:57 +09:00
R. RyanTM
9864ef66a7 baresip: 0.6.3 -> 0.6.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/baresip/versions
2019-09-25 21:39:12 -07:00
Dmitry Kalinkin
b3472597b7
Merge branch 'staging-next' into staging
Fixes eval on darwin after #69072

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Fabian Möller
7ddc19ba8c
teamspeak-client: fix stuck build 2019-09-25 21:36:39 +02:00
Christian Kampka
a82ae1470a kops_1_13: 1.13.0 -> 1.13.1 (#69407) 2019-09-25 08:57:34 +00:00
Michael Raskin
aad0efd524
Merge pull request #69366 from erosennin/gajim-setuptools
gajim: add missing setuptools dependency
2019-09-25 05:53:56 +00:00
Peter Hoeg
07a8b0ad31
Merge pull request #68540 from peterhoeg/u/trojita
trojita: 0.7 -> 0.7.20190618
2019-09-25 04:47:50 +08:00
Andrey Golovizin
f626a71be4 gajim: add missing setuptools dependency 2019-09-24 17:57:53 +02:00
Tim Steinbach
a7e1051f62
vivaldi: 2.8.1664.35-1 -> 2.8.1664.38-1 2019-09-24 09:32:30 -04:00
Peter Hoeg
a3e2ab12db trojita: 0.7 -> 0.7.20190618 2019-09-24 14:55:38 +08:00
Vladimír Čunát
192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
Joachim F
fb5f43a486
Merge pull request #69335 from oxij/pkgs/tor-browser-856
firefoxPackages.tor-browser: 8.5.4 -> 8.5.6
2019-09-24 04:57:16 +00:00
Jörg Thalheim
f121c52389
Merge pull request #69283 from NixOS/update-brave-browser
brave: 0.68.131 -> 0.69.128
2019-09-24 04:01:36 +01:00
Jan Malakhovski
54c8da0787 firefoxPackages.tor-browser: 8.5.4 -> 8.5.6 2019-09-24 01:54:11 +00:00
Michael Raskin
4342f5e413
Merge pull request #68453 from nlewo/pr-next
Add the browser `next`
2019-09-23 09:39:35 +00:00
Pascal Wittmann
4235d8b07c
brave: 0.68.131 -> 0.69.128 2019-09-23 10:34:49 +02:00
Jörg Thalheim
043ce505a6
Merge pull request #69259 from suhr/kvirc
kvirc: use qt5.mkDerivation
2019-09-23 07:53:12 +01:00
Mario Rodas
2c46706b45
Merge pull request #69135 from doronbehar/update-imapfilter
imapfilter: 2.6.12 -> 2.6.13
2019-09-22 22:50:03 -05:00
Peter Hoeg
fd3b329068
Merge pull request #68478 from peterhoeg/u/maestral
maestral: 0.2.6 -> 0.4.0
2019-09-23 11:20:18 +08:00
Matthew Bauer
ad22b9084d treewide: replace daemon with enableDaemon
broken with the introducation of "daemon" in

96ffba10f5
2019-09-22 20:14:05 -04:00
Orivej Desh
dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
Charles Strahan
96bd4d218d
Merge pull request #63604 from dingxiangfei2009/version-pin-cni-plugins
cni-plugins: add version pin
2019-09-22 15:16:17 -05:00
Сухарик
fa435f2291 kvirc: use qt5.mkDerivation 2019-09-22 22:24:03 +03:00
Austin Seipp
3c10b93320 k9s: 0.7.13 -> 0.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-22 13:18:46 -05:00
adisbladis
17bf171b13
Merge pull request #69229 from marsam/use-buildGoPackage
treewide: use buildGoPackage in packages which vendor dependencies
2019-09-22 16:36:54 +01:00
Jörg Thalheim
c210392271
mutt: 1.12.1 -> 1.12.2 (#69239)
mutt: 1.12.1 -> 1.12.2
2019-09-22 16:01:23 +01:00
Jörg Thalheim
3f46dd4c43
Merge pull request #69250 from flokli/afew-setuptools
afew: propagate setuptools
2019-09-22 15:43:18 +01:00
Jan Tojnar
f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
Florian Klink
acd7c02ea9 afew: propagate setuptools 2019-09-22 16:15:59 +02:00
Matthias Beyer
2d1ee0e981 mutt: 1.12.1 -> 1.12.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-09-22 10:13:26 +02:00
markuskowa
a1f6032ea1
Merge pull request #69136 from doronbehar/package-onedrive
onedrive: init at 2.3.9
2019-09-21 16:10:28 +02:00
Ihar Hrachyshka
3a9cb10b2b turses: fix python3.7 support (#61984) 2019-09-21 13:36:23 +01:00
Mario Rodas
a727f4795b rclone: use buildGoPackage 2019-09-21 04:23:00 -05:00
Mario Rodas
2f87a2ef7e kubeless: use buildGoPackage 2019-09-21 04:22:00 -05:00
Jörg Thalheim
2f261c9fc0
Merge pull request #69108 from srghma/dropbox
dropbox: 73.4.118 -> 81.4.195
2019-09-21 09:33:03 +01:00
Jörg Thalheim
8fc3fe400c
Firefox bin 69.0.1 (#69099)
Firefox bin 69.0.1
2019-09-21 08:28:57 +01:00
Matthew Bauer
abbb9ea848 firefox: mark broken on darwin
this has been broken for a while, best to not make hydra keep building it.
2019-09-20 23:20:32 -04:00
Maximilian Bosch
87a9e5eb31
Merge pull request #68627 from Ma27/build-unfree-locally
treewide: build some unfree packages locally
2019-09-20 23:45:28 +02:00
worldofpeace
6dae6702c3
Merge pull request #68850 from eyJhb/purple-slack
purple-slack: Init at 2019-08-18
2019-09-20 16:06:47 -04:00
eyjhbb@gmail.com
a191823096 purple-slack: Init at 2019-08-18 2019-09-20 21:27:15 +02:00
Doron Behar
b22d36f768 onedrive: init at 2.3.9 2019-09-20 15:38:51 +03:00
Doron Behar
c4f5faa2c0 imapfilter: 2.6.12 -> 2.6.13 2019-09-20 10:40:22 +03:00
Peter Hoeg
25544be831
Merge pull request #68996 from marsam/update-terraform
terraform: 0.12.8 -> 0.12.9
2019-09-20 11:04:09 +08:00
Graham Christensen
8dbca5e3ca
Merge pull request #69054 from ivan/chromium-77.0.3865.90
chromium: 77.0.3865.75 -> 77.0.3865.90
2019-09-19 18:01:06 -04:00
Graham Christensen
a81f8304d8
Merge pull request #68991 from ivan/chromium-77-font-fix
chromium: add patch to fix performance regression with fonts
2019-09-19 18:00:36 -04:00
Antoine Eiche
1c7d3389e4 next: init at 1.3.1 2019-09-19 22:28:36 +02:00
Serhii Khoma
36c772b5f3 dropbox: 73.4.118 -> 81.4.195 2019-09-19 20:26:50 +03:00
Tim Steinbach
b24afa9294
vivaldi: 2.7.1628.33-1 -> 2.8.1664.35-1 2019-09-19 10:01:19 -04:00
taku0
a4edff0fec firefox: 69.0 -> 69.0.1 2019-09-19 21:50:43 +09:00
taku0
ae20db1f21 firefox-bin: 69.0 -> 69.0.1 2019-09-19 21:43:32 +09:00
Ivan Kozik
5456def6b3 chromiumDev: fix widevine support
Upstream moved libwidevinecdm.so from
./opt/google/chrome-unstable/libwidevinecdm.so
to
./opt/google/chrome-unstable/WidevineCdm/_platform_specific/linux_x64/libwidevinecdm.so
2019-09-19 00:05:30 +00:00
Ivan Kozik
44957a9f30 chromiumDev: fix build by disabling jumbo
This fixes:

FAILED: obj/chrome/browser/ui/ui/ui_jumbo_3.o
../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/chrome/browser/ui/ui/ui_jumbo_3.o.d -DUSE_DBUS -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DCR_CLANG_REVISION=\"371202-8455294f-1\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=361348 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DUSE_CUPS -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26 -DENABLE_IPC_FUZZER -DTOOLKIT_VIEWS=1 -DVK_NO_PROTOTYPES -DGL_GLEXT_PROTOTYPES -DUSE_GLX -DUSE_EGL -DSYNC_PASSWORD_REUSE_DETECTION_ENABLED -DON_FOCUS_PING_ENABLED -DEXPAT_RELATIVE_PATH -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DLEVELDB_PLATFORM_CHROMIUM=1 -DLEVELDB_PLATFORM_CHROMIUM=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_LINUX -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -DV8_USE_EXTERNAL_STARTUP_DATA -DSK_GL -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\" -DSK_HAS_JPEG_LIBRARY -DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DVK_NO_PROTOTYPES -DV8_DEPRECATION_WARNINGS -DI18N_ADDRESS_VALIDATION_DATA_URL=\"https://chromium-i18n.appspot.com/ssl-aggregate-address/\" -DPERFETTO_IMPLEMENTATION -I. -I../.. -Igen -Igen/shim_headers/snappy_shim -I../../third_party/libyuv/include -Igen/shim_headers/libpng_shim -Igen/shim_headers/libwebp_shim -I../../third_party/khronos -I../../gpu -I../../third_party/vulkan/include -Igen/shim_headers/opus_shim -Igen/third_party/dawn -I../../third_party/dawn/src/include -Igen/shim_headers/flac_shim -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/protobuf/src -I../../third_party/boringssl/src/include -I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/third_party/metrics_proto -I../../third_party/leveldatabase -I../../third_party/leveldatabase/src -I../../third_party/leveldatabase/src/include -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -I../../third_party/skia -I../../third_party/vulkan/include -I../../third_party/skia/third_party/vulkanmemoryallocator -I../../third_party/vulkan/include -I../../third_party/libwebm/source -I../../v8/include -Igen/v8/include -I../../third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -Igen/third_party/perfetto -I../../third_party/re2/src -I../../third_party/mesa_headers -Igen -Igen -Igen -Igen -I../../third_party/libaddressinput/src/cpp/include -Igen/components/sync/protocol -I../../third_party/flatbuffers/src/include -I../../third_party/perfetto -I../../third_party/perfetto/include -Igen/third_party/perfetto/build_config -I../../third_party/brotli/include -I../../third_party/zlib -I../../third_party/fontconfig/src -Igen -Igen -Igen -Igen -Igen -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -fcomplete-member-pointers -m64 -march=x86-64 -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -no-canonical-prefixes -Wall -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-xor-used-as-pow -Wno-c99-designator -Wno-reorder-init-list -Wno-final-dtor-non-final-class -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -fvisibility=hidden -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wexit-time-destructors -I/nix/store/fn0ag3ahbrjjjbsqb2846x321zj4jika-glib-2.60.7-dev/include -I/nix/store/fn0ag3ahbrjjjbsqb2846x321zj4jika-glib-2.60.7-dev/include/glib-2.0 -I/nix/store/ilk1606qj4pqzsplnnzycsxpzl6pjss8-glib-2.60.7/lib/glib-2.0/include -Wno-shorten-64-to-32 -Wno-header-guard -I/nix/store/c3i4il1c0n9mjhzm1dsvcw8h8d973s0b-nspr-4.21-dev/include -I/nix/store/qk3racv0a2967wsk0g9ps9wlbfn17faj-nss-3.46-dev/include/nss -I/nix/store/v85mz845m1hv2xlhp0zvxv36pmsfbc3q-dbus-1.12.16-dev/include/dbus-1.0 -I/nix/store/j3sv2g9s6dnlh672rwx0mmlkcm37v1k8-dbus-1.12.16-lib/lib/dbus-1.0/include -std=c++14 -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include -fvisibility-inlines-hidden -c gen/chrome/browser/ui/ui_jumbo_3.cc -o obj/chrome/browser/ui/ui/ui_jumbo_3.o
warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-xor-used-as-pow'; did you mean '-Wno-unused-macros'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-c99-designator'; did you mean '-Wno-gnu-designator'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-reorder-init-list'; did you mean '-Wno-empty-init-stmt'? [-Wunknown-warning-option]
warning: unknown warning option '-Wno-final-dtor-non-final-class'; did you mean '-Wno-abstract-final-class'? [-Wunknown-warning-option]
In file included from gen/chrome/browser/ui/ui_jumbo_3.cc:24:
./../../chrome/browser/ui/views/profiles/profile_menu_view.cc:68:25: error: redefinition of 'GetProfileAttributesEntry'
ProfileAttributesEntry* GetProfileAttributesEntry(Profile* profile) {
                        ^
./../../chrome/browser/ui/views/profiles/avatar_toolbar_button.cc:49:25: note: previous definition is here
ProfileAttributesEntry* GetProfileAttributesEntry(Profile* profile) {
                        ^
5 warnings and 1 error generated.
2019-09-19 00:05:24 +00:00
Ivan Kozik
2e2a9ae22a chromium: 77.0.3865.75 -> 77.0.3865.90
CVE-2019-13685 CVE-2019-13688 CVE-2019-13687 CVE-2019-13686
2019-09-18 22:19:08 +00:00
Jaka Hudoklin
22812a240f
Merge pull request #69044 from johanot/kubernetes-1.15.4
kubernetes: 1.15.3 -> 1.15.4
2019-09-18 23:12:07 +02:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Johan Thomsen
b21a3356f0 kubernetes: 1.15.3 -> 1.15.4 2019-09-18 22:38:10 +02:00
pacien
e32515aa92 riot-desktop: 1.3.3 -> 1.3.5 2019-09-18 18:32:41 +02:00
pacien
8e09b940f8 riot-web: 1.3.3 -> 1.3.5 2019-09-18 18:32:25 +02:00
Mario Rodas
5084011920
rclone: 1.49.2 -> 1.49.3 (#68999)
Changelog: https://forum.rclone.org/t/rclone-1-49-3-release/11825
2019-09-17 20:56:44 -05:00
worldofpeace
327c52ec70
Merge pull request #68717 from groodt/groodt-qbec-0.7.5
qbec: init at 0.7.5
2019-09-17 20:21:14 -04:00
Greg Roodt
a0f7cd0997 qbec: init at 0.7.5 2019-09-17 20:20:56 -04:00
Ivan Kozik
19d730df85 chromium: add patch to fix performance regression with fonts
This reverts a commit to fix a serious performance regression
introduced in Chromium 77:

https://bugs.chromium.org/p/chromium/issues/detail?id=1003997
2019-09-17 23:42:11 +00:00
Mario Rodas
f676b540d9
terraform: 0.12.8 -> 0.12.9
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.9
2019-09-17 16:20:00 -05:00
worldofpeace
41ac894ccc
Merge pull request #68274 from lightdiscord/packages/protonmail-bridge-update-1-2-2-1
protonmail-bridge: 1.1.6-1 -> 1.2.2-1
2019-09-17 13:38:28 -04:00
David Wood
d73ccc66e1
franz: 5.3.2 -> 5.3.3 2019-09-17 17:45:39 +01:00
Jörg Thalheim
b0d5098035
helmfile: 0.79.3 -> 0.85.0 (#68943)
helmfile: 0.79.3 -> 0.85.0
2019-09-17 17:11:26 +01:00
worldofpeace
8f3421ec34
Merge pull request #68405 from leenaars/blink320
Blink + dependencies: update 3.0.3 -> 3.2.0
2019-09-17 07:43:32 -04:00
worldofpeace
40ba2e91b8
Merge pull request #68956 from marius851000/protonvpn
protonvpn-cli: fix missing runtime dependancies
2019-09-17 07:19:44 -04:00
marius851000
f924dc9f99 protonvpn-cli: fix missing runtime dependancies 2019-09-17 12:38:55 +02:00
Roman Volosatovs
4fee6bee73
helmfile: 0.79.3 -> 0.85.0 2019-09-16 23:21:09 +02:00
David Wood
5867ab84db
franz: 5.3.1 -> 5.3.2 2019-09-16 14:47:15 +01:00
Peter Hoeg
f6382c947b maestral: 0.2.6 -> 0.4.0 2019-09-16 11:12:16 +08:00
Greg Roodt
6c0595e171 kubecfg: 0.12.0 -> 0.12.5 (#68715) 2019-09-15 15:19:41 -04:00
Thomas Tuegel
77783bc39a
Merge pull request #65354 from colemickens/nixpkgs-spectral
spectral: v2019-03-03 -> v2019-08-15
2019-09-15 09:51:46 -05:00
Vladimír Čunát
152f1e6577
Merge #68776: thunderbird*: 68.0 -> 68.1.0 (security) 2019-09-14 15:25:53 +02:00
Cole Mickens
bfb0ac357e spectral: 2019-03-03 -> unstable-2019-08-15 2019-09-14 15:03:45 +02:00
Herwig Hochleitner
dd57bf928b
Merge pull request #60833 from jflanglois/chromium-widevine
chromium: fix widevine
2019-09-14 14:30:29 +02:00
Ivan Kozik
d66430be79 chromium: 76.0.3809.132 -> 77.0.3865.75
CVE-2019-5870 CVE-2019-5871 CVE-2019-5872 CVE-2019-5873
CVE-2019-5874 CVE-2019-5875 CVE-2019-5876 CVE-2019-5877
CVE-2019-5878 CVE-2019-5879 CVE-2019-5880 CVE-2019-5881
CVE-2019-13659 CVE-2019-13660 CVE-2019-13661 CVE-2019-13662
CVE-2019-13663 CVE-2019-13664 CVE-2019-13665 CVE-2019-13666
CVE-2019-13667 CVE-2019-13668 CVE-2019-13669 CVE-2019-13670
CVE-2019-13671 CVE-2019-13673 CVE-2019-13674 CVE-2019-13675
CVE-2019-13676 CVE-2019-13677 CVE-2019-13678 CVE-2019-13679
CVE-2019-13680 CVE-2019-13681 CVE-2019-13682 CVE-2019-13683
2019-09-14 14:29:35 +02:00
WilliButz
f3d7447c74
Merge pull request #68784 from JohnAZoidberg/twister-openssl102
twister: 0.9.34 -> 2019-08-19
2019-09-14 14:24:21 +02:00
Daniel Schaefer
42243e46b1 twister: 0.9.34 -> 2019-08-19 2019-09-14 13:48:45 +02:00
obadz
e5e6b514f5 citrix-receiver: decomission in favor of citrix-workspace.
Already documented in #64645
2019-09-14 11:11:44 +01:00
taku0
76538e5701 thunderbird: 68.0 -> 68.1.0 2019-09-14 18:26:26 +09:00
taku0
80e0666515 thunderbird-bin: 68.0 -> 68.1.0 2019-09-14 18:26:15 +09:00
Vladimír Čunát
92604b88b3
Merge #68753: firefox-60-esr: 60.8.0esr -> 60.9.0esr 2019-09-14 09:42:42 +02:00
Joachim F
0ec4d3b246
Merge pull request #68632 from hkjn/20190913-drop-tor-mirror
tor-browser-bundle-bin: Drop github mirror
2019-09-14 07:33:28 +00:00
Will Dietz
a209776db9
firefox-60-esr: 60.8.0esr -> 60.9.0esr 2019-09-13 22:32:33 -05:00
worldofpeace
ed80711ca6
Merge pull request #68611 from aanderse/zhf/ike
ike: fix broken build
2019-09-13 14:40:59 -04:00
Robin Gloster
ec3898181c
Merge pull request #63125 from JohnAZoidberg/hpmyroom
hpmyroom: init at 11.1.0.0508
2019-09-13 13:32:16 +02:00
Mario Rodas
67590338ef
Merge pull request #68331 from danielfullmer/rclone-1.49.2
rclone: 1.49.1 -> 1.49.2
2019-09-13 05:58:41 -05:00
Henrik Jonsson
154c9a863d
tor-browser-bundle-bin: Drop github mirror
The github.com mirror for tor-browser hasn't been updated since
8.0.2, released in Oct 2018 (~11 months ago; currently latest
released version is 8.5.6):

https://github.com/TheTorProject/gettorbrowser/releases/
2019-09-13 10:09:47 +02:00
Maximilian Bosch
0d65acf47c
treewide: build some unfree packages locally
Unfree packages aren't distributed by our binary cache due to legal
reasons[1] and are usually a prebuilt binary that requires some patching.
When using distributed builds[2], those are uploaded to another build
machine as fixed-output derivations from `fetchurl` are built locally[3]
which takes a certain amount of time and resources with almost no gain
as the build process is trivial in contrast to the up/download to a
remote builder.

This is why I figured that at least some of the packages should be
explicitly built locally, I've done something simlar for
`citrix_workspace` already in the past[4].

The following packages are affected by this:

* `idea.*` (excluding free derivatives)
* `xmind`
* `teamviewer`

[1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision
[2] https://nixos.wiki/wiki/Distributed_build
[3] 267c8d6b2f/pkgs/build-support/fetchurl/default.nix (L95)
[4] 87f818d9b2
2019-09-13 09:29:09 +02:00
Tim Steinbach
83aa6f5d7f
slack-theme-black: 2019-09-07 -> 2019-09-11 2019-09-12 18:53:34 -04:00
Aaron Andersen
beeaf5a5b1 ike: fix broken build
Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
2019-09-12 18:50:01 -04:00
Jörg Thalheim
e849aadd62
dino: 2019-03-07 -> 2019-09-12 2019-09-12 22:36:04 +01:00
Henrik Jonsson
ac975ddd8f
tor-browser-bundle-bin: 8.5.4 -> 8.5.5 2019-09-12 16:38:41 +02:00
Dmitry Kalinkin
9e1cd30e3b
Merge pull request #68503 from taku0/flashplayer-32.0.0.255
flashplayer: 32.0.0.238 -> 32.0.0.255 [Critical security fixes]
2019-09-11 17:03:28 -04:00
taku0
c8802e1aed flashplayer: add maintainer 2019-09-11 22:59:24 +09:00
Michael Weiss
0d71e69101
tdesktop: 1.8.4 -> 1.8.8 2019-09-11 12:17:50 +02:00
worldofpeace
d400d6f7ea
Merge pull request #68484 from delroth/deluge-setuptools
deluge: add missing setuptools dependency
2019-09-11 05:32:29 -04:00
Tadeo Kondrak
863589ad4d
qutebrowser: add setuptools as a dependency 2019-09-11 01:32:10 -06:00
Pierre Bourdon
50956385ff
deluge: add missing setuptools dependency
Latest staging merge broke nixos/tests/deluge.nix showing an ImportError
for "pkg_resources": https://nix-cache.s3.amazonaws.com/log/h8qzkcjldal5j1925g0r04ncl5afjjnp-vm-test-run-deluge.drv
2019-09-11 09:07:46 +02:00
Michiel Leenaars
5c62f526d5 blink: 3.0.3 -> 3.2.0 2019-09-11 07:43:35 +02:00
Jan Tojnar
8ab501545d
sup: remove (#68416)
sup: remove
2019-09-10 19:43:18 +02:00
Michael Fellinger
da7886c940
sup: remove 2019-09-10 15:49:31 +02:00
Peter Hoeg
d9b290000e
Merge pull request #68086 from alapshin/ktorrent
ktorrent: 5.1.0 -> 5.1.2
2019-09-10 21:33:47 +08:00
Tim Steinbach
1d483896b1
zoom-us: 3.0.287250.0828 -> 3.0.291715.0908 2019-09-10 08:23:12 -04:00
taku0
dac340737a flashplayer: 32.0.0.238 -> 32.0.0.255 2019-09-10 21:13:06 +09:00
Michael Weiss
8668af2b14
gns3Packages.{server,gui}Preview: 2.2.0rc4 -> 2.2.0rc5 2019-09-10 14:02:21 +02:00
Okinan
c4451da8f8 zeronet: 0.6.5 -> 0.7.1 2019-09-10 01:30:44 -05:00
Vincent Ambo
c473526ff3 kontemplate: 1.7.0 -> 1.8.0
New upstream release was made available at
https://github.com/tazjin/kontemplate/releases/tag/v1.8.0
2019-09-09 18:48:16 +01:00
Dmitry Kalinkin
2c70240e84
Merge pull request #68159 from rvolosatovs/update/ipfs
ipfs: 0.4.21 -> 0.4.22, use Go 1.12
2019-09-09 12:38:13 -04:00
Léo Gaspard
a80eef922d rss2email: 3.9 -> 3.10 2019-09-09 18:03:17 +02:00
Tim Steinbach
c51eaf4398
slack-theme-black: 2019-07-26 -> 2019-09-07 2019-09-09 08:46:37 -04:00
Roman Volosatovs
0bf5907aa9
ipfs: 0.4.21 -> 0.4.22, use Go 1.12 2019-09-09 13:54:51 +02:00
zimbatm
862e91dc6b
helm: 2.14.2 -> 2.14.3 2019-09-09 13:28:41 +02:00
volth
7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Daniel Fullmer
fe2b80c2d3 rclone: 1.49.1 -> 1.49.2 2019-09-08 19:38:07 -04:00
Frederik Rietdijk
5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
LightDiscord
56625d224f
protonmail-bridge: use archive desktop file 2019-09-08 11:50:05 +02:00
Maximilian Bosch
cda81eafd0
weechat: 2.5 -> 2.6
https://github.com/weechat/weechat/releases/tag/v2.6
2019-09-08 10:03:18 +02:00
LightDiscord
c4ae600ae3
protonmail-bridge: 1.1.6-1 -> 1.2.2-1 2019-09-07 19:19:07 +02:00
Michael Weiss
5d1abc68e7
signal-desktop: Document the build "expiration"
This adds a comment why it's important to always backport any updates as
suggested in #68232. I've als included a few more details to document
the behaviour.

Sources:
- Default build lifetime [0]
- asar - Electron Archive [1]

[0]: d3d2b0ec52/Gruntfile.js (L222)
[1]: https://github.com/electron/asar
2019-09-07 17:37:05 +02:00
David Wood
5708373288
franz: 5.2.0 -> 5.3.1 2019-09-07 12:51:12 +01:00
Vladimír Čunát
41ce0c2a53
Merge #67924: firefox: 68.0.2 -> 69.0 2019-09-07 09:36:47 +02:00
Will Dietz
c98c1a3e7c
Merge pull request #68056 from dtzWill/update/vnstat-2.4
vnstat: 2.3 -> 2.4
2019-09-07 01:54:59 -05:00
Michael Weiss
042b63dd2c
signal-desktop: 1.27.1 -> 1.27.2 2019-09-07 01:08:00 +02:00
Nikolay Korotkiy
ed9741d60f alpine: fix links 2019-09-06 21:56:09 +00:00
Frederik Rietdijk
66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Michael Weiss
4de4d2e57a
tdesktop: 1.8.2 -> 1.8.4
I didn't include the additional sed patching from Arch [0] as the build
ran fine without it and I didn't notice any issues at runtime.
The fixes for "ranges::sized_iterator_range" might only be required on
Arch due to other library versions.

[0]: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/telegram-desktop&id=4c2b019d7f3d7f399ffa3d94cf6eaddfe9972792
2019-09-06 21:46:11 +02:00
Julien Langlois
7d9578819b
Comment about handling widevine in default.nix. 2019-09-06 15:19:49 -04:00
Nikolay Amiantov
194b732bf6
Merge pull request #68215 from abbradar/zeroc-ice
ZeroC Ice - update, add Python module, fix Murmur RC
2019-09-06 19:41:46 +02:00
Nikolay Amiantov
094a399fca mumble: use different zeroc-ice versions
Needed to unbreak ICE support in murmur RC version.
2019-09-06 20:21:09 +03:00
Vladimír Čunát
0b0fddea20
Merge #67754: thunderbird*: 60.8.0 -> 68.0 2019-09-06 17:05:32 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
Soner Sayakci
16429eb2c0 discord-ptb: 0.0.15 -> 0.0.16 2019-09-06 05:48:29 -07:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Aaron Andersen
22fb70a996
Merge pull request #66669 from OPNA2608/update-palemoon
palemoon: 28.6.0.1 -> 28.7.0, drop hardeningDisable
2019-09-05 21:03:48 -04:00
Jan Tojnar
ed54a5b51d
Merge branch 'gtk-no-plus' 2019-09-06 02:57:51 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Michael Weiss
539d66aef6
signal-desktop: 1.26.2 -> 1.27.1
at-spi2-core is required for the new dependency on libatspi.so.0.
2019-09-06 00:06:52 +02:00
Julien Langlois
ea7c012e4b
Explicitly check for channels in widevine plugin unpack command. 2019-09-05 17:43:58 -04:00
Julien Langlois
c28eb26100
Set package to unfree when widevine is enabled. 2019-09-05 17:27:04 -04:00
Julien Langlois
aeeb67bfcb
Rework to avoid a full rebuild for widevine. 2019-09-05 17:20:09 -04:00
Julien Langlois
545d58a1ef
chromium: fix widevine
This change allows widevine to work in chromium (it was previously
broken due to a segfault). Newer versions of chromium do not use the
libwidevinecdmadapter.so. Instead, libwidevinecdm.so should be installed
in the chromium libExec directory.
2019-09-05 17:20:06 -04:00
Maximilian Bosch
e4bc0e2b5f
weechatScripts.weechat-xmpp: remove
This plugin is fairly outdated and depends on python2 libraries that
don't receive any updates either (xmpppy for instance[1]).

[1] https://pypi.org/project/xmpppy/
2019-09-05 20:03:46 +02:00
Maximilian Bosch
689a50f3a2
weechat: build with python3 by default
WeeChat also supports Python3 for scripts which should be preferred as
CPython2 is about to get EOLed soon: https://weechat.org/scripts/python3/
2019-09-05 20:03:45 +02:00
Ryan Mulligan
96d5fdcdac
Merge pull request #68117 from tadeokondrak/discord-0.0.96
discord-canary: 0.0.95 -> 0.0.96
2019-09-05 06:46:42 -07:00
Tim Steinbach
a4fcea49fc
vivaldi: 2.7.1628.30-1 -> 2.7.1628.33-1 2019-09-05 09:23:40 -04:00
Mario Rodas
12e3519344
terraform: 0.12.7 -> 0.12.8
Changelog: https://github.com/hashicorp/terraform/releases/tag/v0.12.8
2019-09-05 01:00:00 -05:00
Tadeo Kondrak
1af57d573f
discord-canary: 0.0.95 -> 0.0.96 2019-09-04 12:37:41 -06:00
Johan Thomsen
10e416ce61 kubernetes: 1.14.3 -> 1.15.3 2019-09-04 17:38:41 +02:00
Lassulus
85de89db86
Merge pull request #62743 from geistesk/weechat-otr-1.9.2
weechatScripts.weechat-otr: init at 1.9.2
2019-09-04 13:39:24 +02:00
OPNA2608
999cb95738 palemoon: remove rnhmjoj from maintainers
As requested, see: https://github.com/NixOS/nixpkgs/pull/66669#issuecomment-527797128
2019-09-04 13:06:11 +02:00
Andreas Rammhold
6dce809b32
firefox-esr: 68.0.2esr -> 68.1.0esr 2019-09-04 11:03:32 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Andrei Lapshin
3f0f7d5054 ktorrent: 5.1.0 -> 5.1.2
Update ktorrent from 5.1.0 to 5.1.2 and libktorrent from 2.1 to 2.1.1,
remove already included patches
2019-09-04 10:20:41 +03:00
Will Dietz
8f78177924
links: 2.19 -> 2.20
http://links.twibright.com/download/ChangeLog

(search for '2.20' if newer entries exist)
2019-09-03 19:29:01 -05:00
Will Dietz
06d794ff06
vnstat: 2.3 -> 2.4 2019-09-03 19:25:46 -05:00
Andreas Rammhold
87e261843c
firefox/wrapper: Set new style override for legacy profiles & allow downgrades
While Firefox 68 started messing with our profiles and required new
profiles on binary location changes Firefox 69 now verifies that we
aren't downgrading to an older Firefox even of the same version. If you
switch between two channel versions and/or between nixpkgs releases
Firefox will refuse to start and demand a fresh profile. Disabling the
downgrade protection works around that issue.
2019-09-04 02:14:53 +02:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
worldofpeace
59e68d3b74 treewide: don't use single quotes with placeholder 2019-09-03 13:01:42 -04:00
Daniel Schaefer
86ddab8e70 hpmyroom: init at 11.1.0.0508 2019-09-03 18:19:54 +02:00
Andreas Rammhold
91c7f8b99f
firefox-bin: 68.0.2 -> 69.0 2019-09-03 08:49:00 +02:00
Mario Rodas
4017032055
syncthing: 1.2.1 -> 1.2.2
Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.2.2
2019-09-02 20:00:00 -05:00
Ryan Mulligan
32f9c619f5
Merge pull request #67969 from petabyteboy/feature/remove-dobuild
treewide: remove uses of doBuild and doConfigure
2019-09-02 15:13:47 -07:00
Milan Pässler (work)
185fd61631 treewide: remove uses of doBuild and doConfigure
doBuild and doConfigure are not actually used by any builders, they were
probably added by mistake and just confuse people.
2019-09-02 23:42:12 +02:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Andreas Rammhold
77fc386344
firefox: 68.0.2 -> 69.0 2019-09-02 20:58:57 +02:00
OPNA2608
d53efd8188 palemoon: 28.6.0.1 -> 28.7.0, drop hardeningDisable 2019-09-02 20:15:06 +02:00
Andreas Rammhold
f3d3377477 firefox: support building firefox 69 2019-09-02 16:13:19 +02:00
geistesk
d81e7bdf45 weechatScripts.weechat-otr: init at 1.9.2 2019-09-02 11:28:58 +02:00
Alexei Robyn
a7297610a2 luakit: Update for Lua search path handling change 2019-09-01 17:42:20 +02:00
Florian Klink
d4283f47dc
Merge pull request #67844 from puckipedia/notmuch
notmuch: 0.28.4 -> 0.29.1 (and assorted fixes)
2019-09-01 14:04:13 +02:00
Puck Meerburg
bcc543135f notmuch: fix notmuch-emacs-mua
Before this patch, notmuch-emacs-mua would try to call emacs in PATH,
 which would obviously fail on systems with no emacs. This fixes that,
 while still keeping the capability to override your emacs' path.
2019-09-01 08:40:26 +00:00
Puck Meerburg
abd8f6c045 notmuch: remove gpg substituteInPlace
As of 0.29, notmuch no longer has the gpg_path config, and instead
 uses the gmime default, so the substitute can be safely dropped.
2019-09-01 08:40:26 +00:00
Puck Meerburg
21fac085c7 notmuch: 0.28.4 -> 0.29.1
Release notes at https://notmuchmail.org/news/release-0.29/ and
 https://notmuchmail.org/news/release-0.29.1/
2019-09-01 08:40:15 +00:00
Ivan Kozik
0e703ce075 chromium: 76.0.3809.100 -> 76.0.3809.132 (#67610)
CVE-2019-5869
2019-08-31 22:22:58 -04:00
Marek Mahut
1daa617277
Merge pull request #67819 from endocrimes/u-nomad
nomad: 0.9.4 -> 0.9.5
2019-08-31 23:42:15 +02:00