omnibus-software 22.11.239

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. checksums.yaml +7 -0
  2. data/.expeditor/Version_inspector/README.md +21 -0
  3. data/.expeditor/Version_inspector/SW-Version-update.py +243 -0
  4. data/.expeditor/Version_inspector/manual_prod_list.json +29 -0
  5. data/.expeditor/Version_inspector/prod_default_version.json +103 -0
  6. data/.expeditor/Version_inspector/prod_list.json +194 -0
  7. data/.expeditor/Version_inspector/requirements.txt +4 -0
  8. data/.expeditor/Version_inspector/update_prod_default_version.sh +24 -0
  9. data/.expeditor/Version_inspector/update_prod_list.sh +35 -0
  10. data/.expeditor/config.yml +33 -0
  11. data/.expeditor/determine_version.sh +15 -0
  12. data/.expeditor/push_git_tag.sh +12 -0
  13. data/.expeditor/run_linux_tests.sh +16 -0
  14. data/.expeditor/verify.pipeline.yml +52 -0
  15. data/.github/CODEOWNERS +5 -0
  16. data/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +29 -0
  17. data/.github/ISSUE_TEMPLATE/DESIGN_PROPOSAL.md +40 -0
  18. data/.github/ISSUE_TEMPLATE/ENHANCEMENT_REQUEST_TEMPLATE.md +17 -0
  19. data/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md +11 -0
  20. data/.github/dependabot.yml +9 -0
  21. data/.github/lock.yml +1 -0
  22. data/.gitignore +17 -0
  23. data/CODE_OF_CONDUCT.md +1 -0
  24. data/CONTRIBUTING.md +1 -0
  25. data/Dockerfile +21 -0
  26. data/Gemfile +10 -0
  27. data/LICENSE +201 -0
  28. data/README.md +99 -0
  29. data/Rakefile +56 -0
  30. data/VERSION +1 -0
  31. data/config/patches/bash/race-condition.patch +15 -0
  32. data/config/patches/bzip2/aix_makefile.patch +11 -0
  33. data/config/patches/bzip2/makefile_no_bins.patch +77 -0
  34. data/config/patches/bzip2/makefile_take_env_vars.patch +31 -0
  35. data/config/patches/bzip2/soname_install_dir.patch +11 -0
  36. data/config/patches/curl/curl-aix-disable-alpn.patch +22 -0
  37. data/config/patches/curl/curl-freebsd-hostcheck.patch +10 -0
  38. data/config/patches/erlang/epmd-require-explicitly-adding-loopback-address.patch +84 -0
  39. data/config/patches/erlang/updated-epmd-require-explicitly-adding-loopback-address.patch +75 -0
  40. data/config/patches/expat/configure_xlc_visibility.patch +58 -0
  41. data/config/patches/expat/configure_xlc_visibility_2.4.7.patch +59 -0
  42. data/config/patches/figlet/aix-figlet-cdefs.patch +48 -0
  43. data/config/patches/gdbm/v1.8.3-Makefile.in.patch +32 -0
  44. data/config/patches/git/aix-endian-fix.patch +20 -0
  45. data/config/patches/gtar/aix_extra_case.patch +13 -0
  46. data/config/patches/keepalived/keepalived-1.2.9_opscode_centos_5.patch +15 -0
  47. data/config/patches/libedit/freebsd-vi-fix.patch +24 -0
  48. data/config/patches/libedit/openbsd-weak-alias-fix.patch +48 -0
  49. data/config/patches/libedit/solaris.patch +36 -0
  50. data/config/patches/libffi/libffi-3.2.1-disable-multi-os-directory.patch +83 -0
  51. data/config/patches/libffi/libffi-3.3-arm64.patch +9608 -0
  52. data/config/patches/libxslt/libxslt-solaris-configure.patch +19 -0
  53. data/config/patches/libxslt/libxslt-windows-relocate.patch +12 -0
  54. data/config/patches/libyaml/windows-configure.patch +26 -0
  55. data/config/patches/libzmq/zeromq-4.0.11_mingw_inet_pton.patch +37 -0
  56. data/config/patches/libzmq/zeromq-aix-4.2.2-LARGE_FILES.patch +56 -0
  57. data/config/patches/libzmq/zeromq-aix-4.2.2-atomic-counter-fetch_and_add.patch +59 -0
  58. data/config/patches/logrotate/logrotate_basedir_override.patch +17 -0
  59. data/config/patches/m4/m4-1.4.18-glibc-change-work-around.patch +115 -0
  60. data/config/patches/make/deb-make-glob.patch +31 -0
  61. data/config/patches/ncurses/ncurses-5.9-gcc-5.patch +46 -0
  62. data/config/patches/ncurses/ncurses-5.9-solaris-xopen_source_extended-detection.patch +11 -0
  63. data/config/patches/ncurses/ncurses-clang.patch +43 -0
  64. data/config/patches/ncurses/patch-aa +23 -0
  65. data/config/patches/ncurses/patch-ab +44 -0
  66. data/config/patches/ncurses/patch-ac +40 -0
  67. data/config/patches/ncurses/patch-ad +13 -0
  68. data/config/patches/ncurses/patch-cxx_cursesf.h +22 -0
  69. data/config/patches/ncurses/patch-cxx_cursesm.h +22 -0
  70. data/config/patches/ncurses/patch-ncurses_tinfo_lib__baudrate.c +24 -0
  71. data/config/patches/openssl/openssl-1.0.1f-do-not-build-docs.patch +28 -0
  72. data/config/patches/openssl/openssl-1.0.1j-windows-relocate-dll.patch +20 -0
  73. data/config/patches/openssl/openssl-1.0.1q-fix-compiler-flags-table-for-msys.patch +20 -0
  74. data/config/patches/openssl/openssl-1.0.2x-darwin-arm64.patch +54 -0
  75. data/config/patches/openssl/openssl-1.1.0f-do-not-install-docs.patch +11 -0
  76. data/config/patches/openssl/openssl-3.0.1-do-not-install-docs.patch +22 -0
  77. data/config/patches/openssl-fips/openssl-fips-fix-compiler-flags-table-for-msys.patch +11 -0
  78. data/config/patches/perl/perl-5.18.1-remove_lnsl.patch +441 -0
  79. data/config/patches/perl/perl-5.22.1-remove_lnsl.patch +512 -0
  80. data/config/patches/perl/perl-5.30.0-remove_lnsl.patch +518 -0
  81. data/config/patches/perl/perl-5.32.1-remove_lnsl.patch +456 -0
  82. data/config/patches/perl/perl-5.34.0-remove_lnsl.patch +516 -0
  83. data/config/patches/pkg-config/openbsd-charset.patch +19 -0
  84. data/config/patches/popt/v1.16.ppc64le-configure.patch +18 -0
  85. data/config/patches/redis/password-from-environment.patch +19 -0
  86. data/config/patches/ruby/patch-configure +103 -0
  87. data/config/patches/ruby/remove_nano.patch +10 -0
  88. data/config/patches/ruby/ruby-2.6.7_c99.patch +12 -0
  89. data/config/patches/ruby/ruby-3.0.1-configure.patch +281 -0
  90. data/config/patches/ruby/ruby-3.0.2-configure.patch +251 -0
  91. data/config/patches/ruby/ruby-aix-atomic.patch +11 -0
  92. data/config/patches/ruby/ruby-aix-configure_26_and_later.patch +19 -0
  93. data/config/patches/ruby/ruby-aix-vm-core.patch +14 -0
  94. data/config/patches/ruby/ruby-fast-load_26.patch +16 -0
  95. data/config/patches/ruby/ruby-fast-load_31.patch +16 -0
  96. data/config/patches/ruby/ruby-faster-load_26.patch +11 -0
  97. data/config/patches/ruby/ruby-faster-load_27.patch +11 -0
  98. data/config/patches/ruby/ruby-mkmf.patch +29 -0
  99. data/config/patches/ruby/ruby-no-stack-protector-strong.patch +11 -0
  100. data/config/patches/ruby/ruby-no-stack-protector.patch +13 -0
  101. data/config/patches/ruby/ruby-win32_warning_removal.patch +12 -0
  102. data/config/patches/ruby/ruby_aix_openssl.patch +10 -0
  103. data/config/patches/ruby/ruby_aix_ssl_EAGAIN.patch +19 -0
  104. data/config/patches/ruby/rvm-cflags.patch +27 -0
  105. data/config/patches/stunnel/stunnel-on-windows.patch +42 -0
  106. data/config/patches/zlib/zlib-windows-relocate.patch +20 -0
  107. data/config/software/autoconf.rb +46 -0
  108. data/config/software/automake.rb +49 -0
  109. data/config/software/bash.rb +72 -0
  110. data/config/software/berkshelf-no-depselector.rb +46 -0
  111. data/config/software/berkshelf.rb +34 -0
  112. data/config/software/binutils.rb +47 -0
  113. data/config/software/bundler.rb +38 -0
  114. data/config/software/bzip2.rb +55 -0
  115. data/config/software/cacerts.rb +50 -0
  116. data/config/software/chef-gem.rb +35 -0
  117. data/config/software/chef.rb +112 -0
  118. data/config/software/cmake.rb +94 -0
  119. data/config/software/config_guess.rb +37 -0
  120. data/config/software/cpanminus.rb +49 -0
  121. data/config/software/curl.rb +103 -0
  122. data/config/software/delivery-cli.rb +89 -0
  123. data/config/software/dep-selector-libgecode.rb +48 -0
  124. data/config/software/elasticsearch.rb +61 -0
  125. data/config/software/elixir.rb +35 -0
  126. data/config/software/erlang.rb +134 -0
  127. data/config/software/expat.rb +63 -0
  128. data/config/software/fakeroot.rb +41 -0
  129. data/config/software/ffi-yajl.rb +46 -0
  130. data/config/software/figlet-fonts.rb +31 -0
  131. data/config/software/figlet.rb +44 -0
  132. data/config/software/gcc.rb +60 -0
  133. data/config/software/gdbm.rb +54 -0
  134. data/config/software/gecode.rb +62 -0
  135. data/config/software/gem-permissions.rb +43 -0
  136. data/config/software/git-windows.rb +96 -0
  137. data/config/software/git.rb +138 -0
  138. data/config/software/gmp.rb +48 -0
  139. data/config/software/go-uninstall.rb +33 -0
  140. data/config/software/go.rb +116 -0
  141. data/config/software/google-protobuf.rb +45 -0
  142. data/config/software/gtar.rb +62 -0
  143. data/config/software/help2man.rb +40 -0
  144. data/config/software/highline-gem.rb +37 -0
  145. data/config/software/ibm-jre.rb +59 -0
  146. data/config/software/inspec.rb +43 -0
  147. data/config/software/jre-from-jdk.rb +67 -0
  148. data/config/software/keepalived.rb +68 -0
  149. data/config/software/libarchive.rb +71 -0
  150. data/config/software/libedit.rb +73 -0
  151. data/config/software/libffi.rb +68 -0
  152. data/config/software/libgcc.rb +52 -0
  153. data/config/software/libiconv.rb +55 -0
  154. data/config/software/libintl-perl.rb +56 -0
  155. data/config/software/liblzma.rb +59 -0
  156. data/config/software/libossp-uuid.rb +45 -0
  157. data/config/software/libsodium.rb +40 -0
  158. data/config/software/libtool.rb +56 -0
  159. data/config/software/libuuid.rb +45 -0
  160. data/config/software/libxml2.rb +63 -0
  161. data/config/software/libxslt.rb +64 -0
  162. data/config/software/libyajl2-gem.rb +44 -0
  163. data/config/software/libyaml.rb +50 -0
  164. data/config/software/libzmq.rb +93 -0
  165. data/config/software/logrotate.rb +61 -0
  166. data/config/software/lua.rb +46 -0
  167. data/config/software/m4.rb +40 -0
  168. data/config/software/make.rb +43 -0
  169. data/config/software/makedepend.rb +44 -0
  170. data/config/software/mpc.rb +44 -0
  171. data/config/software/mpfr.rb +45 -0
  172. data/config/software/musl.rb +107 -0
  173. data/config/software/mysql2.rb +50 -0
  174. data/config/software/ncurses.rb +159 -0
  175. data/config/software/nginx.rb +55 -0
  176. data/config/software/nodejs-binary.rb +90 -0
  177. data/config/software/nodejs.rb +58 -0
  178. data/config/software/nokogiri.rb +92 -0
  179. data/config/software/omnibus-ctl.rb +42 -0
  180. data/config/software/openresty.rb +94 -0
  181. data/config/software/opensearch.rb +54 -0
  182. data/config/software/openssl-customization.rb +81 -0
  183. data/config/software/openssl-fips.rb +81 -0
  184. data/config/software/openssl.rb +185 -0
  185. data/config/software/patch.rb +46 -0
  186. data/config/software/patchelf.rb +66 -0
  187. data/config/software/pcre.rb +53 -0
  188. data/config/software/perl-extutils-embed.rb +37 -0
  189. data/config/software/perl-extutils-makemaker.rb +46 -0
  190. data/config/software/perl-thread-queue.rb +40 -0
  191. data/config/software/perl.rb +78 -0
  192. data/config/software/perl_pg_driver.rb +45 -0
  193. data/config/software/pg-gem.rb +36 -0
  194. data/config/software/pkg-config-lite.rb +46 -0
  195. data/config/software/pkg-config.rb +66 -0
  196. data/config/software/popt.rb +54 -0
  197. data/config/software/postgresql.rb +70 -0
  198. data/config/software/preparation.rb +31 -0
  199. data/config/software/python.rb +79 -0
  200. data/config/software/rabbitmq.rb +58 -0
  201. data/config/software/rb-readline.rb +33 -0
  202. data/config/software/rbnacl-libsodium.rb +42 -0
  203. data/config/software/rbzmq.rb +44 -0
  204. data/config/software/rebar.rb +42 -0
  205. data/config/software/redis-gem.rb +36 -0
  206. data/config/software/redis.rb +51 -0
  207. data/config/software/relx.rb +39 -0
  208. data/config/software/rsync.rb +55 -0
  209. data/config/software/ruby-cleanup.rb +254 -0
  210. data/config/software/ruby-msys2-devkit.rb +77 -0
  211. data/config/software/ruby-windows-devkit-bash.rb +41 -0
  212. data/config/software/ruby-windows-devkit.rb +84 -0
  213. data/config/software/ruby.rb +306 -0
  214. data/config/software/rubygems.rb +73 -0
  215. data/config/software/runit.rb +67 -0
  216. data/config/software/rust-uninstall.rb +32 -0
  217. data/config/software/rust.rb +97 -0
  218. data/config/software/sequel-gem.rb +36 -0
  219. data/config/software/server-jre.rb +125 -0
  220. data/config/software/server-open-jre.rb +112 -0
  221. data/config/software/setuptools.rb +48 -0
  222. data/config/software/shebang-cleanup.rb +101 -0
  223. data/config/software/sqitch.rb +87 -0
  224. data/config/software/stunnel.rb +86 -0
  225. data/config/software/util-macros.rb +42 -0
  226. data/config/software/version-manifest.rb +33 -0
  227. data/config/software/xproto.rb +42 -0
  228. data/config/software/zlib.rb +85 -0
  229. data/config/templates/git/config.mak.erb +31 -0
  230. data/config/templates/rubygems/register_devtools.rb.erb +33 -0
  231. data/config/templates/runit/runsvdir-start.erb +42 -0
  232. data/docker-compose.yml +15 -0
  233. data/lib/omnibus-software/version.rb +3 -0
  234. data/lib/omnibus-software.rb +115 -0
  235. data/omnibus-software.gemspec +20 -0
  236. data/test/Gemfile +10 -0
  237. data/test/config/projects/test.rb +14 -0
  238. data/test/generate_steps.rb +55 -0
  239. data/test/omnibus-build.sh +50 -0
  240. data/test/omnibus.rb +55 -0
  241. metadata +296 -0
