ArchLinux is using a longer version_id with timestamps which is why we
need some more space here. There is no point in being too tight with
this.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
struct pakfire_distro {
char pretty_name[256];
- char name[64];
- char id[32];
+ char name[256];
+ char id[256];
char slogan[256];
- char vendor[64];
- char version[64];
- char version_codename[32];
- char version_id[8];
- char tag[40];
+ char vendor[256];
+ char version[256];
+ char version_codename[256];
+ char version_id[256];
+ char tag[256];
};
int pakfire_distro(struct pakfire_distro* distro, const char* path);