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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cvechecker Check CVE database for vulnerabilities affecting installed packages
3.9_2 security on this many watch lists=0 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 3.9_1Version of this port present on the latest quarterly branch.
Maintainer: se@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-10-12 11:00:57
Last Update: 2024-03-21 17:10:16
Commit Hash: 09edbf0d
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (27 items)
Collapse this list.
  1. /usr/local/share/licenses/cvechecker-3.9_2/catalog.mk
  2. /usr/local/share/licenses/cvechecker-3.9_2/LICENSE
  3. /usr/local/share/licenses/cvechecker-3.9_2/GPLv3
  4. bin/cvechecker
  5. bin/cvegenversdat
  6. bin/cvereport
  7. bin/cverules
  8. bin/pullcves
  9. @sample etc/cvechecker.conf.sample
  10. share/cvechecker/csv2xml.awk
  11. share/cvechecker/cvereport.xsl
  12. share/cvechecker/mysql_cvechecker.sql
  13. share/cvechecker/nvdcve2simple.xsl
  14. share/cvechecker/report.css
  15. share/doc/cvechecker/acknowledgements.xml
  16. share/doc/cvechecker/userguide.xml
  17. share/man/man1/cvechecker.1.gz
  18. share/man/man1/cvegenversdat.1.gz
  19. share/man/man1/cvereport.1.gz
  20. share/man/man1/cverules.1.gz
  21. share/man/man1/pullcves.1.gz
  22. @dir /var/db/cvechecker/cache
  23. @dir /var/db/cvechecker/local
  24. @dir /var/db/cvechecker
  25. @owner
  26. @group
  27. @mode
Collapse this list.
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):
cvechecker
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.9_13.9_23.93.9_13.9_2-3.9-
FreeBSD:13:quarterly3.9_13.9_13.9_13.9_13.9_13.9_13.9_13.9_1
FreeBSD:14:latest3.9_13.9_13.9_13.9_13.9_23.9_1-3.9_1
FreeBSD:14:quarterly3.9_13.9_1-3.9_13.9_13.9_13.9_13.9_1
FreeBSD:15:latest3.9_13.9_1n/a3.9_1n/a3.9_13.9_13.9_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. autoconf>=2.72 : devel/autoconf
  3. automake>=1.16.5 : devel/automake
Runtime dependencies:
  1. bash : shells/bash
Library dependencies:
  1. libargp.so : devel/argp-standalone
  2. libconfig.so : devel/libconfig
  3. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for cvechecker-3.9_2: 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
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/sjvermeu/cvechecker/tar.gz/v3.9?dummy=/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.9_2
21 Mar 2024 17:10:16
commit hash: 09edbf0d5b32817023b59caa8d62d6a04017e649commit hash: 09edbf0d5b32817023b59caa8d62d6a04017e649commit hash: 09edbf0d5b32817023b59caa8d62d6a04017e649commit hash: 09edbf0d5b32817023b59caa8d62d6a04017e649 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
security/cvechecker: Move man pages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.9_1
27 Jul 2022 12:45:46
commit hash: 7f7b639967bf2ed951fe80e5db9789e29ed5e5e8commit hash: 7f7b639967bf2ed951fe80e5db9789e29ed5e5e8commit hash: 7f7b639967bf2ed951fe80e5db9789e29ed5e5e8commit hash: 7f7b639967bf2ed951fe80e5db9789e29ed5e5e8 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
security/cvechecker: use pkg-message to show message on remove
3.9_1
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.9_1
03 Jun 2022 05:27:59
commit hash: b446537bb3a4f514acdac0c24cda97a02d81e961commit hash: b446537bb3a4f514acdac0c24cda97a02d81e961commit hash: b446537bb3a4f514acdac0c24cda97a02d81e961commit hash: b446537bb3a4f514acdac0c24cda97a02d81e961 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b30a7af70d61b9fa3e99f0ddcedc12ef63e63b7acommit hash: b30a7af70d61b9fa3e99f0ddcedc12ef63e63b7acommit hash: b30a7af70d61b9fa3e99f0ddcedc12ef63e63b7acommit hash: b30a7af70d61b9fa3e99f0ddcedc12ef63e63b7a files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67commit hash: 8c30deb681a941ce9974c57c7f45c9f294908d67 files touched by this commit
Marius Strobl (marius) search for other commits by this committer
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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.9
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:479397Original commit files touched by this commit
se search for other commits by this committer
Upgrade to version 3.9.

Approved by:	antoine (implicit)
3.8_2
06 Aug 2018 17:22:37
Revision:476517Original commit files touched by this commit
fernape search for other commits by this committer
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
Revision:452276Original commit files touched by this commit
se search for other commits by this committer
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
Revision:451921Original commit files touched by this commit
mat search for other commits by this committer
Regular USE_GITHUB cleanup.

Sponsored by:	Absolight
3.8
12 Oct 2017 11:04:08
Revision:451849Original commit files touched by this commit
se search for other commits by this committer
Add post release patch (will become obsolete with next release).
3.8
12 Oct 2017 11:00:50
Revision:451847Original commit files touched by this commit
se search for other commits by this committer
Check installed packages for vulnerabilities recorded in the CVE database.

Approved by:	antoine (mentor)

Number of commits found: 16