Chris Dimich
66235c5da4
configs/nitrogen*: update kernel to 5.10.x_2.0.0
...
Also bump linux headers version to 5.10.
Based on NXP 5.10.35-2.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 21:47:14 +02:00
Chris Dimich
219822da90
package/freescale-imx/imx-vpu-hantro-vc: add package
...
i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus processor.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 21:05:06 +02:00
Chris Dimich
9b0280320c
package/freescale-imx/firmware-imx: bump version to 8.12
...
To match NXP 5.10.35-2.0.0 release.
Various updates to the license files, but still NXP license.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:50:16 +02:00
Chris Dimich
268def331a
package/freescale-imx/imx-gpu-g2d: bump version to 6.4.3.p2.0
...
To match NXP 5.10.35-2.0.0 release.
Various updates to the license files, but still NXP license.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:49:10 +02:00
Chris Dimich
414492a7a6
package/freescale-imx/imx-vpu-hantro: bump version to 1.22.0
...
To match NXP 5.10.35-2.0.0 release.
Refresh patch 0001.
Various updates to the license files, but still NXP license.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:48:04 +02:00
Chris Dimich
9f7b2c0dce
package/freescale-imx/imx-gpu-viv: bump to version 6.4.3.p2.0
...
To match NXP 5.10.35-2.0.0 release.
Various updates to the license files, but still NXP license.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:45:43 +02:00
Chris Dimich
dbd8e8bdf1
package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.3.p2.0
...
To match NXP 5.10.35-2.0.0 release.
Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:43:27 +02:00
Fabrice Fontaine
5f1c6758a5
package/ruby: fix build with autoconf >= 2.70
...
Fix the following build failure raised since bump of autoconf to version
2.71 in commit ecd54b65c1 :
checking whether the C++ compiler works... no
configure: error: in `/home/buildroot/autobuild/instance-3/output-1/build/ruby-3.0.2':
configure: error: C++ compiler cannot create executables
Fixes:
- http://autobuild.buildroot.org/results/63f32033aff5c800a933d8b1c805be0d9d6abea6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:43:27 +02:00
Fabrice Fontaine
ae68285509
package/asterisk: fix build with autoconf >= 2.70
...
Fix the following build failure raised since bump of autoconf to version
2.71 in commit ecd54b65c1 :
configure: error: *** ANSI C header files not found.
Fixes:
- http://autobuild.buildroot.org/results/e7dc47da7863a5dc492154f620c4fcebafccf6ea
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:33:02 +02:00
Asaf Kahlon
1c10095945
package/python-urwid: depend on python3
...
Although the package claims to support both python2 and python3,
there are some places which contain python3-only code (mainly
asyncio-related).
We can try to tweak some of the files in order to make it work with
python2, but it doesn't worth the effort since python2 isn't maintained
for a long time.
Update the reverse recursive dependencies accordingly.
Fixes:
- http://autobuild.buildroot.net/results/356c6b09566c6020dc320eb89da791581571cb7f/
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:32:59 +02:00
Fabrice Fontaine
7633915abb
package/openocd: fix build with autoconf >= 2.70
...
Fix the following build failure raised since bump of autoconf to version
2.71 in commit ecd54b65c1 and
http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=aba75f6d4a9c875a9d5d90a07c6b3678db66a4bf :
>>> openocd 0.11.0 Autoreconfiguring
autoreconf: error: configure.ac: AC_INIT not found; not an autoconf script?
Fixes:
- http://autobuild.buildroot.org/results/5fb7aa28703aff61ba850eac11bd35c8804528ae
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:58 +02:00
Fabrice Fontaine
1868145c55
package/apr: fix build with autoconf >= 2.70
...
Fix the following build failure raised since bump of autoconf to version
2.71 in commit ecd54b65c1 :
configure: error: could not determine the string function for int64_t
Fixes:
- http://autobuild.buildroot.org/results/640bbe5b19d6e046cebd5208b37293e03714cd21
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:55 +02:00
Alexander Egorenkov
8a2ce9784e
package/s390-tools: bump to version 2.18.0
...
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:53 +02:00
Fabrice Fontaine
576440a1d8
package/python-pathvalidate: fix typo
...
Fix the following error raised since bump to version 2.5.0 in commit
036185d87e :
WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_PATHVALIDATE
Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYHON3
Selected by [y]:
- BR2_PACKAGE_PYTHON_SIMPLESQLITE [=y] && (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYTHON3 [=y]
Fixes:
- No autobuilder failures
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:50 +02:00
Alexander Dahl
34a544cf9f
package/dfu-util: bump version to 0.11
...
From the ChangeLog (see git history for full details):
- Fix suffix check regression on Windows with Large File Support
- Skip setting alternate interface when not needed
- Only clamp transfer size on Linux
- Quirk for GD32 leave request
- Improve status and error messages and exit codes
- dfuse: Process all alternate interfaces in a DfuSe file
- dfuse-pack.py: Fix alternate settings if first is 0
Link: https://lists.osmocom.org/pipermail/dfu-util/2021-September/000014.html
Signed-off-by: Alexander Dahl <post@lespocky.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:48 +02:00
Alexander Dahl
efef1974c5
package/dfu-util: Fix licenses
...
Since v0.8 a script 'dfuse-pack.py' is part of the package, which has a
different license.
Fixes: c212a90b61 ("package/dfu-util: bump version to 0.8, add hash, fix SITE url")
Signed-off-by: Alexander Dahl <post@lespocky.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:45 +02:00
Alexander Dahl
ddafea9c80
package/dfu-util: Update help text
...
DFU 1.1 specification is also supported.
Signed-off-by: Alexander Dahl <post@lespocky.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:43 +02:00
Peter Seiderer
2ee43bad85
package/coreutils: bump version to 9.0
...
- removed 0001-ls-restore-8.31-behavior-on-removed-directories.patch
(upstream [1])
- removed 0002-m4-pthread-cond.m4-fix-build-without-threads.patch
and drop AUTORECONF (contained in tar.xz file)
- removed 0003-lib-pthread-cond.c-use-tv.nsec-instead-of-tv.usec.patch
(contained in tar.xz file)
For details see [2].
[1] https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=10fcb97bd728f09d4a027eddf8ad2900f0819b0a
[2] https://lists.gnu.org/archive/html/info-gnu/2021-09/msg00010.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:40 +02:00
Peter Seiderer
c22790448d
package/log4cplus: bump version to 2.0.7
...
For details see [1].
[1] https://github.com/log4cplus/log4cplus/releases/tag/REL_2_0_7
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:14:37 +02:00
Herve Codina
bb6b1c99ce
package/collectd: add dbi support
...
The DBI plugin uses libdbi, a database abstraction library,
to execute SQL statements on a database and read back the
result.
https://collectd.org/wiki/index.php/Plugin:DBI
Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com >
Signed-off-by: Herve Codina <herve.codina@bootlin.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:08:07 +02:00
Herve Codina
ddc6f1199a
package/libdbi-drivers: new package
...
The libdbi-drivers project provides the database-specific drivers
for the libdbi framework
http://libdbi-drivers.sourceforge.net/
Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com >
Signed-off-by: Herve Codina <herve.codina@bootlin.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 20:07:51 +02:00
Herve Codina
c6aac6ebdb
package/libdbi: new package
...
libdbi implements a database-independent abstraction layer in C,
similar to the DBI/DBD layer in Perl.
http://libdbi.sourceforge.net/
Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com >
Signed-off-by: Herve Codina <herve.codina@bootlin.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-13 19:59:37 +02:00
Fabrice Fontaine
b00b9c865d
package/dtbocfg: depends on kernel
...
Fix the following build failure raised since the addition of the package
in commit 9fc7b49ab1 :
Makefile:587: *** linux is in the dependency chain of dtbocfg that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Stop.
Fixes:
- http://autobuild.buildroot.org/results/449a731c0a1394c28f519e341ea145cb42af012d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Acked-by: Herve Codina <herve.codina@bootlin.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-10-13 18:15:17 +02:00
Yann E. MORIN
5ece6be60b
fs/ext2: fir (again) namespace for variables
...
As reported by Jens [0], commit db7d786140 (fs/ext2: fix namespace for
variables) forgot to rename one variable expansion, resulting in the
ext2 label as set by the user to be ignored, with an empty label set.
[0] https://github.com/buildroot/buildroot/commit/db7d78614098#commitcomment-57918423
Reported-by: Jens Maus <mail@jens-maus.de >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-10-13 18:01:34 +02:00
Lang Daniel
c9aa5a1a8a
package/autoconf: disable gtkdocize integration
...
Since version 2.70 (which was skipped when bumping to 2.71 in ecd54b65c1 )
autoreconf checks if a package uses gtkdoc by check if the macro GTK_DOC_CHECK
is used. If detected, gtkdocize will be run as part of the reconfiguration
process.
http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=dd880a0a6de5602cdd40b770ed6b083b34aa0768
If gtkdocize is not installed, this fails with:
Can't exec "gtkdocize": No such file or directory at /home/buildroot/autobuild/instance-1/output-1/host/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: gtkdocize failed with exit status: 2
Defining GTKDOCIZE ensures, that autoreconf succeeds without gtkdocize.
Fixes:
http://autobuild.buildroot.net/results/d0259d1f8bed195e35338ead6c7c33fcc571497a/
Signed-off-by: Daniel Lang <d.lang@abatec.at >
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:51:25 +02:00
Yann E. MORIN
128af17dce
support/testing: fix python_flask_expect_python
...
Commit e6ee07f41a (package/python-flask-expects-json: new package)
added a non-functional test case that, as noticed by Edgar, fails with:
AssertionError: '%{http_code}' != '200'
That's because the % sign is self-escaped, à-la C, in the first part
of the command, probably to avoid its being %-formatted. But only the
second part of the command is %-formatted, so we do not need to
self-escape % in the first part.
Additionally, since eb3ee3078a (support/testing/infra/emulator.py:
prevent the commands from wrapping), we no longer need to play tricks
with commands that are too long to fit on the first line of the shell
prompt.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Cc: Edgar Bonet <bonet@grenoble.cnrs.fr >
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:51:25 +02:00
Francois Perrad
36ca6e4a88
configs/mx6cubox: bump Linux and U-Boot versions
...
remove merged patches
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Reviewed-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:40:30 +02:00
Nicolas Cavallari
bd057c2ef1
package/libgit2: bump version to 1.3.0
...
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:32:47 +02:00
Yair Ben-Avraham
470e2e9bc5
package/tpm2-tss: bump version to 3.1.0
...
Signed-off-by: Yair Ben-Avraham <yairba@protonmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:32:47 +02:00
Yair Ben-Avraham
d07e81d5c3
package/pcsc-lite: bump version to 1.9.4
...
Signed-off-by: Yair Ben-Avraham <yairba@protonmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:32:47 +02:00
Yair Ben-Avraham
6743f80b27
package/tpm2-pkcs11: bump version to 1.7.0
...
Signed-off-by: Yair Ben-Avraham <yairba@protonmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:32:47 +02:00
Giulio Benetti
23329364e2
configs/olimex_a33_olinuxino: use NEON+VFPv4 as FPU strategy
...
Allwinner A33 supports NEON+VFPv4 so let's enable instead of the default
VFPv4-D16.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:53 +02:00
Giulio Benetti
f8528acdfd
configs/olimex_a20_olinuxino_lime2: use NEON+VFPv4 as FPU strategy
...
Allwinner A20 supports NEON+VFPv4 so let's enable instead of the default
VFPv4-D16.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:51 +02:00
Giulio Benetti
115ee05214
configs/olimex_a20_olinuxino_lime: use NEON+VFPv4 as FPU strategy
...
Allwinner A20 supports NEON+VFPv4 so let's enable instead of the default
VFPv4-D16.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:48 +02:00
Giulio Benetti
aaced92e8c
configs/bananapi_m1: use NEON+VFPv4 as FPU strategy
...
Allwinner A20 supports NEON+VFPv4 so let's enable instead of the default
VFPv4-D16.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:45 +02:00
Christian Stewart via buildroot
7fcddb4a2f
package/grpc: bump version to 1.41.0
...
Signed-off-by: Michael Nosthoff <buildroot@heine.tech >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:42 +02:00
Petr Vorel
f6f8d20d46
package/links: bump version to 2.25
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:39 +02:00
Asaf Kahlon
e2001df212
package/python-humanize: bump to version 3.11.0
...
* The package doesn't support python2 anymore.
* Take also sha256 from pypi.
* License was updated with a year bump.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:36 +02:00
Asaf Kahlon
6e814dea4c
package/python-gunicorn: bump to version 20.1.0
...
* The package doesn't support python2 anymore (so the POST_INSTALL
hook is not needed now).
* Indent with two spaces in the hash file.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:33 +02:00
Asaf Kahlon
dcc990f5ad
package/python-flask-wtf: bump to version 0.15.1
...
* The package doesn't support python2 anymore.
* Update URL in Config.in
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:30 +02:00
Asaf Kahlon
55d1195a30
package/python-filelock: bump to version 3.3.0
...
The package doesn't support python2 anymore.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:23:27 +02:00
Herve Codina
36395e4762
package/lua-augeas: new package
...
The lua-augeas package provides a Lua binding for augeas
https://github.com/ncopa/lua-augeas
Based on initial work from Nicolas Carrier <nicolas.carrier@orolia.com >
Signed-off-by: Herve Codina <herve.codina@bootlin.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:21:12 +02:00
James Hilliard
bec8a1c297
package/python-multidict: bump to version 5.2.0
...
License hash changed due to removal of full text copy:
5ea0e62dd8
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-12 22:10:09 +02:00
Peter Korsgaard
99d5bee4c9
docs/website: update for 2021.02.6
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-10-12 08:17:36 +02:00
Peter Korsgaard
28af41c3d9
Update for 2021.02.6
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit b1e32fa954 )
[Peter: drop Makefile/Vagrantfile change]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-10-12 08:15:00 +02:00
Peter Korsgaard
7f81fc4370
docs/website: update for 2021.05.3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-10-12 08:12:44 +02:00
Peter Korsgaard
cfba9b0c0d
Update for 2021.05.3
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 0d4c604da8 )
[Peter: drop Makefile change
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2021-10-12 08:08:15 +02:00
Bernd Kuhls
08a60f1a1b
package/bitcoin: bump version to 0.21.2
...
Release notes:
https://github.com/bitcoin/bitcoin/blob/0.21/doc/release-notes.md
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-11 23:20:10 +02:00
Bernd Kuhls
1b936124d8
package/xmrig: bump version to 6.15.1
...
Changelog: https://github.com/xmrig/xmrig/blob/master/CHANGELOG.md
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-11 23:20:09 +02:00
Bernd Kuhls
fe79fba3fd
package/boinc: bump version to 7.18.1
...
Release notes: https://boinc.berkeley.edu/wiki/Release_Notes
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-10-11 23:20:09 +02:00