Commit graph

61 commits

Author SHA1 Message Date
Steven Carpenter
1a6126c2ad
Merge pull request #1 from specCon18/dependabot/cargo/ring-0.17.12
Bump ring from 0.16.20 to 0.17.12
2025-03-22 10:29:12 -04:00
dependabot[bot]
a9942ce824
Bump ring from 0.16.20 to 0.17.12
Bumps [ring](https://github.com/briansmith/ring) from 0.16.20 to 0.17.12.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-22 14:28:20 +00:00
f7ee4c5a49 updated rust-toolchain to new toml fmt 2025-03-22 10:27:04 -04:00
562729a7b4 removed_test_data 2025-03-22 10:23:47 -04:00
1a4e6ddb3f added .deb extraction 2025-03-22 10:22:08 -04:00
0ed105ba4a updated toolchain version 2025-03-22 03:12:40 -04:00
5a96b128fc added rar license file 2023-09-21 17:40:05 -04:00
7f4096676d added license 2023-09-21 17:34:50 -04:00
184027b5e0 Updated Version Number RELEASE 1.0.1 2023-09-21 17:06:39 -04:00
1273065096 added cargo doc 2023-09-21 17:05:28 -04:00
1fc53d2ffb updated version in Cargo.toml 2023-09-21 05:12:21 -04:00
de0fcd5182 updated README.md 2023-09-21 05:03:51 -04:00
cbc66b4df8 refactored for dead code: 2023-09-21 02:52:44 -04:00
8523f71d73 updated README.md 2023-09-21 02:39:49 -04:00
7091dfbbf8 executive decision to remove single file tests in favor of their tarred counters 2023-09-21 02:38:51 -04:00
5756615e15 fixed formatting 2023-09-21 02:36:59 -04:00
685f128852 updated README.md 2023-09-21 02:29:37 -04:00
2f647bdb8e added perm validation for all non singlefile formats 2023-09-21 02:24:27 -04:00
0edd8761fe added perms check for zip 2023-09-21 02:01:22 -04:00
88cefc775c shouldnt be here 2023-09-21 01:10:17 -04:00
f9ee535d4d fixing tests had to make serial to cleanup 2023-09-21 01:09:50 -04:00
32049aee34 moved test to use extracted files 2023-09-21 00:28:01 -04:00
38b328a588 added csum check to all tests and updated test_data 2023-09-21 00:13:57 -04:00
cdd8b431aa working test 2023-09-20 23:50:44 -04:00
52614c4f5d fixing unused 2023-09-20 23:47:44 -04:00
941524e92f working checksummung 2023-09-20 23:43:49 -04:00
361866a875 cleaning up src 2023-09-19 18:33:17 -04:00
b7a1f9475a Missed two 2023-09-19 18:26:00 -04:00
fc8a6ad5db removed test code for sha from zip test 2023-09-19 18:24:34 -04:00
05f132173e Added CONTRIBUTORS.md 2023-09-19 18:14:01 -04:00
3f6665b1a1 updated flake to stop use of --impure 2023-09-19 18:12:24 -04:00
b0bfec2905 added 7z testcase 2023-09-19 18:08:48 -04:00
7ebe9290f6 fixed testdata paths 2023-09-19 18:03:14 -04:00
3f7a414a40 forgot to fix .gitignore 2023-09-19 17:56:34 -04:00
451363eb8a update for sky to patch nix issues 2023-09-19 17:50:13 -04:00
f196e5366e fixed nix build 2023-09-12 14:40:23 -04:00
519f870dbf Push to remote 2023-09-12 12:16:10 -04:00
b17d487665 refactored extractors 2023-09-06 18:32:58 -04:00
6fd3729888 renamed lib 2023-09-06 18:07:41 -04:00
912705d6f5 removed unused deps 2023-09-06 14:19:36 -04:00
995e509cf5 removed mdbook added README 2023-09-06 13:51:41 -04:00
2066b99147 added book 2023-09-06 06:27:53 -04:00
5b17708306 added tests 2023-09-06 05:49:54 -04:00
acd33b44af refactored extractors to lib 2023-09-06 04:51:11 -04:00
b54eba4428 refactored rar,tar,zip fn sigs to match rest 2023-09-06 04:20:21 -04:00
4e170efae2 added parallel proccessing of files 2023-09-04 13:38:03 -04:00
69a50326b2 updated todo 2023-09-03 22:07:59 -04:00
e498cb12b0 added tgz tbz2 txz tar.xz tar.bz2 tar.gz support 2023-09-03 21:58:25 -04:00
6bd66a07e2 added 7z and lzma support 2023-09-03 21:30:11 -04:00
b85719ed83 added bz2 support 2023-09-03 20:46:20 -04:00