mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libbde: Updated for version 20170902.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c8fd607e21
commit
347ca3b472
3 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
libbde (libYAL BitLocker library)
|
||||
|
||||
Library and tools to access the BitLocker Drive Encryption (BDE) format.
|
||||
The BDE format is used by Windows, as of Vista, to encrypt data on a storage
|
||||
Library and tools to access the BitLocker Drive Encryption (BDE) format.
|
||||
The BDE format is used by Windows, as of Vista, to encrypt data on a storage
|
||||
media volume.
|
||||
|
||||
Supported BDE formats:
|
||||
|
@ -9,7 +9,7 @@ Supported BDE formats:
|
|||
-BitLocker Windows Vista
|
||||
-BitLocker Windows 7
|
||||
-BitLocker Windows 8 (Consumer Preview)
|
||||
-BitLocker To Go
|
||||
-BitLocker To Go
|
||||
|
||||
Supported protection methods:
|
||||
|
||||
|
@ -17,9 +17,9 @@ Supported protection methods:
|
|||
-password
|
||||
-recovery password
|
||||
-start-up key
|
||||
-FKEV and/or TWEAK key data
|
||||
-FKEV and/or TWEAK key data
|
||||
|
||||
Additional features:
|
||||
|
||||
-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
|
||||
|
|
|
@ -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 v20160731 August 2016 Barry J. Grundy
|
||||
# Updated v20170902 March 2018
|
||||
|
||||
PRGNAM=libbde
|
||||
STATUS=${STATUS:-alpha}
|
||||
VERSION=${VERSION:-20160731}
|
||||
VERSION=${VERSION:-20170902}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libbde"
|
||||
VERSION="20160731"
|
||||
VERSION="20170902"
|
||||
HOMEPAGE="https://github.com/libyal/libbde"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/libbde-alpha-20160731.tar.gz"
|
||||
MD5SUM="0c2087eb3128611ae6804d5791a2f4cf"
|
||||
DOWNLOAD="https://github.com/libyal/libbde/releases/download/20170902/libbde-alpha-20170902.tar.gz"
|
||||
MD5SUM="255496100eae32dbc2db9a4347ad6176"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue