Commit graph

7664 commits

Author SHA1 Message Date
Mario Rodas ad9f7820a9
Merge pull request #63487 from marsam/update-prometheus_2
prometheus_2: 2.9.2 -> 2.10.0
2019-06-19 07:52:15 -05:00
Matthieu Coudron c33153bf13
Merge pull request #63108 from Shados/lua-packaging-improvements-pr
Lua/luarocks packaging improvements
2019-06-19 14:23:31 +02:00
Mario Rodas 4883b078f6
prometheus_2: 2.9.2 -> 2.10.0 2019-06-18 18:00:00 -05:00
Mario Rodas 435729102a
Merge pull request #63426 from r-ryantm/auto-update/shairport-sync
shairport-sync: 3.3 -> 3.3.1
2019-06-18 17:57:12 -05:00
Michael Raskin 12df2b0348
Merge pull request #63436 from r-ryantm/auto-update/squid
squid4: 4.6 -> 4.7
2019-06-18 19:56:54 +00:00
Franz Pletz 426e10558d
Merge pull request #63443 from WilliButz/grafana-update
grafana: 6.2.3 -> 6.2.4
2019-06-18 15:20:06 +00:00
zimbatm 6787c5734b
minio: only publish the main binary 2019-06-18 16:48:17 +02:00
WilliButz ad6dad6f59
grafana: 6.2.3 -> 6.2.4 2019-06-18 16:30:49 +02:00
R. RyanTM 48178d947f squid4: 4.6 -> 4.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/squid/versions
2019-06-18 06:42:42 -07:00
Franz Pletz 336be28c19
Merge pull request #63331 from WilliButz/grafana-update
grafana: 6.2.2 -> 6.2.3
2019-06-18 12:48:45 +00:00
R. RyanTM e8c20f3de8 shairport-sync: 3.3 -> 3.3.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/shairport-sync/versions
2019-06-18 04:56:28 -07:00
Mario Rodas 5bfbf44978
Merge pull request #63144 from marsam/timescaledb-disable-telemetry
timescaledb: disable telemetry
2019-06-17 22:36:03 -05:00
R. RyanTM 97b78363e3 munin: 2.0.43 -> 2.0.49
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/munin/versions
2019-06-17 21:41:57 +02:00
WilliButz adfcb01415
grafana: 6.2.2 -> 6.2.3 2019-06-17 15:43:25 +02:00
R. RyanTM 2779dd85e6 mod_wsgi: 4.6.5 -> 4.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mod_wsgi/versions
2019-06-17 15:30:45 +02:00
Elis Hirwing 372682b355
Merge pull request #63274 from r-ryantm/auto-update/jackett
jackett: 0.11.384 -> 0.11.420
2019-06-17 08:24:59 +02:00
R. RyanTM c23a98f5d4 jackett: 0.11.384 -> 0.11.420
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-06-16 20:58:57 -07:00
Austin Seipp 348489c685
foundationdb61: 6.1.8 -> 6.1.10
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-06-16 19:20:11 -05:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jaka Hudoklin e2d07d2cc7
Merge pull request #61983 from nikuda/master
confluent-platform: Rename confluent package and update to 5.2.1
2019-06-16 08:57:48 +02:00
schneefux b2405bfcb3 wallabag: 2.3.7 -> 2.3.8 2019-06-15 13:38:59 +02:00
Mario Rodas 6063569f0a
timescaledb: disable telemetry 2019-06-14 16:20:00 -05:00
Vladimír Čunát 788261a1a9
Merge branch 'master' into staging-next
Brings in Haskell rebuild.
Hydra nixpkgs: ?compare=1525186
2019-06-14 17:47:23 +02:00
Mario Rodas fd087520a5
Merge pull request #63009 from marsam/init-postgresqlPackages.pg_bigm
postgresqlPackages.pg_bigm: init at 1.2
2019-06-14 00:34:54 -05:00
Alexei Robyn 274715cbc3 luaPackages: Replace all rockspec packages with generated ones
luaPackages replaced by generated ones:
- bit32
- compat53
- cqueues
- luacyrussasl -> cyrussasl (luarocks name)
- luaexpat
- luadbi -> luadbi front-end module + separate backend modules
  luadbi-{mysql,postgresql,sqlite3}
- luafilesystem
- luaossl
- luasec
- luasocket
- luastdlib -> stdlib (luarocks name)
- lrexlib -> lrexlib-pcre (we already have lrexlib-gnu and
  lrexlib-posix, lrexlib-pcre however appears to be the variant used in
  mudlet, which is the only current dep in nixpkgs)
- luasqlite -> luasql-sqlite3 (luarocks name)
- lfs -> luafilesytem (we literally had two manually written
  luafilesystem expressions, under different names)

Changes and additions to overrides to generated luarocks packgaes,
including:
- busted: Install bash completions along with the zsh ones
- cqueues:
    - Perform minor surgery on the rockspec to allow using a single
      rockspec to build for all supported Lua versions
    - Add a patch by @vcunat to work around a build issue
