mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
perl: update to 5.26.1
Required changes: * Add qualifying '.' to scripts or to @INC, as appropriate since we're enabling default_inc_excludes_dot; * Add new platform/library definitions like double-double format and locale library functions/headers; * Delete patch 020 as it's been upstreamed; Optional changes: * Instead of using -@rm and having that fail, emit an error message, and be ignored, just use @rm -f instead which will always succeed. Security [CVE-2017-12837] Heap buffer overflow in regular expression compiler Compiling certain regular expression patterns with the case-insensitive modifier could cause a heap buffer overflow and crash perl. This has now been fixed. [perl #131582] [CVE-2017-12883] Buffer over-read in regular expression parser For certain types of syntax error in a regular expression pattern, the error message could either contain the contents of a random, possibly large, chunk of memory, or could crash perl. This has now been fixed. [perl #131598] [CVE-2017-12814] $ENV{$key} stack buffer overflow on Windows A possible stack buffer overflow in the %ENV code on Windows has been fixed by removing the buffer completely since it was superfluous anyway. [perl #131665] Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
@@ -133,6 +133,14 @@ d_dlerror='define'
|
||||
d_dlopen='define'
|
||||
d_dlsymun='undef'
|
||||
d_dosuid='undef'
|
||||
d_double_has_inf='define'
|
||||
d_double_has_nan='define'
|
||||
d_double_has_negative_zero='define'
|
||||
d_double_has_subnormals='define'
|
||||
d_double_style_cray='undef'
|
||||
d_double_style_ibm='undef'
|
||||
d_double_style_ieee='define'
|
||||
d_double_style_vax='undef'
|
||||
d_drand48proto='define'
|
||||
d_dup2='define'
|
||||
d_duplocale='define'
|
||||
@@ -195,6 +203,7 @@ d_fsync='define'
|
||||
d_ftello='define'
|
||||
d_ftime='undef'
|
||||
d_futimes='undef'
|
||||
d_gai_strerror='define'
|
||||
d_gdbm_ndbm_h_uses_prototypes='undef'
|
||||
d_gdbmndbm_h_uses_prototypes='undef'
|
||||
d_getaddrinfo='define'
|
||||
@@ -283,6 +292,11 @@ d_lockf='define'
|
||||
d_log1p='define'
|
||||
d_log2='define'
|
||||
d_logb='define'
|
||||
d_long_double_style_ieee='undef'
|
||||
d_long_double_style_ieee_doubledouble='undef'
|
||||
d_long_double_style_ieee_extended='undef'
|
||||
d_long_double_style_ieee_std='undef'
|
||||
d_long_double_style_vax='undef'
|
||||
d_longdbl='define'
|
||||
d_longlong='define'
|
||||
d_lrint='define'
|
||||
@@ -365,6 +379,7 @@ d_pwpasswd='define'
|
||||
d_pwquota='undef'
|
||||
d_qgcvt='undef'
|
||||
d_quad='define'
|
||||
d_querylocale='undef'
|
||||
d_re_comp='undef'
|
||||
d_readdir='define'
|
||||
d_readlink='define'
|
||||
@@ -478,6 +493,7 @@ d_strcoll='define'
|
||||
d_strctcpy='define'
|
||||
d_strerrm='strerror(e)'
|
||||
d_strerror='define'
|
||||
d_strerror_l='define'
|
||||
d_strftime='define'
|
||||
d_strlcat='define'
|
||||
d_strlcpy='define'
|
||||
@@ -547,6 +563,7 @@ db_prefixtype='size_t'
|
||||
db_version_major=''
|
||||
db_version_minor=''
|
||||
db_version_patch=''
|
||||
default_inc_excludes_dot='define'
|
||||
defvoidused='15'
|
||||
direntrytype='struct dirent'
|
||||
dlext='so'
|
||||
@@ -699,6 +716,7 @@ i_values='define'
|
||||
i_varargs='undef'
|
||||
i_varhdr='stdarg.h'
|
||||
i_vfork='undef'
|
||||
i_xlocale='undef'
|
||||
ignore_versioned_solibs='y'
|
||||
inc_version_list=' '
|
||||
inc_version_list_init='0'
|
||||
|
||||
Reference in New Issue
Block a user