Commit Graph

3213 Commits

Author SHA1 Message Date
Robert Helgesson
74b25f4c69
redstore: 0.5.2 -> 0.5.4 2016-08-17 22:34:17 +02:00
Robert Helgesson
a4ae7b87f0
redstore: fix build under recent glibc
Previously the build would fail due to, e.g., `getaddrinfo` not being
defined.
2016-08-17 22:34:17 +02:00
Christine Koppelt
75bffa11d6 influxdb: add 1.0.0-beta3 (#17733) 2016-08-17 13:40:05 +02:00
Frederik Rietdijk
5a501bd828 Remove top-level dbus_python and pythonDBus.
See #11567.

Furthermore, it renames pythonPackages.dbus to pythonPackages.dbus-
python as that's the name upstream uses.

There is a small rebuild but I couldn't figure out the actual cause.
2016-08-16 22:52:37 +02:00
Matthew Bauer
0c6a79a2d0 mosquitto: use cmake for darwin
Makefile says this:

Please compile using CMake on Mac OS X.
2016-08-16 19:25:43 +00:00
Franz Pletz
2709079569 postgresql: security updates for all versions
Fixes CVE-2016-5423 and CVE-2016-5424.

See https://www.postgresql.org/about/news/1688/.
2016-08-16 18:35:22 +02:00
Robin Gloster
33e1c78ae3 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-16 07:54:01 +00:00
Franz Pletz
d2840f94f4 matterircd: init at 0.9.0 2016-08-15 03:31:36 +02:00
Franz Pletz
34bb3a193f mattermost: init at 3.3.0 2016-08-15 03:31:36 +02:00
Rok Garbas
6f074bad5b Merge pull request #17719 from mbakke/rofi-1.2.0
rofi: 1.1.0 -> 1.2.0
2016-08-15 00:58:02 +02:00
Joachim F
4cc8f972b9 Merge pull request #17710 from mayflower/emby_3.0.6060
emby: 3.0.6030 -> 3.0.6060
2016-08-15 00:48:00 +02:00
Susan Potter (@SusanPotter)
7cbab34379
apacheKafka: 0.9.0.1 -> 0.10.0.1 2016-08-14 16:36:02 -05:00
Nikolay Amiantov
c60deb0266 quote homepages for better clickability
Done while I was traversing packages which I maintain to save extra clicks on
urxvt (it captures semicolon as a part of URL).
2016-08-14 22:37:10 +03:00
Nikolay Amiantov
5524d29f1b ejabberd: 16.04 -> 16.08 2016-08-14 22:36:03 +03:00
Dan Peebles
ccd16f87d5 mariadb: re-enable jemalloc on darwin and fix impurity
CMake in its usual infinite wisdom searches all over the system for java
and finds the host OSX java and JNI headers. It then decides to build the
connector and fails later on because we didn't actually tell Nix that we
wanted java in scope. So instead, we just tell CMake that we don't want
the jdbc connector. I believe it does the same with GSS, so I disable
that stuff too. None of this should affect Linux, but let me know if it
does somheow.
2016-08-14 15:08:23 -04:00
rushmorem
9e6240629c caddy: 0.8.3 -> 0.9.0
Closes https://github.com/NixOS/nixpkgs/issues/17678
2016-08-14 20:21:20 +02:00
Robin Gloster
27b9f5d65e xorg.*: disable relro/bindnow hardening
Breaks the module system at runtime otherwise.
2016-08-14 09:01:55 +00:00
Marius Bakke
ab53f39fae
xcbutilxrm: init at 1.0 2016-08-14 00:07:50 +01:00
Franz Pletz
bd4490e277 Merge branch 'master' into hardened-stdenv 2016-08-13 16:59:55 +02:00
Tristan Helmich
7143f0aeb0 emby: 3.0.6030 -> 3.0.6060 2016-08-13 12:11:48 +02:00
Vladimír Čunát
1c9307d348 mariadb on Darwin: another attempt to fix
Adding jemalloc to buildInputs didn't work out a97df891,
as jemalloc doesn't build correctly on Darwin ATM.
2016-08-13 09:03:33 +02:00
Luca Bruno
f4d7a35481 Merge pull request #17690 from mayflower/uftp_upstream
uftp: init at 4.9.2
2016-08-12 21:47:42 +01:00
zimbatm
c2302f2f45 Merge pull request #17677 from kamilchm/no-go-libs-json
buildGoPackage: remove Go deps file `libs.json`
2016-08-12 18:13:29 +01:00
Tristan Helmich
d09b797fd7 uftp: init at 4.9.2 2016-08-12 15:22:50 +02:00
Robin Gloster
f7da99c7ff xorg.xorgserver: disable relro hardening
Fixes modesetting module loading.
2016-08-12 12:07:24 +00:00
Robin Gloster
b7787d932e Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-12 09:46:53 +00:00
Lancelot SIX
3e6c2a55a7 dico: 2.2 -> 2.3 (#17672)
See http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00005.html for
announcement.
2016-08-12 09:22:31 +00:00
Kamil Chmielewski
da3ddd48e4 buildGoPackage: remove Go deps file libs.json
After #16017 there were a lot
of comments saying that `nix` would be better than `JSON`
for Go packages dependency sets.
As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046

    > Because of the content-addressable store, if two programs have the
    > same dependency it will already result in the same derivation in
    > the
    > store. Git also has compression in the pack files so it won't make
    > much difference to duplicate the dependencies on disk. And finally
    > most users will just use the binary builds so it won't make any
    > differences to them.

This PR removes `libs.json` file and puts all package dependencies in
theirs `deps.json`.
2016-08-11 23:07:09 +02:00
Vladimír Čunát
a97df891fe mariadb: use jemalloc on every platform
It seems to be failing to configure without it on Darwin:
http://hydra.nixos.org/build/38440660/nixlog/1/raw
This doesn't cause a rebuild on Linux platforms.
2016-08-11 19:25:51 +02:00
Michael Raskin
d1435913cf nginx: 1.11.2 -> 1.11.3 2016-08-11 17:57:35 +02:00
Vladimír Čunát
947abb08ac Merge branch 'staging' 2016-08-10 22:09:38 +02:00
Vladimír Čunát
6f5c6fb6a1 mariadb: remove darwin patch that no longer applies
Hopefully it isn't needed anymore.
2016-08-10 22:07:33 +02:00
Frederik Rietdijk
8955dc5e7e Merge pull request #17464 from cransom/cassandra
Cassandra
2016-08-10 11:42:57 +02:00
Benjamin Saunders
199f5a2844 matrix-synapse: 0.16.1-r1 -> 0.17.0 (#17605) 2016-08-09 12:02:10 +02:00
Nikolay Amiantov
3fca2ce204 fix invalid antiquotations
See https://github.com/NixOS/nix/issues/1017
2016-08-08 18:08:37 +03:00
Vladimír Čunát
b94559dc7f mariadb: make the attribute point to the full build
It will create least surprises. Only those who want to go light
have to choose.
2016-08-07 22:44:57 +02:00
Vladimír Čunát
65dcc797eb opensmtpd-extras: fixup after mariadb changes
I hope this was the only package I've forgotten.
2016-08-07 22:39:48 +02:00
Vladimír Čunát
f21ff73289 ghost-one: mark as broken
It doesn't even download and I can't see any alternative mirror.
/cc maintainer @phreedom.
2016-08-07 20:46:38 +02:00
Vladimír Čunát
950feb70b2 treewide: fixup various mysql ocurrences after re-split 2016-08-07 20:46:37 +02:00
Vladimír Čunát
9a072482e6 mariadb: completely separate a server-less build
libmysqlclient is all that most closures need; now it's smaller and
quick to build. For cases that need a server (via executable or lib),
there's a full build for now; later it could be slimmed by removing the
client stuff.
2016-08-07 20:46:36 +02:00
Tristan Helmich
3c1ec73a61 emby: 3.0.6020 -> 3.0.6030 (#17565) 2016-08-07 17:58:29 +02:00
Tuomas Tynkkynen
a15da44ab0 libe: Broken on i686
http://hydra.nixos.org/build/38264907/nixlog/1/raw
2016-08-06 17:06:45 +03:00
Tuomas Tynkkynen
0eb827918d xorg.libpciaccess: Not supported on Darwin
http://hydra.nixos.org/build/38160825/nixlog/1/raw
2016-08-04 23:11:45 +03:00
Christian Kauhaus
ea7e705cd9 varnish: fix localstatedir for varnish* tools (#17508)
The varnish tools (varnishstat, varnishlog, ...) tried to load the VSM
file from a spurious var directory in the Nix store. Fix the default so
the tools "just work" when also keeping services.varnish.stateDir at the
default.

Notes:
- The tools use $localstatedir/$HOSTNAME so I've adapted the default for
  stateDir as well to contain hostName.
- Added postStop action to remove the localstatedir. There is no point
  in keeping it around when varnish does not run, as it regenerates it
  on startup anyway.

Fixes #7495
2016-08-04 15:25:23 +02:00
Robin Gloster
bfa5a27ed9 pfixtools: set -Wno-error=unused-result
hardening enables further warnings breaking the build
2016-08-03 20:13:49 +00:00
Robin Gloster
1b979d8384 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
Casey Ransom
6ce28ca5c0 cassandra: refactor versioning
This change:
- refactors the packages so it is easier to create and update new versions of
  cassandra.
- fixes a bug where Cassandra will not connect to another member unless
  LD_PRELOADing libstdc++.so. Without that change, it generates a stack trace
  and dies with exceptions regarding org.xerial.snappy.
- restricts platform to linux as procps is also linux only.
2016-08-02 20:58:35 -04:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
17e94ebc6a xorg.xcbutilcursor: Don't wipe out most meta attrs 2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
1bf5ded193 treewide: Lots of meta.hydraPlatforms -> meta.platforms
In all of these files, there is no meta.platforms but only
meta.hydraPlatforms, which doesn't seem to have any purpose except being
inconsistent.
2016-08-02 21:17:44 +03:00
Tuomas Tynkkynen
b96fe03484 treewide: Fix meta.platforms related typos 2016-08-02 21:17:44 +03:00
Robin Gloster
1be4907ca2 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-02 13:46:36 +00:00
Gabriel Ebner
dbd856d724 Merge pull request #17387 from cko/redis
redis: 3.0.7 -> 3.2.2
2016-08-01 08:13:08 +02:00
Robin Gloster
63c7b4f9a7 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-31 20:51:34 +00:00
Frederik Rietdijk
a629cd3f02 Merge pull request #17412 from Ralith/matrix-synapse-curses
matrix-synapse: fix missing curses dependency
2016-07-31 22:34:20 +02:00
Benjamin Saunders
96e5533cfa matrix-synapse: fix missing curses dependency 2016-07-31 12:33:27 -07:00
Christine Koppelt
83a2d74a7c redis: 3.0.7 -> 3.2.2 2016-07-30 21:50:34 +02:00
Gabriel Ebner
5c9309c231 xorg.xorgserver: enable glamor support 2016-07-30 13:37:51 +02:00
Tristan Helmich
ad470d59fd emby: 3.0.6000 -> 3.0.6020 (#17368) 2016-07-30 01:39:09 +01:00
Franz Pletz
8605d76f17 Revert "mariadb: 10.1.9 -> 10.1.16 (security)"
This reverts commit 55bd6da9fb.

Fixes #17340.
2016-07-28 22:31:43 +02:00
Franz Pletz
55bd6da9fb mariadb: 10.1.9 -> 10.1.16 (security) 2016-07-28 06:56:14 +02:00
Franz Pletz
975d33e640 mysql51: remove, not maintained anymore 2016-07-28 06:56:13 +02:00
Robin Lambertz
b65e9d87e2 matrix-synapse: Only run StartPre script when data folder doesn't exist (#17216) 2016-07-28 04:13:21 +02:00
Christian Lask
b2d989779d elasticsearch2: 2.3.1 -> 2.3.4 2016-07-27 17:47:16 +02:00
Tristan Helmich
b3413acc6a emby: 3.0.5986 -> 3.0.6000 2016-07-26 21:38:42 +02:00
Robin Gloster
f222d98746 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-25 12:47:13 +00:00
Gabriel Ebner
fda6e2f344 Merge pull request #17231 from womfoo/bump/dovecot-2.2.25
dovecot: 2.2.24 -> 2.2.25
2016-07-24 19:15:19 +02:00
Gabriel Ebner
97c0bb6eb3 postfix: 3.0.4 -> 3.1.1 2016-07-23 11:16:11 +02:00
Graham Christensen
f4d5d6e73e mysql: 5.5.49 -> 5.5.50 for CVEs (#17160)
Problems include buffer overflows, null pointer dereferences, and
other bugfixes.

 - CVE-2016-3477
 - CVE-2016-3521
 - CVE-2016-3615
 - CVE-2016-5440

Details:
https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html
2016-07-23 01:13:28 +02:00
Christine Koppelt
f6d7a567a5 influxdb: parametrize default.nix to prepare packaging of 1.0 (#17161) 2016-07-23 01:08:33 +02:00
Graham Christensen
8f4dcd19f6 Merge pull request #17077 from LnL7/fix-newrelic-sysmond
newrelic-sysmond: 1.5.1 -> 2.3.0
2016-07-21 20:14:05 +00:00
Rok Garbas
d73c115aa4 Merge pull request #16132 from zohl/tt-rss
tt-rss service: init at 16.3
2016-07-21 20:48:18 +02:00
Al Zohali
98e419c0e2 tt-rss service: init at 16.3 2016-07-21 20:46:35 +03:00
Robin Gloster
1f04b4a566 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-21 00:56:43 +00:00
Anderson Torres
79f6c2603c Gofish: nit at 1.2 (#16532)
Gofish is a lightweight Gopher server.
2016-07-21 01:19:06 +02:00
Lluís Batlle i Rossell
13fc6e56fe Adding intel-gpu-tools to xorg. 2016-07-20 12:33:24 +02:00
Bjørn Forsman
2173e6b49a lighttpd: 1.4.39 -> 1.4.40
Major bug-fix release; hundreds of issues resolved in issue tracker.

https://www.lighttpd.net/2016/7/16/1.4.40/
2016-07-19 15:55:22 +02:00
Robin Gloster
203846b9de Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-19 10:37:02 +00:00
Daiderd Jordan
4d1c3bd14b newrelic-sysmond: use archive url 2016-07-19 08:28:35 +02:00
Franz Pletz
b5daad4268 nginx: refactor and add mainline version
Upstream calls the unstable version mainline.
2016-07-19 01:20:49 +02:00
Franz Pletz
febcd39afa nixos/grafana: set plugins path, fix image generation
Also add options to configure which organization should have anonymous access.
2016-07-19 00:18:12 +02:00
cransom
07fe6fa90e grafana: 3.0.1 -> 3.1.0 (#17084) 2016-07-19 00:14:40 +02:00
Daiderd Jordan
774d7a0a79 newrelic-sysmond: 1.5.1 -> 2.3.0 2016-07-18 22:18:05 +02:00
Franz Pletz
328a77f60b prometheus: 0.20.0 -> 1.0.0 2016-07-18 20:28:31 +02:00
Franz Pletz
d9f9711f9f prometheus-collectd-exporter: 0.1.0 -> 0.3.1 2016-07-18 20:28:31 +02:00
Franz Pletz
5647521a2a prometheus-alertmanager: 0.2.1 -> 0.3.0 2016-07-18 20:28:31 +02:00
Svein Ove Aas
31a8eee841 prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
2016-07-18 20:27:53 +02:00
Stefan Junker
f976ba1b88 etcd: 2.3.0 -> 2.3.7 (#16896) 2016-07-18 12:49:08 +02:00
Tristan Helmich
76e4164007 emby: 3.0.5985 -> 3.0.5986 (#17007) 2016-07-17 15:55:53 +02:00
Austin Seipp
bc70da1ce0 nixpkgs: upgrade plex packages
- plex:     0.9.16.4.1911 -> 1.0.0.2261
  - plexpass: 0.9.16.5.1966 -> 1.0.1.2396

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-07-16 01:20:15 -05:00
Robin Gloster
5185bc1773 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-07-15 14:41:01 +00:00
Tristan Helmich
a664006314 sonarr: init at 2.0.0.4230 2016-07-15 16:07:27 +02:00
Tristan Helmich
c6f5accb43 emby: 3.0.5972 -> 3.0.5985 (#16893) 2016-07-13 13:57:40 +02:00
Edward Tjörnhammar
60e5b599d5
storm: 0.8.2 -> 1.0.1
For this package to be useful you need to wrap it in a fhs-user-env and/or
create a nixos module. Previous version had become completely broken/useless
though.
2016-07-13 06:45:33 +02:00
Alexey Shmalko
f6ae3d078a gpsd: 3.10 -> 3.16 2016-07-10 18:48:13 +02:00
Alexey Shmalko
34fab1a858 gpsd: fix python dependencies
This fixes xgps and xgpsspeed executables.
2016-07-10 18:48:13 +02:00
Franz Pletz
9eec064355 nginx: 1.10.0 -> 1.10.1 (security)
Fixes CVE-2016-4450.
2016-07-10 10:48:11 +02:00
Franz Pletz
916cedb063 gatling: remove unused dependency on polarssl 2016-07-10 10:26:14 +02:00
Franz Pletz
b571a1a373 smcroute: init at 2.1.0 2016-07-09 12:56:02 +02:00
Moritz Ulrich
b16d8b2ada Merge pull request #16798 from roblabla/feature-matrix-0.16.1r1
matrix-synapse: 0.16.1 -> 0.16.1-r1
2016-07-08 16:06:11 +02:00
roblabla
f77af9aa5e matrix-synapse: 0.16.1 -> 0.16.1-r1 2016-07-08 15:12:15 +02:00
Tobias Geerinckx-Rice
d391db8c01
cassandra_2_1: 2.1.14 -> 2.1.15 2016-07-06 15:56:33 +02:00
Tobias Geerinckx-Rice
c70db3456f
cassandra_3_0: 3.0.7 -> 3.0.8 2016-07-06 15:56:33 +02:00
Simon Vandel Sillesen
ac74268012 pulseaudio: 8.0 -> 9.0
This also updates webrtc-audio-processing from 0.1 -> 0.3 as mentionened
in [1].

Release notes can be seen in [1].

[1]: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/
2016-07-05 08:30:00 +02:00
Kranium Gikos Mendoza
65446c6377 dovecot: 2.2.24 -> 2.2.25 2016-07-03 21:43:55 +08:00
Nikolay Amiantov
6f7bace3b8 ejabberd: attempt to fix dependencies' determinism 2016-07-02 19:06:48 +03:00
Vladimír Čunát
3afa246038 Merge branch 'staging'
This includes a security update of expat.
2016-06-29 07:47:04 +02:00
Franz Pletz
006f25f732 rmilter: 1.8.4 -> 1.8.5 2016-06-27 00:20:28 +02:00
Franz Pletz
35f308c2d5 rspamd: 1.2.6 -> 1.2.7 2016-06-27 00:20:21 +02:00
Rickard Nilsson
e002504422 bosun: 0.5.0-rc4 -> 0.5.0 2016-06-26 05:58:52 +00:00
Rickard Nilsson
5193c3e1b9 jetty: 9.3.9 -> 9.3.10 2016-06-26 05:58:35 +00:00
Vladimír Čunát
6b27ceb006 Merge 'master' into staging and re-revert merge
... from staging to master, reverted temporarily in aa9a04883e.
2016-06-23 12:09:03 +02:00
Vladimír Čunát
aa9a04883e Revert "Merge branch 'staging'" due to glibc
The main output started to retain dependency on bootstrap-tools; see
https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096

This reverts commit c05d829598, reversing
changes made to f073df60d6.
2016-06-23 09:25:10 +02:00
Joachim Fasting
0167eef92e Merge pull request #16308 from philandstuff/remove-certificate-transparency
certificate-transparency: remove package
2016-06-23 01:41:35 +02:00
Benjamin Saunders
65005fe302 matrix-synapse: 0.16.0 -> 0.16.1 2016-06-22 11:16:28 -07:00
Moritz Ulrich
a3072d3a8b [apache-jena-fuseki] Fix evaluation. 2016-06-22 17:15:15 +02:00
Marius Bakke
4a7d31a392 treewide: remove double quotes from wrappers
Close #14753; see that for context.
2016-06-22 11:12:27 +02:00
Vladimír Čunát
c05d829598 Merge branch 'staging' 2016-06-22 10:49:56 +02:00
Vladimír Čunát
ebf1cb28a2 openspades, arangodb: more #include error fixups
... after gcc-5.4.
2016-06-22 10:45:47 +02:00
Nikolay Amiantov
389981f34b uwsgi: add rack support 2016-06-22 04:57:57 +03:00
Tobias Geerinckx-Rice
84e83fe055
riak: remove unused 1.x patches 2016-06-22 02:14:10 +02:00
Frederik Rietdijk
9e2866d5de Merge pull request #16086 from layus/inginious
INGInious: provide a NixOS module
2016-06-21 16:37:29 +02:00
Frederik Rietdijk
39043e4d6e Merge pull request #16239 from Ralith/matrix-synapse
matrix-synapse: 0.14 -> 0.16
2016-06-21 14:30:33 +02:00
Benjamin Saunders
8e47786c0e coturn: init at 4.5.0.3 (#16284) 2016-06-21 12:59:29 +02:00
Eelco Dolstra
c51af01325 apache-httpd: 2.4.18 -> 2.4.20
CVE-2016-1546
2016-06-20 15:17:12 +02:00
Bjørn Forsman
bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
zimbatm
6e0b40af60 Merge pull request #16345 from mayflower/pkg/bird
bird: 1.5.0 -> 1.6.0, add IPv6 build
2016-06-19 23:38:18 +01:00
zimbatm
b0f8416c5c Merge pull request #16180 from zimbatm/shell-escaping
Escape all shell arguments uniformly
2016-06-19 23:27:52 +01:00
Franz Pletz
2f09407a91 bird6: bird build with IPv6 support 2016-06-19 20:45:55 +02:00
Franz Pletz
79c655c4c8 bird: 1.5.0 -> 1.6.0 2016-06-19 20:45:55 +02:00
zimbatm
fa5383d1fc influxdb: 0.9.4 -> 0.13.0 2016-06-18 21:32:02 +01:00
Aristid Breitkreuz
20a8349d62 Revert "Merge pull request #16172 from zimbatm/influxdb-0.13.0"
This reverts commit ed4869452d, reversing
changes made to 175e20ca5c.
2016-06-18 22:24:31 +02:00
Aristid Breitkreuz
ed4869452d Merge pull request #16172 from zimbatm/influxdb-0.13.0
influxdb: 0.9.4 -> 0.13.0
2016-06-18 20:57:34 +02:00
Aristid Breitkreuz
175e20ca5c Merge pull request #16254 from NeQuissimus/cassandra30
cassandra: Add 3.0
2016-06-18 20:31:59 +02:00
Philip Potter
a18ee50f4c certificate-transparency: remove package
The package has been broken for months now.  The issue is due to linker
flags for protobuf, but I can't work it out.

I no longer use this package myself; and I suspect there is little
appetite for keeping it.  So let's remove it and reduce the maintenance
burden.
2016-06-18 13:03:53 +01:00
Benjamin Saunders
26da79230b matrix-synapse: 0.14 -> 0.16 2016-06-17 09:21:46 -07:00
Tim Steinbach
f4ca43dc5f cassandra: Add 3.0 2016-06-16 21:12:26 +00:00
Benjamin Staffin
b6c6763dab riemann-dash: 0.2.11 -> 0.2.12 2016-06-15 20:53:14 -04:00
Benjamin Staffin
098e8500d4 riemann-dash: Wrap to keep bundler and sass out of user env 2016-06-15 20:53:13 -04:00
Guillaume Maudoux
a48796ab83 inginious: turn lib into a python app. 2016-06-14 11:09:21 +02:00
zimbatm
5d6c4314ce Merge pull request #8891 from mk0x9/mpd-on-darwin
mpd on darwin
2016-06-13 00:10:16 +01:00
zimbatm
a95229a963 Merge pull request #15677 from womfoo/mod_auth_mellon
mod_auth_mellon: init at 0.12.0 and dependency lasso: init at 2.5.1
2016-06-12 23:38:57 +01:00
zimbatm
28fa4a2f03 Escape all shell arguments uniformly 2016-06-12 18:11:37 +01:00
zimbatm
08770cd242 influxdb: merge deps with the common go-modules 2016-06-12 15:08:44 +01:00
zimbatm
8a1ebe98f3 influxdb: 0.9.4 -> 0.13.0 2016-06-12 14:38:11 +01:00
rushmorem
2b520ff4f6 rethinkdb: 2.3.0 -> 2.3.4 2016-06-12 11:14:13 +02:00
Nikolay Amiantov
b195bf1ed2 dspam: disable on Darwin 2016-06-11 03:40:22 +03:00
Nikolay Amiantov
862c160e29 uwsgi: 2.0.12 -> 2.0.13.1 2016-06-11 02:43:44 +03:00
Robin Gloster
8031cba2ab Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-06-10 09:27:04 +00:00