From 0567f00d8d1c6816968b33c84cfcd6755f363caf Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 19:59:45 +0000 Subject: libpng-1.6.34 base --- diff --git a/pngusr.dfa b/pngusr.dfa index 02e484d..83067c3 100644 --- a/pngusr.dfa +++ b/pngusr.dfa @@ -1,4 +1,14 @@ -# However, the default defaults seem a tad too restrictive for general -# purpose use, so back them off a little. -setting USER_CHUNK_CACHE_MAX default 1000 -setting USER_CHUNK_MALLOC_MAX default 1000000000 +# pngusr.dfa +# +# Build time configuration of libpng +# +# Enter build configuration options in this file +# +# Security settings: by default these limits are unset, you can change them +# here by entering the appropriate values as #defines preceded by '@' (to cause, +# them to be passed through to the build of pnglibconf.h), for example: +# +# @# define PNG_USER_WIDTH_MAX 65535 +# @# define PNG_USER_HEIGHT_MAX 65535 +# @# define PNG_USER_CHUNK_CACHE_MAX 256 +# @# define PNG_USER_CHUNK_MALLOC_MAX 640000