notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-greenbone-feed-sync new script for downloading the Greenbone Community Feed
25.1.0 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 24.9.0Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-09-21 16:51:09
Last Update: 2025-06-19 20:28:47
Commit Hash: 4f0eba1
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: GPLv3
WWW:
https://github.com/greenbone/greenbone-feed-sync
Description:
New script for downloading the Greenbone Community Feed
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}greenbone-feed-sync>0:security/py-greenbone-feed-sync@${PY_FLAVOR}
To install the port:
cd /usr/ports/security/py-greenbone-feed-sync/ && make install clean
To add the package, run one of these commands:
  • pkg install security/py-greenbone-feed-sync
  • pkg install py311-greenbone-feed-sync
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-greenbone-feed-sync listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-greenbone-feed-sync
Package flavors (<flavor>: <package>)
  • py311: py311-greenbone-feed-sync
distinfo:
TIMESTAMP = 1744687806 SHA256 (greenbone-greenbone-feed-sync-v25.1.0_GH0.tar.gz) = 4cab6c3774c4bab9e2eb4453d071e56ee7d848008d02f60bc876f4c8320c0ffe SIZE (greenbone-greenbone-feed-sync-v25.1.0_GH0.tar.gz) = 65345

Packages (timestamps in pop-ups are UTC):
py39-greenbone-feed-sync
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----23.8.0_223.8.0_223.8.0_2
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----23.8.0_223.8.0_223.8.0_2
FreeBSD:15:latest--n/a-n/a23.10.0_123.10.0_123.10.0_1
 

py311-greenbone-feed-sync
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest25.1.025.1.0-25.1.025.1.0---
FreeBSD:13:quarterly24.9.024.9.0-24.9.024.9.0---
FreeBSD:14:latest25.1.025.1.0-25.1.025.1.0---
FreeBSD:14:quarterly24.9.024.9.0-24.9.024.9.0---
FreeBSD:15:latest25.1.025.1.0n/a25.1.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-poetry-core>0 : devel/py-poetry-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-rich>=13.2.0 : textproc/py-rich@py311
  2. py311-tomli>=2.0.1 : textproc/py-tomli@py311
  3. py311-shtab>=1.6.5 : devel/py-shtab@py311
  4. rsync : net/rsync
  5. python3.11 : lang/python311
This port is required by:
for Run
  1. security/gvm
  2. security/openvas

Configuration Options:
No options to configure
Options name:
security_py-greenbone-feed-sync
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/greenbone/greenbone-feed-sync/tar.gz/v25.1.0?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
25.1.0
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
25.1.0
15 Apr 2025 05:26:32
commit hash: 7d583798d4a8a601425ff2e3adcef5644d5c6af4commit hash: 7d583798d4a8a601425ff2e3adcef5644d5c6af4commit hash: 7d583798d4a8a601425ff2e3adcef5644d5c6af4commit hash: 7d583798d4a8a601425ff2e3adcef5644d5c6af4 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-greenbone-feed-sync: Update to 25.1.0
24.9.0
22 Dec 2024 23:41:49
commit hash: 0cca7195e16b236e871f5a2debf712493ce0a28bcommit hash: 0cca7195e16b236e871f5a2debf712493ce0a28bcommit hash: 0cca7195e16b236e871f5a2debf712493ce0a28bcommit hash: 0cca7195e16b236e871f5a2debf712493ce0a28b files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/gvm: Update to 24.1.2

databases/pg-gvm: Update to 22.6.6
security/gsa: Update to 24.1.0 (Only amd64 and aarch64)
security/gsad: Update to 24.1.0
security/openvas: Update to 23.14.0
security/gvmd: Update to 24.1.2
security/gvm-libs: 22.15.0
security/py-notus-scanner: Update to 22.6.5
security/py-greenbone-feed-sync: Update to 24.9.0
security/py-ospd-openvas: Bump PORTREVISION
security/py-gvm-tools: Update to 24.12.1
security/py-python-gvm: Update to 24.12.0
24.3.0_1
09 Sep 2024 21:28:02
commit hash: 3775b549e998abd869deddc0be80c05f0ebf9222commit hash: 3775b549e998abd869deddc0be80c05f0ebf9222commit hash: 3775b549e998abd869deddc0be80c05f0ebf9222commit hash: 3775b549e998abd869deddc0be80c05f0ebf9222 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-greenbone-feed-sync: Add missing dependency

- Improve RUN_DEPENDS
- Bump PORTREVISION
PR:		280350
Reported by:	Trond Endrestøl <Trond.Endrestol __at__ ximalas.info>
24.3.0
24 Apr 2024 22:30:12
commit hash: fde0b606556b9deb1dd043cdd07d45145d33720bcommit hash: fde0b606556b9deb1dd043cdd07d45145d33720bcommit hash: fde0b606556b9deb1dd043cdd07d45145d33720bcommit hash: fde0b606556b9deb1dd043cdd07d45145d33720b files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/gvm: update to 23.5.2

- databases/pg-gvm: update to 22.6.5
- security/gsa: update to 23.0.0
- security/gsad: update to 22.9.1
- security/gvm-libs: update to 22.9.1
- security/gvmd: update to 23.5.2
- security/openvas: update to 23.0.1
- security/py-gvm-tools: update to 24.3.0
- security/py-notus-scanner: update to 22.6.3
- security/py-ospd-openvas: update to 22.7.1
- security/py-python-gvm: update to 24.3.0
- security/py-greenbone-feed-sync: update to 24.3.0
23.10.0_1
27 Jan 2024 21:56:29
commit hash: f082c7dd00f62b8854e39cbbc97521bf6c2e9253commit hash: f082c7dd00f62b8854e39cbbc97521bf6c2e9253commit hash: f082c7dd00f62b8854e39cbbc97521bf6c2e9253commit hash: f082c7dd00f62b8854e39cbbc97521bf6c2e9253 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/gvm: fix build

- Add missing dependency
- Use autoplist instead of pkg-plist file
- Fix pkg-plist file
Reported by:	pkg-fallout
23.10.0
27 Jan 2024 00:47:49
commit hash: 88b668ecb947fcca9a8574c7f685104c9fb4c257commit hash: 88b668ecb947fcca9a8574c7f685104c9fb4c257commit hash: 88b668ecb947fcca9a8574c7f685104c9fb4c257commit hash: 88b668ecb947fcca9a8574c7f685104c9fb4c257 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/gvm: update to 23.2.0

- databases/pg-gvm: update to 22.6.4
- security/gsa: update to 23.0.0
- security/gsad: update to 22.9.0
- security/gvm-libs: update to 22.8.0
- security/gvmd: update to 23.2.0
- security/openvas: update to 22.7.9
- security/py-gvm-tools: update to 24.1.0
- security/py-notus-scanner: update to 22.6.2
- security/py-ospd-openvas: update to 22.6.2
- security/py-python-gvm: update to 24.1.0
- security/py-greenbone-feed-sync: update to 23.10.0
23.8.0_2
20 Oct 2023 23:50:29
commit hash: bff9bc0e00371f32ea06bed1f78e09ec4ccbe826commit hash: bff9bc0e00371f32ea06bed1f78e09ec4ccbe826commit hash: bff9bc0e00371f32ea06bed1f78e09ec4ccbe826commit hash: bff9bc0e00371f32ea06bed1f78e09ec4ccbe826 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/gvm: Update gvm-libs to 22.7.3 and openvas to 22.7.6

- Bump PORTREVISION
- Update security/py-python-gvm to 23.10.0
- Fix issues with config path of security/py-notus-scanner and
  security/py-greenbone-feed-sync [1]
- Improve pkg-message.in from security/gvm [1]

Reported by:	Luciano Mannucci <luciano at_ vespaperitivo.it> [1]
23.8.0_1
20 Oct 2023 07:19:22
commit hash: 002d00dce5020189948856d4ff30c88f7367a75fcommit hash: 002d00dce5020189948856d4ff30c88f7367a75fcommit hash: 002d00dce5020189948856d4ff30c88f7367a75fcommit hash: 002d00dce5020189948856d4ff30c88f7367a75f files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
Author: John Hein
security/py-greenbone-feed-sync: Fix pkg-plist

- Bump PORTREVISION
PR:		274377
Reported by:	John Hein <jcfyecrayz _at_ liamekaens.com>
23.8.0
21 Sep 2023 16:49:08
commit hash: aaa196b77ee89c811718cd846345e74f47d4c8accommit hash: aaa196b77ee89c811718cd846345e74f47d4c8accommit hash: aaa196b77ee89c811718cd846345e74f47d4c8accommit hash: aaa196b77ee89c811718cd846345e74f47d4c8ac files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-greenbone-feed-sync: New port: new script for downloading the
Greenbone Community Feed

https://github.com/greenbone/greenbone-feed-sync

Number of commits found: 10