Đoàn Trần Công Danh
3930d4ed5f
fprint_demo: rebuild with libfprint0
2021-01-18 21:18:11 +07:00
Đoàn Trần Công Danh
26e23d4f39
New package: libfprint0-1.0
2021-01-18 21:18:11 +07:00
Đoàn Trần Công Danh
326fbe95b0
libfprint: update to 1.90.7.
2021-01-18 21:18:11 +07:00
Piraty
c474e2d3a9
.github: add notice to delete the [ci skip] block
...
if the commented block is left in the PR text, CI won't run
2021-01-18 15:01:04 +01:00
Leah Neukirchen
89bbae679f
python3-userpath: update to 1.4.2.
2021-01-18 13:49:17 +01:00
Leah Neukirchen
c28e6520ba
nncp: update to 5.6.0.
2021-01-18 13:49:17 +01:00
Piraty
fbd0952876
.github: add pull request template
2021-01-18 13:17:37 +01:00
Đoàn Trần Công Danh
9954360198
Terminal: fix build with gcc-10
2021-01-18 19:13:42 +07:00
Đoàn Trần Công Danh
e5cd09ec87
XyGrib: fix build with openjpeg 2.4
2021-01-18 18:58:30 +07:00
Đoàn Trần Công Danh
beea74e3bd
reminiscence: remove package
...
- The last GPLv3 version was 0.2.1 or so (Debian has this version)
- Our current version doesn't have any license, only Copyright notice,
let's not play the politic game.
2021-01-18 18:51:40 +07:00
Đoàn Trần Công Danh
970ad4f3f4
refind: build with -fno-tree-loop-distribute-patterns
...
Fix build for gcc-10
2021-01-18 18:41:09 +07:00
Đoàn Trần Công Danh
07c47668a0
gnome-online-accounts: hostmakedepends-=gnome-common
2021-01-18 18:30:14 +07:00
Đoàn Trần Công Danh
f7cddbfa4b
cinnamon-settings-daemon: hostmakedepends-=gnome-common
2021-01-18 18:30:14 +07:00
Đoàn Trần Công Danh
2757f0ebe7
cinnamon-screensaver: hostmakedepends-=gnome-common
2021-01-18 18:30:14 +07:00
Đoàn Trần Công Danh
f0263666aa
cinnamon-menus: hostmakedepends-=gnome-common
2021-01-18 18:30:14 +07:00
Đoàn Trần Công Danh
68ebeb045a
cinnamon-control-center: hostmakedepends-=gnome-common
2021-01-18 18:30:14 +07:00
Đoàn Trần Công Danh
9c707db8a3
libpinyin: enable libzhuyin
2021-01-18 18:30:14 +07:00
Piraty
9a31d0c8f4
stremio-shell: don't move distfiles
2021-01-18 10:43:11 +01:00
Piraty
6444245fca
fntsample: don't move distfile
2021-01-18 10:42:26 +01:00
Piraty
35cac24b71
geckodriver: fix concurrent builds
2021-01-18 10:16:38 +01:00
m3tav3rse
fdfebfc81c
geckodriver: update to 0.28.0.
2021-01-18 10:09:13 +01:00
Cameron Nemo
5971743147
linux5.10: add PL330 support to arm64-dotconfig
...
This DMA driver is necessary on rk3399 and rk3328 boards
(and perhaps others).
2021-01-17 23:40:37 -03:00
Đoàn Trần Công Danh
b358a8c9b9
lightdm-gtk3-greeter: remove old distfiles
2021-01-18 07:53:18 +07:00
Đoàn Trần Công Danh
6bb4e4faf9
boomerang: include stdint.h for int8_t
2021-01-18 07:45:38 +07:00
Đoàn Trần Công Danh
aa58a914be
nemo: fix gir path
...
Also remove gnome-common
2021-01-18 07:45:38 +07:00
Đoàn Trần Công Danh
facae1547d
lightdm-gtk3-greeter: update to 2.0.8.
2021-01-18 07:25:06 +07:00
UsernameRandomlyGenerated
058e8402a9
viu: update to 1.3.0
2021-01-17 21:15:30 -03:00
Érico Rolim
e49be9fb2d
opendoas: set permissions during do_install.
...
- setting permissions in a INSTALL script makes the program unusable
between it being unpacked and the INSTALL script actually being run; for
users with other long running post-install steps, e.g. DKMS modules,
this can be a long time where an administrative tool can't be used.
- furthermore, any interruption of the post-install steps or a power
failure will have a much higher probability of leaving the user with a
non suid executable than if it had been set at install time.
- making the binary permissions 4111 isn't necessary; the binary can be
retrieved in multiple manners, so this doesn't offer any protection (and
the binary would be "unprotected" anyway while INSTALL hasn't run yet).
opendoas's makefile can chmod the executable, so we just stop removing the
chmod line from its makefile.
- also xlintify.
2021-01-17 15:58:37 -03:00
Érico Rolim
0e05ee88cb
sudo: update to 1.9.5p1, set permissions during do_install.
...
- fixes a bunch of CVEs.
- the chmod 4111 in INSTALL changed sudo from 4755 to 4111. It was
always suid, it just stopped being world readable for some reason (with
a window of time where it could still be read, since INSTALL isn't run
immediately after unpacking). Furthermore, chmod'ing sudoedit doesn't
change anything in the final package, since it's a symlink to sudo.
- clean up outdated patches.
2021-01-17 15:58:02 -03:00
Érico Rolim
10825dde09
New package: can-utils-2020.12.0.
2021-01-17 15:57:35 -03:00
UsernameRandomlyGenerated
fdbec388e8
cmus: update to 2.9.0
...
Closes : #27975 [via git-merge-pr]
2021-01-17 13:12:05 -05:00
Olaf Mersmann
186d2261e8
python3-numpy: Use OpenBLAS on supported platforms.
...
Closes : #27797 [via git-merge-pr]
2021-01-17 13:12:05 -05:00
Leah Neukirchen
e12bdf5743
linux: update to 5.10.
2021-01-17 16:29:39 +01:00
Leah Neukirchen
1114940813
linux5.10: update to 5.10.8.
2021-01-17 16:29:39 +01:00
Leah Neukirchen
3d0f4d8ef7
python3-pipx: update to 0.16.0.0.
2021-01-17 16:29:39 +01:00
Đoàn Trần Công Danh
45036753ee
fcitx-libpinyin: rebuilt for libpinyin 2.6.0
2021-01-17 21:39:44 +07:00
Jürgen Buchmüller
fd5b66f422
endless-sky-gl21: fix build w/ gcc10
2021-01-17 14:32:40 +01:00
Jürgen Buchmüller
38d70af9cb
rocksndiamonds: update to 4.2.2.1
2021-01-17 13:14:52 +01:00
UsernameRandomlyGenerated
7f8dcdaf84
ImageMagick6: update to 6.9.11.57
2021-01-17 12:28:52 +01:00
UsernameRandomlyGenerated
77b840c5f1
ImageMagick: update to 7.0.10.58
2021-01-17 12:28:52 +01:00
Johannes
40a7f14704
cutter: rebuild for radare2-5.0.0
2021-01-17 12:06:44 +01:00
Johannes
eae3e34b85
radare2: update to 5.0.0.
...
also switch to meson
2021-01-17 12:06:44 +01:00
Đoàn Trần Công Danh
458908a25f
libvirt: pre-generate another header
2021-01-17 17:56:46 +07:00
Đoàn Trần Công Danh
c139ca240b
kpmcore: update to 20.12.1.
2021-01-17 17:02:33 +07:00
Đoàn Trần Công Danh
da6a09a11f
libvirt: fix build order
2021-01-17 17:02:17 +07:00
UsernameRandomlyGenerated
9863df751a
usbguard: update to 1.0.0
2021-01-17 01:24:00 +01:00
UsernameRandomlyGenerated
3ee5815a1a
oxipng: update to 4.0.3
2021-01-17 01:19:33 +01:00
mobinmob
3b7d5aab55
kapman: update to 20.12.1.
2021-01-17 01:18:03 +01:00
mobinmob
719e5c5d6b
xfce4-cpufreq-plugin: update to 1.2.3.
2021-01-17 01:17:07 +01:00
mobinmob
b16a75ae31
bmake: update to 20201222.
2021-01-17 01:16:36 +01:00