Peter Simons
3a6329db85
Merge pull request #47324 from r-ryantm/auto-update/bind
...
bind: 9.12.2 -> 9.12.2-P2
2018-09-25 16:43:26 +02:00
Peter Simons
fc69413632
Merge pull request #47328 from r-ryantm/auto-update/apache-httpd
...
apacheHttpd: 2.4.34 -> 2.4.35
2018-09-25 16:43:14 +02:00
R. RyanTM
524c2120f9
apacheHttpd: 2.4.34 -> 2.4.35
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apache-httpd/versions
2018-09-25 07:25:14 -07:00
Okina Matara
d13b64cff8
hydron: 2018-08-18 -> 2018-09-25
2018-09-25 09:18:38 -05:00
R. RyanTM
d1c1fbb61b
bind: 9.12.2 -> 9.12.2-P2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bind/versions
2018-09-25 07:16:15 -07:00
R. RyanTM
67c5133f60
cadvisor: 0.30.2 -> 0.31.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/cadvisor/versions
2018-09-25 06:48:02 -07:00
R. RyanTM
114a0a8391
apt-cacher-ng: 3.1 -> 3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apt-cacher-ng/versions
2018-09-25 06:33:07 -07:00
Alexey Lebedeff
a6ff5865d1
rabbitmq-server: 3.6.10 -> 3.7.8
...
- New dependency on 'getconf' binary for
3aa619e9ef/src/vm_memory_monitor.erl (L448)
- New dependency on 'socat' for systemd notifications
4a3ee3a336/src/rabbit.erl (L361)
- elixir_1_6 for a new 'rabbitmqctl' tool
- Replace patching with providing custom PATH, as we already have some
other things here
- Renamed package in all-packages.nix from a legacy spelling
2018-09-25 11:19:23 +02:00
aszlig
19e83bc2ba
Merge autoPatchelfHook improvements ( #47222 )
...
This includes the initialy commit was done by @Mic92 plus a few fixes
from my side. So essentially this avoids patching statically linked
executables and also speeds up searching for ELF files altogether.
I've tested this by comparing the outputs of all the derivations which
make use of this hook using the following Nix expression:
let
getPackagesForRev = rev: with import (builtins.fetchGit {
url = ./.;
inherit rev;
}) { config.allowUnfree = true; }; [
cups-kyodialog3 elasticsearch franz gurobi javacard-devkit
masterpdfeditor maxx oracle-instantclient powershell reaper
teamviewer unixODBCDrivers.msodbcsql17 virtlyst wavebox zoom-us
];
pkgs = import <nixpkgs> {};
baseRev = "ef764eb0d8314b81a012dae04642b4766199956d";
in pkgs.runCommand "diff-contents" {
chset = pkgs.lib.zipListsWith (old: new: pkgs.runCommand "diff" {
inherit old new;
nativeBuildInputs = [ pkgs.nukeReferences ];
} ''
mkdir -p "''${NIX_STORE#/}"
cp --no-preserve=all -r "$old" "''${NIX_STORE#/}"
cp --no-preserve=all -r "$new" "''${NIX_STORE#/}"
find "''${old#/}" "''${new#/}" \
\( -type f -exec nuke-refs {} + \) -o \( -type l -delete \)
mkdir "$out"
echo "$old" > "$out/old-path"
echo "$new" > "$out/new-path"
diff -Nur "''${old#/}" "''${new#/}" > "$out/diff" || :
'') (getPackagesForRev baseRev) (getPackagesForRev "");
} ''
err=0
for c in $chset; do
if [ -s "$c/diff" ]; then
echo "$(< "$c/old-path") -> $(< "$c/new-path")" \
"differs, report: $c/diff" >&2
err=1
fi
done
[ $err -eq 0 ] && touch "$out"
''
With these changes there is only one derivation which has altered
contents, which is "franz". However the reason why it has differing
contents is not directly because of the autoPatchelfHook changes, but
because the "env-vars" file from the builder is in
"$out/opt/franz/env-vars" (Cc: @gnidorah) and we now have different
contents for NIX_CFLAGS_COMPILE and other environment variables.
I also tested this against a random static binary and the hook no longer
tries to patch it.
Merges: #47222
2018-09-25 05:21:01 +02:00
aszlig
8df68a93e6
elasticsearch: Add zlib to buildInputs for unfree
...
The unfree variant of elasticsearch uses autoPatchelfHook and since we
removed the dependency on file for the hook itself in
58a97dfb49
we no longer have zlib
propagated.
So we need to explicitly state that dependency here.
Signed-off-by: aszlig <aszlig@nix.build>
Cc: @apeschar, @basvandijk
2018-09-25 05:09:37 +02:00
Michael Raskin
ce411911e8
Merge pull request #47289 from 1000101/master
...
trezord: 2.0.14 -> 2.0.19 and nixos/trezord: revised and updated udev rules
2018-09-24 20:08:44 +00:00
Jörg Thalheim
0a8bbcbac5
Merge pull request #47273 from pacien/patch-5
...
matrix-synapse: 0.33.3.1 -> 0.33.5
2018-09-24 20:47:50 +01:00
Vladimír Čunát
3a09a4b579
Merge branch 'master' into staging
...
Hydra: ?compare=1480463
2018-09-24 21:18:23 +02:00
R. RyanTM
f37b39d279
jackett: 0.10.160 -> 0.10.198
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2018-09-24 20:40:29 +02:00
1000101
180d68ab39
trezord: 2.0.14 -> 2.0.19
2018-09-24 19:25:21 +02:00
Notkea
4cd6502925
matrix-synapse: 0.33.3.1 -> 0.33.5
...
Upgrade matrix-synapse to the latest version,
adding a new required dependency (treq)
2018-09-24 16:57:37 +02:00
Victor SENE
1e7997bdd2
roundcube: init at 1.3.7
2018-09-24 16:44:29 +02:00
Will Dietz
d2829974e5
Merge pull request #47120 from dtzWill/update/xf86-input-libinput-0.28.0
...
xf86-input-libinput: 0.26.0 -> 0.28.0
2018-09-23 13:23:36 -05:00
Will Dietz
193d248569
Merge pull request #47147 from dtzWill/update/mesa-18.2
...
mesa: 18.1.8 -> 18.2.1
2018-09-23 13:23:29 -05:00
Jörg Thalheim
0ae8ac8651
Merge pull request #47219 from lheckemann/xcb-1.13
...
xorg.libxcb: 1.12 -> 1.13
2018-09-23 14:59:05 +01:00
R. RyanTM
d57b9eb6d6
pgtap: 0.98.0 -> 0.99.0 ( #46980 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgtap/versions
2018-09-23 15:09:37 +02:00
Linus Heckemann
155e017390
xorg.libxcb: 1.12 -> 1.13
2018-09-23 13:53:25 +01:00
Jos van Bakel
91d9e1eb22
influxdb: 1.4.1 -> 1.6.3 ( #47186 )
2018-09-23 12:00:52 +02:00
R. RyanTM
aefb40b671
hylafaxplus: 5.6.0 -> 5.6.1 ( #47045 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hylafaxplus/versions
2018-09-22 18:25:44 +02:00
Will Dietz
a94ac965c8
libxcb: 1.12 -> 1.13 (proto too)
...
(cherry picked from commit 5853e62637eb2aaa1f2ccbcbf62c2a4f232a4257)
2018-09-21 13:24:47 -05:00
Daiderd Jordan
1a1a5af252
Merge pull request #47051 from LnL7/darwin-broken-d
...
broken darwin packages (d)
2018-09-21 20:15:00 +02:00
Will Dietz
55a5236630
xf86-input-libinput: 0.26.0 -> 0.28.0
...
https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/log/
2018-09-21 07:58:57 -05:00
R. RyanTM
6f88fb0681
clickhouse: 18.10.3 -> 18.12.17
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clickhouse/versions
2018-09-20 16:22:57 -07:00
Daiderd Jordan
709a828e71
dico: mark linux only.
...
Never built successfully.
Undefined symbols for architecture x86_64:
"_rpl_strerror", referenced from:
_default_print_diag in libgrecs.a(diag.o)
_grecs_symtab_strerror in libgrecs.a(symtab.o)
_parse_inet in libgrecs.a(sockaddr.o)
ld: symbol(s) not found for architecture x86_64
/cc ZHF #45961
2018-09-20 22:19:56 +02:00
R. RyanTM
31ea743d13
metabase: 0.30.1 -> 0.30.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/metabase/versions
2018-09-20 18:50:03 +02:00
R. RyanTM
3222fe1756
smcroute: 2.4.1 -> 2.4.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smcroute/versions
2018-09-20 16:42:09 +00:00
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
xeji
012682222f
openxpki: fix build, use current python3Packages ( #46860 )
...
Build used python34Packages and failed because python34Packages.pytest
didn't build anymore. Use python3Packages instead.
2018-09-19 16:16:19 +02:00
Ryan Mulligan
d531b8db6f
Merge pull request #46843 from jslight90/mattermost
...
mattermost: 5.1.0 -> 5.3.0
2018-09-19 06:40:46 -07:00
Julien Moutinho
6c4480b498
postfix: add -DUSE_LDAP_SASL in CCARGS to support bind=sasl.
2018-09-19 11:42:26 +02:00
R. RyanTM
9064d9db00
cstore_fdw: 1.6.1 -> 1.6.2 ( #46291 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cstore_fdw/versions
2018-09-18 18:26:08 +02:00
WilliButz
b59cd2bc17
prometheus-json-exporter: add patch to support bool parsing
2018-09-18 18:21:00 +02:00
WilliButz
b712736283
prometheus-json-exporter: 2016-09-13 -> 2017-10-06
2018-09-18 18:21:00 +02:00
R. RyanTM
dcd6977b11
groonga: 8.0.5 -> 8.0.6 ( #46277 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
groonga
2018-09-18 18:08:47 +02:00
R. RyanTM
7ffa71c23e
neo4j: 3.4.5 -> 3.4.6 ( #46244 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
neo4j
2018-09-18 18:06:34 +02:00
R. RyanTM
6557bcde9f
checkSSLCert: 1.64.0 -> 1.72.0 ( #46290 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/check_ssl_cert/versions
2018-09-18 18:05:19 +02:00
R. RyanTM
b6a21f6288
varnish6: 6.0.0 -> 6.0.1 ( #46170 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
varnish
2018-09-18 17:57:10 +02:00
Sarah Brofeldt
e433f1cbf9
Merge pull request #46800 from pacien/exim-package-lmtp
...
exim: enable LMTP support
2018-09-18 09:50:56 +02:00
Austin Seipp
f1737fa646
foundationdb60: 6.0.4pre2497_73d64cb2 -> 6.0.11pre2716_9e8c1941e
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-09-17 17:49:09 -05:00
Jeff Slight
06eeeed171
mattermost: 5.1.0 -> 5.3.0
2018-09-17 13:01:12 -07:00
pacien
c3dd421a2e
exim: enable LMTP support
...
This makes the LMTP transport available by default.
No additional dependency is required.
2018-09-17 22:01:11 +02:00
Timo Kaufmann
3dfc66d81f
Merge pull request #46724 from worldofpeace/emby/3.5.2.0
...
emby: 3.4.1.0 -> 3.5.2.0
2018-09-17 17:00:07 +02:00
worldofpeace
bd02b3352a
emby: 3.4.1.0 -> 3.5.2.0
2018-09-17 09:41:16 -04:00
WilliButz
a31a917eb9
codimd: init at 1.2.0
2018-09-17 15:18:52 +02:00
Maximilian Bode
7c98b3d0d1
prometheus_2: 2.2.1 -> 2.3.2 ( #46333 )
2018-09-17 11:23:12 +02:00
Notkea
f607f45f33
exim: add optional support for PAM ( #46744 )
2018-09-17 10:50:14 +02:00
R. RyanTM
37c3d6c3f6
arangodb: 3.3.14 -> 3.3.15 ( #46305 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arangodb/versions
2018-09-17 10:25:34 +02:00
R. RyanTM
c45dd04946
matomo: 3.5.1 -> 3.6.0 ( #46242 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
matomo
2018-09-17 10:18:39 +02:00
Maximilian Bode
5e21a5aa57
apacheKafka_0_10: 0.10.2.1 -> 0.10.2.2
2018-09-15 10:09:21 -04:00
Maximilian Bode
aa4fe884c8
apacheKafka_0_11: 0.11.0.1 -> 0.11.0.3
2018-09-15 10:09:21 -04:00
Maximilian Bode
27e8734642
apacheKafka_1_0: 1.0.1 -> 1.0.2
2018-09-15 10:09:21 -04:00
Maximilian Bode
00ed6a6b30
apacheKafka_1_1: 1.1.0 -> 1.1.1
2018-09-15 10:09:21 -04:00
Maximilian Bode
e5a5cd4806
apacheKafka: 1.1.0 -> 2.0.0
2018-09-15 10:09:21 -04:00
WilliButz
81156549a2
prometheus-snmp-exporter: 0.11.0 -> 0.13.0 ( #46677 )
2018-09-15 02:02:34 +02:00
xeji
c2c9c6adfe
Merge pull request #46385 from xeji/p/broken
...
mark long-failing packages broken for 18.09
2018-09-15 00:54:49 +02:00
WilliButz
21324ef0e4
prometheus-dovecot-exporter: 0.1.1 -> 0.1.3
2018-09-13 21:07:21 +02:00
Robin Gloster
ee21f64f6a
Merge pull request #46614 from mayflower/atlassian-update
...
Atlassian update
2018-09-13 19:52:59 +02:00
Simon Lackerbauer
a431f3e35d
atlassian-jira: 7.12.0 -> 7.12.1
2018-09-13 19:32:33 +02:00
rembo10
6fb62ac285
sickrage: init at v2018.07.21-1
2018-09-13 19:11:18 +02:00
rembo10
4a2b028921
sickgear: init at 0.17.5
2018-09-13 19:11:18 +02:00
rembo10
437bcdfed5
sickbeard: init at 2016-03-21
2018-09-13 19:11:17 +02:00
Simon Lackerbauer
f05e51abed
atlassian-crowd: 3.1.2 -> 3.2.5
2018-09-13 19:09:22 +02:00
Simon Lackerbauer
4d962b6dcd
atlassian-confluence: 6.8.0 -> 6.11.1
2018-09-13 19:07:53 +02:00
WilliButz
68b25008e2
grafana: 5.2.3 -> 5.2.4
2018-09-13 18:22:37 +02:00
Uli Baum
19d1daedd0
kippo: mark as broken
...
no successful hydra build since 2017-12-11
2018-09-13 00:58:57 +02:00
R. RyanTM
1b5744a42d
radarr: 0.2.0.995 -> 0.2.0.1120 ( #46185 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
radarr
2018-09-12 22:52:09 +02:00
R. RyanTM
cdf162eafb
uftp: 4.9.7 -> 4.9.8 ( #46175 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
uftp
2018-09-12 22:48:50 +02:00
Jörg Thalheim
1bdba70b71
Merge pull request #44496 from Yarny0/hylafaxplus
...
Hylafaxplus
2018-09-11 10:48:19 +01:00
Matthew Bauer
22076da35f
Merge pull request #46156 from r-ryantm/auto-update/xcb-util-xrm
...
xcbutilxrm: 1.2 -> 1.3
2018-09-10 15:00:11 -05:00
adisbladis
76d4ff205b
Merge pull request #46405 from swdunlop/nats-streaming-server-0.11.0
...
nats-streaming-server: init at 0.11.0
2018-09-11 01:04:50 +08:00
R. RyanTM
aba0fe5d62
metabase: 0.30.0 -> 0.30.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
metabase
2018-09-09 23:33:02 -05:00
xeji
17c51ef436
Merge pull request #45925 from markuskowa/ompi-up
...
slurm: 17.11.9-2 -> 18.08.0-1
2018-09-09 14:20:00 +02:00
R. RyanTM
836ce9d91e
nextcloud: 13.0.5 -> 13.0.6 ( #46236 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
nextcloud
2018-09-09 14:16:41 +02:00
Scott W. Dunlop
c69933f71b
nats-streaming-server: init at 0.11.0
2018-09-08 23:11:24 +00:00
Markus Kowalewski
7a5b42161f
slurm: 17.11.9-2 -> 18.08.0-1
2018-09-08 23:14:54 +02:00
Uli Baum
15fedb51b3
frab: mark as broken
...
No successful hydra build since 2018-02-14.
The build fails in the ruby gem json-1.8.3, which we cannot
mark directly as broken in nixpkgs, so we mark this as broken.
2018-09-08 20:08:49 +02:00
Michael Weiss
a6934b2389
sks: Adapt the package to NixOS (pkgs.db provides only "db_stat")
2018-09-08 16:24:05 +02:00
Michael Weiss
d02c6a56cc
sks: Copy the web examples to $webSamples for the module
2018-09-08 16:24:05 +02:00
Yarny0
a08b633fe7
HylaFAX+: init at 5.6.0
...
Create the top-level packages attribute
'hylafaxplus' that builds HylaFAX+ .
Note:
The nobody uid and the nogroup gid
are hardcoded in the package.
The package build recipe file
contains options to modify these ids.
2018-09-08 14:21:40 +02:00
Robert Schütz
c42f0f95bb
home-assistant: 0.77.2 -> 0.77.3
2018-09-06 20:22:56 +02:00
Paul TREHIOU
fc2c606a7a
jackett: 0.9.41 -> 0.10.160 ( #46114 )
...
* jackett: update mono to 5.8
Jackett needs mono version >= 5.8
https://github.com/Jackett/Jackett/blob/master/README.md#supported-systems
* jackett: 0.9.41 -> 0.10.160
2018-09-06 18:02:33 +02:00
R. RyanTM
f3bc6aec00
xcbutilxrm: 1.2 -> 1.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
xcb-util-xrm
2018-09-06 07:38:41 -07:00
Michael Raskin
6ea0c3e271
matrix-synapse: 0.33.3 -> 0.33.3.1
2018-09-06 17:16:45 +03:00
Shea Levy
18337f3ece
Merge branch 'no-toPath'
2018-09-06 08:09:53 -04:00
Janne Heß
a885e886b6
nullidentdmod: Init at 1.3 ( #46040 )
2018-09-05 11:09:55 +02:00
Michele Guerini Rocco
ca850897c8
pdns-recursor: 4.1.3 -> 4.1.4 ( #45984 )
2018-09-03 22:15:11 +02:00
Vladimír Čunát
0a5b8ef8c4
knot-dns: 2.7.1 -> 2.7.2
...
https://lists.nic.cz/pipermail/knot-dns-users/2018-August/001423.html
2018-09-03 14:40:34 +02:00
Robert Schütz
e5bd748795
home-assistant: 0.77.1 -> 0.77.2
2018-09-02 09:45:31 +02:00
R. RyanTM
42971e1068
powerdns: 4.1.3 -> 4.1.4 ( #45805 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
powerdns
2018-09-01 23:20:01 +02:00
Silvan Mosberger
29f9a50958
Merge pull request #45904 from symphorien/elasticsearch-now-review
...
elasticsearch plugins: don't use lib.version
2018-09-01 17:53:28 +02:00
Symphorien Gibol
53744fe7dd
elasticsearch plugins: don't use lib.version
...
This is wrong and makes the hash change on each nixpkgs commit.
2018-09-01 16:32:59 +02:00
R. RyanTM
b8b71e26ed
dico: 2.5 -> 2.6 ( #45837 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
dico
2018-09-01 14:08:38 +02:00
xeji
5da41a3d71
Merge pull request #45154 from r-ryantm/auto-update/rpcbind
...
rpcbind: 0.2.4 -> 1.2.5
2018-08-31 20:15:22 +02:00
Robert Schütz
13c6a9ba86
home-assistant: 0.76.1 -> 0.77.1
2018-08-31 19:07:35 +02:00
Franz Pletz
647b5b1a29
nginxMainline: 1.15.2 -> 1.15.3
2018-08-31 14:42:14 +02:00
Michael Raskin
37c0f1cafa
matrix-synapse: 0.33.0 -> 0.33.3
2018-08-31 14:50:15 +03:00
Uli Baum
f2a4adfec2
rpcbind: switch to upstream git repo, drop patch
2018-08-31 00:04:15 +02:00
xeji
94f71d800d
Merge pull request #45808 from markuskowa/licenses-11
...
Add licenses
2018-08-30 22:45:17 +02:00
Markus Kowalewski
5c9fbdfbfc
bsd_fingerd: add license
2018-08-30 22:29:17 +02:00
Timo Kaufmann
2a606200bc
Merge pull request #45794 from r-ryantm/auto-update/wallabag
...
wallabag: 2.3.2 -> 2.3.3
2018-08-30 22:13:38 +02:00
R. RyanTM
1adcb8890a
wallabag: 2.3.2 -> 2.3.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wallabag
2018-08-30 09:12:20 -07:00
Simon Lackerbauer
d347eed514
atlassian-jira: 7.11.2 -> 7.12.0
...
(cherry picked from commit b2f042dfd8edf67d3096ff3294ff9050890ecfdd)
2018-08-30 12:42:22 +02:00
Simon Lackerbauer
003ca4ecd2
atlassian-jira: 7.11.1 -> 7.11.2
...
(cherry picked from commit aa52aa68a33313e4e209872a0422622ae65116cc)
2018-08-30 12:42:22 +02:00
Simon Lackerbauer
9362fb6af4
atlassian-jira: 7.11.0 -> 7.11.1
...
(cherry picked from commit 093eb27a9e5793343f6506d063debb3d11794ac1)
2018-08-30 12:42:22 +02:00
xeji
f629d36560
Merge pull request #45411 from alyssais/linux-libre
...
linux-libre: init
2018-08-30 09:01:00 +02:00
R. RyanTM
96ae011720
nagios: 4.4.1 -> 4.4.2 ( #45558 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions .
2018-08-28 13:53:51 +02:00
Jörg Thalheim
fc32a36956
Merge pull request #45585 from erosennin/clickhouse
...
clickhouse: 18.5.1 -> 18.10.3
2018-08-28 12:05:34 +01:00
R. RyanTM
0f9e0e15fc
shaarli: 0.10.0 -> 0.10.2 ( #45538 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions .
2018-08-28 00:39:17 +02:00
R. RyanTM
294c3605a3
virtlyst: 1.1.0 -> 1.2.0 ( #45121 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virtlyst/versions .
2018-08-27 20:59:27 +02:00
Tuomas Tynkkynen
9236e9a28d
zabbix34: Compile with OpenSSL
...
Fixes:
"TLSConnect" configuration parameter cannot be used: Zabbix agent was compiled without TLS support
2018-08-27 18:41:09 +03:00
Timo Kaufmann
83bb07646c
Merge pull request #45606 from r-ryantm/auto-update/charybdis
...
charybdis: 4.1 -> 4.1.1
2018-08-26 20:10:35 +02:00
Bas van Dijk
7d04961c95
Merge pull request #44389 from Mic92/es6
...
elasticsearch: use 6.x as default version, remove unsupported releases
2018-08-25 17:04:07 +02:00
Uli Baum
da0ce8ca52
munin: fix build
...
fallout from perl 5.24 -> 5.28 update
2018-08-25 01:00:05 +02:00
R. RyanTM
e56f668bfd
charybdis: 4.1 -> 4.1.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/charybdis/versions .
2018-08-24 12:54:44 -07:00
sjau
030cf55923
Plex: 1.13.4 -> 1.13.5 ( #45578 )
2018-08-24 18:36:32 +02:00
Andrey Golovizin
ac2cbcf10e
clickhouse: 18.5.1 -> 18.10.3
2018-08-24 15:25:00 +02:00
Vladimír Čunát
7db611f2af
Merge branch 'staging'
...
Includes libX11 security update.
2018-08-24 09:19:43 +02:00
Guillaume Loetscher
86b51e40ad
Bumping mono to 5.4.1.6 ( #45516 )
2018-08-24 00:42:47 +02:00
Bas van Dijk
551fec4467
Merge branch 'master' into es6
2018-08-23 23:41:27 +02:00
R. RyanTM
3c00ac3572
metabase: 0.29.3 -> 0.30.0 ( #45182 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/metabase/versions .
2018-08-23 23:18:59 +02:00
R. RyanTM
3852e136b0
arangodb: 3.3.12 -> 3.3.14 ( #45272 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/arangodb/versions .
2018-08-23 23:18:04 +02:00
xeji
30ac3b14ab
Merge pull request #45351 from swdunlop/nats
...
gnatsd: init at 1.2.0
2018-08-23 22:49:51 +02:00
Jörg Thalheim
5e9cbc1291
Merge pull request #45410 from alyssais/linuxPackages_4_18-broken
...
Mark broken kernel modules on Linux 4.18
2018-08-23 18:37:33 +01:00
Robert Schütz
5044918384
radicale: 2.1.9 -> 2.1.10
2018-08-23 15:43:34 +02:00
WilliButz
c847fbb54e
grafana: 5.2.2 -> 5.2.3
2018-08-23 00:13:06 +02:00
Matthew Bauer
379fc894de
Merge remote-tracking branch 'origin/master' into staging
2018-08-21 15:41:53 -05:00
xeji
691ec455a8
Merge pull request #45246 from r-ryantm/auto-update/couchdb
...
couchdb2: 2.1.2 -> 2.2.0
2018-08-21 20:02:43 +02:00
Vladimír Čunát
cb44c3ff4c
xorg.libX11: 1.6.5 -> 1.6.6 (security)
...
CVE-2018-14598, CVE-2018-14599, CVE-2018-14600
https://lists.x.org/archives/xorg-announce/2018-August/002915.html
2018-08-21 19:32:13 +02:00
R. RyanTM
13f719a3a9
jackett: 0.9.1 -> 0.9.41 ( #45209 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions .
2018-08-21 19:28:30 +02:00
Robert Schütz
33be3c4630
home-assistant: 0.75.2 -> 0.76.1
...
Also simplify the way overrides are defined for better readability
and use the opportunity to introduce a packageOverrides option.
2018-08-21 19:26:54 +02:00
Vladimír Čunát
765d695b89
Merge branch 'staging-next'
...
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
R. RyanTM
3fc5aa6cd4
neo4j: 3.4.1 -> 3.4.5 ( #45187 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neo4j/versions .
2018-08-21 14:48:22 +02:00
Peter Hoeg
69567fc0a7
unifiTesting: 5.8.14 -> 5.9.22
2018-08-21 09:34:52 +08:00
Peter Hoeg
cabdb0c711
unifiStable: 5.7.23 -> 5.8.28
2018-08-21 09:34:52 +08:00
Peter Hoeg
69e5ddc456
unifiLTS: 5.6.37 -> 5.6.39
2018-08-21 09:34:52 +08:00
Alyssa Ross
33a1044c32
linuxPackages*.openafs*: use modDirVersion
...
`version` doesn't include .0 patch versions, or suffixes (eg -gnu).
For .0 patch versions, this isn't a problem, since the glob takes care
of everything after a `.`. It does, however, prevent openafs installing
for suffixed kernels.
2018-08-21 00:39:38 +02:00
Alyssa Ross
358ca401da
linuxPackages_4_18.openafs_1_8: broken
2018-08-21 00:34:54 +02:00
Alyssa Ross
8a66aacad7
linuxPackages_4_18.openafs: broken
2018-08-21 00:34:53 +02:00
Jörg Thalheim
3280fa006d
Merge pull request #45375 from markuskowa/slurm-up
...
slurm: 17.11.7 -> 17.11.9-2
2018-08-20 15:59:21 +01:00
Jörg Thalheim
a4869cb294
Merge pull request #45372 from fgaz/facette/0.4.0-0.4.1
...
facette: 0.4.0 -> 0.4.1
2018-08-20 15:28:02 +01:00
Francesco Gazzetta
0e0e963847
facette: mark as broken since it requires internet
...
It _is_ buildable, just not without an internet connection (like in hydra)
2018-08-20 16:17:15 +02:00
Johannes Frankenau
f0a354437b
mpd: 0.20.20 -> 0.20.21
2018-08-20 14:06:27 +02:00
Christoph Hrdinka
613fdc48dd
Merge pull request #45176 from r-ryantm/auto-update/nsd
...
nsd: 4.1.23 -> 4.1.24
2018-08-20 13:39:49 +02:00
Markus Kowalewski
0be340f455
slurm: 17.11.7 -> 17.11.9-2
2018-08-20 13:37:23 +02:00
Francesco Gazzetta
fbab1a3cae
facette: 0.4.0 -> 0.4.1
2018-08-20 11:43:36 +02:00
Vladimír Čunát
8d539c9933
knot-dns, knot-resolver: major updates
...
They're in a single commit, as splitting would break knot-resolver build.
https://gitlab.labs.nic.cz/knot/knot-dns/blob/v2.7.1/NEWS
https://gitlab.labs.nic.cz/knot/knot-resolver/blob/v3.0.0/NEWS
2018-08-20 11:23:36 +02:00
John Ericson
440ac01e5a
postgresql: Fix cross compilation
...
b1548ce080
dropped the C compiler prefix
2018-08-20 10:12:18 +02:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
...
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
Markus Kowalewski
552b20f4b8
frab: add meta data
2018-08-20 00:31:19 +02:00
R. RyanTM
aacb2840d1
pgbouncer: 1.8.1 -> 1.9.0 ( #45168 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions .
2018-08-19 22:47:48 +02:00
R. RyanTM
7fa8623d11
pgroonga: 2.0.6 -> 2.0.9 ( #45167 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions .
2018-08-19 22:47:22 +02:00
Scott W. Dunlop
61cf6545f7
gnatsd: init at 1.2.0
2018-08-19 11:48:27 -07:00
Joachim F
a287d3ece7
Merge pull request #45319 from Chiiruno/dev/hydron
...
hydron: 2018-08-15 -> 2018-08-18
2018-08-19 18:15:07 +00:00
Vladimír Čunát
b1548ce080
postgresql*: fixup build by a side-step
...
https://github.com/NixOS/nixpkgs/pull/44767#issuecomment-414066070
2018-08-19 09:07:00 +02:00
Jörg Thalheim
cfe738baf9
Merge pull request #45284 from orivej/msgpack
...
msgpack: rename from libmsgpack
2018-08-19 07:54:31 +01:00
adisbladis
31add5b183
Merge pull request #45190 from r-ryantm/auto-update/memcached
...
memcached: 1.5.9 -> 1.5.10
2018-08-19 14:20:52 +08:00
Okina Matara
7ce5ff0e56
hydron: 2018-08-15 -> 2018-08-18
2018-08-18 21:31:27 -05:00
Orivej Desh
65663f883c
msgpack: rename from libmsgpack
...
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Andreas Rammhold
5da1d01bf2
mariadb: 10.2.16 -> 10.2.17 ( #45199 )
...
Bump to latest stable version of the 10.2.x branch. Besides many bug fixes the
following security related issues have been fixed:
- CVE-2018-3060
- CVE-2018-3064
- CVE-2018-3063
- CVE-2018-3058
- CVE-2018-3066
Release notes: https://mariadb.com/kb/en/library/mariadb-10217-release-notes/
2018-08-18 12:14:13 +02:00
Vladimír Čunát
c13bbda5b3
Merge #45146 into staging: postgresql security updates
2018-08-18 08:56:21 +02:00
Vladimír Čunát
14aa936ec5
Merge branch 'staging-next' into staging
2018-08-17 20:53:27 +02:00
Vladimír Čunát
209730208a
Merge branch 'staging-next'
2018-08-17 20:51:31 +02:00
Jörg Thalheim
0d941593d4
Merge pull request #42740 from dasJ/rainloop
...
rainloop: Init at 1.12.1
2018-08-17 16:05:21 +01:00
Vladimír Čunát
fe32659616
Merge #44235 : add various lua modules
2018-08-17 14:23:14 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
R. RyanTM
841d3a5da3
couchdb2: 2.1.2 -> 2.2.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/couchdb/versions .
2018-08-17 04:35:22 -07:00
R. RyanTM
a3a70227ba
memcached: 1.5.9 -> 1.5.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/memcached/versions .
2018-08-16 22:24:47 -07:00
R. RyanTM
6e1d3cbe6b
lighttpd: 1.4.49 -> 1.4.50
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lighttpd/versions .
2018-08-17 06:46:21 +02:00
R. RyanTM
f82f933437
nsd: 4.1.23 -> 4.1.24
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nsd/versions .
2018-08-16 20:36:01 -07:00
R. RyanTM
1758e15810
rpcbind: 0.2.4 -> 1.2.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/rpcbind/versions .
2018-08-16 13:51:41 -07:00
Daiderd Jordan
1d417c39f0
Merge pull request #45150 from r-ryantm/auto-update/shairport-sync
...
shairport-sync: 3.2 -> 3.2.1
2018-08-16 22:37:25 +02:00
R. RyanTM
f7bb35ffc9
shairport-sync: 3.2 -> 3.2.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shairport-sync/versions .
2018-08-16 13:20:45 -07:00
Andreas Rammhold
5de601e0d2
postgresql93: 9.3.23 -> 9.3.24
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-3-24.html
2018-08-16 21:52:37 +02:00
Andreas Rammhold
2abb00e249
postgresql94: 9.4.18 -> 9.4.19
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-4-19.html
2018-08-16 21:52:37 +02:00
Andreas Rammhold
98d8db4c32
postgresql95: 9.5.13 -> 9.5.14
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-5-14.html
2018-08-16 21:52:30 +02:00
Andreas Rammhold
94c35894b0
postgresql96: 9.6.9 -> 9.6.10
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-6-10.html
2018-08-16 21:41:05 +02:00
Andreas Rammhold
1c4fc1dbd9
postgresql100: 10.4 -> 10.5
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-10-5.html
2018-08-16 21:38:29 +02:00
Timo Kaufmann
c0b9a7ec8b
Merge pull request #45132 from r-ryantm/auto-update/timescaledb
...
timescaledb: 0.10.1 -> 0.11.0
2018-08-16 20:54:29 +02:00
R. RyanTM
87db3da091
timescaledb: 0.10.1 -> 0.11.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/timescaledb/versions .
2018-08-16 11:35:39 -07:00
Jörg Thalheim
5bf43e47d3
Merge pull request #45098 from Chiiruno/dev/hydron
...
Fix hydron service, update hydron and meguca
2018-08-16 10:10:27 +02:00
Okina Matara
f1b9334c94
meguca: 2018-08-02 -> 2018-08-13
2018-08-15 22:22:11 -05:00
Okina Matara
4513bad4e7
hydron: 2018-07-30 -> 2018-08-15
2018-08-15 22:09:00 -05:00
Andreas Rammhold
67ea2c0ffe
samba: 4.7.6 -> 4.7.9
...
Version 4.7.9 is a security release. The versions 4.7.7 & 4.7.8 contain
numerous bug fixes.
This fixes a couple of security related issues:
- https://www.samba.org/samba/security/CVE-2018-10858.html
- https://www.samba.org/samba/security/CVE-2018-10918.html
- https://www.samba.org/samba/security/CVE-2018-10919.html
- https://www.samba.org/samba/security/CVE-2018-1139.html
Changelogs for the version upgrades can be found below.
- https://www.samba.org/samba/history/samba-4.7.7.html
- https://www.samba.org/samba/history/samba-4.7.8.html
- https://www.samba.org/samba/history/samba-4.7.9.html
2018-08-15 23:39:16 +02:00
Christoph Hrdinka
72a35533e0
postgresql: fix tzdata path
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-08-14 19:07:32 +01:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
R. RyanTM
e0eb7d9ed7
cstore_fdw: 1.6.0 -> 1.6.1 ( #44792 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cstore_fdw/versions .
2018-08-13 14:35:53 +02:00
R. RyanTM
3d30b32ab2
shaarli: 0.9.7 -> 0.10.0 ( #44693 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/shaarli/versions .
2018-08-13 14:29:32 +02:00
R. RyanTM
9cc733cfaf
groonga: 8.0.2 -> 8.0.5 ( #44783 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/groonga/versions .
2018-08-13 14:26:30 +02:00
R. RyanTM
c86a50b3cb
redis: 4.0.10 -> 4.0.11 ( #44684 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/redis/versions .
2018-08-12 20:03:37 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Malakhovski
fed9423825
knot-dns: enable check, disable installcheck
2018-08-11 09:35:40 +00:00
Jan Malakhovski
7cd3de615d
redis: disable tests
2018-08-11 09:35:36 +00:00
Jan Malakhovski
6c1a9d9d79
lighttpd: make tests run, but disable
2018-08-11 09:35:32 +00:00
Jan Malakhovski
f27dda4f55
xcbutilxrm: use checkInputs
2018-08-11 09:35:25 +00:00
Jan Malakhovski
2481ed88c7
myserver: use checkInputs
2018-08-11 09:35:25 +00:00
Jan Malakhovski
0449c1258c
knot-resolver: use checkInputs
2018-08-11 09:35:25 +00:00
Pascal Wittmann
a34579e01e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Jan Malakhovski
b135329dc5
treewide: random cleanups
2018-08-10 12:56:31 +00:00
Yegor Timoshenko
e0b3d77ccd
Merge pull request #44823 from yegortimoshenko/20180809.194425/youtrack
...
youtrack: 2018.1.41051 -> 2018.2.42284
2018-08-10 13:00:49 +03:00
xeji
fc283bd41c
Merge pull request #44824 from yegortimoshenko/20180809.194746/prometheus
...
prometheus-node-exporter: work around prometheus/node_exporter#870
2018-08-10 00:07:16 +02:00
Yegor Timoshenko
c2839a8e1f
prometheus-node-exporter: add comment pointing to upstream bug
2018-08-10 00:52:21 +03:00
R. RyanTM
bbfed77bec
mysql57: 5.7.22 -> 5.7.23 ( #44740 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mysql/versions .
2018-08-09 21:51:16 +02:00
Yorick van Pelt
369cc995d1
youtrack: 2018.1.41051 -> 2018.2.44329
2018-08-09 21:46:21 +03:00
Silvan Mosberger
81634e8498
uchiwa: fix build
2018-08-09 20:41:41 +02:00
Yegor Timoshenko
bdf2850262
prometheus-node-exporter: work around prometheus/node_exporter#870
...
See: https://github.com/prometheus/node_exporter/issues/870
2018-08-09 19:47:56 +03:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Christoph Hrdinka
962570e16d
Merge pull request #44737 from r-ryantm/auto-update/nsd
...
nsd: 4.1.22 -> 4.1.23
2018-08-09 10:55:44 +02:00
Frederik Rietdijk
786cbba7be
Merge pull request #44447 from NixOS/staging-next
...
Staging next
2018-08-09 09:04:03 +02:00
Vladimír Čunát
94e608d587
Merge branch 'master' into staging-next
2018-08-09 08:48:04 +02:00
Jörg Thalheim
33247bce39
Merge pull request #44797 from r-ryantm/auto-update/cadvisor
...
cadvisor: 0.29.1 -> 0.30.2
2018-08-09 07:39:35 +01:00
adisbladis
b6636d7393
Merge pull request #44805 from r-ryantm/auto-update/airsonic
...
airsonic: 10.1.1 -> 10.1.2
2018-08-09 13:53:03 +08:00
R. RyanTM
e4de4863c7
airsonic: 10.1.1 -> 10.1.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/airsonic/versions .
2018-08-08 20:15:42 -07:00
R. RyanTM
a2fcc1f7a8
cadvisor: 0.29.1 -> 0.30.2
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cadvisor/versions .
2018-08-08 19:28:02 -07:00
Austin Seipp
8f8b7e1b86
h2o: fix compatibility with libressl 2.7+
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-08 18:59:22 -05:00
R. RyanTM
a890fe9b4a
nsd: 4.1.22 -> 4.1.23
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nsd/versions .
2018-08-08 10:36:40 -07:00
R. RyanTM
aec2a6d8e0
rt: 4.4.2 -> 4.4.3 ( #44685 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rt/versions .
2018-08-08 15:33:41 +02:00
Robert Schütz
6342ab656c
Merge pull request #44446 from rnhmjoj/python2->python3
...
Make python{2,3} version explicit
2018-08-08 11:18:21 +02:00
xeji
90e72bb769
Merge pull request #44146 from Izorkin/tengine
...
tengine: init init at v2.2.2
2018-08-08 10:58:25 +02:00
adisbladis
1d4ee0a2ef
Merge pull request #44660 from r-ryantm/auto-update/zookeeper
...
zookeeper: 3.4.12 -> 3.4.13
2018-08-08 14:33:23 +08:00
R. RyanTM
68fdd6422b
zookeeper: 3.4.12 -> 3.4.13
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zookeeper/versions .
2018-08-07 20:39:57 -07:00
rnhmjoj
0b488f49fd
varnish: use python2
2018-08-08 02:20:55 +02:00
rnhmjoj
1ba3d8b7d1
mailman: use python2
2018-08-08 02:20:54 +02:00
rnhmjoj
c8784f9cd8
searx: use python3
2018-08-08 02:20:54 +02:00
rnhmjoj
cdb3e689f6
matrix-synapse: use python2
2018-08-08 02:20:54 +02:00
Austin Seipp
6220a31908
clickhouse: 18.1.0 -> 18.5.1, fix build and use ninja
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-07 18:40:39 -05:00
Janne Heß
022b81f3f8
tt-rss-theme-feedly: Init at 1.4.0 ( #44634 )
2018-08-07 23:33:15 +02:00
Uli Baum
5a25e17628
tengine: fix build with gcc7
2018-08-07 22:02:39 +02:00
Janne Heß
f9980af8ac
tt-rss-plugin-tumblr-gdpr: Init at 1.2 ( #44620 )
2018-08-07 21:36:15 +02:00
Janne Heß
f3a095dbd2
rainloop: Init at 1.12.1
2018-08-07 19:01:39 +02:00
xeji
1924e14d2e
Merge pull request #44615 from fuzzy-id/cassandra-version-bumps
...
Cassandra version bumps
2018-08-07 18:21:53 +02:00
Thomas Bach
31e11bdd60
cassandra: rewrote service from scratch
...
Adds a replacement for the previously broken
`services.database.cassandra` with tests for a multi-node setup.
2018-08-07 14:48:43 +00:00
Thomas Bach
2fb2c856a1
cassandra: 3.11.2 -> 3.11.3
2018-08-07 16:21:53 +02:00
Thomas Bach
4ad52535b3
cassandra: 3.0.15 -> 3.0.17
2018-08-07 16:21:52 +02:00
Thomas Bach
145b026fb4
cassandra: 2.2.11 -> 2.2.13
2018-08-07 16:21:51 +02:00
Thomas Bach
d3661c678e
cassandra: 2.1.19 -> 2.1.20
2018-08-07 16:21:51 +02:00
Robert Schütz
db436734cd
home-assistant: 0.75.1 -> 0.75.2
2018-08-06 21:23:17 +02:00
Pascal Wittmann
f22ffa6b6a
morty: add license
...
see issue #43716
2018-08-06 12:43:58 +02:00
Pascal Wittmann
7baa750efc
riak: add license
...
see issue #43716
2018-08-06 12:26:03 +02:00
Michiel Leenaars
e61dae0f0f
matterbridge: 1.7.1 -> 1.11.0
2018-08-06 12:25:25 +02:00
Vladimír Čunát
f504af072b
Merge branch 'master' into staging-next
...
There's been some large rebuild on master.
I don't really have time ATM to find what it was.
2018-08-06 12:07:37 +02:00
Pascal Wittmann
f7be21f4c9
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/development/libraries/exiv2/default.nix
Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Uli Baum
6820e2f0dd
mpd: don't use smbclient alias
...
didn't eval on Hydra as release.nix doesn't allow aliases, see #44299
Use samba instead.
2018-08-06 10:07:20 +02:00
Izorkin
5fce5fadf5
tengine: init init at v2.2.2
2018-08-06 08:11:03 +03:00