Commit Graph

4365 Commits

Author SHA1 Message Date
Niklas Hambüchen
29b2830d6e consul: 0.7.5 -> 0.9.3 2017-09-28 01:04:18 +02:00
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 13c9cbacdded00558084fda7037ca80849208e99.

Revert "postgresql: fix pgxs dir in pg_config"

This reverts commit 21998d597bd257c1a769e2be4b7a52b5b7e482a6.

Revert "rubyGems.pg: fix postgresql path"

This reverts commit e253ae7d3a4ab992d2432c87514e3333a3cf744d.

Revert "kea: fix path to pg_config"

This reverts commit 086c636eb7f894a55f752b6164dac4a87d8bcee9.

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

This reverts commit 2f23a83920107678ca1792a11d19e1cb37df3ace.

Revert "gdal: fix path to pg_config"

This reverts commit 032c50d45b3fd1ebb4af592b83e776ed7004b4c0.

Revert "postgresql: Add dev output"

This reverts commit b0280f598e4b3f6ebf33ad2115734e4735df443a.
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 0a944b345e89ca0096974d168f49e1c6830c3fc2, reversing
changes made to 61733ed6ccde3427016720f2e0cd191d3d95152c.

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