Vladimír Čunát
2f6b00b15e
Merge branch 'staging-next' into staging
2020-10-25 09:47:04 +01:00
bqv
be17edc6f6
pkgs.nyxt: init at 2020-10-23
2020-10-25 08:56:12 +01:00
lewo
68f03380b2
Merge pull request #101393 from 06kellyjac/tekton-cli_0.13.1
...
tektoncd-cli: 0.13.0 -> 0.13.1
2020-10-25 08:07:46 +01:00
Jörg Thalheim
2f31499703
Merge pull request #101611 from stigtsp/package/firefox-bin-82.0
...
firefox-bin: 81.0.2 -> 82.0
2020-10-25 07:32:30 +01:00
Jörg Thalheim
c8bccb080b
Merge pull request #101624 from taku0/fix_update_nix_for_82
...
firefox-bin: fix update.nix freezing
2020-10-25 07:31:49 +01:00
taku0
4eacc3784f
firefox-bin: fix update.nix freezing
...
https://github.com/NixOS/nixpkgs/pull/98338#issuecomment-716070078
2020-10-25 13:48:42 +09:00
Mario Rodas
0b2d320f39
rclone: 1.53.1 -> 1.53.2
2020-10-25 04:20:00 +00:00
Benjamin Hipple
64a620f8d3
Merge pull request #101418 from arcnmx/terraform-providers-github
...
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-24 23:10:13 -04:00
Stig Palmquist
728b984d57
firefox-bin: 81.0.2 -> 82.0
2020-10-25 01:22:03 +02:00
Mario Rodas
da8c8a2d34
Merge pull request #100537 from wilsonehusin/sonobuoy-0.19
...
sonobuoy: 0.16.1 -> 0.19.1
2020-10-24 14:29:14 -05:00
Mario Rodas
002c634339
Merge pull request #101448 from 06kellyjac/terragrunt_0.25.5
...
terragrunt: 0.25.4 -> 0.25.5
2020-10-24 14:14:06 -05:00
Michael Weiss
253c9cb0b8
tdesktop: 2.4.3 -> 2.4.4
2020-10-24 20:22:56 +02:00
StigP
7ecdf141d2
Merge pull request #98338 from Atemu/firefox-bin-update-fix
...
firefox-bin/update: fix
2020-10-24 14:42:01 +00:00
Anderson Torres
db2c904c3c
Merge pull request #100294 from pniedzwiedzinski/amfora-desktop
...
amfora: Add desktop file
2020-10-24 08:50:44 -03:00
TredwellGit
2bb011032c
chromium: use official build settings ( #101467 )
...
LLD: https://lld.llvm.org/
When you link a large program on a multicore machine, you can expect that LLD runs more than twice as fast as the GNU gold linker. Your mileage may vary, though.
Link-time optimization (LTO) is supported by default.
Some default settings have been tuned for the 21st century. For example, the stack is marked as non-executable by default to tighten security.
LTO & ThinLTO: https://clang.llvm.org/docs/ThinLTO.html
LTO (Link Time Optimization) achieves better runtime performance through whole-program analysis and cross-module optimization. However, monolithic LTO implements this by merging all input into a single module, which is not scalable in time or memory, and also prevents fast incremental compiles. ThinLTO is a new approach that is designed to scale like a non-LTO build, while retaining most of the performance achievement of full LTO.
PGO: https://llvm.org/docs/HowToBuildWithPGO.html https://blog.chromium.org/2020/08/chrome-just-got-faster-with-profile.html
Allows your compiler to better optimize code for how it actually runs. Users report that applying this to Clang and LLVM can decrease overall compile time by 20%.
Because PGO uses real usage scenarios that match the workflows of Chrome users around the world, the most common tasks get prioritized and made faster. Delivers up to 10% faster page loads.
CFI: https://clang.llvm.org/docs/ControlFlowIntegrity.html https://www.chromium.org/developers/testing/control-flow-integrity
Aborts the program upon detecting certain forms of undefined behavior that can potentially allow attackers to subvert the program’s control flow. These schemes have been optimized for performance, allowing developers to enable them in release builds.
By default, a program compiled with CFI will crash with SIGILL if it detects a CFI violation.
Additionally:
Use minizip instead of zlib. Chromium says zlib but actually uses minizip.
Remove old unused workarounds.
Make shell scripts POSIX compliant.
Update documentation URLs.
Prepare for using system libraries.
2020-10-24 12:27:40 +02:00
Vladimír Čunát
c0a646edd0
Merge #101380 : thunderbird*: 78.3.2 -> 78.4.0
2020-10-24 09:16:36 +02:00
Niklas Hambüchen
0672de5b89
gstreamer: 1.16.2 -> 1.18.0
...
Fixes #98769 .
Important changes from https://gstreamer.freedesktop.org/releases/1.18/ :
* `gst-validate` was renamed to `gst-devtools` upstream:
> * the `gst-validate` tarball has been superseded by
> the `gst-devtools` tarball for consistency with the git module name.
* `gst-python` is now Python 3 only:
> * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Jan Tojnar
330ac8b3dc
syncthing-gtk: mark as broken
...
It does not seem to support Python 3 and pygobject no longer supports Python 2.
https://github.com/kozec/syncthing-gtk/issues/487
2020-10-24 01:18:44 +02:00
Atemu
4704cec55b
fractal: use libhandy_0
2020-10-24 01:17:52 +02:00
Atemu
edbad936cf
newsflash: use libhandy_0
2020-10-24 01:17:51 +02:00
Atemu
9d8c238b5c
calls: use libhandy_0
2020-10-24 01:17:51 +02:00
WORLDofPEACE
13dfd7464e
freerdp: build tweaks
...
* use latest ffmpeg_4
* add libjpeg_turbo support
* add cairo support
* add ffmpeg vaapi support
2020-10-24 01:17:03 +02:00
TredwellGit
1bc72b3494
mumble: 1.3.2 -> 1.3.3
...
https://github.com/mumble-voip/mumble/releases/tag/1.3.3
2020-10-23 20:35:27 +00:00
Michael Weiss
7c76eafdb7
chromiumDev: Mark as broken for now
2020-10-23 19:47:43 +02:00
Michael Weiss
50a2f50acb
chromiumDev: 88.0.4292.2 -> 88.0.4298.4
...
This should also fix VA-API for chromiumBeta (though that part needs
some cleanup). However, chromiumDev likely still fails due to the
absence of dirmd (not included in the tarball so far, we might have to
package and add it as a dependency).
2020-10-23 17:49:46 +02:00
Kevin Cox
6cbef452b0
Merge pull request #100685 from buckley310/brave
...
brave: 1.12.112 -> 1.15.76
2020-10-23 11:31:55 -04:00
Michael Weiss
b36db49ae7
chromium: Add some brief documentation
...
Wanted to do this for a long time to collect important knowledge and
make it easier to pass maintainership.
Only time will tell if this'll be useful or become outdated instead.
2020-10-23 11:39:05 +02:00
06kellyjac
10c152cb58
terragrunt: 0.25.4 -> 0.25.5
2020-10-23 09:50:15 +01:00
06kellyjac
268f5110f6
terragrunt: add jk as a maintainer
...
Add jk (myself) as a maintainer for terragrunt
2020-10-23 09:49:41 +01:00
06kellyjac
200bf0a3af
terragrunt: clean and sort arguments
...
lib was already imported so no need for stdenv.lib
sorted arguments into order of use
2020-10-23 09:48:39 +01:00
Andreas Rammhold
e7a4b3df43
Merge pull request #101434 from andir/firefox-disable-lto
...
firefox: disable LTO by default due to segfaults with wayland
2020-10-23 03:58:12 +02:00
Sean Buckley
61e2d90486
brave: 1.12.112 -> 1.15.76
2020-10-22 21:05:20 -04:00
Ryan Mulligan
ff23aaed3a
Merge pull request #101299 from r-ryantm/auto-update/argo
...
argo: 2.11.5 -> 2.11.6
2020-10-22 18:04:48 -07:00
Andreas Rammhold
bca15c82d8
firefox: disable LTO by default due to segfaults with wayland
...
As discussed in #101429 firefox 82 started crashing when used with
wayland. A brief investigation showed that this appears to be rooted
within the LTO support that was recently added to the package. For the
time being, until someone figures out where the crashes are coming from,
we can just disable LTO.
2020-10-23 02:51:46 +02:00
arcnmx
c603dae70d
terraform-providers.github: 2.8.0 -> 3.1.0
2020-10-22 14:47:16 -07:00
arcnmx
f7cf7ed51d
terraform-providers.time: init at 0.6.0
2020-10-22 10:59:46 -07:00
06kellyjac
a7c1563b03
tektoncd-cli: 0.13.0 -> 0.13.1
2020-10-22 16:55:29 +01:00
Anderson Torres
02e4a0e65f
Merge pull request #95320 from mstrangfeld/tektoncd-cli
...
tektoncd-cli: init at 0.13.0
2020-10-22 12:15:38 -03:00
Marek Mahut
67496d2bb5
Merge pull request #101375 from 1000101/terraform-providers_vultr
...
terraform-providers: vultr 1.3.0 -> 1.4.1
2020-10-22 16:55:40 +02:00
Mario Rodas
77fd054bc2
Merge pull request #101313 from marsam/update-terraform_0_13
...
terraform_0_13: 0.13.4 -> 0.13.5
2020-10-22 09:37:44 -05:00
taku0
a1ad05b45c
thunderbird-bin: 78.3.2 -> 78.4.0
2020-10-22 22:41:21 +09:00
1000101
f5a852941e
terraform-providers: vultr 1.3.0 -> 1.4.1
2020-10-22 15:37:33 +02:00
Michael Raskin
bb7e76bebb
alpine: 2.23 -> 2.24 ( #101318 )
2020-10-22 12:56:04 +00:00
Michael Weiss
d8cbc9d331
signal-desktop: 1.37.1 -> 1.37.2
2020-10-22 13:36:12 +02:00
Michael Weiss
10b4fe1022
Merge pull request #101306 from TredwellGit/chromium
...
chromium: 86.0.4240.75 -> 86.0.4240.111
2020-10-22 11:47:35 +02:00
Lancelot SIX
ec6f9e1c83
Merge pull request #101193 from bachp/skypeforlinux-8.65.0.78
...
skypeforlinux: 8.64.0.81 -> 8.65.0.78
2020-10-22 10:30:36 +01:00
Maximilian Bosch
d976433296
element-desktop: 1.7.9 -> 1.7.10
...
https://github.com/vector-im/element-desktop/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
Maximilian Bosch
96f29b90a1
element-web: 1.7.9 -> 1.7.10
...
https://github.com/vector-im/element-web/releases/tag/v1.7.10
2020-10-22 11:03:10 +02:00
R. RyanTM
693bd2565b
alpine: 2.23 -> 2.24
2020-10-22 03:04:18 +00:00
TredwellGit
7dc2d9f819
chromium: 86.0.4240.75 -> 86.0.4240.111
...
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop_20.html
CVE-2020-16000 CVE-2020-16001 CVE-2020-16002 CVE-2020-15999 CVE-2020-16003
2020-10-22 00:38:17 +00:00
R. RyanTM
cc10193222
argo: 2.11.5 -> 2.11.6
2020-10-21 23:41:45 +00:00
Mario Rodas
8b636137c2
terraform_0_13: 0.13.4 -> 0.13.5
...
https://github.com/hashicorp/terraform/releases/tag/v0.13.5
2020-10-21 18:00:00 -05:00
taku0
fb252b8932
thunderbird: 78.3.2 -> 78.4.0
2020-10-22 03:38:00 +09:00
eyjhb
324ea5b54e
bitlbee-facebook: 1.2.0 -> 1.2.1
2020-10-21 15:21:14 +02:00
Vladimír Čunát
65d6adcf3e
Merge #100713 : chromium: build on all cores
2020-10-20 20:58:16 +02:00
Samuel Dionne-Riel
49edde0905
rsync: Work around upstream cross-compilation issue
...
It should be fixed by the next release:
* b7fab6f285
Already a part of the updates for 3.2.4
* https://download.samba.org/pub/rsync/NEWS#3.2.4
2020-10-20 14:28:27 -04:00
Pascal Bach
6ee7c68f94
skypeforlinux: 8.64.0.81 -> 8.65.0.78
2020-10-20 18:39:10 +02:00
Andreas Rammhold
6057ea490f
firefox: 78.3.1esr -> 78.4.0esr
2020-10-20 16:29:09 +02:00
Andreas Rammhold
ae2f5cccbb
firefox: 81.0.2 -> 82.0
2020-10-20 16:29:07 +02:00
Andreas Rammhold
b6b09ac7ae
Merge pull request #99922 from S-NA/wip/firefox-lto
...
firefox: add ltoSupport and enable it by default
2020-10-20 16:23:35 +02:00
JesusMtnez
fdc5b324d6
slack: 4.9.0 -> 4.10.3
2020-10-20 15:49:55 +02:00
Vladimír Čunát
176243b059
Merge #100808 : thunderbird*: 78.3.2 -> 78.3.3
2020-10-20 07:52:52 +02:00
Sarah Brofeldt
902e0997c3
Merge pull request #101025 from johanot/kubernetes-1.19.3
...
kubernetes: 1.19.1 -> 1.19.3
2020-10-19 11:59:35 +02:00
Ryan Mulligan
713c368291
Merge pull request #101001 from r-ryantm/auto-update/kubeseal
...
kubeseal: 0.12.5 -> 0.12.6
2020-10-18 16:29:21 -07:00
Johan Thomsen
c1fa775058
kubernetes: 1.19.1 -> 1.19.3
2020-10-18 21:28:23 +02:00
Mario Rodas
7e3cf7fc16
Merge pull request #100998 from r-ryantm/auto-update/kpt
...
kpt: 0.34.0 -> 0.35.0
2020-10-18 12:01:09 -05:00
R. RyanTM
328a7c6aa0
kubeseal: 0.12.5 -> 0.12.6
2020-10-18 16:34:11 +00:00
R. RyanTM
3065a71a58
kpt: 0.34.0 -> 0.35.0
2020-10-18 16:06:59 +00:00
Mario Rodas
d5b5057c24
Merge pull request #100900 from r-ryantm/auto-update/cloudflared
...
cloudflared: 2020.6.1 -> 2020.10.0
2020-10-18 08:42:45 -05:00
Mario Rodas
166ea0f3dc
Merge pull request #100933 from r-ryantm/auto-update/fluxctl
...
fluxctl: 1.20.2 -> 1.21.0
2020-10-18 08:17:49 -05:00
Mario Rodas
3454c5289b
Merge pull request #100963 from r-ryantm/auto-update/helmfile
...
helmfile: 0.130.1 -> 0.131.0
2020-10-18 07:49:30 -05:00
R. RyanTM
a25c9b6b43
helmsman: 3.4.4 -> 3.4.6
2020-10-18 12:00:42 +00:00
R. RyanTM
b116c54879
helmfile: 0.130.1 -> 0.131.0
2020-10-18 11:52:51 +00:00
R. RyanTM
8c4c6a4b71
fluxctl: 1.20.2 -> 1.21.0
2020-10-18 07:14:08 +00:00
R. RyanTM
7573143201
cloudflared: 2020.6.1 -> 2020.10.0
2020-10-17 22:58:45 +00:00
StigP
1bae8e2b28
Merge pull request #100073 from devhell/update-msteams
...
teams: 1.3.00.16851 -> 1.3.00.25560
2020-10-17 19:08:04 +00:00
Mario Rodas
31a06eeaa0
Merge pull request #100843 from r-ryantm/auto-update/argo
...
argo: 2.10.1 -> 2.11.5
2020-10-17 13:16:45 -05:00
R. RyanTM
a0a9e4d83d
argo: 2.10.1 -> 2.11.5
2020-10-17 16:04:50 +00:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
taku0
5e5702649f
thunderbird-bin: 78.3.2 -> 78.3.3
2020-10-17 15:47:23 +09:00
Michele Guerini Rocco
51b2e7a2d8
Merge pull request #100702 from emmanuelrosa/qutebrowser-1.14.0
...
pdfjs: 2.4.456 -> 2.6.347
2020-10-16 20:48:24 +02:00
Maximilian Bosch
3dd39cb4d4
Merge pull request #100600 from yoctocell/tbb-10.0.1
...
tor-browser-bundle-bin: 10.0 -> 10.0.1
2020-10-16 20:22:18 +02:00
conferno
c557c27ac3
chromium: fix build on i686 ( #100512 )
...
ld.gold runs out of memory on i686.
2020-10-16 19:37:28 +02:00
Jack Kelly
b5e37e1ea5
terragrunt: 0.23.40 -> 0.25.4 ( #100727 )
...
* terragrunt: use buildFlagsArray
* terragrunt: 0.23.40 -> 0.25.4
2020-10-16 17:18:01 +02:00
Michael Weiss
7ca4469122
tdesktop: Drop unused CMake variables and passthru tg_owt
...
Before this change:
> CMake Warning:
> Manually-specified variables were not used by the project:
>
> BUILD_TESTING
> CMAKE_EXPORT_NO_PACKAGE_REGISTRY
> CMAKE_POLICY_DEFAULT_CMP0025
> DESKTOP_APP_USE_PACKAGED_GSL
> DESKTOP_APP_USE_PACKAGED_RLOTTIE
> DESKTOP_APP_USE_PACKAGED_VARIANT
> TDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME
> TDESKTOP_USE_PACKAGED_TGVOIP
2020-10-16 16:15:22 +02:00
oxalica
4c59c0b1da
tdesktop: 2.3.0 -> 2.4.3 and enable webrtc ( #100450 )
...
Enables WebRTC by packaging tg_owt.
2020-10-16 15:41:07 +02:00
volth
8e861c07ce
chromium: build on $NIX_BUILD_CORES
2020-10-16 13:09:54 +00:00
Emmanuel Rosa
72f0938597
pdfjs: 2.4.456 -> 2.6.347
2020-10-16 18:55:37 +07:00
volth
5742fcdfa9
chromium: build on all cores
2020-10-16 11:22:28 +00:00
Michael Weiss
db33f99343
signal-desktop: 1.36.3 -> 1.37.1
2020-10-16 12:13:12 +02:00
Michael Weiss
aee3076ba7
chromiumDev: M87 -> M88
2020-10-16 11:58:20 +02:00
Marek Mahut
fdb94a1728
Merge pull request #100523 from SuperSandro2000/dnscontrol-3.4.2
...
dnscontrol: 3.3.0 -> 3.4.2
2020-10-16 11:22:35 +02:00
taku0
336c672a3a
thunderbird: 78.3.2 -> 78.3.3
2020-10-16 15:13:04 +09:00
Michele Guerini Rocco
1bfa8c120e
Merge pull request #100608 from charvp/qutebrowser-1.14.0
...
qutebrowser: 1.13.1 -> 1.14.0
2020-10-15 23:59:32 +02:00
Michael Weiss
a667bc7ae1
chromiumBeta: M86 -> M87
2020-10-15 20:46:24 +02:00
Charlotte Van Petegem
0ff57286ee
qutebrowser: 1.13.1 -> 1.14.0
2020-10-15 18:15:37 +02:00
yoctocell
178ca67f93
tor-browser-bundle-bin: 10.0 -> 10.0.1
2020-10-15 15:00:50 +02:00
Michael Weiss
015c5a2be6
chromium: Drop the libwebp include patch
...
Chromium 86.0.4240.75 builds fine without this patch. And since
WEBP_MAX_DIMENSION is the same in the system libwebp this patch should
not be required anymore (it was introduced in 06ec2a9f19
, apparently to
fix the build).
2020-10-15 14:33:15 +02:00
Wilson E. Husin
ae34d2e1fd
Sonobuoy 0.16.1 -> 0.19.0
2020-10-14 18:13:02 -07:00
06kellyjac
bf422f5892
starboard: 0.5.0 -> 0.6.0
...
Also set subPackages to "cmd/starboard" as there is now also
starboard-operator and starboard-scanner-aqua.
2020-10-14 22:09:22 +01:00
Sandro Jäckel
a4b405cebd
dnscontrol: 3.3.0 -> 3.4.2
2020-10-14 23:01:17 +02:00
Frederik Rietdijk
b3aed163d5
Merge pull request #99709 from NixOS/staging-next
...
Staging next
2020-10-14 21:10:31 +02:00
Michele Guerini Rocco
b5e44d3d15
Merge pull request #100479 from rnhmjoj/tremc
...
tremc: 0.9.1 -> 0.9.2
2020-10-14 17:06:24 +02:00
leenaars
706fdae286
Sylk: 2.9.0 -> 2.9.1 ( #100490 )
2020-10-14 14:39:30 +02:00
Rok Garbas
a740a0bdd1
Merge pull request #100480 from rnhmjoj/trans-remote
...
transmission-remote-cli: remove
2020-10-14 14:09:50 +02:00
Frederik Rietdijk
b981eca057
Merge master into staging-next
2020-10-14 11:32:49 +02:00
Patryk Niedźwiedziński
aff9d6fcc7
amfora: Add desktop file
...
Add .desktop that contains mime type for gemini protocol
2020-10-14 10:58:52 +02:00
rnhmjoj
c3e6fbe81e
tremc: set license to GPL 3+
2020-10-14 09:28:34 +02:00
rnhmjoj
b42a421e47
transmission-remote-cli: remove
...
This finally stopped working after transmission upgraded the API
protocol to v3.0.
2020-10-14 09:26:23 +02:00
rnhmjoj
a92c678c3f
tremc: 0.9.1 -> 0.9.2
2020-10-14 09:15:43 +02:00
Diego Rodriguez
9eb0c32118
minikube: 1.13.1 -> 1.14.0
2020-10-14 00:30:40 -06:00
Mario Rodas
e24a4b950c
Merge pull request #100415 from taku0/flashplayer-32.0.0.445
...
flashplayer: 32.0.0.433 -> 32.0.0.445 [Critical security fix]
2020-10-13 22:08:54 -05:00
Andreas Rammhold
47cb5a4c9f
Merge pull request #100412 from taku0/firefox-bin-81.0.2
...
firefox, firefox-bin: 81.0 -> 81.0.2, firefox-esr: 78.3.0esr -> 78.3.1esr
2020-10-13 22:36:22 +02:00
Lassulus
d5ae18268d
Merge pull request #98587 from devhell/profanity-omemo-patch
...
profanity: Introduce OMEMO fix
2020-10-13 21:07:13 +02:00
Frederik Rietdijk
9e1943edc0
Merge master into staging-next
2020-10-13 19:34:34 +02:00
06kellyjac
4317adce91
starboard: 0.4.0 -> 0.5.0
2020-10-13 17:40:26 +01:00
Anderson Torres
1e70a76996
Merge pull request #99412 from 06kellyjac/init_starboard
...
starboard: init at 0.4.0
2020-10-13 12:46:24 -03:00
taku0
560cc80818
firefox-esr: 78.3.0esr -> 78.3.1esr
2020-10-13 22:17:10 +09:00
taku0
68a9d42e0d
firefox-bin: 81.0 -> 81.0.2
2020-10-13 22:17:10 +09:00
taku0
05b955a133
firefox: 81.0 -> 81.0.2
2020-10-13 22:17:10 +09:00
Michael Weiss
89003c67a1
Merge pull request #100110 from TredwellGit/chromium
...
chromium: speed up build and enable system ffmpeg, libjpeg, and zlib
2020-10-13 15:07:30 +02:00
06kellyjac
fa4c32628d
starboard: init at 0.4.0
2020-10-13 13:50:55 +01:00
taku0
52dcd5b211
flashplayer: 32.0.0.433 -> 32.0.0.445
2020-10-13 21:13:22 +09:00
Florian Klink
35b43ada0e
Merge pull request #100331 from oxzi/afew-3.0.1
...
afew: 3.0.0 -> 3.0.1
2020-10-12 18:35:39 +02:00
Maximilian Bosch
7db09ea70a
element-desktop: 1.7.8 -> 1.7.9
...
https://github.com/vector-im/element-desktop/releases/tag/v1.7.9
2020-10-12 16:41:41 +02:00
Maximilian Bosch
50394cec59
element-web: 1.7.8 -> 1.7.9
...
https://github.com/vector-im/element-web/releases/tag/v1.7.9
2020-10-12 16:41:41 +02:00
Alvar Penning
84ba84dc10
afew: 3.0.0 -> 3.0.1
2020-10-12 14:34:00 +02:00
Anderson Torres
e61c9d185d
Merge pull request #100193 from AndersonTorres/big-upload
...
A bunch of updates
2020-10-12 08:48:52 -03:00
AndersonTorres
58230e61ba
luakit: 2.2 -> 2.2.1
2020-10-12 04:07:17 -03:00
Mario Rodas
740690e9eb
Merge pull request #100262 from Preisschild/helmfile-0.130.1-update
...
helmfile: 0.130.0 -> 0.130.1
2020-10-11 20:14:25 -05:00
Lana Black
3a520ad45c
discord: Add libdbusmenu dependency ( #100234 )
2020-10-11 15:14:59 -04:00
Florian Ströger
15b3918d35
helmfile: 0.130.0 -> 0.130.1
2020-10-11 19:24:15 +02:00
Mario Rodas
b48615a8d1
Merge pull request #100010 from Preisschild/istioctl-1.7.3-update
...
istioctl: 1.7.0 -> 1.7.3
2020-10-11 12:04:28 -05:00
Mario Rodas
29872df7d9
Merge pull request #100150 from theduke/k3s-1.19.2-k3s1
...
k3s: 1.18.8+k3s1 -> 1.19.2-k3s1
2020-10-11 12:00:44 -05:00
Vladimír Čunát
230728216a
thunderbird*-68: mark as insecure
2020-10-11 11:16:27 +02:00
Vladimír Čunát
2d4225bcd3
Merge #100079 : thunderbird-*: 78.3.1 -> 78.3.2
2020-10-11 11:16:27 +02:00
Jan Tojnar
aabcf2d8f5
Merge branch 'master' into staging-next
2020-10-11 00:27:21 +02:00
Daniel Schaefer
6af10931d4
Merge pull request #99927 from JohnAZoidberg/hpmyroom-12.1.1.0257
2020-10-11 02:21:36 +08:00
Gabriel Ebner
44c9d7fc72
Merge pull request #100152 from gebner/elinks0135
...
elinks: 0.13.2 -> 0.13.5
2020-10-10 20:21:15 +02:00
Michael Weiss
cde2e109d6
Merge pull request #100101 from primeos/chromium
...
chromium: Disable VA-API by default
2020-10-10 18:25:36 +02:00
Gabriel Ebner
bd8dea89cb
elinks: 0.13.2 -> 0.13.5
2020-10-10 16:36:01 +02:00
Christoph Herzog
549131de56
k3s: 1.18.8+k3s1 -> 1.19.2-k3s1
2020-10-10 16:17:22 +02:00
Vladimír Čunát
338b25697c
Merge branch 'master' into staging-next
...
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
> 3926 x86_64-darwin
> 4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Maximilian Bosch
dda7212020
Merge pull request #100125 from gnidorah/rambox
...
rambox: 0.7.6 -> 0.7.7
2020-10-10 10:54:50 +02:00
gnidorah
86630c774d
rambox: 0.7.6 -> 0.7.7
2020-10-10 07:30:01 +03:00
Diego Rodriguez
7c55217904
minikube: 1.13.0 -> 1.13.1
2020-10-09 18:34:52 -06:00
TredwellGit
eb74717477
chromium: enable system ffmpeg, libjpeg, and zlib
2020-10-09 21:29:16 +00:00
TredwellGit
a7cbf67a24
chromium: disable symbols
...
By default GN produces a build with all of the debug assertions enabled (is_debug=true) and including full debug info (symbol_level=2). Setting symbol_level=1 will produce enough information for stack traces, but not line-by-line debugging. Setting symbol_level=0 will include no debug symbols at all. Either will speed up the build compared to full symbols.
2020-10-09 21:24:20 +00:00
Michael Weiss
73b67da169
chromium: Disable VA-API by default
...
This is done to avoid driver specific issues and restores the previous
behaviour. Like before video acceleration can be enabled without having
to rebuild Chromium.
2020-10-09 21:59:48 +02:00
Michael Weiss
2603bd54e4
Merge pull request #99975 from primeos/chromium
...
chromium: 85.0.4183.121 -> 86.0.4240.75
2020-10-09 21:54:44 +02:00
zimbatm
0e354d87bc
Merge pull request #100072 from zimbatm/tf-0.13-fixups
...
terraform-full: fix evaluation
2020-10-09 14:55:47 +00:00
zimbatm
c79ff8ddca
terraform: fix withPlugins
...
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.
While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.
The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
Michael Weiss
c9eaddb48b
gns3-{gui,server}: 2.2.14 -> 2.2.15
2020-10-09 15:18:53 +02:00
devhell
30a332c613
teams: 1.3.00.16851 -> 1.3.00.25560
2020-10-09 11:55:39 +01:00
zimbatm
3f49e5ba03
terraform-providers.keycloak: use pname
...
We will be relying on the pname to figure out where to link the plugin.
2020-10-09 12:43:13 +02:00
taku0
456106fe2a
thunderbird-bin: 78.2.2 -> 78.3.2
2020-10-09 19:24:00 +09:00
Stefan Frijters
cd0065d184
maestral-qt: 1.2.0 -> 1.2.1
2020-10-08 22:47:35 -07:00
S. Nordin Abouzahra
aecd9ab1e4
firefox: disable LTO on Darwin
...
LTO in general is broken on Darwin (see #19312 ).
2020-10-08 23:29:13 -04:00
S. Nordin Abouzahra
214c833589
firefox: let LTO on Darwin select its own linker
2020-10-08 21:55:23 -04:00
Frederik Rietdijk
ec28e32c9e
Merge master into staging-next
2020-10-08 21:47:26 +02:00
Anderson Torres
e06c0fa1c0
Merge pull request #99536 from OPNA2608/update/palemoon-28.14.2
...
palemoon: 28.13.0 -> 28.14.2
2020-10-08 15:04:36 -03:00
Gabriel Ebner
02a318d3f3
Merge pull request #99712 from avdv/notmuch-0.31
...
notmuch: 0.30.1c80020 -> 0.31
2020-10-08 18:11:57 +02:00
Tim Steinbach
9b5201fb50
vivaldi: Remove maintainer nequissimus
2020-10-08 11:00:14 -04:00
Tim Steinbach
9d481e0bb1
snort: 2.9.16 -> 2.9.16.1
2020-10-08 10:12:41 -04:00
Florian Ströger
615176aa9a
istioctl: 1.7.0 -> 1.7.3
2020-10-08 08:33:26 +02:00
Anderson Torres
fab168dbf7
Merge pull request #96849 from buckley310/vmwareview
...
vmware-horizon-client: init at 2006
2020-10-08 03:02:02 -03:00
Jonathan Ringer
548649c00c
snort: fix whitespace
...
to make the CI happy
2020-10-07 22:45:32 -07:00
Sean Buckley
365368035c
vmware-horizon-client: init at 2006
2020-10-08 00:36:17 -04:00
zimbatm
be6e9f1e90
Merge pull request #99198 from timstott/terraform-013-compatible-providers
...
terraform-providers: Terraform 0.13 compatibility
2020-10-08 21:29:04 +00:00
Timothy Stott
b0a0ffb7fd
terraform: add maintainer timstott
2020-10-08 22:18:12 +01:00
Timothy Stott
cd1b594767
terraform: expose providers to terraform 0.13
...
Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).
Terraform 0.12 and earlier
`plugins-dir/terraform-provider-aws_v3.7.0`
Terraform 0.13
`plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`
To support all packaged Terraform versions a shim is created at both locations.
This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim
Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers
layout terraform providers filesystem in withPlugins
2020-10-08 22:18:12 +01:00
Doron Behar
215bc37d00
Merge pull request #96091 from doronbehar/pkg/mailnag/fixes
...
mailnag: Fix pluginDeps usage & comment
2020-10-09 00:01:32 +03:00
Timothy Stott
72cd428dd2
terraform-providers: populate provider source addresses
...
Added provider source address to providers hosted in the same GitHub
repository. Other providers have moved repository and would require a
patch to the package path.
2020-10-08 21:59:09 +01:00
Doron Behar
7ebd42b87f
Merge pull request #99956 from FRidh/qt
2020-10-08 22:49:35 +03:00
Timothy Stott
87e21d1153
terraform-provider.acme: 1.5.0 -> 1.5.0-patched
2020-10-08 19:01:08 +01:00
Timothy Stott
60645f0921
terraform-providers: script to update all providers
2020-10-08 19:01:08 +01:00
Timothy Stott
107707ad82
terraform-providers: update providers via terraform registry
2020-10-08 19:00:07 +01:00
Timothy Stott
063f1d7301
terraform-providers: store providers as JSON
2020-10-08 19:00:07 +01:00
Doron Behar
3d8267ee88
flent: Use qt5.15 just like pyqt5 use in it ( #99956 )
...
Bonus: Spare double wrapping.
2020-10-08 18:57:23 +02:00
Mario Rodas
3b99c32c91
Merge pull request #99913 from marsam/update-syncthing
...
syncthing: 1.9.0 -> 1.10.0
2020-10-07 21:27:10 -05:00
Martin Weinelt
8eced948be
ircdog: init at 0.2.1
2020-10-08 02:11:34 +02:00
TredwellGit
757bbdd948
chromium: Fix and enable our ANGLE support
...
This will additionally install the following files:
libEGL.so libGLESv2.so
libVkICD_mock_icd.so libvk_swiftshader.so libvulkan.so
libEGL.so and libGLESv2.so are required to fix our ANGLE support.
The rest should help with the Vulkan support (currently an experimental
feature that is disabled by default).
2020-10-07 20:37:35 +02:00
Michael Weiss
f79703e50c
chromium: 85.0.4183.121 -> 86.0.4240.75
...
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop.html
This update includes 35 security fixes.
CVEs:
CVE-2020-15967 CVE-2020-15968 CVE-2020-15969 CVE-2020-15970
CVE-2020-15971 CVE-2020-15972 CVE-2020-15990 CVE-2020-15991
CVE-2020-15973 CVE-2020-15974 CVE-2020-15975 CVE-2020-15976
CVE-2020-6557 CVE-2020-15977 CVE-2020-15978 CVE-2020-15979
CVE-2020-15980 CVE-2020-15981 CVE-2020-15982 CVE-2020-15983
CVE-2020-15984 CVE-2020-15985 CVE-2020-15986 CVE-2020-15987
CVE-2020-15992 CVE-2020-15988 CVE-2020-15989
2020-10-07 20:37:35 +02:00
S. Nordin Abouzahra
4f12bddea6
firefox: add ltoSupport and enable it by default
2020-10-07 16:03:02 +02:00
Arian van Putten
d98e138f8d
Merge pull request #99941 from toonn/wire-desktop-bump
...
Wire desktop bump
2020-10-07 12:56:09 +02:00
toonn
4448bd4e10
wire-desktop: mac 3.18.3728 -> 3.20.3912
2020-10-07 12:03:35 +02:00
toonn
ad9d115682
wire-desktop: linux 3.18.2925 -> 3.20.2934
2020-10-07 11:58:56 +02:00
Daniel Schaefer
e007cf98ee
hpmyroom: 12.0.0.0220 -> 12.1.1.0257
2020-10-07 14:01:51 +08:00
taku0
e46afe0f89
thunderbird: 78.2.2 -> 78.3.2
2020-10-07 09:12:48 +09:00
Andreas Rammhold
a5a01d56a2
firefox: ensure pipewire is only enabled with wayland & webrtc
...
This ensures that we aren't applying any of the experiemental pipewire
patches when the dependencies aren't enabled. As of now pipewire only
works with wayland and webrtc. If either of them are not activated we
can't build with pipewireSupport and we should not.
2020-10-06 23:08:00 +02:00
Daniël de Kok
6f90e1df4f
Merge pull request #99628 from JustinLovinger/mblaze-1.0
...
mblaze: 0.5.1 -> 1.0
2020-10-06 16:21:11 +02:00
Shea Levy
34c015f1ec
zulip: 5.4.0 -> 5.4.3
2020-10-06 08:59:53 -04:00
Jörg Thalheim
3aafbb6498
Merge pull request #97232 from r-ryantm/auto-update/pidgin-skypeweb
...
pidgin-skypeweb: 1.6 -> 1.7
2020-10-06 13:58:19 +02:00
Claudio Bley
f53bc76ee5
notmuch: 0.30.1c80020 -> 0.31
2020-10-06 11:19:44 +02:00
Alvar Penning
61796534c4
znc: 1.8.1 -> 1.8.2
2020-10-06 10:58:34 +02:00
Frederik Rietdijk
692d219a93
Merge staging-next into staging
2020-10-06 10:25:58 +02:00
Mario Rodas
3a78da75ea
syncthing: 1.9.0 -> 1.10.0
...
https://github.com/syncthing/syncthing/releases/tag/v1.10.0
2020-10-06 04:20:00 +00:00
Justin Lovinger
8dcff07e42
mblaze: 0.5.1 -> 1.0
2020-10-05 10:16:02 -04:00
Doron Behar
5267988ee9
Merge pull request #98471 from NixOS/pkg/newsboat
2020-10-05 14:31:39 +03:00
Doron Behar
e2ba711bfa
Merge pull request #99560 from prusnak/zoom
...
zoom-us: 5.3.465578.0920 -> 5.3.469451.0927
2020-10-05 10:24:29 +03:00
Marvin Strangfeld
eb97272418
tektoncd-cli: init at 0.13.0
2020-10-04 18:21:27 +02:00
Pavol Rusnak
fe35b97d91
zoom-us: 5.3.465578.0920 -> 5.3.469451.0927
2020-10-04 16:14:39 +02:00
Mario Rodas
f3f11a3da4
Merge pull request #96718 from r-ryantm/auto-update/termius
...
termius: 6.1.1 -> 6.4.1
2020-10-04 08:53:48 -05:00
OPNA2608
559cf217d6
palemoon: 28.13.0 -> 28.14.2
2020-10-04 10:19:14 +02:00
Martin Weinelt
4751529844
Merge pull request #99367 from Mic92/apache-directory-studio
...
apache-directory-studio: 2.0.0-M14 -> 2.0.0-M15
2020-10-04 05:44:52 +02:00
Doron Behar
36578e75af
neomutt: Use w3m instead of elinks, since elinks is insecure
...
Ever since 5ad43894f2
, elinks won't
evaluate (by default) hence it makes neomutt not evaluate as well, due
to elinks marked as insecure. This change makes neomutt generate
manual.txt out of manual.html with w3m instead of elinks.
2020-10-03 21:11:54 +03:00
Doron Behar
a8ff9be2b6
newsboat: 2.20.1 -> 2.21
...
Add missing deps for Darwin, and tell it where gettext is installed.
2020-10-03 18:16:52 +03:00
Mario Rodas
5a35e9c042
kpt: add buildFlagsArray
2020-10-02 22:48:46 -07:00
R. RyanTM
ac156619b2
kpt: 0.33.0 -> 0.34.0
2020-10-02 22:48:46 -07:00
Christoph Hrdinka
9815a6dcdc
Merge pull request #99289 from szlend/znc-clientbuffer
...
zncModules.clientbuffer: 2015-08-27 -> 2020-04-24
2020-10-02 23:05:41 +02:00
ajs124
aa7f321052
Merge pull request #86030 from khumba/claws-litehtml
...
claws-mail: add the litehtml_viewer plugin
2020-10-02 19:56:57 +02:00
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
Andrew Dunham
79c01c835e
rsync: 3.1.3 -> 3.2.3
...
Add zstd, lz4, openssl and xxHash as optional dependencies, to support
more compression formats.
2020-10-02 16:46:10 +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
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