Commit Graph

129644 Commits

Author SHA1 Message Date
Đoàn Trần Công Danh
339e7c6b4d xbps-src: use internal config in foreign environment
When xbps-install is called without "-C", xbps-install will pick
configuration from the location configured at build time.
Should the default location not have a valid repository configuration,
we couldn't run binary-bootstrap.

On bootstrapping from scratch, without this change, xbps looks into
system configuration, which isn't what we want.

Run xbps-install with our internal configuration instead.
2020-08-22 13:33:45 +07:00
Đoàn Trần Công Danh
8fc6facbb1 linux: drop smsc95xx-mac patch
smsc95xx-mac used to have problems with booting over NFS due to firmware
problem. This patch had been rejected upstream [1].
Since then, firmware people have fixed their firmware, from as far as
3 years ago, since rpi-firmware pulled that update in 2017-02-26 [2][3]

Drop this patch in all of our kernel series.

1: https://lore.kernel.org/linux-omap/1277367254-9345-1-git-send-email-s-jan@ti.com/T/#u
2: https://github.com/raspberrypi/firmware/issues/613#issuecomment-282681283
3: 411288a7e3
2020-08-22 13:33:45 +07:00
Đoàn Trần Công Danh
48b291e2b2 inetutils: stop conflicting with tftp-hpa 2020-08-22 13:33:45 +07:00
Đoàn Trần Công Danh
3083154060 tftp-hpa: stop conflicting with inetutils-tftp
While we're at it, ships LICENSE, runit service.
2020-08-22 13:33:45 +07:00
Érico Rolim
7b29471bd8 srcpkgs: don't append CFLAGS outside of funtions.
Package templates are sourced multiple times during the build process,
which can lead to issues when defining variables like CFLAGS using
`CFLAGS+=`, since the contents will be added multiple times. This can
lead to a build command with `-static -static`, for example. Adding to
CFLAGS inside functions is safe, since functions are run only once.
2020-08-22 04:33:45 +00:00
Piraty
a65a490c41 nemo: update to 4.6.5. 2020-08-21 23:47:23 +02:00
Piraty
38696690d2 muffin: update to 4.6.3. 2020-08-21 23:47:23 +02:00
Piraty
780f17e80c cinnamon-translations: update to 4.6.2. 2020-08-21 23:47:23 +02:00
Piraty
ccd7cc1199 cinnamon-settings-daemon: update to 4.6.4. 2020-08-21 23:47:23 +02:00
Piraty
69852ac201 cinnamon-session: update to 4.6.2. 2020-08-21 23:47:22 +02:00
Piraty
6d7b209ec4 cinnamon-menus: update to 4.6.1. 2020-08-21 23:47:22 +02:00
Piraty
9d877a4251 cinnamon-desktop: update to 4.6.4. 2020-08-21 23:47:22 +02:00
Piraty
86ed41bc75 cinnamon-control-center: update to 4.6.2. 2020-08-21 23:47:22 +02:00
Piraty
ac66a8fa0e cinnamon: update to 4.6.7. 2020-08-21 23:47:22 +02:00
Anthony Iliopoulos
c8a5f50d3e libcap: update to 2.43.
Closes: #24385 [via git-merge-pr]
2020-08-21 14:50:55 -04:00
Toyam Cox
97cf713062 neomutt: update to 20200814. 2020-08-21 14:21:45 -04:00
Jan Christian Grünhage
d44b54cdb6 nushell: update to 0.18.1.
Closes: #24401 [via git-merge-pr]
2020-08-21 12:30:29 -04:00
Nafis
fd94168c0e google-chrome: update to 84.0.4147.135
Closes: #24358 [via git-merge-pr]
2020-08-21 12:27:49 -04:00
Andrew J. Hesford
bc2ebb54aa curl: prevent no-op vsed for native builds 2020-08-21 12:27:36 -04:00
Anthony Iliopoulos
3156f8f044 curl: update to 7.72.0.
Closes: #24389 [via git-merge-pr]
2020-08-21 12:09:41 -04:00
Anthony Iliopoulos
e498c0e222 chrony: update to 3.5.1.
Closes: #24388 [via git-merge-pr]
2020-08-21 12:07:12 -04:00
Anthony Iliopoulos
3178853f36 libpipeline: update to 1.5.3.
Closes: #24386 [via git-merge-pr]
2020-08-21 12:06:13 -04:00
Anthony Iliopoulos
f333fcd7fa sqlite: update to 3.33.0.
Closes: #24384 [via git-merge-pr]
2020-08-21 12:01:49 -04:00
Anthony Iliopoulos
b04d58f23e openldap: update to 2.4.51.
Closes: #24383 [via git-merge-pr]
2020-08-21 12:00:55 -04:00
Đoàn Trần Công Danh
68822a3223 gcompris-qt: revert to 0.97
0.98 haven't been released.
2020-08-21 22:36:15 +07:00
Leah Neukirchen
714da70aa3 linux5.7: update to 5.7.17. 2020-08-21 15:33:56 +02:00
Leah Neukirchen
9c3d3a3962 linux5.8: update to 5.8.3. 2020-08-21 15:33:56 +02:00
Jürgen Buchmüller
24cb939914 muffix: fix gobject-instrospection
The path for *.gir files is /usr/share/gir-1.0 not /usr/lib/gir-1.0
Also see: #23674
2020-08-21 14:33:37 +02:00
Ypnose
7bffaa5d0e base-files: modify kernel listing in vkpurge
By default, kernel listing is not done by version, For example :