@@ -0,0 +1,512 @@
1
+ diff -ru perl-5.22.1.orig/Configure perl-5.22.1/Configure
2
+ --- perl-5.22.1.orig/Configure 2015-10-17 06:38:37.000000000 -0600
3
+ +++ perl-5.22.1/Configure 2019-08-21 09:12:01.271379908 -0600
4
+ @@ -1454,7 +1454,7 @@
5
+ : set usesocks on the Configure command line to enable socks.
6
+ : List of libraries we want.
7
+ : If anyone needs extra -lxxx, put those in a hint file.
8
+ -libswanted="cl pthread socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld"
9
+ +libswanted="cl pthread socket bind inet nm ndbm gdbm dbm db malloc dl ld"
10
+ libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD"
11
+ : We probably want to search /usr/shlib before most other libraries.
12
+ : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist.
13
+ diff -ru perl-5.22.1.orig/configure.com perl-5.22.1/configure.com
14
+ --- perl-5.22.1.orig/configure.com 2015-10-17 06:38:37.000000000 -0600
15
+ +++ perl-5.22.1/configure.com 2019-08-21 09:12:01.271379908 -0600
16
+ @@ -119,7 +119,7 @@
17
+ $!: machines, like the mips. Usually, it should be empty. !sfn
18
+ $!plibpth='' !sfn
19
+ $!: List of libraries we want. !sfn
20
+ -$!libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl' !sfn
21
+ +$!libswanted='net socket inet nm ndbm gdbm dbm db malloc dl' !sfn
22
+ $!libswanted="$libswanted ld sun m c cposix posix ndir dir crypt" !sfn
23
+ $!libswanted="$libswanted ucb bsd BSD PW x" !sfn
24
+ $!: We probably want to search /usr/shlib before most other libraries. !sfn
25
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/20_plv56.t perl-5.22.1/cpan/Config-Perl-V/t/20_plv56.t
26
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/20_plv56.t 2015-10-17 06:31:54.000000000 -0600
27
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/20_plv56.t 2019-08-21 09:12:01.272379909 -0600
28
+ @@ -58,8 +58,8 @@
29
+ Linker and Libraries:
30
+ ld='cc', ldflags ='-L/pro/local/lib'
31
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
32
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
33
+ - perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
34
+ + libs=-lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
35
+ + perllibs=-ldl -lm -lc -lcrypt -lutil
36
+ libc=/lib/libc-2.10.1.so, so=so, useshrplib=false, libperl=libperl.a
37
+ Dynamic Linking:
38
+ dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
39
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/21_plv58.t perl-5.22.1/cpan/Config-Perl-V/t/21_plv58.t
40
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/21_plv58.t 2015-10-17 06:31:54.000000000 -0600
41
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/21_plv58.t 2019-08-21 09:12:01.272379909 -0600
42
+ @@ -62,8 +62,8 @@
43
+ Linker and Libraries:
44
+ ld='cc', ldflags ='-L/pro/local/lib'
45
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
46
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
47
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
48
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
49
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
50
+ libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
51
+ gnulibc_version='2.11.2'
52
+ Dynamic Linking:
53
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/22_plv510.t perl-5.22.1/cpan/Config-Perl-V/t/22_plv510.t
54
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/22_plv510.t 2015-10-17 06:31:54.000000000 -0600
55
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/22_plv510.t 2019-08-21 09:12:01.272379909 -0600
56
+ @@ -52,8 +52,8 @@
57
+ Linker and Libraries:
58
+ ld='cc', ldflags ='-L/pro/local/lib'
59
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
60
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
61
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
62
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
63
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
64
+ libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
65
+ gnulibc_version='2.6.1'
66
+ Dynamic Linking:
67
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/23_plv512.t perl-5.22.1/cpan/Config-Perl-V/t/23_plv512.t
68
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/23_plv512.t 2015-10-17 06:31:54.000000000 -0600
69
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/23_plv512.t 2019-08-21 09:12:01.272379909 -0600
70
+ @@ -63,8 +63,8 @@
71
+ Linker and Libraries:
72
+ ld='/usr/bin/ld', ldflags ='-L/pro/local/lib +DD64 -L/usr/lib/hpux64'
73
+ libpth=/pro/local/lib /usr/lib/hpux64 /lib /usr/lib /usr/ccs/lib /usr/local/lib
74
+ - libs=-lcl -lpthread -lnsl -lnm -ldb -ldl -ldld -lm -lsec -lc
75
+ - perllibs=-lcl -lpthread -lnsl -lnm -ldl -ldld -lm -lsec -lc
76
+ + libs=-lcl -lpthread -lnm -ldb -ldl -ldld -lm -lsec -lc
77
+ + perllibs=-lcl -lpthread -lnm -ldl -ldld -lm -lsec -lc
78
+ libc=/usr/lib/hpux64/libc.so, so=so, useshrplib=false, libperl=libperl.a
79
+ gnulibc_version=''
80
+ Dynamic Linking:
81
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/24_plv514.t perl-5.22.1/cpan/Config-Perl-V/t/24_plv514.t
82
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/24_plv514.t 2015-10-17 06:31:54.000000000 -0600
83
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/24_plv514.t 2019-08-21 09:12:01.272379909 -0600
84
+ @@ -64,8 +64,8 @@
85
+ Linker and Libraries:
86
+ ld='ld', ldflags ='-L/usr/local/ppc64/lib64 -b64 -q64 -L/pro/local/lib -brtl -bdynamic -b64'
87
+ libpth=/usr/local/ppc64/lib64 /lib /usr/lib /usr/ccs/lib /usr/local/lib /usr/lib64
88
+ - libs=-lbind -lnsl -ldbm -ldb -ldl -lld -lm -lcrypt -lc
89
+ - perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc
90
+ + libs=-lbind -ldbm -ldb -ldl -lld -lm -lcrypt -lc
91
+ + perllibs=-lbind -ldl -lld -lm -lcrypt -lc
92
+ libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
93
+ gnulibc_version=''
94
+ Dynamic Linking:
95
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/25_plv516.t perl-5.22.1/cpan/Config-Perl-V/t/25_plv516.t
96
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/25_plv516.t 2015-10-17 06:31:54.000000000 -0600
97
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/25_plv516.t 2019-08-21 09:12:01.272379909 -0600
98
+ @@ -64,8 +64,8 @@
99
+ Linker and Libraries:
100
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
101
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
102
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
103
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
104
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
105
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
106
+ libc=/lib/libc-2.15.so, so=so, useshrplib=false, libperl=libperl.a
107
+ gnulibc_version='2.15'
108
+ Dynamic Linking:
109
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/26_plv5182.t perl-5.22.1/cpan/Config-Perl-V/t/26_plv5182.t
110
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/26_plv5182.t 2015-10-17 06:31:54.000000000 -0600
111
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/26_plv5182.t 2019-08-21 09:12:01.272379909 -0600
112
+ @@ -89,8 +89,8 @@
113
+ Linker and Libraries:
114
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
115
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
116
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
117
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
118
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
119
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
120
+ libc=/lib/libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
121
+ gnulibc_version='2.18'
122
+ Dynamic Linking:
123
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/26_plv518.t perl-5.22.1/cpan/Config-Perl-V/t/26_plv518.t
124
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/26_plv518.t 2015-10-17 06:31:54.000000000 -0600
125
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/26_plv518.t 2019-08-21 09:12:01.272379909 -0600
126
+ @@ -89,8 +89,8 @@
127
+ Linker and Libraries:
128
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
129
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
130
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
131
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
132
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
133
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
134
+ libc=/lib/libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
135
+ gnulibc_version='2.17'
136
+ Dynamic Linking:
137
+ diff -ru perl-5.22.1.orig/cpan/Config-Perl-V/t/27_plv5200.t perl-5.22.1/cpan/Config-Perl-V/t/27_plv5200.t
138
+ --- perl-5.22.1.orig/cpan/Config-Perl-V/t/27_plv5200.t 2015-10-17 06:31:54.000000000 -0600
139
+ +++ perl-5.22.1/cpan/Config-Perl-V/t/27_plv5200.t 2019-08-21 09:12:01.272379909 -0600
140
+ @@ -91,8 +91,8 @@
141
+ Linker and Libraries:
142
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
143
+ libpth=/usr/local/lib /usr/lib/gcc/i586-suse-linux/4.8/include-fixed /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/lib /usr/lib /pro/local/lib /lib
144
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
145
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
146
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
147
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
148
+ libc=libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
149
+ gnulibc_version='2.18'
150
+ Dynamic Linking:
151
+ diff -ru perl-5.22.1.orig/Cross/config.sh-arm-linux perl-5.22.1/Cross/config.sh-arm-linux
152
+ --- perl-5.22.1.orig/Cross/config.sh-arm-linux 2015-10-18 11:26:26.000000000 -0600
153
+ +++ perl-5.22.1/Cross/config.sh-arm-linux 2019-08-21 09:12:19.907386879 -0600
154
+ @@ -838,12 +838,12 @@
155
+ libc='/lib/libc-2.2.2.so'
156
+ libperl='libperl.so'
157
+ libpth='/usr/local/lib /lib /usr/lib'
158
+ -libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
159
+ +libs='-ldl -lm -lcrypt -lutil -lc'
160
+ libsdirs=' /usr/lib'
161
+ -libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
162
+ -libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
163
+ +libsfiles=' libdl.so libm.so libcrypt.so libutil.so libc.so'
164
+ +libsfound=' /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
165
+ libspath=' /usr/local/lib /lib /usr/lib'
166
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
167
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
168
+ libswanted_uselargefiles=''
169
+ line=''
170
+ lint=''
171
+ @@ -927,7 +927,7 @@
172
+ perl_patchlevel=''
173
+ perl_static_inline='static'
174
+ perladmin='red@criticalintegration.com'
175
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
176
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
177
+ perlpath='/usr/bin/perl'
178
+ pg='pg'
179
+ phostname='hostname'
180
+ diff -ru perl-5.22.1.orig/Cross/config.sh-arm-linux-n770 perl-5.22.1/Cross/config.sh-arm-linux-n770
181
+ --- perl-5.22.1.orig/Cross/config.sh-arm-linux-n770 2015-10-18 11:26:52.000000000 -0600
182
+ +++ perl-5.22.1/Cross/config.sh-arm-linux-n770 2019-08-21 09:12:19.907386879 -0600
183
+ @@ -744,12 +744,12 @@
184
+ libc='/lib/libc-2.2.2.so'
185
+ libperl='libperl.arma'
186
+ libpth='/usr/local/lib /lib /usr/lib'
187
+ -libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
188
+ +libs='-ldl -lm -lcrypt -lutil -lc'
189
+ libsdirs=' /usr/lib'
190
+ -libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
191
+ -libsfound=' /usr/lib/libnsl.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
192
+ +libsfiles=' libdl.so libm.so libcrypt.so libutil.so libc.so'
193
+ +libsfound=' /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
194
+ libspath=' /usr/local/lib /lib /usr/lib'
195
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
196
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
197
+ libswanted_uselargefiles=''
198
+ line=''
199
+ lint=''
200
+ @@ -831,7 +831,7 @@
201
+ perl=''
202
+ perl_patchlevel=''
203
+ perladmin='red@criticalintegration.com'
204
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
205
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
206
+ perlpath='/usr/bin/perl'
207
+ pg='pg'
208
+ phostname='hostname'
209
+ diff -ru perl-5.22.1.orig/hints/aix_4.sh perl-5.22.1/hints/aix_4.sh
210
+ --- perl-5.22.1.orig/hints/aix_4.sh 2015-10-17 06:32:14.000000000 -0600
211
+ +++ perl-5.22.1/hints/aix_4.sh 2019-08-21 09:12:01.273379909 -0600
212
+ @@ -583,7 +583,7 @@
213
+
214
+ ***
215
+ *** You seem to be compiling in AIX for the OS/400 PASE environment.
216
+ -*** I'm not going to use the AIX bind, nsl, and possible util libraries, then.
217
+ +*** I'm not going to use the AIX bind, and possible util libraries, then.
218
+ *** I'm also not going to install perl as /usr/bin/perl.
219
+ *** Perl will be installed under $prefix.
220
+ *** For instructions how to install this build from AIX to PASE,
221
+ @@ -591,7 +591,7 @@
222
+ *** about "Operating system name".
223
+ ***
224
+ EOF
225
+ - set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ nsl @ @' -e 's@ util @ @'`
226
+ + set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ util @ @'`
227
+ shift
228
+ libswanted="$*"
229
+ installusrbinperl="$undef"
230
+ diff -ru perl-5.22.1.orig/hints/aix.sh perl-5.22.1/hints/aix.sh
231
+ --- perl-5.22.1.orig/hints/aix.sh 2015-10-17 06:38:37.000000000 -0600
232
+ +++ perl-5.22.1/hints/aix.sh 2019-08-21 09:12:01.273379909 -0600
233
+ @@ -504,7 +504,7 @@
234
+
235
+ ***
236
+ *** You seem to be compiling in AIX for the OS/400 PASE environment.
237
+ -*** I'm not going to use the AIX bind, nsl, and possible util libraries, then.
238
+ +*** I'm not going to use the AIX bind, and possible util libraries, then.
239
+ *** I'm also not going to install perl as /usr/bin/perl.
240
+ *** Perl will be installed under $prefix.
241
+ *** For instructions how to install this build from AIX to PASE,
242
+ @@ -512,7 +512,7 @@
243
+ *** about "Operating system name".
244
+ ***
245
+ EOF
246
+ - set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ nsl @ @' -e 's@ util @ @'`
247
+ + set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ util @ @'`
248
+ shift
249
+ libswanted="$*"
250
+ installusrbinperl="$undef"
251
+ diff -ru perl-5.22.1.orig/hints/epix.sh perl-5.22.1/hints/epix.sh
252
+ --- perl-5.22.1.orig/hints/epix.sh 2015-10-17 06:32:14.000000000 -0600
253
+ +++ perl-5.22.1/hints/epix.sh 2019-08-21 09:12:01.273379909 -0600
254
+ @@ -37,7 +37,7 @@
255
+ # Old version had this, but I'm not sure why since the old version
256
+ # also mucked around with libswanted. This is also definitely wrong
257
+ # if the user is trying to use DB_File or GDBM_File.
258
+ -# libs='-lsocket -lnsl -ldbm -ldl -lc -lcrypt -lm -lucb'
259
+ +# libs='-lsocket -ldbm -ldl -lc -lcrypt -lm -lucb'
260
+
261
+ # We include support for using libraries in /usr/ucblib, but the setting
262
+ # of libswanted excludes some libraries found there. You may want to
263
+ diff -ru perl-5.22.1.orig/hints/gnu.sh perl-5.22.1/hints/gnu.sh
264
+ --- perl-5.22.1.orig/hints/gnu.sh 2015-10-17 06:32:14.000000000 -0600
265
+ +++ perl-5.22.1/hints/gnu.sh 2019-08-21 09:12:01.273379909 -0600
266
+ @@ -4,7 +4,7 @@
267
+
268
+ # libnsl is unusable on the Hurd.
269
+ # XXX remove this once SUNRPC is implemented.
270
+ -set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ nsl / /' -e 's/ c / pthread /'`
271
+ +set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ c / pthread /'`
272
+ shift
273
+ libswanted="$*"
274
+
275
+ diff -ru perl-5.22.1.orig/hints/irix_5.sh perl-5.22.1/hints/irix_5.sh
276
+ --- perl-5.22.1.orig/hints/irix_5.sh 2015-10-17 06:32:14.000000000 -0600
277
+ +++ perl-5.22.1/hints/irix_5.sh 2019-08-21 09:12:01.273379909 -0600
278
+ @@ -27,9 +27,9 @@
279
+ esac
280
+
281
+ lddlflags="-shared"
282
+ -# For some reason we don't want -lsocket -lnsl or -ldl. Can anyone
283
+ +# For some reason we don't want -lsocket or -ldl. Can anyone
284
+ # contribute an explanation?
285
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
286
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /'`
287
+ shift
288
+ libswanted="$*"
289
+
290
+ diff -ru perl-5.22.1.orig/hints/irix_6_0.sh perl-5.22.1/hints/irix_6_0.sh
291
+ --- perl-5.22.1.orig/hints/irix_6_0.sh 2015-10-17 06:32:14.000000000 -0600
292
+ +++ perl-5.22.1/hints/irix_6_0.sh 2019-08-21 09:12:01.273379909 -0600
293
+ @@ -19,7 +19,7 @@
294
+ lddlflags="-32 -shared"
295
+
296
+ # We don't want these libraries. Anyone know why?
297
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
298
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /'`
299
+ shift
300
+ libswanted="$*"
301
+ #
302
+ @@ -29,7 +29,7 @@
303
+ # taken from irix_5.sh . Changes from irix_5.sh:
304
+ # Olimit and nested comments (warning 1009) no longer accepted
305
+ # -OPT:fold_arith_limit so POSIX module will optimize
306
+ -# no 64bit versions of sun, crypt, nsl, socket, dl dso's available
307
+ +# no 64bit versions of sun, crypt, socket, dl dso's available
308
+ # as of IRIX 6.0.1 so omit those from libswanted line via `sed'.
309
+
310
+ # perl 5 built with this hints file passes most tests (`make test').
311
+ @@ -38,7 +38,7 @@
312
+ # i_time='define'
313
+ # ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
314
+ # lddlflags="-shared"
315
+ -# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
316
+ +# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ dl / /'`
317
+ # shift
318
+ # libswanted="$*"
319
+
320
+ diff -ru perl-5.22.1.orig/hints/irix_6_1.sh perl-5.22.1/hints/irix_6_1.sh
321
+ --- perl-5.22.1.orig/hints/irix_6_1.sh 2015-10-17 06:32:14.000000000 -0600
322
+ +++ perl-5.22.1/hints/irix_6_1.sh 2019-08-21 09:12:01.273379909 -0600
323
+ @@ -19,7 +19,7 @@
324
+ lddlflags="-32 -shared"
325
+
326
+ # We don't want these libraries. Anyone know why?
327
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
328
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /'`
329
+ shift
330
+ libswanted="$*"
331
+ #
332
+ @@ -29,7 +29,7 @@
333
+ # taken from irix_5.sh . Changes from irix_5.sh:
334
+ # Olimit and nested comments (warning 1009) no longer accepted
335
+ # -OPT:fold_arith_limit so POSIX module will optimize
336
+ -# no 64bit versions of sun, crypt, nsl, socket, dl dso's available
337
+ +# no 64bit versions of sun, crypt, socket, dl dso's available
338
+ # as of IRIX 6.0.1 so omit those from libswanted line via `sed'.
339
+
340
+ # perl 5 built with this hints file passes most tests (`make test').
341
+ @@ -38,7 +38,7 @@
342
+ # i_time='define'
343
+ # ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
344
+ # lddlflags="-shared"
345
+ -# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
346
+ +# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ dl / /'`
347
+ # shift
348
+ # libswanted="$*"
349
+
350
+ diff -ru perl-5.22.1.orig/hints/irix_6.sh perl-5.22.1/hints/irix_6.sh
351
+ --- perl-5.22.1.orig/hints/irix_6.sh 2015-10-18 06:40:25.000000000 -0600
352
+ +++ perl-5.22.1/hints/irix_6.sh 2019-08-21 09:12:01.273379909 -0600
353
+ @@ -388,7 +388,7 @@
354
+ # Socket networking is in libc, these are not installed by default,
355
+ # and just slow perl down. (scotth@sgi.com)
356
+ # librt contains nothing we need (some places need it for Time::HiRes) --jhi
357
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /' -e 's/ rt / /'`
358
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /' -e 's/ rt / /'`
359
+ shift
360
+ libswanted="$*"
361
+
362
+ diff -ru perl-5.22.1.orig/hints/powerux.sh perl-5.22.1/hints/powerux.sh
363
+ --- perl-5.22.1.orig/hints/powerux.sh 2015-10-17 06:32:14.000000000 -0600
364
+ +++ perl-5.22.1/hints/powerux.sh 2019-08-21 09:12:01.274379910 -0600
365
+ @@ -27,11 +27,11 @@
366
+ exit 2
367
+ fi
368
+
369
+ -# We DO NOT want -lmalloc or -lPW, we DO need -lgen to follow -lnsl, so
370
+ +# We DO NOT want -lmalloc or -lPW, we DO need -lgen to follow, so
371
+ # fixup libswanted to reflect that desire (also need -lresolv if you want
372
+ # DNS name lookup to work, which seems desirable :-).
373
+ #
374
+ -libswanted=`echo ' '$libswanted' ' | sed -e 's/ malloc / /' -e 's/ PW / /' -e 's/ nsl / nsl gen resolv /'`
375
+ +libswanted=`echo ' '$libswanted' ' | sed -e 's/ malloc / /' -e 's/ PW / /'`
376
+
377
+ # We DO NOT want /usr/ucblib in glibpth
378
+ #
379
+ diff -ru perl-5.22.1.orig/INSTALL perl-5.22.1/INSTALL
380
+ --- perl-5.22.1.orig/INSTALL 2015-10-18 11:46:25.000000000 -0600
381
+ +++ perl-5.22.1/INSTALL 2019-08-21 09:12:01.274379910 -0600
382
+ @@ -1617,7 +1617,7 @@
383
+ undefined symbols, check the libs variable in the config.sh file. It
384
+ should look something like
385
+
386
+ - libs='-lsocket -lnsl -ldl -lm -lc'
387
+ + libs='-lsocket -ldl -lm -lc'
388
+
389
+ The exact libraries will vary from system to system, but you typically
390
+ need to include at least the math library -lm. Normally, Configure
391
+ diff -ru perl-5.22.1.orig/NetWare/config.wc perl-5.22.1/NetWare/config.wc
392
+ --- perl-5.22.1.orig/NetWare/config.wc 2015-10-17 06:38:37.000000000 -0600
393
+ +++ perl-5.22.1/NetWare/config.wc 2019-08-21 09:12:01.274379910 -0600
394
+ @@ -818,7 +818,7 @@
395
+ libsfiles=''
396
+ libsfound=''
397
+ libspath=''
398
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
399
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
400
+ line='line'
401
+ lint=''
402
+ lkflags=''
403
+ diff -ru perl-5.22.1.orig/plan9/config_sh.sample perl-5.22.1/plan9/config_sh.sample
404
+ --- perl-5.22.1.orig/plan9/config_sh.sample 2015-10-18 11:39:19.000000000 -0600
405
+ +++ perl-5.22.1/plan9/config_sh.sample 2019-08-21 09:12:01.274379910 -0600
406
+ @@ -825,7 +825,7 @@
407
+ libsfiles=''
408
+ libsfound=''
409
+ libspath=' /lib'
410
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util'
411
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt sec ucb bsd BSD PW x util'
412
+ libswanted_uselargefiles=''
413
+ line=''
414
+ lint=''
415
+ diff -ru perl-5.22.1.orig/pod/perlrun.pod perl-5.22.1/pod/perlrun.pod
416
+ --- perl-5.22.1.orig/pod/perlrun.pod 2015-10-17 06:32:18.000000000 -0600
417
+ +++ perl-5.22.1/pod/perlrun.pod 2019-08-21 09:12:01.274379910 -0600
418
+ @@ -874,11 +874,11 @@
419
+ $ perl -V:libc
420
+ libc='/lib/libc-2.2.4.so';
421
+ $ perl -V:lib.
422
+ - libs='-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
423
+ + libs='-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
424
+ libc='/lib/libc-2.2.4.so';
425
+ $ perl -V:lib.*
426
+ libpth='/usr/local/lib /lib /usr/lib';
427
+ - libs='-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
428
+ + libs='-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc';
429
+ lib_ext='.a';
430
+ libc='/lib/libc-2.2.4.so';
431
+ libperl='libperl.a';
432
+ diff -ru perl-5.22.1.orig/Porting/bisect-runner.pl perl-5.22.1/Porting/bisect-runner.pl
433
+ --- perl-5.22.1.orig/Porting/bisect-runner.pl 2015-10-17 06:38:37.000000000 -0600
434
+ +++ perl-5.22.1/Porting/bisect-runner.pl 2019-08-21 09:12:01.275379910 -0600
435
+ @@ -1269,7 +1269,7 @@
436
+ my @libs;
437
+ # This is the current libswanted list from Configure, less the libs removed
438
+ # by current hints/linux.sh
439
+ - foreach my $lib (qw(sfio socket inet nsl nm ndbm gdbm dbm db malloc dl
440
+ + foreach my $lib (qw(sfio socket inet nm ndbm gdbm dbm db malloc dl
441
+ ld sun m crypt sec util c cposix posix ucb BSD)) {
442
+ foreach my $dir (@paths) {
443
+ # Note the wonderful consistency of dot-or-not in the config vars:
444
+ diff -ru perl-5.22.1.orig/Porting/config.sh perl-5.22.1/Porting/config.sh
445
+ --- perl-5.22.1.orig/Porting/config.sh 2015-10-18 11:34:00.000000000 -0600
446
+ +++ perl-5.22.1/Porting/config.sh 2019-08-21 09:12:19.908386879 -0600
447
+ @@ -856,12 +856,12 @@
448
+ libc='libc-2.18.so'
449
+ libperl='libperl.a'
450
+ libpth='/usr/local/lib /usr/lib/gcc/i586-suse-linux/4.8/include-fixed /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/lib /usr/lib /pro/local/lib /lib'
451
+ -libs='-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat'
452
+ +libs='-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat'
453
+ libsdirs=' /usr/lib'
454
+ -libsfiles=' libnsl.so libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so'
455
+ -libsfound=' /usr/lib/libnsl.so /usr/lib/libgdbm.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so /usr/lib/libgdbm_compat.so'
456
+ +libsfiles=' libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so'
457
+ +libsfound=' /usr/lib/libgdbm.so /usr/lib/libdb.so /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so /usr/lib/libgdbm_compat.so'
458
+ libspath=' /usr/local/lib /usr/lib/gcc/i586-suse-linux/4.8/include-fixed /usr/lib/gcc/i586-suse-linux/4.8/../../../../i586-suse-linux/lib /usr/lib /pro/local/lib /lib'
459
+ -libswanted='socket inet nsl nm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat'
460
+ +libswanted='socket inet nm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat'
461
+ libswanted_uselargefiles=''
462
+ line=''
463
+ lint=''
464
+ @@ -945,7 +945,7 @@
465
+ perl_patchlevel=''
466
+ perl_static_inline='static __inline__'
467
+ perladmin='hmbrand@cpan.org'
468
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
469
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
470
+ perlpath='/pro/bin/perl5.22.1'
471
+ pg='pg'
472
+ phostname='hostname'
473
+ diff -ru perl-5.22.1.orig/win32/config.ce perl-5.22.1/win32/config.ce
474
+ --- perl-5.22.1.orig/win32/config.ce 2015-10-17 06:38:38.000000000 -0600
475
+ +++ perl-5.22.1/win32/config.ce 2019-08-21 09:12:01.275379910 -0600
476
+ @@ -810,7 +810,7 @@
477
+ libsfiles=''
478
+ libsfound=''
479
+ libspath=''
480
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
481
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
482
+ line='line'
483
+ lint=''
484
+ lkflags=''
485
+ diff -ru perl-5.22.1.orig/win32/config.gc perl-5.22.1/win32/config.gc
486
+ --- perl-5.22.1.orig/win32/config.gc 2015-10-17 06:38:38.000000000 -0600
487
+ +++ perl-5.22.1/win32/config.gc 2019-08-21 09:12:01.275379910 -0600
488
+ @@ -836,8 +836,8 @@
489
+ libsfiles=''
490
+ libsfound=''
491
+ libspath=''
492
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
493
+ -libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
494
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
495
+ +libswanted_uselargefiles='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
496
+ line='line'
497
+ lint=''
498
+ lkflags=''
499
+ diff -ru perl-5.22.1.orig/win32/config.vc perl-5.22.1/win32/config.vc
500
+ --- perl-5.22.1.orig/win32/config.vc 2015-10-17 06:38:38.000000000 -0600
501
+ +++ perl-5.22.1/win32/config.vc 2019-08-21 09:12:01.275379910 -0600
502
+ @@ -835,8 +835,8 @@
503
+ libsfiles=''
504
+ libsfound=''
505
+ libspath=''
506
+ -libswanted='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
507
+ -libswanted_uselargefiles='net socket inet nsl nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
508
+ +libswanted='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
509
+ +libswanted_uselargefiles='net socket inet nm ndbm gdbm dbm db malloc dl ld sun m c cposix posix ndir dir crypt ucb bsd BSD PW x'
510
+ line='line'
511
+ lint=''
512
+ lkflags=''