Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] curl: update to 7.84.0.
@ 2022-07-03 23:58 mhmdanas
  2022-07-09 14:07 ` JamiKettunen
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-03 23:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1216 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages curl-7.84.0
https://github.com/void-linux/void-packages/pull/37823

curl: update to 7.84.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37823.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-curl-7.84.0-37823.patch --]
[-- Type: text/x-diff, Size: 1466 bytes --]

From 2e1115ffaf898f9bfac9987784f169fee5387251 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 4 Jul 2022 02:25:41 +0300
Subject: [PATCH] curl: update to 7.84.0.

---
 srcpkgs/curl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template
index 00cbfd709875..d3f82e6be43f 100644
--- a/srcpkgs/curl/template
+++ b/srcpkgs/curl/template
@@ -1,10 +1,10 @@
 # Template file for 'curl'
 pkgname=curl
-version=7.83.1
+version=7.84.0
 revision=1
 build_style=gnu-configure
 configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
- $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
+ $(vopt_with rtmp librtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
  $(vopt_enable ldap ldaps) $(vopt_with ssh libssh2) $(vopt_with ssl) $(vopt_with zstd)
  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --without-libidn2
  ac_cv_path_NROFF=/usr/bin/mandoc"
@@ -24,7 +24,7 @@ license="MIT"
 homepage="https://curl.haxx.se"
 changelog="https://curl.haxx.se/changes.html#${version//./_}"
 distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
-checksum=f539a36fb44a8260ec5d977e4e0dbdd2eee29ed90fcedaa9bc3c9f78a113bff0
+checksum=702fb26e73190a3bd77071aa146f507b9817cc4dfce218d2ab87f00cd3bc059d
 build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
 build_options_default="ssh ssl zstd"
 vopt_conflict ssl gnutls

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-03 23:58 [PR PATCH] curl: update to 7.84.0 mhmdanas
@ 2022-07-09 14:07 ` JamiKettunen
  2022-07-09 14:08 ` JamiKettunen
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 20+ messages in thread
From: JamiKettunen @ 2022-07-09 14:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/37823#issuecomment-1179550655

Comment:
Just as a heads-up: on Arch Linux this seems to have started causing `error: curl returned error 12 from transfer` errors seemingly randomly during e.g. package upgrades.

Fixing upstream commit: https://github.com/curl/curl/commit/52e822173aa3cd4f610531d32fbf943f026cdca6
Arch bugtracker: https://bugs.archlinux.org/task/75201 ([they started carrying the patch downstream which reportedly has fixed the issues](https://github.com/archlinux/svntogit-packages/commit/eb7f828fa4cafc73f6c4fb0d6ae78c5753958c2c))

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-03 23:58 [PR PATCH] curl: update to 7.84.0 mhmdanas
  2022-07-09 14:07 ` JamiKettunen
@ 2022-07-09 14:08 ` JamiKettunen
  2022-07-14  9:57 ` [PR PATCH] [Closed]: " mhmdanas
  2022-07-14  9:57 ` mhmdanas
  3 siblings, 0 replies; 20+ messages in thread
From: JamiKettunen @ 2022-07-09 14:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/37823#issuecomment-1179550655

Comment:
Just as a heads-up: on Arch Linux the upgrade to 7.84.0 seems to have started causing `error: curl returned error 12 from transfer` errors seemingly randomly during e.g. package upgrades.

Fixing upstream commit: https://github.com/curl/curl/commit/52e822173aa3cd4f610531d32fbf943f026cdca6
Arch bugtracker: https://bugs.archlinux.org/task/75201 ([they started carrying the patch downstream which reportedly has fixed the issues](https://github.com/archlinux/svntogit-packages/commit/eb7f828fa4cafc73f6c4fb0d6ae78c5753958c2c))

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-03 23:58 [PR PATCH] curl: update to 7.84.0 mhmdanas
                   ` (2 preceding siblings ...)
  2022-07-14  9:57 ` [PR PATCH] [Closed]: " mhmdanas
@ 2022-07-14  9:57 ` mhmdanas
  3 siblings, 0 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-14  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/37823#issuecomment-1184244216

Comment:
Closing in favor of #38039.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Closed]: curl: update to 7.84.0.
  2022-07-03 23:58 [PR PATCH] curl: update to 7.84.0 mhmdanas
  2022-07-09 14:07 ` JamiKettunen
  2022-07-09 14:08 ` JamiKettunen
@ 2022-07-14  9:57 ` mhmdanas
  2022-07-14  9:57 ` mhmdanas
  3 siblings, 0 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-14  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]

There's a closed pull request on the void-packages repository

