Franz Pletz
597c9864b5
Merge pull request #29867 from makefu/pkgs/udpt/update
...
udpt: 2016-02-20 -> 2017-09-27
2017-09-28 00:40:12 +02:00
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