Commit graph

140045 commits

Author SHA1 Message Date
Leah Neukirchen
b92ed08ed7 linux5.10: update to 5.10.10. 2021-01-23 17:27:21 +01:00
Andrew J. Hesford
2e6e0d6e80 base-files: Restore mdns ordering in nsswitch.conf
Placing mdns after dns in the host database resolution can cause
unintuitive failures for users without nss-mdns or mDNSResponder. When
looking up an invalid host, having order "dns mdns" will cause a dns
"notfound" result to fall through to mdns, which will yield
"unavailable" for users without an mdns provider. This causes clients
like ssh to report "Device or resource busy" rather than a more
meaningful message to indicate that the hostname is not valid. Flipping
back to order "mdns dns" will case an "unavailable" mdns result to fall
through to dns, which then returns "notfound" that clients interpret as
expected.

Because both mDNSResponder and nss-mdns offer a generic mdns provider.
The mdns4 and mdns4_minimal providers offered by nss-mdns are subsets of
the generic mdns provider, so there is no value in restoring the
original "mdns mdns4_minimal mdns4" ordering (in fact, this may have
caused failed mdns lookups to be repeated three times). All have been
coalesced into the single mdns provider.

This (partially) reverts commit cc11e17fab.
2021-01-23 11:00:34 -05:00
Jürgen Buchmüller
4713aed3b7 Z80Explorer: update to 1.0.2 2021-01-23 15:53:22 +01:00
Jürgen Buchmüller
c741abfc62 libtorrent-rasterbar: ignore 2.* 2021-01-23 15:47:49 +01:00
Matthias von Faber
0f2b654b9a mkvtoolnix: update to 52.0.0 2021-01-23 15:35:13 +01:00
Leah Neukirchen
5927adc2fc python3-pyinfra: update to 1.3.4. 2021-01-23 14:46:19 +01:00
Leah Neukirchen
0bc4eb8e7c pinentry-gtk: update to 1.1.1. 2021-01-23 14:45:37 +01:00
Leah Neukirchen
3724eb6617 pinentry: update to 1.1.1. 2021-01-23 14:45:36 +01:00
Leah Neukirchen
1b9128bf3a perl-Path-Tiny: update to 0.116. 2021-01-23 14:43:47 +01:00
Leah Neukirchen
73c46e8b96 s-nail: update to 14.9.21. 2021-01-23 14:41:57 +01:00
Leah Neukirchen
2aab0ea3a7 stress-ng: update to 0.12.02. 2021-01-23 14:41:57 +01:00
Leah Neukirchen
de1dd6b80f python3-boto3: update to 1.16.58. 2021-01-23 14:41:57 +01:00
Leah Neukirchen
e8578238f5 python3-ropgadget: update to 6.5. 2021-01-23 14:41:57 +01:00
Leah Neukirchen
621eda8df4 perl-Net-SSLeay: update to 1.90. 2021-01-23 14:41:57 +01:00
Leah Neukirchen
63ef37a494 parallel: update to 20210122. 2021-01-23 14:41:57 +01:00
Đoàn Trần Công Danh
3950e6d483 gopls: update to 0.6.4. 2021-01-23 17:42:19 +07:00
Đoàn Trần Công Danh
233ddb5716 subfinder: build with go.mod
Otherwise, ftbfs.
2021-01-23 14:39:23 +07:00
Đoàn Trần Công Danh
24ce263ea4 fwupd: fix cross build 2021-01-23 12:18:45 +07:00
Đoàn Trần Công Danh
b6af73b66e python3-PyVirtualDisplay: update to 2.0. 2021-01-23 12:18:44 +07:00
Đoàn Trần Công Danh
c9f8570f22 python3-yoyo-migrations: update to 7.3.1. 2021-01-23 12:18:44 +07:00
Đoàn Trần Công Danh
e04e2b7ed2 python3-usb: update to 1.1.1. 2021-01-23 12:18:44 +07:00
Đoàn Trần Công Danh
20711a1477 python3-fido2: update to 0.9.0. 2021-01-23 12:18:44 +07:00
Đoàn Trần Công Danh
8e97883e98 python3-elementpath: update to 2.1.1. 2021-01-23 12:18:44 +07:00
Đ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