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
›
756239902703d32f098c1d7b57dc44bffae7def3
libpkg: fix a table drop statement
Daniel Kolesa
committed
4 years ago
commit 756239902703d32f098c1d7b57dc44bffae7def3
parent
d28486cfda67b23bc8860adc2572b47a4d659a66
1 file changed
+2
-0
modified
libpkg/repo/binary/binary_private.h
@@ -376,6 +376,8 @@ static const struct repo_changes repo_upgrades[] = {
},
{2013,
2014,
+
"Drop 'pkg_search'",
+
"DROP TABLE pkg_search;"
},
/* Mark the end of the array */