Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Indicate why signed repo is mandatory
Bryan Drewery committed 13 years ago
commit a7077d0190faec8e3c9a18aa4809f831ca1f0ada
parent 00d48db
1 file changed +1 -1
modified libpkg/update.c
@@ -152,7 +152,7 @@ pkg_update(const char *name, const char *packagesite)
				goto cleanup;
			}
		} else {
-
			pkg_emit_error("No signature found in the repository, this is mandatory");
+
			pkg_emit_error("No signature found in the repository. This is mandatory as PKG_CONFIG_SIGNED_REPOS is enabled.");
			rc = EPKG_FATAL;
			unlink(repofile_unchecked);
			goto cleanup;