Bug 277766 - security/py-pnu-vuxml: new port
Summary: security/py-pnu-vuxml: new port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nuno Teixeira
URL: https://github.com/HubTou/vuxml
Keywords:
Depends on: 277724
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-17 21:19 UTC by Hubert Tournier
Modified: 2024-03-20 01:31 UTC (History)
1 user (show)

See Also:


Attachments
git format-patch for py-pnu-vuxml new port (2.39 KB, patch)
2024-03-17 21:19 UTC, Hubert Tournier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Tournier 2024-03-17 21:19:19 UTC
Created attachment 249246 [details]
git format-patch for py-pnu-vuxml new port

Hello,

This is a new port for my pnu-vuxml Python package, which in turn is needed by my pnu-portstreelint Python package (see the "Port tree linter" discussion on freebsd-ports ML).

In itself, py-pnu-vuxml could be of interest to all people interested in a more
user-friendly way to query the VuXML "database" of vulnerable ports...

Best regards,

Hubert
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-03-18 11:10:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18be0977c739e369b029abb2b9d254bccf02b271

commit 18be0977c739e369b029abb2b9d254bccf02b271
Author:     Hubert Tournier <hubert.tournier@gmail.com>
AuthorDate: 2024-03-18 11:06:50 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-18 11:06:50 +0000

    security/py-pnu-vuxml: New port: FreeBSD VuXML library and query tool

    - Submitter becomes maintainer

    pnu-vuxml is both a Python command-line tool and a library that can be
    used to query or process the FreeBSD VuXML "database" of vulnerable
    ports, making it much more user-friendly and useful.

    (Dependency of upcomming Port Tree Linter port)

    PR:             277766

 security/Makefile                     |  1 +
 security/py-pnu-vuxml/Makefile (new)  | 28 ++++++++++++++++++++++++++++
 security/py-pnu-vuxml/distinfo (new)  |  3 +++
 security/py-pnu-vuxml/pkg-descr (new) |  3 +++
 4 files changed, 35 insertions(+)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-03-18 11:11:50 UTC
Committed, thank you!