Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Modify the package validation accordingly to the new changes
Baptiste Daroussin committed 11 years ago
commit f0699599565e4bcb42308cb3f8b090e81ea2b4eb
parent 5fa8025
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,"
		"  ]"