Skip to content

Commit 16fbd08

Browse files
committed
downloads: upgrade bzip2 to 1.0.8
Contains a security fix.
1 parent 9737a91 commit 16fbd08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"version": "2.32",
2121
},
2222
"bzip2": {
23-
"url": "https://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/Linux/distributions/bifrost/download/src/bzip2-1.0.6.tar.gz",
24-
"size": 782025,
25-
"sha256": "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd",
26-
"version": "1.0.6",
23+
'url': 'https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz',
24+
"size": 810029,
25+
"sha256": "ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269",
26+
"version": "1.0.8",
2727
"library_names": ["bz2"],
2828
"licenses": ["bzip2-1.0.6"],
2929
"license_file": "LICENSE.bzip2.txt",

0 commit comments

Comments
 (0)