Commit graph

140064 commits

Author SHA1 Message Date
Đoàn Trần Công Danh
418b80a0f9 vala-panel-appmenu: remove vapidir hack 2021-01-24 12:45:14 +07:00
Đoàn Trần Công Danh
4e96edc5e3 budgie-desktop: remove vapidir hack 2021-01-24 12:45:14 +07:00
Đoàn Trần Công Danh
32e2827145 wrapper: valac: pass --vapidir after real arguments
Due to constant change in vala, some projects includes some old and
pre-generated vapi in their source tree and uses that version
instead of system one.

Pass system vapidir after real arguments in order to prefer its bundled
vapi.
2021-01-24 12:45:14 +07:00
Đoàn Trần Công Danh
2b2a862374 python3-usb: build with setuptools_scm 2021-01-24 12:43:42 +07:00
Đoàn Trần Công Danh
b69de1cc11 python3-pytest-xvfb: fix do_check() 2021-01-24 12:43:42 +07:00
Đoàn Trần Công Danh
41a2d85bf2 python3-EasyProcess: fix do_check() 2021-01-24 12:43:42 +07:00
Đoàn Trần Công Danh
90c1aa7829 python3-fido2: fix do_check() 2021-01-24 12:43:41 +07:00
Đoàn Trần Công Danh
62444a29c5 python3-pyscard: depend on libpcsclite 2021-01-24 12:43:41 +07:00
Đoàn Trần Công Danh
f245d61490 0ad: fix build for gcc-10 2021-01-24 12:43:41 +07:00
John
d59a755c2a electron10: update to 10.3.0. 2021-01-23 23:41:42 +01:00
mobinmob
d6b9b7400e ktorrent: update to 20.12.1. 2021-01-23 23:33:36 +01:00
mobinmob
3bd8f6ae80 libktorrent: update to 20.12.1. 2021-01-23 23:33:36 +01:00
Jürgen Buchmüller
2c812ece5e p8-platform: fix buld; xlint 2021-01-23 22:39:15 +01:00
Jürgen Buchmüller
fdc87c604c ratpoison: needs texinfo to fix ftbfs 2021-01-23 22:17:00 +01:00
Benjamin Slade
5030cf5d41 mu: update to 1.4.15 2021-01-23 16:52:42 -03:00
Bleznudd
83c834a56c setzer: update to 0.3.9. 2021-01-23 16:43:00 -03:00
Giuseppe Fierro
50e1ae577f webkit2gtk: build with enchant2 instead of enchant 2021-01-23 16:40:55 -03:00
mobinmob
211bcc815b README.md: add -musl to the xbps-static-latest filename. 2021-01-23 16:36:37 -03:00
mobinmob
f82d60ad80 notcurses: update to 2.1.7. 2021-01-23 11:30:39 -05:00
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