Austin Seipp
c90a45a383
cockroachdb: 2.0.0 -> 2.1.1, aarch64 support
...
This also splits the .bin output to have a separate .man attribute:
previously it contained both.
This also adds provisional support for aarch64-linux, which seems to
build easily. (Full testing will ideally come via NixOS tests later)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-29 15:12:35 -06:00
Frederik Rietdijk
9b81c7e455
Merge staging-next into staging
2018-11-29 09:18:35 +01:00
Frederik Rietdijk
9db2421d1f
Merge master into staging-next
2018-11-29 08:12:56 +01:00
Jack Kelly
5987c5c694
postgresql: Remove static libs using host platform extension
2018-11-28 10:49:13 -06:00
Alyssa Ross
c41c195dc5
postgresql: disable parallel building on Darwin
...
There have been multiple reports of this failing.
Fixes https://github.com/NixOS/nixpkgs/issues/51093 .
2018-11-27 20:13:23 +00:00
Domen Kožar
f31ea5a2d5
postgresql: conditionalize systemd (on darwin)
2018-11-27 19:38:54 +00:00
Domen Kožar
d04fedd715
postgresql: Enable systemd integration for 9.6+
...
This allows, finally, proper detection when postgresql is ready to
accept connections. Until now, it was possible that services depending
on postgresql would fail in a race condition trying to connect
to postgresql.
2018-11-27 19:16:21 +00:00
R. RyanTM
128a446c59
postgresql_11: 11.0 -> 11.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postgresql/versions
2018-11-26 09:53:36 -06:00
Frederik Rietdijk
0d0d7dcd06
Merge staging-next into staging
2018-11-18 10:41:34 +01:00
Frederik Rietdijk
63c6875f26
Merge master into staging-next
2018-11-18 10:32:12 +01:00
Michael Weiss
939bb2189b
monetdb: 11.29.7 -> 11.31.11
2018-11-16 23:33:26 +01:00
Markus Kowalewski
7d279b4780
virtuoso-opensource: add license
2018-11-15 00:13:52 +01:00
Markus Kowalewski
41c619a191
pgtap: add license
2018-11-15 00:13:52 +01:00
Markus Kowalewski
b9c5598b3c
mysql: add licenses
2018-11-15 00:13:46 +01:00
Matthew Bauer
bfbfe941ab
treewide: use scons setup hook
...
Lots of packages can use it. Here is the list:
- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Lancelot SIX
3cbc20e8c4
postgresql_11: 11.0 -> 11.1
...
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:45 +01:00
Lancelot SIX
575151eb08
postgresql_10: 10.5 -> 10.6
...
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:45 +01:00
Lancelot SIX
1670fd115d
postgresql_9_6: 9.6.10 -> 9.6.11
...
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:44 +01:00
Lancelot SIX
f703ea62a0
postgresql_9_5: 9.5.14 -> 9.5.15
...
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:44 +01:00
Lancelot SIX
882c3b529c
postgresql_9_4: 9.4.19 -> 9.4.20
...
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:44 +01:00
Lancelot SIX
5d37d63388
postgresql_9_3: 9.3.24 -> 9.3.25
...
See https://www.postgresql.org/about/news/1905/ for release information.
Fixes CVE-2018-16850
2018-11-09 09:42:37 +01:00
Austin Seipp
4569ee7d74
plv8: unbreak build, bump to version 2.3.8
...
ee58a5b30d
broke the plv8 build because it
upgraded the v8_6_x expression everywhere to the 6.9 branch, which came
with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at
this time.
This keeps a copy of the plv8_6_x expression inside the same directory
as the other v8 versions (so patches, etc are easy to apply), but it is
not exposed to the top-level of all-packages.nix.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04 08:24:19 -06:00
Austin Seipp
b0f7c86094
timescaledb: fix license (Apache 2.0, not PostgreSQL)
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-04 07:30:23 -06:00
Austin Seipp
800184df21
tsearch_extras: 0.3 -> 0.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:53:52 -05:00
Austin Seipp
d8abcdc1de
pg_topn: 2.0.2 -> 2.2.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:53:46 -05:00
Austin Seipp
a713251348
timescaledb: 0.11.0 -> 1.0.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:49:00 -05:00
Austin Seipp
cecee87f39
pg_repack: reindent to 2-spaces
...
More or less all the Postgres code uses this, so it's nice to be
consistent.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:46:07 -05:00
Austin Seipp
b5be88c97a
pg_hll: 2.10.2-9af41684 -> 2.12
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-03 19:44:24 -05:00
Austin Seipp
648f4a2769
nixpkgs: tidy up pgjwt package
...
This makes pgjwt take a dummy 'postgresql' argument, which it does not *need*
in the buildInputs (it is purely a SQL extension with no C code). However, this
argument will be necessary for an upcoming change that will parameterize the
extensions over a particular PostgreSQL version.
It also does some tiny cleanup, setting a null build phase.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 13:52:48 -05:00
Austin Seipp
2266f2014b
nixos/postgresql: add myself as maintainer
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-02 13:52:33 -05:00
Alyssa Ross
91c746cacc
postgresql_11: init at 11.0
2018-10-30 14:33:35 +00:00
Alyssa Ross
c6c7d55790
postgresql*: use underscores in version numbers
2018-10-30 14:32:21 +00:00
Alyssa Ross
9594b59f13
postgresql10: rename from postgresql100
2018-10-30 12:40:20 +00:00
R. RyanTM
5fd8de8137
pgroonga: 2.1.3 -> 2.1.6 ( #49205 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions
2018-10-27 20:14:23 -04:00
R. RyanTM
d9423ee446
mysql57: 5.7.23 -> 5.7.24 ( #49221 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mysql/versions
2018-10-27 09:50:57 -04:00
R. RyanTM
d2a137abb5
pg_repack: 1.4.3 -> 1.4.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pg_repack/versions
2018-10-24 15:22:43 +02:00
Frederik Rietdijk
89349fdae9
Merge staging-next into staging
2018-10-17 08:36:28 +02:00
florianjacob
98e5a0f9f4
mariadb.connector-c: 2.3.6 -> 2.3.7 ( #48078 )
2018-10-16 09:04:37 +02:00
Jörg Thalheim
7e5e9429d0
Merge pull request #48375 from r-ryantm/auto-update/pg_cron
...
pg_cron: 1.0.2 -> 1.1.2
2018-10-15 23:22:26 +01:00
Jörg Thalheim
af496bade8
Merge pull request #48474 from c0bw3b/pkg/pgjdbc
...
postgresql-jdbc: 42.2.2 -> 42.2.5
2018-10-15 22:51:21 +01:00
Renaud
ed6e251ff0
sqlite-jdbc: 3.20.0 -> 3.25.2
2018-10-15 20:45:50 +02:00
Renaud
adf9c5080f
postgresql-jdbc: 42.2.2 -> 42.2.5
...
¤ set read-only permissions on .jar at install (mode 0444)
¤ license is now BSD 2-clause
2018-10-15 19:34:24 +02:00
R. RyanTM
170c6104b6
pg_cron: 1.0.2 -> 1.1.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pg_cron/versions
2018-10-13 21:36:56 -07:00
Yurii Izorkin
963dcd935d
mariadb galera: 25.3.23 -> 25.3.24 ( #47905 )
2018-10-06 16:03:15 +02:00
R. RyanTM
d1b8d73464
pgroonga: 2.0.9 -> 2.1.3 ( #46984 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions
2018-09-29 20:54:42 +02:00
R. RyanTM
d57b9eb6d6
pgtap: 0.98.0 -> 0.99.0 ( #46980 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgtap/versions
2018-09-23 15:09:37 +02:00
R. RyanTM
9064d9db00
cstore_fdw: 1.6.1 -> 1.6.2 ( #46291 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cstore_fdw/versions
2018-09-18 18:26:08 +02:00
John Ericson
440ac01e5a
postgresql: Fix cross compilation
...
b1548ce080
dropped the C compiler prefix
2018-08-20 10:12:18 +02:00
Vladimír Čunát
153a19df05
Merge branch 'master' into staging-next
...
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
R. RyanTM
aacb2840d1
pgbouncer: 1.8.1 -> 1.9.0 ( #45168 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions .
2018-08-19 22:47:48 +02:00
R. RyanTM
7fa8623d11
pgroonga: 2.0.6 -> 2.0.9 ( #45167 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgroonga/versions .
2018-08-19 22:47:22 +02:00
Vladimír Čunát
b1548ce080
postgresql*: fixup build by a side-step
...
https://github.com/NixOS/nixpkgs/pull/44767#issuecomment-414066070
2018-08-19 09:07:00 +02:00
Orivej Desh
65663f883c
msgpack: rename from libmsgpack
...
The project does not use the name "libmsgpack". It variously uses "msgpack" and
"msgpack-c", and "msgpackc" for the name of the library.
2018-08-18 23:19:54 +00:00
Andreas Rammhold
5da1d01bf2
mariadb: 10.2.16 -> 10.2.17 ( #45199 )
...
Bump to latest stable version of the 10.2.x branch. Besides many bug fixes the
following security related issues have been fixed:
- CVE-2018-3060
- CVE-2018-3064
- CVE-2018-3063
- CVE-2018-3058
- CVE-2018-3066
Release notes: https://mariadb.com/kb/en/library/mariadb-10217-release-notes/
2018-08-18 12:14:13 +02:00
Vladimír Čunát
c13bbda5b3
Merge #45146 into staging: postgresql security updates
2018-08-18 08:56:21 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Andreas Rammhold
5de601e0d2
postgresql93: 9.3.23 -> 9.3.24
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-3-24.html
2018-08-16 21:52:37 +02:00
Andreas Rammhold
2abb00e249
postgresql94: 9.4.18 -> 9.4.19
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-4-19.html
2018-08-16 21:52:37 +02:00
Andreas Rammhold
98d8db4c32
postgresql95: 9.5.13 -> 9.5.14
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-5-14.html
2018-08-16 21:52:30 +02:00
Andreas Rammhold
94c35894b0
postgresql96: 9.6.9 -> 9.6.10
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-9-6-10.html
2018-08-16 21:41:05 +02:00
Andreas Rammhold
1c4fc1dbd9
postgresql100: 10.4 -> 10.5
...
Fixes CVE-2018-10915 & CVE-2018-10925
Release notes: https://www.postgresql.org/docs/current/static/release-10-5.html
2018-08-16 21:38:29 +02:00
Timo Kaufmann
c0b9a7ec8b
Merge pull request #45132 from r-ryantm/auto-update/timescaledb
...
timescaledb: 0.10.1 -> 0.11.0
2018-08-16 20:54:29 +02:00
R. RyanTM
87db3da091
timescaledb: 0.10.1 -> 0.11.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/timescaledb/versions .
2018-08-16 11:35:39 -07:00
Christoph Hrdinka
72a35533e0
postgresql: fix tzdata path
...
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-08-14 19:07:32 +01:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
R. RyanTM
e0eb7d9ed7
cstore_fdw: 1.6.0 -> 1.6.1 ( #44792 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cstore_fdw/versions .
2018-08-13 14:35:53 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
R. RyanTM
bbfed77bec
mysql57: 5.7.22 -> 5.7.23 ( #44740 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mysql/versions .
2018-08-09 21:51:16 +02:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Cray Elliott
4c45016c29
Revert "mariadb: 10.2.16 -> 10.3.8"
...
This reverts commit 00ab5c5b6a
.
The commit listed broke darwin and held up Hydra. sorry about that!
2018-08-05 20:12:18 -07:00
Tuomas Tynkkynen
008fd5fcf5
Merge remote-tracking branch 'upstream/master' into staging
2018-08-04 15:17:42 +03:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
John Ericson
ebbd6f3471
Merge pull request #44083 from dingxiangfei2009/cross-compiling-postgresql
...
Allow postgresql to cross compile
2018-08-03 14:44:55 -04:00
John Ericson
f539c30095
postgresql: Fix nits after cross fixes
2018-08-02 18:48:06 -04:00
Cray Elliott
00ab5c5b6a
mariadb: 10.2.16 -> 10.3.8
2018-08-01 20:57:08 -07:00
Ding Xiang Fei
003055a670
pass NIX_CFLAGS_COMPILE through mkDerivation instead
2018-07-31 11:23:17 +08:00
Ding Xiang Fei
c0ca3e36d6
be explicit on choice of uuid library
2018-07-30 15:47:10 +08:00
Ding Xiang Fei
e8682cafd6
always build against tzdata
2018-07-30 11:54:57 +08:00
Ding Xiang Fei
894705161c
use NIX_CFLAGS_COMPILE
2018-07-29 21:21:46 +08:00
Ding Xiang Fei
a998a49ee4
reduce diffs due to reordering
2018-07-27 14:19:05 +08:00
Ding Xiang Fei
b2104d93ff
point to the right libxml2 header folder
2018-07-27 14:12:25 +08:00
Ding Xiang Fei
5c7cfbc0f1
allow postgresql cross compiling
2018-07-25 16:32:42 +08:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5
2018-07-21 15:41:22 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
volth
dda95bae35
[bot] treewide: remove unused 'args@' in lambdas
2018-07-20 19:54:05 +00:00
Silvan Mosberger
446ec6df2d
postgresql100: 10.3 -> 10.4
...
Fixes CVE-2018-1115
Release notes: https://www.postgresql.org/docs/10/static/release-10-4.html
2018-07-20 11:50:41 -05:00
Silvan Mosberger
d066cecd7d
postgresql96: 9.6.8 -> 9.6.9
...
Fixes CVE-2018-1115
Release notes: https://www.postgresql.org/docs/10/static/release-9-6-9.html
2018-07-20 11:50:41 -05:00
Silvan Mosberger
ac5fdda5a6
postgresql95: 9.5.12 -> 9.5.13
...
Release notes: https://www.postgresql.org/docs/10/static/release-9-5-13.html
2018-07-20 11:50:41 -05:00
Silvan Mosberger
3d16732102
postgresql94: 9.4.17 -> 9.4.18
...
Release notes: https://www.postgresql.org/docs/10/static/release-9-4-18.html
2018-07-20 11:50:41 -05:00
Silvan Mosberger
73aaf63fb1
postgresql93: 9.3.22 -> 9.3.23
...
Release notes: https://www.postgresql.org/docs/10/static/release-9-3-23.html
2018-07-20 11:50:41 -05:00
Izorkin
7307c35f30
mariadb: 10.2.15 -> 10.2.16
2018-07-16 03:53:32 +00:00
Austin Seipp
6a1b65b606
timescaledb: 0.9.2 -> 0.10.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-14 12:53:36 -05:00
Austin Seipp
8f21a16861
timescaledb: create $out/bin in order to work around a stupid bug
...
See #22653 or #38469 . 'manveru' reported this on IRC again, but unfortunately a
real fix requires a bit more work. In the mean time, this plugs the leak with a
bit of duct tape.
'timescale' is an often desired extension and, in the mean time, this
workaround means you also do not have to install something like postgis (with a
large dependency set) into your closure to get things to work.
Ideally in the mean time, *all* postgresql extensions should have $out/bin
created for them... Doing this will require more ongoing work, or a proper
fix to the buildEnv nonsense going on.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-14 12:50:20 -05:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan
fce8f26af6
treewide: http -> https ( #42665 )
2018-06-27 22:12:57 +02:00
Benjamin Hipple
3bb305515f
mariadb: provide multiple src url mirrors
...
Both mariadb.com and mariadb.org appear to be canonical upstream sources, and
have identical sha256 hashes at these URLs.
For the third-party mirrors, if we are just going to provide one URL, it should
be an HTTPS url instead of FTP or SSH, which many users may not be able to
access due to network security configurations.
2018-06-24 19:03:18 +00:00
Frederik Rietdijk
404f91c4c2
Merge master into staging
2018-06-21 07:42:14 +02:00
Florian Engel
1748313f30
monetdb: 11.29.3 -> 11.29.7
2018-06-20 21:40:15 +02:00
Vladimír Čunát
31530c185e
Merge a subset of staging (security)
...
In particular, this contains Firefox-related and libgcrypt updates.
Other larger rebuilds would apparently need lots of time to catch up
on Hydra, due to nontrivial rebuilds in other branches than staging.
2018-06-15 08:48:02 +02:00
Orivej Desh
7f3de60758
Merge branch 'master' into staging
...
* master: (161 commits)
pcsclite: clean up after #41790
tor: 0.3.3.6 -> 0.3.3.7
opae: init at 1.0.0
tinc: 1.0.33 -> 10.0.34
tinc_pre: 1.1pre15 -> 1.1pre16
sit: 0.3.2 -> 0.4.0 (#41863 )
platforms/raspberrypi: enable kernelAutoModules
libupnp: 1.6.21 -> 1.8.3 (#41684 )
androidStudioPackages.{dev,canary}: 3.2.0.16 -> 3.2.0.17
tdesktop: 1.3.0 -> 1.3.7
gns3Packages.{server,gui}{Stable,Preview}: 2.1.6 -> 2.1.7
aws-sam-cli: init at 0.3.0 (#41877 )
nixos/nat: optional networking.nat.externalInterface (#41864 )
linux: 4.17 -> 4.17.1
linux: 4.16.14 -> 4.16.15
linux: 4.14.48 -> 4.14.49
nixos/unbound: add restart (#41885 )
maintainers/create-azure.sh: remove hydra.nixos.org as binary cache (#41883 )
gshogi: init at 0.5.1 (#41840 )
neovim: add missing libiconv
...
2018-06-12 20:41:41 +00:00
Izorkin
1705428cf9
mariadb galera: fix build ( #41813 )
2018-06-11 20:42:53 +02:00
Michael Raskin
b4c38a5174
mariadb: galera: there is no galera_new_cluster
2018-06-11 20:06:27 +02:00
Michael Raskin
d871acb3b2
Merge pull request #33176 from Izorkin/mariadb-galera
...
mariadb galera: init at 25.3.23
2018-06-10 21:23:11 +00:00
Izorkin
9ed1a66ab2
mariadb.connector-c: 2.3.5 -> 2.3.6
2018-06-10 15:24:27 +03:00
Daiderd Jordan
fcdcfe2de1
Merge branch 'master' into staging
2018-06-08 18:06:47 +02:00
Izorkin
13705c02ce
mariadb: 10.2.14 -> 10.2.15 ( #41497 )
2018-06-06 22:19:57 +02:00
Orivej Desh
859e27f177
mysql57: unbundle libedit, libevent, lz4, protobuf, zlib
2018-06-04 05:22:25 +00:00
Orivej Desh
303a17a939
mysql57: 5.7.20 -> 5.7.22
...
Do not SKIP_BUILD_RPATH to let libmysql_api_test run during the build.
There is no WITH_UNITTEST, but there is WITH_UNIT_TESTS.
Do not install and immediately delete mysql-test.
There is no "basedir=" in mysql_install_db.
2018-05-29 13:41:23 +00:00
Orivej Desh
4b975f0fb9
mysql55: 5.5.58 -> 5.5.60
...
mysql-test-run.pl.1 no longer exists.
Do not install and immediately delete mysql-test and sql-bench.
2018-05-29 13:41:23 +00:00
John Ericson
18742471af
Merge remote-tracking branch 'upstream/master' into staging
...
Use newer vagrant from master
2018-05-23 09:40:37 -04:00
R. RyanTM
62f0d64640
pg_repack: 1.4.2 -> 1.4.3
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pg_repack/versions .
These checks were done:
- built on NixOS
- /nix/store/08l7mgizcwhz3iiq7q53529mnj0z9apl-pg_repack-1.4.3/bin/pg_repack passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.4.3 with grep in /nix/store/08l7mgizcwhz3iiq7q53529mnj0z9apl-pg_repack-1.4.3
- directory tree listing: https://gist.github.com/98848a9a560aa1d4de3e164197944d32
- du listing: https://gist.github.com/cfef5141050a394c88b04b839ec17fdf
2018-05-22 21:06:52 -07:00
Vladimír Čunát
392e6de7d0
Merge branch 'master' into staging
2018-05-20 13:20:53 +02:00
R. RyanTM
2af45d94dd
pgroonga: 2.0.5 -> 2.0.6 ( #40646 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pgroonga/versions .
These checks were done:
- built on NixOS
- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2.0.6 with grep in /nix/store/nh4mqn37kx82q7l5fm6anycaw8iz7b8n-pgroonga-2.0.6
- directory tree listing: https://gist.github.com/14e8971d0a27517ef320553ce1e8d33c
- du listing: https://gist.github.com/c1f25e2851a59216d5fa9f88b6477927
2018-05-19 16:59:54 +02:00
Izorkin
789c0614f0
mariadb galera: init at 25.3.23
2018-05-18 20:16:00 +03:00
John Ericson
ddbe9191ef
Merge remote-tracking branch 'upstream/master' into staging
...
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
R. RyanTM
e03acfe161
timescaledb: 0.9.1 -> 0.9.2 ( #40468 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/timescaledb/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.9.2 with grep in /nix/store/m28fll152hk6ik9fiz2jy66qccjxklq3-timescaledb-0.9.2
- directory tree listing: https://gist.github.com/a922008862652d9f3c6f2e2a678c4c71
- du listing: https://gist.github.com/8c5a0a1374fbb013168d4197d67ba214
2018-05-16 14:47:29 +02:00
John Ericson
2c5d915200
Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging
2018-05-13 01:02:09 -04:00
R. RyanTM
23d902a90f
tsearch_extras: 0.2 -> 0.3 ( #40057 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/tsearch-extras/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/4cc503c3c6f22711358d01e0ae7f7d76
2018-05-12 11:04:27 +02:00
John Ericson
42f6e7c4e4
Merge remote-tracking branch 'upstream/master' into staging
2018-05-10 12:04:17 -04:00
Michael Weiss
db0286b5f6
monetdb: Build with readline for better interactivity
...
Readline is e.g. required for autocomplete, history, and advanced line
editing support in mclient.
2018-05-10 13:04:48 +02:00
Matthew Bauer
6748534d83
Merge remote-tracking branch 'upstream/master' into staging
2018-05-08 09:36:00 -05:00
Félix Baylac-Jacqué
c462aa0706
maria-db: Fix mariadb_config include path.
...
Fixes #39984 .
Co-authored-by: Ekaitz Zarraga <ekaitz.zarraga@protonmail.com>
2018-05-05 16:57:37 +02:00
John Ericson
cf06e42d1c
Merge remote-tracking branch 'upstream/master' into staging
2018-05-03 16:35:36 -04:00
Matthew Bauer
143978a477
treewide: remove platform assertions
...
linux: readd assertion
2018-05-03 13:09:20 -05:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
StillerHarpo
5f0e6404dc
monetdb: init at 11.29.3 ( #39306 )
...
monetdb: init at 11.29.3
2018-04-27 09:43:07 +02:00
John Ericson
ba52ae5048
treewide: isArm -> isAarch32
...
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.
The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:
```
ISA: ARMv8 {-A, -R, -M}
/ \
Mode: Aarch32 Aarch64
| / \
Encoding: A64 A32 T32
```
At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.
The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.
[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
Jan Malakhovski
7438083a4d
tree-wide: disable doCheck
and doInstallCheck
where it fails (the trivial part)
2018-04-25 04:18:46 +00:00
Tuomas Tynkkynen
3c6e077301
Merge remote-tracking branch 'upstream/master' into HEAD
...
Conflicts:
pkgs/development/tools/misc/binutils/default.nix
2018-04-22 22:31:30 +03:00
Jörg Thalheim
1330f66d3b
Merge pull request #39202 from r-ryantm/auto-update/pgroonga
...
pgroonga: 2.0.4 -> 2.0.5
2018-04-21 13:48:58 +01:00
Austin Seipp
7e21fd72ce
postgresql100: 10.2 -> 10.3
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-20 08:05:28 -05:00
Austin Seipp
371721a57b
postgresql96: 9.6.7 -> 9.6.8
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-20 08:05:28 -05:00
Austin Seipp
7c9f817abe
postgresql95: 9.5.11 -> 9.5.12
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-20 08:05:28 -05:00
Austin Seipp
1e3e134b04
postgresql94: 9.4.16 -> 9.4.17
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-20 08:05:28 -05:00
Austin Seipp
1617fa98c7
postgresql93: 9.3.21 -> 9.3.22
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-20 08:05:28 -05:00
R. RyanTM
fc7a9977f3
pgroonga: 2.0.4 -> 2.0.5
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pgroonga/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.5 with grep in /nix/store/k3jk6bdh9z57nngzfi737j30y146msb2-pgroonga-2.0.5
- directory tree listing: https://gist.github.com/480386761e3d0a9251dceaf4f5707651
2018-04-20 01:05:46 -07:00
Jörg Thalheim
329ca7db6c
Merge pull request #38662 from jbboehr/cockroach-2_master
...
cockroachdb: 1.1.5 -> 2.0.0
2018-04-18 00:40:17 +01:00
Matthew Justin Bauer
542412ec7a
Merge pull request #37976 from Izorkin/mariadb-connector-c-2.3.5
...
mariadb.connector-c: 2.3.4 -> 2.3.5
2018-04-17 10:09:00 -05:00
John Boehr
4707e69aac
Incorporate libedit changes from #38968
2018-04-15 12:15:26 -07:00
xeji
eb9a133eb6
percona-server: mark as broken
2018-04-12 23:04:03 +02:00
Yorick
0812b5c588
postgresql-jdbc: 9.3-1100 -> 42.2.2 ( #38854 )
2018-04-12 16:35:16 +01:00
Austin Seipp
5570fc1427
pg_repack: 1.4.0.1 -> 1.4.2
...
This allows pg_repack to be built against PostgreSQL 10.x.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-11 12:25:11 -05:00
John Boehr
0b307aa738
cockroachdb: 1.1.5 -> 2.0.0
2018-04-09 16:28:13 -07:00
Matthew Justin Bauer
e5dde2c94e
Merge pull request #37974 from Izorkin/mariadb-10.2.14
...
mariadb: 10.2.13 -> 10.2.14
2018-04-08 21:53:54 -05:00
Matthew Justin Bauer
7982b8c8a6
Merge pull request #38167 from r-ryantm/auto-update/pgroonga
...
pgroonga: 2.0.3 -> 2.0.4
2018-04-08 21:21:37 -05:00
Austin Seipp
33202137bf
pg_hll: init at 2.10.2-9af41684
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp
962e2553dc
pg_topn: init at 2.0.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp
030e90454e
cstore_fdw: init at 1.6.0
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:30:46 -05:00
Austin Seipp
f59ffb6e83
pg_cron: init at 1.0.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 15:28:37 -05:00
Austin Seipp
6ac2b11d13
timescaledb: 0.6.0 -> 0.9.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-04-02 03:36:07 -05:00
R. RyanTM
590109453f
pgroonga: 2.0.3 -> 2.0.4
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/pgroonga/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.4 with grep in /nix/store/hyp69cvzva8cqx4ra33mdvyi8jwl7lzr-pgroonga-2.0.4
- directory tree listing: https://gist.github.com/35ee8b9cab2a9568994e16e9555ce3ff
2018-03-30 20:54:47 -07:00
Matthew Justin Bauer
b5390649c5
mysql: remove broken link
...
macOS will not have the .so link
Fixes #36570
2018-03-29 01:21:24 -05:00
Izorkin
991fd430f3
mariadb.connector-c: 2.3.4 -> 2.3.5
2018-03-28 11:14:22 +03:00
Izorkin
610c49ef89
mariadb: 10.2.13 -> 10.2.14
2018-03-28 11:04:12 +03:00
Ryan Mulligan
ea9c748aa4
mysql_jdbc: 5.1.45 -> 5.1.46
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/81178700485a613e552bedbac7095177
2018-03-25 11:12:10 -05:00
Matthew Justin Bauer
8f3091939b
Merge pull request #37752 from ryantm/fix-urls
...
treewide: use more HTTPS URLs
2018-03-25 00:40:17 -05:00
Ryan Mulligan
b189247ba0
treewide: use more HTTPS URLs
...
Uses the HTTPS url for cases where the existing URL has a permanent
redirect. For each domain, at least one fixed derivation URL was
downloaded to test the domain is properly serving downloads.
Also fixes jbake source URL, which was broken.
2018-03-24 22:04:25 -07:00
Ryan Mulligan
e188ca3a84
virtuoso7: 7.0.0 -> 7.2.4.2
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/xlf49a3742xgl9zhl6v5s31fc6gv2k9h-virtuoso-opensource-7.2.4.2/bin/virtuoso-t help` got 0 exit code
- ran `/nix/store/xlf49a3742xgl9zhl6v5s31fc6gv2k9h-virtuoso-opensource-7.2.4.2/bin/isql --help` got 0 exit code
- ran `/nix/store/xlf49a3742xgl9zhl6v5s31fc6gv2k9h-virtuoso-opensource-7.2.4.2/bin/isqlw --help` got 0 exit code
- ran `/nix/store/xlf49a3742xgl9zhl6v5s31fc6gv2k9h-virtuoso-opensource-7.2.4.2/bin/inifile help` got 0 exit code
- found 7.2.4.2 with grep in /nix/store/xlf49a3742xgl9zhl6v5s31fc6gv2k9h-virtuoso-opensource-7.2.4.2
- directory tree listing: https://gist.github.com/dcd661201732277a82f8e3f4e4263587
2018-03-21 22:47:11 +00:00
Gabriel Ebner
1c183bf931
Merge pull request #37076 from ryantm/auto-update/pgbouncer
...
pgbouncer: 1.7.2 -> 1.8.1
2018-03-17 13:50:34 +01:00
Gabriel Ebner
4fc0d90366
Merge pull request #37078 from ryantm/auto-update/pgroonga
...
pgroonga: 2.0.2 -> 2.0.3
2018-03-17 13:50:09 +01:00
Ryan Mulligan
07d69bb591
pgroonga: 2.0.2 -> 2.0.3
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.0.3 with grep in /nix/store/dqrb6v4lfppacrl4x3q7jhdfw344k733-pgroonga-2.0.3
- found 2.0.3 in filename of file in /nix/store/dqrb6v4lfppacrl4x3q7jhdfw344k733-pgroonga-2.0.3
2018-03-15 01:00:41 -07:00
Ryan Mulligan
b661ecb930
pgbouncer: 1.7.2 -> 1.8.1
...
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:
- built on NixOS
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer -h` got 0 exit code
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer --help` got 0 exit code
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer -V` and found version 1.8.1
- ran `/nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1/bin/pgbouncer --version` and found version 1.8.1
- found 1.8.1 with grep in /nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1
- found 1.8.1 in filename of file in /nix/store/29ywgqx9kl3bv67b4r19yydrvwj29ssb-pgbouncer-1.8.1
2018-03-15 00:45:17 -07:00
Tuomas Tynkkynen
1e107443ad
Merge commit '618ac29687a650d854c8bea7efd4490387589ce2' into staging
2018-03-03 22:40:32 +02:00
Vladimír Čunát
03eb06ae6e
mysql55: fixup build with gcc7
2018-03-02 09:20:11 +01:00
Frederik Rietdijk
810dd0f984
Merge remote-tracking branch 'upstream/master' into HEAD
2018-03-01 20:00:42 +01:00
Ryan Mulligan
1d30efed48
pgroonga: 1.1.9 -> 2.0.2
...
Semi-automatic update. These checks were performed:
- built on NixOS
- found 2.0.2 with grep in /nix/store/6wff31scywzmgmv4hqab1jfj391vv95y-pgroonga-2.0.2
- found 2.0.2 in filename of file in /nix/store/6wff31scywzmgmv4hqab1jfj391vv95y-pgroonga-2.0.2
cc "@DerTim1"
2018-03-01 16:53:53 +01:00
Robin Gloster
6b05a22a57
mysql57: fix build with gcc7
...
fixes #35692
2018-03-01 15:16:15 +01:00
Frederik Rietdijk
5735fea77d
Merge pull request #35275 from lsix/update_postgresql
...
Update postgresql
2018-02-27 15:53:15 +00:00
Tim Steinbach
494d94ada1
jdbc: 5.1.39 -> 5.1.45
2018-02-25 12:48:32 -05:00
Lancelot SIX
4080c2ae8b
postgresql100: 10.1 -> 10.2
...
See https://www.postgresql.org/docs/10/static/release-10-2.html for
release information
2018-02-23 11:02:55 +01:00
Lancelot SIX
67f892b08f
postgresql96: 9.6.6 -> 9.6.7
...
See https://www.postgresql.org/docs/9.6/static/release-9-6-7.html for
release information
2018-02-23 11:02:50 +01:00
Lancelot SIX
67e45dfd58
postgresql95: 9.5.10 -> 9.5.11
...
See https://www.postgresql.org/docs/9.5/static/release-9-5-11.html for
release information.
2018-02-23 11:02:44 +01:00
Lancelot SIX
10ef07fd62
postgresql94: 9.4.15 -> 9.4.16
...
See https://www.postgresql.org/docs/9.4/static/release-9-4-16.html for
release information
2018-02-23 11:02:36 +01:00
Lancelot SIX
104dfd6f85
postgresql93: 9.3.20 -> 9.3.21
...
See https://www.postgresql.org/docs/9.3/static/release-9-3-21.html for
release information
2018-02-23 11:02:24 +01:00
adisbladis
2116146b00
cockroachdb: 1.1.2 -> 1.1.5
2018-02-23 01:44:10 +08:00
Izorkin
2470d22ae1
mariadb: 10.2.12 -> 10.2.13 ( #35119 )
2018-02-20 22:24:38 +01:00
Will Dietz
24721aad18
mariadb: disable tokudb on musl, per docs (and fix build)
2018-02-13 09:45:02 -06:00
Will Dietz
81eef05f86
postgresql: don't try to use 'locale' if not building to run on glibc
2018-02-13 09:44:31 -06:00
Daiderd Jordan
d71c8da8da
mariadb: fix connector-c library install_name on darwin
2018-01-27 22:52:33 +01:00
Shea Levy
0578f07b91
postgresql: Respect dontDisableStatic
2018-01-11 09:19:46 -05:00
Orivej Desh
45f6d97e6e
mariadb: clean up during the rebuild from merging #33513
2018-01-06 18:45:38 +00:00
Izorkin
08cde7d69f
mariadb: 10.2.11 -> 10.2.12
2018-01-06 18:41:00 +01:00
Orivej Desh
306eefaa95
mariadb.client: fix darwin build
...
Fixes #33517
2018-01-06 16:31:42 +00:00
Daiderd Jordan
106d87b6c6
mariadb: fix darwin build
2018-01-06 16:36:48 +01:00
Orivej Desh
210a281a1a
Merge pull request #33267 from Izorkin/mariadb-mysqltest
...
mariadb: disabling mysql-test and sql-bench directories
2018-01-06 03:11:32 +00:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Orivej Desh
4f5aa9bc25
mariadb: fix eval
2018-01-05 14:54:42 +00:00
Orivej Desh
b41e5ece14
mysql.connector-c: fix build on Darwin
...
Broken by #30546 .
2018-01-05 14:19:50 +00:00
Franz Pletz
abcb639df1
Merge pull request #33300 from adisbladis/postgresql
...
Postgresql security updates
2018-01-03 05:44:45 +00:00
adisbladis
2d74fa62a8
postgresql100: 10.0 -> 10.1
2018-01-02 12:13:45 +01:00
adisbladis
71acd1f8a2
postgresql96: 9.6.5 -> 9.6.6
2018-01-02 12:13:45 +01:00
adisbladis
414dc6ba15
postgresql95: 9.5.9 -> 9.5.10
2018-01-02 12:13:44 +01:00
adisbladis
b7302ccb81
postgresql94: 9.4.14 -> 9.4.15
2018-01-02 12:13:43 +01:00
adisbladis
9da1b2f911
postgresql93: 9.3.19 -> 9.3.20
2018-01-02 12:13:42 +01:00
Izorkin
b2598d57d0
mariadb: disabling mysql-test and sql-bench directories
2018-01-01 11:45:45 +03:00
Robin Gloster
1367630af0
mysql57: backward compat
...
At least PHP expects a libmysqlclient_r which was the thread-safe
variant of libmysqlclient, but has been dropped since this is
guaranteed for libmysqlclient now.
2017-12-29 02:18:35 +01:00
Robin Gloster
e66d587aeb
mysql55: add passthrus for compatibility
2017-12-29 02:18:35 +01:00
Izorkin
88657b3a50
mariadb: remove broken link file rcmysql
2017-12-29 02:18:35 +01:00
Robin Gloster
aa8658d496
mysql57: add server.static for libmysqld.a
2017-12-29 02:18:35 +01:00
Robin Gloster
572b2bda4e
treewide: generalise for both mysql & mariadb
2017-12-29 02:18:35 +01:00
Izorkin
62a3561b5e
mariadb connector-c: 2.3.3 -> 2.3.4
2017-12-29 02:18:35 +01:00
Robin Gloster
c9db834ee7
mysql57: add dummy connector-c passthru
...
for mariadb compat
2017-12-29 02:18:35 +01:00
Robin Gloster
4fb9533511
mariadb: add lib/include path compatibility to mysql
2017-12-29 02:18:35 +01:00
Robin Gloster
1ca8a7aff6
mariadb: cleanup obsolete code and fix upstream cmake
2017-12-29 02:18:35 +01:00
Izorkin
b96bf4a891
mariadb: 10.2.9 -> 10.2.11
2017-12-29 02:18:35 +01:00
Robin Gloster
c707fa002d
mariadb: 10.2.8 -> 10.2.9
2017-12-29 02:18:35 +01:00
Robin Gloster
3fcf6bf518
mariadb: 10.2.7 -> 10.2.8
2017-12-29 02:18:35 +01:00
Markus Mueller
3e241efe9b
mariadb: fix socket path
...
This also fixes mysql connections to localhost in php because it gets
the socket path from mysql_config.
2017-12-29 02:18:35 +01:00
Robin Gloster
52e65be0d6
mariadb: fix i686 build
2017-12-29 02:18:35 +01:00
Robin Gloster
5672ca2d0b
mariadb: 10.2.6 -> 10.2.7
2017-12-29 02:18:35 +01:00
Robin Gloster
77af1d2000
mysql.server: fix build
...
That moveToOutput should've been only for the client
2017-12-29 02:18:35 +01:00
Robin Gloster
ee1c85aee9
mariadb: lib -> connector-c
2017-12-29 02:18:35 +01:00
Robin Gloster
9265012de6
mariadb: fix lib cycle and hash
2017-12-29 02:18:35 +01:00
Robin Gloster
a8df05ee2f
mariadb: 10.1.26 -> 10.2.6
2017-12-29 02:18:35 +01:00
Rehno Lindeque
5eed143036
pgbouncer: init at 1.7.2
2017-12-16 23:57:31 +00:00
WilliButz
717423e2f0
pgtap: 0.97.0 -> 0.98.0
2017-12-03 16:02:21 +01:00
Vladimír Čunát
7dfa97969a
Merge branch 'staging' (older one)
...
Hydra seems OK-ish, except that some aarch64 jobs need restarting
after qt4 timing out for the first time:
https://hydra.nixos.org/eval/1412641?compare=1412561
2017-11-24 18:36:54 +01:00
Austin Seipp
865ae03ad3
cockroachdb: 1.1.1 -> 1.1.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-11-22 18:07:52 -06:00
Orivej Desh
b8e1e7191e
Merge branch 'master' into staging
...
* master: (80 commits)
lkl: Supports aarch64
wimlib: nitpicks
gitAndTools.git-codeowners: 0.1.1 -> 0.1.2
wimlib: init at 1.12.0
kernel: improve modDirVersion error message
releaseTools.sourceTarball: Clean up temporary files
dotnetPackages.SmartIrc4net: rehash source
migmix: make it a fixed-output derivation
vm: Create /dev/full
samba: 4.6.8 -> 4.6.11 to address CVEs CVE-2017-14746 & CVE-2017-15275
microcodeIntel: 20170707 -> 20171117
sshd: Remove ripemd160 MACs
kernel config: Enable MEDIA_CONTROLLER
linux: 4.4.99 -> 4.4.100
linux: 4.9.63 -> 4.9.64
nix-bash-completions: 0.4 -> 0.5
linux: 4.14 -> 4.14.1
linux: 4.13.14 -> 4.13.15
nix-zsh-completions: 0.3.3 -> 0.3.5
dns-root-data: use a stable URL that I maintain anyway
...
2017-11-21 22:48:36 +00:00
jraygauthier
3f057db6a0
sqlite-jdbc: init at 3.20.0 ( #31816 )
2017-11-20 10:24:05 +00:00
Orivej Desh
fb703ad117
treewide: update the usage of makeWrapper after #31497
2017-11-19 23:50:49 +00:00
Orivej Desh
68a703b405
pgpool: 3.4.2 -> 3.4.14
...
Fixes the build with glibc 2.26.
Tracking issue: #31696
2017-11-16 02:17:45 +00:00
volth
a9b39814dd
timescaledb: 0.5.0 -> 0.6.0
2017-11-05 18:33:13 +00:00
Piotr Bogdan
bbe660417b
mysql57: 5.7.19 -> 5.7.20
2017-10-26 14:46:57 +01:00
Piotr Bogdan
61efe055e8
mysql55: 5.5.57 -> 5.5.58
2017-10-26 14:46:40 +01:00
Joerg Thalheim
4432eb0de5
cockroachdb: install bash completion into .bin
2017-10-25 09:11:49 +01:00
Andreas Rammhold
cf84d2ff78
cockroachdb: enable build on darwin
2017-10-24 02:03:14 +02:00
Andreas Rammhold
43277b5586
cockroachdb: v1.0.5 -> v1.1.1
2017-10-24 02:03:12 +02:00
Stefan Siegl
0a58a2fe53
plv8: 2.0.3 -> 2.1.0
2017-10-15 15:45:08 +02:00
Vladimír Čunát
ef41fc7f51
Merge branch 'master' into staging
...
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Franz Pletz
b02b224027
postgresql100: init at 10.0
2017-10-07 00:50:44 +02:00
Daiderd Jordan
6118ace4d5
postgresql: enable all platforms on hydra
2017-10-06 21:25:22 +02:00
Orivej Desh
66d4941afe
Merge branch 'master' into staging
...
* master: (48 commits)
Mathematica: 11.0.1 -> 11.2.0
kbfs: 20170922.f76290 -> 20171004.40555d
packer: 1.0.3 -> 1.1.0
libxdg-basedir: 1.0.2 -> 1.2.0
fscrypt: 0.2.1 -> 0.2.2
devtodo: init at 0.1.20
keybase: 1.0.30 -> 1.0.33
elixir: Fix locale problem on NixOS
keybase-gui: 1.0.25 -> 1.0.33
terraform: 0.10.2 -> 0.10.7 (#30055 )
emby: 3.2.32.0 -> 3.2.33.0
sbcl: 1.3.21 -> 1.4.0
ardour: 5.11 -> 5.12
axoloti: fix evaluation
axoloti: init at 1.0.12-1
melpa-packages: Add new lean packages
fastlane: init at 2.60.1
nixos/traefik: guard example path
go-ethereum: 1.7.0 -> 1.7.1
xzgv: 0.9.1 -> 0.9.2
...
2017-10-05 07:41:39 +00:00
Joachim F
0625110d1a
Merge pull request #29927 from WilliButz/fix-pgjwt-test
...
nixos/tests: fix pgjwt test
2017-10-04 10:57:43 +00:00
Orivej Desh
f137004179
Merge branch 'master' into staging
...
* master: (81 commits)
Add NixOS 17.09 AMIs
gradle: 4.2 -> 4.2.1
maintainers.nix: use my GitHub handle as maintainer name
fcitx-engines.rime: init at 0.3.2
brise: init at 2017-09-16
librime: init at 1.2.9
marisa: init at 0.2.4
opencc: build shared library and programs
josm: 12712 -> 12914
exa: 0.7.0 -> 0.8.0
krb5: add deprecation date for old configuration
rustRegistry: 2017-09-10 -> 2017-10-03
go-ethereum: Fix libusb segmentation faults on Darwin
tor-browser-bundle-bin: 7.0.5 -> 7.0.6
libsodium: 1.0.13 -> 1.0.15
tor-browser-bundle: geoip support
tor-browser-bundle: support transports obfs2,obfs3
tor-browser-bundle: bump https-everywhere to 2017.9.12
tint2: limit platforms to Linux since macOS is not supported and fails the tests
eclipse-plugin-vrapper: init at 0.72.0
...
2017-10-03 17:46:39 +00:00
Florian Jacob
7504c75c9c
mariadb: 10.1.26 -> 10.1.28
2017-10-02 22:22:25 +02:00
Orivej Desh
fda26c8476
Merge branch 'master' into staging
...
* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990 )
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
2017-10-02 00:22:12 +00:00
WilliButz
2ebc40f95f
pgtap: init at version 0.97.0
2017-10-01 19:13:42 +02:00
WilliButz
d387bc8936
pgjwt: 0.0.1 -> unstable-2017-04-24
...
- updated to the latest revision
- fixed version format as there are no releases yet
2017-10-01 19:13:42 +02:00
Orivej Desh
28afacbe98
Merge pull request #29549 from volth/timescaledb-0.4.2
...
timescaledb: init at 0.5.0
2017-09-29 10:24:16 +00:00
volth
24890984e7
timescaledb: cosmetics
2017-09-29 13:16:17 +03:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04: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
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
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
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
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
Volth
716849c97e
timescaledb: init at 0.4.2
2017-09-19 00:14:48 +00: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
rushmorem
49d86bc076
cockroachdb: 1.0.2 -> 1.0.5
2017-08-29 19:46:21 +02: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
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
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
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
Tim Steinbach
820c7591f8
mariadb: 10.1.21 -> 10.1.25
2017-07-29 15:05:09 -04: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
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
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
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
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
Volth
60e19e7393
plv8: init at 2.0.3
2017-06-25 01:20:51 +00:00
rushmorem
ec65ef744b
cockroachdb: beta-20160915 -> v1.0.2
2017-06-17 22:52:25 +02: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
Graham Christensen
2165b48e4a
percona-server56: init at 5.6.35-80.0
2017-04-24 15:21:08 -04:00
Vladimír Čunát
96d41e393d
treewide: purge maintainers.urkud
...
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Nikolay Amiantov
5e074f10e1
postgresql: remove redundant static libraries
2017-03-01 03:47:58 +03:00
Johannes Bornhold
3a4c851b89
mysql57: Add developer_cmds as build input on darwin
2017-02-26 17:27:08 +01:00
Tomasz Czyż
0b27c74eb2
pgjwt: init at 0.0.1 ( #22644 )
2017-02-26 11:14:32 +01:00
Joachim F
dd9172022c
Merge pull request #22166 from DerTim1/postgres-plugin-tsearch-extras
...
tsearch-extras: init at 0.2
2017-02-13 16:26:43 +01:00
Tim Digel
8616c0d391
tsearch-extras: init at 0.2
2017-02-13 07:28:25 +01:00
Bas van Dijk
f153a86a30
postgresql: upgrades
...
See: https://www.postgresql.org/about/news/1733/
2017-02-09 22:29:03 +01:00
Tim Digel
e2bf0416a9
pgroonga: init at 1.1.9
2017-01-31 09:27:36 +01:00
Graham Christensen
111b4e4c87
mariadb: 10.1.19 -> 10.1.21 for multiple CVEs
2017-01-25 20:53:24 -05:00
Michael Raskin
8ec3b1fd5f
mysql55: 5.7.16 -> 5.7.17
2017-01-04 17:46:15 +01:00
Michael Raskin
b578bbbe68
mysql55: 5.5.53 -> 5.5.54
2017-01-04 17:46:15 +01:00
danbst
515573ef7f
pg_similarity: init at 1.0
2016-12-17 21:50:23 +00:00
Bas van Dijk
1f95524ab5
postgresql: fix build on darwin
2016-11-24 10:21:09 +01:00
Eelco Dolstra
d074a5a07e
Merge pull request #20638 from LumiGuide/postgresql-updates
...
postgresql: bug fix updates for all versions
2016-11-23 11:34:53 +01:00
Bas van Dijk
8c887535dd
postgresql: bug fix updates for all versions
...
See https://www.postgresql.org/about/news/1712/
2016-11-23 00:13:26 +01:00
Bas van Dijk
589cc65306
postgresql: add 9.6.1
2016-11-22 23:55:12 +01:00
Tim Steinbach
0736bd2c53
mariadb: 10.1.18 -> 10.1.19
2016-11-16 12:04:41 -05:00
Graham Christensen
e928226105
Merge pull request #19709 from NeQuissimus/mysql_5_7_16
...
mysql: 5.7.15 -> 5.7.16
2016-10-19 21:40:09 -04:00
Tim Steinbach
276e41a219
mysql: 5.7.15 -> 5.7.16
2016-10-19 20:37:10 -04:00
Tim Steinbach
a3cd58d24a
mysql: 5.5.52 -> 5.5.53
2016-10-19 20:36:39 -04:00
Tim Steinbach
697dbb9741
mariadb: 10.1.17 -> 10.1.18
2016-10-09 16:04:58 -04:00
Eelco Dolstra
39181d4418
virtuoso: Use multiple outputs
2016-09-29 13:05:28 +02:00
Graham Christensen
0e00ab37f8
mysql_jdbc: 5.1.38 -> 5.1.39
2016-09-24 08:50:13 -04:00
Graham Christensen
785e416188
Merge pull request #18882 from NeQuissimus/mariadb_10_1_17
...
mariadb: 10.1.16 -> 10.1.17
2016-09-23 17:58:19 -04:00
Tim Steinbach
85b6923ba9
mysql55: 5.5.50 -> 5.5.52
2016-09-23 12:02:35 -04:00
Tim Steinbach
e525217269
mariadb: 10.1.16 -> 10.1.17
2016-09-23 11:45:42 -04:00
rushmorem
65198a9082
cockroachdb: build only on x86_64-linux
...
CockroachDB is failing to build on `x86_64-darwin` according to
Hydra. I don't have a Mac or Windows machine to debug the builds
on so I can't support those.
2016-09-23 12:22:31 +02:00