libarchive-static 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 384fefd6bbd99df84bc78d18a7521a1960788baf
4
- data.tar.gz: 1cfdc70a07d402261164c5e8dc8563f1639190ac
2
+ SHA256:
3
+ metadata.gz: 50861755430c943d2c3575a026615548938e4eace4a3c9253bd75366671b6e2d
4
+ data.tar.gz: d2a62d3117c11cfb64845e65636a5446760b0a1b1b1671c34e1c7c1bd241cef8
5
5
  SHA512:
6
- metadata.gz: 5e2fc0c35250ab5d6b915ea0dd2839ceabbb92e1b86b5862a28905f3eda83727c97576d13744eec2d3aa1e7429628dd095b445b2b6ca6b354fb7182fcf059f83
7
- data.tar.gz: bdcaeb1cdcf76fbfbf6fc04bd8332d433e6e6398b185ea48be7a1253a98e2693bdce473477c2ecb8301fad2e1345b9b49ea377ade27538451b9d682c6cd6e243
6
+ metadata.gz: 4e8000382d28617dfe2e7d4e9656a85a0cc93983783bb97d002c180115ca3e1f321edda824a6f0eef4b92ff937c92aad460fe3892e2387603a9847a4c6c4fdd3
7
+ data.tar.gz: c759f079877dba24a5fba4550989ad5c527e843c3b0f04ebeecb6506c06608a2a3cc364003861abb732ba5a61c38a12eada63e0ecd14b4f146d35d856531d042
@@ -28,7 +28,6 @@
28
28
  #include <archive_entry.h>
29
29
 
30
30
  #include <ruby.h>
31
- #include <rubysig.h>
32
31
 
33
32
  #ifdef _WIN32
34
33
  #include "libarchive_win32.h"
@@ -68,7 +68,7 @@ filter_fork.o \
68
68
  filter_fork_windows.o
69
69
 
70
70
  .c.o:
71
- gcc -DHAVE_CONFIG_H -I.. $(CFLAGS) -g -O2 -MD -MP -c -DPIC $<
71
+ gcc -DHAVE_CONFIG_H -DLIBARCHIVE_STATIC -D_SSIZE_T_DEFINED -I.. $(CFLAGS) -g -O2 -MD -MP -c -DPIC $<
72
72
 
73
73
  libarchive.a: $(LIBARCHIVE_OBJS)
74
74
  ar cru libarchive.a $^ $(LIBZLIB_A)
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libarchive-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
- - Chris Walquist
7
+ - Sam Tesla
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-29 00:00:00.000000000 Z
11
+ date: 2023-01-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The wrapper source originated from the 0.1.1 Ruby libarchive wrapper. This
14
14
  package just static-links it with its libarchive and zlib dependencies, for the
15
15
  cross-platform convenience of 'gem install fig'.
16
- email: chris@walquist.net
16
+ email: stesla@pobox.com
17
17
  executables: []
18
18
  extensions:
19
19
  - ext/extconf.rb
@@ -175,7 +175,7 @@ files:
175
175
  - ext/zlib-1.2.5/zlib.h
176
176
  - ext/zlib-1.2.5/zutil.c
177
177
  - ext/zlib-1.2.5/zutil.h
178
- homepage: http://github.com/walquis/libarchive-ruby-static
178
+ homepage: http://github.com/stesla/libarchive-ruby-static
179
179
  licenses: []
180
180
  metadata: {}
181
181
  post_install_message:
@@ -193,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
195
  requirements: []
196
- rubyforge_project: libarchive-static
197
- rubygems_version: 2.2.0
196
+ rubygems_version: 3.3.26
198
197
  signing_key:
199
198
  specification_version: 4
200
199
  summary: Ruby bindings for libarchive, statically linked with libarchive and zlib