Commit Graph

85595 Commits

Author SHA1 Message Date
koral
4a61a0d2bb pythonPackages.restview: 2.5.0 -> 2.5.2 2016-06-05 18:30:13 +02:00
Frederik Rietdijk
21c897174a Merge pull request #16003 from k0ral/hg-git
hg-git: 0.8.2 -> 0.8.5
2016-06-05 18:17:00 +02:00
Frederik Rietdijk
6380a16a00 Merge pull request #16004 from k0ral/bottle
bottle: 0.12.8 -> 0.12.9
2016-06-05 18:16:44 +02:00
koral
3004539bb7 pythonPackages.hg-git: 0.8.2 -> 0.8.5 2016-06-05 17:52:39 +02:00
koral
42e2e92472 pythonPackages.bottle: 0.12.8 -> 0.12.9 2016-06-05 17:50:56 +02:00
koral
ba792bf234 pythonPackages.jellyfish: 0.5.0 -> 0.5.2 2016-06-05 17:50:34 +02:00
koral
92471cbc8f rmlint: 2.4.2 -> 2.4.4 2016-06-05 17:33:29 +02:00
koral
179f5e9500 moreutils: 0.58 -> 0.59 2016-06-05 17:14:38 +02:00
Kranium Gikos Mendoza
5016ad645f duc: 1.3.3 -> 1.4.1 2016-06-05 22:00:22 +08:00
Arseniy Seroka
690b27f9e9 Merge pull request #15992 from teozkr/fix/nginx-lua_0.10.5
nginxModules.lua: 0.10.0 -> 0.10.5
2016-06-05 15:54:37 +03:00
Arseniy Seroka
b0d0c9d04b Merge pull request #15990 from bkase/purescript-vim-plugins
vimPlugins: add purescript plugins
2016-06-05 15:53:53 +03:00
Teo Klestrup Röijezon
3f5186fd54 nginxModules.lua: 0.10.0 -> 0.10.5 2016-06-05 12:48:06 +02:00
Bjørn Forsman
4c722ad380 avr-gcc-libc: strip trailing whitespace 2016-06-05 11:59:47 +02:00
ne0phyte
7c6b575c53 avr-gcc-libc: binutils 2.25->2.26, gcc 4.8.4->5.3.0, avr-libc 1.8.1->2.0.0
All packages updated to support more recent Atmel MCUs.
2016-06-05 11:59:31 +02:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
0b3e1f8f7c netcdf: added parallel i/o support 2016-06-05 10:56:14 +02:00
Kranium Gikos Mendoza
64328ca475 openldap: fix example for multiple-outputs and formatting 2016-06-05 13:40:26 +08:00
Brandon Kase
440004a017 vimPlugins: add purescript plugins 2016-06-04 17:25:08 -07:00
Vladimír Čunát
a03ff26080 Merge #15639: xorg-server 1.17.4 -> 1.18.3
... and fglrxCompat to maintain compatibility.
2016-06-05 00:52:06 +02:00
Vladimír Čunát
405493e411 Merge #15809: xxkb: Split into multiple outputs 2016-06-05 00:51:43 +02:00
Paul Hendry
54f636371a terraria-server: 1.3.0.8 -> 1.3.1.1 2016-06-04 14:34:53 -07:00
Leon Isenberg
213f882fd3 atom: patchelf ctags binary 2016-06-04 23:04:28 +02:00
Arseniy Seroka
4f95f12892 Merge pull request #15977 from chris-martin/serpent
serpent: init at 2016-03-05
2016-06-04 23:40:34 +03:00
Chris Martin
e93262f077 serpent: init at 2016-03-05 2016-06-04 13:40:18 -04:00
Joachim Fasting
01da474aa1 Merge pull request #15976 from chris-martin/maintainers
Adding myself to lib/maintainers.nix
2016-06-04 19:36:40 +02:00
Chris Martin
d33bf90a6f maintainers: add chris-martin 2016-06-04 13:20:13 -04:00
Thomas Tuegel
ebc49cee04 Merge pull request #15941 from bendlas/update-emacs-packages
emacs-packages: update stable and unstable
2016-06-04 11:35:42 -05:00
Rok Garbas
66c73b3f36 xonsh: 0.2.7 -> 0.3.2
* pythonPackages.prompt_toolkit make it build for py35
2016-06-04 18:05:12 +02:00
Rok Garbas
f878018ece neovim: 0.1.3 -> 0.1.4
* removing luaMessagePack (only used by neovim)
* using libmpack (updated to latest master since they fixed a lot of packaging
  issues)
* package libmpack lua bidnings
* neovim expression now excepts luaPackages as an input and not individual
  lua packages (to avoid depending on different lua version)
