Skip to content

Commit 655493e

Browse files
shantanu-derivNobody Userchylli-deriv
authored
merge into master (#20)
* comiled * add comment * change path * now ok * rebuild perl * test again 2022-04-06 02:23:45 * test again 2022-04-15 00:16:05 Co-authored-by: Nobody User <nobody@qa68.regentmarkets.com> Co-authored-by: chylli <chylli@deriv.com> Co-authored-by: chylli-binary <chylli@binary.com>
1 parent df88573 commit 655493e

File tree

60 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+63
-63
lines changed

bin/perl

-26.2 KB
Binary file not shown.

bin/perl5.26.2

-26.2 KB
Binary file not shown.

bin/perlbug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
33
if $running_under_some_shell;
44

5-
my $config_tag1 = '5.26.2 - Fri Oct 29 10:10:35 UTC 2021';
5+
my $config_tag1 = '5.26.2 - Wed Jan 19 08:19:35 UTC 2022';
66

77
my $patchlevel_date = 1521920647;
88
my @patches = Config::local_patches();

bin/perlthanks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
eval 'exec /home/git/binary-com/perl/bin/perl -S $0 ${1+"$@"}'
33
if $running_under_some_shell;
44

5-
my $config_tag1 = '5.26.2 - Fri Oct 29 10:10:35 UTC 2021';
5+
my $config_tag1 = '5.26.2 - Wed Jan 19 08:19:35 UTC 2022';
66

77
my $patchlevel_date = 1521920647;
88
my @patches = Config::local_patches();

lib/5.26.2/x86_64-linux/CORE/config.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
/* Package name : perl5
1111
* Source directory : .
12-
* Configuration time: Fri Oct 29 10:10:35 UTC 2021
12+
* Configuration time: Wed Jan 19 08:19:35 UTC 2022
1313
* Configured by : chylli
14-
* Target system : linux qa22.regentmarkets.com 4.9.0-16-amd64 #1 smp debian 4.9.272-2 (2021-07-19) x86_64 gnulinux
14+
* Target system : linux qa68.regentmarkets.com 5.10.0-8-cloud-amd64 #1 smp debian 5.10.46-5 (2021-09-23) x86_64 gnulinux
1515
*/
1616

1717
#ifndef _config_h_
@@ -20,7 +20,7 @@
2020
/* LOC_SED:
2121
* This symbol holds the complete pathname to the sed program.
2222
*/
23-
#define LOC_SED "/bin/sed" /**/
23+
#define LOC_SED "/usr/bin/sed" /**/
2424

2525
/* HAS_ALARM:
2626
* This symbol, if defined, indicates that the alarm routine is
@@ -1229,9 +1229,9 @@
12291229
*/
12301230
/*#define USE_STDIO_PTR / **/
12311231
#ifdef USE_STDIO_PTR
1232-
#define FILE_ptr(fp) ((fp)->_IO_read_ptr)
1232+
#define FILE_ptr(fp) ((fp)->_ptr)
12331233
/*#define STDIO_PTR_LVALUE / **/
1234-
#define FILE_cnt(fp) ((fp)->_IO_read_end - (fp)->_IO_read_ptr)
1234+
#define FILE_cnt(fp) ((fp)->_cnt)
12351235
/*#define STDIO_CNT_LVALUE / **/
12361236
/*#define STDIO_PTR_LVAL_SETS_CNT / **/
12371237
/*#define STDIO_PTR_LVAL_NOCHANGE_CNT / **/
@@ -1259,8 +1259,8 @@
12591259
*/
12601260
/*#define USE_STDIO_BASE / **/
12611261
#ifdef USE_STDIO_BASE
1262-
#define FILE_base(fp) ((fp)->_IO_read_base)
1263-
#define FILE_bufsiz(fp) ((fp)->_IO_read_end - (fp)->_IO_read_base)
1262+
#define FILE_base(fp) ((fp)->_base)
1263+
#define FILE_bufsiz(fp) ((fp)->_cnt + (fp)->_ptr - (fp)->_base)
12641264
#endif
12651265

12661266
/* HAS_VPRINTF:
@@ -1538,7 +1538,7 @@
15381538
* feature tests from Configure are generally more reliable.
15391539
*/
15401540
#define OSNAME "linux" /**/
1541-
#define OSVERS "4.9.0-16-amd64" /**/
1541+
#define OSVERS "5.10.0-8-cloud-amd64" /**/
15421542

15431543
/* CAT2:
15441544
* This macro concatenates 2 tokens together.
@@ -1783,7 +1783,7 @@
17831783
#define HAS_UNAME /**/
17841784
/*#define HAS_PHOSTNAME / **/
17851785
#ifdef HAS_PHOSTNAME
1786-
#define PHOSTNAME "/bin/hostname" /* How to get the host name */
1786+
#define PHOSTNAME "/usr/bin/hostname" /* How to get the host name */
17871787
#endif
17881788

17891789
/* HAS_GETNETBYADDR:
@@ -2476,9 +2476,9 @@
24762476
* This variable contains the number of elements of the SIG_NAME
24772477
* and SIG_NUM arrays, excluding the final NULL entry.
24782478
*/
2479-
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", "UNUSED", 0 /**/
2480-
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 31, 0 /**/
2481-
#define SIG_SIZE 69 /**/
2479+
#define SIG_NAME "ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "SYS", "NUM32", "NUM33", "RTMIN", "NUM35", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "NUM63", "RTMAX", "IOT", "CLD", "POLL", 0 /**/
2480+
#define SIG_NUM 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 6, 17, 29, 0 /**/
2481+
#define SIG_SIZE 68 /**/
24822482

24832483
/* USE_CROSS_COMPILE:
24842484
* This symbol, if defined, indicates that Perl is being cross-compiled.
@@ -3086,7 +3086,7 @@
30863086
* This symbol, if defined, indicates that libm exports _LIB_VERSION
30873087
* and that math.h defines the enum to manipulate it.
30883088
*/
3089-
#define LIBM_LIB_VERSION /**/
3089+
/*#define LIBM_LIB_VERSION / **/
30903090

30913091
/* HAS_LLRINT:
30923092
* This symbol, if defined, indicates that the llrint routine is
@@ -3261,7 +3261,7 @@
32613261
#define HAS_FREELOCALE /**/
32623262
#define HAS_USELOCALE /**/
32633263
/*#define HAS_QUERYLOCALE / **/
3264-
#define I_XLOCALE /**/
3264+
/*#define I_XLOCALE / **/
32653265

32663266
/* HAS_NEXTAFTER:
32673267
* This symbol, if defined, indicates that the nextafter routine is
@@ -3681,7 +3681,7 @@
36813681
* This symbol, if defined, indicates that the ustat system call is
36823682
* available to query file system statistics by dev_t.
36833683
*/
3684-
#define HAS_USTAT /**/
3684+
/*#define HAS_USTAT / **/
36853685

36863686
/* HAS_WCSCMP:
36873687
* This symbol, if defined, indicates that the wcscmp routine is
@@ -3930,7 +3930,7 @@
39303930
* This symbol, if defined, indicates that <ustat.h> exists and
39313931
* should be included.
39323932
*/
3933-
#define I_USTAT /**/
3933+
/*#define I_USTAT / **/
39343934

39353935
/* DOUBLEINFBYTES:
39363936
* This symbol, if defined, is a comma-separated list of
548 KB
Binary file not shown.

lib/5.26.2/x86_64-linux/Config.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ tie %Config, 'Config', {
9696
inc_version_list => ' ',
9797
intsize => '4',
9898
ldlibpthname => 'LD_LIBRARY_PATH',
99-
libpth => '/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib',
99+
libpth => '/usr/local/lib /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /lib64 /usr/lib64',
100100
osname => 'linux',
101-
osvers => '4.9.0-16-amd64',
101+
osvers => '5.10.0-8-cloud-amd64',
102102
path_sep => ':',
103103
privlibexp => '/home/git/binary-com/perl/lib/5.26.2',
104104
scriptdir => '/home/git/binary-com/perl/bin',

lib/5.26.2/x86_64-linux/Config_heavy.pl

Lines changed: 41 additions & 41 deletions
Large diffs are not rendered by default.

lib/5.26.2/x86_64-linux/Errno.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use strict;
1010

1111
use Config;
1212
"$Config{'archname'}-$Config{'osvers'}" eq
13-
"x86_64-linux-4.9.0-16-amd64" or
14-
die "Errno architecture (x86_64-linux-4.9.0-16-amd64) does not match executable architecture ($Config{'archname'}-$Config{'osvers'})";
13+
"x86_64-linux-5.10.0-8-cloud-amd64" or
14+
die "Errno architecture (x86_64-linux-5.10.0-8-cloud-amd64) does not match executable architecture ($Config{'archname'}-$Config{'osvers'})";
1515

1616
our $VERSION = "1.28";
1717
$VERSION = eval $VERSION;

lib/5.26.2/x86_64-linux/auto/B/B.so

37.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)