Commit graph

245686 commits

Author SHA1 Message Date
Patrick Hilhorst b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst e9acc776d8 maintainers/scripts: add update_redirected_urls to fix redirected urls using Repology data 2020-10-02 09:01:35 -07:00
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
Jamie Magee bc99830b67 pythonPackages.adguardhome: init at 0.4.2 2020-10-02 08:56:11 -07:00
WORLDofPEACE bd52e7f8d3
Merge pull request #99039 from worldofpeace/dnscrypt-proxy2-harden
nixos/dnscrypt-proxy2: harden and improve service
2020-10-02 11:48:58 -04:00
Henri Menke 952b698689 zfsUnstable: 2.0.0-rc2 -> 2.0.0-rc3 2020-10-02 08:38:56 -07:00
Tim Steinbach d228ae9d77
oh-my-zsh: 2020-09-29 -> 2020-10-01 2020-10-02 11:18:36 -04:00
Tim Steinbach 2696a7cb69
linux: 5.8.12 -> 5.8.13 2020-10-02 11:17:02 -04:00
Tim Steinbach c817c5f69b
linux: 4.9.237 -> 4.9.238 2020-10-02 11:16:50 -04:00
ajs124 15c522ee52
Merge pull request #99189 from helsinki-systems/upd/nginx
nginxMainline: 1.19.2 -> 1.19.3
2020-10-02 16:55:06 +02:00
Ben Siraphob fd18f7bbd7 knightos-patchrom: init at 1.1.3 2020-10-02 21:49:58 +07:00
Andreas Rammhold 6c282a2c61
Merge pull request #99154 from TredwellGit/generate-expr-from-tarballs.pl
generate-expr-from-tarballs.pl: fix insecure temporary file
2020-10-02 16:48:00 +02:00
wheelsandmetal b13aac39a8 skaffold: 1.14.0 -> 1.15.0 2020-10-02 15:26:06 +01:00
zowoq 6dca3575f8 miniserve: 0.9.0 -> 0.10.0
https://github.com/svenstaro/miniserve/releases/tag/v0.10.0
2020-10-02 23:56:07 +10:00
zowoq 8f74e9e905 nixos/caddy: remove caddy1 2020-10-02 23:50:59 +10:00
zowoq 9e7e0e9aa1 caddy1: remove 2020-10-02 23:50:59 +10:00
Michael Raskin bb4060dea0
Merge pull request #99373 from 7c6f434c/xdummy-fix-unfree
xdummy: make unfree fonts optional; see also #99136
2020-10-02 13:47:35 +00:00
Doron Behar 0ef1276d68
Merge pull request #99365 from Mic92/lldb 2020-10-02 16:34:27 +03: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
Mario Rodas f2cb1f0afd
Merge pull request #99363 from danieldk/srsly-2.3.0
python3Packages.srsly: 2.2.0 -> 2.3.0
2020-10-02 08:17:48 -05:00
Mario Rodas 3429b8de2b
Merge pull request #99358 from marsam/update-nvchecker
nvchecker: 1.7 -> 2.0
2020-10-02 07:47:59 -05:00
zowoq b3d674549f
.github/workflows: build NixOS/Nixpkgs manuals (#88488) 2020-10-02 14:46:49 +02:00
Graham Christensen 961a99db3c
oil: 0.8.pre6 -> 0.8.1 2020-10-02 08:42:23 -04:00
szlend 41f6274c34 zncModules.clientbuffer: 2015-08-27 -> 2020-04-24 2020-10-02 14:22:37 +02:00
szlend ebb702ff81 maintainers: add szlend 2020-10-02 14:22:12 +02: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
Elis Hirwing e04af50179
php73: 7.3.20 -> 7.3.23
- https://www.php.net/ChangeLog-7.php#7.3.21
 - https://www.php.net/ChangeLog-7.php#7.3.22
 - https://www.php.net/ChangeLog-7.php#7.3.23
2020-10-02 13:07:25 +02:00
Elis Hirwing a792db658f
php74: 7.4.8 -> 7.4.11
https://www.php.net/ChangeLog-7.php#7.4.9
https://www.php.net/ChangeLog-7.php#7.4.10
https://www.php.net/ChangeLog-7.php#7.4.11
2020-10-02 12:58:58 +02:00
Maximilian Bosch 8626701b2d
Merge pull request #99256 from Ma27/sudo-pkg-option
nixos/sudo: add `package` option
2020-10-02 12:35:58 +02:00
Lancelot SIX 0c98435f70
Merge pull request #99150 from danieldk/transformers-3.3.1
python3Packages.transformers: 3.2.0 -> 3.3.1
2020-10-02 10:54:56 +01:00
Michael Raskin 30ec2df88b xdummy: make unfree fonts optional; see also #99136 2020-10-02 11:42:59 +02:00
Mario Rodas 16a679f1b8
Merge pull request #99138 from marsam/update-starship
starship: 0.44.0 -> 0.45.0
2020-10-02 04:38:56 -05: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
Andreas Rammhold 66c3ba64b8
Merge pull request #99340 from andir/nftables-fix-iptables-conflict-errormsg
nftables: Warn about correct firewall setting
2020-10-02 11:13:26 +02:00
Timo Kaufmann d832ca8178
Merge pull request #97237 from midchildan/package/sd-local
sd-local: init at 1.0.5
2020-10-02 11:08:05 +02:00
Maximilian Bosch 31ce2ee748
gitea: 1.12.4 -> 1.12.5
https://github.com/go-gitea/gitea/releases/tag/v1.12.5
2020-10-02 11:03:56 +02:00
Ingolf Wagner e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Jörg Thalheim f396492e6e
lldb: default to latest version
Unlike llvm we don't use it for building software and rather
want the latest and greatest.
2020-10-02 10:03:27 +02:00
Daniël de Kok 6353c2dee2
Merge pull request #99149 from danieldk/1password-gui-0.8.8-1
_1password-gui: 0.8.7 -> 0.8.8-1
2020-10-02 09:29:43 +02:00
zowoq 4c6dad5e82 lsd: add maintainer 2020-10-02 16:59:51 +10:00
zowoq f18e7e0d07 gitAndTools.git-interactive-rebase-tool: add maintainer 2020-10-02 16:59:43 +10:00
Daniël de Kok 9211e69335 python3Packages.srsly: 2.2.0 -> 2.3.0
Changelog:

https://github.com/explosion/srsly/releases/tag/v2.3.0
2020-10-02 08:47:49 +02:00
Diego Rodriguez 53fcb502fe kubernetes-helm: 3.3.1 -> 3.3.4 2020-10-02 16:45:38 +10:00
zowoq 0f81c5d686 buildah: 1.16.3 -> 1.16.4
https://github.com/containers/buildah/releases/tag/v1.16.4
2020-10-02 16:45:08 +10:00
Daniël de Kok 9fd0171b24
Merge pull request #99318 from siraben/mozwire-update
mozwire: 0.5.1 -> 0.5.2
2020-10-02 08:37:51 +02:00
Daniël de Kok 8a405a11b0
Merge pull request #99347 from LEXUGE/patch-2
smartdns: 30 -> 33
2020-10-02 08:09:34 +02:00
Damien Cassou a619b8ef3a
Merge pull request #99235 from DamienCassou/cypress-5.3.0
cypress: 4.12.1 -> 5.3.0
2020-10-02 08:07:12 +02:00
Damien Cassou 2b716d564d
Merge pull request #99234 from DamienCassou/rider-2020.2.3
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-02 08:06:24 +02:00
Klemens Nanni fb13347d2a nixos/plasma5: Enable browser integration
This option is not documented anywhere and while it may be set
in configuration.nix to enable integration, having it on by
default when using both plasma and firefox is a great convenience;
just like all other desktop environments do it already.
2020-10-02 13:07:09 +08:00
WORLDofPEACE 332dcda646
Merge pull request #98996 from NixOS/worldofpeace-patch-1
nixos/dnscrypt-proxy2: version the example file
2020-10-02 00:32:45 -04:00