contrast-agent 3.10.0 → 3.10.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03d6c2a4cfa24b58ad6f608f97d9018951651135e79e97a16f9229292b161f31
4
- data.tar.gz: 74c463380a6708d409557870609fbd2bf8e3c6e0010ba62f068078261d22ef6c
3
+ metadata.gz: 3dac320eaefdcac8df279a6eadaf45867ca88bba6b4b794b26bf0c88866876bf
4
+ data.tar.gz: 97d23d3733959386ed7c5c4a5d4258e59a0685addf81eebbf667d5eee9dc8f44
5
5
  SHA512:
6
- metadata.gz: a67dca249a20e4dad0a99e9e72d790435f5eb8c09caed9b5eef72dd232561c21d7917ff371316dee768944a8ed884fa77a4359129f8ff833eac11107b883cde0
7
- data.tar.gz: 1336842f79e62ecca3ff702c4347b1fe150a71b6b549cdb48c79115e578de993ea93b3f558bb8d0af12262e9611c4fb4cff066c73f82d9088033055c4cb036a3
6
+ metadata.gz: fb4fb1a3360742a868705b906fd6cc6479d4a7ca4568456d1a0bda1f18736f54554a393afdbe6aa678570be936a4181c3ba744796f94d6d110d40bb0c8e30620
7
+ data.tar.gz: d68db12785d7bdf50e49b1fe6df5022f8eca35f60c66fcea3c5572452188f4d8ab757129ca31b1e530c80f56f4f7e6cbc25ee04f404927f89dbe5264c7fa06ae
@@ -51,11 +51,20 @@ unless find_header('funchook.h', ext_path)
51
51
  end
52
52
 
53
53
  TARGET_PATHS.each do |target_path|
54
- puts "Copying #{ source_file_path } into #{ target_path }"
55
- FileUtils.cp(source_file_path, target_path)
54
+ begin
55
+ unless File.writable?(target_path)
56
+ puts "Unable to copy into #{target_path} - directory not writable"
57
+ next
58
+ end
59
+ puts "Copying #{ source_file_path } into #{ target_path }"
60
+ FileUtils.cp(source_file_path, target_path)
61
+ rescue
62
+ puts "Error while copying #{source_file} to #{target_path}"
63
+ end
56
64
  end
57
65
  end
58
66
  end
59
67
 
60
68
 
69
+
61
70
  have_header('funchook.h', ext_path)
@@ -14,64 +14,64 @@
14
14
  'configure.ac'
15
15
  ],
