Add a single function to validate ABIs
modified libpkg/pkg_add.c
@@ -35,10 +35,10 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -153,7 +153,6 @@ int
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -201,13 +200,9 @@ pkg_add(struct pkgdb *db, const char *path, unsigned flags, struct pkg_manifest_
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/utils.h
@@ -98,6 +98,7 @@ int rsa_verify_cert(const char *path, unsigned char *cert,
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/update.c
@@ -525,7 +525,7 @@ pkg_register_repo(struct pkg_repo *repo, sqlite3 *sqlite)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -560,9 +560,8 @@ pkg_add_from_manifest(char *buf, const char *origin, long offset,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -611,7 +610,6 @@ pkg_update_incremental(const char *name, struct pkg_repo *repo, time_t *mtime)
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -715,8 +713,6 @@ pkg_update_incremental(const char *name, struct pkg_repo *repo, time_t *mtime)
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -731,7 +727,7 @@ pkg_update_incremental(const char *name, struct pkg_repo *repo, time_t *mtime)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/utils.c
@@ -40,6 +40,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -458,6 +459,23 @@ is_hardlink(struct hardlinks *hl, struct stat *st)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|