Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] GNS3 - update to 2.2.51
@ 2024-11-07 23:06 tsndqst
  2024-11-07 23:16 ` abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tsndqst @ 2024-11-07 23:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsndqst/void-packages gns3-2.2.51
https://github.com/void-linux/void-packages/pull/52947

GNS3 - update to 2.2.51
<!-- 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**|**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/52947.patch is attached

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

From fc378b10ba2556c02ee910c6c70cf828a9576763 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 7 Nov 2024 06:01:39 -0600
Subject: [PATCH 1/2] gns3-gui: update to 2.2.51.

---
 srcpkgs/gns3-gui/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index a065f2ce199fcc..49b8af448aea77 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.49
+version=2.2.51
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
 distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
-checksum=360fe0eab33fe4f8b28bcecc77de7c9afa3da304c77cc4c5caf6339b982dd14e
+checksum=bebfd4a4859ee9d55faec93ed2210c3f3be76676881515d66c92b21e06613aa0
 
 
 post_patch() {

From d10a099ce59d4b7628560870195866a81915c343 Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 7 Nov 2024 06:01:45 -0600
Subject: [PATCH 2/2] gns3-server: update to 2.2.51.

---
 srcpkgs/gns3-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 3ca08e1100cb4f..5b0fa1f0f863ba 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.49
+version=2.2.51
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
-checksum=4acd6b80293a2fef7c5c7c017643bf7925e6b2f3861f5f70cd55e2b7441f9762
+checksum=09caee0987a8091ed3fcdc3dbf4442b6abede7ebfcc5815620d10356fdb8c700
 
 post_patch() {
 	# comment out requirements since versions are usually out of sync with Void packages

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

* Re: GNS3 - update to 2.2.51
  2024-11-07 23:06 [PR PATCH] GNS3 - update to 2.2.51 tsndqst
@ 2024-11-07 23:16 ` abenson
  2024-11-07 23:18 ` tsndqst
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2024-11-07 23:16 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/52947#issuecomment-2463411505

Comment:
In the future, just amend the existing commit and force push to the branch.

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

* Re: GNS3 - update to 2.2.51
  2024-11-07 23:06 [PR PATCH] GNS3 - update to 2.2.51 tsndqst
  2024-11-07 23:16 ` abenson
@ 2024-11-07 23:18 ` tsndqst
  2024-12-02 15:21 ` [PR PATCH] [Updated] " tsndqst
  2024-12-02 18:30 ` [PR PATCH] [Merged]: GNS3 - update to 2.2.52 Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: tsndqst @ 2024-11-07 23:18 UTC (permalink / raw)
  To: ml

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

New comment by tsndqst on void-packages repository

https://github.com/void-linux/void-packages/pull/52947#issuecomment-2463414248

Comment:
> In the future, just amend the existing commit and force push to the branch.

I think I did the same thing once before.  You'd think I'd learn.

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

* Re: [PR PATCH] [Updated] GNS3 - update to 2.2.51
  2024-11-07 23:06 [PR PATCH] GNS3 - update to 2.2.51 tsndqst
  2024-11-07 23:16 ` abenson
  2024-11-07 23:18 ` tsndqst
@ 2024-12-02 15:21 ` tsndqst
  2024-12-02 18:30 ` [PR PATCH] [Merged]: GNS3 - update to 2.2.52 Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: tsndqst @ 2024-12-02 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tsndqst/void-packages gns3-2.2.51
https://github.com/void-linux/void-packages/pull/52947

GNS3 - update to 2.2.51
<!-- 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**|**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/52947.patch is attached

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

From e94484dcc6477901b0f9f7e8fd31dc287a191d8e Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 7 Nov 2024 06:01:39 -0600
Subject: [PATCH 1/2] gns3-gui: update to 2.2.52.

---
 srcpkgs/gns3-gui/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template
index a065f2ce199fcc..e6e62422a726ca 100644
--- a/srcpkgs/gns3-gui/template
+++ b/srcpkgs/gns3-gui/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-gui'
 pkgname=gns3-gui
-version=2.2.49
+version=2.2.52
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
 distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
-checksum=360fe0eab33fe4f8b28bcecc77de7c9afa3da304c77cc4c5caf6339b982dd14e
+checksum=ff854f1403a99887c132daa210663c2b9b28ab5e8062500a8dc349e897b4c5c1
 
 
 post_patch() {

From 803ec95f59558d79dab2088937b36a7ad3e1767c Mon Sep 17 00:00:00 2001
From: Tim Sandquist <tim.sandquist@gmail.com>
Date: Thu, 7 Nov 2024 06:01:45 -0600
Subject: [PATCH 2/2] gns3-server: update to 2.2.52.

---
 srcpkgs/gns3-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template
index 3ca08e1100cb4f..f1e2c61def3211 100644
--- a/srcpkgs/gns3-server/template
+++ b/srcpkgs/gns3-server/template
@@ -1,6 +1,6 @@
 # Template file for 'gns3-server'
 pkgname=gns3-server
-version=2.2.49
+version=2.2.52
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
 homepage="https://gns3.com"
 changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG"
 distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
-checksum=4acd6b80293a2fef7c5c7c017643bf7925e6b2f3861f5f70cd55e2b7441f9762
+checksum=e4c1bfe7383033937fa1543f003ba659ce199d8757523b84acdd39becf8f9db0
 
 post_patch() {
 	# comment out requirements since versions are usually out of sync with Void packages

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

* Re: [PR PATCH] [Merged]: GNS3 - update to 2.2.52
  2024-11-07 23:06 [PR PATCH] GNS3 - update to 2.2.51 tsndqst
                   ` (2 preceding siblings ...)
  2024-12-02 15:21 ` [PR PATCH] [Updated] " tsndqst
@ 2024-12-02 18:30 ` Johnnynator
  3 siblings, 0 replies; 5+ messages in thread
From: Johnnynator @ 2024-12-02 18:30 UTC (permalink / raw)
  To: ml

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

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

GNS3 - update to 2.2.52
https://github.com/void-linux/void-packages/pull/52947

Description:
gns3-server: update to 2.2.52.
gns3-gui: update to 2.2.52.

<!-- 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**|**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
-->


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

end of thread, other threads:[~2024-12-02 18:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-07 23:06 [PR PATCH] GNS3 - update to 2.2.51 tsndqst
2024-11-07 23:16 ` abenson
2024-11-07 23:18 ` tsndqst
2024-12-02 15:21 ` [PR PATCH] [Updated] " tsndqst
2024-12-02 18:30 ` [PR PATCH] [Merged]: GNS3 - update to 2.2.52 Johnnynator

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