Julien Moutinho
27f95f3f9c
dovecot: allow sasl_bind=yes in the LDAP driver.
...
Dovecot has its own SASL implementation,
but needs Cyrus SASL's headers to bind to an LDAP server using SASL.
This is useful to avoid the need to manage a dnpass= in dovecot-ldap.conf
by using the Unix socket to authenticate.
This is done with sasl_mech=EXTERNAL in dovecot-ldap.conf, and some olcAccess: with
by dn="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" read
in the slapd's cn=config for the LDAP database queried by dovecot/auth (which runs as root).
2018-09-19 17:20:29 +02:00
Tim Steinbach
f89d6d92b7
linux: Remove 4.17
2018-09-05 21:02:09 -04:00
Eelco Dolstra
1510f324a3
nix: 2.1 -> 2.1.1
2018-09-06 01:12:03 +02:00
Jörg Thalheim
ca2ba44cab
Merge pull request #46123 from utdemir/kakoune-20180904
...
kakoune: 2018.08.05 -> 2018.09.04
2018-09-05 23:55:55 +01:00
Jörg Thalheim
9a1159029c
Merge pull request #46122 from xeji/p/gnu-smalltalk
...
gnu-smalltalk: fix build
2018-09-05 23:46:00 +01:00
Robert Schütz
041043420f
python.pkgs.py3status: fix build
2018-09-05 23:28:31 +02:00
Utku Demir
c90f96ad32
kakoune: 2018.08.05 -> 2018.09.04
2018-09-06 09:12:12 +12:00
Uli Baum
e5d9c16f2a
gnu-smalltalk: fix build
...
disable format hardening
2018-09-05 23:01:15 +02:00
Maximilian Bosch
df05618f2a
nixos/activation: fix activation script for non-POSIX shells ( #46042 )
...
This fixes an issue with shells like fish that are not fully POSIX
compliant. The syntax `ENV=val cmd' doesn't work properly in there.
This issue has been addressed in #45932 and #45945 , however it has been
recommended to use a single shell (`stdenv.shell' which is either
`bash' or `sh') to significantly reduce the maintenance overload in the
future.
See https://github.com/NixOS/nixpkgs/issues/45897#issuecomment-417923464
Fixes #45897
/cc @FRidh @xaverdh @etu
2018-09-05 22:48:47 +02:00
xeji
f70dc57ad3
nixos/tests/opensmtpd: prevent non-deterministic failure ( #46071 )
...
A sporadic failure occured on Hydra because a request was sent
to smtpd after the systemd unit was started, but before the daemon
was actually listening. Fix by checking for open ports first.
2018-09-05 22:36:17 +02:00
Renato Garcia
318c9296fa
snakemake: add maintainers ( #46117 )
2018-09-05 21:46:17 +02:00
John Ericson
32df8909e5
Merge pull request #46076 from oxij/tree/cleanups
...
trivial: treewide: random noop cleanups
2018-09-05 15:14:12 -04:00
Matthew Bauer
4120a9dda7
Merge pull request #42295 from avnik/libprefixed-to-multioutput/heimdal
...
Libprefixed to multioutput/heimdal
2018-09-05 13:50:13 -05:00
Wael Nasreddine
7e74013190
gocode: c7fddb39ecbc9ebd1ebe7d2a3af473ed0fffffa1 -> 00e7f5ac290aeb20a3d8d31e737ae560a191a1d5 ( #46107 )
...
Also, switch to the now-maintained fork of gocode available at github.com/mdempsky/gocode
2018-09-05 20:31:58 +02:00
Eelco Dolstra
b4dd956bb1
Merge pull request #46101 from oxij/pkg/nix-options
...
nix: fix a tiny option bug, make AWS support optional
2018-09-05 19:57:21 +02:00
Jörg Thalheim
c9e492d8aa
Merge pull request #46055 from phryneas/zfs-c197a77
...
zfs-unstable: 2018-08-13 -> 2018-09-02
2018-09-05 18:15:34 +01:00
Michele Guerini Rocco
eadb7b1589
qutebrowser: patch scripts ( #37316 )
2018-09-05 19:06:18 +02:00
Jörg Thalheim
e480328bcd
Merge pull request #46035 from geistesk/mpv-cdda
...
mpv: Added flag for cddaSupport to play Audio CDs
2018-09-05 17:46:05 +01:00
Jethro Kuan
a9a380b259
pythonPackages.tflearn: 0.2.1 -> 0.3.2 ( #46102 )
2018-09-05 17:38:23 +01:00
John Ericson
5d2d80d1cf
Merge pull request #46104 from obsidiansystems/trace-to-warn
...
stdenv, neovim: Use `lib.warn` for deprecation warnings
2018-09-05 11:54:35 -04:00
John Ericson
51907d257c
stdenv, neovim: Use lib.warn
for deprecation warnings
2018-09-05 11:40:29 -04:00
Jörg Thalheim
f7d87f7cba
Merge pull request #46093 from dywedir/wireguard
...
wireguard: 0.0.20180809 -> 0.0.20180904
2018-09-05 16:07:04 +01:00
xeji
ba52f4cb76
statsd: mark broken, disable nixos test ( #46097 )
...
It's broken with node v8 and the upstream project is dead
(last commit Nov. 2016), see #45946 and
https://github.com/etsy/statsd/issues/646
2018-09-05 16:48:14 +02:00
Jan Malakhovski
4e735835e0
nix: make AWS support optional
2018-09-05 14:35:15 +00:00
Bart Brouns
bf0cec40ca
qutebrowser: 1.4.1 -> 1.4.2 ( #46096 )
2018-09-05 16:35:12 +02:00
Jan Malakhovski
c9fcabcf4b
nix: fix a tiny option bug
2018-09-05 14:34:58 +00:00
Daniël de Kok
348a153781
pythonPackages.thinc: fix darwin build ( #46092 )
...
thinc uses Accelerate on macOS as a blas library. Add the necessary
dependencies to allow building on unsandboxed Darwin machines.
2018-09-05 16:22:52 +02:00
xeji
bf2a90298a
Merge pull request #46053 from danieldk/mxnet-fixes
...
pythonPackages.mxnet: fix build
2018-09-05 16:07:56 +02:00
xeji
67d796d229
Merge pull request #46095 from smaret/gildas-build-fixes
...
gildas: fix build failures
2018-09-05 16:02:48 +02:00
Timo Kaufmann
0e37f90d58
Merge pull request #46099 from timokau/spotify-17
...
spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5
2018-09-05 15:56:48 +02:00
Timo Kaufmann
d89b1f0fbf
spotify: 1.0.88.353.g15c26ea1-14 -> 1.0.83.316.ge96b6e67-5
...
The recent update is broken. Playing a song causes spotify to segfault.
This is probably
https://community.spotify.com/t5/Desktop-Linux/Segfault-with-the-new-update/td-p/4554830# ,
which was recognized by upstream and will hopefully be fixed soon.
2018-09-05 15:53:38 +02:00
Jan Tojnar
bf8386a411
Merge pull request #46058 from symphorien/dconf-dbus
...
dconf module: add dconf to services.dbus.packages
2018-09-05 14:51:06 +01:00
Tim Steinbach
25cad43f85
linux: 4.18.5 -> 4.18.6
2018-09-05 08:22:02 -04:00
Tim Steinbach
de9a2fd061
linux: 4.14.67 -> 4.14.68
2018-09-05 08:21:51 -04:00
Tim Steinbach
92010b7a88
linux: 4.9.124 -> 4.9.125
2018-09-05 08:21:43 -04:00
Tim Steinbach
f685edba08
linux: 4.4.153 -> 4.4.154
2018-09-05 08:21:33 -04:00
Vladyslav Mykhailichenko
4cd94bb5b8
wireguard: 0.0.20180809 -> 0.0.20180904
2018-09-05 14:33:51 +03:00
Sebastien Maret
b76cf0b54c
gildas: ignore clang warnings for unused command line arguments
...
See #46044
2018-09-05 12:17:05 +02:00
Jörg Thalheim
3074027738
Merge pull request #46080 from uskudnik/restic-fix-zsh-autocompletion
...
restic: Fix autocomplete for zsh
2018-09-05 10:42:16 +01:00
Jörg Thalheim
f9e7de9294
Merge pull request #46089 from vbgl/ocaml-4.07-enableP4
...
ocamlPackages.{tyxml,lwt}: always enable camlp4 support
2018-09-05 10:36:24 +01:00
Jörg Thalheim
e9e28b1a02
Merge pull request #46090 from danieldk/spacy
...
spacy: Fix build
2018-09-05 10:34:51 +01:00
Janne Heß
a885e886b6
nullidentdmod: Init at 1.3 ( #46040 )
2018-09-05 11:09:55 +02:00
Tor Hedin Brønner
cf0342a261
gnome3.tracker: 2.1.3 -> 2.1.4 ( #46086 )
...
Fix build with format-security flag
2018-09-05 10:42:48 +02:00
Daniël de Kok
da8475736e
spacy: relax dependency versions
2018-09-05 10:39:03 +02:00
Vincent Laporte
e3cae4a2e5
gnumeric: 1.12.39 -> 1.12.43 ( #46088 )
...
goffice: 0.10.39 -> 0.10.43
2018-09-05 10:36:03 +02:00
Daniël de Kok
ffb094f939
thinc: relax dependency version requirements
2018-09-05 10:29:01 +02:00
Samuel Dionne-Riel
c59d9d371e
qtkeychain: Fixes Qt4 build. ( #46085 )
2018-09-05 09:28:50 +02:00
xeji
91cc864c3c
Merge pull request #46081 from samueldr/fix/solarus
...
solarus[-quest-editor]: 1.4.5 -> 1.5.3
2018-09-05 08:53:51 +02:00
Samuel Dionne-Riel
a394d08f11
qmapshack: 1.11.1 -> 1.12.0 ( #46084 )
2018-09-05 08:39:29 +02:00
Samuel Dionne-Riel
7ec9a333df
qtchan: Fixes build from Qt upgrade. ( #46082 )
...
Uses an upstream fix.
2018-09-05 08:23:29 +02:00