Commit Graph

56335 Commits

Author SHA1 Message Date
Milan
5e2bfae1b8
gitlab: 13.10.2 -> 13.11.2 (#120947) 2021-04-28 15:16:06 +02:00
sternenseemann
19916afe1d mldonkey: remove byte code support
nativeCompilers is only false in very rare cases (only on mips), so it's
really hard to test and maintain this code path. If someone else is able
to do that, they should readd this feature.
2021-04-28 08:06:41 +02:00
sternenseemann
88dbd594c8 mldonkey: 3.1.6 -> 3.1.7-2 2021-04-28 08:06:41 +02:00
Arnout Engelen
e424c9118b seaweedfs: add version check passthru.tests
passthru.tests instead of installCheckPhase as recommended in
https://github.com/ryantm/nixpkgs-update/issues/260#issuecomment-821287971

Inspired by
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/science/logic/key/default.nix#L54-L57

This is basically the extent of testing I usually do when an upgrade
is proposed, so this takes that manual step away.
2021-04-28 01:25:17 -04:00
Vladyslav M
267761cf44
Merge pull request #120917 from a12l/update-pijul
pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48
2021-04-28 08:14:19 +03:00
Pavol Rusnak
5965c9e368 ffmpeg-normalize: 1.19.0 -> 1.22.1 2021-04-28 00:52:47 -04:00
R. RyanTM
7566f5ed5f i3wsr: 2.0.0 -> 2.0.1 2021-04-28 00:12:00 -04:00
R. RyanTM
d3e48342a3 gitui: 0.14.0 -> 0.15.0 2021-04-27 23:45:06 -04:00
R. RyanTM
51d128cf17 humioctl: 0.28.2 -> 0.28.3 2021-04-27 23:43:30 -04:00
R. RyanTM
55e8cc0058 calcurse: 4.7.0 -> 4.7.1 2021-04-27 23:40:26 -04:00
Gabriel Ebner
a062505e10
Merge pull request #120177 from r-ryantm/auto-update/elan
elan: 0.11.0 -> 1.0.0
2021-04-27 22:52:12 +02:00
R. RyanTM
32cb3382e5 elan: 0.11.0 -> 1.0.0 2021-04-27 22:32:13 +02:00
Gabriel Ebner
c69051a71b
Merge pull request #120920 from erictapen/khal-0.10.3
khal: 0.10.2 -> 0.10.3
2021-04-27 22:29:27 +02:00
Gabriel Ebner
abbc2384d7
Merge pull request #120822 from r-ryantm/auto-update/lean
lean: 3.28.0 -> 3.29.0
2021-04-27 22:28:19 +02:00
Pavol Rusnak
db5ba05ba4
Merge pull request #120902 from prusnak/kodelife
kodelife: 0.9.0.129 -> 0.9.8.143
2021-04-27 22:25:57 +02:00
Sandro
093c739573
Merge pull request #120706 from eduardosm/krita 2021-04-27 21:47:18 +02:00
Martin Weinelt
ce61c7ce59
Merge pull request #120894 from r-ryantm/auto-update/catgirl
catgirl: 1.6 -> 1.7
2021-04-27 21:22:11 +02:00
Tadeo Kondrak
754c14f16b
discord: Remove tadeokondrak as maintainer
I added myself as a maintainer when I made a significant change to the
package, but I no longer use Discord.
2021-04-27 13:10:25 -06:00
Kerstin Humm
7e47f02dcc
khal: 0.10.2 -> 0.10.3 2021-04-27 21:06:06 +02:00
Albin Otterhäll
056eb56f77 pijul: 1.0.0-alpha.46 -> 1.0.0-alpha.48 2021-04-27 20:39:06 +02:00
Pavol Rusnak
c5e8b0486a
kodelife: 0.9.0.129 -> 0.9.8.143 2021-04-27 19:56:26 +02:00
Gabriel Ebner
d06818e5a4
Merge pull request #120888 from r-ryantm/auto-update/coolreader
coolreader: 3.2.55 -> 3.2.57
2021-04-27 19:43:11 +02:00
Kim Lindberger
e50164a7ce
Merge pull request #113201 from talyz/gitlab-db-key-base-patch
gitlab: Add patch for db_key_base length bug, fix descriptions
2021-04-27 19:25:43 +02:00
Michael Weiss
8e1f3bcfa5
Merge pull request #120867 from primeos/chromium
chromium: 90.0.4430.85 -> 90.0.4430.93
2021-04-27 19:17:59 +02:00
R. RyanTM
7427bed05a catgirl: 1.6 -> 1.7 2021-04-27 16:57:49 +00:00
R. RyanTM
209bc7e980 coolreader: 3.2.55 -> 3.2.57 2021-04-27 16:44:24 +00:00
Jonas Chevalier
681c2cb72e
Merge pull request #120866 from marsam/update-terraform
terraform: 0.12.30 -> 0.12.31, 0.13.6 -> 0.13.7, 0.14.10 -> 0.14.11
2021-04-27 18:32:01 +02:00
talyz
7a67a2d1a8
gitlab: Add patch for db_key_base length bug, fix descriptions
The upstream recommended minimum length for db_key_base is 30 bytes,
which our option descriptions repeated. Recently, however, upstream
has, in many places, moved to using aes-256-gcm, which requires a key
of exactly 32 bytes. To allow for shorter keys, the upstream code pads
the key in some places. However, in many others, it just truncates the
key if it's too long, leaving it too short if it was to begin
with. This adds a patch that fixes this and updates the descriptions
to recommend a key of at least 32 characters.

See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/53602
2021-04-27 17:49:43 +02:00
Michael Weiss
d6bd816370
chromium: 90.0.4430.85 -> 90.0.4430.93
https://chromereleases.googleblog.com/2021/04/stable-channel-update-for-desktop_26.html

This update includes 9 security fixes.

CVEs:
CVE-2021-21227 CVE-2021-21232 CVE-2021-21233 CVE-2021-21228
CVE-2021-21229 CVE-2021-21230 CVE-2021-21231
2021-04-27 15:45:25 +02:00
Sandro
be1783e755
Merge pull request #120839 from peterhoeg/f/qtox
qtox: ffmpeg_3 -> ffmpeg
2021-04-27 15:43:56 +02:00
Sandro
4466ee9258
Merge pull request #120747 from JesusMtnez/joplin
joplin-desktop: 1.7.10 -> 1.7.11
2021-04-27 15:43:07 +02:00
Sandro
daa65fe748
Merge pull request #120643 from dotlambda/mplayer-ffmpeg
mplayer: use ffmpeg instead of ffmpeg_3
2021-04-27 15:26:08 +02:00
Sandro
d4ff61db89
Merge pull request #120651 from con-f-use/master
mcomix3: 2020-11-23 -> 2021-04-23
2021-04-27 15:25:27 +02:00
Mauricio Scheffer
422441ed88
jetbrains.rider: fix internal dotnet runtime/SDK (#120589)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-27 15:22:06 +02:00
Sandro
b4f56b0f58
Merge pull request #120683 from erictapen/scribus-1.5.7
scribusUnstable: 1.5.6.1 -> 1.5.7
2021-04-27 15:15:11 +02:00
Sandro
374a3b16c7
Merge pull request #120621 from fortuneteller2k/add-kile
kile-wl: init at unstable-2021-04-22
2021-04-27 15:12:57 +02:00
Sandro
1cf28a9f3b
Merge pull request #120697 from raboof/treewide-go-inherit-platforms-instead-of-using-platforms.all
treewide: go: inherit platforms instead of using platforms.all
2021-04-27 14:58:17 +02:00
Sandro
524dca3a0f
Merge pull request #120744 from SCOTT-HAMILTON/bottles
bottles: init at 2.1.1 -> 3.1.6
2021-04-27 14:19:32 +02:00
Bjørn Forsman
8b6a8e44d2
qmmp: switch from ffmpeg_3 to ffmpeg (#120771)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-27 14:16:05 +02:00
Sandro
fa7d26e7f1
Merge pull request #120853 from Stunkymonkey/mediaelch-2.8.8
mediaelch: 2.8.6 -> 2.8.8
2021-04-27 14:04:21 +02:00
Felix Buehler
47a330d01f mediaelch: 2.8.6 -> 2.8.8 2021-04-27 13:45:10 +02:00
Sandro
127c5565a8
Merge pull request #120836 from prusnak/openbazaar
openbazaar: 0.14.3 -> 0.14.6
2021-04-27 13:44:46 +02:00
Robert Schütz
c017e64014
amarok: use ffmpeg instead of ffmpeg_3 (#120657) 2021-04-27 13:35:04 +02:00
Fabian Affolter
72a8c2c813
Merge pull request #120817 from r-ryantm/auto-update/kube-score
kube-score: 1.10.1 -> 1.11.0
2021-04-27 13:22:51 +02:00
Sandro
f7a289156c
Merge pull request #120783 from AluisioASG/aasg/delete-ffmpeg_3-more
r128gain: replace ffmpeg_3 with ffmpeg
2021-04-27 13:21:47 +02:00
Robert Schütz
f5f0c3be1a
tor-browser-bundle-bin: use ffmpeg instead of ffmpeg_3 (#120653) 2021-04-27 12:40:25 +02:00
Peter Hoeg
2f15ec0160 qtox: ffmpeg_3 -> ffmpeg 2021-04-27 18:14:36 +08:00
Diego Rodriguez
da98ae6198
terraform_0_15: 0.15.0 -> 0.15.1 (#120786) 2021-04-27 12:04:55 +02:00
Pavol Rusnak
95f885975a
openbazaar: 0.14.3 -> 0.14.6 2021-04-27 12:01:33 +02:00
Sandro
8d2aa8fcc0
Merge pull request #120809 from r-ryantm/auto-update/istioctl
istioctl: 1.9.2 -> 1.9.3
2021-04-27 11:26:18 +02:00