From a602c49b31e92466ea42e2968833d3e6908a18c1 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Tue, 4 Aug 2009 16:54:15 +0300 Subject: db: support "replaces" directive (fixes #113) it will allow to overwrite files owned by some other packages to get upgrades right (e.g. when splitting or renaming packages) --- src/apk_package.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apk_package.h') diff --git a/src/apk_package.h b/src/apk_package.h index 791df93..d759211 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -103,6 +103,7 @@ void apk_sign_ctx_free(struct apk_sign_ctx *ctx); int apk_sign_ctx_process_file(struct apk_sign_ctx *ctx, const struct apk_file_info *fi, struct apk_istream *is); +int apk_sign_ctx_parse_pkginfo_line(void *ctx, apk_blob_t line); int apk_sign_ctx_verify_tar(void *ctx, const struct apk_file_info *fi, struct apk_istream *is); int apk_sign_ctx_mpart_cb(void *ctx, int part, apk_blob_t blob); -- cgit v1.2.3-60-g2f50