Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
with pkg upgrade --vulnerable skip not found possible upgrades
Baptiste Daroussin committed 9 years ago
commit 6af7129dc56baf708852a8259ff336efab660402
parent e3a2ed8
1 file changed +2 -1
modified libpkg/pkg_jobs.c
@@ -1631,7 +1631,8 @@ jobs_solve_install_upgrade(struct pkg_jobs *j)
							"repositories",
							(j->type == PKG_JOBS_UPGRADE) ? "upgrade" : "install",
							jp->pattern);
-
					return (retcode);
+
					if ((j->flags & PKG_FLAG_UPGRADE_VULNERABLE) == 0)
+
						return (retcode);
				}
				if (retcode == EPKG_LOCKED) {
					return (retcode);