Commit Graph

164800 Commits

Author SHA1 Message Date
lemmi a155c0476c qdirstat: add changelog 2022-08-30 21:29:33 +02:00
lemmi 0410375870 pulseview: add changelog 2022-08-30 21:29:32 +02:00
lemmi 01e2c098d7 ndppd: add changelog 2022-08-30 21:29:32 +02:00
lemmi c3d3f04491 libvidstab: add changelog 2022-08-30 21:29:32 +02:00
lemmi a70fa5eabf libsigrokdecode: add changelog 2022-08-30 21:29:32 +02:00
lemmi 97006b0b9b libsigrok: add changelog 2022-08-30 21:29:32 +02:00
lemmi ba728be1e5 libserialport: add changelog 2022-08-30 21:29:32 +02:00
lemmi 989228117a libosmgpsmap: add changelog 2022-08-30 21:29:32 +02:00
lemmi e7c7d8c408 imapfilter: add changelog 2022-08-30 21:29:32 +02:00
lemmi 9a14352b14 hugin: add changelog 2022-08-30 21:29:31 +02:00
lemmi 92a5117f16 hidrd: add changelog 2022-08-30 21:29:31 +02:00
lemmi 46cc1c3483 girara: add changelog 2022-08-30 21:29:31 +02:00
lemmi 550e8750f0 enblend-enfuse: add changelog 2022-08-30 21:29:31 +02:00
lemmi 30ea1be447 dispcalGUI: add changelog 2022-08-30 21:29:31 +02:00
lemmi f42d8660e1 ddcutil: add changelog 2022-08-30 21:29:31 +02:00
lemmi be93ffcf55 cadence: add changelog 2022-08-30 21:29:31 +02:00
lemmi 8b6c22dacb adriconf: add changelog 2022-08-30 21:29:31 +02:00
Martin Dimov 4976c61b3a recoll: update to 1.32.7.
- enable python module
- update version check page
- explicit conf args
- proper (host)makedepends
- update musl patches
- use helper to fix python cross

Co-authored-by: classabbyamp <void@placeviolette.net>
2022-08-30 12:38:49 -04:00
Jan Christian Grünhage 6baef6a9ca python3-ansible-lint: update to 6.5.1. 2022-08-30 15:41:09 +00:00
Jan Christian Grünhage 0621406df7 ansible: update to 6.3.0. 2022-08-30 15:40:51 +00:00
Michal Tvrznik 47397df55b emptty: update to 0.9.0 2022-08-30 13:27:33 +00:00
Đoàn Trần Công Danh 678af1f476 tzdata: remove posix if right/Canada/East-Saskatchewan exist
Chance are both of them exist
2022-08-30 14:40:32 +07:00
classabbyamp 7aac13af05 tlsh: use python3 build_helper 2022-08-29 23:25:05 -04:00
classabbyamp b6899a4763 libpwquality: use python3 build_helper 2022-08-29 23:25:05 -04:00
classabbyamp e8ce48744f i2c-tools: use python3 build_helper 2022-08-29 23:25:05 -04:00
classabbyamp 95fa41a7f3 brltty: use python3 build_helper, clean up 2022-08-29 23:25:05 -04:00
classabbyamp 74f4492e5f common/{,environment}/build_style/python3.sh: use python3 build_helper 2022-08-29 23:25:05 -04:00
classabbyamp 98a4596b1e common/build-helper/python3.sh: add python3 helper 2022-08-29 23:25:05 -04:00
Duncaen cdbac60a1c
update-check: use gitlab settings for code.videolan.org 2022-08-29 23:26:04 +02:00
Duncaen 7a0be1f2ee
cppcheck: update to 2.9. 2022-08-29 23:18:38 +02:00
UltimateNyn 323de3bc14 chafa: update to 1.12.3; enable manpage, svg, webp 2022-08-29 17:08:21 -04:00
dataCobra abe68732d6 vagrant: update to 2.3.0. 2022-08-29 17:06:28 -04:00
Andrew J. Hesford cadb83104e rtl8822bu-dkms: missing revbump 2022-08-29 16:30:18 -04:00
Andrew J. Hesford 1362a463d7 broadcom-wl-dkms: missing revbump 2022-08-29 16:30:18 -04:00
Subhaditya Nath 6e8977cf0b rtl8822bu-dkms: remove deprecated dkms directive
Closes: #37139 [via git-merge-pr]
2022-08-29 16:25:10 -04:00
Andrew J. Hesford 8a0ea1067f broadcom-wl-dkms: fix xlint, use initramfs-regenerate trigger 2022-08-29 16:25:10 -04:00
Subhaditya Nath 7cf1620f67 broadcom-wl-dkms: remove deprecated dkms directive 2022-08-29 16:25:10 -04:00
Subhaditya Nath 131d123f63 xbps-triggers: dkms trigger updated and bugfixed
The output format of `dkms status` has changed in v2.8.6
old -   zfs, 2.1.4, 5.15.39_1, x86_64: installed
new -   zfs/2.1.4, 5.15.39_1, x86_64: installed
So, I've re-worked the _modver and _kver detection logic.

