Accepting request 969998 from Base:System

OBS-URL: https://build.opensuse.org/request/show/969998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=126
This commit is contained in:
Dominique Leuenberger 2022-04-19 07:57:53 +00:00 committed by Git OBS Bridge
commit 7e6de71cff
2 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Index: file-5.41/src/apprentice.c
if (ma[j].cont_level == 0)
break;
v->nmagic = j - i;
+ v->magic_rxcomp = ml->magic_rxcomp;
+ v->magic_rxcomp = &(ml->magic_rxcomp[i]);
return 0;
}
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 13 20:41:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update file-5.41-cache-regexps.patch to fix cache offset
miscalculation (bsc#1197780)
-------------------------------------------------------------------
Wed Mar 23 09:02:37 UTC 2022 - Dirk Müller <dmueller@suse.com>