Skip to content

Commit

Permalink
libpkg: switch DEFAULT_VULNXML_URL to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner authored and bapt committed Nov 19, 2024
1 parent 95555a8 commit 93928c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpkg/pkg_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#define PORTSDIR "/usr/ports"
#endif
#ifndef DEFAULT_VULNXML_URL
#define DEFAULT_VULNXML_URL "http://vuxml.freebsd.org/freebsd/vuln.xml.xz"
#define DEFAULT_VULNXML_URL "https://vuxml.freebsd.org/freebsd/vuln.xml.xz"
#endif

#ifdef OSMAJOR
Expand Down

0 comments on commit 93928c6

Please sign in to comment.