Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] toxcore: update to 0.2.18.
@ 2022-09-28  0:01 Piraty
  2022-09-28  0:02 ` [PR PATCH] [Updated] " Piraty
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Piraty @ 2022-09-28  0:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages toxcore-0.2.18
https://github.com/void-linux/void-packages/pull/39499

toxcore: update to 0.2.18.
#### Testing the changes
- I tested the changes in this PR: **YES** (with qtox and toxic)



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

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

From fbc37e3271359be36eea496c62acf06537d2c969 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 28 Sep 2022 00:17:45 +0200
Subject: [PATCH] toxcore: update to 0.2.18.

---
 srcpkgs/toxcore/files/tox-bootstrapd/run |  4 ++++
 srcpkgs/toxcore/template                 | 24 ++++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100755 srcpkgs/toxcore/files/tox-bootstrapd/run

diff --git a/srcpkgs/toxcore/files/tox-bootstrapd/run b/srcpkgs/toxcore/files/tox-bootstrapd/run
new file mode 100755
index 000000000000..618775642ed1
--- /dev/null
+++ b/srcpkgs/toxcore/files/tox-bootstrapd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+exec tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}
diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template
index 863ef10268af..d43928dfa5ac 100644
--- a/srcpkgs/toxcore/template
+++ b/srcpkgs/toxcore/template
@@ -1,22 +1,34 @@
 # Template file for 'toxcore'
 pkgname=toxcore
-version=0.2.13
+version=0.2.18
 revision=1
 wrksrc="c-toxcore-${version}"
 build_style=cmake
-configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON"
+configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
+ -DBOOTSTRAP_DAEMON=ON"
 hostmakedepends="pkg-config"
 makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
 short_desc="Encrypted peer-to-peer instant messenger protocol library"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-3.0-or-later"
 homepage="https://tox.chat"
 changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
-distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
-checksum=67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8
+distfiles="https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz"
+checksum=f2940537998863593e28bc6a6b5f56f09675f6cd8a28326b7bc31b4836c08942
+
+conf_files="/etc/tox-bootstrapd.conf"
+system_accounts="_tox_bootstrapd"
+make_dirs="/var/lib/tox-bootstrapd 0700 _tox_bootstrapd _tox_bootstrapd"
+_tox_bootstrapd_homedir="/var/lib/tox-bootstrapd"
+_tox_bootstrapd_desc="Account to run Tox's DHT bootstrap daemon"
+
+if [ "${XBPS_CHECK_PKGS}" ]; then
+	configure_args+=" -DAUTOTEST=ON"
+fi
 
 post_install() {
-	vsconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vsv tox-bootstrapd
 }
 
 toxcore-devel_package() {

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

* Re: [PR PATCH] [Updated] toxcore: update to 0.2.18.
  2022-09-28  0:01 [PR PATCH] toxcore: update to 0.2.18 Piraty
@ 2022-09-28  0:02 ` Piraty
  2022-09-28  0:03 ` Piraty
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-09-28  0:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages toxcore-0.2.18
https://github.com/void-linux/void-packages/pull/39499

toxcore: update to 0.2.18.
#### Testing the changes
- I tested the changes in this PR: **YES** (with qtox and toxic)



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

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

From b7cf259c08398ccbf77cf04517787aae7b525c43 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 28 Sep 2022 00:17:45 +0200
Subject: [PATCH] toxcore: update to 0.2.18., add bootstrap service, adopt

---
 srcpkgs/toxcore/files/tox-bootstrapd/run |  4 ++++
 srcpkgs/toxcore/template                 | 24 ++++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100755 srcpkgs/toxcore/files/tox-bootstrapd/run

diff --git a/srcpkgs/toxcore/files/tox-bootstrapd/run b/srcpkgs/toxcore/files/tox-bootstrapd/run
new file mode 100755
index 000000000000..618775642ed1
--- /dev/null
+++ b/srcpkgs/toxcore/files/tox-bootstrapd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+exec tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}
diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template
index 863ef10268af..d43928dfa5ac 100644
--- a/srcpkgs/toxcore/template
+++ b/srcpkgs/toxcore/template
@@ -1,22 +1,34 @@
 # Template file for 'toxcore'
 pkgname=toxcore
-version=0.2.13
+version=0.2.18
 revision=1
 wrksrc="c-toxcore-${version}"
 build_style=cmake
-configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON"
+configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
+ -DBOOTSTRAP_DAEMON=ON"
 hostmakedepends="pkg-config"
 makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
 short_desc="Encrypted peer-to-peer instant messenger protocol library"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-3.0-or-later"
 homepage="https://tox.chat"
 changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
-distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
-checksum=67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8
+distfiles="https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz"
+checksum=f2940537998863593e28bc6a6b5f56f09675f6cd8a28326b7bc31b4836c08942
+
+conf_files="/etc/tox-bootstrapd.conf"
+system_accounts="_tox_bootstrapd"
+make_dirs="/var/lib/tox-bootstrapd 0700 _tox_bootstrapd _tox_bootstrapd"
+_tox_bootstrapd_homedir="/var/lib/tox-bootstrapd"
+_tox_bootstrapd_desc="Account to run Tox's DHT bootstrap daemon"
+
+if [ "${XBPS_CHECK_PKGS}" ]; then
+	configure_args+=" -DAUTOTEST=ON"
+fi
 
 post_install() {
-	vsconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vsv tox-bootstrapd
 }
 
 toxcore-devel_package() {

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

* Re: [PR PATCH] [Updated] toxcore: update to 0.2.18.
  2022-09-28  0:01 [PR PATCH] toxcore: update to 0.2.18 Piraty
  2022-09-28  0:02 ` [PR PATCH] [Updated] " Piraty
