Port details |
- cvechecker Check CVE database for vulnerabilities affecting installed packages
- 3.9_3 security =2 3.9_2Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2017-10-12 11:00:57
- Last Update: 2024-09-05 06:17:39
- Commit Hash: 455664c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/sjvermeu/cvechecker/wiki
- Description:
- ------------------------------------------------------------------------------
The goal of cvechecker is to report about possible vulnerabilities on your
system, by scanning a list of installed software and matching results with
the CVE database.
This is not a bullet-proof method and you may have many false positives (ie:
vulnerability is fixed with a revision-release, but the tool isn't able to
detect the revision itself), yet it is still better than nothing, especially
if you are running a distribution with little security coverage.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cvechecker>0:security/cvechecker
- To install the port:
- cd /usr/ports/security/cvechecker/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cvechecker
- pkg install cvechecker
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cvechecker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1536581491
SHA256 (sjvermeu-cvechecker-v3.9_GH0.tar.gz) = a8c05be9e81533bd1b9441fe1a38e54d2939123af7c5d933bac28cb51d41dc27
SIZE (sjvermeu-cvechecker-v3.9_GH0.tar.gz) = 3329468
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Runtime dependencies:
-
- bash : shells/bash
- Library dependencies:
-
- libargp.so : devel/argp-standalone
- libconfig.so : devel/libconfig
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cvechecker-3.9_3:
DOCS=on: Build and/or install documentation
====> CVE Database: you have to choose at least one of them
MYSQL=off: MySQL database support
SQLITE=on: SQLite database support
===> Use 'make config' to modify these settings
- Options name:
- security_cvechecker
- USES:
- autoreconf pkgconfig shebangfix sqlite
- pkg-message:
- If removing:
- ------------------------------------------------------------------------------
If you are no longer using the cvechecker port, then manually delete
the following directory and all its contents:
/var/db/cvechecker
------------------------------------------------------------------------------
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.9_3 05 Sep 2024 06:17:39 |
Po-Chuan Hsieh (sunpoet) |
devel/argp-standalone: Update to newer snapshot (8ded2bc)
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for shlib change |
3.9_2 21 Mar 2024 17:10:16 |
Nuno Teixeira (eduardo) |
security/cvechecker: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.9_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.9_1 27 Jul 2022 12:45:46 |
Baptiste Daroussin (bapt) |
security/cvechecker: use pkg-message to show message on remove |
3.9_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.9_1 03 Jun 2022 05:27:59 |
Stefan Eßer (se) |
security/cvechecker: unbreak after import of dns/acme-dns
The import of dns/acme-dns in commit b30a7af70d seems to have
contained unrelated patch files that were added to this port.
Revert the part of commit b30a7af70d that affected this port
to make it build again.
Reported by: pkg-fallout |
3.9_1 20 May 2022 11:11:15 |
Stefan Eßer (se) Author: freultwah |
dns/acme-dns: add new port
This port provides a limited DNS server with RESTful HTTP API to
handle ACME DNS challenges. |
3.9_1 26 Jan 2022 07:46:25 |
Marius Strobl (marius) |
devel/libconfig: update to 1.7.3
- Chase shared library bump across dependant ports.
- Fetch releases rather than tags from GitHub. [1]
- Properly depend on makeinfo, adding an INFO knob.
- Refresh pkg-descr and COMMENT accordingly.
PR: 261062
Reported by: dizzy [1]
Approved by: maintainer timeout |
3.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.9 10 Sep 2018 12:24:31 |
se |
Upgrade to version 3.9.
Approved by: antoine (implicit) |
3.8_2 06 Aug 2018 17:22:37 |
fernape |
devel/libconfig: update to 1.7.2
* Change to USE_GH
* Bump PORTREVISION of dependant ports.
Committing after maintainer timeout
PR: 229961
Submitted by: che@bein.link
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16442 |
3.8_1 17 Oct 2017 13:38:34 |
se |
Use "fetch" instead of "wget" to download CVE information.
Reported by: Lars Engels (lars.engels at 0x20.net) |
3.8 12 Oct 2017 17:55:01 |
mat |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight |
3.8 12 Oct 2017 11:04:08 |
se |
Add post release patch (will become obsolete with next release). |
3.8 12 Oct 2017 11:00:50 |
se |
Check installed packages for vulnerabilities recorded in the CVE database.
Approved by: antoine (mentor) |