16
16
  {
17
- 'LT_INIT' => 1,
18
- 'AC_DEFINE_TRACE_LITERAL' => 1,
19
- 'AM_PROG_CXX_C_O' => 1,
20
- '_LT_AC_TAGCONFIG' => 1,
21
- 'AM_AUTOMAKE_VERSION' => 1,
22
- 'AC_CANONICAL_BUILD' => 1,
23
- 'AC_SUBST_TRACE' => 1,
17
+ 'AM_PROG_AR' => 1,
18
+ 'LT_CONFIG_LTDL_DIR' => 1,
19
+ 'm4_pattern_forbid' => 1,
24
20
  'AM_NLS' => 1,
25
- 'AM_PROG_LIBTOOL' => 1,
26
- 'AM_PROG_FC_C_O' => 1,
21
+ 'AC_REQUIRE_AUX_FILE' => 1,
22
+ 'AM_PATH_GUILE' => 1,
23
+ 'AC_FC_PP_SRCEXT' => 1,
27
24
  'm4_pattern_allow' => 1,
28
- 'AC_CANONICAL_HOST' => 1,
29
- 'AC_SUBST' => 1,
30
- '_AM_COND_IF' => 1,
31
- 'AH_OUTPUT' => 1,
32
- 'LT_SUPPORTED_TAG' => 1,
25
+ 'AM_MAKEFILE_INCLUDE' => 1,
26
+ '_m4_warn' => 1,
27
+ 'AC_CONFIG_FILES' => 1,
33
28
  'AC_INIT' => 1,
34
- 'AM_CONDITIONAL' => 1,
35
29
  'AM_XGETTEXT_OPTION' => 1,
36
- 'sinclude' => 1,
37
- 'AC_CONFIG_HEADERS' => 1,
30
+ 'm4_include' => 1,
31
+ 'AC_FC_SRCEXT' => 1,
32
+ 'LT_SUPPORTED_TAG' => 1,
33
+ 'AM_CONDITIONAL' => 1,
34
+ '_AM_COND_ENDIF' => 1,
35
+ 'AM_INIT_AUTOMAKE' => 1,
36
+ 'AC_CANONICAL_SYSTEM' => 1,
37
+ 'AC_FC_PP_DEFINE' => 1,
38
+ 'AH_OUTPUT' => 1,
38
39
  '_AM_SUBST_NOTMAKE' => 1,
39
- 'AM_POT_TOOLS' => 1,
40
- '_AM_MAKEFILE_INCLUDE' => 1,
41
- 'AM_PROG_F77_C_O' => 1,
40
+ 'AM_AUTOMAKE_VERSION' => 1,
41
+ '_AM_COND_IF' => 1,
42
+ 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
42
43
  'AC_CONFIG_LINKS' => 1,
43
- 'AC_FC_PP_DEFINE' => 1,
44
- 'AM_SILENT_RULES' => 1,
45
- 'AC_CONFIG_FILES' => 1,
44
+ '_AM_COND_ELSE' => 1,
45
+ 'AM_PROG_CXX_C_O' => 1,
46
+ 'AC_CANONICAL_BUILD' => 1,
47
+ '_LT_AC_TAGCONFIG' => 1,
48
+ 'AM_ENABLE_MULTILIB' => 1,
46
49
  'AC_FC_FREEFORM' => 1,
47
- '_m4_warn' => 1,
50
+ 'AM_GNU_GETTEXT' => 1,
51
+ 'AM_PROG_MOC' => 1,
52
+ 'AC_LIBSOURCE' => 1,
53
+ '_AM_MAKEFILE_INCLUDE' => 1,
54
+ 'AC_CANONICAL_TARGET' => 1,
55
+ 'AM_SILENT_RULES' => 1,
56
+ 'LT_INIT' => 1,
57
+ 'AC_CANONICAL_HOST' => 1,
58
+ 'AC_CONFIG_AUX_DIR' => 1,
59
+ 'm4_sinclude' => 1,
60
+ 'AM_PROG_CC_C_O' => 1,
61
+ 'AC_DEFINE_TRACE_LITERAL' => 1,
62
+ 'AM_PROG_LIBTOOL' => 1,
63
+ 'AC_CONFIG_HEADERS' => 1,
48
64
  'AM_MAINTAINER_MODE' => 1,
49
65
  'include' => 1,
50
- 'm4_include' => 1,
51
- 'AC_LIBSOURCE' => 1,
52
- 'AC_FC_PP_SRCEXT' => 1,
53
- 'LT_CONFIG_LTDL_DIR' => 1,
54
- '_AM_COND_ENDIF' => 1,
66
+ 'sinclude' => 1,
67
+ 'AM_POT_TOOLS' => 1,
55
68
  'AC_PROG_LIBTOOL' => 1,
56
- 'AM_PROG_MOC' => 1,
57
- 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
58
- 'AM_GNU_GETTEXT' => 1,
59
- 'AM_ENABLE_MULTILIB' => 1,
60
- 'AC_REQUIRE_AUX_FILE' => 1,
61
- 'AM_MAKEFILE_INCLUDE' => 1,
62
- 'AC_CANONICAL_SYSTEM' => 1,
63
- 'AM_PROG_CC_C_O' => 1,
64
- 'AC_FC_SRCEXT' => 1,
65
- 'AM_INIT_AUTOMAKE' => 1,
66
69
  'AC_CONFIG_LIBOBJ_DIR' => 1,
67
- 'm4_pattern_forbid' => 1,
68
- 'AC_CANONICAL_TARGET' => 1,
69
- 'm4_sinclude' => 1,
70
70
  'AC_CONFIG_SUBDIRS' => 1,
71
- 'AC_CONFIG_AUX_DIR' => 1,
72
- '_AM_COND_ELSE' => 1,
73
- 'AM_PATH_GUILE' => 1,
74
- 'AM_PROG_AR' => 1
71
+ 'AM_PROG_FC_C_O' => 1,
72
+ 'AM_PROG_F77_C_O' => 1,
73
+ 'AC_SUBST_TRACE' => 1,
74
+ 'AC_SUBST' => 1
75
75
  }
