Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ COCCI_ARGS= -I ${top_srcdir} \
-I ${top_srcdir}/compat \
-I ${top_srcdir}/libpkg \
-I ${top_srcdir}/src \
-I ${top_srcdir}/external/yxml \
-I ${top_srcdir}/external/libucl/include \
-I ${top_srcdir}/external/uthash \
-I ${top_srcdir}/external/sqlite \
Expand Down
2 changes: 1 addition & 1 deletion configure.def
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ for _dir in external/libblake2 external/libpicosat \
external/liblinenoise external/libsqlite external/libfetch \
external compat libpkg libpkg/repo libpkg/repo/binary src \
external/libucl external/libelf tests docs \
external/liblua external/libyxml scripts external/libder \
external/liblua scripts external/libder \
external/libecc; do
make_template "$_dir/Makefile.in"
define_append CONF_GEN_FILES "$_dir/Makefile.in"
Expand Down
2 changes: 1 addition & 1 deletion docs/pkg-install.8
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ setting in
.Pa pkg.conf .
.Pp
If the vulnerability database
.Pa ( vuln.xml )
.Pa ( freebsd-osv.json )
is available
.Pq see Xr pkg-audit 8 ,
the summary will flag any packages with known vulnerabilities and
Expand Down
2 changes: 1 addition & 1 deletion docs/pkg-upgrade.8
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ setting in
.Pa pkg.conf .
.Pp
If the vulnerability database
.Pa ( vuln.xml )
.Pa ( freebsd-osv.json )
is available
.Pq see Xr pkg-audit 8 ,
the summary will flag any packages with known vulnerabilities and
Expand Down
10 changes: 8 additions & 2 deletions docs/pkg.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,16 @@ configuration file.
Default: pkg+http, pkg+https, https, http, file, ssh, tcp.
.It Cm VULNXML_SITE: string
Specifies the URL to fetch the
.Pa vuln.xml
.Pa freebsd-osv.json
vulnerability database from.
Default:
.Pa https://vuxml.freebsd.org/freebsd/vuln.xml.xz .
.Pa https://raw.githubusercontent.com/illuusio/freebsd-osv/refs/heads/main/db/freebsd-osv.json .
.It Cm VULNXML_SITE: string
Specifies the URL to fetch the
.Pa freebsd-osv.json
vulnerability database from.
Default:
.Pa https://raw.githubusercontent.com/illuusio/freebsd-osv/refs/heads/main/db/freebsd-osv.json .
.It Cm WARN_SIZE_LIMIT: integer
When download and total change is less than than this option, don't ask
the user to confirm the desired action.
Expand Down
2 changes: 1 addition & 1 deletion external/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include @builddir@/mk/defs.mk
DIRS= libblake2 libpicosat liblinenoise libfetch libsqlite libucl liblua libyxml libder libecc
DIRS= libblake2 libpicosat liblinenoise libfetch libsqlite libucl liblua libder libecc
@if libelf-internal
DIRS+= libelf
@endif
Expand Down
13 changes: 0 additions & 13 deletions external/libyxml/Makefile.in

This file was deleted.

Loading
Loading