curl: update to 7.84.0.
https://github.com/void-linux/void-packages/pull/37823

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
@ericonr

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (12 preceding siblings ...)
  2022-07-17 19:25 ` ericonr
@ 2022-07-17 19:43 ` ericonr
  13 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2022-07-17 19:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 428 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1186595875

Comment:
The test is broken on i686 because they are trying to create too many threads. I figured that might be it, but testing locally confirmed it. I'm reporting this bug upstream and merging as is.

https://github.com/void-linux/void-packages/commit/af67bfc9d1db123f1d9c0dc8ff78f84b209c2be1

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (11 preceding siblings ...)
  2022-07-17 19:24 ` ericonr
@ 2022-07-17 19:25 ` ericonr
  2022-07-17 19:43 ` ericonr
  13 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2022-07-17 19:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1186593436

Comment:
There was an issue for arm builds as well, though that's been fixed in my original update commit.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (10 preceding siblings ...)
  2022-07-17 19:05 ` ericonr
@ 2022-07-17 19:24 ` ericonr
  2022-07-17 19:25 ` ericonr
  2022-07-17 19:43 ` ericonr
  13 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2022-07-17 19:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 298 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1186593379

Comment:
The issue with the i686 build isn't that patch you linked; we should be building a threadsafe version of the library and it shouldn't need that flag either.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (9 preceding siblings ...)
  2022-07-14 14:57 ` JamiKettunen
@ 2022-07-17 19:05 ` ericonr
  2022-07-17 19:24 ` ericonr
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2022-07-17 19:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1186590517

Comment:
Apologies, I missed this PR and the surrounding discussion. Will import patches all in one go.

>  libcurl-7.84.0_1 in transaction breaks installed pkg 'chroot-curl-7.83.1_1' errors then, it looks like previous upgrades worked fine without any additional changes compared to this PR

This is caused by a funky behavior in how we define shlib dependencies for subpackages, I need to PR a fix for it.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (8 preceding siblings ...)
  2022-07-14 12:51 ` MouadCharradi
@ 2022-07-14 14:57 ` JamiKettunen
  2022-07-17 19:05 ` ericonr
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: JamiKettunen @ 2022-07-14 14:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184343244

Comment:
- ~~Might as well also bring over the `--with-librtmp` fix [from the other upgrade PR](https://github.com/void-linux/void-packages/pull/37823/files#diff-21f6fba8aff08b5310a01f29fc9a03295cb7c5fa0ad5474cf7e1c38b482baac6R7) that's now closed, that is [the correct flag as per upstream configure.ac](https://github.com/curl/curl/blob/curl-7_84_0/configure.ac#L2215-L2218).~~
- ~~Please also update `chroot-curl` so that `armv6l-musl`, `armv7l` and `aarch64*` pass CI.~~
- `i686` test failure should also perhaps be looked into.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (7 preceding siblings ...)
  2022-07-14 12:04 ` mhmdanas
@ 2022-07-14 12:51 ` MouadCharradi
  2022-07-14 14:57 ` JamiKettunen
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: MouadCharradi @ 2022-07-14 12:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 494 bytes --]

New comment by MouadCharradi on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184410852

