Commit graph

140272 commits

Author SHA1 Message Date
Đoàn Trần Công Danh
52c778dc49 python3-Sphinx: update to 3.4.3. 2021-01-23 12:18:44 +07:00
Đoàn Trần Công Danh
a1907ebc40 python3-saml2: update to 6.5.1.
CVE-2021-21238
CVE-2021-21239
2021-01-23 12:18:44 +07:00
Đoàn Trần Công Danh
11106c5970 fingerprint-gui: patch for musl-1.2.x 2021-01-23 09:04:52 +07:00
Đoàn Trần Công Danh
f7fbd13854 opentoonz: fix ftbfs 2021-01-23 08:37:48 +07:00
q66
b4f5b900aa cross-vpkg-dummy: forgot to add a shlib_provides for libssp 2021-01-22 21:59:18 +01:00
q66
1de631ca6f cross-vpkg-dummy: update for gcc10, add libssp for musl
also build always, since there is no point in restricting this
only to crosstargets (it will avoid annoyingly rebuilding the
package locally)
2021-01-22 21:46:25 +01:00
Érico Rolim
2e8e497e63 wxWidgets: add patch so ABI mismatch errors aren't fatal.
Same explanation as wxWidgets-gtk3 from the previous commit.
2021-01-22 17:13:15 -03:00
Érico Rolim
854e4ba061 wxWidgets-gtk3: add patch so ABI mismatch errors aren't fatal.
The version string used by wx to check for a "compatible" ABI includes
the C++ ABI, which changed between GCC 9 and 10 (1013 and 1014,
respectively). This made it so launching a program built with GCC 10
with wxWidgets built with GCC 9 failed. Once wxWidgets was rebuilt with
GCC 10, applications built with GCC 9 would be the ones to fail.
2021-01-22 17:12:38 -03:00
Roberto Ricci
54c3521c2c go: update to 1.15.7 2021-01-22 13:40:21 -03:00
Paper
662e06e5f4 catgirl: update to 1.5 2021-01-22 12:54:15 -03:00
Paper
528cb9290d pounce: update to 2.2 2021-01-22 12:54:05 -03:00
Érico Rolim
ef9c6f9a29 shutils/chroot: add newline to warning about unset timezone.
The warning is being triggered in CI, though it shouldn't have been hit
at all.
2021-01-22 12:51:30 -03:00
Andrew J. Hesford
ebb535ed9f duiadns: use touch to update timefile in runit service
When on an NFS volume, the shell redirection `: > $TIMEFILE` seems to
short-circuit the empty write when the file is already empty, so the
mtime is never updated. Using `touch` yields expected behavior.
2021-01-22 10:47:06 -05:00
q66
c1b44d634c gcc: rebuild with gccgo present on cross musl 2021-01-22 15:34:51 +01:00
teldra
34df065db2 podget: update to 0.8.8. 2021-01-22 10:58:01 -03:00
Toby Merz
ddf6f6a784 github-cli: update to 1.5.0. 2021-01-22 10:54:04 -03:00
Érico Rolim
55f197648a linux5.4: fix arm64 config so build isn't stuck. 2021-01-22 10:53:04 -03:00
Érico Rolim
fec2f20291 linux4.19: fix arm64 config so build isn't stuck. 2021-01-22 10:52:38 -03:00
Đoàn Trần Công Danh
476ac12d58 tacacs: fix ftbfs
shlib-requires doesn't change.
2021-01-22 18:08:56 +07:00
Đoàn Trần Công Danh
f2b27801b5 wxWidgets: fix -config script after lib64 change 2021-01-22 18:03:53 +07:00
Đoàn Trần Công Danh
fd01cfe069 wxWidgets-gtk3: fix config after lib64 change
Also ships license.
2021-01-22 18:03:53 +07:00
UsernameRandomlyGenerated
124db02f50 flatpak: update to 1.10.1
Close: #27919
2021-01-22 18:02:01 +07:00
Đoàn Trần Công Danh
2cb9623c11 mutt: update to 2.0.5.
CVE-2021-3181
2021-01-22 17:59:08 +07:00
Đoàn Trần Công Danh
2331887ee5 SDL2: update to 2.0.14.
CVE-2020-14409
2021-01-22 17:59:02 +07:00
John
2500dc9d8d electron9: update to 9.3.5. 2021-01-22 11:00:16 +01:00
Robert Karszniewicz
ae437efae4 toxic: update to 0.10.1. 2021-01-22 10:52:38 +01:00
Roberto Ricci
9c9726ec9f gnupg2: update to 2.2.27
Also fix pre-existing build breakage (@ahesford).

