Commit graph

561 commits

Author SHA1 Message Date
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