libddwaf 1.24.1.0.0-x86_64-linux-musl → 1.24.1.0.1-x86_64-linux-musl

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: f3c743c1fe10a18a7ae28191dd1e1955da158fe23441128ae22c13d775c9627d
4
- data.tar.gz: 6375adaf609de81c3426317746cb3f2a091efe304184fa6a7d4b0db232f8040c
3
+ metadata.gz: fda48c7500258a27a9a7a30157d3234df00111a7706b1c77074e5c85ba23e56b
4
+ data.tar.gz: 45daaef03acd41df6fbfa344fff91edbcb3d4c830b08f026125f1afa732942fa
5
5
  SHA512:
6
- metadata.gz: 2b531eca0b1c03d5a5168634a17caac375d694e3a4ac1c3780141f8b1ed52a4576a588758c737deff076e3e59ab26af3d7904a38bf675a366666226fb8b826d5
7
- data.tar.gz: 0e7830acd2e9ec619f122f7baa19c7fbd7fa702770b0196b2029bc6bf3603e2d3fae49d7f07510a27d4754c7a7c37eb443a28e33441900c0cb4ef4651717c9b0
6
+ metadata.gz: d52386704f525e510f25fcbe37bef5f68196799ec396cf99747d1795a166216114d936aa9dea230118acbfee99476de44bdd166f55e9b5834d2061cf070d2969
7
+ data.tar.gz: 42cc1c33ee8464e3f212362115ff08671b42798e441ecae4ee54c4280b735b83fb3d4013e784535b69f980a742adb5875ed7bad180dc7a729335b93d027ba490
@@ -45,6 +45,7 @@ module Datadog
45
45
  return [] if count == 0 # list is null
46
46
 
47
47
  list.get_array_of_string(0, count[:value])
48
+ # TODO: garbage collect the count?
48
49
  end
49
50
 
50
51
  private
@@ -5,7 +5,7 @@ module Datadog
5
5
  BASE_STRING = "1.24.1"
6
6
  # NOTE: Every change to the `BASE_STRING` should be accompanied
7
7
  # by a reset of the patch version in the `STRING` below.
8
- STRING = "#{BASE_STRING}.0.0"
8
+ STRING = "#{BASE_STRING}.0.1"
9
9
  MINIMUM_RUBY_VERSION = "2.5"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libddwaf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.1.0.0
4
+ version: 1.24.1.0.1
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Datadog, Inc.
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 2025-07-18 00:00:00.000000000 Z
11
+ date: 2025-07-21 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: ffi
@@ -54,6 +55,7 @@ licenses:
54
55
  - BSD-3-Clause
55
56
  metadata:
56
57
  allowed_push_host: https://rubygems.org
58
+ post_install_message:
57
59
  rdoc_options: []
58
60
  require_paths:
59
61
  - lib
@@ -68,7 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
70
  - !ruby/object:Gem::Version
69
71
  version: 2.0.0
70
72
  requirements: []
71
- rubygems_version: 3.6.2
73
+ rubygems_version: 3.5.21
74
+ signing_key:
72
75
  specification_version: 4
73
76
  summary: Datadog WAF
74
77
  test_files: []