Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
1ddbd6c03d36f4541aca2ddc339b433dac2b1178
Set allocated flag for signature key.
Vsevolod Stakhov
committed
12 years ago
commit 1ddbd6c03d36f4541aca2ddc339b433dac2b1178
parent
fea876e6c600d44b32c60dbc65d7b60a24d29821
1 file changed
+1
-0
modified
libpkg/pkg_repo.c
@@ -749,6 +749,7 @@ pkg_repo_fetch_meta(struct pkg_repo *repo, time_t *t)
rc = EPKG_FATAL;
goto cleanup;
}
+
s->cert_allocated = true;
}
}