Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] [nomerge] geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
@ 2020-01-29 16:07 ` voidlinux-github
  2020-01-29 16:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-29 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages geckodriver
https://github.com/void-linux/void-packages/pull/16478

[nomerge] geckodriver: update to 0.26.0


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

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

From 856e429cb727f19017d549272d4c1abde2e28869 Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Thu, 14 Nov 2019 19:59:28 +0100
Subject: [PATCH] geckodriver: update to 0.26.0

Sources are no longer on github, use hg.mozilla.org instead.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1606297 for context.
---
 srcpkgs/geckodriver/template | 25 ++++++++++++++++++++-----
 1 file changed, 20 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/geckodriver/template b/srcpkgs/geckodriver/template
index 34e4b9d996f..2d00b1c7cc7 100644
--- a/srcpkgs/geckodriver/template
+++ b/srcpkgs/geckodriver/template
@@ -1,17 +1,32 @@
 # Template file for 'geckodriver'
 pkgname=geckodriver
-version=0.25.0
+version=0.26.0
 revision=1
+_hg_commit="e9783a644016aa9b317887076618425586730d73"
+wrksrc=${pkgname}
 build_style=cargo
 short_desc="WebDriver for Firefox"
 maintainer="m3tav3rse <n6maa10816@tuta.io>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/geckodriver"
-distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
-checksum=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
+distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
+ https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
+checksum="c5854000621938de2aac0bdc853da62539e694adcba98b61851adcbb9ce54dd3
+ d84d6b84d4b37bb4fadda639026eca63dc61dd289bbeb3961eef1257be49266b
+ a838ae82753aaed38eff52bd2076e47a418858be39c7dc5d833070c6ee2f7beb
+ 107aaf145d4840a389c2d4586660e95e3fa336a42bb9f94524f9a72c89c21d09"
+skip_extraction="Cargo.lock"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/mozilla-central-${_hg_commit}/testing/* ${XBPS_BUILDDIR}/
+	rm -r ${XBPS_BUILDDIR}/mozilla-central-${_hg_commit}
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${wrksrc}
+}
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)
-		broken="there is no firefox for armv6"
-		;;
+	broken="there is no firefox for armv6"
+	;;
 esac

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

* Re: [PR PATCH] [Updated] geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
  2020-01-29 16:07 ` [PR PATCH] [Updated] [nomerge] geckodriver: update to 0.26.0 voidlinux-github
@ 2020-01-29 16:09 ` voidlinux-github
  2020-01-30 12:35 ` voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-29 16:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages geckodriver
https://github.com/void-linux/void-packages/pull/16478

geckodriver: update to 0.26.0


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

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

From 27e5164550791b39f99a71ef2898c07f7f6a5f2e Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Thu, 14 Nov 2019 19:59:28 +0100
Subject: [PATCH] geckodriver: update to 0.26.0

Sources are no longer on github, use hg.mozilla.org instead.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1606297 for context.
---
 srcpkgs/geckodriver/template | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/geckodriver/template b/srcpkgs/geckodriver/template
index 34e4b9d996f..9ec4a844cd2 100644
--- a/srcpkgs/geckodriver/template
+++ b/srcpkgs/geckodriver/template
@@ -1,14 +1,29 @@
 # Template file for 'geckodriver'
 pkgname=geckodriver
-version=0.25.0
+version=0.26.0
 revision=1
+_hg_commit="e9783a644016aa9b317887076618425586730d73"
+wrksrc=${pkgname}
 build_style=cargo
 short_desc="WebDriver for Firefox"
 maintainer="m3tav3rse <n6maa10816@tuta.io>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/geckodriver"
-distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
-checksum=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
+distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
+ https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
+checksum="c5854000621938de2aac0bdc853da62539e694adcba98b61851adcbb9ce54dd3
+ d84d6b84d4b37bb4fadda639026eca63dc61dd289bbeb3961eef1257be49266b
+ a838ae82753aaed38eff52bd2076e47a418858be39c7dc5d833070c6ee2f7beb
+ 107aaf145d4840a389c2d4586660e95e3fa336a42bb9f94524f9a72c89c21d09"
+skip_extraction="Cargo.lock"
+
+post_extract() {
+	mv ${XBPS_BUILDDIR}/mozilla-central-${_hg_commit}/testing/* ${XBPS_BUILDDIR}/
+	rm -r ${XBPS_BUILDDIR}/mozilla-central-${_hg_commit}
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${wrksrc}
+}
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)

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

* Re: [PR PATCH] [Updated] geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
  2020-01-29 16:07 ` [PR PATCH] [Updated] [nomerge] geckodriver: update to 0.26.0 voidlinux-github
  2020-01-29 16:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-30 12:35 ` voidlinux-github
  2020-04-09 20:13 ` m3tav3rse
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-30 12:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages geckodriver
https://github.com/void-linux/void-packages/pull/16478

geckodriver: update to 0.26.0


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

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

From 7cc62399430f1717ebe2129e4e509a9dd79d6538 Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Thu, 14 Nov 2019 19:59:28 +0100
Subject: [PATCH] geckodriver: update to 0.26.0

Sources are no longer on github, use hg.mozilla.org instead.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1606297 for context.
---
 srcpkgs/geckodriver/template | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/geckodriver/template b/srcpkgs/geckodriver/template
index 34e4b9d996f..22b9e64893c 100644
--- a/srcpkgs/geckodriver/template
+++ b/srcpkgs/geckodriver/template
@@ -1,14 +1,30 @@
 # Template file for 'geckodriver'
 pkgname=geckodriver
-version=0.25.0
+version=0.26.0
 revision=1
+_hg_commit="e9783a644016aa9b317887076618425586730d73"
+create_wrksrc=yes
+build_wrksrc=${pkgname}
 build_style=cargo
 short_desc="WebDriver for Firefox"
 maintainer="m3tav3rse <n6maa10816@tuta.io>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/geckodriver"
-distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
-checksum=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
+distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
+ https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
+checksum="c5854000621938de2aac0bdc853da62539e694adcba98b61851adcbb9ce54dd3
+ d84d6b84d4b37bb4fadda639026eca63dc61dd289bbeb3961eef1257be49266b
+ a838ae82753aaed38eff52bd2076e47a418858be39c7dc5d833070c6ee2f7beb
+ 107aaf145d4840a389c2d4586660e95e3fa336a42bb9f94524f9a72c89c21d09"
+skip_extraction="Cargo.lock"
+
+post_extract() {
+	mv ${wrksrc}/mozilla-central-${_hg_commit}/testing/* ${wrksrc}
+	rm -r ${wrksrc}/mozilla-central-${_hg_commit}
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${build_wrksrc}
+}
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)

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

* Re: [PR PATCH] [Updated] geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-01-30 12:35 ` voidlinux-github
@ 2020-04-09 20:13 ` m3tav3rse
  2020-05-19 14:11 ` Piraty
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: m3tav3rse @ 2020-04-09 20:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages geckodriver
https://github.com/void-linux/void-packages/pull/16478

geckodriver: update to 0.26.0


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

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

From b81a4510dc59f61722d4871a734298b1a8ea863a Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Thu, 14 Nov 2019 19:59:28 +0100
Subject: [PATCH] geckodriver: update to 0.26.0

Sources are no longer on github, use hg.mozilla.org instead.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1606297 for context.
---
 srcpkgs/geckodriver/template | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/geckodriver/template b/srcpkgs/geckodriver/template
index 34e4b9d996f..22b9e64893c 100644
--- a/srcpkgs/geckodriver/template
+++ b/srcpkgs/geckodriver/template
@@ -1,14 +1,30 @@
 # Template file for 'geckodriver'
 pkgname=geckodriver
-version=0.25.0
+version=0.26.0
 revision=1
+_hg_commit="e9783a644016aa9b317887076618425586730d73"
+create_wrksrc=yes
+build_wrksrc=${pkgname}
 build_style=cargo
 short_desc="WebDriver for Firefox"
 maintainer="m3tav3rse <n6maa10816@tuta.io>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/geckodriver"
-distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
-checksum=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
+distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
+ https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
+checksum="c5854000621938de2aac0bdc853da62539e694adcba98b61851adcbb9ce54dd3
+ d84d6b84d4b37bb4fadda639026eca63dc61dd289bbeb3961eef1257be49266b
+ a838ae82753aaed38eff52bd2076e47a418858be39c7dc5d833070c6ee2f7beb
+ 107aaf145d4840a389c2d4586660e95e3fa336a42bb9f94524f9a72c89c21d09"
+skip_extraction="Cargo.lock"
+
+post_extract() {
+	mv ${wrksrc}/mozilla-central-${_hg_commit}/testing/* ${wrksrc}
+	rm -r ${wrksrc}/mozilla-central-${_hg_commit}
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${build_wrksrc}
+}
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)

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

* Re: geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-04-09 20:13 ` m3tav3rse
@ 2020-05-19 14:11 ` Piraty
  2020-05-19 22:57 ` m3tav3rse
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2020-05-19 14:11 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/16478#issuecomment-630845559

Comment:
Is it still required to fetch from hg?

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

* Re: geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-05-19 14:11 ` Piraty
@ 2020-05-19 22:57 ` m3tav3rse
  2020-05-20 11:56 ` [PR PATCH] [Updated] " m3tav3rse
  2020-05-20 14:47 ` [PR PATCH] [Merged]: " Piraty
  7 siblings, 0 replies; 8+ messages in thread
From: m3tav3rse @ 2020-05-19 22:57 UTC (permalink / raw)
  To: ml

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

New comment by m3tav3rse on void-packages repository

https://github.com/void-linux/void-packages/pull/16478#issuecomment-631130700

Comment:
Unfortunately yes.

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

* Re: [PR PATCH] [Updated] geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-05-19 22:57 ` m3tav3rse
@ 2020-05-20 11:56 ` m3tav3rse
  2020-05-20 14:47 ` [PR PATCH] [Merged]: " Piraty
  7 siblings, 0 replies; 8+ messages in thread
From: m3tav3rse @ 2020-05-20 11:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/m3tav3rse/void-packages geckodriver
https://github.com/void-linux/void-packages/pull/16478

geckodriver: update to 0.26.0


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

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

From b8beba16a2fffba42dd32c68a7ec2edf1b109ad0 Mon Sep 17 00:00:00 2001
From: m3tav3rse <n6maa10816@tuta.io>
Date: Thu, 14 Nov 2019 19:59:28 +0100
Subject: [PATCH] geckodriver: update to 0.26.0

Sources are no longer on github, use hg.mozilla.org instead.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1606297 for context.
---
 srcpkgs/geckodriver/template | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/geckodriver/template b/srcpkgs/geckodriver/template
index 34e4b9d996f..23d734ff0fc 100644
--- a/srcpkgs/geckodriver/template
+++ b/srcpkgs/geckodriver/template
@@ -1,17 +1,31 @@
 # Template file for 'geckodriver'
 pkgname=geckodriver
-version=0.25.0
+version=0.26.0
 revision=1
+_hg_commit="e9783a644016aa9b317887076618425586730d73"
+create_wrksrc=yes
+build_wrksrc=${pkgname}
 build_style=cargo
 short_desc="WebDriver for Firefox"
 maintainer="m3tav3rse <n6maa10816@tuta.io>"
 license="MPL-2.0"
 homepage="https://github.com/mozilla/geckodriver"
-distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
-checksum=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
+distfiles="https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/geckodriver/>geckodriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/webdriver/>webdriver.zip
+ https://hg.mozilla.org/mozilla-central/archive/${_hg_commit}.zip/testing/mozbase/rust/>mozbase-rust.zip
+ https://hg.mozilla.org/mozilla-central/raw-file/${_hg_commit}/Cargo.lock"
+checksum="c5854000621938de2aac0bdc853da62539e694adcba98b61851adcbb9ce54dd3
+ d84d6b84d4b37bb4fadda639026eca63dc61dd289bbeb3961eef1257be49266b
+ a838ae82753aaed38eff52bd2076e47a418858be39c7dc5d833070c6ee2f7beb
+ 107aaf145d4840a389c2d4586660e95e3fa336a42bb9f94524f9a72c89c21d09"
+skip_extraction="Cargo.lock"
+
+post_extract() {
+	mv ${wrksrc}/mozilla-central-${_hg_commit}/testing/* ${wrksrc}
+	rm -r ${wrksrc}/mozilla-central-${_hg_commit}
+	mv ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cargo.lock ${build_wrksrc}
+}
 
 case $XBPS_TARGET_MACHINE in
-	armv6*)
-		broken="there is no firefox for armv6"
-		;;
+	armv[56]*) broken="there is no firefox for armv5/6" ;;
 esac

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

* Re: [PR PATCH] [Merged]: geckodriver: update to 0.26.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2020-05-20 11:56 ` [PR PATCH] [Updated] " m3tav3rse
@ 2020-05-20 14:47 ` Piraty
  7 siblings, 0 replies; 8+ messages in thread
From: Piraty @ 2020-05-20 14:47 UTC (permalink / raw)
  To: ml

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

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

geckodriver: update to 0.26.0
https://github.com/void-linux/void-packages/pull/16478

Description:


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

end of thread, other threads:[~2020-05-20 14:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16478@inbox.vuxu.org>
2020-01-29 16:07 ` [PR PATCH] [Updated] [nomerge] geckodriver: update to 0.26.0 voidlinux-github
2020-01-29 16:09 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-30 12:35 ` voidlinux-github
2020-04-09 20:13 ` m3tav3rse
2020-05-19 14:11 ` Piraty
2020-05-19 22:57 ` m3tav3rse
2020-05-20 11:56 ` [PR PATCH] [Updated] " m3tav3rse
2020-05-20 14:47 ` [PR PATCH] [Merged]: " Piraty

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