Skip to content

Releases: MozillaSecurity/fuzzfetch

v4.0.0

03 Jan 17:19
a880296
Compare
Choose a tag to compare

What's Changed

  • Check for targets during build iteration by @pyoor in #133

Full Changelog: v3.0.0...v4.0.0

3.0.0

21 Dec 14:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v3.0.0

Release 2.4.3

24 Oct 17:38
Compare
Choose a tag to compare

download_url now handles unknown size downloads

Release 2.4.2

03 Oct 13:23
Compare
Choose a tag to compare

Add timeout to download functions. Default timeout is 30s.

2.4.1

15 Aug 16:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

28 Jun 14:19
Compare
Choose a tag to compare

What's Changed

  • Add support for downloading mozharness. by @pyoor in #122

Full Changelog: 2.3.0...2.4.0

2.3.0

08 Jun 15:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...2.3.0

2.2.2: Resolve destination path

01 Dec 23:31
Compare
Choose a tag to compare
Co-authored-by: Jesse Schwartzentruber <[email protected]>

Release 2.2.1

24 Nov 19:16
2.2.1
Compare
Choose a tag to compare
  • Fix directory handling in extract_zip

Release 2.2.0

22 Nov 15:26
2.2.0
Compare
Choose a tag to compare
  • Add support for AArch64 builds for Linux & Darwin
  • Drop use of 7z (no speed advantage over Python for zip/gzip/bzip2)
  • Add support for lbzip2 (much faster than bzip2)
  • Add support for tar (much faster than Python tarfile)
  • Patch for CVE-2007-4559 (thanks to @TrellixVulnTeam)