Files
bpfire/lfs
Adolf Belka e9c5d591e5 openldap: Update to version 2.6.5
- Update from version 2.6.1 to 2.6.5
- Update of rootfile not required
- Update of patch script from LFS
- Changelog
    2.6.5 Release (2023/07/10)
	Fixed libldap handling of TCP KEEPALIVE options (ITS#10015)
	Fixed libldap with async connections (ITS#10023)
	Fixed libldap openssl TLSv1.3 cipher suite handling (ITS#10035)
	Fixed slapd callback handling with overlays that do extended operations (ITS#9990)
	Fixed slapd conversion of pcache configurations (ITS#10031)
	Fixed slapd cn=config modification handling with abandon (ITS#10045)
	Fixed slapd-mdb online indexer termination and cleanup (ITS#9993)
	Fixed slapd-mdb online indexer when interrupted (ITS#10047)
	Fixed slapd-monitor connection cleanup (ITS#10042)
	Fixed slapo-constraint handling of push replication (ITS#9953)
	Fixed slapo-dynlist filter evaluation efficiency (ITS#10041)
	Fixed slapo-pcache handling of invalid schema (ITS#10032)
	Fixed slapo-ppolicy handling of push replication (ITS#9953)
	Fixed slapo-ppolicy handling of pwdMinDelay (ITS#10028)
	Fixed slapo-syncprov abandon handling (ITS#10016)
	Fixed slapo-translucent handling of invalid schema (ITS#10032)
	Fixed slapo-unique handling of push replication (ITS#9953)
	Fixed slapo-variant to improve regex handling (ITS#10048)
	Build Environment
		Fixed compatibility with stricter C99 compilers (ITS#10011)
		Keep .pc files during make clean (ITS#9989)
	Contrib
		Fixed slapo-variant handling of push replication (ITS#9953)
	Minor Cleanup
		ITS#9855
		ITS#9995
		ITS#9996
		ITS#9997
		ITS#9998
		ITS#9999
		ITS#10000
		ITS#10003
		ITS#10004
		ITS#10033
		ITS#10037
		ITS#10039
		ITS#10046
		ITS#10063
    2.6.4 Release (2023/02/08)
	Fixed client tools to remove 'h' and 'p' options (ITS#9917,ITS#8618)
	Fixed ldapsearch memory leak with paged results (ITS#9860)
	Fixed libldap ldif_open_urlto check for failure (ITS#9904)
	Fixed libldap ldap_url_parsehosts check for failure (ITS#9904)
	Fixed liblunicode UTF8bvnormalize buffer size (ITS#9955)
	Fixed lloadd memory leaks (ITS#9907)
	Fixed lloadd shutdown code to protect memory correctly (ITS#9913)
	Fixed lloadd race in epoch.c (ITS#9947)
	Fixed lloadd potential deadlock with cn=monitor (ITS#9951)
	Fixed lloadd to keep listener base around when not active (ITS#9984)
	Fixed lloadd object reclamation sequencing (ITS#9983)
	Fixed slapd memory leak with olcAuthIDRewrite (ITS#6035)
	Fixed slapd free of redundant cmdline option (ITS#9912)
	Fixed slapd transactions extended operations cleanup after write (ITS#9892)
	Fixed slapd deadlock with replicated cn=config (ITS#9930,ITS#8102)
	Fixed slapd connection close logic (ITS#9991)
	Fixed slapd bconfig locking of cn=config entries (ITS#9045)
	Fixed slapd-mdb max number of index databases to 256 (ITS#9895)
	Fixed slapd-mdb to always release entries from ADD operations (ITS#9942)
	Fixed slapd-mdb to fully init empty DN in tool_entry_get (ITS#9940)
	Fixed slapd-monitor memory leaks with lloadd (ITS#9906)
	Fixed slapd-monitor to free remembered cookies (ITS#9339)
	Fixed slapo-accesslog reqStart ordering matching rule (ITS#9880)
	Fixed slapo-deref memory leak (ITS#9924)
	Fixed slapo-dynlist to ignore irrelevant objectClasses (ITS#9897)
	Fixed slapo-dynlist to avoid unnecessary searches (ITS#9929)
	Fixed slapo-dynlist to mark internal searches as such (ITS#9960)
	Fixed slapo-pcache crash in consistency_check (ITS#9966)
	Fixed slapo-remoteauth memory leaks (ITS#9438)
	Fixed slapo-rwm memory leaks (ITS#9817)
	Build Environment
		Fixed ancient DOS related ifdef checks (ITS#9925)
		Fixed build process to not use gmake specific features (ITS#9894)
		Fixed source tree to remove symlinks (ITS#9926)
		Fixed slapo-otp testdir creation (ITS#9437)
		Fixed slapd-tester memory leak (ITS#9908)
		Fixed usage of non-standard C syntax (ITS#9898, ITS#9899, ITS#9901)
		Fixed usage of bashism (ITS#9900)
		Fixed test suite portability (ITS#9931)
	Documentation
		Fixed ldap_bind(3) to document ber_bvfree in ldap_sasl_bind (ITS#9976)
		Fixed slapo-asyncmeta(5) to clarify scheduling for target connections
                 (ITS#9941)
		Fixed slapo-dynlist(5) to clarify configuration settings (ITS#9957)
		Fixed slapo-unique(5) to clarify when quoting should be used (ITS#9915)
	Minor cleanup
		ITS#9935
		ITS#9336
		ITS#9337
		ITS#9985
    2.6.3 Release (2022/07/14)
	Fixed libldap to check for NULL ld (ITS#9157)
	Fixed libldap memory leaks (ITS#9876)
	Fixed lloadd to correctly tag Notice of Disconnection (ITS#9856)
	Fixed slapd kqueue support (ITS#9847)
	Fixed slapd delta-sync DN leak on ADD ops (ITS#9866)
	Fixed slapd replication with back-glue (ITS#9868)
	Fixed slapd lastbind replication with chaining (ITS#9863)
	Fixed slapd-ldap to correctly set authzid (ITS#9863)
	Fixed slapd-mdb to check for stale readers on MDB_READERS_FULL (ITS#7165)
	Fixed slapd-mdb indexer task with replicated config (ITS#9858)
	Fixed slapo-accesslog onetime memory leak (ITS#9864)
	Fixed slapo-ppolicy interaction with slapo-rwm (ITS#9871)
	Fixed slapo-rwm to handle escaping special characters (ITS#9817)
	Fixed slapo-syncprov memory leaks (ITS#9867)
	Fixed slapo-syncprov fallback in delta-sync mode (ITS#9823)
	Fixed slapo-unique to not release NULL entry (ITS#8245)
	Build Environment
		Added slapd-watcher -c contextDN option (ITS#9865)
		Fixed librewrite declaration of calloc (ITS#9841)
		Fixed parallel builds (ITS#9840)
		Fixed test020 to skip back-wt (ITS#9859)
		Fixed slapd-watcher SID handling with single URI (ITS#9850)
		Fixed test043 with workaround for ITS#9878
	Contrib
		Added slapo-emptyds contrib module (ITS#8882)
		Added slapo-ciboolean contrib module (ITS#9855)
		Fixed slapo-autogroup backwards compat (ITS#9020)
		Update ppm module to the 2.2 release (ITS#9846)
	Documentation
		Fixed ldap_get_option(3) to clarify ldap_get/set_option restrictions
                 (ITS#9824)
		Fixed slapd-ldap(5),slapd-meta(5) missing bold tag on authz parameter
                 (ITS#9872)
    2.6.2 Release (2022/05/04)
	Added libldap support for OpenSSL 3.0 (ITS#9436)
	Added slapd support for OpenSSL 3.0 (ITS#9436)
	Fixed ldapdelete to prune LDAP subentries (ITS#9737)
	Fixed libldap to drop connection when non-LDAP data is received (ITS#9803)
	Fixed libldap to allow newlines at end of included file (ITS#9811)
	Fixed slapd slaptest conversion of olcLastBind (ITS#9808)
	Fixed slapd to correctly init global_host earlier (ITS#9787)
	Fixed slapd bconfig locking for cn=config replication (ITS#9584)
	Fixed slapd usage of thread local counters (ITS#9789)
	Fixed slapd to clear runqueue task correctly (ITS#9785)
	Fixed slapd idletimeout handling (ITS#9820)
	Fixed slapd syncrepl handling of new sessions (ITS#9584)
	Fixed slapd to clear connections on bind (ITS#9799)
	Fixed slapd to correctly advance connections index (ITS#9831)
	Fixed slapd syncrepl ODSEE replication of unknown attr (ITS#9801)
	Fixed slapd-asyncmeta memory leak in keepalive setting (ITS#9802)
	Fixed slapd-ldap memory leak in keepalive setting (ITS#9802)
	Fixed slapd-meta SEGV on config rewrite (ITS#9802)
	Fixed slapd-meta ordering on config rewrite (ITS#9802)
	Fixed slapd-meta memory leak in keepalive setting (ITS#9802)
	Fixed slapd-monitor SEGV on shutdown (ITS#9809)
	Fixed slapd-monitor crash when hitting sizelimit (ITS#9832)
	Fixed slapd-sql to properly escape filter value (ITS#9815)
	Added slapo-autoca support for OpenSSL 3.0 (ITS#9436)
	Added slapo-otp support for OpenSSL 3.0 (ITS#9436)
	Fixed slapo-dynlist dynamic group regression (ITS#9825)
	Fixed slapo-pcache SEGV on shutdown (ITS#9809)
	Fixed slapo-ppolicy operation handling to be consistent (ITS#9794)
	Fixed slapo-translucent to correctly duplicate substring filters (ITS#9818)
	Build Environment
		Add ability to override default compile time paths (ITS#9675)
		Fix compilation with certain versions of gcc (ITS#9790)
		Fix compilation with openssl exclusions (ITS#9791)
		Fix warnings from make jobserver (ITS#9788)
	Contrib
		Update ppm module to the 2.1 release (ITS#9814)
	Documentation
		admin26 Document new lloadd features (ITS#9780)
		Fixed slapd.conf(5)/slapd-config(5) syncrepl sizelimit/timelimit
                 documentation (ITS#9804)
		Fixed slapd-sock(5) to clarify "sockresps result" behavior (ITS#8255)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2023-08-07 09:19:13 +00:00
..
2023-04-18 21:16:10 +00:00
2022-04-02 14:19:25 +00:00
2023-04-18 21:16:24 +00:00
2022-04-02 14:19:25 +00:00
2023-04-24 18:38:55 +00:00
2023-04-24 18:59:23 +00:00
2023-04-18 21:17:23 +00:00
2023-04-18 21:18:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-04-18 21:19:49 +00:00
2023-04-18 21:20:11 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-05-08 06:55:58 +00:00
2023-02-10 09:27:45 +00:00
2023-04-18 21:21:27 +00:00
2022-04-02 14:19:25 +00:00
2023-02-10 09:28:01 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-01-26 23:19:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-02-10 09:26:37 +00:00
2022-04-02 14:19:25 +00:00
2022-04-06 17:11:47 +00:00
2023-01-26 23:17:12 +00:00
2022-09-11 08:36:17 +00:00
2023-03-05 14:15:52 +00:00
2022-12-17 17:20:46 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-07-27 09:49:36 +00:00
2023-07-31 09:19:10 +00:00
2022-04-05 05:54:38 +00:00
2022-11-28 13:04:55 +01:00
2022-04-02 14:19:25 +00:00
2022-10-10 18:39:31 +00:00
2023-06-15 09:26:56 +00:00
2023-06-15 09:28:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-07-26 16:08:59 +00:00
2023-06-15 09:28:42 +00:00
2023-03-04 14:02:05 +00:00
2023-04-18 21:06:57 +00:00
2023-03-05 15:00:03 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:34:37 +00:00
2022-04-02 14:19:25 +00:00
2022-11-08 11:11:57 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-05-03 07:54:11 +00:00
2023-01-09 18:37:09 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:44:15 +01:00
2022-04-02 14:19:25 +00:00
2023-04-24 18:51:12 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-08-02 09:18:34 +00:00
2022-09-01 21:16:50 +00:00
2023-06-15 09:37:19 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-06-25 20:53:42 +00:00
2022-04-24 14:07:44 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-06-15 09:28:59 +00:00
2023-06-24 06:34:18 +00:00
2022-04-02 14:19:25 +00:00
2023-06-24 06:34:18 +00:00
2022-04-02 14:19:25 +00:00
2023-08-02 09:17:48 +00:00
2023-07-24 14:27:12 +00:00
2023-07-26 16:09:00 +00:00
2023-07-31 09:23:21 +00:00
2023-02-10 09:40:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:10:57 +00:00
2023-06-25 13:49:34 +00:00
2022-04-02 14:19:25 +00:00
2022-07-09 09:08:11 +00:00
2023-06-15 09:30:34 +00:00
2023-07-31 09:23:03 +00:00
2022-07-09 09:08:22 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:08:59 +00:00
2023-01-18 23:30:15 +00:00
2022-04-02 14:19:25 +00:00
2023-07-26 16:09:00 +00:00
2023-03-04 13:53:43 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-07-11 13:04:01 +00:00
2023-01-18 23:28:52 +00:00
2022-04-02 14:19:25 +00:00
2023-01-26 22:50:22 +00:00
2023-05-18 09:43:22 +00:00
2023-04-24 18:41:52 +00:00
2022-04-02 14:19:25 +00:00
2023-01-05 10:48:21 +00:00
2023-07-01 19:13:18 +00:00
2023-01-05 10:47:40 +00:00
2023-01-18 23:23:06 +00:00
2022-04-02 14:19:25 +00:00
2023-01-05 10:47:09 +00:00
2022-04-24 19:02:42 +00:00
2023-01-05 10:46:36 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-12-31 10:56:10 +00:00
2023-01-05 10:40:58 +00:00
2022-09-11 08:35:18 +00:00
2023-01-09 18:36:05 +00:00
2022-07-29 17:04:28 +00:00
2023-01-09 18:35:20 +00:00
2022-12-26 08:49:47 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 19:45:26 +00:00
2023-01-09 18:34:42 +00:00
2023-06-15 09:31:04 +00:00
2022-04-30 08:56:30 +00:00
2023-07-31 09:19:33 +00:00
2022-11-21 11:01:16 +00:00
2023-06-15 09:35:38 +00:00
2022-04-30 08:54:59 +00:00
2022-12-29 11:22:22 +00:00
2022-12-26 08:30:22 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:26:45 +00:00
2022-12-27 16:26:15 +00:00
2023-04-24 18:53:16 +00:00
2022-12-17 17:20:45 +00:00
2023-06-16 15:56:53 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:25:42 +00:00
2022-12-27 16:25:02 +00:00
2022-12-27 16:24:23 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 10:18:40 +00:00
2022-12-27 16:34:44 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-05-03 07:28:37 +00:00
2022-08-10 10:44:31 +00:00
2022-11-25 11:57:30 +00:00
2022-12-17 17:20:45 +00:00
2022-10-03 21:58:25 +00:00
2022-04-02 14:19:25 +00:00
2022-08-10 10:44:31 +00:00
2022-12-26 08:46:30 +00:00
2022-12-27 16:30:54 +00:00
2022-11-28 13:09:53 +01:00
2023-01-18 23:18:34 +00:00
2023-02-10 09:27:02 +00:00
2023-01-26 23:11:22 +00:00
2023-03-05 15:13:24 +00:00
2022-12-26 08:36:06 +00:00
2022-11-21 11:02:10 +00:00
2022-05-30 19:45:10 +00:00
2023-07-26 16:08:59 +00:00
2023-07-26 16:08:59 +00:00
2022-12-26 08:40:14 +00:00
2022-04-02 14:19:25 +00:00
2022-12-26 08:40:51 +00:00
2023-07-28 16:34:59 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:14:12 +00:00
2022-12-27 16:31:49 +00:00
2023-03-05 14:53:06 +00:00
2022-04-02 14:19:25 +00:00
2023-03-04 13:53:59 +00:00
2023-02-10 09:26:37 +00:00
2022-04-02 14:19:25 +00:00
2022-06-13 20:46:58 +00:00
2023-01-26 23:17:50 +00:00
2022-05-30 19:20:19 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:14:51 +00:00
2023-06-15 09:31:29 +00:00
2022-05-01 08:43:14 +00:00
2023-01-19 21:35:10 +00:00
2022-04-29 19:39:42 +00:00
2022-04-02 14:19:25 +00:00
2023-07-09 15:04:42 +00:00
2023-07-26 16:08:59 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:37:33 +00:00
2022-04-02 14:19:25 +00:00
2023-03-05 15:03:27 +00:00
2022-04-02 14:19:25 +00:00
2022-05-02 20:22:22 +00:00
2023-08-02 09:18:34 +00:00
2022-09-01 21:16:50 +00:00
2023-07-31 09:20:09 +00:00
2022-04-29 18:58:17 +00:00
2023-01-26 23:17:27 +00:00
2022-04-29 19:37:10 +00:00
2023-07-26 16:09:00 +00:00
2022-04-29 18:56:17 +00:00
2023-01-04 21:35:28 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:36:10 +00:00
2023-04-18 21:09:58 +00:00
2023-06-15 09:38:19 +00:00
2023-07-26 16:08:59 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-07-01 19:08:20 +00:00
2023-07-26 16:09:00 +00:00
2023-07-26 16:09:00 +00:00
2023-08-07 09:19:13 +00:00
2023-08-02 09:52:02 +00:00
2022-11-21 11:04:37 +00:00
2023-05-03 07:52:11 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:36:39 +00:00
2023-03-05 15:15:10 +00:00
2023-04-24 18:54:21 +00:00
2022-04-02 14:19:25 +00:00
2023-06-22 21:28:05 +00:00
2022-04-02 14:19:25 +00:00
2022-12-27 16:31:06 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-10 10:05:27 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:22:31 +00:00
2023-01-26 23:19:16 +00:00
2022-04-02 14:19:25 +00:00
2023-07-31 09:27:27 +00:00
2023-03-11 16:20:29 +00:00
2022-04-02 14:19:25 +00:00
2023-06-25 21:01:09 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-12-26 08:56:24 +00:00
2022-11-10 15:13:51 +00:00
2022-11-25 11:58:58 +00:00
2023-03-11 16:21:42 +00:00
2023-03-05 14:15:52 +00:00
2023-07-31 13:47:31 +00:00
2022-08-02 06:47:20 +00:00
2022-04-02 14:19:25 +00:00
2023-05-18 11:24:29 +00:00
2023-07-21 09:34:12 +00:00
2023-07-21 09:34:12 +00:00
2023-03-04 13:54:40 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-07-26 13:15:52 +00:00
2022-07-09 14:58:58 +00:00
2023-07-26 16:08:59 +00:00
2022-11-21 11:05:13 +00:00
2023-01-26 22:48:51 +00:00
2023-04-18 21:15:28 +00:00
2022-04-04 20:17:05 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:32:41 +00:00
2023-07-09 15:10:12 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-02-10 09:26:37 +00:00
2023-02-10 09:26:37 +00:00
2023-06-15 09:38:26 +00:00
2023-06-15 09:38:39 +00:00
2023-06-25 20:58:17 +00:00
2023-06-15 09:38:46 +00:00
2023-07-21 09:32:17 +00:00
2023-06-16 15:56:53 +00:00
2022-11-23 12:25:36 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:42:35 +01:00
2022-04-02 14:19:25 +00:00
2023-08-07 09:17:38 +00:00
2022-04-02 14:19:25 +00:00
2023-05-03 07:28:22 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:33:11 +00:00
2023-06-15 09:38:56 +00:00
2022-04-02 14:19:25 +00:00
2023-04-18 21:08:07 +00:00
2023-05-02 19:33:28 +00:00
2023-08-02 09:11:40 +00:00
2023-04-24 18:46:36 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 11:05:44 +00:00
2023-01-05 10:40:59 +00:00
2022-04-02 14:19:25 +00:00
2022-07-11 13:04:05 +00:00
2022-04-02 14:19:25 +00:00
2022-11-08 14:39:26 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:39:10 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2023-06-15 09:33:33 +00:00
2022-04-02 14:19:25 +00:00
2023-07-31 09:20:49 +00:00
2022-04-02 14:19:25 +00:00
2023-01-26 23:18:47 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-08 11:10:59 +00:00
2023-05-03 07:52:26 +00:00