Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rpi-libcamera:20230303
@ 2023-03-03 20:24 strec007
  2023-03-03 22:10 ` strec007
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: strec007 @ 2023-03-03 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_rpi-libcamera
https://github.com/void-linux/void-packages/pull/42574

New package: rpi-libcamera:20230303
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- 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 these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
 



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_rpi-libcamera-42574.patch --]
[-- Type: text/x-diff, Size: 1745 bytes --]

From 88765b7a2bf2f5b84c93a0fe237fedf4a1e12852 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Fri, 3 Mar 2023 12:44:45 +0000
Subject: [PATCH] New package: rpi-libcamera:20230303

---
 srcpkgs/rpi-libcamera-devel    |  1 +
 srcpkgs/rpi-libcamera/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/rpi-libcamera-devel
 create mode 100644 srcpkgs/rpi-libcamera/template

diff --git a/srcpkgs/rpi-libcamera-devel b/srcpkgs/rpi-libcamera-devel
new file mode 120000
index 000000000000..db165d6c689c
--- /dev/null
+++ b/srcpkgs/rpi-libcamera-devel
@@ -0,0 +1 @@
+rpi-libcamera
\ No newline at end of file
diff --git a/srcpkgs/rpi-libcamera/template b/srcpkgs/rpi-libcamera/template
new file mode 100644
index 000000000000..37eaa300f38e
--- /dev/null
+++ b/srcpkgs/rpi-libcamera/template
@@ -0,0 +1,27 @@
+# Template file for 'rpi-libcamera'
+_githash="923f5d707bb760bd3e724b3373568fa88c68454f"
+
+pkgname=rpi-libcamera
+version=20230303
+revision=1
+archs="armv6l* armv7l* aarch64*"
+build_style=meson
+hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2 libcrypto1.1"
+makedepends="libyaml-devel gnutls-devel"
+short_desc="Raspberry Pi's clone of libcamera"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/raspberrypi/libcamera"
+distfiles="https://github.com/raspberrypi/libcamera/archive/${_githash}.tar.gz"
+checksum="ce3047b491308cf8027faf9ee3538d9d53e3b62e18ce39f282d6f84789ed57c5"
+
+
+rpi-libcamera-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
@ 2023-03-03 22:10 ` strec007
  2023-03-03 22:13 ` [PR PATCH] [Updated] " strec007
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-03 22:10 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/42574#issuecomment-1454192568

Comment:
armv6l does not link. Filed an issue with the author.

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

* Re: [PR PATCH] [Updated] New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
  2023-03-03 22:10 ` strec007
@ 2023-03-03 22:13 ` strec007
  2023-03-04  5:32 ` classabbyamp
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-03 22:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by strec007 against master on the void-packages repository

https://github.com/strec007/void-packages _pc_rpi-libcamera
https://github.com/void-linux/void-packages/pull/42574

New package: rpi-libcamera:20230303
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- 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 these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
 



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_rpi-libcamera-42574.patch --]
[-- Type: text/x-diff, Size: 2224 bytes --]

From cc331154fd54981035b97407a0ac9e74f2f19cb0 Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Fri, 3 Mar 2023 12:44:45 +0000
Subject: [PATCH] New package: rpi-libcamera:20230303

---
 common/shlibs                  |  2 ++
 srcpkgs/rpi-libcamera-devel    |  1 +
 srcpkgs/rpi-libcamera/template | 27 +++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/rpi-libcamera-devel
 create mode 100644 srcpkgs/rpi-libcamera/template

diff --git a/common/shlibs b/common/shlibs
index 0f9c75af44bc..7c4f4d5c071f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4238,3 +4238,5 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libcamera.so.0.0.4 rpi-libcamera-230303_1
+libcamera-base.so.0.0.4 rpi-libcamera-230303_1
diff --git a/srcpkgs/rpi-libcamera-devel b/srcpkgs/rpi-libcamera-devel
new file mode 120000
index 000000000000..db165d6c689c
--- /dev/null
+++ b/srcpkgs/rpi-libcamera-devel
@@ -0,0 +1 @@
+rpi-libcamera
\ No newline at end of file
diff --git a/srcpkgs/rpi-libcamera/template b/srcpkgs/rpi-libcamera/template
new file mode 100644
index 000000000000..37eaa300f38e
--- /dev/null
+++ b/srcpkgs/rpi-libcamera/template
@@ -0,0 +1,27 @@
+# Template file for 'rpi-libcamera'
+_githash="923f5d707bb760bd3e724b3373568fa88c68454f"
+
+pkgname=rpi-libcamera
+version=20230303
+revision=1
+archs="armv6l* armv7l* aarch64*"
+build_style=meson
+hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2 libcrypto1.1"
+makedepends="libyaml-devel gnutls-devel"
+short_desc="Raspberry Pi's clone of libcamera"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/raspberrypi/libcamera"
+distfiles="https://github.com/raspberrypi/libcamera/archive/${_githash}.tar.gz"
+checksum="ce3047b491308cf8027faf9ee3538d9d53e3b62e18ce39f282d6f84789ed57c5"
+
+
+rpi-libcamera-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
  2023-03-03 22:10 ` strec007
  2023-03-03 22:13 ` [PR PATCH] [Updated] " strec007
