public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-07-03  8:15 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-07-03  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     84fa81a902a34f267eb323986ea736eb2eeee640
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Sat May 20 16:46:14 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 08:15:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fa81a9

net-analyzer/gsa: add 22.4.1

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  1 +
 net-analyzer/gsa/gsa-22.4.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index dfae85233d9c..6f1aa937be08 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,2 +1,3 @@
 DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133cdadd26d349bf4342ee1595a678871617b4b3a763348a7a0e6d44b50780f330362131d7ba72953a40f53e79b1f9709775999fb SHA512 c44f3822864b9f68cbfe0e4052b2295ab74cb2c429cd9aa667b19b8cfb423c49dc65b1455f785abecdc4329f31b43fe368b0bd5276b4ad95d5fa2e208bb4a4ec
 DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
+DIST gsa-22.4.1.tar.gz 5878329 BLAKE2B 5ff22dd07dd6a562d463faeb07323cfa083380bfbb96b544345778484ae5cc6d213a029a2c59e25decfe72c81f32a8ac79132dfce7bd3d381a7fa92e10cd5ac6 SHA512 6de0eb910ea885681bbb4cff05cd5b34113bbd04bf775deed2e8de583f7756c46926ac9e620dca49a061bf9d8edc5da481a75e7db93ae982314cb5ef03b33eb7

