Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility…
@ 2024-03-16  3:41 jadynbrammer
  2024-03-16  4:06 ` [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork) jadynbrammer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jadynbrammer @ 2024-03-16  3:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jadynbrammer/void-packages update-vpcs-to-GNS3-patched-version
https://github.com/void-linux/void-packages/pull/49312

vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility…
… with GNS3 2.2+

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-vpcs-to-GNS3-patched-version-49312.patch --]
[-- Type: text/x-diff, Size: 1882 bytes --]

From d8059de89b25afef1f4ccff3f8900f7a5b12985f Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix
 compatibility with GNS3 2.2+

---
 srcpkgs/vpcs/patches/ldflags.patch |  4 ++--
 srcpkgs/vpcs/template              | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vpcs/patches/ldflags.patch b/srcpkgs/vpcs/patches/ldflags.patch
index 5b92deed6da42d..6ff59e5ca9879e 100644
--- a/srcpkgs/vpcs/patches/ldflags.patch
+++ b/srcpkgs/vpcs/patches/ldflags.patch
@@ -4,8 +4,8 @@
  CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
--LDFLAGS=-lpthread -lutil -s -static
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
+-LDFLAGS=-lpthread -lutil
 +override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 +override LDFLAGS+=-lpthread -lutil -s -static
  OBJS=vpcs.o \
diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index 34b4c0ddd86bcc..5c2de420cc9871 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -1,16 +1,16 @@
 # Template file for 'vpcs'
 pkgname=vpcs
-version=0.8
-revision=2
+version=0.8.3
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
 short_desc="Virtual PC Simulator"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://sourceforge.net/projects/vpcs"
-distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
-checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
+homepage="https://github.com/GNS3/vpcs/"
+distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
+checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
 
 archs="i686* x86_64*"
 

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

* Re: [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork)
  2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
@ 2024-03-16  4:06 ` jadynbrammer
  2024-03-16  4:12 ` jadynbrammer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jadynbrammer @ 2024-03-16  4:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jadynbrammer/void-packages update-vpcs-to-GNS3-patched-version
https://github.com/void-linux/void-packages/pull/49312

vpcs: update to 0.8.3 (GNS3's continuation fork)
#### Note: Fixes compatibility with GNS3 2.2+

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-vpcs-to-GNS3-patched-version-49312.patch --]
[-- Type: text/x-diff, Size: 1861 bytes --]

From e9c0f59ee19ec70c4aedba39435ed4ad97544a8c Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork)

---
 srcpkgs/vpcs/patches/ldflags.patch |  4 ++--
 srcpkgs/vpcs/template              | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vpcs/patches/ldflags.patch b/srcpkgs/vpcs/patches/ldflags.patch
index 5b92deed6da42d..6ff59e5ca9879e 100644
--- a/srcpkgs/vpcs/patches/ldflags.patch
+++ b/srcpkgs/vpcs/patches/ldflags.patch
@@ -4,8 +4,8 @@
  CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
--LDFLAGS=-lpthread -lutil -s -static
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
+-LDFLAGS=-lpthread -lutil
 +override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 +override LDFLAGS+=-lpthread -lutil -s -static
  OBJS=vpcs.o \
diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index 34b4c0ddd86bcc..ff6d486e1e55c5 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -1,16 +1,17 @@
 # Template file for 'vpcs'
 pkgname=vpcs
-version=0.8
-revision=2
+version=0.8.3
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
+make_check=no
 short_desc="Virtual PC Simulator"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://sourceforge.net/projects/vpcs"
-distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
-checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
+homepage="https://github.com/GNS3/vpcs/"
+distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
+checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
 
 archs="i686* x86_64*"
 

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

* Re: [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork)
  2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
  2024-03-16  4:06 ` [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork) jadynbrammer
@ 2024-03-16  4:12 ` jadynbrammer
  2024-03-16  4:20 ` jadynbrammer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jadynbrammer @ 2024-03-16  4:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jadynbrammer/void-packages update-vpcs-to-GNS3-patched-version
https://github.com/void-linux/void-packages/pull/49312

