Version bump to 5.9.1dr1
This commit is contained in:
@@ -487,7 +487,13 @@ static bool extract_platform_info(os_type_t *type, chunk_t *name,
|
||||
os_type = OS_TYPE_DEBIAN;
|
||||
|
||||
os_version.ptr = buf;
|
||||
pos = strchr(buf, '\n');
|
||||
|
||||
/* extract major release number only */
|
||||
pos = strchr(buf, '.');
|
||||
if (!pos)
|
||||
{
|
||||
pos = strchr(buf, '\n');
|
||||
}
|
||||
if (!pos)
|
||||
{
|
||||
DBG1(DBG_PTS, "failed to find end of release string");
|
||||
|
||||
@@ -601,7 +601,13 @@ INSERT INTO products ( /* 100 */
|
||||
INSERT INTO products ( /* 101 */
|
||||
name
|
||||
) VALUES (
|
||||
'Debian 10.5 x86_64'
|
||||
'Debian 9.13 x86_64'
|
||||
);
|
||||
|
||||
INSERT INTO products ( /* 102 */
|
||||
name
|
||||
) VALUES (
|
||||
'Debian 10 x86_64'
|
||||
);
|
||||
|
||||
/* Directories */
|
||||
@@ -1324,6 +1330,12 @@ INSERT INTO groups_product_defaults (
|
||||
5, 101
|
||||
);
|
||||
|
||||
INSERT INTO groups_product_defaults (
|
||||
group_id, product_id
|
||||
) VALUES (
|
||||
5, 102
|
||||
);
|
||||
|
||||
INSERT INTO groups_product_defaults (
|
||||
group_id, product_id
|
||||
) VALUES (
|
||||
|
||||
Reference in New Issue
Block a user