diff --git a/net-analyzer/gsa/gsa-22.4.1.ebuild b/net-analyzer/gsa/gsa-22.4.1.ebuild
new file mode 100644
index 000000000000..d188b90c2e27
--- /dev/null
+++ b/net-analyzer/gsa/gsa-22.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Greenbone Security Assistant"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
+SRC_URI="
+	https://github.com/greenbone/${PN}/releases/download/v${PV}/gsa-dist-${PV}.tar.gz -> ${P}.tar.gz
+"
+
+SLOT="0"
+LICENSE="AGPL-3+"
+KEYWORDS="~amd64 ~x86"
+
+src_unpack() {
+	default
+	mkdir ${P}
+	mv static/ "${WORKDIR}"/${P}/
+	mv locales/ "${WORKDIR}"/${P}/
+	mv img/ "${WORKDIR}"/${P}/
+	mv robots.txt "${WORKDIR}"/${P}/
+	mv index.html "${WORKDIR}"/${P}/
+}
+
+src_install() {
+	insinto "usr/share/gvm/gsad/web"
+	doins -r ./*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-07-03  8:15 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-07-03  8:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4ee6d9abdc473f216ea67c7cfffb2c56d12c4c13
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 08:05:28 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 08:15:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ee6d9ab

net-analyzer/gsa: add 22.5.0, drop 22.4.1 and switch to non-dist

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  3 ++-
 net-analyzer/gsa/gsa-22.4.1.ebuild | 29 --------------------------
 net-analyzer/gsa/gsa-22.5.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 30 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 6f1aa937be08..c4d600dd19b4 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,3 +1,4 @@
 DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133cdadd26d349bf4342ee1595a678871617b4b3a763348a7a0e6d44b50780f330362131d7ba72953a40f53e79b1f9709775999fb SHA512 c44f3822864b9f68cbfe0e4052b2295ab74cb2c429cd9aa667b19b8cfb423c49dc65b1455f785abecdc4329f31b43fe368b0bd5276b4ad95d5fa2e208bb4a4ec
 DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
-DIST gsa-22.4.1.tar.gz 5878329 BLAKE2B 5ff22dd07dd6a562d463faeb07323cfa083380bfbb96b544345778484ae5cc6d213a029a2c59e25decfe72c81f32a8ac79132dfce7bd3d381a7fa92e10cd5ac6 SHA512 6de0eb910ea885681bbb4cff05cd5b34113bbd04bf775deed2e8de583f7756c46926ac9e620dca49a061bf9d8edc5da481a75e7db93ae982314cb5ef03b33eb7
+DIST gsa-22.5.0-node_modules.tar.xz 26394052 BLAKE2B 77e74ccacecd681e846884af463ee0605eb46c21dd0cd001f3240d4cfd97b91d3ce241bda50996e3ec047824e937383f8c80e0b8014b93bf3d6d067a9afec929 SHA512 221dde765497e6c97773d18b04b3d381b2f003c42995e935661ac7e35c9b18984a92336259d803174ad62387a5d653df12c0899c495334561f71df6d4290f0c8
+DIST gsa-22.5.0.tar.gz 3586703 BLAKE2B 33d9f5e32ccc33e4c1d24665bd7ba0819dc22281772c7ebba24d8c82f93bcc21e8b90f3e0666b9ed8846e2a88417f8bf5999619577c15c307485a7ce3243d104 SHA512 2f119f3d8b213cb10abc7b2a25052e943518f8a2c5950f6eb6e5227bf30f7467ddbcf78bbed5f499b96a0bb517c5033f38477f332a14f449b7b04e7b7902843b

diff --git a/net-analyzer/gsa/gsa-22.4.1.ebuild b/net-analyzer/gsa/gsa-22.4.1.ebuild
deleted file mode 100644
index d188b90c2e27..000000000000
--- a/net-analyzer/gsa/gsa-22.4.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Greenbone Security Assistant"
-HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
-SRC_URI="
-	https://github.com/greenbone/${PN}/releases/download/v${PV}/gsa-dist-${PV}.tar.gz -> ${P}.tar.gz
-"
-
-SLOT="0"
-LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-src_unpack() {
-	default
-	mkdir ${P}
-	mv static/ "${WORKDIR}"/${P}/
-	mv locales/ "${WORKDIR}"/${P}/
-	mv img/ "${WORKDIR}"/${P}/
-	mv robots.txt "${WORKDIR}"/${P}/
-	mv index.html "${WORKDIR}"/${P}/
-}
-
-src_install() {
-	insinto "usr/share/gvm/gsad/web"
-	doins -r ./*
-}

diff --git a/net-analyzer/gsa/gsa-22.5.0.ebuild b/net-analyzer/gsa/gsa-22.5.0.ebuild
new file mode 100644
index 000000000000..e25fbab90bcd
--- /dev/null
+++ b/net-analyzer/gsa/gsa-22.5.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_NODE_N="node_modules"
+MY_NODE_PV="${PV}"
+
+DESCRIPTION="Greenbone Security Assistant"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
+SRC_URI="
+	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://dev.gentoo.org/~flow/distfiles/${PN}/${P}-${MY_NODE_N}.tar.xz
+"
+
+SLOT="0"
+LICENSE="AGPL-3+"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	>=net-libs/nodejs-14.0.0[ssl]
+	>=sys-apps/yarn-1.15.2
+"
+
+MY_NODE_DIR="${S}/${MY_NODE_N}/"
+
+src_prepare() {
+	default
+	# We will use pre-generated npm stuff.
+	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
+}
+
+src_compile() {
+	# setting correct PATH for finding react-js
+	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
+			yarn --offline build || die
+}
+
+src_install() {
+	insinto "usr/share/gvm/gsad/web"
+	doins -r build/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-07-28  7:21 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-07-28  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     9cf542897aa5aeab97612638fa336d5ff951fc5e
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Fri Jul  7 05:57:33 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 07:21:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf54289

net-analyzer/gsa: add myself as a maintainer

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-analyzer/gsa/metadata.xml b/net-analyzer/gsa/metadata.xml
index e0d8b744cdb9..6fb56eca5155 100644
--- a/net-analyzer/gsa/metadata.xml
+++ b/net-analyzer/gsa/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>foti.giuseppe@gmail.com</email>
+		<name>Giuseppe Foti</name>
+	</maintainer>
 	<maintainer type="person" proxied="yes">
 		<email>jonas.licht@gmail.com</email>
 		<name>Jonas Licht</name>


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-07-28 11:59 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-07-28 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c433d383887eeb559d1826becd4a5cf9944ca7f7
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 11:58:14 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 11:59:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c433d383

net-analyzer/gsa: tell SVGR to behave

Closes: https://bugs.gentoo.org/909731
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/gsa-22.5.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/net-analyzer/gsa/gsa-22.5.0.ebuild b/net-analyzer/gsa/gsa-22.5.0.ebuild
index e25fbab90bcd..4c4f40abe0b8 100644
--- a/net-analyzer/gsa/gsa-22.5.0.ebuild
+++ b/net-analyzer/gsa/gsa-22.5.0.ebuild
@@ -28,6 +28,12 @@ src_prepare() {
 	default
 	# We will use pre-generated npm stuff.
 	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
+
+	# Make SVGR not traverse the path up to / looking for a
+	# configuration file. Fixes
+	# Error: EACCES: permission denied, open '/.config/svgrrc'
+	# in case a directory /.config exists, see https://bugs.gentoo.org/909731
+	echo "runtimeConfig: false" > .svgrrc.yml || die
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-07-28 14:28 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-07-28 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     2b4de81effada1a69c646587fb7b824ceec9047f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 12:45:09 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 14:27:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4de81e

net-analyzer/gsa: add 22.5.3

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  2 ++
 net-analyzer/gsa/gsa-22.5.3.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index c4d600dd19b4..3ed9ca3cea4c 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -2,3 +2,5 @@ DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133c
 DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
 DIST gsa-22.5.0-node_modules.tar.xz 26394052 BLAKE2B 77e74ccacecd681e846884af463ee0605eb46c21dd0cd001f3240d4cfd97b91d3ce241bda50996e3ec047824e937383f8c80e0b8014b93bf3d6d067a9afec929 SHA512 221dde765497e6c97773d18b04b3d381b2f003c42995e935661ac7e35c9b18984a92336259d803174ad62387a5d653df12c0899c495334561f71df6d4290f0c8
 DIST gsa-22.5.0.tar.gz 3586703 BLAKE2B 33d9f5e32ccc33e4c1d24665bd7ba0819dc22281772c7ebba24d8c82f93bcc21e8b90f3e0666b9ed8846e2a88417f8bf5999619577c15c307485a7ce3243d104 SHA512 2f119f3d8b213cb10abc7b2a25052e943518f8a2c5950f6eb6e5227bf30f7467ddbcf78bbed5f499b96a0bb517c5033f38477f332a14f449b7b04e7b7902843b
+DIST gsa-22.5.3-node_modules.tar.xz 23161212 BLAKE2B 4bd48e37034cbe8b142392247f7c3231d97bea3d2327833f5d9fbe6b964b5a8f0f61a7d8db0750291fd750fb24bf401e0a6691123e876d76da68810662779df6 SHA512 2863e937bdfad8207a57d03d67f0fb573435845823ce2533fab4002ac25e37903ab21d6e53f272d39bfb900d4793c907d33d56dfe1b88469ad5a4ffcd3201613
+DIST gsa-22.5.3.tar.gz 3620562 BLAKE2B 1b2104bea4d5cb39d9faab05e0e6b1ac0b15c6d342f2066808b3b00fb9e4a07efd8d792eeb2ec1507172e3188770ba428ff5d2a913d00db40d28f899bea23d9f SHA512 fb7ee8b65cfac67789fe392c5734ef2267f80a9f6ac42272e02f21b266f7933c06d5aef33bfa1bedf2782016e26ca849a764f7150ecc8cc6fa8d206c6dd1ae71

diff --git a/net-analyzer/gsa/gsa-22.5.3.ebuild b/net-analyzer/gsa/gsa-22.5.3.ebuild
new file mode 100644
index 000000000000..4c4f40abe0b8
--- /dev/null
+++ b/net-analyzer/gsa/gsa-22.5.3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_NODE_N="node_modules"
+MY_NODE_PV="${PV}"
+
+DESCRIPTION="Greenbone Security Assistant"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
+SRC_URI="
+	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://dev.gentoo.org/~flow/distfiles/${PN}/${P}-${MY_NODE_N}.tar.xz
+"
+
+SLOT="0"
+LICENSE="AGPL-3+"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	>=net-libs/nodejs-14.0.0[ssl]
+	>=sys-apps/yarn-1.15.2
+"
+
+MY_NODE_DIR="${S}/${MY_NODE_N}/"
+
+src_prepare() {
+	default
+	# We will use pre-generated npm stuff.
+	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
+
+	# Make SVGR not traverse the path up to / looking for a
+	# configuration file. Fixes
+	# Error: EACCES: permission denied, open '/.config/svgrrc'
+	# in case a directory /.config exists, see https://bugs.gentoo.org/909731
+	echo "runtimeConfig: false" > .svgrrc.yml || die
+}
+
+src_compile() {
+	# setting correct PATH for finding react-js
+	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
+			yarn --offline build || die
+}
+
+src_install() {
+	insinto "usr/share/gvm/gsad/web"
+	doins -r build/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-09-27  6:58 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-09-27  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     716d8567b8534cea0085bcead0af0d0f8833ba52
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Sep 25 10:27:27 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Sep 27 06:58:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716d8567

net-analyzer/gsa: add 22.7.0

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33049
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  2 ++
 net-analyzer/gsa/gsa-22.7.0.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 3ed9ca3cea4c..7291a9f7b164 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -4,3 +4,5 @@ DIST gsa-22.5.0-node_modules.tar.xz 26394052 BLAKE2B 77e74ccacecd681e846884af463
 DIST gsa-22.5.0.tar.gz 3586703 BLAKE2B 33d9f5e32ccc33e4c1d24665bd7ba0819dc22281772c7ebba24d8c82f93bcc21e8b90f3e0666b9ed8846e2a88417f8bf5999619577c15c307485a7ce3243d104 SHA512 2f119f3d8b213cb10abc7b2a25052e943518f8a2c5950f6eb6e5227bf30f7467ddbcf78bbed5f499b96a0bb517c5033f38477f332a14f449b7b04e7b7902843b
 DIST gsa-22.5.3-node_modules.tar.xz 23161212 BLAKE2B 4bd48e37034cbe8b142392247f7c3231d97bea3d2327833f5d9fbe6b964b5a8f0f61a7d8db0750291fd750fb24bf401e0a6691123e876d76da68810662779df6 SHA512 2863e937bdfad8207a57d03d67f0fb573435845823ce2533fab4002ac25e37903ab21d6e53f272d39bfb900d4793c907d33d56dfe1b88469ad5a4ffcd3201613
 DIST gsa-22.5.3.tar.gz 3620562 BLAKE2B 1b2104bea4d5cb39d9faab05e0e6b1ac0b15c6d342f2066808b3b00fb9e4a07efd8d792eeb2ec1507172e3188770ba428ff5d2a913d00db40d28f899bea23d9f SHA512 fb7ee8b65cfac67789fe392c5734ef2267f80a9f6ac42272e02f21b266f7933c06d5aef33bfa1bedf2782016e26ca849a764f7150ecc8cc6fa8d206c6dd1ae71
+DIST gsa-22.7.0.tar.gz 3593214 BLAKE2B 9a9b4969735c8c05c67f490c98a008816ad6602c6a7a7cceaa611783087da63bde5fbeebe42f171e917820f5c7a79b1a486b41f0c945749c737aa3f4f47ec94c SHA512 e9832666c6218b5d8af9e7af5e088f3dc1e12eac0cbc06c1ccaf268e34a377a5892761dc6a41278c5342a30b008a58c10a36a5b10ee955a77bd55d9dfecfbd44
+DIST gsa-node-modules-22.7.0.tar.xz 27964004 BLAKE2B cbc7120763124deb79ddbcb12037ad8a031ef4de972086866a8393fef39c109a30e90d5f6d7948a55aca518c1ebc3ae46c12ad5440bc89002254bec64f5253e7 SHA512 594f0ffce70514bae8334d749f4e690cdb040b81c8a91238e5bbac18088a0866fe8a78be8a323b813cb5c751e69419c80da611ba7f619797dd9b502c320529b4

diff --git a/net-analyzer/gsa/gsa-22.7.0.ebuild b/net-analyzer/gsa/gsa-22.7.0.ebuild
new file mode 100644
index 000000000000..a45132ee3340
--- /dev/null
+++ b/net-analyzer/gsa/gsa-22.7.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_NODE_N="node-modules"
+MY_NODE_D="node_modules"
+MY_NODE_PV="${PV}"
+
+DESCRIPTION="Greenbone Security Assistant"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
+SRC_URI="
+	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/greenbone/${PN}/releases/download/v${PV}/${PN}-${MY_NODE_N}-${PV}.tar.xz
+"
+
+SLOT="0"
+LICENSE="AGPL-3+"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	>=net-libs/nodejs-14.0.0[ssl]
+	>=sys-apps/yarn-1.15.2
+"
+
+MY_NODE_DIR="${S}/${MY_NODE_D}/"
+
+src_prepare() {
+	default
+	# We will use pre-generated npm stuff.
+	mv "${WORKDIR}/${MY_NODE_D}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
+
+	# Make SVGR not traverse the path up to / looking for a
+	# configuration file. Fixes
+	# Error: EACCES: permission denied, open '/.config/svgrrc'
+	# in case a directory /.config exists, see https://bugs.gentoo.org/909731
+	echo "runtimeConfig: false" > .svgrrc.yml || die
+}
+
+src_compile() {
+	# setting correct PATH for finding react-js
+	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
+			yarn --offline build || die
+}
+
+src_install() {
+	insinto "usr/share/gvm/gsad/web"
+	doins -r build/*
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-10-04  7:44 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-10-04  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7369693dea699ca437ad476f8a3d72833f3403b4
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Sep 25 10:29:41 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 07:44:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7369693d

net-analyzer/gsa: drop 22.5.0, 22.5.3

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33050
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  4 ----
 net-analyzer/gsa/gsa-22.5.0.ebuild | 48 --------------------------------------
 net-analyzer/gsa/gsa-22.5.3.ebuild | 48 --------------------------------------
 3 files changed, 100 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 7291a9f7b164..85d3f4b8ba23 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,8 +1,4 @@
 DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133cdadd26d349bf4342ee1595a678871617b4b3a763348a7a0e6d44b50780f330362131d7ba72953a40f53e79b1f9709775999fb SHA512 c44f3822864b9f68cbfe0e4052b2295ab74cb2c429cd9aa667b19b8cfb423c49dc65b1455f785abecdc4329f31b43fe368b0bd5276b4ad95d5fa2e208bb4a4ec
 DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
-DIST gsa-22.5.0-node_modules.tar.xz 26394052 BLAKE2B 77e74ccacecd681e846884af463ee0605eb46c21dd0cd001f3240d4cfd97b91d3ce241bda50996e3ec047824e937383f8c80e0b8014b93bf3d6d067a9afec929 SHA512 221dde765497e6c97773d18b04b3d381b2f003c42995e935661ac7e35c9b18984a92336259d803174ad62387a5d653df12c0899c495334561f71df6d4290f0c8
-DIST gsa-22.5.0.tar.gz 3586703 BLAKE2B 33d9f5e32ccc33e4c1d24665bd7ba0819dc22281772c7ebba24d8c82f93bcc21e8b90f3e0666b9ed8846e2a88417f8bf5999619577c15c307485a7ce3243d104 SHA512 2f119f3d8b213cb10abc7b2a25052e943518f8a2c5950f6eb6e5227bf30f7467ddbcf78bbed5f499b96a0bb517c5033f38477f332a14f449b7b04e7b7902843b
-DIST gsa-22.5.3-node_modules.tar.xz 23161212 BLAKE2B 4bd48e37034cbe8b142392247f7c3231d97bea3d2327833f5d9fbe6b964b5a8f0f61a7d8db0750291fd750fb24bf401e0a6691123e876d76da68810662779df6 SHA512 2863e937bdfad8207a57d03d67f0fb573435845823ce2533fab4002ac25e37903ab21d6e53f272d39bfb900d4793c907d33d56dfe1b88469ad5a4ffcd3201613
-DIST gsa-22.5.3.tar.gz 3620562 BLAKE2B 1b2104bea4d5cb39d9faab05e0e6b1ac0b15c6d342f2066808b3b00fb9e4a07efd8d792eeb2ec1507172e3188770ba428ff5d2a913d00db40d28f899bea23d9f SHA512 fb7ee8b65cfac67789fe392c5734ef2267f80a9f6ac42272e02f21b266f7933c06d5aef33bfa1bedf2782016e26ca849a764f7150ecc8cc6fa8d206c6dd1ae71
 DIST gsa-22.7.0.tar.gz 3593214 BLAKE2B 9a9b4969735c8c05c67f490c98a008816ad6602c6a7a7cceaa611783087da63bde5fbeebe42f171e917820f5c7a79b1a486b41f0c945749c737aa3f4f47ec94c SHA512 e9832666c6218b5d8af9e7af5e088f3dc1e12eac0cbc06c1ccaf268e34a377a5892761dc6a41278c5342a30b008a58c10a36a5b10ee955a77bd55d9dfecfbd44
 DIST gsa-node-modules-22.7.0.tar.xz 27964004 BLAKE2B cbc7120763124deb79ddbcb12037ad8a031ef4de972086866a8393fef39c109a30e90d5f6d7948a55aca518c1ebc3ae46c12ad5440bc89002254bec64f5253e7 SHA512 594f0ffce70514bae8334d749f4e690cdb040b81c8a91238e5bbac18088a0866fe8a78be8a323b813cb5c751e69419c80da611ba7f619797dd9b502c320529b4

diff --git a/net-analyzer/gsa/gsa-22.5.0.ebuild b/net-analyzer/gsa/gsa-22.5.0.ebuild
deleted file mode 100644
index 4c4f40abe0b8..000000000000
--- a/net-analyzer/gsa/gsa-22.5.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_NODE_N="node_modules"
-MY_NODE_PV="${PV}"
-
-DESCRIPTION="Greenbone Security Assistant"
-HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
-SRC_URI="
-	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://dev.gentoo.org/~flow/distfiles/${PN}/${P}-${MY_NODE_N}.tar.xz
-"
-
-SLOT="0"
-LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	>=net-libs/nodejs-14.0.0[ssl]
-	>=sys-apps/yarn-1.15.2
-"
-
-MY_NODE_DIR="${S}/${MY_NODE_N}/"
-
-src_prepare() {
-	default
-	# We will use pre-generated npm stuff.
-	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
-
-	# Make SVGR not traverse the path up to / looking for a
-	# configuration file. Fixes
-	# Error: EACCES: permission denied, open '/.config/svgrrc'
-	# in case a directory /.config exists, see https://bugs.gentoo.org/909731
-	echo "runtimeConfig: false" > .svgrrc.yml || die
-}
-
-src_compile() {
-	# setting correct PATH for finding react-js
-	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
-			yarn --offline build || die
-}
-
-src_install() {
-	insinto "usr/share/gvm/gsad/web"
-	doins -r build/*
-}

diff --git a/net-analyzer/gsa/gsa-22.5.3.ebuild b/net-analyzer/gsa/gsa-22.5.3.ebuild
deleted file mode 100644
index 4c4f40abe0b8..000000000000
--- a/net-analyzer/gsa/gsa-22.5.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_NODE_N="node_modules"
-MY_NODE_PV="${PV}"
-
-DESCRIPTION="Greenbone Security Assistant"
-HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
-SRC_URI="
-	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://dev.gentoo.org/~flow/distfiles/${PN}/${P}-${MY_NODE_N}.tar.xz
-"
-
-SLOT="0"
-LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	>=net-libs/nodejs-14.0.0[ssl]
-	>=sys-apps/yarn-1.15.2
-"
-
-MY_NODE_DIR="${S}/${MY_NODE_N}/"
-
-src_prepare() {
-	default
-	# We will use pre-generated npm stuff.
-	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
-
-	# Make SVGR not traverse the path up to / looking for a
-	# configuration file. Fixes
-	# Error: EACCES: permission denied, open '/.config/svgrrc'
-	# in case a directory /.config exists, see https://bugs.gentoo.org/909731
-	echo "runtimeConfig: false" > .svgrrc.yml || die
-}
-
-src_compile() {
-	# setting correct PATH for finding react-js
-	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
-			yarn --offline build || die
-}
-
-src_install() {
-	insinto "usr/share/gvm/gsad/web"
-	doins -r build/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-10-14 15:05 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-10-14 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     77c98f62c2f08837b340c3f1022017c117b9c327
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Sat Oct 14 14:16:53 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 15:05:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c98f62

net-analyzer/gsa: add 22.7.1, drop 22.7.0

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33332
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest                                 | 4 ++--
 net-analyzer/gsa/{gsa-22.7.0.ebuild => gsa-22.7.1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 85d3f4b8ba23..63a1e52cdb0c 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,4 +1,4 @@
 DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133cdadd26d349bf4342ee1595a678871617b4b3a763348a7a0e6d44b50780f330362131d7ba72953a40f53e79b1f9709775999fb SHA512 c44f3822864b9f68cbfe0e4052b2295ab74cb2c429cd9aa667b19b8cfb423c49dc65b1455f785abecdc4329f31b43fe368b0bd5276b4ad95d5fa2e208bb4a4ec
 DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
-DIST gsa-22.7.0.tar.gz 3593214 BLAKE2B 9a9b4969735c8c05c67f490c98a008816ad6602c6a7a7cceaa611783087da63bde5fbeebe42f171e917820f5c7a79b1a486b41f0c945749c737aa3f4f47ec94c SHA512 e9832666c6218b5d8af9e7af5e088f3dc1e12eac0cbc06c1ccaf268e34a377a5892761dc6a41278c5342a30b008a58c10a36a5b10ee955a77bd55d9dfecfbd44
-DIST gsa-node-modules-22.7.0.tar.xz 27964004 BLAKE2B cbc7120763124deb79ddbcb12037ad8a031ef4de972086866a8393fef39c109a30e90d5f6d7948a55aca518c1ebc3ae46c12ad5440bc89002254bec64f5253e7 SHA512 594f0ffce70514bae8334d749f4e690cdb040b81c8a91238e5bbac18088a0866fe8a78be8a323b813cb5c751e69419c80da611ba7f619797dd9b502c320529b4
+DIST gsa-22.7.1.tar.gz 3607415 BLAKE2B eef4d67f7fa5368eac3b0ea74196c16c4a1d9087a5e7e8012f67bb92682a63be85edca5cba2839d7303a2dee593433058b8272916f9876efc8e185fd5d7d9304 SHA512 0716c29197467a4b3443e14cd07f69bc3bf128efd7244fbadb65824294b00f45e249f47b0be7368256fa600e836503b4351caa16696cb313138076f1f40fd38a
+DIST gsa-node-modules-22.7.1.tar.xz 27819872 BLAKE2B cb1d7e4bb18f87430f948e18f8eb3e77b3d431475cc007df55041baabce2d855db8295ab90ffafaef4001173e1dbf98916a5d67dcd3dd7672e1caf766c92fa0e SHA512 dac4f2f886e060b1a17f0174851191989e53b78232c9829b7c05da9b05e9eea99b13e458123dd15acdd6be0000d80f964820f766a93ab081fcd27d40f325d68d

diff --git a/net-analyzer/gsa/gsa-22.7.0.ebuild b/net-analyzer/gsa/gsa-22.7.1.ebuild
similarity index 100%
rename from net-analyzer/gsa/gsa-22.7.0.ebuild
rename to net-analyzer/gsa/gsa-22.7.1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-11-14  7:53 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-11-14  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d36428a706343e441c496caae29e752e2fedefd3
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Nov 13 19:45:08 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 07:52:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36428a7

net-analyzer/gsa: drop 21.4.4

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33800
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  2 --
 net-analyzer/gsa/gsa-21.4.4.ebuild | 42 --------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 63a1e52cdb0c..fd260a113633 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,4 +1,2 @@
-DIST gsa-21.4.2-node_modules.tar.gz 86572528 BLAKE2B 1aec3d8636241d7cd4ca591133cdadd26d349bf4342ee1595a678871617b4b3a763348a7a0e6d44b50780f330362131d7ba72953a40f53e79b1f9709775999fb SHA512 c44f3822864b9f68cbfe0e4052b2295ab74cb2c429cd9aa667b19b8cfb423c49dc65b1455f785abecdc4329f31b43fe368b0bd5276b4ad95d5fa2e208bb4a4ec
-DIST gsa-21.4.4.tar.gz 2471442 BLAKE2B b3ac937a87038d93e90223f7c33d087b0dbb043c4fcaa8a00c9d44148e686c064fdcc311899b7b3b4084658d23193bc128fb809f22621583898551f4348ece6f SHA512 5a7b45132a049adf608ccd8988d69a415290cc57d6e7537835a78e19aafb5dfdf204197576f69277726587efaccce189c1ccab55c43e5a0a7855c538b3bc4b67
 DIST gsa-22.7.1.tar.gz 3607415 BLAKE2B eef4d67f7fa5368eac3b0ea74196c16c4a1d9087a5e7e8012f67bb92682a63be85edca5cba2839d7303a2dee593433058b8272916f9876efc8e185fd5d7d9304 SHA512 0716c29197467a4b3443e14cd07f69bc3bf128efd7244fbadb65824294b00f45e249f47b0be7368256fa600e836503b4351caa16696cb313138076f1f40fd38a
 DIST gsa-node-modules-22.7.1.tar.xz 27819872 BLAKE2B cb1d7e4bb18f87430f948e18f8eb3e77b3d431475cc007df55041baabce2d855db8295ab90ffafaef4001173e1dbf98916a5d67dcd3dd7672e1caf766c92fa0e SHA512 dac4f2f886e060b1a17f0174851191989e53b78232c9829b7c05da9b05e9eea99b13e458123dd15acdd6be0000d80f964820f766a93ab081fcd27d40f325d68d

diff --git a/net-analyzer/gsa/gsa-21.4.4.ebuild b/net-analyzer/gsa/gsa-21.4.4.ebuild
deleted file mode 100644
index c806a73a5931..000000000000
--- a/net-analyzer/gsa/gsa-21.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_NODE_N="node_modules"
-MY_NODE_PV="21.4.2"
-
-DESCRIPTION="Greenbone Security Assistant"
-HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
-SRC_URI="
-	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/greenbone/${PN}/releases/download/v${MY_NODE_PV}/gsa-node-modules-${MY_NODE_PV}.tar.gz -> ${PN}-${MY_NODE_PV}-${MY_NODE_N}.tar.gz
-"
-
-SLOT="0"
-LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-	>=net-libs/nodejs-14.0.0[ssl]
-	>=sys-apps/yarn-1.15.2
-"
-
-MY_NODE_DIR="${S}/${MY_NODE_N}/"
-
-src_prepare() {
-	default
-	# We will use pre-generated npm stuff.
-	mv "${WORKDIR}/${MY_NODE_N}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
-}
-
-src_compile() {
-	# setting correct PATH for finding react-js
-	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
-			yarn --offline build || die
-}
-
-src_install() {
-	insinto "usr/share/gvm/gsad/web"
-	doins -r build/*
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-11-21  8:01 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-11-21  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     4a12b1d5f7d6a2a5437051a4c801c2c8883f85bd
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Wed Nov 15 06:01:51 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 08:00:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a12b1d5

net-analyzer/gsa: add 22.9.0, drop 22.7.1

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33835
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest                                 | 4 ++--
 net-analyzer/gsa/{gsa-22.7.1.ebuild => gsa-22.9.0.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index fd260a113633..c18208115dd9 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,2 +1,2 @@
-DIST gsa-22.7.1.tar.gz 3607415 BLAKE2B eef4d67f7fa5368eac3b0ea74196c16c4a1d9087a5e7e8012f67bb92682a63be85edca5cba2839d7303a2dee593433058b8272916f9876efc8e185fd5d7d9304 SHA512 0716c29197467a4b3443e14cd07f69bc3bf128efd7244fbadb65824294b00f45e249f47b0be7368256fa600e836503b4351caa16696cb313138076f1f40fd38a
-DIST gsa-node-modules-22.7.1.tar.xz 27819872 BLAKE2B cb1d7e4bb18f87430f948e18f8eb3e77b3d431475cc007df55041baabce2d855db8295ab90ffafaef4001173e1dbf98916a5d67dcd3dd7672e1caf766c92fa0e SHA512 dac4f2f886e060b1a17f0174851191989e53b78232c9829b7c05da9b05e9eea99b13e458123dd15acdd6be0000d80f964820f766a93ab081fcd27d40f325d68d
+DIST gsa-22.9.0.tar.gz 3604871 BLAKE2B 921d49187d78e8704c254f043f68eff1e404680a031ec6bd9e20f1772287b411081251b556ecf778a83478d92935bfe2f9c23d48d9da42732544b0d9370b758c SHA512 8086d7ebd62a74f0205c6bd19cb3616ec8bc878ddfbda06210a1767848b550023d253adf0ab7439b8947bf0300e4285b20f7a218eeb627fba54b44ef79e33cd8
+DIST gsa-node-modules-22.9.0.tar.xz 27901620 BLAKE2B 0a2341bba5dde975dc825dfa660da2ca309c3a274d0d5486737577d1748fa09b576c8c22deab1bc1929ed2cd49cf6ba890ad1d2704e1fccb7350d3190df6a02b SHA512 f94e10c9d2ecb645fe919fc66adca45ee01299e93d6f6eb51f45d5a4193da334518f1f4ed9fddcf84cac81fa6d1a6a81d626bd1aca71c60bf2b9493255fc1d3a

diff --git a/net-analyzer/gsa/gsa-22.7.1.ebuild b/net-analyzer/gsa/gsa-22.9.0.ebuild
similarity index 95%
rename from net-analyzer/gsa/gsa-22.7.1.ebuild
rename to net-analyzer/gsa/gsa-22.9.0.ebuild
index a45132ee3340..783646bfe714 100644
--- a/net-analyzer/gsa/gsa-22.7.1.ebuild
+++ b/net-analyzer/gsa/gsa-22.9.0.ebuild
@@ -19,8 +19,8 @@ LICENSE="AGPL-3+"
 KEYWORDS="~amd64 ~x86"
 
 BDEPEND="
-	>=net-libs/nodejs-14.0.0[ssl]
-	>=sys-apps/yarn-1.15.2
+	>=net-libs/nodejs-18.0.0[ssl]
+	>=sys-apps/yarn-1.22
 "
 
 MY_NODE_DIR="${S}/${MY_NODE_D}/"


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2023-12-01  9:55 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2023-12-01  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     c15097b37726e15d47f9da48defe4de00782b658
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Sun Nov 26 08:51:33 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 09:55:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15097b3

net-analyzer/gsa: add 22.9.1, drop 22.9.0

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33997
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest                                 | 4 ++--
 net-analyzer/gsa/{gsa-22.9.0.ebuild => gsa-22.9.1.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index c18208115dd9..28c2aabe89e4 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,2 +1,2 @@
-DIST gsa-22.9.0.tar.gz 3604871 BLAKE2B 921d49187d78e8704c254f043f68eff1e404680a031ec6bd9e20f1772287b411081251b556ecf778a83478d92935bfe2f9c23d48d9da42732544b0d9370b758c SHA512 8086d7ebd62a74f0205c6bd19cb3616ec8bc878ddfbda06210a1767848b550023d253adf0ab7439b8947bf0300e4285b20f7a218eeb627fba54b44ef79e33cd8
-DIST gsa-node-modules-22.9.0.tar.xz 27901620 BLAKE2B 0a2341bba5dde975dc825dfa660da2ca309c3a274d0d5486737577d1748fa09b576c8c22deab1bc1929ed2cd49cf6ba890ad1d2704e1fccb7350d3190df6a02b SHA512 f94e10c9d2ecb645fe919fc66adca45ee01299e93d6f6eb51f45d5a4193da334518f1f4ed9fddcf84cac81fa6d1a6a81d626bd1aca71c60bf2b9493255fc1d3a
+DIST gsa-22.9.1.tar.gz 3605240 BLAKE2B 188a44972687bea584e9c5ec4dde882357dacf891a4edd5362a71c0dbe0b0eb6ab7ac5ca7bfe43fbb5b00d3b19e56ff865f98d26beba6166d414dc7db8dcffad SHA512 8c3d2f46bfb33cc1bf4e2faa4be88c1c0d60fe3bc726fb0652b075424a1ce0fa1b52b010d3d1a4fad8b1eeeaae1c07818abf53c739da207757f80e3cf743f8b3
+DIST gsa-node-modules-22.9.1.tar.xz 27697328 BLAKE2B 51dd5e7948a17b514b58d3cc09717799553beced4a60c490b161901188620ce61f1ba396def95d568d4b745e1945a2908f2adabb8d9d861c189fb5b327af6b98 SHA512 d2a2a1bbe3ce30f6671435b55d88bcd9157141576a66690c9fd37f019520b36795353527f8e9af0cf126307eac2cab73bbd1ea2474e24bc7ae55019fbfecdf20

diff --git a/net-analyzer/gsa/gsa-22.9.0.ebuild b/net-analyzer/gsa/gsa-22.9.1.ebuild
similarity index 100%
rename from net-analyzer/gsa/gsa-22.9.0.ebuild
rename to net-analyzer/gsa/gsa-22.9.1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2024-01-23 13:30 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2024-01-23 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     822c0dd37b44028f94a94be9dca0902eec9583ce
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Mon Jan 22 06:18:40 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 13:29:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822c0dd3

net-analyzer/gsa: add 23.0.0, drop 22.9.1

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34960
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest                                 | 4 ++--
 net-analyzer/gsa/{gsa-22.9.1.ebuild => gsa-23.0.0.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index 28c2aabe89e4..c7dc9a59b4b6 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,2 +1,2 @@
-DIST gsa-22.9.1.tar.gz 3605240 BLAKE2B 188a44972687bea584e9c5ec4dde882357dacf891a4edd5362a71c0dbe0b0eb6ab7ac5ca7bfe43fbb5b00d3b19e56ff865f98d26beba6166d414dc7db8dcffad SHA512 8c3d2f46bfb33cc1bf4e2faa4be88c1c0d60fe3bc726fb0652b075424a1ce0fa1b52b010d3d1a4fad8b1eeeaae1c07818abf53c739da207757f80e3cf743f8b3
-DIST gsa-node-modules-22.9.1.tar.xz 27697328 BLAKE2B 51dd5e7948a17b514b58d3cc09717799553beced4a60c490b161901188620ce61f1ba396def95d568d4b745e1945a2908f2adabb8d9d861c189fb5b327af6b98 SHA512 d2a2a1bbe3ce30f6671435b55d88bcd9157141576a66690c9fd37f019520b36795353527f8e9af0cf126307eac2cab73bbd1ea2474e24bc7ae55019fbfecdf20
+DIST gsa-23.0.0.tar.gz 3605974 BLAKE2B c3797a20427754e0bee32d6e64599f04d1ed474435172efdeb0f3200aaec0d7a7dae0d80c035a762e3b6483f6b629a32e5225737ba521047ef90d564f2d1a036 SHA512 d2dfe12777a8b7610ebc1e7eceb079d38ae1f83085c5a411c115950e55254c82151f77ce16d12342d40b457999f50348a48e66f236a83d145697f68ef9caf993
+DIST gsa-node-modules-23.0.0.tar.xz 28474728 BLAKE2B f16b863d4a052cfbbc2758d66ca7f7715b2d0a303b916c149e562e9b2f4c2eeb9696447613fa382cc951d72c54758ea285402149f77793c94a0b39f71c39379d SHA512 ab3aedc50f1f9802b2a986a6b2e905b858f42722ef821d9b6d5aac44f113c62142a22292ce90badeb588276391ae64d68de177da727dcf09279105a9b635f4ab

diff --git a/net-analyzer/gsa/gsa-22.9.1.ebuild b/net-analyzer/gsa/gsa-23.0.0.ebuild
similarity index 97%
rename from net-analyzer/gsa/gsa-22.9.1.ebuild
rename to net-analyzer/gsa/gsa-23.0.0.ebuild
index 783646bfe714..1904c1691642 100644
--- a/net-analyzer/gsa/gsa-22.9.1.ebuild
+++ b/net-analyzer/gsa/gsa-23.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2024-02-28 20:50 Jakov Smolić
  0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2024-02-28 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ba08f0cf2a388d241167df98976b0987242ef590
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:50:11 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:50:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba08f0cf

net-analyzer/gsa: Stabilize 23.0.0 amd64, #925668

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-analyzer/gsa/gsa-23.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/gsa/gsa-23.0.0.ebuild b/net-analyzer/gsa/gsa-23.0.0.ebuild
index 1904c1691642..34f8965050e2 100644
--- a/net-analyzer/gsa/gsa-23.0.0.ebuild
+++ b/net-analyzer/gsa/gsa-23.0.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="AGPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
 	>=net-libs/nodejs-18.0.0[ssl]


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/
@ 2024-09-14 10:09 Florian Schmaus
  0 siblings, 0 replies; 14+ messages in thread
From: Florian Schmaus @ 2024-09-14 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     59c77856e1d33db452b6c85339581d1a8860d738
Author:     Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com>
AuthorDate: Wed Sep  4 04:50:21 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 09:56:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c77856

net-analyzer/gsa: add 23.3.0

Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38419
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-analyzer/gsa/Manifest          |  2 ++
 net-analyzer/gsa/gsa-23.3.0.ebuild | 49 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-analyzer/gsa/Manifest b/net-analyzer/gsa/Manifest
index c7dc9a59b4b6..5f782bef01a5 100644
--- a/net-analyzer/gsa/Manifest
+++ b/net-analyzer/gsa/Manifest
@@ -1,2 +1,4 @@
 DIST gsa-23.0.0.tar.gz 3605974 BLAKE2B c3797a20427754e0bee32d6e64599f04d1ed474435172efdeb0f3200aaec0d7a7dae0d80c035a762e3b6483f6b629a32e5225737ba521047ef90d564f2d1a036 SHA512 d2dfe12777a8b7610ebc1e7eceb079d38ae1f83085c5a411c115950e55254c82151f77ce16d12342d40b457999f50348a48e66f236a83d145697f68ef9caf993
+DIST gsa-23.3.0.tar.gz 3508732 BLAKE2B 13aa2c7922778c16bc0c2349fb638fbbc96bb9fc2c005310815f0e0b9194b2afb7648cb7efe7f9e9b18b1756224d964c3feba53334d71a9f5f26156cde0a6fde SHA512 d9eaa282ba4babf3f42939f4918b5726fa539e4c4fe64e89ae77cf1887b2f10d5a97f085b168264e7b23c468f194e0c58c565ee86458812065947a4d96c43788
 DIST gsa-node-modules-23.0.0.tar.xz 28474728 BLAKE2B f16b863d4a052cfbbc2758d66ca7f7715b2d0a303b916c149e562e9b2f4c2eeb9696447613fa382cc951d72c54758ea285402149f77793c94a0b39f71c39379d SHA512 ab3aedc50f1f9802b2a986a6b2e905b858f42722ef821d9b6d5aac44f113c62142a22292ce90badeb588276391ae64d68de177da727dcf09279105a9b635f4ab
+DIST gsa-node-modules-23.3.0.tar.xz 23747600 BLAKE2B 85a5e30f7c74fa572da26437ac224126cbd657c1b8fc81dddbb0ab037ea0d9ece90cafb2a9678770017e837d1a914ae662cebddcfef9aeeaf9285aaebc1cab8b SHA512 3b03791d775b2318e91db27f49d199dc70d420242751568a663f3cff43cd11610cb3e46664ff8dd295bed974559d815b84421c72643af86ab540d1114c958d80

diff --git a/net-analyzer/gsa/gsa-23.3.0.ebuild b/net-analyzer/gsa/gsa-23.3.0.ebuild
new file mode 100644
index 000000000000..c88164c79281
--- /dev/null
+++ b/net-analyzer/gsa/gsa-23.3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_NODE_N="node-modules"
+MY_NODE_D="node_modules"
+MY_NODE_PV="${PV}"
+
+DESCRIPTION="Greenbone Security Assistant"
+HOMEPAGE="https://www.greenbone.net https://github.com/greenbone/gsa"
+SRC_URI="
+	https://github.com/greenbone/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/greenbone/${PN}/releases/download/v${PV}/${PN}-${MY_NODE_N}-${PV}.tar.xz
+"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+	>=net-libs/nodejs-18.0.0[ssl]
+	>=sys-apps/yarn-1.22
+"
+
+MY_NODE_DIR="${S}/${MY_NODE_D}/"
+
+src_prepare() {
+	default
+	# We will use pre-generated npm stuff.
+	mv "${WORKDIR}/${MY_NODE_D}" "${MY_NODE_DIR}" || die "couldn't move node_modules"
+
+	# Make SVGR not traverse the path up to / looking for a
+	# configuration file. Fixes
+	# Error: EACCES: permission denied, open '/.config/svgrrc'
+	# in case a directory /.config exists, see https://bugs.gentoo.org/909731
+	echo "runtimeConfig: false" > .svgrrc.yml || die
+}
+
+src_compile() {
+	# setting correct PATH for finding react-js
+	NODE_ENV=production PATH="${PATH}:${MY_NODE_DIR}/.bin/" \
+			yarn --offline build || die
+}
+
+src_install() {
+	insinto "usr/share/gvm/gsad/web"
+	doins -r build/*
+}


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

end of thread, other threads:[~2024-09-14 10:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01  9:55 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gsa/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 10:09 Florian Schmaus
2024-02-28 20:50 Jakov Smolić
2024-01-23 13:30 Florian Schmaus
2023-11-21  8:01 Florian Schmaus
2023-11-14  7:53 Florian Schmaus
2023-10-14 15:05 Florian Schmaus
2023-10-04  7:44 Florian Schmaus
2023-09-27  6:58 Florian Schmaus
2023-07-28 14:28 Florian Schmaus
2023-07-28 11:59 Florian Schmaus
2023-07-28  7:21 Florian Schmaus
2023-07-03  8:15 Florian Schmaus
2023-07-03  8:15 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox