forked from pool/e2fsprogs
9c3893cce8
(bsc#1038194) - Add references from old package: Fix resize2fs-Fix-32-64-bit-overflow-when-multiplying-by-blocks-cl.patch in 1.42.12 (bsc#1009532) Fix libext2fs-fix-potential-buffer-overflow-in-closefs.patch in 1.42.13 (bsc#918346 CVE-2015-1572) Fix libext2fs-avoid-buffer-overflow-if-s_first_meta_bg-i.patch in 1.42.12 (bsc#915402 CVE-2015-0247) Got specfile fix through Factory (bsc#960273) Fix libext2fs-don-t-ignore-fsync-errors.patch in 1.43.4 (bsc#1038194) Rev SUSE:SLE-12-SP4:GA/2 Md5 9ff012c479fd9bfdaa0270cb441edbaf 2018-06-08 14:13:20 rtsvetkov None
14 lines
533 B
Diff
14 lines
533 B
Diff
Index: e2fsprogs-1.42.13/lib/et/compile_et.sh.in
|
|
===================================================================
|
|
--- e2fsprogs-1.42.13.orig/lib/et/compile_et.sh.in
|
|
+++ e2fsprogs-1.42.13/lib/et/compile_et.sh.in
|
|
@@ -51,7 +51,7 @@ if test -f ${BASE}.h && cmp -s ${BASE}.h
|
|
rm -f ${BASE}.h.$$
|
|
else
|
|
mv -f ${BASE}.h.$$ ${BASE}.h
|
|
- chmod a-w ${BASE}.h
|
|
+# chmod a-w ${BASE}.h
|
|
fi
|
|
$AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|
|
if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
|