2016-06-04 17:58:01 +02:00
Nick Novitski
3204c2753d gtypist: darwin compatibility (#15975) 2016-06-04 17:14:47 +02:00
aszlig
53bf7e1907
pcsclite: 1.8.16 -> 1.8.17
Upstream changes:

  - Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE
    connection
  - Fix an issue when used with systemd (problem in signal handler)
  - SCardGetAttrib(): set pcbAttrLen when buffer is too small
  - Doxygen: SCardGetAttrib() pbAttr can be NULL
  - Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size
  - fix compilation warnings and link errors on SunOS
  - Some other minor improvements

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:40:34 +02:00
aszlig
9720e16adc
nixos/pcscd: Improve and clean up module
So far the module only allowed for the ccid driver, but there are a lot
of other PCSC driver modules out there, so let's add an option called
"plugins", which boils down to a store path that links together all the
paths specified.

We don't need to create stuff in /var/lib/pcsc anymore, because we
patched pcsclite to allow setting PCSCLITE_HP_DROPDIR.

Another new option is readerConfig, which is especially useful for
non-USB readers that aren't autodetected.

The systemd service now is no longer Type=forking, because we're now
passing the -f (foreground) option to pcscd.

Tested against a YubiKey 4, SCR335 and a REINER SCT USB reader.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @wkennington
2016-06-04 16:39:19 +02:00
aszlig
bc877d8bfc
pcsclite: Explicitly set ipcdir
Some libraries using PCSC-Lite still tend to refer to /var/run/pcscd
instead of /run/pcscd, so let's make sure this won't happen.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:38:57 +02:00
aszlig
fa559de8af
pcsc-cyberjack: Init at 3.99.5_SP09
It's a driver module for PCSC-Lite, which allows to use the USB readers
from REINER SCT, a reader that is very commonly used in Germany for
online banking and for reading/writing data from/to the national
identity card.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig
70246d7cfa
pcsclite: Introduce PCSCLITE_HP_DROPDIR env var
This allows to override the directory where PCSC-Lite searches for USB
drivers at runtime and should make our NixOS module much more clean so
that we don't need to imperatively stitch together plugin directories
anymore.

I'm using a GNU extension for the ternary operator to avoid computing
getenv("PCSCLITE_HP_DROPDIR") twice:

https://gcc.gnu.org/onlinedocs/gcc/Conditionals.html#Conditionals

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @viric, @wkennington
2016-06-04 16:38:57 +02:00
aszlig
9a154e2838
gwenhywfar: Allow to override pluginSearchPaths
We're going to create a closure of plugins for aqbanking, so that it's
easier to adapt the gwenhywfar search path to include these store paths.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
ee92256566
aqbanking: Add gettext to nativeBuildInputs
It's necessary so that we get translations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
efc2f70711
gwenhywfar: Remove constraint on gnutls33
As of 4.15.3, gwenhywfar works with the latest version of GNUTLS, so we
no longer need to reside to using an older version.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig
f25e4350ef
aqbanking: Add an updater script
The promised updater, which feeds sources.nix and should help updating
all the aqbanking libraries at the same time.

I was very reluctant to write the updater entirely in Nix as I've done a
while ago for Chromium, because this would involve ugly hacks to do so.

That's why I've done a more conservative approach here, only using
nix-instantiate to get the contents of the current sources.nix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
db1162dce4
aqbanking: Move sources into a common sources.nix
The upstream URLs unfortunately aren't canonical, so let's have a
sources.nix which contains the release IDs used by the upstream sites to
associate a version of a particular package.

We're then going to create an updater script which should update the
sources.nix from there on.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
af3ea69a96
gwenhywfar, libchipcard: Move into aqbanking dir
This should make it easier to deduplicate things, such as fetching
upstream sources and the plugin paths, because after all these libraries
are aqbanking-related and maintained by the same author on the same
site.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
df1821ec9d
gwenhywfar: Add gettext to buildInputs
It's necessary so that we get translations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
9a4e6755ab
libchipcard: Init at 5.0.4
Another library that is part of aqbanking and needed in order to access
various chip cards. It's essentially useful for doing online banking via
FinTS/HBCI without PIN/TAN (or iTAN, mobileTAN, whatnot...).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig
468f931f87
gwenhywfar: Unify plugin directories
Having something like $out/lib/gwenhywfar/plugins/60 when on Nix is a
bit pointless, because we won't have something like a central plugin
directory which could contain plugins for older library versions.

Another reason to strip the effective shared object version is that we
really want to avoid the need to track and update the SO version on
every single update.

This makes it way easier to add support for libchipcard and/or other
related packages/plugins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
e5d6acb585
aqbanking: 5.5.1 -> 5.6.10
Upstream changelog for version 5.5.1 through 5.6.10 is in German only
and also not very detailled, so here is a comparison from a GitHub
mirror I've found:

https://github.com/cstim/aqbanking/compare/5.5.1...e129e64472a2

I've also used a similar scheme to what I've been using for gwenhywfar,
so that we can soon unify all of the aqbanking & related libraries.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig
c683abab60
gwenhywfar: 4.11.1 -> 4.15.3
Upstream changelog for version 4.11 through 4.12 doesn't seem to be
available anymore and the change summaries from the project page are in
German, but here's a comparison from a GitHub mirror I've found:

https://github.com/cstim/gwenhywfar/compare/4.11.1beta...4055683538b6

I've shortened the URL to not include the file name in the URL itself
because we use the name attribute in fetchurl to force the name anyway.

A quick way to find out about the upstream download URLs is:

curl 'http://www.aquamaniac.de/sites/download/packages.php?package=01&showall=1' \
  | sed -nre 's/^.*<a\>.*\<href="([^"]+)".*/\1/p'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
Lluís Batlle i Rossell
268fedbda3 Updating goPackages go-fuse/mtpfs + libmtp to latest
libmtp to 1.1.11, and the go packages to latest master.
2016-06-04 15:38:49 +03:00
vbgl
c3b791f15b Merge pull request #15833 from FlorentBecker/eliom5
Update the Eliom ecosystem to 2016-01
2016-06-04 14:08:19 +02:00
Herwig Hochleitner
893a50b957 melpa-packages 2016-06-04
remove company override from ac-php
2016-06-04 13:55:43 +02:00
Tuomas Tynkkynen
8cb37c156c Merge pull request #15972 from martijnvermaat/shellcheck
haskellPackages.ShellCheck: add to all-packages.nix
2016-06-04 12:57:42 +03:00
Martijn Vermaat
3c41baac9d Add haskellPackages.ShellCheck to all-packages.nix 2016-06-04 11:42:07 +02:00