Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Do not propose to downgrade packages except if forced.
Baptiste Daroussin committed 12 years ago
commit 250746e589ac7d98f91665649f0fa449d97a3fec
parent fa9ea58f2a0a4255c6df1d5e5996683814f7b69d
1 file changed +1 -2
modified libpkg/pkg_jobs.c
@@ -669,8 +669,7 @@ newer_than_local_pkg(struct pkg_jobs *j, struct pkg *rp, bool force)
		pkg_free(lp);
		return (true);
	}
-

-
	if (cmp == 0) {
+
	if (cmp == -1) {
		pkg_free(lp);
		return (false);
	}