Comment:
Regarding the i686 error, I feel like it could be related to [this](https://github.com/curl/curl/issues/9141) problem. A fix has already been submitted, [this patch](https://github.com/curl/curl/pull/9142/commits/8629d5eb19f033be579cb6411461b92896afda86). I'll try it and see if it works, while we find another solution for the arm architectures.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (6 preceding siblings ...)
  2022-07-14 12:02 ` JamiKettunen
@ 2022-07-14 12:04 ` mhmdanas
  2022-07-14 12:51 ` MouadCharradi
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-14 12:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184365898

Comment:
Yeah, I noticed that in my previous PR, it's quite strange.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (5 preceding siblings ...)
  2022-07-14 11:58 ` JamiKettunen
@ 2022-07-14 12:02 ` JamiKettunen
  2022-07-14 12:04 ` mhmdanas
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: JamiKettunen @ 2022-07-14 12:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 623 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184363920

Comment:
> @JamiKettunen `chroot-curl` is a subpackage of `curl`, which means that it's actually already upgraded in this PR.

Ah, indeed. I've previously only seen `chroot-*` packages being separate packages with minimal build-time dependencies for bootstrap purposes; not sure what's up with the `libcurl-7.84.0_1 in transaction breaks installed pkg 'chroot-curl-7.83.1_1'` errors then, it looks like previous upgrades worked fine without any additional changes compared to this PR

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (4 preceding siblings ...)
  2022-07-14 11:49 ` mhmdanas
@ 2022-07-14 11:58 ` JamiKettunen
  2022-07-14 12:02 ` JamiKettunen
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: JamiKettunen @ 2022-07-14 11:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 668 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184343244

Comment:
- Might as well also bring over the `--with-librtmp` fix [from the other upgrade PR](https://github.com/void-linux/void-packages/pull/37823/files#diff-21f6fba8aff08b5310a01f29fc9a03295cb7c5fa0ad5474cf7e1c38b482baac6R7) that's now closed, that is [the correct flag as per upstream configure.ac](https://github.com/curl/curl/blob/curl-7_84_0/configure.ac#L2215-L2218).
- ~~Please also update `chroot-curl` so that `armv6l-musl`, `armv7l` and `aarch64*` pass CI.~~
- `i686` test failure should also perhaps be looked into.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (3 preceding siblings ...)
  2022-07-14 11:48 ` mhmdanas
@ 2022-07-14 11:49 ` mhmdanas
  2022-07-14 11:58 ` JamiKettunen
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-14 11:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184351703

Comment:
> Please also update chroot-curl so that armv6l-musl, armv7l and aarch64* pass CI.

@JamiKettunen `chroot-curl` is a subpackage of `curl`, which means that it's actually already upgraded in this PR.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
                   ` (2 preceding siblings ...)
  2022-07-14 11:39 ` JamiKettunen
@ 2022-07-14 11:48 ` mhmdanas
  2022-07-14 11:49 ` mhmdanas
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-14 11:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 361 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184351703

Comment:
> Please also update chroot-curl so that armv6l-musl, armv7l and aarch64* pass CI.

@JamiKettunen `srcpkgs/chroot-curl` is just a symlink to `srcpkgs/curl`, which means that it's actually already upgraded in this PR.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
  2022-07-13 15:09 ` biopsin
  2022-07-14  9:57 ` mhmdanas
@ 2022-07-14 11:39 ` JamiKettunen
  2022-07-14 11:48 ` mhmdanas
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: JamiKettunen @ 2022-07-14 11:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184343244

Comment:
- Might as well also bring over the `--with-librtmp` fix [from the other upgrade PR](https://github.com/void-linux/void-packages/pull/37823/files#diff-21f6fba8aff08b5310a01f29fc9a03295cb7c5fa0ad5474cf7e1c38b482baac6R7) that's now closed, that is [the correct flag as per upstream configure.ac](https://github.com/curl/curl/blob/curl-7_84_0/configure.ac#L2215-L2218).
- Please also update `chroot-curl` so that `armv6l-musl`, `armv7l` and `aarch64*` pass CI.
- `i686` test failure should also perhaps be looked into.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
  2022-07-13 15:09 ` biopsin
@ 2022-07-14  9:57 ` mhmdanas
  2022-07-14 11:39 ` JamiKettunen
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: mhmdanas @ 2022-07-14  9:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1184243756

Comment:
I haven't yet incorporated the patch in this PR into my PR, so I'll be closing my PR in favor of this one.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0.
  2022-07-13 14:21 [PR PATCH] " MouadCharradi
@ 2022-07-13 15:09 ` biopsin
  2022-07-14  9:57 ` mhmdanas
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 20+ messages in thread
From: biopsin @ 2022-07-13 15:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/38039#issuecomment-1183346546

Comment:
duplicate #37823 

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: curl: update to 7.84.0
  2022-07-06 10:35 [PR PATCH] " ishaanbhimwal
@ 2022-07-06 14:42 ` classabbyamp
  0 siblings, 0 replies; 20+ messages in thread
From: classabbyamp @ 2022-07-06 14:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37893#issuecomment-1176309209

Comment:
#37823

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-07-17 19:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-03 23:58 [PR PATCH] curl: update to 7.84.0 mhmdanas
2022-07-09 14:07 ` JamiKettunen
2022-07-09 14:08 ` JamiKettunen
2022-07-14  9:57 ` [PR PATCH] [Closed]: " mhmdanas
2022-07-14  9:57 ` mhmdanas
2022-07-06 10:35 [PR PATCH] " ishaanbhimwal
2022-07-06 14:42 ` classabbyamp
2022-07-13 14:21 [PR PATCH] " MouadCharradi
2022-07-13 15:09 ` biopsin
2022-07-14  9:57 ` mhmdanas
2022-07-14 11:39 ` JamiKettunen
2022-07-14 11:48 ` mhmdanas
2022-07-14 11:49 ` mhmdanas
2022-07-14 11:58 ` JamiKettunen
2022-07-14 12:02 ` JamiKettunen
2022-07-14 12:04 ` mhmdanas
2022-07-14 12:51 ` MouadCharradi
2022-07-14 14:57 ` JamiKettunen
2022-07-17 19:05 ` ericonr
2022-07-17 19:24 ` ericonr
2022-07-17 19:25 ` ericonr
2022-07-17 19:43 ` ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).