Commit graph

1555 commits

Author SHA1 Message Date
Chris Hennick
3e88bd7ab1
Merge branch 'master' into issue-280-2 2024-04-28 11:49:33 -07:00
Chris Hennick
38829b1f4b
ci: Enable CI run when requested for a merge group 2024-04-28 11:48:46 -07:00
Chris Hennick
5a00c92d08
Merge branch 'master' into issue-280-2 2024-04-28 11:45:41 -07:00
Chris Hennick
c550e90711
ci: Bug fix? Auto-merge now requires GH_TOKEN, not GITHUB_TOKEN 2024-04-28 11:45:27 -07:00
Chris Hennick
8159ad19be
Merge branch 'master' into issue-280-2 2024-04-28 11:41:34 -07:00
Chris Hennick
82e0d5c150
ci: Bug fix? Use RELEASE_PLZ PAT for auto-merge 2024-04-28 11:37:38 -07:00
Chris Hennick
135cc54ba8
Merge branch 'master' into issue-280-2 2024-04-28 10:59:58 -07:00
Chris Hennick
12b988b824
chore: override version number to 1.1.2 since the breaking change was reverted 2024-04-28 10:50:33 -07:00
Chris Hennick
e48d4ef1d1
revert: refactor!: remove deflate-miniz feature since it's now equivalent to deflate (#35)"
Reverts: 16633213
2024-04-28 10:43:52 -07:00
awakening
4078bd34cd
fix: Decrypt the read bytes in ZipCrypto instead of entire buffer
Fixes `corrupt deflate stream` panic when extracting a file from encrypted archive (zip-rs/zip#280).
2024-04-27 23:41:32 +07:00
awakening
b718fdf5d0
test: Move embedded archive from variable to a constant 2024-04-27 23:41:28 +07:00
github-actions[bot]
e32ab41c3b
Merge pull request #37 from Pr0methean/dependabot/github_actions/dependabot/fetch-metadata-2.1.0
ci(deps)(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
2024-04-25 20:17:36 +00:00
dependabot[bot]
c45d1329bc
ci(deps)(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-25 15:58:33 +00:00
Chris Hennick
2de0c8b279
ci: Reduce fuzz_write iterations 2024-04-25 08:57:47 -07:00
Chris Hennick
a8a75454d9
ci: Bug fix: quote strings in fuzz.dict 2024-04-25 08:00:37 -07:00
Chris Hennick
076fab483b
ci: Drop redundant "(deps)" from Dependabot PR names 2024-04-25 07:59:22 -07:00
Chris Hennick
b4b6c265e0
ci: Add path bits to fuzz dictionary 2024-04-25 07:55:10 -07:00
Chris Hennick
340e603cbe
ci: Update name of auto-merge workflow
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 08:40:54 -07:00
Chris Hennick
97a9eb0576
doc: add lzma to list of algorithms, drop encryption from unsupported feature list
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 04:08:11 -07:00
Chris Hennick
8eae69349e
style: fix Cargo warning re cfg(any())
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-24 03:51:58 -07:00
Chris Hennick
1e23caa003
ci: Skip CI for Dependabot branches, since PR CI makes it redundant 2024-04-24 02:06:30 -07:00
Chris Hennick
5ec900db1b
ci: Bug fix: still need to auto-merge Actions-written PRs, but don't need to auto-approve any PRs 2024-04-24 01:40:53 -07:00
Chris Hennick
eb7eb452b6
ci: Bug fix: github-actions can't approve its own PRs, so use auto-merge rather than approval as the gate 2024-04-24 01:26:52 -07:00
Chris Hennick
8df1c4cb33
ci: Don't need to trigger main CI on release-plz branches, or on PRs that don't target master 2024-04-24 00:36:46 -07:00
Chris Hennick
c76627bba8
ci: Bug fix: missing space between arguments 2024-04-24 00:26:48 -07:00
Chris Hennick
1663321323
refactor!: remove deflate-miniz feature since it's now equivalent to deflate (#35) 2024-04-24 00:21:04 -07:00
Chris Hennick
3aa2406c83
ci: Bug fix: wrong token name 2024-04-24 00:03:27 -07:00
Chris Hennick
e0edcb6f72
ci: Add missing token setting for actions/checkout 2024-04-24 00:00:08 -07:00
Chris Hennick
96441f0547
ci: Auto-approve commits by release-plz 2024-04-23 23:57:44 -07:00
Chris Hennick
9def229683
ci: Updates to ci.yaml that were missed in previous commit 2024-04-23 23:56:50 -07:00
Chris Hennick
46bd8104b7
ci: Bug fix for cargo fuzz cmin commands 2024-04-23 23:54:01 -07:00
Chris Hennick
973a0002ea
ci: Switch GitHub token to a PAT so release-plz can sign commits 2024-04-23 23:37:55 -07:00
Chris Hennick
7569145627
test(fuzz): update seed corpus 2024-04-23 13:41:59 -07:00
Chris Hennick
231e154fae
style: fix a conditionally-unused import 2024-04-23 13:12:29 -07:00
Chris Hennick
f81a5b9149
test: new test requires one of the deflate features 2024-04-23 12:13:41 -07:00
Chris Hennick
8b6260b350
build: fix a warning in Cargo.toml involving default-features 2024-04-23 12:09:04 -07:00
Chris Hennick
00378bc6f2
fix: Alignment was previously handled incorrectly (#33) 2024-04-23 12:07:30 -07:00
Chris Hennick
c3d9123abf
test: unit test to reproduce #33 2024-04-23 11:42:32 -07:00
Chris Hennick
46ff80d294
test: verify that we can read a file with a data descriptor 2024-04-23 11:09:06 -07:00
Chris Hennick
ffa7772cc3
style: cargo fmt --all 2024-04-22 19:56:46 -07:00
Chris Hennick
64b738a81e
chore(release): revert method deletions from c9cb506bc9 2024-04-22 19:46:32 -07:00
Chris Hennick
ee9f747491
build: add missing permissions for release-plz action 2024-04-22 19:41:16 -07:00
Chris Hennick
58fd54c439
build: move release-plz to separate file so it runs only on master branch 2024-04-22 19:28:13 -07:00
Chris Hennick
5e64caf476
doc: exclude doc updates from CHANGELOG 2024-04-22 19:18:15 -07:00
Chris Hennick
158a3af18e
ci: configure Dependabot to update fuzzer dependencies 2024-04-22 19:17:53 -07:00
Chris Hennick
744313cd63
doc: remove "Usage" section that will go out of date with new versions 2024-04-22 19:10:40 -07:00
Chris Hennick
5f4dbc3100
build: configure release-plz 2024-04-22 19:04:42 -07:00
Chris Hennick
327a86bd6c
build: add release-plz action 2024-04-22 18:51:25 -07:00
Chris Hennick
9fc31e6a88
build: Use same time version as dependency and dev-dependency by making it a workspace dep 2024-04-22 18:43:01 -07:00
Chris Hennick
0536595809
ci: Configure dependabot commit messages 2024-04-22 18:40:41 -07:00