Commit Graph

46714 Commits

Author SHA1 Message Date
Milan Svoboda
adcaba3809 airscan: 0.99.8 -> 0.99.16 2020-09-06 12:16:04 +02:00
Maximilian Bosch
6a0149df08
vorta: 0.6.26 -> 0.7.0
https://github.com/borgbase/vorta/releases/tag/v0.7.0
2020-09-06 11:23:24 +02:00
Daniël de Kok
193a6a2307
Merge pull request #97243 from r-ryantm/auto-update/rink
rink: 0.5.0 -> 0.5.1
2020-09-06 10:52:28 +02:00
Ryan Mulligan
6748689238
Merge pull request #97251 from r-ryantm/auto-update/star
star: 2.7.4a -> 2.7.5c
2020-09-05 19:28:47 -07:00
Ryan Mulligan
80329dc948
Merge pull request #97244 from r-ryantm/auto-update/rssguard
rssguard: 3.7.0 -> 3.7.2
2020-09-05 19:28:04 -07:00
Mario Rodas
abb575c94a
Merge pull request #97159 from r-ryantm/auto-update/gmt
gmt: 6.1.0 -> 6.1.1
2020-09-05 21:18:09 -05:00
Mario Rodas
c568328e17
Merge pull request #97179 from r-ryantm/auto-update/jx
jx: 2.1.127 -> 2.1.138
2020-09-05 21:17:33 -05:00
Mario Rodas
7299a82753
Merge pull request #97172 from r-ryantm/auto-update/helmfile
helmfile: 0.125.7 -> 0.128.0
2020-09-05 21:08:44 -05:00
Mario Rodas
2a1464091e
Merge pull request #97203 from r-ryantm/auto-update/minikube
minikube: 1.12.3 -> 1.13.0
2020-09-05 20:55:52 -05:00
Ryan Mulligan
a70d31b11f
Merge pull request #97102 from r-ryantm/auto-update/csound
csound: 6.14.0 -> 6.15.0
2020-09-05 13:53:45 -07:00
Evan Stoll
7a0eb47364 gitkraken: 7.2.0 -> 7.3.0
GitKraken now depends on libdrm and libgbm 
- add libdrm to libPath
- add mesa (libgbm) to libPath
2020-09-05 15:50:23 -04:00
Lassulus
b4c262f044
Merge pull request #96962 from hoxu/timewarrior-1.4.2
timewarrior: 1.3.0 -> 1.4.2
2020-09-05 21:49:10 +02:00
Lassulus
3310df291c
Merge pull request #96952 from tasmo/bitwig-studio-3.2.7
bitwig-studio3: 3.2.6 -> 3.2.7
2020-09-05 21:47:04 +02:00
R. RyanTM
cc797c4ab8 star: 2.7.4a -> 2.7.5c 2020-09-05 18:44:51 +00:00
Yannis Koutras
35e113ecc7
Merge pull request #93947 from r-ryantm/auto-update/skrooge
skrooge: 2.22.1 -> 2.23.0
2020-09-05 20:05:55 +02:00
R. RyanTM
bfa4aa15a2 rssguard: 3.7.0 -> 3.7.2 2020-09-05 17:05:40 +00:00
R. RyanTM
f47530237d rink: 0.5.0 -> 0.5.1 2020-09-05 16:48:17 +00:00
Maximilian Bosch
3bbe737da0
Merge pull request #97100 from voidIess/geogebra6
geogebra6: 6-0-598-0 -> 6-0-600-0
2020-09-05 17:51:48 +02:00
Mario Rodas
000404944c
Merge pull request #97156 from zowoq/delta
gitAndTools.delta: 0.4.1 -> 0.4.3
2020-09-05 10:38:12 -05:00
Maximilian Bosch
2f4c709391
gitea: 1.12.3 -> 1.12.4
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.12.4

This release fixes a few security bugs:

* https://github.com/go-gitea/gitea/issues?q=label%3Abackport%2Fv1.12+label%3Akind%2Fsecurity+is%3Aclosed
2020-09-05 16:21:43 +02:00
Ryan Mulligan
f588116f3e
Merge pull request #97195 from r-ryantm/auto-update/lightburn
lightburn: 0.9.15 -> 0.9.16
2020-09-05 06:02:34 -07:00
Robert Scott
03a6e9457b
Merge pull request #95732 from r-ryantm/auto-update/qjackctl
qjackctl: 0.6.2 -> 0.6.3
2020-09-05 13:04:34 +01:00
Robert Scott
a10cd24ab0
Merge pull request #96915 from juliendehos/lingot
lingot: add jackSupport option
2020-09-05 12:50:35 +01:00
Florian Klink
c7a503bf2e Revert "chromiumDev: 86.0.4240.8 -> 87.0.4252.0"
This reverts commit 5da66561d1.

It seems the chromium build now unconditionally tries to enable ozone
(even though we disable it), causing the build to fail (as we only
provide xkbcommon when enabling Ozone):

```
configuring
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
    pkgresult = exec_script(pkg_config_script, args, "value")
                ^----------
Current dir: /build/chromium-87.0.4252.0/out/Release/
Command: python /build/chromium-87.0.4252.0/build/config/linux/pkg-config.py xkbcommon
Returned 1.
stderr:

Package xkbcommon was not found in the pkg-config search path.
Perhaps you should add the directory containing `xkbcommon.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xkbcommon' found
Could not run pkg-config.

