3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

4713 commits

Author SHA1 Message Date
Yann Hodique d02fac35a5 dgraph: 0.8.1 -> 0.8.2 2017-09-28 00:32:15 +02:00
Robin Gloster 6b05651c20
Revert "postgresql: Add dev output"
Firstly this creates a cycle in 9.6 .out <-> .dev after fixing the PGXS
path.

Secondly this breaks extension handling and the pg_config as it
resolves a lot of paths relatively resulting in the following bogus
output:

BINDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/bin
DOCDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc
HTMLDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/doc
INCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include
PKGINCLUDEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include
INCLUDEDIR-SERVER = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/include/server
LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
LOCALEDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/locale
MANDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share/man
SHAREDIR = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/share
SYSCONFDIR = /etc/postgresql
PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
CFLAGS_SL = -fPIC
LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm
VERSION = PostgreSQL 9.5.9

This can probably only be properly fixed by rewriting pg_config in large
parts as it does not in any way respect splitting the postgres tree and
assumes it can simply resolve paths relative to its location. This does
not even handle symlinks:

$ result-dev/bin/pg_config
BINDIR = /home/robin/dev/nixpkgs-upstream/result-dev/bin
DOCDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc
HTMLDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/doc
INCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include
PKGINCLUDEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/include
INCLUDEDIR-SERVER = /home/robin/dev/nixpkgs-upstream/result-dev/include/server
LIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
PKGLIBDIR = /nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib
LOCALEDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/locale
MANDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share/man
SHAREDIR = /home/robin/dev/nixpkgs-upstream/result-dev/share
SYSCONFDIR = /etc/postgresql
PGXS = /nix/store/csiq6zkn2c994kkdjln461jvgbka4yb1-postgresql-9.5.9-dev/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--prefix=/nix/store/irqqq4g173g9xrk1mh12kxv0s1d8dbyh-postgresql-9.5.9' '--with-openssl' '--with-libxml' '--sysconfdir=/etc' '--libdir=/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib' '--with-ossp-uuid' 'CC=gcc'
CC = gcc
CPPFLAGS = -D_GNU_SOURCE -I/nix/store/z6r0j2b4bcdfw3pck2x6ay0vvx0qzb92-libxml2-2.9.5-dev/include/libxml2
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -O2
CFLAGS_SL = -fPIC
LDFLAGS = -L../../../src/common -L/nix/store/ighspl5sa3qi1zy7nkih0c9p73xjfqa6-libxml2-2.9.5/lib -Wl,--as-needed -Wl,-rpath,'/nix/store/85s9m7hpfzsl93wcb5gr6ii2km9mpx3z-postgresql-9.5.9-lib/lib',--enable-new-dtags
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lrt -lcrypt -ldl -lm
VERSION = PostgreSQL 9.5.9

cc @edolstra

Revert "bacula: fix after postgresql output splitting"

This reverts commit 13c9cbacdd.

Revert "postgresql: fix pgxs dir in pg_config"

This reverts commit 21998d597b.

Revert "rubyGems.pg: fix postgresql path"

This reverts commit e253ae7d3a.

Revert "kea: fix path to pg_config"

This reverts commit 086c636eb7.

Revert "php: fix build wrt. new postgres.dev build output"

This reverts commit 2f23a83920.

Revert "gdal: fix path to pg_config"

This reverts commit 032c50d45b.

Revert "postgresql: Add dev output"

This reverts commit b0280f598e.
2017-09-27 21:58:44 +02:00
Robin Gloster 21998d597b
postgresql: fix pgxs dir in pg_config 2017-09-27 19:19:53 +02:00
makefu 9636e75464
udpt: 2016-02-20 -> 2017-09-27 2017-09-27 19:09:03 +02:00
Tristan Helmich 71cc54300e emby: 3.2.30.0 -> 3.2.32.0 2017-09-27 16:37:50 +02:00
Tim Steinbach 0bc5d15aee Merge pull request #29834 from florianjacob/mariadb-10.1.26
mariadb: 10.1.25 -> 10.1.26
2017-09-27 07:22:58 -04:00
Florian Jacob e911e39c26 mariadb: 10.1.25 -> 10.1.26 2017-09-27 09:42:32 +02:00
Peter Hoeg dd6591c506 uchiwa: 0.25.3 -> 0.26.0 2017-09-26 17:53:42 +08:00
Eelco Dolstra b0280f598e
postgresql: Add dev output
This reduces the closure size of postgresql.out by 72 MiB.
2017-09-25 16:04:39 +02:00
Philipp Hausmann 00bc46b722 FusionInventory: Remove unused parameters 2017-09-25 10:39:11 +02:00
Philipp Hausmann 2490dea9d0 FusionInventory: Disable tests requiring network access. 2017-09-25 10:39:11 +02:00
Philipp Hausmann de3d26165f FusionInventory: Init at 2.3.18 2017-09-25 10:39:11 +02:00
volth a047e19c15 timescaledb: include schema migration .sql scripts 2017-09-24 15:56:22 +00:00
volth 0f67947f32 timescaledb: 0.4.2 -> 0.5.0 2017-09-24 15:39:55 +00:00
Jörg Thalheim 33c2fdbc8c Merge pull request #29722 from izuk/plex
plex: 1.8.4 -> 1.9.1
2017-09-24 14:18:17 +01:00
Itai Zukerman e24dc4d7ba plex: 1.8.4 -> 1.9.1 2017-09-23 19:58:16 -07:00
Joachim Fasting cb94feb2d1
openafs-client: 1.6.21 -> 1.6.21.1
Per https://www.openafs.org/dl/openafs/1.6.21.1/RELNOTES-1.6.21.1
this release adds support for linux 4.13

Related to https://github.com/NixOS/nixpkgs/issues/28643
2017-09-23 23:56:38 +02:00
Daiderd Jordan 18ee806811 Merge pull request #29690 from therealpxc/varnish
varnish: enable Darwin build
2017-09-23 21:21:45 +02:00
Vladimír Čunát 7c7f8c9c1d
knot-*: simplify lmdb dependency
Partly thanks to lmdb.pc, partly thanks to 84bd2f4
(hopefully; untested on Darwin).
2017-09-23 14:15:56 +02:00
Patrick Callahan 8be447b522 varnish: enable Darwin build 2017-09-22 17:45:10 -07:00
Vladimír Čunát fd56648a04
knot-resolver: 1.3.3 -> 1.4.0
Also drop rarely used dependencies, by default,
and utilize root server addresses from nixpkgs.
2017-09-22 11:27:59 +02:00
Jörg Thalheim 677371c531 Merge pull request #29630 from florianjacob/piwik-3.1.1
piwik: 3.1.0 -> 3.1.1
2017-09-21 23:52:35 +01:00
John Ericson 6810ae7935 pulseaudio: Add separate runtime libtool dep for dynamic linking 2017-09-21 15:49:55 -04:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson f8a18cd4cf misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sed
Importantly, this included regenerating pkgs/servers/x11/xorg, to
clobber the old sed.
2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson fd9c7eb2e8 misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs 2017-09-21 15:49:53 -04:00
Jörg Thalheim 217add9043 Merge pull request #29451 from jerith666/client-ip-echo-1709
client-ip-echo: init at 0.1.0.1
2017-09-21 19:33:22 +01:00
Jörg Thalheim 31b7bc4c1e Merge pull request #29243 from hamhut1066/master
traefik: init at 1.3.8
2017-09-21 17:00:37 +01:00
Vaibhav Sagar dea2affe6c nginxModules.echo: 0.57 -> 0.61
This fixes #29555.
2017-09-21 11:01:35 +00:00
Florian Jacob 6aea372e28 piwik: 3.1.0 -> 3.1.1 2017-09-21 08:58:02 +02:00
Joachim F 29c1888a57 Merge pull request #29560 from LumiGuide/elk-5.6.1
elk: 5.5.2 -> 5.6.1
2017-09-20 21:56:26 +00:00
Franz Pletz 94a5de61af
unifi: 5.5.20 -> 5.6.16 2017-09-20 23:51:48 +02:00
Simon Lackerbauer 27ed570445
atlassian-jira: 7.4.1 -> 7.5.0 2017-09-20 23:51:42 +02:00
Simon Lackerbauer c95e158143
atlassian-confluence: 6.3.1 -> 6.4.0 2017-09-20 23:51:27 +02:00
Jörg Thalheim c1de354a3d libwebsockets: revert making libuv a propagated build input
it is possible to use libwebsockets without libuv

cc @volth
2017-09-20 02:49:31 +01:00
Volth 6950da832d mosquitto: 1.4 -> 1.4.14
fixes #29567
2017-09-19 20:31:00 +01:00
Bas van Dijk ea8e7ed1e3 elk: 5.5.2 -> 5.6.1
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.1.html
* https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-1.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.6.1.html
2017-09-19 10:52:08 +02:00
Jörg Thalheim ad2004afd3 traefik: link against libc, set build version/codename
this way gethostbyname() works as indented
2017-09-19 08:14:57 +01:00
Volth 716849c97e timescaledb: init at 0.4.2 2017-09-19 00:14:48 +00:00
Ryan Mulligan 20f949376f matterbridge: fix src hash
I used the wrong source hash because of some kind of metadata problem.
See https://github.com/NixOS/nixpkgs/pull/28892#issuecomment-330344570
for details.
2017-09-18 23:24:48 +02:00
Franz Pletz 406c7a0731 Merge pull request #29521 from aneeshusa/ease-radicale-upgrade
Ease radicale upgrade
2017-09-18 23:13:53 +02:00
Franz Pletz ad13618c9b
mirrorbits: init at 0.4 2017-09-18 21:55:41 +02:00
Franz Pletz 05b1e514bc
matterircd: 0.11.4 -> 0.12.0
This version is compatible with our current Mattermost.
2017-09-18 21:52:06 +02:00
WilliButz 8eb3e45f37
grafana: 4.5.0 -> 4.5.1 2017-09-18 16:28:26 +02:00
Franz Pletz c9d11b8a1d
apacheHttpd: fix CVE-2017-9798 (Optionsbleed)
https://blog.fuzzing-project.org/60-Optionsbleed-HTTP-OPTIONS-method-can-leak-Apaches-server-memory.html
2017-09-18 16:04:03 +02:00
Hamish Hutchings 0cc4cb96bb Change to using source files to build traefik 2017-09-18 13:37:36 +01:00
Aneesh Agrawal 61de150aa8 radicale: 2.1.2 -> 2.1.6
Radicale 2.1.5 is the first to support the `--verify-storage` option.
2017-09-18 00:29:01 -07:00
adisbladis ed2f7f509e
redis: 3.2.9 -> 4.0.1 2017-09-18 11:26:16 +08:00
Franz Pletz 7db2916648 Merge pull request #29463 from womfoo/fix-build/freeswitch
freeswitch: fix build
2017-09-17 21:29:58 +02:00
Franz Pletz 64d8f4f972 Merge pull request #29493 from bachp/arangodb-3.2.3
arangodb: 3.2.2 -> 3.2.3
2017-09-17 18:53:22 +02:00
Vaibhav Sagar 70eb31c853 nginx-modules: remove unused fetchpatch 2017-09-17 19:25:50 +08:00
Pascal Bach 6af8b104fd arangodb: 3.2.2 -> 3.2.3 2017-09-17 13:09:07 +02:00
Joachim F 3d3e224ac9 Merge pull request #29350 from phunehehe/rabbitmq-3.6.10
rabbitmq_server: 3.6.6 -> 3.6.10
2017-09-17 11:00:01 +00:00
Joachim F 6437b1c00e Merge pull request #29393 from rnhmjoj/nginx-lua
lua-nginx-module: 0.10.5 -> 0.10.10
2017-09-17 09:49:59 +00:00
Matt McHenry 987867474c client-ip-echo: init at 0.1.0.1 2017-09-16 21:16:53 -04:00
Joachim F c0616a3234 Merge pull request #28892 from ryantm/matterbridge2
matterbridge, modules/matterbridge: init at 1.1.0
2017-09-16 12:43:35 +00:00
Kranium Gikos Mendoza 50edaffb0c freeswitch: fix build 2017-09-16 20:08:08 +10:00
adisbladis 9ede0dea45
caddy: 0.10.7 -> 0.10.9 2017-09-16 16:54:47 +08:00
WilliButz e13e3dd2fb
grafana: 4.4.3 -> 4.5.0 2017-09-15 02:12:32 +02:00
rnhmjoj d0aa64a8e2
lua-nginx-module: 0.10.5 -> 0.10.10 2017-09-14 22:18:57 +02:00
Hoang Xuan Phu 2c58562d48 rabbitmq_server: 3.6.6 -> 3.6.10 2017-09-14 13:47:42 +08:00
Daiderd Jordan 56ea313c29
prometheus-node-exported: fix output cycle on darwin 2017-09-13 22:08:25 +02:00
Joachim F 161b8a2bc8 Merge pull request #29035 from ryantm/update_mattermost
mattermost: 3.8.2 -> 4.1.0
2017-09-13 19:41:10 +00:00
Gabriel Adomnicai 49eb1664d8 meteor: 1.4.2.3 -> 1.5 (#28905) 2017-09-13 19:35:36 +00:00
Joachim F 34b4935850 Merge pull request #29288 from florianjacob/piwik-3.1.0
piwik: 3.0.4 -> 3.1.0
2017-09-13 16:25:45 +00:00
Florian Jacob 556dfedda7 piwik: 3.0.4 -> 3.1.0
Patch for Nix was merged upstream and therefore could be removed.
2017-09-12 23:28:36 +02:00
Daiderd Jordan 734788b71d
nginx: disable pie on darwin 2017-09-12 22:42:04 +02:00
Vladimír Čunát 422adc3063
Merge branch 'staging'
10k staging builds are not yet finished on Hydra (mostly darwin),
but we now have a 20k jobs rebuilding directly on master, so we would
never get to merge this way...
2017-09-12 19:17:52 +02:00
Jörg Thalheim 58c2967c46 Merge pull request #29032 from yesbox/jackett_0.8.151
jackett: 0.7.1308 -> 0.8.151
2017-09-12 09:50:05 +01:00
Frederik Rietdijk 628b6c0e9d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-11 22:52:53 +02:00
Nikolay Amiantov 27a4820c74 trezord: rebuild protobuf files
This allows it to build with Protobuf 3.6
2017-09-11 23:26:43 +03:00
Hamish Hutchings e0b81b9c3c Traefik init at 1.3.8 2017-09-11 18:19:49 +01:00
Ryan Mulligan 9c786d82f2 matterbridge, modules/matterbridge: init at 1.1.0 2017-09-10 08:57:28 -07:00
Sander van der Burg 631abf835e tomcat: bump versions 2017-09-10 14:42:47 +00:00
Tristan Helmich 6d6637549f radarr: 0.2.0.778 -> 0.2.0.846 2017-09-10 13:07:35 +02:00
Jörg Thalheim d8e730d546 Merge pull request #29162 from timor/openafs-client-1.6.21
openafsClient: 1.6.20.2 -> 1.6.21
2017-09-10 09:35:15 +01:00
Daiderd Jordan 9f34890eb3 Merge pull request #29163 from izuk/plex
plex: 1.7.5 -> 1.8.4
2017-09-10 10:22:18 +02:00
Frederik Rietdijk dab3272f47 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-10 08:56:39 +02:00
Itai Zukerman 21bac5cbfb plex: 1.7.5 -> 1.8.4 2017-09-09 15:46:01 -07:00
timor 602e851052 openafsClient: 1.6.20.2 -> 1.6.21 2017-09-10 00:14:03 +02:00
Daiderd Jordan cc7b771fcf
consul: fix output cycle on darwin 2017-09-09 00:22:45 +02:00
Cray Elliott dc3f0d471a pulseaudio: 10.0 -> 11.0
remove darwin patch that has been included in this upstream release
2017-09-08 13:29:45 -07:00
Frederik Rietdijk febd5e323d Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-08 20:48:14 +02:00
Franz Pletz 5901a645a8
searx: fix build 2017-09-07 22:00:27 +02:00
Franz Pletz 0ad1d8939f
atlassian-crowd: 2.12.0 -> 3.0.1 2017-09-07 22:00:27 +02:00
Jörg Thalheim 56ccd27dee Merge pull request #29073 from Mic92/mongodb/2.4.8
mfi-controller: remove
2017-09-07 20:31:19 +01:00
Eelco Dolstra ec8d41f08c
Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"
This reverts commit 0a944b345e, reversing
changes made to 61733ed6cc.

I dislike these massive stdenv changes with unclear motivation,
especially when they involve gratuitous mass renames like NIX_CC ->
NIX_BINUTILS. The previous such rename (NIX_GCC -> NIX_CC) caused
months of pain, so let's not do that again.
2017-09-07 12:51:21 +02:00
Jörg Thalheim 6b6ffd5b21 mfi: remove 2017-09-07 10:24:24 +01:00
Peter Hoeg 41e7e1304e dict: enable the default upstream server so the client works out of the box 2017-09-07 17:17:49 +08:00
Jörg Thalheim 382afe8c62 mongodb248: remove
reason: build fails in hydra
Do still need this and want to maintain this @elitak?
2017-09-07 10:06:00 +01:00
Frederik Rietdijk 38dc9a870f Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-06 14:01:25 +02:00
Joachim F 035459081c Merge pull request #29033 from yesbox/sonarr_2.0.0.4949
sonarr: 2.0.0.4928 -> 2.0.0.4949
2017-09-06 05:15:51 +00:00
John Ericson 40e917d35d Merge pull request #29023 from obsidiansystems/deps-reorg
misc pkgs: Reorganize dependencies ahead of #26805
2017-09-05 18:10:32 -04:00
Ryan Mulligan 65ee687439 mattermost: 3.8.2 -> 4.1.0 2017-09-05 13:27:15 -07:00
yesbox 5059db823a sonarr: 2.0.0.4928 -> 2.0.0.4949 2017-09-05 21:52:00 +02:00
yesbox e70e5de2c7 jackett: 0.7.1308 -> 0.8.151 2017-09-05 21:38:42 +02:00
WilliButz 226a20117d
grafana: 4.3.2 -> 4.4.3 2017-09-05 21:12:17 +02:00
Franz Pletz bbeeee220a
Merge remote-tracking branch 'origin/master' into staging 2017-09-05 20:14:08 +02:00
Franz Pletz 4743d77e57
postgresql96: 9.6.3 -> 9.6.5 2017-09-05 17:49:05 +02:00
Franz Pletz 1b0acfed50
postgresql95: 9.5.7 -> 9.5.9 2017-09-05 17:49:05 +02:00
Franz Pletz df0b19aedc
postgresql94: 9.4.12 -> 9.4.14 2017-09-05 17:49:04 +02:00
Franz Pletz 8b930e716a
postgresql93: 9.3.17 -> 9.3.19 2017-09-05 17:49:04 +02:00
Franz Pletz dbf6e367e8
postgresql9{1,2}: remove, not supported anymore
See https://www.postgresql.org/support/versioning/.
2017-09-05 17:49:04 +02:00
John Ericson 252b36a28d misc pkgs: Recategorize some dependencies 2017-09-05 11:37:10 -04:00
Franz Pletz 6f7f5b5c85
cadvisor: 0.23.8 -> 0.26.1 2017-09-05 14:24:58 +02:00
Franz Pletz 9d7425052b
asterisk-lts: 13.15.0 -> 13.17.1 2017-09-05 13:10:13 +02:00
Franz Pletz abba0b15d8
asterisk-stble: 14.6.0 -> 14.6.1 2017-09-05 13:10:13 +02:00
Frederik Rietdijk d7ef196c26 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-05 10:11:06 +02:00
Robin Gloster 2b928b4775 Merge pull request #28864 from mguentner/samba_4_6_7
samba: 4.6.4 -> 4.6.7
2017-09-04 22:36:02 +02:00
Matt McHenry dbf97a5afe pfixtools: patch to work with gcc 6
Progress on: #28643
fixes #28984
2017-09-04 18:37:01 +01:00
John Ericson 0a944b345e Merge pull request #28557 from obsidiansystems/binutils-wrapper
Binutils-wrapper: Init by refactoring out of cc-wrapper
2017-09-03 10:37:27 -04:00
Vladimír Čunát 37242d98de
Merge branch 'master' into staging 2017-09-03 10:51:11 +02:00
Tristan Helmich 0ca6c58d26 emby: 3.2.28.0 -> 3.2.30.0 2017-09-02 19:36:18 +02:00
Frederik Rietdijk d0dab8a330 Merge remote-tracking branch 'upstream/master' into HEAD 2017-09-02 11:10:52 +02:00
WilliButz 11e92ecca7
freeradius: 3.0.14 -> 3.0.15 2017-09-02 01:13:29 +02:00
Maximilian Güntner e6353a82bf
samba: 4.6.4 -> 4.6.7 2017-09-01 21:00:31 +02:00
John Ericson 3f30cffa55 misc pkgs: Use $NIX_BINUTILS for when needed
Certain files are now only there instead of $NIX_CC (some are in both)
2017-09-01 11:44:55 -04:00
Vladimír Čunát 69dd4f321f
Merge #28802: rethinkdb: fix build with gcc6 2017-08-31 22:04:04 +02:00
Piotr Bogdan 26ebbac2c4 rethinkdb: fix build with gcc6 2017-08-31 15:53:06 +01:00
Franz Pletz 8397dd4285 Merge pull request #28432 from NeQuissimus/389_ds_base_1_3_5_19
389-ds-base: 1.3.5.17 -> 1.3.5.19
2017-08-30 19:57:07 +02:00
William Casarin d277d5288c trezord: 1.2.0 -> 1.2.1
Progress on: #28643
2017-08-30 00:33:20 -07:00
Franz Pletz 7d1d019650 Merge pull request #27826 from Infinisil/radicale
radicale: update to version 2
2017-08-30 02:17:34 +02:00
Steven Conaway 5cf45626eb plex: 1.5.7.4016 -> 1.7.5.4035 (#28514) 2017-08-30 01:42:44 +02:00
Jörg Thalheim 012b6bcbc1 pies: look in /etc for configuration 2017-08-29 23:16:19 +01:00
Will Dietz 780ceffd51 pies: 1.2 -> 1.3
Also, disable format hardening or build fails.
2017-08-29 14:15:50 -05:00
Rushmore Mushambi a12ad2a961 Merge pull request #28702 from rushmorem/cassandra
cassandra: remove myself from maintainers
2017-08-29 20:31:47 +02:00
rushmorem 51d138f401 cassandra: remove myself from maintainers 2017-08-29 20:28:57 +02:00
Rushmore Mushambi 5d36618249 Merge pull request #28701 from rushmorem/caddy
caddy: 0.10.6 -> 0.10.7
2017-08-29 20:20:09 +02:00
rushmorem a9b1a67a10 caddy: 0.10.6 -> 0.10.7 2017-08-29 20:14:41 +02:00
rushmorem 49d86bc076 cockroachdb: 1.0.2 -> 1.0.5 2017-08-29 19:46:21 +02:00
WilliButz 936fee257d freeradius: 3.0.14 -> 3.0.15 2017-08-29 16:45:20 +02:00
Emery Hemingway 3cf149c60d rippled: mark build broken 2017-08-29 08:19:34 -05:00
Peter Simons 25102567cf mini-httpd: update to version 1.7 2017-08-29 13:04:52 +02:00
Peter Hoeg c8bdd873ff darkhttpd: minor cleanups 2017-08-28 21:19:46 +08:00
Robin Gloster 20e37eea63
prometheus-statsd-exporter: 0.3.0 -> 0.4.0 2017-08-27 23:18:42 +02:00
Robin Gloster 73885ee330
prometheus-pushgateway: 0.3.1 -> 0.4.0 2017-08-27 23:18:05 +02:00
Robin Gloster 9bacde7cc1
prometheus-haproxy-exporter: 0.7.1 -> 0.8.0 2017-08-27 23:17:35 +02:00
Robin Gloster 44f797fa56
prometheus-mysqld-exporter: 0.9.0 -> 0.10.0 2017-08-27 23:02:25 +02:00
Peter Hoeg 84459ddfec sensu: 1.0.2 -> 1.0.3 2017-08-27 20:13:42 +08:00
Jörg Thalheim c19d52523b Merge pull request #28606 from schneefux/pkg.shaarli
shaarli: 0.9.0 -> 0.9.1
2017-08-27 11:29:29 +01:00
schneefux 7770752956 nextcloud-news-updater: 9.0.2 -> 10.0.0 2017-08-27 11:50:30 +02:00
schneefux 48241bddba nextcloud: 12.0.0 -> 12.0.2 2017-08-27 11:50:29 +02:00
Franz Pletz 3d25e96b1f
prometheus-alertmanager: 0.6.0 -> 0.8.0 2017-08-27 02:33:34 +02:00
Franz Pletz 28967501e9
squid4: 4.0.20 -> 4.0.21 2017-08-27 02:33:33 +02:00
Franz Pletz 7cff97a8d4
squid: 3.5.26 -> 3.5.27 2017-08-27 02:33:32 +02:00
schneefux 6dafc6c78b
shaarli: 0.9.0 -> 0.9.1 2017-08-26 20:31:26 +02:00
José Luis Lafuente eb159a0e5a
nignx-dav-ext-module: 0.0.3 -> 0.1.0 2017-08-26 18:07:18 +02:00
Jörg Thalheim 132c2a8ec5 arangodb: remove go 2017-08-26 13:34:06 +01:00
Jörg Thalheim fcfd477c9b arangodb: 2.5.3 -> 3.2.2 2017-08-26 13:32:13 +01:00
Jörg Thalheim e861a26b82 Merge pull request #28476 from disassembler/airsonic
airsonic: init at 10.0.0
2017-08-25 23:19:49 +01:00
Jörg Thalheim 7b982fcb09 airsonic: 10.0.0 -> 10.0.1 2017-08-25 23:18:46 +01:00
Jörg Thalheim ba16b4ebb6 Merge pull request #28529 from sigma/pr/dgraph-0.8.1
dgraph: init at 0.8.1
2017-08-24 07:59:37 +01:00
Yann Hodique af852d08ac
dgraph: init at 0.8.1 2017-08-23 21:21:10 -07:00
Jörg Thalheim 3069a1dc50 Merge pull request #28517 from bachp/prometheus-unifi-exporter-0.4.0+git1
prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
2017-08-23 23:45:32 +01:00
Joachim F 65e4856058 Merge pull request #28489 from LumiGuide/elk-5.5.2
elk: 5.4.2 -> 5.5.2
2017-08-23 19:29:04 +00:00
Tristan Helmich 19677f811b emby: 3.2.26.0 -> 3.2.28.0 2017-08-23 20:49:24 +02:00
Pascal Bach dd876330be prometheus-unifi-exporter: 0.4.0 -> 0.4.0 + fixes
There were several fixes that make the exporter work with new unifi software
However there is not yet a release so I just updated to the latest master.
2017-08-23 20:25:06 +02:00
Samuel Leathers 916da89027 airsonic: init at 10.0.0 2017-08-23 08:09:10 -04:00
Bas van Dijk 09bde4a2cd elk: 5.4.2 -> 5.5.2
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.5/release-notes-5.5.2.html
* https://www.elastic.co/guide/en/logstash/5.5/logstash-5-5-2.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.5.2.html
2017-08-23 01:58:12 +02:00
Joachim F f1514a5876 Merge pull request #27699 from volth/varnish-fixes-sq
nixos/varnish: made compatible with varnish 5.1.2, add modules
2017-08-22 22:01:00 +00:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Christian Albrecht 964799e556 sks and pgpkeyserver-lite modules: init (#27515)
* modules sks and pgpkeyserver-lite:
  runs the sks keyserver with optional nginx proxy for webgui.
* Add calbrecht to maintainers
* module sks: fix default hkpAddress value
* module pgpkeyserver-lite: make hkpAddress a string type option
  and use (builtins.head services.sks.hkpAddress) as default value
* module sks: remove leftover service dependencies
2017-08-22 12:27:00 +02:00
Simon Lackerbauer dd557788be
mailman: 2.1.23 -> 2.1.24 2017-08-21 22:01:46 +02:00
Pascal Bach ec779fb2c3 nginx: enable stream support by default
TCP proxying should be a default feature of nginx
2017-08-21 20:30:41 +02:00
Pascal Bach 6de00c1cb2 nginx: add possibility to compile reverse proxy with mail support 2017-08-21 20:30:41 +02:00
Pascal Bach 1d8412d17a nginx: add additional features when streams are enabled
This allows nginx to work as a TCP load balancer including
TLS and geo IP routing support
2017-08-21 20:30:41 +02:00
Pascal Bach e309c318c6 nginx: enable additional compile flags
These flags can increase performance.

They are also enabled by default on Debian and Archlinux
2017-08-21 20:30:41 +02:00
Pascal Bach 12e0e9d31c nginx: remove deprecated ipv6 compile flag
The build process for both mainline and stable print a warning that
"--with-ipv6" is deprecated
2017-08-21 20:30:41 +02:00
Robert Helgesson 4d192a3522
cassandra: clean up installed documentation
Fixes #28281.
2017-08-21 19:41:59 +02:00
Frederik Rietdijk 6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Tim Steinbach 7120479e5b
389-ds-base: 1.3.5.17 -> 1.3.5.19 2017-08-20 16:22:59 -04:00
Matthew Bauer 82f4a96b00 charybdis: use new homepage link 2017-08-17 15:04:40 -07:00
Frederik Rietdijk 8f2ea38f8f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-17 18:34:17 +02:00
Peter Hoeg bd7bf67927 Merge pull request #28025 from peterhoeg/p/checks
Shared monitoring plugins
2017-08-17 19:56:56 +08:00
Peter Hoeg f49aa90297 monitoring-plugins: rename from nagiosPluginsOfficial
The upstream project has renamed itself.

We now stick this into a folder where we can keep other shared monitoring plugins.
2017-08-17 15:02:41 +08:00
Peter Hoeg 6ddd4cec80 check-esxi-hardware: init at 20161013 2017-08-17 15:02:41 +08:00
Peter Hoeg 39bf20e7a3 check-nwc-health and check-ups-health: init at 20170804 2017-08-17 15:02:38 +08:00
Vladimír Čunát 378c6d7063
knot-dns: try to fixup on Darwin 2017-08-16 08:24:05 +02:00
Bjørn Forsman ed0f2641cb apcupsd: unbreak build
Fix build since commit 093cc00cdd
("cc-wrapper: Always export environment variables for binutils").

The apcupsd build system uses "$(STRIP)" as flags for the "install"
program. Now that $STRIP is the path to the strip binary, we cannot pass
that to "install". Fixes this:

  ...
  COPY  multimon.cgi => /nix/store/...-apcupsd-3.14.14/libexec/cgi-bin
/nix/store/...-coreutils-8.27/bin/install: cannot stat 'strip': No such file or directory
2017-08-15 22:11:14 +02:00
Frederik Rietdijk 62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Frederik Rietdijk 13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Vladimír Čunát 34946256a0
Merge #27424: stdenv: Don't put man pages into $doc 2017-08-13 19:32:51 +02:00
Frederik Rietdijk 7ebcd39a0f Merge commit '4c49205' into HEAD 2017-08-13 18:34:59 +02:00
Silvan Mosberger e16a0988bc
radicale: 1.1.4 -> 2.1.2
This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which
also includes the needed command for migrating to 2.x

The module is adjusted to the version change, defaulting to radicale2 if
stateVersion >= 17.09 and radicale1 otherwise. It also now uses
ExecStart instead of the script service attribute. Some missing dots at
the end of sentences were also added.

I added a paragraph in the release notes on how to update to a newer
version.
2017-08-13 17:23:43 +02:00
Joachim F 48541d463b Merge pull request #28181 from fadenb/emby
emby: 3.2.22.0 -> 3.2.26.0
2017-08-13 11:31:49 +00:00
Frederik Rietdijk 2a8cd14d5f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-13 09:50:47 +02:00
Jörg Thalheim d5aac7482f Merge pull request #28180 from fadenb/sonarr
sonarr: 2.0.0.4753 -> 2.0.0.4928
2017-08-12 18:03:38 +01:00
Robin Gloster 79ac09ea06
ripple-rest: remove
marked as broken for > 1 yr, development is frozen and author recommends
moving to https://github.com/ripple/ripple-lib
2017-08-12 13:38:32 +02:00
Robin Gloster c39fec56a8
restund: remove
marked as broken for several years and no new release fixing the build
2017-08-12 13:33:34 +02:00
Franz Pletz 5d2764eb68
prometheus-blackbox-exporter: 0.5.0 -> 0.8.1 2017-08-12 11:05:23 +02:00
Tristan Helmich 35a268795c emby: 3.2.22.0 -> 3.2.26.0 2017-08-12 10:42:04 +02:00
Tristan Helmich 73e01c549e sonarr: 2.0.0.4753 -> 2.0.0.4928 2017-08-12 10:30:21 +02:00
Tuomas Tynkkynen 81c360d948 utftp: Fix manpage fallout from previous commits 2017-08-11 21:32:55 +03:00
Tuomas Tynkkynen 1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Tuomas Tynkkynen ebdbc08583 xorg: Split some man outputs from doc
Because soon manpages won't go to $doc anymore.
2017-08-11 21:32:53 +03:00
Joachim F b72e3b0e8e Merge pull request #28068 from Infinisil/mpd-lame
mpd: add lame support
2017-08-11 15:52:31 +00:00
Franz Pletz 6fdf8b3f77
nginxMainline: 1.13.3 -> 1.13.4 2017-08-11 17:32:23 +02:00
Domen Kožar 486e1c3c16 Merge pull request #27998 from davidak/macOS
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Peter Hoeg 486391d191 check-uptime: init at 20161112 2017-08-11 14:24:30 +08:00
Franz Pletz 1ed786292b
searx: cleanup, remove python name prefix 2017-08-09 19:54:00 +02:00
Vladimír Čunát 10bcf0818f
knot-resolver: security 1.3.2 -> 1.3.3
https://lists.nic.cz/pipermail/knot-dns-users/2017-August/001184.html
2017-08-09 16:36:32 +02:00
Marius Metzger fd6e51d550
check_ssl_cert: init at 1.51.0 (#28069) 2017-08-09 13:17:42 +02:00
Robin Gloster cbca75b8c9 Revert "check_ssl_cert: init at 1.51.0 (#28069)"
This reverts commit 1db52734ad.
2017-08-09 12:51:25 +02:00
Marius Metzger 1db52734ad check_ssl_cert: init at 1.51.0 (#28069) 2017-08-09 12:41:15 +02:00
Silvan Mosberger f337be57ee
mpd: add lame support 2017-08-09 12:27:40 +02:00
Tim Steinbach 39b5cd5f6d Merge pull request #28023 from volth/zookeeper-3.4.10
zookeeper: 3.4.9 -> 3.4.10
2017-08-08 07:20:22 -04:00
Volth 50d165c785 zookeeper: 3.4.9 -> 3.4.10 2017-08-08 01:38:33 +00:00
davidak 3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Tim Steinbach 5c03508e00 Merge pull request #27752 from NeQuissimus/mariadb_10_1_25
mariadb: 10.1.21 -> 10.1.25
2017-08-04 22:18:44 -04:00
Franz Pletz 068feb65c9
prometeus-snmp-exporter: 0.1.0 -> 0.3.0 2017-08-04 08:26:09 +02:00
Robin Gloster ceee4003d0
prometheus-openvpn-exporter: use fetchFromGitHub to fix meta 2017-08-04 08:26:09 +02:00
Franz Pletz e54031d323
prometheus-openvpn-exporter: init at 2017-05-15 2017-08-04 08:26:09 +02:00
Carter Charbonneau 14bd516fa6 xf86-video-intel: build intel-virtual-output 2017-08-04 03:32:29 +02:00
Franz Pletz 02791ced34
atlassian-{jira,confluence}: add crowd sso support 2017-08-04 02:13:42 +02:00
Cillian de Róiste f68a45fc22 yaws: fix homepage 2017-08-03 23:03:04 +02:00
mimadrid 09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Rob Vermaas 3906aac637
varnish: Update to 5.1.2: https://varnish-cache.org/security/VSV00001.html 2017-08-02 12:48:05 +00:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Marius Bergmann 091d0c8298 unifi: 5.5.19 -> 5.5.20 2017-08-01 12:20:08 +02:00
Franz Pletz cfbac7bbad
bind: 9.11.1-P2 -> 9.11.2 for multiple CVEs
See: https://kb.isc.org/article/AA-01522

Fixes: CVE-2017-3140 CVE-2017-3141 CVE-2017-3142 CVE-2017-3143
2017-08-01 10:26:20 +02:00
Franz Pletz 88526f279d
memcached: 1.4.33 -> 1.4.39 for CVE-2017-9951 2017-08-01 10:26:19 +02:00
Franz Pletz 1f15b7c81b
apacheHttpd: 2.4.26 -> 2.4.27 for multiple CVEs
Fixes: CVE-2017-9788 CVE-2017-9789

See https://httpd.apache.org/security/vulnerabilities_24.html
2017-08-01 10:26:19 +02:00
Franz Pletz 3621bc76fd
mysql57: 5.7.17 -> 5.7.19 2017-08-01 10:26:19 +02:00
Franz Pletz 4b5ae11f66
mysql55: 5.5.54 -> 5.5.57 for multiple CVEs
See:
  - https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-56.html
  - https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-56.html
  - https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-55.html
  - http://www.oracle.com/technetwork/security-advisory/cpujul2017-3236622.html

Fixes: CVE-2017-3635 CVE-2017-3636 CVE-2017-3641 CVE-2017-3648 CVE-2017-3651
       CVE-2017-3652 CVE-2017-3653
2017-08-01 10:26:19 +02:00
Franz Pletz 6b3760d9f2
asterisk: 14.4.0 -> 14.6.0 2017-08-01 08:36:37 +02:00
Franz Pletz c217f48c35
searx: 0.11.0 -> 0.12.0 2017-08-01 06:16:03 +02:00
georgewhewell 4ed291b303 {radarr,sonarr}: add libcurl to library search path (#27628) 2017-07-31 16:11:37 +01:00
Franz Pletz f645db1abf
caddy: 0.10.4 -> 0.10.6 2017-07-31 12:47:23 +02:00
Frederik Rietdijk 740d76371e Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEAD 2017-07-31 09:12:15 +02:00
Peter Hoeg 2a48a62b9c sensu: 0.29.0 -> 1.0.2
Use NixOS's default ruby instead of 2.1 and add a few helpful plugins
2017-07-31 14:49:20 +08:00
Peter Hoeg 9d2da6ab3a uchiwa: 0.22.1 -> 0.25.3-1 2017-07-31 07:56:55 +08:00
Daiderd Jordan 70ee91508c shairport-sync: 2.3.6.5 -> 3.0.2 2017-07-30 21:00:55 +02:00
Robin Gloster f0f55ac6cd
Revert "uchiwa: 0.22.1 -> 0.25.3-1"
This reverts commit 5dc5dfdefb.

This breaks evaluation:
error: invalid character ‘/’ in name ‘angular-tools/ng-jsoneditor-ea138469f157d8f2b54ec5b8dcf4b08a55b61459’

cc @peterhoeg
2017-07-30 14:06:39 +02:00
Peter Hoeg 5dc5dfdefb uchiwa: 0.22.1 -> 0.25.3-1 2017-07-30 18:40:19 +08:00
Frederik Rietdijk 20b8e4b4cf Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-30 08:09:11 +02:00
Tim Steinbach 820c7591f8
mariadb: 10.1.21 -> 10.1.25 2017-07-29 15:05:09 -04:00
Franz Pletz e37274eb2f
atlassian-jira: 7.3.7 -> 7.4.1 2017-07-29 18:28:30 +02:00
Franz Pletz 96a40ec635
atlassian-confluence: 6.2.2 -> 6.3.1 2017-07-29 18:28:06 +02:00
Danylo Hlynskyi 311ee164e4 pg_repack: 1.3.4 -> 1.4.0.1
highlight: adds support for Amazon RDS (pg 9.6.3) when used as client
2017-07-29 17:58:50 +02:00
Bjørn Forsman a65d8d3af3 lighttpd: install configuration examples
Place them in $out/share/lighttpd/doc/config/.

Most importantly, this includes a complete set of mime types in the
$out/share/lighttpd/doc/config/conf.d/mime.conf file. The plan is to use
that file in the NixOS lighttpd module.
2017-07-29 14:24:40 +02:00
Franz Pletz b116fa5ff2
Merge branch 'master' into staging 2017-07-28 16:08:30 +02:00
Vladimír Čunát 20d2bfa4ff
knot-resolver: remove unused inputs 2017-07-28 15:34:27 +02:00
Vladimír Čunát 62e4e3301b
knot-resolver: maintenance 1.3.1 -> 1.3.2 2017-07-28 15:12:23 +02:00
Vladimír Čunát 69c67371db
knot-dns: maintenance 2.5.2 -> 2.5.3 2017-07-28 15:12:07 +02:00
Nikolay Amiantov e9520bab01 ejabberd: 17.01 -> 17.07 2017-07-27 17:07:45 +03:00
Volth c6128d2feb nixos/varnish: made compatible with varnish 5.2.1, add modules
* nixos/varnish: command line compatible with varnish 5.2.1, fixes
https://github.com/NixOS/nixpkgs/issues/27409
* nixos/varnish: add support for modules (services.varnish.extraModules)
* varnish-modules: init at 0.10.2
* varnish-geoip: init at 1.0.2
* varnish-rtstatus: init at 1.2.0
* varnish-digest: init at 1.0.1
* added services.varnish.extraCommandLine option
2017-07-26 23:32:49 +00:00
John Ericson 9be40841ea Merge remote-tracking branch 'upstream/master' into staging-base
Conflicts:
	pkgs/build-support/cc-wrapper/default.nix
	pkgs/build-support/gcc-wrapper-old/builder.sh
	pkgs/build-support/trivial-builders.nix
	pkgs/desktops/kde-4.14/kde-package/default.nix
	pkgs/development/compilers/openjdk-darwin/8.nix
	pkgs/development/compilers/openjdk-darwin/default.nix
	pkgs/development/compilers/openjdk/7.nix
	pkgs/development/compilers/openjdk/8.nix
	pkgs/development/compilers/oraclejdk/jdk-linux-base.nix
	pkgs/development/compilers/zulu/default.nix
	pkgs/development/haskell-modules/generic-builder.nix
	pkgs/misc/misc.nix
	pkgs/stdenv/generic/builder.sh
	pkgs/stdenv/generic/setup.sh
2017-07-26 13:46:04 -04:00
John Ericson ea7d13cf1a stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shell
This is a temporary measure until this impurity is removed from Nix.
2017-07-26 09:08:01 -04:00
Peter Hoeg b23b1345f7 lcdproc: init at 0.5.9 2017-07-26 16:32:06 +08:00
Frederik Rietdijk 29f91c107f Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-23 11:23:43 +02:00
Joel Thompson 9dc51dc00d exhibitor: Fix bugs in previous package
The previous package didn't build properly due to a bug in the build
script, and the nixos module didn't evaluate due to missing descriptions
in the options. This fixes both issues.

It also adds missing command-line options that weren't able to be set
and properly converts bools to the strings exhibitor expects.
2017-07-21 16:14:04 -04:00
Joel Thompson 4b42fc4b8a exhibitor: init at 3.4.9
Initial Exhibitor nix package and nixos module for Netflix's Exhibitor,
which is a manager for Apache Zookeeper.
2017-07-21 09:45:37 -04:00
Franz Pletz 226964861f Merge pull request #27405 from rvl/postgresql-xml
postgresql: fix nixos tests and add xml support
2017-07-20 20:31:38 +02:00
Jörg Thalheim 4936e99d56 Merge pull request #27470 from AtnNn/rethinkdb
RethinkDB 2.3.5 -> 2.3.6
2017-07-19 00:35:54 +01:00
Oliver Charles ba1392dafd Merge pull request #27391 from adisbladis/postgres_cves
Postgres CVE fixes
2017-07-18 21:03:05 +01:00
Etienne Laurin 119a0fe53c RethinkDB 2.3.5 -> 2.3.6 2017-07-18 15:42:14 +00:00
Frederik Rietdijk 3eceecb90d Merge remote-tracking branch 'upstream/master' into HEAD 2017-07-17 13:52:01 +02:00
Nadrieril c226ee619a tt-rss: 16.3 -> 17.4 2017-07-17 02:20:16 +02:00
Rodney Lorrimar 502a272ee7 postgresql: enable XML functions
I suspect these functions aren't widely used, but they are enabled in
PostgreSQL on Ubuntu and Arch.
2017-07-15 14:58:17 +01:00
Vladimír Čunát e2b7b09960
Merge branch 'master' into staging 2017-07-15 12:15:56 +02:00
adisbladis b5c6543de3
postgresql-9.2.20 -> postgresql-9.2.21
postgresql-9.3.16 -> postgresql-9.3.17
postgresql-9.4.11 -> postgresql-9.4.12
postgresql-9.5.6 -> postgresql-9.5.7
postgresql-9.6.2 -> postgresql-9.6.3

Fixes:
  * CVE-2017-7484
  * CVE-2017-7485
  * CVE-2017-7486

See:
  * https://www.postgresql.org/about/news/1746/
2017-07-15 03:47:38 +08:00
Yegor Timoshenko 245e4a3801 darkhttpd: update homepage 2017-07-14 03:31:53 +03:00
John Ericson ea9af6e3bd Merge pull request #27336 from obsidiansystems/stdenv-setup-cleanup
Stdenv setup misc cleanups
2017-07-13 18:41:33 -04:00
Franz Pletz 6943cd3ebd
darkhttpd: 1.11 -> 1.12 2017-07-14 00:40:51 +02:00
Will Dietz 04aa269fb1 opensmtpd: Fix attempt to set unsupported permissions during install 2017-07-14 00:23:16 +02:00
Daiderd Jordan e39e869fa3 Merge pull request #27361 from yegortimoshenko/patch-2
darkhttpd: platforms.linux → platforms.all
2017-07-14 00:13:32 +02:00
Franz Pletz 6e1aaeacfc
nginx: 1.12.0 -> 1.12.1 for CVE-2017-7529 2017-07-14 00:03:41 +02:00
Franz Pletz af70b8fc23
nginxMainline: 1.13.2 -> 1.13.3 for CVE-2017-7529 2017-07-14 00:03:41 +02:00
Yegor Timoshenko a9ea9d4f56 darkhttpd: platforms.linux → platforms.all 2017-07-13 22:49:12 +03:00
Dmitry Kalinkin b917a8760e slurm: 15-08-5-1 -> 17.02.6, slurm-llnl -> slurm 2017-07-13 03:13:05 -04:00
John Ericson 8d76effc17 stdenv-setup: Make the package accumulators associative arrays instead of strings
This is generally cleaner: less eval, less worrying about separators,
and probably also faster. I got the idea from that python wrapper
script.
2017-07-12 15:30:56 -04:00
Charles Strahan 47868cbfb8 Merge pull request #26127 from gabesoft/upstream-master
Fixed meteor Future is not defined error
2017-07-11 17:59:51 -04:00
Vladimír Čunát 3678981f9f
knot-resolver: remove aarch64 from meta.platforms
It will compile but won't really work ATM.
2017-07-10 18:11:40 +02:00
Tuomas Tynkkynen 299af45989 wallabag: Move docs to correct directory 2017-07-10 14:52:47 +03:00
Tuomas Tynkkynen 217bd1fb38 shaarli: Move docs to correct place 2017-07-10 14:44:29 +03:00
Franz Pletz 90f9d52b73
matrix-synapse: 0.21.0 -> 0.22.1 2017-07-10 09:36:05 +02:00
Gabriel Adomnicai bc7c311c4d Fixed meteor Future is not defined error 2017-07-09 09:15:33 -07:00
zimbatm 466e7e23c6 caddy: 0.10.3 -> 0.10.4
The dependencies are now fully vendored
2017-07-09 17:04:04 +01:00
Daiderd Jordan 980346592c
Merge branch 'staging' into master 2017-07-08 22:22:17 +02:00
Dmitry Marakasov 382285b34b Fix homepage 2017-07-07 19:50:10 +03:00
Eelco Dolstra 8fc5beb855 httpd: 2.4.25 -> 2.4.26
CVE-2017-3167, CVE-2017-3169, CVE-2017-7659, CVE-2017-7668,  CVE-2017-7679
2017-07-07 17:24:13 +02:00
Hector Jusforgues 0f2db06540 consul_exporter: init at 0.3.0 (#27162) 2017-07-07 10:01:45 +01:00
Eelco Dolstra 942422a646
Merge branch 'glibc' of https://github.com/rnhmjoj/nixpkgs into staging 2017-07-06 15:14:57 +02:00
Franz Pletz c71989022e
nginxMainline: 1.13.1 -> 1.13.2 2017-07-05 19:04:17 +02:00
Vladimír Čunát 9e1c7ddaae
Merge branch 'master' into staging 2017-07-05 09:53:53 +02:00
Vladimír Čunát 5328aac7be
Merge branch 'staging'
Comparison looks OK; I'll try some fixes on master directly.
http://hydra.nixos.org/eval/1372577?compare=1372497
2017-07-05 08:55:26 +02:00
Volth b935b21ffd fix regressions where "${repo}-${rev}-scr" pattern was hardcoded 2017-07-04 20:22:13 +00:00
Peter Simons edb587633c Merge pull request #26420 from roblabla/feature-postfix
postfix: Add optional LDAP support, allow changing package in service
2017-07-04 14:57:40 +02:00
Pascal Bach 68b5e964ae unifi: 5.5.11 -> 5.5.19 2017-07-03 23:10:51 +02:00
Vladimír Čunát d1a89ae9d7
Merge branch 'master' into staging 2017-07-03 09:48:58 +02:00
Sebastian Hagen cb9fe8cead Mariadb: Fix URL for source tarball.
mariadb.org appears to have changed their URL schemes, and the tarball URL used
by this derivation no longer works, which makes this unbuildable from scratch.

This change updates that URL to a mariadb.org location that will still serve
this tarball.

Hash is unchanged.
2017-07-03 02:53:13 +01:00
Tristan Helmich b87993e2fb emby: 3.2.20.0 -> 3.2.22.0 2017-07-02 20:36:04 +02:00
Pascal Wittmann 1420b20f08
radicale: 1.1.2 -> 1.1.4 2017-07-01 10:11:47 +02:00
Daiderd Jordan 7f4f08ecae Merge pull request #26997 from NeQuissimus/redis_3_2_9
redis: 3.2.8 -> 3.2.9
2017-06-30 21:45:25 +02:00
Peter Simons 33a5e7fed2 Merge pull request #26995 from NeQuissimus/bind_9_11_1_p2
bind: 9.10.5-P2 -> 9.11.1-P2
2017-06-30 20:49:06 +02:00
Tim Steinbach 5eb08b5c68
redis: 3.2.8 -> 3.2.9 2017-06-30 14:00:14 -04:00
Tim Steinbach 171c088754
bind: 9.10.5-P2 -> 9.11.1-P2 2017-06-30 13:52:04 -04:00
Joachim F 8604630d92 Merge pull request #26939 from dtzWill/fix/perms-fallout-misc-2
Fixup various setuid/setgid permission problems, part 2
2017-06-30 18:30:02 +01:00
Vladimír Čunát ddf864f8aa
Merge branch 'master' into staging
Mass rebuilds from master (>7k on x86_64-linux).
2017-06-30 18:16:58 +02:00
Joachim F 786b952afc Merge pull request #26976 from fadenb/emby_3.2.20.0
emby: 3.2.19.0 -> 3.2.20.0
2017-06-30 15:42:47 +01:00
Tristan Helmich 22216c574e emby: 3.2.19.0 -> 3.2.20.0 2017-06-29 23:13:33 +02:00
Tristan Helmich 6344c22b78 radarr: 0.2.0.696 -> 0.2.0.778 2017-06-29 23:04:38 +02:00
Peter Simons c4430ba248 bind: update to version 9.10.5-P2 to fix CVE-2017-3142 and CVE-2017-3143 2017-06-29 22:15:01 +02:00
Will Dietz ed0ac2fece leafnode: patch around setting special bits 2017-06-28 14:31:46 -05:00
Will Dietz 179936d75c mailman: Fix attempts to chmod g+s during installation 2017-06-28 13:34:21 -05:00
Pascal Wittmann 3dea2941e0 Merge pull request #26712 from gnidorah/master2
nas: init at 1.9.4
2017-06-28 15:20:23 +02:00
gnidorah 69aa5f5540 nas: init at 1.9.4 2017-06-28 14:13:20 +03:00
Joachim F 767a8b2e9a Merge pull request #26073 from florianjacob/piwik-package
piwik & piwik service: init at 3.0.4
2017-06-27 20:51:16 +01:00
Joachim F 8dda321c1f Merge pull request #26724 from schneefux/pkg.shaarli
shaarli: 0.8.4 -> 0.9.0
2017-06-27 20:08:48 +01:00
Franz Pletz b8bfc8dae2
httpd: don't install suid executables into nix store 2017-06-27 01:51:18 +02:00
WilliButz 72ed360277 freeradius: 3.0.12 -> 3.0.14 (#26874) 2017-06-27 01:44:00 +02:00
David McFarland 84a4ee5c04 gpm: allow cygwin 2017-06-26 09:33:12 -03:00
Bas van Dijk 35e5719fe9 elasticsearch: 5.4.0 -> 5.4.2 2017-06-26 08:47:28 +02:00
Pascal Bach e5def4442e minio: 20170316 -> 20170613 2017-06-26 04:07:37 +02:00
Franz Pletz 40a04291c9
Merge branch 'master' into staging 2017-06-26 02:23:38 +02:00
Volth 60e19e7393 plv8: init at 2.0.3 2017-06-25 01:20:51 +00:00
Daiderd Jordan 09c1768afd
plex: 1.5.5 -> 1.5.7 2017-06-24 19:00:30 +02:00
Samuel Leathers 5d7fd7e7fa mailhog: init at 1.0.0 (#26821)
* mailhog: init at 1.0.0

* formatting nitpicks
2017-06-24 17:05:34 +01:00
Vladimír Čunát c76f8d9c7a
knot-resolver: maintenance 1.3.0 -> 1.3.1 2017-06-23 14:48:29 +02:00
Vladimír Čunát 75872f3161
knot-dns: security 2.5.1 -> 2.5.2
https://lists.nic.cz/pipermail/knot-dns-users/2017-June/001144.html
2017-06-23 14:48:10 +02:00
Franz Pletz 16aa92305b
exim: patch CVE-2017-1000369 (stack clash) 2017-06-22 00:44:05 +02:00
schneefux c02e26f8a0
wallabag: 2.2.2 -> 2.2.3 2017-06-20 13:30:38 +02:00
schneefux 63022fdfcb
shaarli: 0.8.4 -> 0.9.0 2017-06-20 13:25:42 +02:00
Robin Gloster 908157c6c5
prometheus-blackbox-exporter: 0.4.0 -> 0.5.0 2017-06-20 12:04:55 +02:00
Franz Pletz 12a31293ad
quagga: 1.2.0 -> 1.2.1 2017-06-20 07:04:16 +02:00
Franz Pletz d7624d6677
icecast: 2.4.1 -> 2.4.3 2017-06-20 03:56:25 +02:00
Franz Pletz a7210764eb
squid4: 4.0.17 -> 4.0.20 2017-06-20 03:45:47 +02:00
Franz Pletz fcbf28d6b5
squid: 3.5.23 -> 3.5.26 2017-06-20 03:45:46 +02:00
Franz Pletz 294a20ea02
smcroute: 2.1.0 -> 2.3.1 2017-06-20 03:45:46 +02:00
Franz Pletz e60c958811
prometheus: 1.5.2 -> 1.7.1 2017-06-20 03:45:45 +02:00
Franz Pletz 735dcc1a27
charybdis: 3.5.3 -> 3.5.5 2017-06-20 03:45:42 +02:00
Florian Jacob 55844c8380 piwik & piwik service: init at 3.0.4 2017-06-19 16:00:17 +02:00
Rushmore Mushambi e1ec8d9e9c Merge pull request #26658 from rushmorem/cockroach
cockroachdb: beta-20160915 -> v1.0.2
2017-06-18 00:46:24 +02:00
rushmorem ec65ef744b cockroachdb: beta-20160915 -> v1.0.2 2017-06-17 22:52:25 +02:00
Franz Pletz aa06a6e00b
atlassian-jira: 7.3.4 -> 7.3.7 2017-06-17 18:48:43 +02:00
Franz Pletz c0a582f4bb
atlassian-crowd: 2.11.1 -> 2.12.0 2017-06-17 18:48:39 +02:00
Franz Pletz d6e94684fb
atlassian-confluence: 6.1.1 -> 6.2.2 2017-06-17 18:48:35 +02:00
Will Dietz 5e9edcfebe hiawatha: Don't ask cmake to install w/setuid perms 2017-06-16 07:34:53 -05:00
Will Dietz bb1e0b51de torque: Patch out attempts to set special bits 2017-06-16 07:27:23 -05:00
Franz Pletz 72c36db003
bind: 9.10.5 -> 9.10.5-P1 for CVE-2017-3140 2017-06-15 13:43:09 +02:00
Bas van Dijk 2444eab485 ELK: update kibana and the elastic beats to 5.4 (#26252)
* Add kibana5 and logstash5
* Upgrade the elastic beats to 5.4
* Make sure all elastic products use the same version
  (see elk5Version)
* Add a test for the ELK stack
2017-06-13 22:36:08 +02:00
Franz Pletz 44cb792077
powerdns: 4.0.2 -> 4.0.3 2017-06-13 21:21:59 +02:00
Franz Pletz ec27fcdd6c
caddy: 0.9.5 -> 0.10.3 2017-06-13 21:21:58 +02:00
Vladimír Čunát ed070354a9
Merge branch 'staging' 2017-06-13 11:22:56 +02:00
Vladimír Čunát 156a9afb2b
knot-resolver: 1.2.6 -> 1.3.0 2017-06-13 10:57:33 +02:00
Pascal Bach 46e2c1398f nextcloud: 11.0.2 -> 12.0.0 2017-06-11 16:14:21 +02:00
Vladimír Čunát 403b3c2ddd
xkeyboard-config: 2.20 -> 2.21 2017-06-11 09:46:12 +02:00
Orivej Desh 333dc53433 clickhouse: 1.1.54190 -> 1.1.54236 2017-06-10 12:11:37 +02:00
Joachim Schiele 507c207958 spamassassin: major service fixes -> added more perl packages to spamassassin and abstracted service to not use /etc/spamassassin, also running sa-update as spamd user periodically (#26470)
thanks @grahamc for IRC comments
2017-06-10 09:35:35 +02:00
Peter Hoeg 207ac3c7b8 mpd_clientlib: 2.10 -> 2.11
Upstream has moved to github as well.
2017-06-09 12:55:20 +08:00
Peter Hoeg c87f034977 mpd: 0.20.6 -> 0.20.9
Upstream has also moved to github.
2017-06-09 12:04:58 +08:00
Vladimír Čunát db0235ce76
knot-dns: quick bugfix 2.5.0 -> 2.5.1 2017-06-07 17:57:42 +02:00
roblabla f1094050fd postfix: Add optional LDAP support 2017-06-06 13:09:40 +02:00
Jörg Thalheim 09e59ad579 Merge pull request #26378 from benley/xf86-input-libinput-0.25.1
xorg-input-libinput: 0.25.0 -> 0.25.1
2017-06-06 08:22:16 +01:00
Franz Pletz 4b8b89f069
grafana: 4.2.0 -> 4.3.2 2017-06-06 04:02:02 +02:00
Franz Pletz b74866b9a7
nginxMainline: 1.13.0 -> 1.13.1 2017-06-06 03:59:20 +02:00
Franz Pletz f18bcc1e2a
knot-dns: 2.4.2 -> 2.5.0 2017-06-06 03:59:16 +02:00
Joachim F 870ad77263 Merge pull request #26395 from fadenb/sonarr
sonarr: 2.0.0.4689 -> 2.0.0.4753
2017-06-05 13:42:15 +01:00
Joachim F b31141f198 Merge pull request #26396 from fadenb/radarr
radarr: 0.2.0.654 -> 0.2.0.696
2017-06-05 13:42:04 +01:00
Frederik Rietdijk bd762fac08 Merge pull request #26394 from fadenb/emby
emby: 3.2.15.0 -> 3.2.19.0
2017-06-05 13:20:06 +02:00
Tristan Helmich 48fac1c38d radarr: 0.2.0.654 -> 0.2.0.696 2017-06-05 13:02:32 +02:00
Tristan Helmich e2bd407aef sonarr: 2.0.0.4689 -> 2.0.0.4753 2017-06-05 12:59:58 +02:00
Tristan Helmich 760095290d emby: 3.2.15.0 -> 3.2.19.0 2017-06-05 12:57:40 +02:00
Jaka Hudoklin 305e7deb0d Merge pull request #26362 from benley/dex-2.4.1
dex: init at 2.4.1
2017-06-05 00:56:34 +02:00
Benjamin Staffin 7445649387
xorg-input-libinput: 0.25.0 -> 0.25.1
This isn't part of a full xorg release, so I just added it to the xorg
overrides.nix.

Changelog and release announcement:
https://lists.x.org/archives/xorg-announce/2017-May/002798.html
2017-06-04 13:47:05 -04:00
Benjamin Staffin d007428621
dex: init at 2.4.1
There is already another thing called "dex" that manipulates .desktop
files, so I called this one "dex-oidc" in all-packages.nix.
2017-06-03 17:43:36 -04:00
Eric Sagnes fe1f560fef
groonga: 7.0.0 -> 7.0.3 2017-06-02 21:23:33 -04:00
Pascal Bach e37f970d00 uwsgi: fix php plugin build 2017-06-02 19:56:22 +03:00
Albert Peschar 47d038c21d elasticsearch: add 5.x package, service 2017-05-31 02:06:29 +02:00
Pascal Wittmann f6ef5614a0 radicale: 1.1.1 -> 1.1.2, fixes CVE-2017-8342 2017-05-29 09:28:28 +02:00
Léo Gaspard 4a0c7d1b2d dkimproxy: init at 1.4.1 (#26147)
* dkimproxy: init at 1.4.1

* dkimproxy: simplify by using mkDerivation

* dkimproxy: set ekleog as maintainer

* dkimproxy: style fix

* dkimproxy: also work without the right PERL5LIB environment variable
2017-05-28 23:25:29 +01:00
Jörg Thalheim 314c73d36a Merge pull request #26181 from womfoo/bump/mod_auth_mellon-0.13.1
mod_auth_mellon: 0.12.0 -> 0.13.1
2017-05-28 20:01:48 +01:00
Kranium Gikos Mendoza 3a3aab58fc mod_auth_mellon: 0.12.0 -> 0.13.1 2017-05-28 23:29:29 +10:00
Vladimír Čunát 00672dec8a
Merge older staging
This still causes some uncached rebuilds, but master(!) and staging
move too fast forward rebuild-wise, so Hydra might never catch up.
(There are also other occasional problems.)
Therefore I merge at this point where the rebuild isn't that bad.
2017-05-26 15:45:43 +02:00
Michiel Leenaars 16857df2f3
nsd: fix openssl path in nsd-control-setup
Closes #26002
2017-05-26 10:00:28 +02:00
Michiel Leenaars 51269faa08
nsd: 4.1.15 -> 4.1.16 2017-05-26 10:00:16 +02:00
Joachim Fasting 03b61cefc4
pure-ftpd: extend meta.platforms 2017-05-25 23:53:32 +02:00
Joachim Fasting 9145b386b6
pure-ftpd: enable tls support
For encrypted command & data channels.
2017-05-25 23:53:31 +02:00
Joachim Fasting 231b23ffb4
pure-ftpd: 1.0.42 -> 1.0.46
Version 1.0.46
    The server can now be linked against OpenSSL 1.1.x with the strict API.
    Unmaintained contributions have been removed.
    File globbing could take up to `GLOB_TIMEOUT` seconds (17 seconds by
    default) when matching some patterns, no matter what the configured
    recursion level was. This has been fixed, and upgrading is highly
    recommended.

Version 1.0.45
    TLS v1.0 sessions are now refused.
    Version 1.0.44 didn’t properly parse the TLSCipherSuite
    directive. This has been fixed.

Version 1.0.44
    The Perl and Python wrappers are gone. The daemon can now use a
    configuration file without requiring external dependencies.
    Pure-FTPd can now be linked against OpenSSL 1.1.x
    The QUIT command didn’t work properly when the server was compiled
    without support for RFC2640. This has been fixed.
    3DES was removed from the default cipher suite.

Version 1.0.43
    Passwords can now be hashed using Argon2i, which is now the default
    algorithm for puredb accounts.
    Authentication against system accounts is compatible with OpenBSD 6.0.
    The -J switch didn’t work properly in version 1.0.42. This has been fixed.
2017-05-25 23:53:25 +02:00
Sebastian Hagen b3b2431932 charybdis service: add option to configure MOTD (#25512)
Read MOTD files from /etc/charybdis.
2017-05-25 23:28:50 +02:00
Armijn Hemel 87262e6196 samba: 4.6.3 -> 4.6.4 2017-05-25 00:46:07 +02:00
Vladimír Čunát 8004e79415
Merge branch 'master' into staging 2017-05-24 03:24:06 +02:00
Robin Gloster 457600044c
uwsgi: 2.0.14 -> 2.0.15 2017-05-23 13:06:51 +02:00
Robin Gloster 4a83c099e1
nginx: 1.10.3 -> 1.12.0 2017-05-23 11:37:57 +02:00
Robin Gloster 4f51da2ff7
nginx-rtmp-module: 1.1.9 -> 1.1.11 2017-05-23 11:37:57 +02:00
Frederik Rietdijk 99cfab07b9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-22 09:21:40 +02:00
Pascal Bach 6f7347ec58 samba: 4.5.8 -> 4.6.3 2017-05-21 15:24:03 +04:00
Jörg Thalheim 2a42b45105 Merge pull request #25103 from Hodapp87/google_cloud_print
cloud-print-connector: init at unstable-2017-01-19
2017-05-20 18:23:12 +01:00
Jörg Thalheim f3dce2cbda
cloud-print-connector: 2017-01-19 -> 1.11 2017-05-20 18:21:25 +01:00
Robin Gloster b447f624c3
bind: 9.10.4-P6 -> 9.10.5 2017-05-20 14:24:57 +02:00
Robin Gloster 2944ca8f6a
coturn: 4.5.0.3 -> 4.5.0.6
fixes build with openssl 1.1
2017-05-20 13:22:46 +02:00
Jörg Thalheim a11ab629d6 Merge pull request #25909 from mayflower/synapse_0.21.0
matrix-synapse: 0.20.0 -> 0.21.0
2017-05-20 09:41:24 +01:00
Jörg Thalheim 029125b973
postgresql: add man output
the doc output is not installed by default (where manpages where
included). This leads to manpages not present when enabling postgresql
service. fixes #25928
2017-05-20 07:07:12 +01:00
Tristan Helmich 2b7eb321de matrix-synapse: 0.20.0 -> 0.21.0 2017-05-19 10:11:46 +02:00
Vladimír Čunát e9aeb55f3b
Merge branch 'master' into staging 2017-05-18 11:24:18 +02:00
Eric Sagnes a4eb0dc815 varnish: 5.0.0 -> 5.1.2 2017-05-17 16:14:29 +02:00
Vladimír Čunát 515414ed32
Merge branch 'master' into staging 2017-05-16 18:32:43 +02:00
Jörg Thalheim 9950707e96
telegraf: 1.2.1 -> 1.3.0 2017-05-16 06:58:58 +01:00
Graham Christensen 450f0c93e0 Merge pull request #25781 from veprbl/openafs_1.6.20.2
openafs: 1.6.20 -> 1.6.20.2
2017-05-15 18:00:15 -04:00
Pascal Wittmann f1cec16522 Merge pull request #25778 from mmai/master
shaarli: 0.8.1 -> 0.8.4
2017-05-15 07:19:31 +02:00
Franz Pletz 482f9862e5
matterircd: 0.11.3 -> 0.11.4 2017-05-14 22:47:24 +02:00
Dmitry Kalinkin c163b782bc openafs: 1.6.20 -> 1.6.20.2 2017-05-14 12:50:47 -04:00
Henri Bourcereau 6e497974a6 shaarli: 0.8.1 -> 0.8.4 2017-05-14 15:29:19 +02:00
Joachim Fasting e6c65ecb12
tree-wide: remove uses of features.grsecurity 2017-05-14 15:08:51 +02:00
Armijn Hemel f7580a1f06 samba: 4.5.3 -> 4.5.8 2017-05-14 15:59:40 +03:00
Tuomas Tynkkynen beb43a651c Merge remote-tracking branch 'upstream/master' into staging 2017-05-14 14:24:20 +03:00
Jörg Thalheim ae12ded6bf Merge pull request #25381 from sargon/nullmailer
nullmailer + service: init at 2.0
2017-05-13 07:13:07 +01:00
Vladimír Čunát 51e0f8f759
Merge branch 'master' into staging
Some more larger rebuilds from master.
2017-05-12 12:03:37 +02:00
Jörg Thalheim 9394314d79
xf86-video-intel: 2017-02-05 -> 2017-04-18 2017-05-11 05:55:32 +01:00
Tristan Helmich 7120c66928 emby: 3.2.13.0 -> 3.2.15.0 2017-05-10 03:19:14 +02:00
Vladimír Čunát 8b01ec9a9e
Merge branch 'master' into staging 2017-05-10 00:54:53 +02:00
Franz Pletz eb79649414
bind: disable seccomp by default
Fixes #25645 & #23431.
2017-05-09 18:19:38 +02:00
Tristan Helmich 342c289d12 elasticsearch_kopf: 1.5.7 -> 2.1.1 2017-05-09 17:45:49 +02:00
Jörg Thalheim e9b6c41ee8 Merge pull request #25597 from sigma/pr/cadvisor-linux
cadvisor: fix supported platforms
2017-05-08 22:06:29 +01:00
Franz Pletz 2b0a2e6765
matterircd: 0.11.2 -> 0.11.3 2017-05-08 09:18:32 +02:00
Franz Pletz 77f500ffd1
mattermost: 3.6.2 -> 3.8.2 2017-05-08 09:18:32 +02:00
Yann Hodique 35f2abf45d cadvisor: fix supported platforms 2017-05-07 14:41:39 -07:00
Frederik Rietdijk 7a61788bc1 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-07 21:36:49 +02:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Armijn Hemel 024ddb32a7
tomcat85: 8.5.11 -> 8.5.14 2017-05-07 06:52:22 -04:00
Vladimír Čunát fa5d543770
Merge branch 'master' into staging 2017-05-06 13:24:28 +02:00
Vladimír Čunát 7830ce47cb
xf86-video-nouveau: maintenance 1.0.14 -> 1.0.15 2017-05-06 12:48:15 +02:00
Vladimír Čunát 1823113f87
xorg: misc updates 2017-05-06 11:51:24 +02:00
Tristan Helmich 887058766f emby: 3.2.12 -> 3.2.13.0 2017-05-04 19:36:40 +02:00
Vaibhav Sagar d575102556 nginx: remove syslog module
This module has not been required for over 2 years. See https://github.com/yaoweibin/nginx_syslog_patch/issues/15
2017-05-04 09:39:19 +08:00
Aneesh Agrawal ded7953478 treewide: meta.platform -> meta.platforms 2017-05-02 19:32:02 -04:00
Vladimír Čunát d7501b986a
luajit: 2.1.0-beta2 -> 2.1.0-beta3
The removal of `luaL_reg` alias caused lots of breakage.
Only sysdig and knot-resolver needed (also) other changes.
2017-05-02 14:00:45 +02:00
Benjamin Staffin a027f103a0 Merge pull request #25423 from jammerful/shibboleth
nginx: Add Shibboleth Module
2017-05-01 21:02:39 -07:00
Daniel Ehlers 4338f096f5 nullmailer + service: init at 2.0 2017-05-02 01:46:12 +02:00
jammerful da5bc79469 nginx: Add Shibboleth Module
Also add nginxShibboleth package
2017-05-01 17:09:00 -04:00
Marius Bergmann 7ae9c8ab5e unifi: 5.4.14 -> 5.5.11 2017-05-01 23:00:59 +02:00
Michael Raskin 69250aa4ee Merge pull request #25121 from simonvandel/tvheadend-421
tvheadend: 4.0.8 -> 4.2.1
2017-05-01 14:27:56 +02:00
Michael Raskin 7e19fcddcc Merge pull request #24366 from rvl/longview-password-file
longview service: don't write passwords to nix store
2017-05-01 09:39:35 +02:00
Michael Raskin 90ce1aa28a Merge branch 'master' into clickhouse 2017-05-01 07:33:31 +02:00
Michael Raskin 929ae39dbe Merge pull request #22683 from aneeshusa/add-nixos-test-for-radicale
Add nixos test for radicale
2017-04-30 18:51:46 +02:00
rht 5628cebcf0 /bin/sh -> ${stdenv.shell} 2017-04-30 17:01:07 +02:00
Chris Hodapp cc4f861f82 cloud-print-connector: init at unstable-2017-01-19
This adds a fairly basic build for just the binaries for the Google
Cloud Print CUPS connector (gcp-cups-connector), and gcp-connector-util
to set it up in the first place. In the future I would like to
streamline the configuration more and make gcp-cups-connector a
proper NixOS service - as right now it must be run by hand.
2017-04-30 08:54:54 -04:00
Franz Pletz bd27594bc6
promtheus-node-exporter: 0.13.0 -> 0.14.0 2017-04-29 11:44:39 +02:00
Robin Gloster 154dacde20
grafana: 4.1.2 -> 4.2.0 2017-04-29 11:43:17 +02:00
Dan Peebles 90b9719f4f treewide: fix the remaining issues with meta attributes 2017-04-29 04:24:34 +00:00
Joachim F 2b22dc303e Merge pull request #25241 from womfoo/bump/asterisk
update asterisk-stable and asterisk-lts
2017-04-28 21:54:19 +01:00
schneefux 6adc79d72b wallabag: 2.1.6 -> 2.2.2 (#25120) 2017-04-28 14:27:44 +01:00
Franz Pletz 32401d17c6
nginxMainline: 1.11.13 -> 1.13.0 2017-04-27 18:20:42 +02:00
Bas van Dijk b9371e83e4 wordpress: 4.7.3 -> 4.7.4
See: https://wordpress.org/news/2017/04/wordpress-4-7-4/
2017-04-27 17:28:08 +02:00
Orivej Desh 8f634a78b9 clickhouse: init at 1.1.54190 2017-04-27 13:25:58 +00:00
Kranium Gikos Mendoza 03fde7a34d asterisk-lts: 13.13.1 -> 13.15.0 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza 718c3e8d97 asterisk-stable: 14.2.1 -> 14.4.0 2017-04-26 21:12:10 +10:00
Kranium Gikos Mendoza b3a6d1f990 asterisk: patch to remove unresolved symbol warnings 2017-04-26 21:12:10 +10:00
Benjamin Staffin faea8776d1
prometheus-alertmanager: 0.5.1 -> 0.6.0 2017-04-25 14:52:41 -07:00