Add support for @unexec
modified libpkg/pkg_manifest.c
@@ -23,6 +23,7 @@ static int m_parse_dep(struct pkg *pkg, char *buf);
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -43,6 +44,7 @@ static struct manifest_key {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -121,6 +123,20 @@ m_parse_exec(struct pkg *pkg, char *buf)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified tests/manifest.c
@@ -20,6 +20,8 @@ char manifest[] = ""
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -187,15 +189,26 @@ START_TEST(parse_manifest)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|