File tree Expand file tree Collapse file tree 4 files changed +24
-23
lines changed Expand file tree Collapse file tree 4 files changed +24
-23
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,13 @@ There is a handy `install-deps.sh` script included in the repository and PyPI pa
138138
1391394 . We maintain a fork of e2fsprogs based on Debian upstream, with some security fixes. You can install it this way:
140140
141- curl -L -o libext2fs2_1.47.0-3.ok1.deb "https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok1/libext2fs2_1.47.0-3.ok1_$(dpkg --print-architecture).deb"
142- dpkg -i libext2fs2_1.47.0-3.ok1.deb
143- rm -f libext2fs2_1.47.0-3.ok1.deb
141+ curl -L -o e2fsprogs_1.47.0-3.ok2.deb "https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok2/e2fsprogs_1.47.0-3.ok2_$(dpkg --print-architecture).deb"
142+ curl -L -o libext2fs2_1.47.0-3.ok2.deb "https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok2/libext2fs2_1.47.0-3.ok2_$(dpkg --print-architecture).deb"
143+ curl -L -o libss2_1.47.0-3.ok2.deb "https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok2/libss2_1.47.0-3.ok2_$(dpkg --print-architecture).deb"
144+ sudo dpkg -i libext2fs2_1.47.0-3.ok2.deb libss2_1.47.0-3.ok2.deb e2fsprogs_1.47.0-3.ok2.deb
145+ rm -f libext2fs2_1.47.0-3.ok2.deb libss2_1.47.0-3.ok2.deb e2fsprogs_1.47.0-3.ok2.de
144146
145- curl -L -o e2fsprogs_1.47.0-3.ok1.deb "https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok1/e2fsprogs_1.47.0-3.ok1_$(dpkg --print-architecture).deb"
146- dpkg -i e2fsprogs_1.47.0-3.ok1.deb
147- rm -f e2fsprogs_1.47.0-3.ok1.deb
147+ In case you already had e2fsprogs installed, you might need to upgrade some more packages from e2fsprogs.
148+ You can get the names of the installed e2fsprogs binary packages this way:
149+
150+ sudo dpkg-query -W -f '${db:Status-Abbrev}\t${source:Package}\t${Package}\n' | grep '^i...e2fsprogs' | cut -f3
Original file line number Diff line number Diff line change 1313 "name" : null ,
1414 "owner" : " onekey-sec" ,
1515 "repo" : " e2fsprogs" ,
16- "rev" : " v1.47.0-3.ok1 " ,
17- "sha256" : " sha256-lGv1l9/guOEskvIE6DIsg/nRiDTvORZI0h7n623/fgU =" ,
16+ "rev" : " v1.47.0-3.ok2 " ,
17+ "sha256" : " sha256-LvPWZlrH/P4PHupC+e+R1v9C41FBBqKp3cRaqHxkNTw =" ,
1818 "type" : " github"
1919 },
20- "version" : " v1.47.0-3.ok1 "
20+ "version" : " v1.47.0-3.ok2 "
2121 },
2222 "jefferson" : {
2323 "cargoLocks" : null ,
4848 "name" : null ,
4949 "owner" : " lief-project" ,
5050 "repo" : " LIEF" ,
51- "rev" : " 0.13.2 " ,
52- "sha256" : " sha256-lH4SqwPB2Jp/wUI2Cll67PQbHbwMqpNuLy/ei8roiHg =" ,
51+ "rev" : " 0.14.1 " ,
52+ "sha256" : " sha256-briOqt/S3YUl6Aon5sKXhutL8VFUSgnK2Wy4UKnHE20 =" ,
5353 "type" : " github"
5454 },
55- "version" : " 0.13.2 "
55+ "version" : " 0.14.1 "
5656 },
5757 "pyfatfs" : {
5858 "cargoLocks" : null ,
9999 },
100100 "version" : " 0.8.9"
101101 }
102- }
102+ }
Original file line number Diff line number Diff line change 33{
44 e2fsprogs = {
55 pname = "e2fsprogs" ;
6- version = "v1.47.0-3.ok1 " ;
6+ version = "v1.47.0-3.ok2 " ;
77 src = fetchFromGitHub {
88 owner = "onekey-sec" ;
99 repo = "e2fsprogs" ;
10- rev = "v1.47.0-3.ok1 " ;
10+ rev = "v1.47.0-3.ok2 " ;
1111 fetchSubmodules = false ;
12- sha256 = "sha256-lGv1l9/guOEskvIE6DIsg/nRiDTvORZI0h7n623/fgU =" ;
12+ sha256 = "sha256-LvPWZlrH/P4PHupC+e+R1v9C41FBBqKp3cRaqHxkNTw =" ;
1313 } ;
1414 } ;
1515 jefferson = {
Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ curl -L -o sasquatch_1.0.deb "https://github.com/onekey-sec/sasquatch/releases/d
1818dpkg -i sasquatch_1.0.deb
1919rm -f sasquatch_1.0.deb
2020
21- curl -L -o libext2fs2_1.47.0-3.ok1.deb " https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok1/libext2fs2_1.47.0-3.ok1_$( dpkg --print-architecture) .deb"
22- dpkg -i libext2fs2_1.47.0-3.ok1.deb
23- rm -f libext2fs2_1.47.0-3.ok1.deb
24-
25- curl -L -o e2fsprogs_1.47.0-3.ok1.deb " https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok1/e2fsprogs_1.47.0-3.ok1_$( dpkg --print-architecture) .deb"
26- dpkg -i e2fsprogs_1.47.0-3.ok1.deb
27- rm -f e2fsprogs_1.47.0-3.ok1.deb
21+ curl -L -o libext2fs2_1.47.0-3.ok2.deb " https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok2/libext2fs2_1.47.0-3.ok2_$( dpkg --print-architecture) .deb"
22+ curl -L -o e2fsprogs_1.47.0-3.ok2.deb " https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok2/e2fsprogs_1.47.0-3.ok2_$( dpkg --print-architecture) .deb"
23+ curl -L -o libss2_1.47.0-3.ok2.deb " https://github.com/onekey-sec/e2fsprogs/releases/download/v1.47.0-3.ok2/libss2_1.47.0-3.ok2_$( dpkg --print-architecture) .deb"
24+ dpkg -i libext2fs2_1.47.0-3.ok2.deb libss2_1.47.0-3.ok2.deb e2fsprogs_1.47.0-3.ok2.deb
25+ rm -f libext2fs2_1.47.0-3.ok2.deb libss2_1.47.0-3.ok2.deb e2fsprogs_1.47.0-3.ok2.deb
You can’t perform that action at this time.
0 commit comments