4.19.131_1
5.4.18_1
5.4.50_1
5.4.5_1
5.4.9_1
5.4.11_1

Using 'version-sort' option, it shows older versions before recent versions :
4.19.131_1
5.4.5_1
5.4.9_1
5.4.11_1
5.4.18_1
5.4.50_1

Close: #24310
2020-08-21 18:26:45 +07:00
Leah Neukirchen
3579643463 wireguard-tools: update to 1.0.20200820. 2020-08-21 11:19:30 +02:00
Leah Neukirchen
288be40136 skaffold: update to 1.13.2. 2020-08-21 11:19:30 +02:00
Leah Neukirchen
5a05ae8ef6 python3-boto3: update to 1.14.47. 2020-08-21 11:19:30 +02:00
Leah Neukirchen
5bf63aa03a miller: update to 5.9.0. 2020-08-21 11:19:30 +02:00
Andrew J. Hesford
a7e098a0ac python3-matplotlib: update to 3.3.1.
Closes #24398.
2020-08-21 01:46:39 -04:00
Andrew Benson
b305be9dfb nvidia: update to 450.66. 2020-08-20 20:45:34 -05:00
Andrew Benson
9246fcf50e rtv: drop package
Closes #23985
2020-08-20 20:05:57 -05:00
q66
ca88bf80c5 ocaml: prevent no-pie on ppc64*-musl, add nopie=yes on ARMs 2020-08-21 01:48:18 +02:00
Neel Chotai
29471deeab python3-joblib: update to 0.16.0
Closes: #23496 [via git-merge-pr]
2020-08-20 19:07:36 -04:00
Enno Boland
0588248639
fprintd: fix install paths 2020-08-21 00:12:40 +02:00
John
f18f75fc34 alonadi5: rebuild against kaccounts-integration-20.08.01 2020-08-20 21:48:16 +02:00
John
28ad7cd461 kio-extras: update to 20.08.0. 2020-08-20 21:48:15 +02:00
Generekalipsa
0caef80f21 adobe-flash-plugin: update to 32.0.0.414
Closes: #24392 [via git-merge-pr]
2020-08-20 14:51:35 -04:00
Jörn Friedrich Dreyer
dd62abe093 update barrier to 2.3.3
Upstream moved to a git submodule for gtest and gmock. I took https://github.com/void-linux/void-packages/blob/master/srcpkgs/wabt/template as an example how to download and move gtest to the proper location.

This works for me locally. Let me know if anything needs changing.

remove whitespace to satisfy xlint
2020-08-20 11:32:51 -07:00
Noel Cower
6706ce89e2 seaweedfs: update to 1.90. 2020-08-20 13:42:04 -04:00
Andrew J. Hesford
f7339c6d48 xpra: update to 4.0.3.
Closes #24390
2020-08-20 13:25:51 -04:00
Anthony Iliopoulos
30bea4fff7 man-pages: update to 5.08. 2020-08-20 15:57:08 +00:00
Anthony Iliopoulos
19697bdd2e nnn: update to 3.4. 2020-08-20 15:54:43 +00:00
Imran Khan
c4cbfd19b2 txr: update to 241. 2020-08-20 17:40:17 +02:00
Luna
588f524464 luakit: update to 2.2 2020-08-20 17:38:15 +02:00
Andrew J. Hesford
815894396e vkQuake: fix build against new Vulkan-Headers 2020-08-20 11:37:06 -04:00