Commit Graph

12832 Commits

Author SHA1 Message Date
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas
e29ca7ef85
Merge pull request #99336 from Preisschild/helmfile-0.130.0-update
helmfile: 0.128.0 -> 0.130.0
2020-10-02 08:18:55 -05:00
Silvan Mosberger
c04277eb1e
Merge pull request #99337 from ldesgoui/fix-mumble_overlay
mumble-overlay: fix outdated install phase
2020-10-02 14:07:40 +02:00
Maximilian Bosch
cfc4b00b51
Merge pull request #99328 from oxzi/claws-mail-v3.17.7
claws-mail: 3.17.6 -> 3.17.7
2020-10-02 11:25:21 +02:00
Diego Rodriguez
53fcb502fe kubernetes-helm: 3.3.1 -> 3.3.4 2020-10-02 16:45:38 +10:00
eyjhb
8aa575d6fd purple-slack: 2019-08-19 - 2020-09-22 2020-10-02 09:35:01 +10:00
ldesgoui
83edcc15ea mumble-overlay: fix outdated install phase
As it stands, the mumble-overlay install phase attemps to link
`{mumble}/lib/libmumble.so.1.2.*` to its output's `lib/libmumble.so.1`,
this has stopped matching any file ever since mumble has passed
version 1.3.
Instead, we simply link from `{mumble}/lib/libmumble.so.1`
2020-10-02 00:10:30 +02:00
Florian Ströger
d64bcddae4 helmfile: 0.128.0 -> 0.130.0 2020-10-02 00:04:07 +02:00
Alvar Penning
4c3f651965 claws-mail: 3.17.6 -> 3.17.7 2020-10-01 23:06:46 +02:00
Maximilian Bosch
229343aeb2
Merge pull request #99290 from fadenb/element-1.7.8
element-web, element-desktop: 1.7.7 -> 1.7.8
2020-10-01 17:33:54 +02:00
Tristan Helmich (omniIT)
f10049cef3 element-web: 1.7.7 -> 1.7.8 2020-10-01 14:52:27 +00:00
Tristan Helmich (omniIT)
0bf368d339 element-desktop: 1.7.7 -> 1.7.8 2020-10-01 14:52:21 +00:00
Maciej Krüger
b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Mario Rodas
d46c23f312
Merge pull request #99209 from Chili-Man/terraform-0.13.4-update
terraform_0_13: 0.13.3 -> 0.13.4
2020-10-01 04:54:29 -05:00
Maciej Krüger
946369adbd
spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
Daniël de Kok
7779eb31c5
Merge pull request #99175 from helsinki-systems/upd/libcoap
libcoap: 4.2.0 -> 4.2.1
2020-10-01 09:35:19 +02:00
Diego Rodriguez
25e2e677d3
terraform_0_13: 0.13.3 -> 0.13.4 2020-09-30 18:31:48 -06:00
leenaars
4bd0e5603d
Sylk: 2.8.4 -> 2.9.0 (#99095) 2020-09-30 21:36:50 +00:00
zimbatm
8c67a84193
Merge pull request #99073 from flokli/terraform-providers-ct
terraform-providers.ct: 0.5.0 -> 0.6.1
2020-09-30 16:19:51 +00:00
Justin Humm
3b390e579c
Merge pull request #99171 from 0x4A6F/master-meli
meli: alpha-0.6.1 -> alpha-0.6.2
2020-09-30 16:21:50 +02:00
ajs124
54b3948073 libcoap: 4.2.0 -> 4.2.1 2020-09-30 16:12:06 +02:00
0x4A6F
2285e35eac
meli: alpha-0.6.1 -> alpha-0.6.2
Upgrade to [alpha-0.6.2](https://git.meli.delivery/meli/meli/releases/tag/alpha-0.6.2).
2020-09-30 13:20:27 +00:00
Doron Behar
6dd3dddf2e
Merge pull request #83519 from yurrriq/add-kubelogin
kubelogin: init at 0.0.6
2020-09-30 11:09:36 +03:00
Eric Bailey
b3a9dad7c4 kubelogin: init at 0.0.6 2020-09-29 22:18:06 -05:00
Anderson Torres
9f973593c8
Merge pull request #98991 from AndersonTorres/netsurf-upload
Netsurf: a huge rewrite+update!
2020-09-29 15:01:32 -03:00
Enno Richter
5b65d3e7bc iptraf: mark as broken 2020-09-29 05:45:04 -07:00
Michael Weiss
0d2a73b5af
wayvnc: 0.2.0 -> 0.3.1 2020-09-29 12:48:46 +02:00
Emery Hemingway
e7d0500cb3 nixos/rsyncd: convert module to an INI generator 2020-09-29 08:07:53 +02:00
AndersonTorres
3072952295 Netsurf browser: 3.9 -> 3.10 2020-09-28 22:39:18 -03:00
AndersonTorres
66fac9a0bf Netsurf libnsfb: 0.2.1 -> 0.2.2 2020-09-28 22:39:18 -03:00
AndersonTorres
a5c9ce767b Netsurf libsvgtiny: 0.1.7 -> 0.1.7 2020-09-28 22:39:18 -03:00
AndersonTorres
ed204dc61b Netsurf libdom: 0.4.0 -> 0.4.1 2020-09-28 22:39:18 -03:00
AndersonTorres
486a3fb556 Netsurf libhubub: 0.3.6 -> 0.3.7 2020-09-28 22:39:18 -03:00
AndersonTorres
d6d7ead024 Netsurf libcss: 0.9.0 -> 0.9.1 2020-09-28 22:39:17 -03:00
AndersonTorres
d5832afa3e Netsurf nsgenbind: 0.7 -> 0.8 2020-09-28 22:39:17 -03:00
AndersonTorres
b537eb29c0 Netsurf libwapcaplet: 0.4.2 -> 0.4.3 2020-09-28 22:39:17 -03:00
AndersonTorres
fc5cb71883 Netsurf libutf8proc: 2.4.0-1 2020-09-28 22:39:16 -03:00
AndersonTorres
91f818b2be Netsurf libnsutils: 0.0.5 -> 0.1.0 2020-09-28 22:39:16 -03:00
AndersonTorres
88ef1ffe46 Netsurf libnspsl: 0.1.5 -> 0.1.6 2020-09-28 22:39:16 -03:00
AndersonTorres
d1e5d5012f Netsurf libnslog: 0.1.2 -> 0.1.3 2020-09-28 22:39:16 -03:00
AndersonTorres
bf98c55b76 Netsurf libnsgif: 0.2.1 -> 0.2.1 2020-09-28 22:39:15 -03:00
AndersonTorres
b06a3b1fcb Netsurf libnsbmp: 0.1.6 -> 0.1.6 2020-09-28 22:39:15 -03:00
AndersonTorres
0f845601f6 Netsurf libparserutils: 0.2.4 -> 0.2.4
Update metadata and maintain version
2020-09-28 22:39:15 -03:00
AndersonTorres
b055ec84fc Netsurf buildysstem: 1.8 -> 1.9 2020-09-28 22:39:14 -03:00
Florian Klink
8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Ryan Mulligan
955babff2e
Merge pull request #98995 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.112 -> 0.0.114
2020-09-28 06:18:54 -07:00
Lancelot SIX
575bed7987
Merge pull request #98535 from lsix/skype-8.64.0.81
skypeforlinux: 8.63.0.76 -> 8.64.0.81
2020-09-28 13:11:25 +01:00
R. RyanTM
170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
Mario Rodas
22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Maurice B. Lewis
94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00