summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorsteve algernon <salgernon@eapple.com>2020-04-24 13:37:30 -0700
committersteve algernon <salgernon@eapple.com>2020-04-27 11:04:29 -0700
commit82e3ee0e3230287b76a76fb8f16b92ca6e50b444 (patch)
treec5c81b7be253f2e8c0c6fa88e9299a8840e3cd8d /config-scripts
parent1f2a315c2b3e2f78c37c1505fc66909ad01df85e (diff)
downloadcups-82e3ee0e3230287b76a76fb8f16b92ca6e50b444.tar.gz
Update version to 2.3.3 for:v2.3.3
CVE-2020-3898 - cups/ppd.c, ppdc/ppdc-source.cxx CVE-2019-8842 - cups/ipp.c: ippReadIO And build issues due to warnings.
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-compiler.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4
index 63ea1f470..86e8bc488 100644
--- a/config-scripts/cups-compiler.m4
+++ b/config-scripts/cups-compiler.m4
@@ -175,10 +175,8 @@ if test -n "$GCC"; then
# doesn't trigger...
gccversion=`$CC --version | head -1 | awk '{print $NF}'`
case "$gccversion" in
- 1.* | 2.* | 3.* | 4.* | 5.* | 6.* | \(clang-*)
- ;;
- *)
- WARNING_OPTIONS="$WARNING_OPTIONS -Wno-format-truncation -Wno-format-overflow -Wno-tautological-compare"
+ 7.* | 8.*)
+ WARNING_OPTIONS="$WARNING_OPTIONS -Wno-format-truncation -Wno-tautological-compare"
;;
esac