Co-authored-by: Roberto Ricci <ricci@disroot.org>
Co-authored-by: Andrew J. Hesford <ajh@sideband.org>

Closes: #27899 [via git-merge-pr]
2021-01-22 00:36:37 -05:00
Olaf Mersmann
11a1e3b151 R: Use OpenBLAS where available
Also fixes building of manuals and checks.
2021-01-22 01:26:34 -03:00
Gerardo Di iorio
193792adb3 minio: update to 2021.01.16. 2021-01-22 01:19:19 -03:00
Andrew J. Hesford
cc11e17fab base-files: fix mdns ordering in nsswitch.conf
Using the full `mdns` NSS module in front of `dns` for host lookups
causes long delays, e.g., when a telnet client attempts to do reverse
DNS lookups on a public IP address and nss-mdns is using Avahi for local
mDNS resolution.  Upstream recommends using the `_minimal` module before
DNS, and then short-circuiting with `NOTFOUND=return`, because the
`_minimal` module only addresses queries against the .local domain and
link-local addresses. The full `mdns` module is added after DNS to allow
a more broad mDNS search after DNS fails to find a result.

We prefer `mdns_minimal` and `mdns` to their IPv4-specific `mdns4*`
variants because modern mDNS responders seem to provide both IPv6 and
IPv4 records when IPv6 is configured.

Closes: #28038.
2021-01-21 23:15:21 -05:00
Antonio Gurgel
9fe56619be logrotate: update to 3.18.0. 2021-01-22 01:14:00 -03:00
Isaac Freund
a726075f7f wasmtime: update to 0.22.1. 2021-01-22 01:11:48 -03:00
Ulf
dc5dc2f92e mobile-broadband-provider-info: update to 20201225. 2021-01-21 23:07:39 -05:00
mobinmob
7f903fe165 goodvibes: add proper deps. 2021-01-22 01:07:12 -03:00
Ulf
8e960a33b8 gphoto2: update to 2.5.26. 2021-01-22 01:06:46 -03:00
mojamuto
fd544d3698 rtl8822bu-dkms: update to 20201222. 2021-01-21 23:05:11 -05:00
Stefano Ragni
5d517d9cab pipewire: update to 0.3.20 2021-01-22 01:03:41 -03:00
Christopher Brannon
aaa1ec3b70 xen: patch for XSA 360. 2021-01-22 01:00:55 -03:00
Allen Sobot
c4ce8ce2d8 litterbox: update to 1.7. 2021-01-21 23:00:32 -05:00
Gabriel Sanches
ee2a1b047a rust-analyzer: update to 2021.01.18. 2021-01-22 01:00:04 -03:00
Benjamín Albiñana
86217892c2 exiftool: update to 12.16. 2021-01-21 22:54:52 -05:00
q66
943e71e0af linux5.4: fix dotconfigs for ppc/ppc64 2021-01-22 03:49:50 +01:00
q66
957c5dc0a0 linux4.19: fix dotconfigs for ppc/ppc64 2021-01-22 03:49:49 +01:00
Evgeny Ermakov
c1bbe20f28 dnsmasq: update to 2.83. 2021-01-22 08:39:27 +07:00
q66
a196f57ac4 cross-powerpc64-linux-musl: rebuild to fix gccgo 2021-01-22 01:26:39 +01:00
q66
5d5759a17a cross-powerpc64le-linux-musl: rebuild to fix gccgo 2021-01-22 01:26:31 +01:00
q66
aa5593af27 cross-i686-linux-musl: rebuild to fix gccgo 2021-01-22 01:26:19 +01:00
q66
33c8cde08d cross-arm-linux-musleabi: rebuild to fix gccgo 2021-01-22 01:26:07 +01:00
q66
cb458fc93a cross-arm-linux-musleabihf: rebuild to fix gccgo 2021-01-22 01:25:54 +01:00
q66
735d22412c cross-armv7l-linux-musleabihf: rebuild to fix gccgo 2021-01-22 01:25:37 +01:00