- luuid: Wrote a tiny patch to allow for Lua 5.1/Luajit compatibility
- General changes:
    - Sorted the packages
    - Attempted to make the formatting consistent
    - Preferenced `.override` instead of `.overrideAttrs` wherever
      possible

Minor changes to other packages to adjust for the Lua package changes:
- luakit expression simplified
- prosody expression simplified; but users will now need to specify the
  luadbi backend module they intend to use in withExtraLibs
- knot-resolver inputs correctd
- mudlet inputs corrected (although this package was and should still be
  broken)
2019-06-14 13:17:15 +10:00
Aaron Andersen fadceeb075
Merge pull request #59179 from JohnAZoidberg/cassandra-module
Fix Cassandra, improve config and tests
2019-06-13 20:37:10 -04:00
Tim Steinbach 3adc7979a1
kafka: 2.2.0 -> 2.2.1 2019-06-13 14:45:26 -04:00
Daniel Schaefer d8ad5ad2a2 cassandra: Properly wrap all binaries
Would previously overwrite the binary with the wrapper and thus wrap
itself (resulting in an infinite recursion on execution) for the
binaries in /bin.t
2019-06-13 04:36:41 +02:00
Simon Lackerbauer 037dd9b796
atlassian-jira: 8.1.0 -> 8.2.1 2019-06-12 18:57:37 +02:00
Simon Lackerbauer 136a1234b6
atlassian-crowd: 3.4.4 -> 3.4.5 2019-06-12 18:57:37 +02:00
Matthieu Coudron 3f00ca96f2
Merge pull request #63018 from dtzWill/update/xclock-1.1.0
xorg.xcalc: 1.0.7 -> 1.1.0
2019-06-12 16:27:53 +09:00
Frederik Rietdijk 7184efb40a Merge master into staging-next 2019-06-12 09:22:07 +02:00
Frederik Rietdijk 869f90be8a
Merge pull request #62801 from peterhoeg/p/pywebpush
python3Packages.pywebpush: init at 1.9.4
2019-06-12 09:14:18 +02:00
Will Dietz 813799a6cb
xorg.xcalc: 1.0.7 -> 1.1.0
xcalc: ensure "app-defaults" resources are installed+found, works now
2019-06-12 00:00:10 -05:00
Franz Pletz 076b79a3f1
Merge pull request #62990 from mayflower/pkg/matrix-synapse-1.0.0
matrix-synapse: 0.99.5.2 -> 1.0.0
2019-06-12 04:43:33 +00:00
Mario Rodas 7ec68bab29
postgresqlPackages.pg_bigm: init at 1.2 2019-06-11 20:30:00 -05:00
Franz Pletz 557c586f4e
matrix-synapse: 0.99.5.2 -> 1.0.0 2019-06-12 00:47:33 +02:00
Matthew Bauer 288eb1485b
Merge pull request #62900 from thefloweringash/mysql55-clang6
mysql55: fix build under clang 6 (and newer)
2019-06-11 17:45:12 -04:00
steve-chavez e1f3167d6d pg-safeupdate: init at 1.2
safeupdate is a simple extension to PostgreSQL that raises an error if
UPDATE and DELETE are executed without specifying conditions.
2019-06-11 12:19:27 -07:00
Franz Pletz 804e5e18e9
Merge pull request #62983 from elseym/plex
plex: 1.15.6.1079 -> 1.15.8.1198
2019-06-11 18:02:26 +00:00
Peter Ferenczy 3830e5323e temporal_tables: init at 1.2.0 2019-06-11 09:06:26 -07:00
elseym 9a70cefcba
plex: 1.15.6.1079 -> 1.15.8.1198 2019-06-11 17:20:59 +02:00
worldofpeace d08a128c63
Merge pull request #62965 from minijackson/jellyfin-10.3.5
jellyfin: 10.3.4 -> 10.3.5
2019-06-11 01:04:34 -04:00
Matthew Bauer 3db2fc56ff
Merge pull request #59795 from jacereda/samba-darwin
samba: fix darwin build
2019-06-10 21:30:59 -04:00
Mario Rodas 4c4afb3cb9 postgresqlPackages.timescaledb: 1.3.0 -> 1.3.1 2019-06-10 17:52:35 -07:00
Will Dietz bd736e6aa7 miniflux: 2.0.15 -> 2.0.16 (#62918) 2019-06-10 13:43:58 -07:00
Minijackson 1debfdbf9a
jellyfin: 10.3.4 -> 10.3.5 2019-06-10 21:21:51 +02:00
Frederik Rietdijk 3fb275d166 pulseaudio: fix build and eval 2019-06-10 11:15:40 +02:00
Frederik Rietdijk e58f0f6c99 Merge master into staging-next 2019-06-10 10:35:50 +02:00
Frederik Rietdijk 4416712772 Revert "fix eval"
Was not sufficient.

This reverts commit bce1f11f5d.
2019-06-10 10:34:21 +02:00