Commit Graph

12890 Commits

Author SHA1 Message Date
Lassulus
2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02: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
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
szlend
41f6274c34 zncModules.clientbuffer: 2015-08-27 -> 2020-04-24 2020-10-02 14:22:37 +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
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
Ingolf Wagner
e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Jörg Thalheim
38b2cbe934
apache-directory-studio: 2.0.0-M14 -> 2.0.0-M15 2020-10-02 10:06:55 +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
Maximilian Bosch
004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Justin Humm
c06610e8de
Merge pull request #98887 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.8 -> 0.6.10
2020-09-26 23:37:23 +02:00
R. RyanTM
36c7fb33dc signal-cli: 0.6.8 -> 0.6.10 2020-09-26 20:18:54 +00:00
Aaron Andersen
7d56386e11
Merge pull request #98556 from stigtsp/package/convos-4.40
convos: 4.33 -> 4.40
2020-09-26 14:02:17 -04:00
Ryan Mulligan
019cadb0d2
Merge pull request #98831 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.7 -> 2.4.8
2020-09-26 06:55:43 -07:00
Thomas Tuegel
6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Vladimír Čunát
4212f719bb
Merge #98628: thunderbird*: 78.2.2 -> 78.3.1 (security) 2020-09-26 13:21:35 +02:00
Thomas Tuegel
c70831a9fb
tribler: use libvlc 2020-09-26 05:50:25 -05:00
Michael Weiss
2e6844040e
signal-desktop: 1.36.2 -> 1.36.3 2020-09-26 12:15:27 +02:00
taku0
0ab3e526c9 thunderbird-bin: 78.3.0 -> 78.3.1 2020-09-26 19:09:13 +09:00
Vladimír Čunát
9127ee59cd
thunderbird: 78.3.0 -> 78.3.1
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
2020-09-26 10:19:01 +02:00
R. RyanTM
9c4bd3127f openbazaar-client: 2.4.7 -> 2.4.8 2020-09-26 06:53:25 +00:00
Benjamin Hipple
b07855fa46
Merge pull request #98804 from r-ryantm/auto-update/luigi
luigi: 3.0.1 -> 3.0.2
2020-09-25 20:19:08 -04:00
R. RyanTM
00aef98014 luigi: 3.0.1 -> 3.0.2 2020-09-25 21:20:33 +00:00
Maximilian Bosch
45bb0dd36f
Merge pull request #98758 from TredwellGit/wireshark
wireshark: 3.2.5 -> 3.2.7
2020-09-25 20:40:08 +02:00
R. RyanTM
be4bdb3588 kube3d: 3.0.1 -> 3.0.2 2020-09-25 18:20:05 +00:00
Ryan Mulligan
633db35253
Merge pull request #98737 from r-ryantm/auto-update/k9s
k9s: 0.21.7 -> 0.22.1
2020-09-25 08:43:20 -07:00
Maximilian Bosch
e958a89392
Merge pull request #98685 from afontaine/update-nextcloud-client
nextcloud-client: 2.6.5 -> 3.0.2
Closes #95850
2020-09-25 17:27:34 +02:00
Maximilian Bosch
2d94370264
neomutt: 20200821 -> 20200925
https://github.com/neomutt/neomutt/releases/tag/20200925
2020-09-25 16:54:25 +02:00
TredwellGit
5a1c55f911 wireshark: 3.2.5 -> 3.2.7
https://www.wireshark.org/docs/relnotes/wireshark-3.2.7.html
https://www.wireshark.org/docs/relnotes/wireshark-3.2.6.html
2020-09-25 13:53:44 +00:00
Michael Weiss
6b0794caa5
signal-desktop: 1.36.1 -> 1.36.2 2020-09-25 13:44:35 +02:00
R. RyanTM
c16c21cb84 k9s: 0.21.7 -> 0.22.1 2020-09-25 11:28:11 +00:00
Doron Behar
0c8e51bd8c
Merge pull request #95413 from pstn/remove-gnunet-git
gnunet_git: remove
2020-09-25 10:29:55 +03:00
Philipp
ff513a5b89 gnunet_git: remove 2020-09-25 10:13:48 +03:00
Jörg Thalheim
a2960ac430
Merge pull request #97603 from zowoq/rust-test-threads 2020-09-25 06:19:23 +02:00
Andrew Fontaine
57883eea4a
nextcloud-client: 3.0.0 -> 3.0.2
Contains upstream fix for maintaining folder links when upgrading from
2.x to 3.x.
2020-09-24 18:00:05 -04:00
Tim Steinbach
5ab14bf6ad
vivaldi: 3.3.2022.39-1 -> 3.3.2022.47-1 2020-09-24 16:50:38 -04:00
zimbatm
f32bc5c953
Merge pull request #98554 from Luflosi/update/ipfs
ipfs: 0.6.0 -> 0.7.0
2020-09-24 20:42:07 +00:00
Michael Weiss
7e4b7ecd00
gns3-{gui,server}: 2.2.13 -> 2.2.14 2020-09-24 12:29:59 +02:00
taku0
7bcff2e042 thunderbird-bin: 78.2.2 -> 78.3.0 2020-09-24 16:35:48 +09:00
taku0
de309756f3 thunderbird: 78.2.2 -> 78.3.0 2020-09-24 16:35:07 +09:00
zowoq
f294531f17 castor: use cargoParallelTestThreads 2020-09-24 07:20:03 +10:00
Stig P
c68911714f
Merge pull request #98564 from yoctocell/tor-browser-bundle-bin-10.0
tor-browser-bundle-bin: 9.5.4 -> 10.0
2020-09-23 15:23:00 +00:00
yoctocell
281f44fb76
tor-browser-bundle-bin: 9.5.4 -> 10.0 2020-09-23 15:47:05 +02:00
Kevin Cox
c5e8e4c9d1
Merge pull request #98469 from taku0/firefox-bin-81.0
firefox, firefox-bin: 80.0.1 -> 81.0,  firefox-esr: 78.2.0esr -> 78.3.0esr [High security fixes]
2020-09-23 07:55:49 -04:00
Stig Palmquist
88c34acae3
convos: 4.33 -> 4.40 2020-09-23 13:11:00 +02:00
Luflosi
b75e431454
ipfs: 0.6.0 -> 0.7.0
https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0

