mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libbde: Updated for version 20181227.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f01adf1ec5
commit
442d49e79a
3 changed files with 6 additions and 9 deletions
|
@ -5,14 +5,12 @@ The BDE format is used by Windows, as of Vista, to encrypt data on a storage
|
|||
media volume.
|
||||
|
||||
Supported BDE formats:
|
||||
|
||||
-BitLocker Windows Vista
|
||||
-BitLocker Windows 7
|
||||
-BitLocker Windows 8 (Consumer Preview)
|
||||
-BitLocker To Go
|
||||
|
||||
Supported protection methods:
|
||||
|
||||
-clear key
|
||||
-password
|
||||
-recovery password
|
||||
|
@ -20,6 +18,5 @@ Supported protection methods:
|
|||
-FKEV and/or TWEAK key data
|
||||
|
||||
Additional features:
|
||||
|
||||
-support for partial encrypted volumes
|
||||
-zeros out the BDE metadata, matches behavior seen on Windows
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libbde
|
||||
|
||||
# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,11 +22,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v20170902 March 2018
|
||||
# Updated v20181227 Jan 2019
|
||||
|
||||
PRGNAM=libbde
|
||||
STATUS=${STATUS:-alpha}
|
||||
VERSION=${VERSION:-20170902}
|
||||
VERSION=${VERSION:-20181227}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbde"
|
||||
VERSION="20170902"
|
||||
VERSION="20181227"
|
||||
HOMEPAGE="https://github.com/libyal/libbde"
|
||||
DOWNLOAD="https://github.com/libyal/libbde/releases/download/20170902/libbde-alpha-20170902.tar.gz"
|
||||
MD5SUM="255496100eae32dbc2db9a4347ad6176"
|
||||
DOWNLOAD="https://github.com/libyal/libbde/releases/download/20181227/libbde-alpha-20181227.tar.gz"
|
||||
MD5SUM="0d393ca1925267b75fdc3fbdde0f2236"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue