Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use one mtime, not the most recent one.
Vsevolod Stakhov committed 11 years ago
commit 3eb77bbf2c234e8bc6a553792ea92291b01aad7f
parent 37330a14d6674cf90935d4cf6a3a5e9ab4a3ba5c
1 file changed +1 -1
modified libpkg/repo/binary/update.c
@@ -609,7 +609,7 @@ pkg_repo_binary_update_incremental(const char *name, struct pkg_repo *repo,
		goto cleanup;

	packagesite_t = local_t;
-
	*mtime = packagesite_t > digest_t ? packagesite_t : digest_t;
+
	*mtime = digest_t;
	/*fconflicts = repo_fetch_remote_extract_tmp(repo,
			repo_conflicts_archive, "txz", &local_t,
			&rc, repo_conflicts_file);*/