Update pakced fs

This commit is contained in:
cpq 2023-09-28 16:27:58 +01:00
parent 1291839182
commit fc626bb57f

View File

@ -12,7 +12,7 @@ const char *mg_unpack(const char *, size_t *, time_t *);
#endif
static const unsigned char v1[] = {
31, 139, 8, 8, 25, 30, 243, 100, 0, 3, 98, 117, // .......d..bu
31, 139, 8, 8, 229, 145, 21, 101, 0, 3, 98, 117, // .......e..bu
110, 100, 108, 101, 46, 106, 115, 0, 173, 60, 139, 114, // ndle.js..<.r
219, 56, 146, 191, 18, 105, 83, 90, 98, 132, 200, 118, // .8...iSZb..v
102, 178, 119, 71, 25, 81, 37, 30, 79, 156, 153, 60, // f.wG.Q%.O..<
@ -652,7 +652,7 @@ static const unsigned char v1[] = {
0, 0 // .
};
static const unsigned char v2[] = {
31, 139, 8, 8, 189, 48, 247, 100, 0, 3, 99, 111, // .....0.d..co
31, 139, 8, 8, 229, 145, 21, 101, 0, 3, 99, 111, // .......e..co
109, 112, 111, 110, 101, 110, 116, 115, 46, 106, 115, 0, // mponents.js.
237, 93, 109, 115, 219, 70, 146, 254, 238, 95, 49, 97, // .]ms.F..._1a
185, 150, 228, 70, 128, 240, 78, 64, 182, 180, 229, 36, // ...F..N@...$
@ -1252,7 +1252,7 @@ static const unsigned char v2[] = {
231, 241, 223, 148, 71, 14, 239, 92, 107, 0, 0, 0 // ....G...k..
};
static const unsigned char v3[] = {
31, 139, 8, 8, 25, 30, 243, 100, 0, 3, 104, 105, // .......d..hi
31, 139, 8, 8, 229, 145, 21, 101, 0, 3, 104, 105, // .......e..hi
115, 116, 111, 114, 121, 46, 109, 105, 110, 46, 106, 115, // story.min.js
0, 237, 91, 109, 111, 219, 186, 146, 254, 43, 182, 47, // ..[mo....+./
214, 144, 96, 86, 181, 123, 206, 61, 187, 43, 151, 215, // ..`V.{.=.+..
@ -1669,7 +1669,7 @@ static const unsigned char v4[] = {
199, 3, 0, 0, 0 // ....
};
static const unsigned char v5[] = {
31, 139, 8, 8, 24, 81, 18, 101, 0, 3, 109, 97, // .....Q.e..ma
31, 139, 8, 8, 56, 155, 21, 101, 0, 3, 109, 97, // ....8..e..ma
105, 110, 46, 99, 115, 115, 0, 237, 59, 107, 143, 227, // in.css..;k..
200, 141, 127, 69, 55, 139, 5, 186, 247, 36, 141, 36, // ...E7....$.$
203, 118, 183, 140, 4, 1, 14, 8, 178, 64, 246, 62, // .v.......@.>
@ -2052,7 +2052,7 @@ static const unsigned char v5[] = {
0, 0 // .
};
static const unsigned char v6[] = {
31, 139, 8, 8, 214, 41, 19, 101, 0, 3, 109, 97, // .....).e..ma
31, 139, 8, 8, 20, 155, 21, 101, 0, 3, 109, 97, // .......e..ma
105, 110, 46, 106, 115, 0, 181, 91, 235, 118, 219, 70, // in.js..[.v.F
146, 254, 239, 167, 232, 96, 28, 147, 116, 8, 144, 32, // .....`..t..
41, 201, 166, 37, 229, 200, 151, 68, 158, 163, 216, 62, // )..%...D...>
@ -2594,12 +2594,12 @@ static const struct packed_file {
size_t size;
time_t mtime;
} packed_files[] = {
{"/web_root/bundle.js.gz", v1, sizeof(v1), 1693654553},
{"/web_root/components.js.gz", v2, sizeof(v2), 1693921469},
{"/web_root/history.min.js.gz", v3, sizeof(v3), 1693654553},
{"/web_root/bundle.js.gz", v1, sizeof(v1), 1695912421},
{"/web_root/components.js.gz", v2, sizeof(v2), 1695912421},
{"/web_root/history.min.js.gz", v3, sizeof(v3), 1695912421},
{"/web_root/index.html.gz", v4, sizeof(v4), 1693654553},
{"/web_root/main.css.gz", v5, sizeof(v5), 1695699224},
{"/web_root/main.js.gz", v6, sizeof(v6), 1695754710},
{"/web_root/main.css.gz", v5, sizeof(v5), 1695914808},
{"/web_root/main.js.gz", v6, sizeof(v6), 1695914772},
{"/certs/server_cert.pem", v7, sizeof(v7), 1692695603},
{"/certs/server_key.pem", v8, sizeof(v8), 1692695603},
{NULL, NULL, 0, 0}