vpcs: update to 0.8.3 (GNS3's continuation fork)
#### Note: Fixes compatibility with GNS3 2.2+

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-vpcs-to-GNS3-patched-version-49312.patch --]
[-- Type: text/x-diff, Size: 1901 bytes --]

From 963b81ff733a2500a1b174924602e18256cdb8ef Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork)

---
 srcpkgs/vpcs/patches/ldflags.patch |  4 ++--
 srcpkgs/vpcs/template              | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vpcs/patches/ldflags.patch b/srcpkgs/vpcs/patches/ldflags.patch
index 5b92deed6da42d..6ff59e5ca9879e 100644
--- a/srcpkgs/vpcs/patches/ldflags.patch
+++ b/srcpkgs/vpcs/patches/ldflags.patch
@@ -4,8 +4,8 @@
  CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
--LDFLAGS=-lpthread -lutil -s -static
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
+-LDFLAGS=-lpthread -lutil
 +override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 +override LDFLAGS+=-lpthread -lutil -s -static
  OBJS=vpcs.o \
diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index 34b4c0ddd86bcc..fc58d114081009 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -1,16 +1,17 @@
 # Template file for 'vpcs'
 pkgname=vpcs
-version=0.8
-revision=2
+version=0.8.3
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
 short_desc="Virtual PC Simulator"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://sourceforge.net/projects/vpcs"
-distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
-checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
+homepage="https://github.com/GNS3/vpcs/"
+distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
+checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
+make_check=no #checks unavailable in source makefiles
 
 archs="i686* x86_64*"
 

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

* Re: [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork)
  2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
  2024-03-16  4:06 ` [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork) jadynbrammer
  2024-03-16  4:12 ` jadynbrammer
@ 2024-03-16  4:20 ` jadynbrammer
  2024-05-15 18:11 ` jadynbrammer
  2024-05-15 18:15 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jadynbrammer @ 2024-03-16  4:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jadynbrammer/void-packages update-vpcs-to-GNS3-patched-version
https://github.com/void-linux/void-packages/pull/49312

vpcs: update to 0.8.3 (GNS3's continuation fork)
#### Note: Fixes compatibility with GNS3 2.2+

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-vpcs-to-GNS3-patched-version-49312.patch --]
[-- Type: text/x-diff, Size: 1914 bytes --]

From 58442f857118f0e4075cc774b7fe564bbaed9568 Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork)

fixes #43766
---
 srcpkgs/vpcs/patches/ldflags.patch |  4 ++--
 srcpkgs/vpcs/template              | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vpcs/patches/ldflags.patch b/srcpkgs/vpcs/patches/ldflags.patch
index 5b92deed6da42d..6ff59e5ca9879e 100644
--- a/srcpkgs/vpcs/patches/ldflags.patch
+++ b/srcpkgs/vpcs/patches/ldflags.patch
@@ -4,8 +4,8 @@
  CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
--LDFLAGS=-lpthread -lutil -s -static
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
+-LDFLAGS=-lpthread -lutil
 +override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 +override LDFLAGS+=-lpthread -lutil -s -static
  OBJS=vpcs.o \
diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index 34b4c0ddd86bcc..fc58d114081009 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -1,16 +1,17 @@
 # Template file for 'vpcs'
 pkgname=vpcs
-version=0.8
-revision=2
+version=0.8.3
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
 short_desc="Virtual PC Simulator"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://sourceforge.net/projects/vpcs"
-distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
-checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
+homepage="https://github.com/GNS3/vpcs/"
+distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
+checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
+make_check=no #checks unavailable in source makefiles
 
 archs="i686* x86_64*"
 

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

* Re: [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork)
  2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
                   ` (2 preceding siblings ...)
  2024-03-16  4:20 ` jadynbrammer