See //ui/events/ozone/layout/BUILD.gn:12:3: whence it was called.
  pkg_config("xkbcommon") {
  ^------------------------
See //chrome/test/chromedriver/BUILD.gn:273:15: which caused the file to be included.
    deps += [ "//ui/events/ozone/layout" ]
              ^-------------------------
builder for '/nix/store/2dqhrd2qzyms078wnvwv6ays53ppvgc2-chromium-unwrapped-87.0.4252.0.drv' failed with exit code 1
cannot build derivation '/nix/store/4iyhgzsmpx80v75hvk1jycwzanw4z5dn-chromium-dev-87.0.4252.0.drv': 1 dependencies couldn't be built
```
2020-09-05 12:00:48 +02:00
Florian Klink
6c92847e81 chromiumBeta: 85.0.4183.83 -> 86.0.4240.22 2020-09-05 11:25:38 +02:00
Florian Klink
5da66561d1 chromiumDev: 86.0.4240.8 -> 87.0.4252.0 2020-09-05 11:24:57 +02:00
Alyssa Ross
de69b705d2 chromium: replace update.nix with Python impl
update.nix was a huuuuge hack, abusing checksum collisions, etc., and
was extremely difficult to read and maintain, especially because
values from update.nix were also used in the derivations themselves!

I've replaced this with an implementation in Python, which I chose for
readability.  Rather than generating Nix, I chose to
generate JSON, since Python can do that in the standard library and
Nix can read it.

I also set update.py as an updateScript, so Chromium can now
automatically be updated!

Fixes: https://github.com/NixOS/nixpkgs/issues/89635
2020-09-05 11:20:13 +02:00
Alyssa Ross
5811b6c1cd chromiumDev: 86.0.4238.0 -> 86.0.4240.8 2020-09-05 11:08:50 +02:00
R. RyanTM
4441733e47 minikube: 1.12.3 -> 1.13.0 2020-09-05 07:45:12 +00:00
R. RyanTM
9a21fc26a2 lightburn: 0.9.15 -> 0.9.16 2020-09-05 06:36:43 +00:00
R. RyanTM
84475e82c1 jx: 2.1.127 -> 2.1.138 2020-09-05 02:53:59 +00:00
R. RyanTM
fd638fa0d1 helmfile: 0.125.7 -> 0.128.0 2020-09-05 00:55:47 +00:00
Michael Weiss
32a898bb15
weston: 8.0.0 -> 9.0.0 (#95617)
Announcement: https://lists.freedesktop.org/archives/wayland-devel/2020-September/041595.html
2020-09-05 00:44:34 +02:00
R. RyanTM
77b366044b gmt: 6.1.0 -> 6.1.1 2020-09-04 22:39:53 +00:00
Orivej Desh
d35049c707
hydrogen: 0.9.7 -> 1.0.1 (#97041)
Keep 0.9.7 as hydrogen_0 because 1.0.1 does not offer smooth
transition for projects using the old default GMKit.
2020-09-04 21:56:56 +00:00
zowoq
d763fb2257 gitAndTools.delta: 0.4.1 -> 0.4.3
https://github.com/dandavison/delta/releases/tag/0.4.3
2020-09-05 07:34:20 +10:00
Marek Mahut
3a118415e9
Merge pull request #97092 from prusnak/wasabibackend
wasabibackend: 1.1.11.1 -> 1.1.12
2020-09-04 21:45:51 +02:00
Robert Scott
712f366ecc
Merge pull request #94579 from tfmoraes/meshlab-20.07
meshlab: 2020.03 -> 2020.07
2020-09-04 20:00:12 +01:00
Jonathan Ringer
d32c437639 catt: fix pychromecast version 2020-09-04 11:03:02 -07:00
R. RyanTM
84e2a0d93b espanso: 0.7.0 -> 0.7.1 2020-09-04 10:57:46 -07:00
R. RyanTM
8c7ed979b9 dcrd: 1.5.1 -> 1.5.2 2020-09-04 10:12:23 -07:00
R. RyanTM
b8a0cfd5e2 amfora: 1.4.0 -> 1.5.0 2020-09-04 09:41:31 -07:00
R. RyanTM
8646c473f0 AusweisApp2: 1.20.1 -> 1.20.2 2020-09-04 09:20:22 -07:00
R. RyanTM
4c15e6d25c welle-io: 2.1 -> 2.2 2020-09-04 09:13:32 -07:00
Jan Tojnar
5079e1cd3b
Merge pull request #96939 from jtojnar/drop-gst-010 2020-09-04 17:13:43 +02:00
Robert Helgesson
ee7e23fa8a
openambit: init at 0.5 2020-09-04 16:42:37 +02:00
Thomas Tuegel
f9f84cf0d6
Merge pull request #97121 from peterhoeg/u/kapps_20081
kdeApplications: 20.08.0 -> 20.08.1
2020-09-04 09:41:26 -05:00
Victor Luft
740b2f851f sublime-merge: 2020 -> 2033 2020-09-04 16:26:51 +02:00
Victor Luft
1a3ebe5a7d sublime-merge-dev: 2022 -> 2031 2020-09-04 16:26:51 +02:00
R. RyanTM
d7465fcc51 csound: 6.14.0 -> 6.15.0 2020-09-04 09:55:28 +00:00