From d0559aa9517e57ee99bd9c2d58693ee6918a8ed0 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Fri, 17 May 2024 08:15:23 -0500 Subject: [PATCH 1/2] gns3-server: update to 2.2.47. --- srcpkgs/gns3-server/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index 12069e435ba013..d4565c9c87659c 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -1,13 +1,12 @@ # Template file for 'gns3-server' pkgname=gns3-server -version=2.2.46 +version=2.2.47 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -makedepends="busybox-static" # Pulls distro busybox static to embed depends="python3-setuptools python3-jsonschema python3-aiohttp python3-aiohttp-cors python3-yarl python3-Jinja2 python3-psutil python3-aiofiles python3-platformdirs - python3-py-cpuinfo python3-distro python3-async-timeout dynamips ubridge" + python3-py-cpuinfo python3-distro python3-async-timeout dynamips ubridge busybox-static" checkdepends="${depends} python3-pytest python3-flake8 python3-pytest-timeout python3-pytest-aiohttp" short_desc="Graphical Network Simulator 3 - Server" maintainer="Tim Sandquist " @@ -15,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=648f535370827adc8ede2e5a8f439161dd80c66c11ed74085ccf0b71657ee9f9 +checksum=6576988fe185433ca7a6b3b6dbbda42d57095c64f6bd77605e02e2420041db5b post_patch() { # comment out requirements since versions are usually out of sync with Void packages From 4fc52d5d76fdcb9b69ba6594c804eb88dbcc7002 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Fri, 17 May 2024 08:15:27 -0500 Subject: [PATCH 2/2] gns3-gui: update to 2.2.47. --- 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 ec2b3468426ef4..c04dc14b0b6dea 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.46 +version=2.2.47 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=31715caf8d0eae202cd23dafb42ece8d01b197a5cf6943636b69997f470ce74c +checksum=ac1ff5e9753788cdc3b18af1aca5372f20f3d8f3cb1797842fcbf553ff0fe158 post_patch() {