libraries/libbde: Updated for version 20181227.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2019-01-19 04:13:52 +07:00 committed by Willy Sudiarto Raharjo
parent f01adf1ec5
commit 442d49e79a
3 changed files with 6 additions and 9 deletions

View file

@ -5,14 +5,12 @@ The BDE format is used by Windows, as of Vista, to encrypt data on a storage
media volume. media volume.
Supported BDE formats: Supported BDE formats:
-BitLocker Windows Vista -BitLocker Windows Vista
-BitLocker Windows 7 -BitLocker Windows 7
-BitLocker Windows 8 (Consumer Preview) -BitLocker Windows 8 (Consumer Preview)
-BitLocker To Go -BitLocker To Go
Supported protection methods: Supported protection methods:
-clear key -clear key
-password -password
-recovery password -recovery password
@ -20,6 +18,5 @@ Supported protection methods:
-FKEV and/or TWEAK key data -FKEV and/or TWEAK key data
Additional features: Additional features:
-support for partial encrypted volumes -support for partial encrypted volumes
-zeros out the BDE metadata, matches behavior seen on Windows -zeros out the BDE metadata, matches behavior seen on Windows

View file

@ -2,7 +2,7 @@
# Slackware build script for libbde # 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. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # 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 # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v20170902 March 2018 # Updated v20181227 Jan 2019
PRGNAM=libbde PRGNAM=libbde
STATUS=${STATUS:-alpha} STATUS=${STATUS:-alpha}
VERSION=${VERSION:-20170902} VERSION=${VERSION:-20181227}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="libbde" PRGNAM="libbde"
VERSION="20170902" VERSION="20181227"
HOMEPAGE="https://github.com/libyal/libbde" HOMEPAGE="https://github.com/libyal/libbde"
DOWNLOAD="https://github.com/libyal/libbde/releases/download/20170902/libbde-alpha-20170902.tar.gz" DOWNLOAD="https://github.com/libyal/libbde/releases/download/20181227/libbde-alpha-20181227.tar.gz"
MD5SUM="255496100eae32dbc2db9a4347ad6176" MD5SUM="0d393ca1925267b75fdc3fbdde0f2236"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""