Commit Graph

74983 Commits

Author SHA1 Message Date
Arseniy Seroka 420f55542c Merge pull request #12167 from jgillich/fish-merge-fix
fish: fix merge conflict
2016-01-06 01:55:40 +03:00
Benjamin Staffin 67f4c2a779 openssh: Add gssapi patch used by other major distros
This patch is borrowed verbatim from Debian, where it is actively
maintained for each openssh update.  It's also included in Fedora's
openssh package, in Arch linux as openssh-gssapi in the AUR, in MacOS
X, and presumably various other platforms and linux distros.

The main relevant parts of this patch:
- Adds several ssh_config options:
  GSSAPIKeyExchange, GSSAPITrustDNS,
  GSSAPIClientIdentity, GSSAPIServerIdentity
  GSSAPIRenewalForcesRekey
- Optionally use an in-memory credentials cache api for security

My primary motivation for wanting the patch is the GSSAPIKeyExchange
and GSSAPITrustDNS features. My user ssh_config is shared across
several OSes, and it's a lot easier to manage if they all support the
same options.
2016-01-05 14:50:05 -08:00
William A. Kennington III ce8c8f1e1b Merge pull request #11890 from Baughn/zfs
zfs:Add option for zpool import -d, and set it to /dev/disk/by-id.
2016-01-05 14:37:19 -08:00
Jakob Gillich 5e5ecb7b6f fish: fix merge conflict
patches got duplicated
2016-01-05 23:32:29 +01:00
Arseniy Seroka 6059831148 Merge pull request #12119 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.80 -> 0.7.81
2016-01-06 01:29:15 +03:00
Arseniy Seroka 1fc685ae64 Merge pull request #11945 from jgillich/fish
fish: add module to support it as default shell
2016-01-06 01:25:37 +03:00
Peter Simons 2b7b3aa5e0 Merge pull request #12165 from rycee/fix/version-nag
Remove version update checks in Calibre and Anki
2016-01-05 22:23:57 +01:00
Robert Helgesson ec2a1bcb86 anki: disable version check 2016-01-05 21:44:54 +01:00
Robert Helgesson 108cd9aa7f calibre: disable version check
Applies patch from Debian to disable version checking by default.
2016-01-05 21:44:54 +01:00
Tobias Geerinckx-Rice e5972f3094 keyfinder: 2.00 -> 2.1; build with qt55 2016-01-05 21:03:08 +01:00
Tobias Geerinckx-Rice 24100ec0c3 soi: 0.1.1 -> 0.1.2
Now builds, but still mark as broken because it quickly segfaults
at run time.
2016-01-05 21:03:08 +01:00
Tobias Geerinckx-Rice ad200bb5bc Fix remaining sane{Front,Back}ends 2016-01-05 20:44:35 +01:00
Tobias Geerinckx-Rice 9f2a7bf862 mcelog: 128 -> 129
Add support to decode MSCOD values for Broadwell-{de,ep,ex}.
2016-01-05 20:22:35 +01:00
Tobias Geerinckx-Rice 0f6659bab7 libpsl: list 2015-12-17 -> 2016-01-04 2016-01-05 20:22:35 +01:00
Peter Simons af8c1f3368 youtube-dl: take advantage of the improved getVersion function 2016-01-05 20:09:39 +01:00
Peter Simons 7ca8e13918 lib.getVersion: extend the function to cope with strings as well as derivations 2016-01-05 20:09:39 +01:00
Domen Kožar 9af5091992 f2fs-tools: add pkgconfig 2016-01-05 19:57:48 +01:00
Peter Simons 720d0cdc9a Merge pull request #12162 from jgillich/torbrowser
torbrowser: add missing shebang to wrapper script
2016-01-05 19:39:55 +01:00
Peter Simons 6102ba5d4f Merge pull request #12164 from NixOS/revert-12015-wpa_supplicant-service
Revert "Basic Declaritive Network Configuration in wpa_supplicant Service"
2016-01-05 19:35:13 +01:00
Peter Simons 49d18bdfcb Revert "Basic Declaritive Network Configuration in wpa_supplicant Service" 2016-01-05 19:32:41 +01:00
Jakob Gillich 24dc7f3028 torbrowser: add missing shebang to wrapper script 2016-01-05 18:21:07 +01:00
Arseniy Seroka 1974ced666 vimPlugins: update 2016-01-05 2016-01-05 19:58:30 +03:00
Peter Simons d110849d7b Merge pull request #12161 from svenkeidel/ghostscript-fix-dynamic-library-path
ghostscript: fix dynamic library path, fixes #11165
2016-01-05 17:44:34 +01:00
Peter Simons 5a7116f8ea Merge pull request #12156 from peti/remove-meta-version-attribute-from-manual
doc/meta.xml: don't encourage users to add a meta.version attribute
2016-01-05 17:43:46 +01:00
Eelco Dolstra 49f46d58bb Merge pull request #12160 from obadz/syscall_limiter
syscall_limiter: init at b02c03
2016-01-05 16:52:02 +01:00
obadz f5b087b94e syscall_limiter: init at b02c031 2016-01-05 15:37:17 +00:00
Sven Keidel dfc8217aa0 ghostscript: change dynamic library path, fixes #11165 2016-01-05 16:04:33 +01:00
Pascal Wittmann 4f025e02c0 Merge pull request #12144 from rycee/bump/josm
josm: 9060 -> 9229
2016-01-05 13:41:29 +01:00
Pascal Wittmann 6547cad16a Merge pull request #12146 from rnhmjoj/pirate-get
pirate-get: update meta info
2016-01-05 13:40:21 +01:00
Peter Simons d807b057ed Merge pull request #11920 from bjornfor/rename-host-to-listen-address
Rename NixOS option names: 'host' to 'listenAddress'
2016-01-05 12:54:15 +01:00
Peter Simons 41a91a5495 youtube-dl: remove meta.version 2016-01-05 12:46:01 +01:00
Peter Simons 5d482336b9 doc/meta.xml: don't encourage users to add a meta.version attribute
That attribute is completely redundant since it just duplicates information
from "name".

Cc: @7c6f434c who added that section in e39b1f4ec8.
2016-01-05 12:36:33 +01:00
Peter Simons f4b2c3d510 Merge pull request #12155 from vkleen/postfix-configuration-options
Postfix configuration options
2016-01-05 12:32:23 +01:00
Eelco Dolstra bab578f961 firefox-esr: 38.5.0 -> 38.5.2 2016-01-05 12:29:31 +01:00
Eelco Dolstra 9bce31e9b6 firefox: 43.0 -> 43.0.3 2016-01-05 12:29:31 +01:00
Peter Simons 56a3ffcc25 Merge pull request #12126 from michelk/r-modules/cran-update
r-modules: regenerate CRAN packages
2016-01-05 12:23:56 +01:00
Peter Simons 1355e928cf Merge pull request #12148 from ragnard/boot-update-and-remove-make-wrapper-usage
boot: Update shell script version and remove makeWrapper usage
2016-01-05 12:22:23 +01:00
Moritz Ulrich 24e0868763 isync: Add unstable variant. 2016-01-05 12:21:10 +01:00
Vladimír Čunát 45ade79bf9 node-packages: remove 7f
Close #12151, fixes #7091.
I've done no regeneration, just guessed how to remove it by hand.
Hopefully it's OK.
2016-01-05 12:17:49 +01:00
Eelco Dolstra 22848d55e2 kdmrc: Build locally 2016-01-05 12:17:32 +01:00
Domen Kožar 74df3be447 Merge pull request #12154 from jgeerds/virtualenv
virtualenv: 1.11.6 -> 13.1.2
2016-01-05 12:03:42 +01:00
Viktor Kleen ebd8e2c380 postfix service: include configuration option for transport maps 2016-01-05 02:59:16 -08:00
Viktor Kleen 8fad959b15 postfix service: make SMTP services optional using enableSmtp option 2016-01-05 02:57:52 -08:00
Tim Cuthbertson d057af5b00 ufraw: 0.20 -> 0.22 2016-01-05 11:54:48 +01:00
Bjørn Forsman 38d115bc71 guvcview: add pulseaudioSupport option (default true) 2016-01-05 11:54:47 +01:00
Bjørn Forsman e753f795e2 guvcview: 1.7.2 -> 2.0.2
* Download tarball instead of git repo, drop autoreconfHook.
* The application now needs SDL2 instead of SDL.
* The build failed without 'gsl', so add that. (I think ./configure can
  be told to build without it, but it's only 5.7 MiB.)
2016-01-05 11:54:46 +01:00
Peter Simons 550fe7f233 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v20151217-5-ged07a8e using the following inputs:

  - Nixpkgs: 665c16fbe1
  - Hackage: d9755ca900
  - LTS Haskell: d3e5ae70f9
  - Stackage Nightly: 56e1f693d5
2016-01-05 11:10:34 +01:00
Pascal Wittmann 9a2bdbf24b Merge pull request #12147 from rnhmjoj/hyp
hyp: init at 1.2.0
2016-01-05 11:06:33 +01:00
Peter Simons 94e6323de0 Merge pull request #12015 from mayflower/wpa_supplicant-service
Basic Declaritive Network Configuration in wpa_supplicant Service
2016-01-05 10:53:13 +01:00
Jascha Geerds f61bdd5653 virtualenv: 1.11.6 -> 13.1.2 2016-01-05 10:09:59 +01:00