Commit graph

41732 commits

Author SHA1 Message Date
zimbatm 3e5149a79a terraform-providers: fix the google and google-beta providers 2020-04-02 17:53:05 +02:00
Florian Klink 2e19bc7074 terraform-providers: refactor
Some terraform providers were moved to the `hashicorp` organization,
some are still in the `terraform-providers` organization.

GitHub doesn't show moved repositories when querying via the API (only
on the web interface). In addition, if there are more than 100 results
(there still are), we'd need to implement paging, which is cubersome in curl.

In addition to that, to look up tags, we used to creating a HTTP request
for each and every provider, which caused us to easily get blocked by
GitHubs rate-limiting.

Instead of all that, let's use `hub` (which implements paging) and the
GitHub's GraphQL endpoint to get a list all repositories for a given
organization AND the latest tag for each of them.

We post-process the output with `jq`.

This also removes the providers.txt and folds the data into the script.
The blacklist was becoming too annoying to handle as a config file.

For the whitelist, we still need to individually fetch tags.

Fixes #83215

Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2020-04-02 17:53:05 +02:00
Jörg Thalheim ca9ea76e16
Merge pull request #82828 from danieldk/skype-appindicator
skypeforlinux: support app indicator
2020-03-30 09:51:26 +01:00
adisbladis 8891bc00e5
melpa-packages: 2020-03-30 2020-03-30 09:42:18 +01:00
adisbladis d4fd0ba504
elpa-packages: 2020-03-30 2020-03-30 09:41:36 +01:00
Benjamin Hipple 2ce7e4ffb7
Merge pull request #82200 from nyanloutre/ledger_live_2_0_1
ledger-live-desktop: 1.20.0 -> 2.1.0
2020-03-29 23:28:24 -04:00
Josef Kemetmüller 99a310e566
klayout: init at 0.26.2 (#73941) 2020-03-29 20:20:41 -04:00
luc65r 8edd400bfb
rofi-calc: init at 1.6 (#83136)
Also:
* maintainers: add albakhamj
* maintainers: add luc65r
* rofi: add plugins argument to wrapper

Co-authored-by: Maciej Krüger <mkg20001@gmail.com>
2020-03-30 01:18:56 +02:00
Cole Helbling 45f53ccd8b
alacritty: 0.4.1 -> 0.4.2
* alacritty now has its own org, so I changed the URLs to point there
* updated the description to match upstream's description
* formatted with nixpkgs-format
2020-03-29 15:15:32 -07:00
Ryan Mulligan 9d21fe813f
Merge pull request #83648 from r-ryantm/auto-update/pdfsam-basic
pdfsam-basic: 4.1.1 -> 4.1.2
2020-03-29 12:58:31 -07:00
Benjamin Hipple 21dbe88670
Merge pull request #83681 from Atemu/cherrytree-0.39.1
cherrytree: 0.39.0 -> 0.39.1
2020-03-29 14:31:14 -04:00
Andreas Rammhold 0d5fc5bf42
Merge pull request #83691 from mweinelt/pr/weechat/v2.8
weechat: v2.7.1 → v2.8
2020-03-29 20:30:21 +02:00
Michael Weiss 0dd5ccc742
mesos,swiften,pingus: Mark as broken
Those packages are broken for >4 months, which is why it seems best to
mark them as broken for now. I noticed these while testing #75877.
2020-03-29 20:06:41 +02:00
Florian Klink ae3928997c
Merge pull request #82807 from mehlon/tor-browser
tor-browser-bundle-bin: enable multimedia support by default
2020-03-29 19:41:40 +02:00
worldofpeace a4a0e4e047
Merge pull request #83690 from r-ryantm/auto-update/drawing
drawing: 0.4.11 -> 0.4.13
2020-03-29 13:01:58 -04:00
Maximilian Bosch 9e7c54325e
stellarium: 0.19.3 -> 0.20.0
https://github.com/Stellarium/stellarium/releases/tag/v0.20.0
2020-03-29 17:56:35 +02:00
Ryan Mulligan 98bc4867fa
Merge pull request #83652 from r-ryantm/auto-update/qmapshack
qmapshack: 1.14.0 -> 1.14.1
2020-03-29 07:21:36 -07:00
R. RyanTM 7d19703e5e drawing: 0.4.11 -> 0.4.13 2020-03-29 14:13:04 +00:00
Martin Weinelt f83d12d554
weechat: v2.7.1 → v2.8
New features

    core: add variable "old_full_name" in buffer, set during buffer renaming (issue weechat/weechat#1428)
    core: add debug option "-d" in command /eval (issue weechat/weechat#1434)
    api: add functions crypto_hash and crypto_hash_pbkdf2
    api: add info "auto_connect" (issue weechat/weechat#1453)
    api: add info "weechat_headless" (issue weechat/weechat#1433)
    buflist: add pointer "window" in bar item evaluation
    irc: add support of fake servers (no I/O, for testing purposes)
    relay: accept hash of password in init command of weechat protocol with option "password_hash" (PBKDF2, SHA256, SHA512)
    relay: reject client with weechat protocol if password or totp is received in init command but not set in WeeChat (issue weechat/weechat#1435)

Bug fixes

    core: fix memory leak in completion
    core: flush stdout/stderr before forking in hook_process function (issue weechat/weechat#1441)
    core: fix evaluation of condition with nested "if" (issue weechat/weechat#1434)
    irc: split AUTHENTICATE message in 400-byte chunks (issue weechat/weechat#1459)
    irc: copy temporary server flag in command /server copy
    irc: add nick changes in the hotlist (except self nick change)
    irc: case-insensitive comparison on incoming CTCP command, force upper case on CTCP replies (issue weechat/weechat#1439)
    irc: fix memory leak when the channel topic is changed
    logger: fix crash when logging is disabled on a buffer and the log file was deleted in the meanwhile, when option logger.file.info_lines is on (issue weechat/weechat#1444)
    php: fix crash when loading script with PHP 7.4 (issue weechat/weechat#1452)
    relay: update buffers synchronization when buffers are renamed (issue weechat/weechat#1428)
    script: fix memory leak in read of script repository file if it has invalid content
    script: fix unexpected display of scripts list in buffer with command /script list -i
    xfer: send signal "xfer_ended" after the received file has been renamed (issue weechat/weechat#1438)

Tests

    scripts: fix generation of test scripts with Python 3.8
    unit: add tests on IRC protocol functions and callbacks
    unit: add tests on function secure_derive_key
    unit: add tests on functions util_get_time_diff and util_file_get_content

Build

    core: fix Cygwin build
    guile: add detection of Guile 3.0.0 (issue weechat/weechat#1442)
    irc: fix build with GnuTLS < 3.1.0 (issue weechat/weechat#1431)
    php: add detection of PHP 7.4
    ruby: add detection of Ruby 2.7 (issue weechat/weechat#1455)
2020-03-29 16:04:28 +02:00
Andreas Wiese 58a69bc9e3 matrix-dl: fix license
I initially looked at the wrong places for this, where it's actually
stated in setup.py.  I'm not quite a python guy.
2020-03-29 15:29:18 +02:00
Jörg Thalheim d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
Atemu e18f1429be cherrytree: 0.39.0 -> 0.39.1 2020-03-29 14:57:44 +02:00
Guanpeng Xu d2702c915f mathematica: 12.0.0 -> 12.1.0 2020-03-29 14:38:33 +02:00
Luflosi 5b6dbb5e18 kitty: 0.17.1 -> 0.17.2
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.2
2020-03-29 14:06:08 +02:00
Jörg Thalheim 8f95431dac
newsboat: fix strict deps build 2020-03-29 12:37:26 +01:00
Jörg Thalheim e841dce44a
rink: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim 5a1bffc7eb
fractal: fix strict deps build 2020-03-29 12:37:25 +01:00
Jörg Thalheim 8ccfa1e212
gnome-podcasts: fix strict deps build 2020-03-29 12:37:24 +01:00
Jörg Thalheim 22fe76d27d
fluxus: fix hash definition
error: unknown hash algorithm '', at /home/s1691654/git/nixpkgs/pkgs/build-support/fetchurl/default.
(use '--show-trace' to show detailed location information)
2020-03-29 12:37:24 +01:00
Jörg Thalheim 76d2557df8
amp: fix strict deps build 2020-03-29 12:37:24 +01:00
nyanloutre 8e70f326b9
ledger-live-desktop: 2.0.1 -> 2.1.0 2020-03-29 13:15:27 +02:00
Orivej Desh 30dc230997
avldrums-lv2: alias to x42-avldrums (#83665)
Fixes #83649
2020-03-29 10:22:55 +00:00
Marek Mahut 76196e9fe6
Merge pull request #83396 from r-ryantm/auto-update/spice-vdagent
spice-vdagent: 0.19.0 -> 0.20.0
2020-03-29 11:28:29 +02:00
Elis Hirwing 74b2eaea0c
Merge pull request #82624 from matthiasbeyer/mixxx-with-old-libshout
mixx: Build with libshout 2.4.1
2020-03-29 10:53:47 +02:00
Ryan Mulligan 915e6a4e3d
Merge pull request #83639 from r-ryantm/auto-update/drawio
drawio: 12.6.5 -> 12.9.3
2020-03-29 00:44:54 -07:00
R. RyanTM 99f39d0bc4 qmapshack: 1.14.0 -> 1.14.1 2020-03-29 07:35:11 +00:00
R. RyanTM 0295a51856 pdfsam-basic: 4.1.1 -> 4.1.2 2020-03-29 06:58:28 +00:00
Peter Hoeg 4e3d5eb1f7
Merge pull request #75697 from georgewhewell/add-kodi-gbm
kodi: add option for GBM backend
2020-03-29 13:49:23 +08:00
Jörg Thalheim 30c17b640f
Merge pull request #83632 from zowoq/gh-darwin
Revert "gitAndTools.gh: fix build on darwin"
2020-03-29 06:41:18 +01:00
Benjamin Hipple eda60c51a9
Merge pull request #83225 from vbgl/pjsip-2.10
pjsip: 2.9 → 2.10
2020-03-28 23:29:57 -04:00
Benjamin Hipple eb2f8d2a8b
Merge pull request #83414 from dasj19/qbittorrent-update
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-28 23:02:56 -04:00
Benjamin Hipple dc9d97d482
Merge pull request #83590 from asbachb/update-netbeans-11-3
netbeans: 11.2 -> 11.3
2020-03-28 23:01:59 -04:00
Benjamin Hipple faebb66e90
Merge pull request #82996 from saschagrunert/cri-o
cri-o: v1.17.0 -> v1.17.1
2020-03-28 22:54:28 -04:00
R. RyanTM 4c36e14386 drawio: 12.6.5 -> 12.9.3 2020-03-29 02:18:40 +00:00
Maximilian Bosch 3f0a792feb
Merge pull request #83300 from mehlon/torbrowser-1.0.7
tor-browser-bundle-bin: 9.0.6 -> 9.0.7
2020-03-29 01:01:31 +01:00
zowoq 2ae5cf317f Revert "gitAndTools.gh: fix build on darwin"
This reverts commit a51275f3b5.

Not needed now that Security is propagated via go in 0bba7474b3
2020-03-29 09:43:11 +10:00
Elyhaka c2600f0424 wofi: changed maintainer after @erictapen request 2020-03-29 00:23:49 +01:00
Elyhaka df2984dbf9 wofi: fix hash mismatch between fetchurl and fetchpatch 2020-03-29 00:23:49 +01:00
Cole Mickens 596b601dfa plex-mpv-shim: v1.7.12 -> v1.7.14 2020-03-28 16:14:36 -07:00
worldofpeace f8ccef5edb riot-desktop: fix StartupWMClass
It seems the quoting breaks it just like in da587daae5

(cherry picked from commit e50bb280cbf5339ed671b0a7208e6aba4002c713)
2020-03-28 18:38:27 -04:00