@ 2023-03-04  5:32 ` classabbyamp
  2023-03-04  9:45 ` [PR PATCH] [Updated] " strec007
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-03-04  5:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42574#issuecomment-1454476679

Comment:
that's fixable, `grep NO_ATOMIC srcpkgs/` to see how to fix it

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

* Re: [PR PATCH] [Updated] New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
                   ` (2 preceding siblings ...)
  2023-03-04  5:32 ` classabbyamp
@ 2023-03-04  9:45 ` strec007
  2023-03-04  9:46 ` strec007
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-04  9:45 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by strec007 against master on the void-packages repository

https://github.com/strec007/void-packages _pc_rpi-libcamera
https://github.com/void-linux/void-packages/pull/42574

New package: rpi-libcamera:20230303
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- 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 these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
 



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_rpi-libcamera-42574.patch --]
[-- Type: text/x-diff, Size: 2312 bytes --]

From 406384720318ddb3bb8f0e0b1e2f8b13db4c12dd Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Fri, 3 Mar 2023 12:44:45 +0000
Subject: [PATCH] New package: rpi-libcamera:20230303

---
 common/shlibs                  |  2 ++
 srcpkgs/rpi-libcamera-devel    |  1 +
 srcpkgs/rpi-libcamera/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/rpi-libcamera-devel
 create mode 100644 srcpkgs/rpi-libcamera/template

diff --git a/common/shlibs b/common/shlibs
index 0f9c75af44bc..7c4f4d5c071f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4238,3 +4238,5 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libcamera.so.0.0.4 rpi-libcamera-230303_1
+libcamera-base.so.0.0.4 rpi-libcamera-230303_1
diff --git a/srcpkgs/rpi-libcamera-devel b/srcpkgs/rpi-libcamera-devel
new file mode 120000
index 000000000000..db165d6c689c
--- /dev/null
+++ b/srcpkgs/rpi-libcamera-devel
@@ -0,0 +1 @@
+rpi-libcamera
\ No newline at end of file
diff --git a/srcpkgs/rpi-libcamera/template b/srcpkgs/rpi-libcamera/template
new file mode 100644
index 000000000000..620c0a43e87b
--- /dev/null
+++ b/srcpkgs/rpi-libcamera/template
@@ -0,0 +1,30 @@
+# Template file for 'rpi-libcamera'
+_githash="923f5d707bb760bd3e724b3373568fa88c68454f"
+
+pkgname=rpi-libcamera
+version=20230303
+revision=1
+archs="armv6l* armv7l* aarch64*"
+build_style=meson
+hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2 libcrypto1.1"
+makedepends="libyaml-devel gnutls-devel"
+short_desc="Raspberry Pi's clone of libcamera"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/raspberrypi/libcamera"
+distfiles="https://github.com/raspberrypi/libcamera/archive/${_githash}.tar.gz"
+checksum="ce3047b491308cf8027faf9ee3538d9d53e3b62e18ce39f282d6f84789ed57c5"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+        makedepends+=" libatomic-devel"
+fi
+
+rpi-libcamera-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
                   ` (3 preceding siblings ...)
  2023-03-04  9:45 ` [PR PATCH] [Updated] " strec007
@ 2023-03-04  9:46 ` strec007
  2023-03-04  9:47 ` strec007
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-04  9:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by strec007 against master on the void-packages repository

https://github.com/strec007/void-packages _pc_rpi-libcamera
https://github.com/void-linux/void-packages/pull/42574

New package: rpi-libcamera:20230303
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- 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 these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
 



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_rpi-libcamera-42574.patch --]
[-- Type: text/x-diff, Size: 2305 bytes --]

From 281dec0dafc8bdd04ffa9cad17bacf4d172c5b9e Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Fri, 3 Mar 2023 12:44:45 +0000
Subject: [PATCH] New package: rpi-libcamera:20230303

---
 common/shlibs                  |  2 ++
 srcpkgs/rpi-libcamera-devel    |  1 +
 srcpkgs/rpi-libcamera/template | 30 ++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/rpi-libcamera-devel
 create mode 100644 srcpkgs/rpi-libcamera/template

diff --git a/common/shlibs b/common/shlibs
index 0f9c75af44bc..7c4f4d5c071f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4238,3 +4238,5 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libcamera.so.0.0.4 rpi-libcamera-230303_1
+libcamera-base.so.0.0.4 rpi-libcamera-230303_1
diff --git a/srcpkgs/rpi-libcamera-devel b/srcpkgs/rpi-libcamera-devel
new file mode 120000
index 000000000000..db165d6c689c
--- /dev/null
+++ b/srcpkgs/rpi-libcamera-devel
@@ -0,0 +1 @@
+rpi-libcamera
\ No newline at end of file
diff --git a/srcpkgs/rpi-libcamera/template b/srcpkgs/rpi-libcamera/template
new file mode 100644
index 000000000000..a8a8ab280b7a
--- /dev/null
+++ b/srcpkgs/rpi-libcamera/template
@@ -0,0 +1,30 @@
+# Template file for 'rpi-libcamera'
+_githash="923f5d707bb760bd3e724b3373568fa88c68454f"
+
+pkgname=rpi-libcamera
+version=20230303
+revision=1
+archs="armv6l* armv7l* aarch64*"
+build_style=meson
+hostmakedepends="pkg-config python3-yaml python3-ply python3-Jinja2 libcrypto1.1"
+makedepends="libyaml-devel gnutls-devel"
+short_desc="Raspberry Pi's clone of libcamera"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="LGPL-2.1-or-later"
+homepage="https://github.com/raspberrypi/libcamera"
+distfiles="https://github.com/raspberrypi/libcamera/archive/${_githash}.tar.gz"
+checksum="ce3047b491308cf8027faf9ee3538d9d53e3b62e18ce39f282d6f84789ed57c5"
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+fi
+
+rpi-libcamera-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
                   ` (4 preceding siblings ...)
  2023-03-04  9:46 ` strec007
@ 2023-03-04  9:47 ` strec007
  2023-03-04 15:29 ` strec007
  2023-03-04 15:29 ` [PR PATCH] [Closed]: " strec007
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-04  9:47 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/42574#issuecomment-1454681515

Comment:
> that's fixable, `grep NO_ATOMIC srcpkgs/` to see how to fix it

Thank you for your helpful comment.

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

* Re: New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
                   ` (5 preceding siblings ...)
  2023-03-04  9:47 ` strec007
@ 2023-03-04 15:29 ` strec007
  2023-03-04 15:29 ` [PR PATCH] [Closed]: " strec007
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-04 15:29 UTC (permalink / raw)
  To: ml

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

New comment by strec007 on void-packages repository

https://github.com/void-linux/void-packages/pull/42574#issuecomment-1454777201

Comment:
Closing. Changes are represented in PR #42579.

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

* Re: [PR PATCH] [Closed]: New package: rpi-libcamera:20230303
  2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
                   ` (6 preceding siblings ...)
  2023-03-04 15:29 ` strec007
@ 2023-03-04 15:29 ` strec007
  7 siblings, 0 replies; 9+ messages in thread
From: strec007 @ 2023-03-04 15:29 UTC (permalink / raw)
  To: ml

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

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

New package: rpi-libcamera:20230303
https://github.com/void-linux/void-packages/pull/42574

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

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


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- 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 these architectures (if supported. mark crossbuilds):
  - aarch64
  - aarch64-musl
 



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

end of thread, other threads:[~2023-03-04 15:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 20:24 [PR PATCH] New package: rpi-libcamera:20230303 strec007
2023-03-03 22:10 ` strec007
2023-03-03 22:13 ` [PR PATCH] [Updated] " strec007
2023-03-04  5:32 ` classabbyamp
2023-03-04  9:45 ` [PR PATCH] [Updated] " strec007
2023-03-04  9:46 ` strec007
2023-03-04  9:47 ` strec007
2023-03-04 15:29 ` strec007
2023-03-04 15:29 ` [PR PATCH] [Closed]: " strec007

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).