Commit Graph

8023 Commits

Author SHA1 Message Date
Jan Tojnar
3a3513e7e7
webkitgtk220x: drop 2018-11-30 23:29:34 +01:00
Tor Hedin Brønner
f28ff4cf7f
purple-facebook: Remove unused mercurial dependency
Having python3 in the PATH and python2's setuptools and enum in PYTHONPATH
breaks any python3 script. Having mercurial in buildInputs makes this
condition true, breaking glib's python scripts, which after 2.58 use python3.

Mercurial isn't actually needed in buildInputs, so removing mercurial is a
simple fix.
2018-11-30 21:35:18 +01:00
Tor Hedin Brønner
ef67f0d2c8
telepathy-salut: use standard pkgconfig
Building glib with selinux support caused the build to fail due to selinux being
specificed in `Required.private` in gio-2.0.pc. `pkgconfigUpstream` isn't
patched to handle `Required.private` properly.
2018-11-30 21:35:16 +01:00
Jan Tojnar
f78203de37
libsoup: 2.62.2 → 2.64.2 2018-11-30 21:34:28 +01:00
Jan Tojnar
c5881ec2c9
Merge remote-tracking branch 'upstream/master' into staging 2018-11-30 20:09:45 +01:00
Frederik Rietdijk
1828a5c5ba Merge master into staging-next 2018-11-30 17:46:21 +01:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Renaud
70f5d64cb3
brave: version is just 0.56.15 2018-11-29 23:48:08 +01:00
Renaud
fe6a9a37b9
brave: version is just 0.56.15 2018-11-29 23:47:26 +01:00
volth
59c4f4883f
tixati: 2.57 -> 2.58 2018-11-29 09:23:13 +00:00
Frederik Rietdijk
9b81c7e455 Merge staging-next into staging 2018-11-29 09:18:35 +01:00
Frederik Rietdijk
9db2421d1f Merge master into staging-next 2018-11-29 08:12:56 +01:00
worldofpeace
892407a9c6
Merge pull request #51194 from rht/brave
brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110)
2018-11-28 22:34:20 -05:00
Matthew Bauer
c0a804c747 treewide: add dontUseImakeConfigure where needed
We need to set dontUseImakeConfigure in a few places to prevent imake
from overriding the default configure phase. This packages all have a
configure script that needs to get run:

- Xaw3d
- R
- tkgate
- ssvnc
2018-11-28 20:14:45 -06:00
Maximilian Bosch
f38d805dbe
Merge pull request #51186 from danielfullmer/rclone-1.45
rclone: 1.44 -> 1.45
2018-11-29 02:31:06 +01:00
rht
ce5de69e17
brave: 0.56.12 -> 0.56.15 (70.0.3538.77 -> 70.0.3538.110) 2018-11-28 23:39:56 +00:00
Eric Bailey
6a0f0cce63 kubetail: install completions 2018-11-28 14:04:16 -08:00
Daniel Fullmer
bfc680311a rclone: 1.44 -> 1.45 2018-11-28 15:17:25 -05:00
Renaud
483914b30c
Merge pull request #50927 from Ma27/fix-smime-for-mutt-and-neomutt
mutt/neomutt: work around S/MIME issues with `application/pgp-encrypted`
2018-11-27 23:18:29 +01:00
Renaud
554c03f315
Merge pull request #51124 from romildo/upd.vivaldi
vivaldi: 2.1.1337.47-1 -> 2.1.1337.51-1
2018-11-27 23:11:05 +01:00
Michael Weiss
b3fb2d5c1c signal-desktop: 1.18.0 -> 1.18.1 2018-11-27 20:07:00 +01:00
José Romildo Malaquias
94c342348b vivaldi: 2.1.1337.47-1 -> 2.1.1337.51-1 2018-11-27 14:16:27 -02:00
Will Dietz
84cda85962
Merge pull request #50636 from dtzWill/update/lynx-2.8.9rel.1
lynx:  2.8.9dev.17 -> 2.8.9rel.1
2018-11-27 09:57:15 -06:00
Jörg Thalheim
3b44ccd991
dino: 2018-09-21 -> 2018-11-27 2018-11-27 14:50:16 +00:00
Benjamin Staffin
551cee25b6
stern: build shell completion scripts even when cross-compiling (#51075)
Moments after merging #49668 I realized that this is not hard to do
correctly, so here it is now.
2018-11-26 20:35:48 -05:00
Benjamin Staffin
5087dcf247
stern: Include bash & zsh completion support (#49668) 2018-11-26 14:41:04 -05:00
Vladimír Čunát
a5de78b7d7
Merge branch 'master' into staging-next 2018-11-26 10:28:00 +01:00
Maximilian Bosch
991d4bf68c
mutt/neomutt: work around S/MIME issues with application/pgp-encrypted
The original issue can be reproduced when sending with an unpatched
`mutt` or `neomutt` an email with an attachement which as han `.asc`
extension. This will be interpreted as `application/pgp-encrypted` which
experiences special logic, in the end the attachement will contain
"Version: 1"[1][2][3]

Right now, there are the following issues in the {,neo}mutt packages:

* `mutt.override { smimeSupport = true }` fails to build since the
  Debian patch results in a 404. Debian moved their packages to
  `salsa.debian.org`.

  However we can't use a versioned URL for this as Debian only tracks
  the Mutt versions that are available in their releases. The patch
  doesn't touch Mutt's core and is therefore simple to rebase, so
  sticking to the 1.10.2 patch for now should be sufficient.

* The original issue was never fixed in NeoMutt, currently we use the
  S/MIME database from `pkgs.mime-types` which contains the issue with
  `application/pgp-encrypted` as well.

  After some discussion[4] it seems to be the best decision to use the
  `mailcap` database distributed by Fedora[5] which fixes the issue
  rather than `mime-types` v9 from 2012.

[1] https://bugs.archlinux.org/task/43319
[2] https://bugs.gentoo.org/534658
[3] https://github.com/neomutt/neomutt/blob/neomutt-20180716/sendlib.c#L490-L496
[4] https://github.com/NixOS/nixpkgs/pull/50927#issuecomment-441383260
[5] https://pagure.io/mailcap
2018-11-26 01:51:41 +01:00
Stephen
ed99c2266f terragrunt: 0.17.2 -> 0.17.3 (#51035) 2018-11-25 21:35:17 +01:00
Robert Schütz
377e0e9b0f seafile-client: 6.2.5 -> 6.2.7 2018-11-25 13:23:51 +01:00
c0bw3b
0ea604ac1d Treewide: use https for SourceForge 2018-11-24 19:58:03 +01:00
Frederik Rietdijk
c1792242ef Merge staging-next into staging 2018-11-24 10:44:50 +01:00
Frederik Rietdijk
e41154d1ab Merge master into staging-next 2018-11-24 10:43:33 +01:00
Michael Raskin
5e159d463b
Merge pull request #49228 from Ekleog/rss2email-module
rss2email module: init
2018-11-23 22:30:29 +00:00
Jörg Thalheim
04719a0052
Merge pull request #50919 from sjau/flexget-2.17.14
Flexget: 2.16.2 -> 2.17.4
2018-11-23 11:57:56 +00:00
Maximilian Bosch
e75f922e91 nextcloud-client: 2.3.3 -> 2.5.0 (#50463)
Updates to the latest version of the desktop client available. Tested
the config migration from `nextcloud-client` 2.3.3 with a Nextcloud
14.0.3 instance (hosted using `services.nextcloud`).

Additionally the derivation required the following changes:

* Dropped `Qt5Sql` patch: this has been fixed upstream and isn't needed
  anymore (furthermore their CMake structure has changed and the patch
  wouldn't apply anymore on 2.5.0).

* Moved to a new upstream repository (nextcloud/desktop), kept
  `fetchgit` to properly fetch submodules.

* Added OpenSSL 1.1 integration: `libsync` (the syncing provided by this
  package) requires 1.1, furthermore the linking flags had to be fixed
  manually by passing `NIX_LDFLAGS` to the derivation.

Furthermore I moved the support for a Gnome3 keyring into its own
wrapper to avoid a full rebuild of the package whenever you alter
`withGnomeKeyring` in an override expressions.

It's still possible to enable keyring (now without recompile) like this:

```
nextcloud-client.override { withGnomeKeyring = true; }
```

To override the derivation itself you now have to use
`nextcloud-client-unwrapped`:

```
nextcloud-client-unwrapped.overrideAttrs (old: {
   src = yoursrc;
})
```
2018-11-23 02:31:31 -05:00
lewo
e3970df4dd
Merge pull request #50918 from teozkr/issue-49120
kubernetes-helm: tell Helm what version it is
2018-11-22 17:15:58 +01:00
sjau
e651ea512a Flexget: 2.16.2 -> 2.17.4 2018-11-22 17:01:48 +01:00
Teo Klestrup Röijezon
77cbf0db0a kubernetes-helm: tell Helm what version it is
Helm uses its version to determine what version of Tiller (the server
component) to install. Without this patch it thinks it is `v2.11+unreleased` and
tries to download `gcr.io/kubernetes-helm/tiller:v2.11`. After the patch it
correctly downloads `gcr.io/kubernetes-helm/tiller:v2.11.0`. Fixes #49120.
2018-11-22 14:49:20 +01:00
Martin Lu
be43661677 opera: 53.0.2907.99 -> 56.0.3051.99 2018-11-22 13:53:42 +01:00
Stephen
b25213cdb1 terraform-providers: bump versions (#50864) 2018-11-22 12:44:07 +01:00
Frederik Rietdijk
2219e2578e Merge staging-next into staging 2018-11-22 10:10:40 +01:00
Frederik Rietdijk
c31cb577ae Merge master into staging-next 2018-11-22 09:57:08 +01:00
hyperfekt
ff55dd4c43 brave: wrap with GAppsHook (#50450)
Fixes crashing when using file chooser GUI. Also added version to name and
removed extraneous copying from source archive.
2018-11-22 03:09:09 -05:00
R. RyanTM
0b3f50f844 kubetail: 1.6.4 -> 1.6.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/kubetail/versions
2018-11-21 16:45:20 +01:00
Frederik Rietdijk
fed881e510 Merge staging-next into staging 2018-11-21 12:39:46 +01:00
Frederik Rietdijk
701375662b Merge master into staging-next 2018-11-21 12:39:20 +01:00
Frederik Rietdijk
f0b49c4d10 python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3 2018-11-21 12:38:54 +01:00
Chris Ostrouchov
d69246709f pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7
Created a version to prompt_toolkit_1 for legacy ipython
2018-11-21 12:38:54 +01:00
Matthew Bauer
d492f53faf
Merge pull request #50527 from matthewbauer/ninja-check-phase
Add check phase to ninja setup hook
2018-11-20 16:55:12 -06:00