Pinning go114 is no longer necessary with this version.
2020-09-23 12:58:13 +02:00
Luflosi
d385065f70
ipfs: avoid warning during build when moving directory
Trying to move a directory into itself will result in a warning:
mv: cannot move 'ipfs-src' to a subdirectory of itself, 'ipfs-src/ipfs-src'

This can be prevented by excluding that directory.
2020-09-23 12:57:46 +02:00
Luflosi
1a382e983f
ipfs: remove executable bit from systemd units
IPFS would complain with warnings like
Configuration file /nix/store/...-ipfs-0.6.0/etc/systemd/system/ipfs.service is marked executable. Please remove executable permission bits. Proceeding anyway.
2020-09-23 12:57:01 +02:00
Marek Mahut
3eb1f8a446
Merge pull request #98497 from r-ryantm/auto-update/datovka
datovka: 4.15.1 -> 4.15.2
2020-09-23 10:16:36 +02:00
Lancelot SIX
29620dbaa9
skypeforlinux: 8.63.0.76 -> 8.64.0.81 2020-09-23 08:16:13 +01:00
Olli Helenius
4463f819b6 kismet: 2020-04-R2 -> 2020-09-R2 2020-09-22 23:19:50 -07:00
Doron Behar
193b300f13
Merge pull request #98496 from graham33/fix/zoom-us_version_bump
zoom-us: 5.2.458699.0906 -> 5.3.465578.0920
2020-09-23 02:49:39 +03:00
R. RyanTM
7601b28462 datovka: 4.15.1 -> 4.15.2 2020-09-22 20:48:17 +00:00
Graham Bennett
4d9e297272 zoom-us: 5.2.458699.0906 -> 5.3.465578.0920 2020-09-22 21:24:35 +01:00
Michael Weiss
549da1d8e8
Merge pull request #98460 from primeos/chromium
chromium: 85.0.4183.102 -> 85.0.4183.121
2020-09-22 22:08:36 +02:00