Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
21.4.3_5 22 May 2022 05:47:45 |
Jose Alonso Cardenas Marquez (acm) |
security/greenbone-security-assistant: Remove port
- It was splitted into security/gsad and security/gsa ports |
21.4.3_5 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
21.4.3_4 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
21.4.3_4 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
21.4.3_3 10 Jan 2022 19:15:47 |
Li-Wen Hsu (lwhsu) |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260777 |
21.4.3_2 26 Dec 2021 07:59:06 |
Li-Wen Hsu (lwhsu) |
Bump PORTREVISION after www/libmicrohttpd updated
PR: 260603 |
21.4.3_1 12 Nov 2021 05:54:51 |
Matthias Fechner (mfechner) |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
21.4.3 05 Nov 2021 16:32:20 |
Jose Alonso Cardenas Marquez (acm) |
security/gvm: update to 21.4.3
The following ports part of security gvm were updated
security/gvmd: Update to 21.4.4
security/gvm-libs: Update to 21.4.3
security/openvas: Update to 21.4.3
security/py-ospd-openvas: Update to 21.4.3
security/py-ospd: Update to 21.4.4
security/greenbone-security-assistant: Update to 21.4.3
security/py-gvm-tools: Update to 21.10.0
security/py-python-gvm: Update to 21.10.0 |
21.4.2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
21.4.2 05 Sep 2021 02:11:19 |
Jose Alonso Cardenas Marquez (acm) |
security/gvm: update to 21.4.2
The following ports part of security gvm were updated
security/gvmd: Update to 21.4.3
security/gvm-libs: Update to 21.4.2
security/openvas: Update to 21.4.2
security/py-ospd-openvas: Update to 21.4.2
security/py-ospd: Update to 21.4.3
security/greenbone-security-assistant: Update to 21.4.2
- Fix build on FreeBSD 11 [1]
PR: 257653
Reported by: John Hein <jcfyecrayz _ at _ liamekaens.com> [1] |
21.4.1 09 Jul 2021 18:35:54 |
Jose Alonso Cardenas Marquez (acm) |
security/gvm: update to 21.4.1
The following ports part of security gvm were updated
security/gvmd: Update to 21.4.2
security/gvm-libs: Update to 21.4.1
security/openvas: Update to 21.4.1
security/py-ospd-openvas: Update to 21.4.1
security/py-ospd: Update to 21.4.1
security/greenbone-security-assistant: Update to 21.4.1
security/py-python-gvm: Update to 21.6.0
security/py-gvm-tools: Update to 21.6.1 |
21.4.0 18 Jun 2021 07:11:58 |
Jose Alonso Cardenas Marquez (acm) |
security/gvm: Update to 21.4.0
The following ports part of security gvm were updated
security/gvmd: Update to 21.4.0
security/gvm-libs: Update to 21.4.0
security/openvas: Update to 21.4.0
security/py-ospd-openvas: Update to 21.4.0
security/py-ospd: Update to 21.4.0
security/greenbone-security-assistant: Update to 21.4.0
security/py-python-gvm: Update to 21.5.2
security/py-gvm-tools: Update to 21.6.0
Notable Changes in this Release
(Only the first 15 lines of the commit message are shown above ) |
20.8.1_1 01 Jun 2021 13:55:40 |
Li-Wen Hsu (lwhsu) |
*: Bump PORTREVISION after www/libmicrohttpd updated
PR: 255938 |
20.8.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20.8.1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
20.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20.8.1 18 Feb 2021 21:00:13 |
acm |
- Update gvm ports to 20.8.1
ChangeLog at: https://github.com/greenbone/gvmd/releases/tag/v20.8.1
https://github.com/greenbone/openvas-scanner/releases/tag/v20.8.1
https://github.com/greenbone/gsa/releases/tag/v20.8.1
https://github.com/greenbone/ospd-openvas/releases/tag/v20.8.1
https://github.com/greenbone/gvm-libs/releases/tag/v20.8.1 |
20.8.0_1 07 Jan 2021 03:42:12 |
acm |
- Remove forgotten line |
20.8.0_1 07 Jan 2021 03:29:20 |
acm |
- Fix installation issues. It BROKEN port in runtime
- Clean up
PR: 245992
Reported by: jorgen at larsendata.dk |
20.8.0 06 Jan 2021 09:13:32 |
acm |
- Re-add port: security/greenbone-security-assistant
The Greenbone Security Assistant is the web interface developed for the
Greenbone Security Manager appliances.
It connects to the Greenbone Vulnerability Manager GVM to provide a
full-featured user interface for vulnerability management.
Greenbone Security Assistant consists of GSA - The webpage written in React
and GSAD - The HTTP server talking to the GVM daemon
WWW: https://github.com/greenbone/gsa |
6.0.10_2 03 Aug 2017 22:21:37 |
acm |
- Rename openvas ports for reflect 8 version in name. I'll add openvas9 ports
and I'll take maintainership of them |
6.0.10_2 23 Jan 2017 18:52:57 |
sunpoet |
Update to 0.9.52
- While I'm here:
- Remove USE_OPENSSL: it is not required after libmicrospdy removal
- Bump PORTREVISION for dependent ports
Changes: https://gnunet.org/git/libmicrohttpd.git/tree/ChangeLog
PR: 216382
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
6.0.10_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
6.0.10_1 28 Mar 2016 17:19:55 |
tijl |
Bump PORTREVISION for gnutls update in r411990. |
6.0.10 17 Mar 2016 17:45:45 |
tijl |
Add security/greenbone-security-assistant, a web interface for OpenVAS.
(This should have been part of r411278.)
Reported by: antoine |