Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Modify the package validation accordingly to the new changes
Baptiste Daroussin committed 11 years ago
commit f0699599565e4bcb42308cb3f8b090e81ea2b4eb
parent 5fa80250fe41a8d5d2cb0a4fe0492d80566396b0
1 file changed +1 -1
modified libpkg/pkg.c
@@ -175,6 +175,7 @@ manifest_schema_open(pkg_t type __unused)
		"    message = { type = string };"
		"    maintainer = { type = string };"
		"    arch = { type = string };"
+
		"    abi = { type = string };"
		"    www = { type = string };"
		"    prefix = { type = string };"
		"    digest = { type = string };"
@@ -209,7 +210,6 @@ manifest_schema_open(pkg_t type __unused)
		"    version,"
		"    desc,"
		"    maintainer,"
-
		"    arch,"
		"    www,"
		"    prefix,"
		"  ]"