Commit graph

507 commits

Author SHA1 Message Date
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
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
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
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
Matthew Bauer
143978a477 treewide: remove platform assertions
linux: readd assertion
2018-05-03 13:09:20 -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
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
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
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