Commit Graph

145978 Commits

Author SHA1 Message Date
Frank Steinborn 7a4d40a4ec cozy: update to 0.9.5. 2021-05-09 17:25:05 -03:00
Frank Steinborn 0737a75a4a kubetail: update to 1.6.13. 2021-05-09 17:23:25 -03:00
Benjamín Albiñana 53f5161f73 qpdf: update to 10.3.2. 2021-05-09 17:23:13 -03:00
Benjamín Albiñana 0f84a4ef9c homebank: update to 5.5.2. 2021-05-09 17:23:02 -03:00
Leah Neukirchen b8a9752348 redo: fix homepage/distfiles. 2021-05-09 20:46:59 +02:00
Andrew J. Hesford 722cb81b63 python3-matplotlib: update to 3.4.2. 2021-05-09 14:33:22 -04:00
Frank Steinborn c356f91c67 roxterm: update to 3.10.4.
Closes: #30767 [via git-merge-pr]
2021-05-09 14:13:51 -04:00
Leah Neukirchen aa19323d12 python3-userpath: update to 1.5.0. 2021-05-09 17:14:12 +02:00
Leah Neukirchen 07048b166d netpbm: update to 10.94.03. 2021-05-09 17:14:11 +02:00
Leah Neukirchen d5e0b3b74e pngquant: update to 2.15.0. 2021-05-09 17:14:11 +02:00
Leah Neukirchen a5b1f438f2 libimagequant: update to 2.15.0. 2021-05-09 17:14:11 +02:00
Anubhav Kini e01ecd6966 mako: update to 1.5 2021-05-09 01:08:52 -03:00
Anubhav Kini debd49c10f New package: basu-0.2.0 2021-05-09 01:08:52 -03:00
Colin Booth 7371e9c9f2 ndpi: update to 3.4 2021-05-09 01:04:22 -03:00
Anubhav Kini 344477b7df polybar: update to 3.5.5. 2021-05-09 01:02:39 -03:00
Adrian Göransson 97aeb54afc go: update to 1.16.4 2021-05-09 01:02:23 -03:00
Colin Booth c41c89be07 python-contextlib2: update to 0.6.0.post1 2021-05-09 00:57:32 -03:00
UsernameRandomlyGenerated 22fe4f94fa yad: update to 10.1. 2021-05-08 23:52:19 -03:00
Colin Booth 5674e6916b perl-MIME-Types: update to 2.20 2021-05-08 23:48:35 -03:00
Colin Booth d5482eeae5 perl-Exception-Class: update to 1.45 2021-05-08 23:46:43 -03:00
Benjamín Albiñana ae0ab3cfe2 slmenu: remove package
repo is gone
2021-05-08 23:42:07 -03:00
Benjamín Albiñana 59cba4b3a3 croc: update to 9.1.2. 2021-05-08 23:41:16 -03:00
Pulux eaed71047c nim: update to 1.4.6. 2021-05-08 23:39:07 -03:00
FollieHiyuki 6ad7e1bcd9 gallery-dl: update to 1.17.4 2021-05-08 23:35:57 -03:00
Evgeny Ermakov 712b402338 turbovnc: update to 2.2.6.
Also fix homepage.
2021-05-08 23:35:37 -03:00
Evgeny Ermakov 94340cab15 iwd: update to 1.14. 2021-05-08 23:32:58 -03:00
Duncaen 57c96d4b6f
openradtool: update to 0.12.10. 2021-05-09 01:26:05 +02:00
Duncaen d4af36ff35
squashfs-tools-ng: update to 1.1.1. 2021-05-09 01:26:05 +02:00
Piraty bfa9075c40
rpi-base: add rpi4
Closes: #29139
2021-05-08 21:53:59 +02:00
Piraty 70f3356508
New package: rpi4-kernel-5.4.83
Relates to: #29139
2021-05-08 21:53:59 +02:00
Piraty 7ae9df8d33
rpi-base: split into rpi, rpi2, rpi3
Until now, rpi-base served rpi0/rpi1 + rpi2 + rpi3 all at once.  The
variants were solely distiguished by the target architecture; it was
nice while it lasted, but now that rpi4 is on its way, we need to split
things up a little.

With the split,
* rpi-base depends on rpi-kernel, armv6l* only,
* rpi2-base depends on rpi2-kernel, armv7l* only
* rpi3-base depends on rpi3-kernel, aarch64* only,

To help migrate existing devices to the new base packages, rpi-base
will be an empty mega package for !armv6l* and depend on rpi2-base or
rpi3-base for the foreseeable future, thus resolving like this:
* rpi-base -> rpi2-base (armv7l*)
* rpi-base -> rpi3-base (aarch64*)

For now it's sufficient to have one package provide all subpackages, to
ease maintainance. The template can easiliy be split (as we did with
rpi-kernel) should the need arise some day.

rpi3-base actually existed back in 2017 (it depended on mainline kernel
instead of rpi-kernel) and became obsolete in 2018;
who would have known back then we may have to deal with rpi>3 some day...

Relates to: #29139

Acked-by: Duncaen <duncaen@voidlinux.org>
2021-05-08 21:53:59 +02:00
Piraty 4a02207f57
rpi-kernel: split into rpi, rpi2, rpi3
Until now, rpi-kernel served rpi0/rpi1 + rpi2 + rpi3 all at once.  The
variants were solely distiguished by the target architecture; it was
nice while it lasted, but now that rpi4 is on its way, we need to split
things up a little.

With the split,
* rpi-kernel serves rpi0 + rpi1, armv6l* only
* rpi2-kernel serves rpi2, armv7l* only
* rpi3-kernel serves rpi3, aarch64* only

To help migrate existing devices to the new kernel packages, rpi-kernel
will be an empty mega package for !armv6l* and depend on rpi2-kernel or
rpi3-kernel (depending on target architecture) for the foreseeable
future, thus resolving like this:
* rpi-kernel -> rpi2-kernel (armv7l*)
* rpi-kernel -> rpi3-kernel (aarch64*)

Relates to: #29139

Acked-by: Duncaen <duncaen@voidlinux.org>
2021-05-08 21:53:58 +02:00
Leah Neukirchen da4372381a python3-boto3: update to 1.17.69. 2021-05-08 21:50:01 +02:00
John 0d9e920b78 qt5: mention used commit 2021-05-08 21:01:48 +02:00
John Zimmermann 0e9cdc13ed u-boot-menu: quote all the things
At least the CMDLINE expansion did break on the printf '%s' and we
got a newline for every parameter, which is wrong.
(I'm suprised nobody noticed this, and how I not noticed this myself)
2021-05-12 06:12:57 +00:00
Helmut Pozimski 479120e1ca libvirt-python3: update to 7.3.0. 2021-05-08 12:19:14 +02:00
Helmut Pozimski 4fc633808b libvirt: update to 7.3.0. 2021-05-08 12:15:58 +02:00
Helmut Pozimski 482e93f6ea wine: update to 6.8. 2021-05-08 11:15:17 +02:00
Helmut Pozimski 7a69d35d0e perl-Gtk3-ImageView: update to 8. 2021-05-08 08:11:18 +02:00
Helmut Pozimski fded804e4c linux4.19: update to 4.19.190. 2021-05-08 08:09:08 +02:00
Helmut Pozimski ce505e78e7 linux5.4: update to 5.4.117. 2021-05-08 08:07:30 +02:00
mobinmob 4874d72cac s6-networking-man-pages: update to 2.4.1.1.1. 2021-05-07 23:41:26 -03:00
mobinmob 5fc1b5d133 execline-man-pages: update to 2.8.0.1.1. 2021-05-07 23:41:26 -03:00
mobinmob fc2e144203 s6-man-pages: update to 2.10.0.3.1. 2021-05-07 23:41:26 -03:00
mobinmob 69308e1f62 nsss: update to 0.1.0.1. 2021-05-07 23:41:26 -03:00
mobinmob ea7f278758 mdevd: update to 0.1.4.0. 2021-05-07 23:41:26 -03:00
mobinmob 143f625697 s6-linux-utils: update to 2.5.1.5. 2021-05-07 23:41:26 -03:00
mobinmob 5f7c617be9 s6-portable-utils: update to 2.2.3.2. 2021-05-07 23:41:26 -03:00
mobinmob b39417a4f5 s6-networking: update to 2.4.1.1. 2021-05-07 23:41:26 -03:00
mobinmob d68cbb3a5f s6-dns: update to 2.3.5.1. 2021-05-07 23:41:26 -03:00