NOTE: The detection logic should ideally be identical to the detection
logic in srcpkgs/dkms/files/kernel.d/dkms.prerm

Also, there was a bug. If a package tried to install a dkms module that
failed to build for *all* of the installed kernels, then the output of
dkms status for that module would be -

old -   module-name, x.y.z: added
new -   module-name/x.y.z: added

Which would cause the dkms trigger to set _kver to "added", and then the
following call to `dkms remove` would set the flag `-k $_kver`, and dkms
would get confused trying to find a kernel of version "added".

This commit fixes that bug.
2022-08-29 16:25:10 -04:00
Subhaditya Nath efe694ed36 dkms: update to 3.0.6
files/kernel.d/dkms.prerm has been updated to match the
kernel_prerm.d_dkms file distributed with dkms 3.0.6

Also, note that these dkms.conf directives have been deprecated since
dkms 2.8.8
- MODULES_CONF
- MODULES_CONF_ALIAS_TYPE
- MODULES_CONF_OBSOLETES
- MODULES_CONF_OBSOLETE_ONLY
- REMAKE_INITRD

Also, note that the output of `dkms status` was changed in version 2.8.6
old -	zfs, 2.1.4, 5.15.39_1, x86_64: installed
new -	zfs/2.1.4, 5.15.39_1, x86_64: installed
2022-08-29 16:25:10 -04:00
Duncaen 5520cce263
lowdown: update to 1.0.0. 2022-08-29 22:11:06 +02:00
Đoàn Trần Công Danh b1800a91d5 bootiso: depends on exfatprogs 2022-08-29 19:38:08 +07:00
Jami Kettunen 01517a61d6 libqrtr-glib: update to 1.2.2. 2022-08-29 06:15:20 -04:00
newbluemoon 95992649a0 perl-CryptX: update to 0.077 2022-08-29 06:12:13 -04:00
newbluemoon b52102fbe6 praat: update to 6.2.17 2022-08-29 06:11:16 -04:00
Jan Christian Grünhage 2fc8fc2122 perl-Sub-HandlesVia: update to 0.036. 2022-08-29 06:09:42 -04:00
Jan Christian Grünhage 1bb152e5d7 perl-Type-Tiny: update to 1.016009. 2022-08-29 06:09:07 -04:00
classabbyamp e04d815889 lensfun: update to 0.3.3. 2022-08-29 06:08:14 -04:00
RunningDroid a088b06fa0 btop: update to 1.2.9. 2022-08-29 06:03:44 -04:00
Duncaen 3e5c971b9a
libffado: update to 2.4.6. 2022-08-29 00:16:54 +02:00
oreo639 aad3d0a023 exempi: update to 2.6.2. 2022-08-28 22:15:50 +00:00