76
76
  ], 'Autom4te::Request' )
77
77
  );
data/funchook/config.log CHANGED
@@ -10,7 +10,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
10
10
  ## Platform. ##
11
11
  ## --------- ##
12
12
 
13
- hostname = b28fd605-e326-4651-9c62-dace7786d221-5nfw6
13
+ hostname = cc581e4e-56c0-47a6-adc9-1640568f2129-b5bh6
14
14
  uname -m = x86_64
15
15
  uname -r = 4.19.95-flatcar
16
16
  uname -s = Linux
@@ -326,7 +326,7 @@ generated by GNU Autoconf 2.69. Invocation command line was
326
326
  CONFIG_COMMANDS =
327
327
  $ ./config.status
328
328
 
329
- on b28fd605-e326-4651-9c62-dace7786d221-5nfw6
329
+ on cc581e4e-56c0-47a6-adc9-1640568f2129-b5bh6
330
330
 
331
331
  config.status:822: creating Makefile
332
332
  config.status:822: creating src/Makefile
@@ -3,6 +3,6 @@
3
3
 
4
4
  module Contrast
5
5
  module Agent
6
- VERSION = '3.10.0'
6
+ VERSION = '3.10.1'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contrast-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.0
4
+ version: 3.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - galen.palmer@contrastsecurity.com
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2020-04-27 00:00:00.000000000 Z
15
+ date: 2020-04-30 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: bundler
@@ -420,20 +420,20 @@ executables:
420
420
  - contrast_service
421
421
  extensions:
422
422
  - ext/cs__common/extconf.rb
423
- - ext/cs__assess_regexp/extconf.rb
424
- - ext/cs__assess_regexp_track/extconf.rb
425
- - ext/cs__contrast_patch/extconf.rb
426
- - ext/cs__assess_string/extconf.rb
427
- - ext/cs__assess_active_record_named/extconf.rb
428
- - ext/cs__assess_fiber_track/extconf.rb
429
- - ext/cs__assess_basic_object/extconf.rb
430
423
  - ext/cs__assess_yield_track/extconf.rb
431
- - ext/cs__assess_array/extconf.rb
432
424
  - ext/cs__assess_string_interpolation26/extconf.rb
433
- - ext/cs__assess_module/extconf.rb
425
+ - ext/cs__contrast_patch/extconf.rb
434
426
  - ext/cs__assess_hash/extconf.rb
435
- - ext/cs__assess_kernel/extconf.rb
427
+ - ext/cs__assess_basic_object/extconf.rb
428
+ - ext/cs__assess_regexp/extconf.rb
429
+ - ext/cs__assess_array/extconf.rb
430
+ - ext/cs__assess_fiber_track/extconf.rb
436
431
  - ext/cs__protect_kernel/extconf.rb
432
+ - ext/cs__assess_kernel/extconf.rb
433
+ - ext/cs__assess_regexp_track/extconf.rb
434
+ - ext/cs__assess_active_record_named/extconf.rb
435
+ - ext/cs__assess_module/extconf.rb
436
+ - ext/cs__assess_string/extconf.rb
437
437
  - ext/cs__assess_marshal_module/extconf.rb
438
438
  extra_rdoc_files: []
439
439
  files: