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,518 @@
1
+ diff -ur perl-5.30.0.orig/Configure perl-5.30.0/Configure
2
+ --- perl-5.30.0.orig/Configure 2019-05-11 05:50:20.000000000 -0400
3
+ +++ perl-5.30.0/Configure 2019-10-14 17:37:29.512567849 -0400
4
+ @@ -1487,7 +1487,7 @@
5
+ usereentrant='undef'
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 ndbm gdbm dbm db malloc dl ld"
9
+ +libswanted="cl pthread socket bind inet 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 -ur perl-5.30.0.orig/configure.com perl-5.30.0/configure.com
14
+ --- perl-5.30.0.orig/configure.com 2019-05-11 05:50:20.000000000 -0400
15
+ +++ perl-5.30.0/configure.com 2019-10-14 17:35:46.608063565 -0400
16
+ @@ -117,7 +117,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
+ Only in perl-5.30.0/: configure.com.orig
26
+ Only in perl-5.30.0/: Configure.orig
27
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/20_plv56.t perl-5.30.0/cpan/Config-Perl-V/t/20_plv56.t
28
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/20_plv56.t 2019-05-11 05:50:20.000000000 -0400
29
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/20_plv56.t 2019-10-14 17:35:46.612063373 -0400
30
+ @@ -63,8 +63,8 @@
31
+ Linker and Libraries:
32
+ ld='cc', ldflags ='-L/pro/local/lib'
33
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
34
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
35
+ - perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
36
+ + libs=-lgdbm -ldb -ldl -lm -lc -lcrypt -lutil
37
+ + perllibs=-ldl -lm -lc -lcrypt -lutil
38
+ libc=/lib/libc-2.10.1.so, so=so, useshrplib=false, libperl=libperl.a
39
+ Dynamic Linking:
40
+ dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
41
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 20_plv56.t.orig
42
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/21_plv58.t perl-5.30.0/cpan/Config-Perl-V/t/21_plv58.t
43
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/21_plv58.t 2019-05-11 05:50:20.000000000 -0400
44
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/21_plv58.t 2019-10-14 17:35:46.612063373 -0400
45
+ @@ -67,8 +67,8 @@
46
+ Linker and Libraries:
47
+ ld='cc', ldflags ='-L/pro/local/lib'
48
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
49
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
50
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
51
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
52
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
53
+ libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
54
+ gnulibc_version='2.11.2'
55
+ Dynamic Linking:
56
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 21_plv58.t.orig
57
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/22_plv510.t perl-5.30.0/cpan/Config-Perl-V/t/22_plv510.t
58
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/22_plv510.t 2019-05-11 05:50:20.000000000 -0400
59
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/22_plv510.t 2019-10-14 17:35:46.612063373 -0400
60
+ @@ -57,8 +57,8 @@
61
+ Linker and Libraries:
62
+ ld='cc', ldflags ='-L/pro/local/lib'
63
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
64
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
65
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
66
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
67
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
68
+ libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
69
+ gnulibc_version='2.6.1'
70
+ Dynamic Linking:
71
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 22_plv510.t.orig
72
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/23_plv512.t perl-5.30.0/cpan/Config-Perl-V/t/23_plv512.t
73
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/23_plv512.t 2019-05-11 05:50:20.000000000 -0400
74
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/23_plv512.t 2019-10-14 17:35:46.612063373 -0400
75
+ @@ -68,8 +68,8 @@
76
+ Linker and Libraries:
77
+ ld='/usr/bin/ld', ldflags ='-L/pro/local/lib +DD64 -L/usr/lib/hpux64'
78
+ libpth=/pro/local/lib /usr/lib/hpux64 /lib /usr/lib /usr/ccs/lib /usr/local/lib
79
+ - libs=-lcl -lpthread -lnsl -lnm -ldb -ldl -ldld -lm -lsec -lc
80
+ - perllibs=-lcl -lpthread -lnsl -lnm -ldl -ldld -lm -lsec -lc
81
+ + libs=-lcl -lpthread -lnm -ldb -ldl -ldld -lm -lsec -lc
82
+ + perllibs=-lcl -lpthread -lnm -ldl -ldld -lm -lsec -lc
83
+ libc=/usr/lib/hpux64/libc.so, so=so, useshrplib=false, libperl=libperl.a
84
+ gnulibc_version=''
85
+ Dynamic Linking:
86
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 23_plv512.t.orig
87
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/24_plv514.t perl-5.30.0/cpan/Config-Perl-V/t/24_plv514.t
88
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/24_plv514.t 2019-05-11 05:50:20.000000000 -0400
89
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/24_plv514.t 2019-10-14 17:35:46.612063373 -0400
90
+ @@ -69,8 +69,8 @@
91
+ Linker and Libraries:
92
+ ld='ld', ldflags ='-L/usr/local/ppc64/lib64 -b64 -q64 -L/pro/local/lib -brtl -bdynamic -b64'
93
+ libpth=/usr/local/ppc64/lib64 /lib /usr/lib /usr/ccs/lib /usr/local/lib /usr/lib64
94
+ - libs=-lbind -lnsl -ldbm -ldb -ldl -lld -lm -lcrypt -lc
95
+ - perllibs=-lbind -lnsl -ldl -lld -lm -lcrypt -lc
96
+ + libs=-lbind -ldbm -ldb -ldl -lld -lm -lcrypt -lc
97
+ + perllibs=-lbind -ldl -lld -lm -lcrypt -lc
98
+ libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
99
+ gnulibc_version=''
100
+ Dynamic Linking:
101
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 24_plv514.t.orig
102
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/25_plv516.t perl-5.30.0/cpan/Config-Perl-V/t/25_plv516.t
103
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/25_plv516.t 2019-05-11 05:50:20.000000000 -0400
104
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/25_plv516.t 2019-10-14 17:35:46.612063373 -0400
105
+ @@ -69,8 +69,8 @@
106
+ Linker and Libraries:
107
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
108
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
109
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
110
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
111
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
112
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
113
+ libc=/lib/libc-2.15.so, so=so, useshrplib=false, libperl=libperl.a
114
+ gnulibc_version='2.15'
115
+ Dynamic Linking:
116
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 25_plv516.t.orig
117
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/26_plv5182.t perl-5.30.0/cpan/Config-Perl-V/t/26_plv5182.t
118
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/26_plv5182.t 2019-05-11 05:50:20.000000000 -0400
119
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/26_plv5182.t 2019-10-14 17:35:46.612063373 -0400
120
+ @@ -94,8 +94,8 @@
121
+ Linker and Libraries:
122
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
123
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
124
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
125
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
126
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
127
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
128
+ libc=/lib/libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
129
+ gnulibc_version='2.18'
130
+ Dynamic Linking:
131
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 26_plv5182.t.orig
132
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/26_plv518.t perl-5.30.0/cpan/Config-Perl-V/t/26_plv518.t
133
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/26_plv518.t 2019-05-11 05:50:20.000000000 -0400
134
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/26_plv518.t 2019-10-14 17:35:46.616063181 -0400
135
+ @@ -94,8 +94,8 @@
136
+ Linker and Libraries:
137
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
138
+ libpth=/pro/local/lib /lib /usr/lib /usr/local/lib
139
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
140
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
141
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
142
+ + perllibs=-ldl -lm -lcrypt -lutil -lc
143
+ libc=/lib/libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
144
+ gnulibc_version='2.17'
145
+ Dynamic Linking:
146
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 26_plv518.t.orig
147
+ diff -ur perl-5.30.0.orig/cpan/Config-Perl-V/t/27_plv5200.t perl-5.30.0/cpan/Config-Perl-V/t/27_plv5200.t
148
+ --- perl-5.30.0.orig/cpan/Config-Perl-V/t/27_plv5200.t 2019-05-11 05:50:20.000000000 -0400
149
+ +++ perl-5.30.0/cpan/Config-Perl-V/t/27_plv5200.t 2019-10-14 17:35:46.620062988 -0400
150
+ @@ -96,8 +96,8 @@
151
+ Linker and Libraries:
152
+ ld='cc', ldflags ='-L/pro/local/lib -fstack-protector'
153
+ 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
154
+ - libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
155
+ - perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
156
+ + libs=-lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
157
+ + perllibs=-ldl -lm -lcrypt -lutil -lpthread -lc
158
+ libc=libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
159
+ gnulibc_version='2.18'
160
+ Dynamic Linking:
161
+ Only in perl-5.30.0/cpan/Config-Perl-V/t: 27_plv5200.t.orig
162
+ diff -ur perl-5.30.0.orig/Cross/config.sh-arm-linux perl-5.30.0/Cross/config.sh-arm-linux
163
+ --- perl-5.30.0.orig/Cross/config.sh-arm-linux 2019-05-11 05:50:20.000000000 -0400
164
+ +++ perl-5.30.0/Cross/config.sh-arm-linux 2019-10-14 17:35:46.620062988 -0400
165
+ @@ -866,12 +866,12 @@
166
+ libc='/lib/libc-2.2.2.so'
167
+ libperl='libperl.so'
168
+ libpth='/usr/local/lib /lib /usr/lib'
169
+ -libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
170
+ +libs='-ldl -lm -lcrypt -lutil -lc'
171
+ libsdirs=' /usr/lib'
172
+ -libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
173
+ -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'
174
+ +libsfiles=' libdl.so libm.so libcrypt.so libutil.so libc.so'
175
+ +libsfound=' /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
176
+ libspath=' /usr/local/lib /lib /usr/lib'
177
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
178
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
179
+ libswanted_uselargefiles=''
180
+ line=''
181
+ lint=''
182
+ @@ -959,7 +959,7 @@
183
+ perl_patchlevel=''
184
+ perl_static_inline='static'
185
+ perladmin='red@criticalintegration.com'
186
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
187
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
188
+ perlpath='/usr/bin/perl'
189
+ pg='pg'
190
+ phostname='hostname'
191
+ diff -ur perl-5.30.0.orig/Cross/config.sh-arm-linux-n770 perl-5.30.0/Cross/config.sh-arm-linux-n770
192
+ --- perl-5.30.0.orig/Cross/config.sh-arm-linux-n770 2019-05-11 05:50:20.000000000 -0400
193
+ +++ perl-5.30.0/Cross/config.sh-arm-linux-n770 2019-10-14 17:35:46.620062988 -0400
194
+ @@ -864,12 +864,12 @@
195
+ libc='/lib/libc-2.2.2.so'
196
+ libperl='libperl.arma'
197
+ libpth='/usr/local/lib /lib /usr/lib'
198
+ -libs='-lnsl -ldl -lm -lcrypt -lutil -lc'
199
+ +libs='-ldl -lm -lcrypt -lutil -lc'
200
+ libsdirs=' /usr/lib'
201
+ -libsfiles=' libnsl.so libdl.so libm.so libcrypt.so libutil.so libc.so'
202
+ -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'
203
+ +libsfiles=' libdl.so libm.so libcrypt.so libutil.so libc.so'
204
+ +libsfound=' /usr/lib/libdl.so /usr/lib/libm.so /usr/lib/libcrypt.so /usr/lib/libutil.so /usr/lib/libc.so'
205
+ libspath=' /usr/local/lib /lib /usr/lib'
206
+ -libswanted='socket bind inet nsl nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
207
+ +libswanted='socket bind inet nm ndbm gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD'
208
+ libswanted_uselargefiles=''
209
+ line=''
210
+ lint=''
211
+ @@ -957,7 +957,7 @@
212
+ perl_patchlevel=''
213
+ perl_static_inline='static'
214
+ perladmin='red@criticalintegration.com'
215
+ -perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
216
+ +perllibs='-ldl -lm -lcrypt -lutil -lc'
217
+ perlpath='/usr/bin/perl'
218
+ pg='pg'
219
+ phostname='hostname'
220
+ Only in perl-5.30.0/Cross: config.sh-arm-linux-n770.orig
221
+ Only in perl-5.30.0/Cross: config.sh-arm-linux.orig
222
+ diff -ur perl-5.30.0.orig/hints/aix_4.sh perl-5.30.0/hints/aix_4.sh
223
+ --- perl-5.30.0.orig/hints/aix_4.sh 2018-06-27 07:17:56.000000000 -0400
224
+ +++ perl-5.30.0/hints/aix_4.sh 2019-10-14 17:35:46.620062988 -0400
225
+ @@ -583,7 +583,7 @@
226
+
227
+ ***
228
+ *** You seem to be compiling in AIX for the OS/400 PASE environment.
229
+ -*** I'm not going to use the AIX bind, nsl, and possible util libraries, then.
230
+ +*** I'm not going to use the AIX bind, and possible util libraries, then.
231
+ *** I'm also not going to install perl as /usr/bin/perl.
232
+ *** Perl will be installed under $prefix.
233
+ *** For instructions how to install this build from AIX to PASE,
234
+ @@ -591,7 +591,7 @@
235
+ *** about "Operating system name".
236
+ ***
237
+ EOF
238
+ - set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ nsl @ @' -e 's@ util @ @'`
239
+ + set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ util @ @'`
240
+ shift
241
+ libswanted="$*"
242
+ installusrbinperl="$undef"
243
+ diff -ur perl-5.30.0.orig/hints/aix.sh perl-5.30.0/hints/aix.sh
244
+ --- perl-5.30.0.orig/hints/aix.sh 2019-05-11 05:50:20.000000000 -0400
245
+ +++ perl-5.30.0/hints/aix.sh 2019-10-14 17:35:46.620062988 -0400
246
+ @@ -504,7 +504,7 @@
247
+
248
+ ***
249
+ *** You seem to be compiling in AIX for the OS/400 PASE environment.
250
+ -*** I'm not going to use the AIX bind, nsl, and possible util libraries, then.
251
+ +*** I'm not going to use the AIX bind, and possible util libraries, then.
252
+ *** I'm also not going to install perl as /usr/bin/perl.
253
+ *** Perl will be installed under $prefix.
254
+ *** For instructions how to install this build from AIX to PASE,
255
+ @@ -512,7 +512,7 @@
256
+ *** about "Operating system name".
257
+ ***
258
+ EOF
259
+ - set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ nsl @ @' -e 's@ util @ @'`
260
+ + set `echo " $libswanted " | sed -e 's@ bind @ @' -e 's@ util @ @'`
261
+ shift
262
+ libswanted="$*"
263
+ installusrbinperl="$undef"
264
+ diff -ur perl-5.30.0.orig/hints/epix.sh perl-5.30.0/hints/epix.sh
265
+ --- perl-5.30.0.orig/hints/epix.sh 2019-05-11 05:50:20.000000000 -0400
266
+ +++ perl-5.30.0/hints/epix.sh 2019-10-14 17:35:46.620062988 -0400
267
+ @@ -37,7 +37,7 @@
268
+ # Old version had this, but I'm not sure why since the old version
269
+ # also mucked around with libswanted. This is also definitely wrong
270
+ # if the user is trying to use DB_File or GDBM_File.
271
+ -# libs='-lsocket -lnsl -ldbm -ldl -lc -lcrypt -lm -lucb'
272
+ +# libs='-lsocket -ldbm -ldl -lc -lcrypt -lm -lucb'
273
+
274
+ # We include support for using libraries in /usr/ucblib, but the setting
275
+ # of libswanted excludes some libraries found there. You may want to
276
+ diff -ur perl-5.30.0.orig/hints/gnu.sh perl-5.30.0/hints/gnu.sh
277
+ --- perl-5.30.0.orig/hints/gnu.sh 2019-05-11 05:50:20.000000000 -0400
278
+ +++ perl-5.30.0/hints/gnu.sh 2019-10-14 17:35:46.620062988 -0400
279
+ @@ -3,7 +3,7 @@
280
+
281
+ # libnsl is unusable on the Hurd.
282
+ # XXX remove this once SUNRPC is implemented.
283
+ -set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ nsl / /' -e 's/ c / pthread /'`
284
+ +set `echo X "$libswanted "| sed -e 's/ bsd / /' -e 's/ c / pthread /'`
285
+ shift
286
+ libswanted="$*"
287
+
288
+ Only in perl-5.30.0/hints: gnu.sh.orig
289
+ diff -ur perl-5.30.0.orig/hints/irix_5.sh perl-5.30.0/hints/irix_5.sh
290
+ --- perl-5.30.0.orig/hints/irix_5.sh 2018-06-27 07:17:56.000000000 -0400
291
+ +++ perl-5.30.0/hints/irix_5.sh 2019-10-14 17:35:46.624062797 -0400
292
+ @@ -27,9 +27,9 @@
293
+ esac
294
+
295
+ lddlflags="-shared"
296
+ -# For some reason we don't want -lsocket -lnsl or -ldl. Can anyone
297
+ +# For some reason we don't want -lsocket or -ldl. Can anyone
298
+ # contribute an explanation?
299
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
300
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /'`
301
+ shift
302
+ libswanted="$*"
303
+
304
+ diff -ur perl-5.30.0.orig/hints/irix_6_0.sh perl-5.30.0/hints/irix_6_0.sh
305
+ --- perl-5.30.0.orig/hints/irix_6_0.sh 2018-06-27 07:17:56.000000000 -0400
306
+ +++ perl-5.30.0/hints/irix_6_0.sh 2019-10-14 17:35:46.624062797 -0400
307
+ @@ -19,7 +19,7 @@
308
+ lddlflags="-32 -shared"
309
+
310
+ # We don't want these libraries. Anyone know why?
311
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
312
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /'`
313
+ shift
314
+ libswanted="$*"
315
+ #
316
+ @@ -29,7 +29,7 @@
317
+ # taken from irix_5.sh . Changes from irix_5.sh:
318
+ # Olimit and nested comments (warning 1009) no longer accepted
319
+ # -OPT:fold_arith_limit so POSIX module will optimize
320
+ -# no 64bit versions of sun, crypt, nsl, socket, dl dso's available
321
+ +# no 64bit versions of sun, crypt, socket, dl dso's available
322
+ # as of IRIX 6.0.1 so omit those from libswanted line via `sed'.
323
+
324
+ # perl 5 built with this hints file passes most tests (`make test').
325
+ @@ -38,7 +38,7 @@
326
+ # i_time='define'
327
+ # ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
328
+ # lddlflags="-shared"
329
+ -# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
330
+ +# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ dl / /'`
331
+ # shift
332
+ # libswanted="$*"
333
+
334
+ diff -ur perl-5.30.0.orig/hints/irix_6_1.sh perl-5.30.0/hints/irix_6_1.sh
335
+ --- perl-5.30.0.orig/hints/irix_6_1.sh 2018-06-27 07:17:56.000000000 -0400
336
+ +++ perl-5.30.0/hints/irix_6_1.sh 2019-10-14 17:35:46.624062797 -0400
337
+ @@ -19,7 +19,7 @@
338
+ lddlflags="-32 -shared"
339
+
340
+ # We don't want these libraries. Anyone know why?
341
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /'`
342
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /'`
343
+ shift
344
+ libswanted="$*"
345
+ #
346
+ @@ -29,7 +29,7 @@
347
+ # taken from irix_5.sh . Changes from irix_5.sh:
348
+ # Olimit and nested comments (warning 1009) no longer accepted
349
+ # -OPT:fold_arith_limit so POSIX module will optimize
350
+ -# no 64bit versions of sun, crypt, nsl, socket, dl dso's available
351
+ +# no 64bit versions of sun, crypt, socket, dl dso's available
352
+ # as of IRIX 6.0.1 so omit those from libswanted line via `sed'.
353
+
354
+ # perl 5 built with this hints file passes most tests (`make test').
355
+ @@ -38,7 +38,7 @@
356
+ # i_time='define'
357
+ # ccflags="$ccflags -D_POSIX_SOURCE -ansiposix -D_BSD_TYPES -woff 1009 -OPT:fold_arith_limit=1046"
358
+ # lddlflags="-shared"
359
+ -# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ nsl / /' -e 's/ dl / /'`
360
+ +# set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ sun / /' -e 's/ crypt / /' -e 's/ dl / /'`
361
+ # shift
362
+ # libswanted="$*"
363
+
364
+ diff -ur perl-5.30.0.orig/hints/irix_6.sh perl-5.30.0/hints/irix_6.sh
365
+ --- perl-5.30.0.orig/hints/irix_6.sh 2019-05-11 05:50:20.000000000 -0400
366
+ +++ perl-5.30.0/hints/irix_6.sh 2019-10-14 17:35:46.624062797 -0400
367
+ @@ -388,7 +388,7 @@
368
+ # Socket networking is in libc, these are not installed by default,
369
+ # and just slow perl down. (scotth@sgi.com)
370
+ # librt contains nothing we need (some places need it for Time::HiRes) --jhi
371
+ -set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ nsl / /' -e 's/ dl / /' -e 's/ rt / /'`
372
+ +set `echo X "$libswanted "|sed -e 's/ socket / /' -e 's/ dl / /' -e 's/ rt / /'`
373
+ shift
374
+ libswanted="$*"
375
+
376
+ diff -ur perl-5.30.0.orig/INSTALL perl-5.30.0/INSTALL
377
+ --- perl-5.30.0.orig/INSTALL 2019-05-11 05:50:20.000000000 -0400
378
+ +++ perl-5.30.0/INSTALL 2019-10-14 17:36:13.034898813 -0400
379
+ @@ -1623,7 +1623,7 @@
380
+ undefined symbols, check the libs variable in the config.sh file. It
381
+ should look something like
382
+
383
+ - libs='-lsocket -lnsl -ldl -lm -lc'
384
+ + libs='-lsocket -ldl -lm -lc'
385
+
386
+ The exact libraries will vary from system to system, but you typically
387
+ need to include at least the math library -lm. Normally, Configure
388
+ Only in perl-5.30.0/: INSTALL.orig
389
+ diff -ur perl-5.30.0.orig/NetWare/config.wc perl-5.30.0/NetWare/config.wc
390
+ --- perl-5.30.0.orig/NetWare/config.wc 2019-05-11 05:50:20.000000000 -0400
391
+ +++ perl-5.30.0/NetWare/config.wc 2019-10-14 17:36:13.034898813 -0400
392
+ @@ -846,7 +846,7 @@
393
+ libsfiles=''
394
+ libsfound=''
395
+ libspath=''
396
+ -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'
397
+ +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'
398
+ line='line'
399
+ lint=''
400
+ lkflags=''
401
+ Only in perl-5.30.0/NetWare: config.wc.orig
402
+ diff -ur perl-5.30.0.orig/plan9/config_sh.sample perl-5.30.0/plan9/config_sh.sample
403
+ --- perl-5.30.0.orig/plan9/config_sh.sample 2019-05-11 05:50:20.000000000 -0400
404
+ +++ perl-5.30.0/plan9/config_sh.sample 2019-10-14 17:36:13.038898652 -0400
405
+ @@ -853,7 +853,7 @@
406
+ libsfiles=''
407
+ libsfound=''
408
+ libspath=' /lib'
409
+ -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'
410
+ +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'
411
+ libswanted_uselargefiles=''
412
+ line=''
413
+ lint=''
414
+ Only in perl-5.30.0/plan9: config_sh.sample.orig
415
+ diff -ur perl-5.30.0.orig/pod/perlrun.pod perl-5.30.0/pod/perlrun.pod
416
+ --- perl-5.30.0.orig/pod/perlrun.pod 2019-05-11 05:50:20.000000000 -0400
417
+ +++ perl-5.30.0/pod/perlrun.pod 2019-10-14 17:36:13.038898652 -0400
418
+ @@ -887,11 +887,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
+ Only in perl-5.30.0/pod: perlrun.pod.orig
433
+ diff -ur perl-5.30.0.orig/Porting/bisect-runner.pl perl-5.30.0/Porting/bisect-runner.pl
434
+ --- perl-5.30.0.orig/Porting/bisect-runner.pl 2019-05-11 05:50:20.000000000 -0400
435
+ +++ perl-5.30.0/Porting/bisect-runner.pl 2019-10-14 17:36:13.038898652 -0400
436
+ @@ -1384,7 +1384,7 @@
437
+ my @libs;
438
+ # This is the current libswanted list from Configure, less the libs removed
439
+ # by current hints/linux.sh
440
+ - foreach my $lib (qw(sfio socket inet nsl nm ndbm gdbm dbm db malloc dl
441
+ + foreach my $lib (qw(sfio socket inet nm ndbm gdbm dbm db malloc dl
442
+ ld sun m crypt sec util c cposix posix ucb BSD)) {
443
+ foreach my $dir (@paths) {
444
+ # Note the wonderful consistency of dot-or-not in the config vars:
445
+ Only in perl-5.30.0/Porting: bisect-runner.pl.orig
446
+ diff -ur perl-5.30.0.orig/Porting/config.sh perl-5.30.0/Porting/config.sh
447
+ --- perl-5.30.0.orig/Porting/config.sh 2019-05-11 05:50:20.000000000 -0400
448
+ +++ perl-5.30.0/Porting/config.sh 2019-10-14 17:38:20.815713492 -0400
449
+ @@ -891,12 +891,12 @@
450
+ libc='libc-2.19.so'
451
+ libperl='libperl.a'
452
+ libpth='/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/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'
453
+ -libs='-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat'
454
+ +libs='-lpthread -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat'
455
+ libsdirs=' /usr/lib/x86_64-linux-gnu'
456
+ -libsfiles=' libpthread.so libnsl.so libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so'
457
+ -libsfound=' /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libnsl.so /usr/lib/x86_64-linux-gnu/libgdbm.so /usr/lib/x86_64-linux-gnu/libdb.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libcrypt.so /usr/lib/x86_64-linux-gnu/libutil.so /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libgdbm_compat.so'
458
+ +libsfiles=' libpthread.so libgdbm.so libdb.so libdl.so libm.so libcrypt.so libutil.so libc.so libgdbm_compat.so'
459
+ +libsfound=' /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libgdbm.so /usr/lib/x86_64-linux-gnu/libdb.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libcrypt.so /usr/lib/x86_64-linux-gnu/libutil.so /usr/lib/x86_64-linux-gnu/libc.so /usr/lib/x86_64-linux-gnu/libgdbm_compat.so'
460
+ libspath=' /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/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'
461
+ -libswanted='cl pthread cl pthread socket inet nsl gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat'
462
+ +libswanted='cl pthread cl pthread socket inet gdbm dbm db malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat'
463
+ libswanted_uselargefiles=''
464
+ line=''
465
+ lint=''
466
+ @@ -983,7 +983,7 @@
467
+ perl_patchlevel=''
468
+ perl_static_inline='static __inline__'
469
+ perladmin='yourname@yourhost.yourplace.com'
470
+ -perllibs='-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc'
471
+ +perllibs='-lpthread -ldl -lm -lcrypt -lutil -lc'
472
+ perlpath='/opt/perl/bin/perl5.30.0'
473
+ pg='pg'
474
+ phostname=''
475
+ Only in perl-5.30.0/Porting: config.sh.orig
476
+ diff -ur perl-5.30.0.orig/win32/config.ce perl-5.30.0/win32/config.ce
477
+ --- perl-5.30.0.orig/win32/config.ce 2019-05-11 05:50:20.000000000 -0400
478
+ +++ perl-5.30.0/win32/config.ce 2019-10-14 17:36:13.090896568 -0400
479
+ @@ -839,7 +839,7 @@
480
+ libsfiles=''
481
+ libsfound=''
482
+ libspath=''
483
+ -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'
484
+ +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'
485
+ line='line'
486
+ lint=''
487
+ lkflags=''
488
+ Only in perl-5.30.0/win32: config.ce.orig
489
+ diff -ur perl-5.30.0.orig/win32/config.gc perl-5.30.0/win32/config.gc
490
+ --- perl-5.30.0.orig/win32/config.gc 2019-05-11 05:50:20.000000000 -0400
491
+ +++ perl-5.30.0/win32/config.gc 2019-10-14 17:36:13.090896568 -0400
492
+ @@ -865,8 +865,8 @@
493
+ libsfiles=''
494
+ libsfound=''
495
+ libspath=''
496
+ -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'
497
+ -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'
498
+ +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'
499
+ +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'
500
+ line='line'
501
+ lint=''
502
+ lkflags=''
503
+ Only in perl-5.30.0/win32: config.gc.orig
504
+ diff -ur perl-5.30.0.orig/win32/config.vc perl-5.30.0/win32/config.vc
505
+ --- perl-5.30.0.orig/win32/config.vc 2019-05-11 05:50:20.000000000 -0400
506
+ +++ perl-5.30.0/win32/config.vc 2019-10-14 17:36:13.094896407 -0400
507
+ @@ -864,8 +864,8 @@
508
+ libsfiles=''
509
+ libsfound=''
510
+ libspath=''
511
+ -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'
512
+ -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'
513
+ +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'
514
+ +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'
515
+ line='line'
516
+ lint=''
517
+ lkflags=''
518
+ Only in perl-5.30.0/win32: config.vc.orig