archive_r_ruby 0.1.1 → 0.1.2
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 +4 -4
- data/{LICENSE → LICENSE.txt} +28 -7
- data/ext/archive_r/vendor/archive_r/LICENSE.txt +28 -7
- data/lib/archive_r.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c84dab51e8d84438b6eca7d3d96baa9398ea8606307e423b2416b7f12f263ecf
|
|
4
|
+
data.tar.gz: 2b1df674056604436d193e8bfa871bfb823a41c2ba0edc6dd220d30c958f5ef0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15230cc63edf0704c6d7fd129b0fd5460eb42c474c34eeb5cd6ce834095819ea5202541fdada77a00f4aa63c0379fb152c8c10047b4386a02522858c6579ab71
|
|
7
|
+
data.tar.gz: 8ec342c7bb690af3daeeb4774db7e2ab838273bc36bbb964fbe3cb825cddb0963d1700948e03c5cb1dc7b4ece6f513d711a42e7e4cbee5e4cc061586657d9306
|
data/{LICENSE → LICENSE.txt}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
archive_r License
|
|
2
|
-
Version: 0.1.
|
|
2
|
+
Version: 0.1.2 (2025-12-02)
|
|
3
3
|
|
|
4
4
|
----------------------------------------
|
|
5
5
|
Primary License
|
|
@@ -44,13 +44,34 @@ License shown above.
|
|
|
44
44
|
- Purpose: header-only binding generator for the Python extension module.
|
|
45
45
|
- License: BSD-style License (https://github.com/pybind/pybind11)
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
- Purpose: build and release tasks for the Ruby gem.
|
|
49
|
-
- License: MIT License (https://github.com/ruby/rake)
|
|
47
|
+
The following components are redistributed only because libarchive (bundled with archive_r) depends on them at runtime:
|
|
50
48
|
|
|
51
|
-
|
|
52
|
-
- Purpose:
|
|
53
|
-
- License:
|
|
49
|
+
3. zlib
|
|
50
|
+
- Purpose: libarchive dependency providing DEFLATE compression; bundled inside archive_r binaries and wheels because libarchive requires it.
|
|
51
|
+
- License: zlib License (https://zlib.net/zlib_license.html)
|
|
54
52
|
|
|
53
|
+
4. bzip2
|
|
54
|
+
- Purpose: libarchive dependency providing bzip2 compression support; distributed with archive_r artifacts.
|
|
55
|
+
- License: BSD-style license (https://sourceware.org/bzip2/)
|
|
56
|
+
|
|
57
|
+
5. liblzma (XZ Utils)
|
|
58
|
+
- Purpose: libarchive dependency providing LZMA/XZ compression; included with archive_r packages.
|
|
59
|
+
- License: Public Domain + GNU LGPLv2.1+ (https://tukaani.org/xz/)
|
|
60
|
+
|
|
61
|
+
6. libxml2
|
|
62
|
+
- Purpose: libarchive dependency used for archive formats such as xar; distributed alongside archive_r.
|
|
63
|
+
- License: MIT-style License (http://xmlsoft.org/)
|
|
64
|
+
|
|
65
|
+
7. zstd
|
|
66
|
+
- Purpose: libarchive dependency providing Zstandard compression; shipped within archive_r binaries.
|
|
67
|
+
- License: BSD License (https://github.com/facebook/zstd)
|
|
68
|
+
|
|
69
|
+
8. OpenSSL 3
|
|
70
|
+
- Purpose: libarchive dependency providing cryptographic support for encrypted archives; included with archive_r packages.
|
|
71
|
+
- License: Apache License 2.0 with OpenSSL exception (https://www.openssl.org/source/license.html)
|
|
72
|
+
|
|
73
|
+
9. libiconv / libcharset
|
|
74
|
+
- Purpose: libxml2/libarchive dependency for character set conversion; redistributed with archive_r artifacts.
|
|
75
|
+
- License: GNU LGPLv2.1+ (https://www.gnu.org/software/libiconv/)
|
|
55
76
|
Users of archive_r should review the linked third-party licenses to ensure
|
|
56
77
|
compliance with their terms when redistributing this software.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
archive_r License
|
|
2
|
-
Version: 0.1.
|
|
2
|
+
Version: 0.1.2 (2025-12-02)
|
|
3
3
|
|
|
4
4
|
----------------------------------------
|
|
5
5
|
Primary License
|
|
@@ -44,13 +44,34 @@ License shown above.
|
|
|
44
44
|
- Purpose: header-only binding generator for the Python extension module.
|
|
45
45
|
- License: BSD-style License (https://github.com/pybind/pybind11)
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
- Purpose: build and release tasks for the Ruby gem.
|
|
49
|
-
- License: MIT License (https://github.com/ruby/rake)
|
|
47
|
+
The following components are redistributed only because libarchive (bundled with archive_r) depends on them at runtime:
|
|
50
48
|
|
|
51
|
-
|
|
52
|
-
- Purpose:
|
|
53
|
-
- License:
|
|
49
|
+
3. zlib
|
|
50
|
+
- Purpose: libarchive dependency providing DEFLATE compression; bundled inside archive_r binaries and wheels because libarchive requires it.
|
|
51
|
+
- License: zlib License (https://zlib.net/zlib_license.html)
|
|
54
52
|
|
|
53
|
+
4. bzip2
|
|
54
|
+
- Purpose: libarchive dependency providing bzip2 compression support; distributed with archive_r artifacts.
|
|
55
|
+
- License: BSD-style license (https://sourceware.org/bzip2/)
|
|
56
|
+
|
|
57
|
+
5. liblzma (XZ Utils)
|
|
58
|
+
- Purpose: libarchive dependency providing LZMA/XZ compression; included with archive_r packages.
|
|
59
|
+
- License: Public Domain + GNU LGPLv2.1+ (https://tukaani.org/xz/)
|
|
60
|
+
|
|
61
|
+
6. libxml2
|
|
62
|
+
- Purpose: libarchive dependency used for archive formats such as xar; distributed alongside archive_r.
|
|
63
|
+
- License: MIT-style License (http://xmlsoft.org/)
|
|
64
|
+
|
|
65
|
+
7. zstd
|
|
66
|
+
- Purpose: libarchive dependency providing Zstandard compression; shipped within archive_r binaries.
|
|
67
|
+
- License: BSD License (https://github.com/facebook/zstd)
|
|
68
|
+
|
|
69
|
+
8. OpenSSL 3
|
|
70
|
+
- Purpose: libarchive dependency providing cryptographic support for encrypted archives; included with archive_r packages.
|
|
71
|
+
- License: Apache License 2.0 with OpenSSL exception (https://www.openssl.org/source/license.html)
|
|
72
|
+
|
|
73
|
+
9. libiconv / libcharset
|
|
74
|
+
- Purpose: libxml2/libarchive dependency for character set conversion; redistributed with archive_r artifacts.
|
|
75
|
+
- License: GNU LGPLv2.1+ (https://www.gnu.org/software/libiconv/)
|
|
55
76
|
Users of archive_r should review the linked third-party licenses to ensure
|
|
56
77
|
compliance with their terms when redistributing this software.
|
data/lib/archive_r.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: archive_r_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- raizo.tcs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -38,16 +38,16 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '5.0'
|
|
41
|
-
description:
|
|
42
|
-
files
|
|
41
|
+
description: Ruby bindings for archive_r that recursively walk nested and multipart
|
|
42
|
+
archives directly from the source stream without creating temporary files
|
|
43
43
|
email:
|
|
44
|
-
-
|
|
44
|
+
- raizo.tcs@users.noreply.github.com
|
|
45
45
|
executables: []
|
|
46
46
|
extensions:
|
|
47
47
|
- ext/archive_r/extconf.rb
|
|
48
48
|
extra_rdoc_files: []
|
|
49
49
|
files:
|
|
50
|
-
- LICENSE
|
|
50
|
+
- LICENSE.txt
|
|
51
51
|
- README.md
|
|
52
52
|
- ext/archive_r/archive_r_ext.cc
|
|
53
53
|
- ext/archive_r/extconf.rb
|
|
@@ -108,5 +108,5 @@ requirements: []
|
|
|
108
108
|
rubygems_version: 3.4.20
|
|
109
109
|
signing_key:
|
|
110
110
|
specification_version: 4
|
|
111
|
-
summary: Ruby bindings for archive_r
|
|
111
|
+
summary: Ruby bindings for archive_r that traverse nested archives without temp extraction
|
|
112
112
|
test_files: []
|