@ 2024-05-15 18:11 ` jadynbrammer
  2024-05-15 18:15 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jadynbrammer @ 2024-05-15 18:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jadynbrammer/void-packages update-vpcs-to-GNS3-patched-version
https://github.com/void-linux/void-packages/pull/49312

vpcs: update to 0.8.3 (GNS3's continuation fork)
Fixes #43766 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-vpcs-to-GNS3-patched-version-49312.patch --]
[-- Type: text/x-diff, Size: 2848 bytes --]

From 58442f857118f0e4075cc774b7fe564bbaed9568 Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH 1/2] vpcs: update to 0.8.3 (GNS3's continuation fork)

fixes #43766
---
 srcpkgs/vpcs/patches/ldflags.patch |  4 ++--
 srcpkgs/vpcs/template              | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vpcs/patches/ldflags.patch b/srcpkgs/vpcs/patches/ldflags.patch
index 5b92deed6da42d..6ff59e5ca9879e 100644
--- a/srcpkgs/vpcs/patches/ldflags.patch
+++ b/srcpkgs/vpcs/patches/ldflags.patch
@@ -4,8 +4,8 @@
  CPUTYPE=i386
  HVOPT=-DHV
  
--CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
--LDFLAGS=-lpthread -lutil -s -static
+-CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -DTAP
+-LDFLAGS=-lpthread -lutil
 +override CFLAGS+=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 +override LDFLAGS+=-lpthread -lutil -s -static
  OBJS=vpcs.o \
diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index 34b4c0ddd86bcc..fc58d114081009 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -1,16 +1,17 @@
 # Template file for 'vpcs'
 pkgname=vpcs
-version=0.8
-revision=2
+version=0.8.3
+revision=1
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
 short_desc="Virtual PC Simulator"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://sourceforge.net/projects/vpcs"
-distfiles="${SOURCEFORGE_SITE}/project/vpcs/${version}/${pkgname}-${version}-src.tbz"
-checksum=dca602d0571ba852c916632c4c0060aa9557dd744059c0f7368860cfa8b3c993
+homepage="https://github.com/GNS3/vpcs/"
+distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
+checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
+make_check=no #checks unavailable in source makefiles
 
 archs="i686* x86_64*"
 

From 1af1da15827d046302c15f4884ee59d19159e848 Mon Sep 17 00:00:00 2001
From: Jadyn Brammer <jadyn@brammer.social>
Date: Fri, 15 Mar 2024 22:35:47 -0500
Subject: [PATCH 2/2] vpcs: update to 0.8.3 (GNS3's continuation fork)

fixes #43766
---
 srcpkgs/vpcs/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/vpcs/template b/srcpkgs/vpcs/template
index fc58d114081009..096a8101c20055 100644
--- a/srcpkgs/vpcs/template
+++ b/srcpkgs/vpcs/template
@@ -2,6 +2,7 @@
 pkgname=vpcs
 version=0.8.3
 revision=1
+archs="i686* x86_64*"
 build_wrksrc="src"
 build_style=gnu-makefile
 make_cmd="make -f Makefile.linux"
@@ -13,8 +14,6 @@ distfiles="https://github.com/GNS3/vpcs/archive/refs/tags/v${version}.tar.gz"
 checksum=73018c923fdb8bbd7d76ddf4877bb7b3babbabed014f409f6b78a2e2b0a33da7
 make_check=no #checks unavailable in source makefiles
 
-archs="i686* x86_64*"
-
 CFLAGS="-fcommon"
 
 pre_build() {

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

* Re: [PR PATCH] [Merged]: vpcs: update to 0.8.3 (GNS3's continuation fork)
  2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
                   ` (3 preceding siblings ...)
  2024-05-15 18:11 ` jadynbrammer
@ 2024-05-15 18:15 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2024-05-15 18:15 UTC (permalink / raw)
  To: ml

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

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

vpcs: update to 0.8.3 (GNS3's continuation fork)
https://github.com/void-linux/void-packages/pull/49312

Description:
Fixes #43766 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (xbuild)
  - i686-musl (xbuild)
  - i686-libc (xbuild)


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

end of thread, other threads:[~2024-05-15 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-16  3:41 [PR PATCH] vpcs: update to 0.8.3 (GNS3's continuation fork) to fix compatibility… jadynbrammer
2024-03-16  4:06 ` [PR PATCH] [Updated] vpcs: update to 0.8.3 (GNS3's continuation fork) jadynbrammer
2024-03-16  4:12 ` jadynbrammer
2024-03-16  4:20 ` jadynbrammer
2024-05-15 18:11 ` jadynbrammer
2024-05-15 18:15 ` [PR PATCH] [Merged]: " classabbyamp

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