commit 82708eb352bd8956dd7b2679c9b9f11015c45c6b from: Stefan Sperling date: Sun Dec 03 16:47:40 2017 UTC fix pack file magic value commit - 0044418acad435a5af7d35b6173af5864eba9466 commit + 82708eb352bd8956dd7b2679c9b9f11015c45c6b blob - 3961f5277d97502704df8be8b2cb05a0fabe217a blob + 99603fc59a8b31bc6eed774cb39cc2a0f9a8074c --- lib/pack.h +++ lib/pack.h @@ -62,7 +62,7 @@ struct got_packidx_v2_hdr { struct got_packfile_hdr { uint32_t signature; -#define GOT_PACKFILE_SIGNATURE 0x4041434b /* 'P' 'A' 'C' 'K' */ +#define GOT_PACKFILE_SIGNATURE 0x5041434b /* 'P' 'A' 'C' 'K' */ uint32_t version; /* big endian */ #define GOT_PACKFILE_VERSION 2 uint32_t nobjects; /* big endian */