VeraCrypt: update to 1.24.
This commit is contained in:
parent
cdb96a5dad
commit
3343124a4b
2 changed files with 18 additions and 6 deletions
12
srcpkgs/VeraCrypt/patches/include-types.patch
Normal file
12
srcpkgs/VeraCrypt/patches/include-types.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/Crypto/jitterentropy.h
|
||||
+++ src/Crypto/jitterentropy.h
|
||||
@@ -44,6 +44,7 @@
|
||||
#ifndef _JITTERENTROPY_H
|
||||
#define _JITTERENTROPY_H
|
||||
|
||||
+#include <sys/types.h>
|
||||
#include "jitterentropy-base-user.h"
|
||||
|
||||
/* The entropy pool */
|
||||
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'VeraCrypt'
|
||||
pkgname=VeraCrypt
|
||||
version=1.23
|
||||
version=1.24
|
||||
revision=1
|
||||
_realversion="${version}-Hotfix-2"
|
||||
create_wrksrc=1
|
||||
_realversion="${version}-Update2"
|
||||
wrksrc="${pkgname}-${pkgname}_${_realversion}"
|
||||
build_wrksrc=src
|
||||
build_style=gnu-makefile
|
||||
make_build_args="WX_CONFIG=wx-config-gtk3"
|
||||
|
@ -12,10 +12,10 @@ hostmakedepends="pkg-config yasm unzip"
|
|||
makedepends="fuse-devel wxWidgets-gtk3-devel"
|
||||
short_desc="Disk encryption with strong security based on TrueCrypt"
|
||||
maintainer="Gustavo Heinz <gustavoheinz95@gmail.com>"
|
||||
license="Apache-2.0, TrueCrypt 3.0"
|
||||
license="Apache-2.0, custom:TrueCrypt-3.0"
|
||||
homepage="https://www.veracrypt.fr"
|
||||
distfiles="${SOURCEFORGE_SITE}/veracrypt/VeraCrypt_${_realversion}_Source.zip"
|
||||
checksum=229de81b2478cfa5fa73e74e60798a298cd616e9852b9f47b484c80bc2a2c259
|
||||
distfiles="https://www.veracrypt.fr/code/VeraCrypt/snapshot/VeraCrypt-VeraCrypt_${_realversion}.tar.gz"
|
||||
checksum=cbdecffdfc258dccca6de1b79759e673dee3329280849b10d8253e802d45b41e
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue