Franz Pletz
|
c02c47d1eb
|
samba3: mark as vulnerable
|
2017-09-28 14:52:36 +02:00 |
|
Franz Pletz
|
15a6c2c4fc
|
samba: 4.6.7 -> 4.6.8 for multiple CVEs
Fixes CVE-2017-12150, CVE-2017-12151, CVE-2017-12163.
|
2017-09-28 14:52:36 +02:00 |
|
Robin Gloster
|
c57e5d1aa9
|
elasticsearch: use jre_headless
|
2017-09-28 04:16:54 +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 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 |
|
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 |
|
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 |
|
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 |
|