Commit graph

140128 commits

Author SHA1 Message Date
Đoàn Trần Công Danh
5f5813829b notmuch: update to 0.31.3. 2021-01-24 22:45:35 +07:00
Leah Neukirchen
8ae7963ac2 janet: update to 1.14.2. 2021-01-24 16:09:02 +01:00
Leah Neukirchen
2c0480f122 nncp: update to 6.0.0. 2021-01-24 16:08:29 +01:00
Leah Neukirchen
8d3656dcbc skaffold: update to 1.18.0. 2021-01-24 16:07:31 +01:00
Leah Neukirchen
1ef0e92410 perl-IO-Socket-SSL: update to 2.069. 2021-01-24 15:57:20 +01:00
Leah Neukirchen
296b3a549a ugrep: update to 3.1.4. 2021-01-24 15:56:30 +01:00
Leah Neukirchen
b7e8d54d0a bpftool: don't install bpf-helpers.7, clashes with man-pages. 2021-01-24 15:53:07 +01:00
Jürgen Buchmüller
f7b1756268 gcc-multilib: update to 10.2.1pre1 2021-01-24 14:25:18 +01:00
Robert Karszniewicz
37b8d9681b utox: update to 0.18.1.
Also remove libsodium dependency.
2021-01-24 13:38:54 +01:00
Helmut Pozimski
1dfea2b719 linux4.19: update to 4.19.170. 2021-01-24 11:44:59 +01:00
Helmut Pozimski
6d41341770 linux5.4: update to 5.4.92. 2021-01-24 11:44:59 +01:00
Helmut Pozimski
6168fd002c kore: update to 4.1.0. 2021-01-24 11:44:59 +01:00
Đoàn Trần Công Danh
ea7fc9a0fb protobuf-vala: fix cross 2021-01-24 17:41:38 +07:00
Đoàn Trần Công Danh
e8014b4af1 python3-sip-PyQt5: depends on python3 2021-01-24 17:18:19 +07:00
Đ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