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 +5 -5
- data/ext/libarchive-0.1.1/ext/libarchive_internal.h +0 -1
- data/ext/libarchive-static-makefile +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 50861755430c943d2c3575a026615548938e4eace4a3c9253bd75366671b6e2d
|
4
|
+
data.tar.gz: d2a62d3117c11cfb64845e65636a5446760b0a1b1b1671c34e1c7c1bd241cef8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e8000382d28617dfe2e7d4e9656a85a0cc93983783bb97d002c180115ca3e1f321edda824a6f0eef4b92ff937c92aad460fe3892e2387603a9847a4c6c4fdd3
|
7
|
+
data.tar.gz: c759f079877dba24a5fba4550989ad5c527e843c3b0f04ebeecb6506c06608a2a3cc364003861abb732ba5a61c38a12eada63e0ecd14b4f146d35d856531d042
|
@@ -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.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Sam Tesla
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
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:
|
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/
|
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
|
-
|
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
|