@ 2022-09-28  0:03 ` Piraty
  2022-09-30 21:52 ` Piraty
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-09-28  0:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages toxcore-0.2.18
https://github.com/void-linux/void-packages/pull/39499

toxcore: update to 0.2.18.
#### Testing the changes
- I tested the changes in this PR: **YES** (with qtox and toxic)



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

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

From 0aa4a25b2555d93f247f0fa874a4347fefa33327 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 28 Sep 2022 00:17:45 +0200
Subject: [PATCH] toxcore: update to 0.2.18., add bootstrap service, adopt

---
 srcpkgs/toxcore/files/tox-bootstrapd/run |  4 ++++
 srcpkgs/toxcore/template                 | 24 ++++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100755 srcpkgs/toxcore/files/tox-bootstrapd/run

diff --git a/srcpkgs/toxcore/files/tox-bootstrapd/run b/srcpkgs/toxcore/files/tox-bootstrapd/run
new file mode 100755
index 000000000000..e9acbdd6ee95
--- /dev/null
+++ b/srcpkgs/toxcore/files/tox-bootstrapd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+exec chpst -u _tox_bootstrapd tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}
diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template
index 863ef10268af..d43928dfa5ac 100644
--- a/srcpkgs/toxcore/template
+++ b/srcpkgs/toxcore/template
@@ -1,22 +1,34 @@
 # Template file for 'toxcore'
 pkgname=toxcore
-version=0.2.13
+version=0.2.18
 revision=1
 wrksrc="c-toxcore-${version}"
 build_style=cmake
-configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON"
+configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
+ -DBOOTSTRAP_DAEMON=ON"
 hostmakedepends="pkg-config"
 makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
 short_desc="Encrypted peer-to-peer instant messenger protocol library"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-3.0-or-later"
 homepage="https://tox.chat"
 changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
-distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
-checksum=67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8
+distfiles="https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz"
+checksum=f2940537998863593e28bc6a6b5f56f09675f6cd8a28326b7bc31b4836c08942
+
+conf_files="/etc/tox-bootstrapd.conf"
+system_accounts="_tox_bootstrapd"
+make_dirs="/var/lib/tox-bootstrapd 0700 _tox_bootstrapd _tox_bootstrapd"
+_tox_bootstrapd_homedir="/var/lib/tox-bootstrapd"
+_tox_bootstrapd_desc="Account to run Tox's DHT bootstrap daemon"
+
+if [ "${XBPS_CHECK_PKGS}" ]; then
+	configure_args+=" -DAUTOTEST=ON"
+fi
 
 post_install() {
-	vsconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vsv tox-bootstrapd
 }
 
 toxcore-devel_package() {

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

* Re: [PR PATCH] [Updated] toxcore: update to 0.2.18.
  2022-09-28  0:01 [PR PATCH] toxcore: update to 0.2.18 Piraty
  2022-09-28  0:02 ` [PR PATCH] [Updated] " Piraty
  2022-09-28  0:03 ` Piraty
@ 2022-09-30 21:52 ` Piraty
  2022-09-30 21:54 ` Piraty
  2022-10-02 19:20 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-09-30 21:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages toxcore-0.2.18
https://github.com/void-linux/void-packages/pull/39499

toxcore: update to 0.2.18.
#### Testing the changes
- I tested the changes in this PR: **YES** (with qtox and toxic)



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

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

From 138a6235be390bf3fd9728bce0110b078a352ab3 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 28 Sep 2022 00:17:45 +0200
Subject: [PATCH] toxcore: update to 0.2.18., add bootstrap service, adopt

---
 srcpkgs/toxcore/files/tox-bootstrapd/run |  4 ++++
 srcpkgs/toxcore/template                 | 24 ++++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100755 srcpkgs/toxcore/files/tox-bootstrapd/run

diff --git a/srcpkgs/toxcore/files/tox-bootstrapd/run b/srcpkgs/toxcore/files/tox-bootstrapd/run
new file mode 100755
index 000000000000..e9acbdd6ee95
--- /dev/null
+++ b/srcpkgs/toxcore/files/tox-bootstrapd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+exec chpst -u _tox_bootstrapd tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}
diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template
index 863ef10268af..d43928dfa5ac 100644
--- a/srcpkgs/toxcore/template
+++ b/srcpkgs/toxcore/template
@@ -1,22 +1,34 @@
 # Template file for 'toxcore'
 pkgname=toxcore
-version=0.2.13
+version=0.2.18
 revision=1
 wrksrc="c-toxcore-${version}"
 build_style=cmake
-configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON"
+configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
+ -DBOOTSTRAP_DAEMON=ON"
 hostmakedepends="pkg-config"
 makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
 short_desc="Encrypted peer-to-peer instant messenger protocol library"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-3.0-or-later"
 homepage="https://tox.chat"
 changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
-distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
-checksum=67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8
+distfiles="https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz"
+checksum=f2940537998863593e28bc6a6b5f56f09675f6cd8a28326b7bc31b4836c08942
+
+conf_files="/etc/tox-bootstrapd.conf"
+system_accounts="_tox_bootstrapd"
+make_dirs="/var/lib/tox-bootstrapd 0700 _tox_bootstrapd _tox_bootstrapd"
+_tox_bootstrapd_homedir="/var/lib/tox-bootstrapd"
+_tox_bootstrapd_desc="Account to run Tox's DHT bootstrap daemon"
+
+if [ "${XBPS_CHECK_PKGS}" ]; then
+	configure_args+=" -DAUTOTEST=ON"
+fi
 
 post_install() {
-	vsconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vsv tox-bootstrapd
 }
 
 toxcore-devel_package() {

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

* Re: [PR PATCH] [Updated] toxcore: update to 0.2.18.
  2022-09-28  0:01 [PR PATCH] toxcore: update to 0.2.18 Piraty
                   ` (2 preceding siblings ...)
  2022-09-30 21:52 ` Piraty
@ 2022-09-30 21:54 ` Piraty
  2022-10-02 19:20 ` [PR PATCH] [Merged]: " Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-09-30 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Piraty/void-packages toxcore-0.2.18
https://github.com/void-linux/void-packages/pull/39499

toxcore: update to 0.2.18.
#### Testing the changes
- I tested the changes in this PR: **YES** (with qtox and toxic)



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

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

From b2dce70c707d13a0c3483e8e740b7ddce27b9bc8 Mon Sep 17 00:00:00 2001
From: Piraty <piraty1@inbox.ru>
Date: Wed, 28 Sep 2022 00:17:45 +0200
Subject: [PATCH] toxcore: update to 0.2.18, add tox-bootstrapd service, adopt

---
 srcpkgs/toxcore/files/tox-bootstrapd/run |  4 ++++
 srcpkgs/toxcore/template                 | 24 ++++++++++++++++++------
 2 files changed, 22 insertions(+), 6 deletions(-)
 create mode 100755 srcpkgs/toxcore/files/tox-bootstrapd/run

diff --git a/srcpkgs/toxcore/files/tox-bootstrapd/run b/srcpkgs/toxcore/files/tox-bootstrapd/run
new file mode 100755
index 000000000000..e9acbdd6ee95
--- /dev/null
+++ b/srcpkgs/toxcore/files/tox-bootstrapd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+[ -r ./conf ] && . ./conf
+exec chpst -u _tox_bootstrapd tox-bootstrapd --foreground ${OPTS:-"--config=/etc/tox-bootstrapd.conf"}
diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template
index 863ef10268af..d43928dfa5ac 100644
--- a/srcpkgs/toxcore/template
+++ b/srcpkgs/toxcore/template
@@ -1,22 +1,34 @@
 # Template file for 'toxcore'
 pkgname=toxcore
-version=0.2.13
+version=0.2.18
 revision=1
 wrksrc="c-toxcore-${version}"
 build_style=cmake
-configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON"
+configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTRAP=OFF
+ -DBOOTSTRAP_DAEMON=ON"
 hostmakedepends="pkg-config"
 makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
 short_desc="Encrypted peer-to-peer instant messenger protocol library"
-maintainer="Spencer Hill <spencernh77@gmail.com>"
+maintainer="Piraty <piraty1@inbox.ru>"
 license="GPL-3.0-or-later"
 homepage="https://tox.chat"
 changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
-distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
-checksum=67114fa57504c58b695f5dce8ef85124d555f2c3c353d0d2615e6d4845114ab8
+distfiles="https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz"
+checksum=f2940537998863593e28bc6a6b5f56f09675f6cd8a28326b7bc31b4836c08942
+
+conf_files="/etc/tox-bootstrapd.conf"
+system_accounts="_tox_bootstrapd"
+make_dirs="/var/lib/tox-bootstrapd 0700 _tox_bootstrapd _tox_bootstrapd"
+_tox_bootstrapd_homedir="/var/lib/tox-bootstrapd"
+_tox_bootstrapd_desc="Account to run Tox's DHT bootstrap daemon"
+
+if [ "${XBPS_CHECK_PKGS}" ]; then
+	configure_args+=" -DAUTOTEST=ON"
+fi
 
 post_install() {
-	vsconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vconf other/bootstrap_daemon/tox-bootstrapd.conf
+	vsv tox-bootstrapd
 }
 
 toxcore-devel_package() {

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

* Re: [PR PATCH] [Merged]: toxcore: update to 0.2.18.
  2022-09-28  0:01 [PR PATCH] toxcore: update to 0.2.18 Piraty
                   ` (3 preceding siblings ...)
  2022-09-30 21:54 ` Piraty
@ 2022-10-02 19:20 ` Piraty
  4 siblings, 0 replies; 6+ messages in thread
From: Piraty @ 2022-10-02 19:20 UTC (permalink / raw)
  To: ml

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

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

toxcore: update to 0.2.18.
https://github.com/void-linux/void-packages/pull/39499

Description:
#### Testing the changes
- I tested the changes in this PR: **YES** (with qtox and toxic)



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

end of thread, other threads:[~2022-10-02 19:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28  0:01 [PR PATCH] toxcore: update to 0.2.18 Piraty
2022-09-28  0:02 ` [PR PATCH] [Updated] " Piraty
2022-09-28  0:03 ` Piraty
2022-09-30 21:52 ` Piraty
2022-09-30 21:54 ` Piraty
2022-10-02 19:20 ` [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).