Andy Grunwald
f5390ebdbf
Apache Tika: Switch from Debian Bookworm to Debian Trixie and replace manual install of OpenJDK with setup_java ( #16036 )
...
* Install Java via setup_java instead of distro openjdk
Apache Tika's Java runtime was installed by calling apt directly for
openjdk-17-jre-headless. This tied the JDK to whatever Debian ships, and
that coupling has now broken: openjdk-17 is no longer available on Debian
13 (Trixie), where openjdk-21 is current. It also made this the only
script in install/ that installs Java by hand, while every other Java
application in the repository uses the shared setup_java helper.
Switch to setup_java, which installs Eclipse Temurin from the Adoptium
repository. Temurin is versioned independently of the Debian release, so
a future distribution upgrade cannot remove the JDK out from under the
application the way this one did.
Java 21 satisfies both current and upcoming Tika: 3.x requires Java 11 or
newer, and 4.x raises the floor to Java 17.
The surrounding msg_info/msg_ok pair is dropped because setup_java emits
its own progress messages; keeping them would nest the output.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
* Bump Apache-Tika container to Debian 13
The container declared Debian 12 (Bookworm) as its base, which had become
an outlier: 475 of the repository's ct scripts target Debian 13 and only
22 still target 12. build.func also sets trixie as the default ARM64
template codename, so this script's declared base had drifted away from
the repository default.
The declared version is not cosmetic. check_container_os_guard() reads
var_os/var_version as the script's recommended OS and compares them
against a container's /etc/os-release, prompting on interactive runs and
aborting headless ones when they disagree. Debian 12 was also the reason
the previous openjdk-17 dependency looked valid; on Debian 13 that
package no longer exists, which is addressed in the preceding commit.
Existing Debian 12 containers keep working, because update_script only
replaces the Tika jar and never touches the operating system or Java.
They will, however, now hit the OS mismatch guard on update and be asked
to move to Debian 13 first. That is intended rather than a regression,
but it is a visible change for existing users.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
---------
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-26 18:35:32 +02:00
..
2026-07-17 14:30:55 +02:00
2026-07-15 21:36:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-07-11 20:07:05 +02:00
2026-07-25 21:51:51 +02:00
2026-06-22 23:35:14 +10:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-07-24 09:27:30 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-17 21:04:31 +02:00
2026-07-26 18:35:32 +02:00
2026-06-19 09:53:08 +02:00
2026-06-21 02:56:49 +10:00
2026-06-11 16:16:15 +02:00
2026-06-21 02:56:49 +10:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-07-23 10:59:01 +02:00
2026-06-19 09:53:08 +02:00
2026-06-03 11:03:13 +02:00
2026-07-08 21:04:13 +10:00
2026-06-19 09:53:08 +02:00
2026-06-13 18:43:15 +02:00
2026-06-19 09:53:08 +02:00
2026-06-13 18:43:15 +02:00
2026-07-06 21:15:04 +02:00
2026-06-19 09:53:08 +02:00
2026-07-16 18:01:44 +10:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-07-14 21:58:22 +10:00
2026-06-22 23:35:14 +10:00
2026-06-19 14:07:47 +10:00
2026-06-19 09:53:08 +02:00
2026-06-16 11:11:23 +02:00
2026-07-19 19:16:44 +10:00
2026-06-13 18:43:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-06-13 18:43:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-14 14:32:06 +02:00
2026-06-14 14:00:10 +02:00
2026-06-19 09:53:08 +02:00
2026-07-06 21:15:04 +02:00
2026-07-17 21:02:47 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-07-23 23:18:28 +02:00
2026-06-19 09:53:08 +02:00
2026-06-14 14:32:06 +02:00
2026-06-22 23:35:14 +10:00
2026-06-14 14:32:06 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-23 18:21:48 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 21:15:04 +02:00
2026-06-14 14:32:06 +02:00
2026-07-06 21:15:04 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-26 14:57:46 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-06-26 21:56:48 +02:00
2026-06-27 21:07:03 +02:00
2026-06-19 09:53:08 +02:00
2026-07-21 12:52:51 +02:00
2026-06-23 18:20:47 +02:00
2026-06-11 16:16:15 +02:00
2026-07-13 14:58:23 +02:00
2026-07-17 21:13:19 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-06-14 14:32:06 +02:00
2026-06-19 09:53:08 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-22 23:35:14 +10:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-07-26 23:38:55 +10:00
2026-06-30 14:28:40 +02:00
2026-06-19 09:53:08 +02:00
2026-06-19 09:53:08 +02:00
2026-07-17 11:59:05 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-06-19 09:53:08 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-07-14 22:01:16 +10:00
2026-06-11 16:16:15 +02:00
2026-07-10 10:53:51 +02:00
2026-07-21 12:52:51 +02:00
2026-07-06 21:15:04 +02:00
2026-06-03 11:03:13 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-07-06 21:15:04 +02:00
2026-06-19 09:53:08 +02:00
2026-07-07 22:45:52 +02:00
2026-06-19 09:53:08 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-06-19 14:08:21 +10:00
2026-06-20 00:34:00 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 23:35:14 +10:00
2026-06-22 23:35:14 +10:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-20 00:34:00 +02:00
2026-06-22 23:35:14 +10:00
2026-07-21 12:52:51 +02:00
2026-06-22 23:35:14 +10:00
2026-07-20 11:55:01 +02:00
2026-06-11 16:16:15 +02:00
2026-06-25 23:16:04 +02:00
2026-07-14 14:16:10 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-20 00:34:00 +02:00
2026-06-11 16:16:15 +02:00
2026-06-20 00:34:00 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-07-05 22:28:00 +02:00
2026-06-22 23:35:14 +10:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 02:56:49 +10:00
2026-07-21 12:52:51 +02:00
2026-07-16 17:30:38 +10:00
2026-07-21 12:52:51 +02:00
2026-06-03 11:03:13 +02:00
2026-06-21 02:56:49 +10:00
2026-06-03 11:03:13 +02:00
2026-06-03 11:03:13 +02:00
2026-07-21 12:52:51 +02:00
2026-07-17 14:30:55 +02:00
2026-07-22 08:18:21 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-23 23:19:05 +02:00
2026-06-22 23:35:14 +10:00
2026-06-03 11:03:13 +02:00
2026-07-06 21:15:04 +02:00
2026-06-22 23:35:14 +10:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-06-21 02:56:49 +10:00
2026-06-11 16:16:15 +02:00
2026-06-21 02:56:49 +10:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 22:24:10 +02:00
2026-06-17 10:12:39 +02:00
2026-06-22 23:35:14 +10:00
2026-06-21 02:56:49 +10:00
2026-07-21 12:52:51 +02:00
2026-06-21 02:56:49 +10:00
2026-07-21 12:52:51 +02:00
2026-07-06 21:15:04 +02:00
2026-07-21 12:52:51 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 21:15:04 +02:00
2026-06-21 00:21:58 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-07-13 17:39:10 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-24 23:15:36 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 00:21:58 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 00:21:58 +02:00
2026-06-16 11:11:23 +02:00
2026-06-21 00:21:58 +02:00
2026-06-03 11:03:13 +02:00
2026-07-21 12:52:51 +02:00
2026-07-11 20:00:36 +02:00
2026-07-06 21:15:04 +02:00
2026-06-03 11:03:13 +02:00
2026-07-14 22:01:40 +10:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 00:21:58 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 00:21:58 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 21:15:04 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 00:21:58 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-03 11:03:13 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-06-16 11:11:23 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-07-17 12:52:57 +02:00
2026-06-21 20:42:17 +02:00
2026-07-22 08:18:01 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 21:15:04 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-07-15 20:55:10 +10:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-29 22:44:21 +02:00
2026-06-21 20:42:17 +02:00
2026-06-21 20:42:17 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-06-03 11:03:13 +02:00
2026-07-16 18:01:24 +10:00
2026-06-11 16:16:15 +02:00
2026-07-24 09:27:30 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:45:41 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:45:41 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:45:41 +02:00
2026-07-20 11:43:34 +02:00
2026-06-21 20:45:41 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:20:57 +02:00
2026-07-17 09:00:32 +02:00
2026-06-21 20:45:41 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:45:41 +02:00
2026-06-03 11:03:13 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 20:45:41 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:45:41 +02:00
2026-06-21 22:24:10 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 20:45:41 +02:00
2026-07-21 12:52:51 +02:00
2026-07-17 14:30:27 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:18 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-23 23:17:55 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:44:06 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 20:44:06 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:44:06 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 23:35:14 +10:00
2026-06-21 20:44:06 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 21:15:04 +02:00
2026-07-06 21:15:04 +02:00
2026-06-21 20:44:06 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:44:06 +02:00
2026-07-10 20:47:58 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:44:06 +02:00
2026-06-21 20:44:06 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 23:35:14 +10:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-05-23 07:46:44 +10:00
2026-06-22 23:35:14 +10:00
2026-06-21 20:44:06 +02:00
2026-06-03 11:03:13 +02:00
2026-06-03 11:03:13 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 20:44:06 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 23:35:14 +10:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-06 21:15:04 +02:00
2026-06-21 23:11:47 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-06-11 16:16:15 +02:00
2026-07-13 11:05:11 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-20 14:39:29 +02:00
2026-06-11 16:16:15 +02:00
2026-07-06 20:18:45 +02:00
2026-07-21 12:52:51 +02:00
2026-06-03 11:03:13 +02:00
2026-06-21 23:11:47 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 23:11:47 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 23:11:47 +02:00
2026-06-11 16:16:15 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-17 14:29:59 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-21 23:11:47 +02:00
2026-06-21 23:11:47 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-07-16 09:01:53 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 11:41:14 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 11:41:14 +02:00
2026-07-21 12:52:51 +02:00
2026-07-25 12:55:01 +10:00
2026-06-22 11:41:14 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 11:41:14 +02:00
2026-06-03 11:03:13 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 23:35:14 +10:00
2026-06-03 11:03:13 +02:00
2026-06-03 11:03:13 +02:00
2026-07-10 10:57:27 +02:00
2026-06-22 23:35:14 +10:00
2026-07-01 22:40:55 +02:00
2026-06-22 11:41:14 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 11:41:14 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 11:41:14 +02:00
2026-06-11 16:16:15 +02:00
2026-07-16 18:02:13 +10:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 23:35:14 +10:00
2026-07-21 12:52:51 +02:00
2026-06-03 11:03:13 +02:00
2026-06-22 11:41:14 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 11:41:14 +02:00
2026-07-24 19:55:46 +10:00
2026-06-11 16:16:15 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 23:35:14 +10:00
2026-07-21 12:52:51 +02:00
2026-06-22 23:35:14 +10:00
2026-07-06 21:15:04 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 13:27:16 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-07-19 14:02:56 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 13:27:16 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-27 16:50:56 +02:00
2026-07-06 21:15:04 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 23:35:14 +10:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 23:35:14 +10:00
2026-06-22 23:35:14 +10:00
2026-06-11 16:16:15 +02:00
2026-06-22 13:27:16 +02:00
2026-06-11 16:16:15 +02:00
2026-07-01 22:35:43 +02:00
2026-06-22 13:27:16 +02:00
2026-06-22 23:35:14 +10:00
2026-07-21 01:20:54 +10:00
2026-07-21 12:52:51 +02:00
2026-06-22 13:27:16 +02:00
2026-07-20 10:29:05 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 21:13:32 +02:00
2026-06-24 23:21:44 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 21:13:32 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-11 16:16:15 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-07-06 23:28:48 +02:00
2026-06-11 16:16:15 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-11 16:16:15 +02:00
2026-07-14 14:15:32 +02:00
2026-06-11 16:16:15 +02:00
2026-06-03 11:03:13 +02:00
2026-07-21 12:52:51 +02:00
2026-06-22 21:13:32 +02:00
2026-07-21 12:52:51 +02:00
2026-06-11 16:16:15 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00
2026-06-22 21:13:32 +02:00