From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/
Date: Tue, 27 May 2025 08:28:14 +0000 (UTC) [thread overview]
Message-ID: <1748334460.a45e71588a4fd205d97b16a6a3e26810c23ddb22.sam@gentoo> (raw)
commit: a45e71588a4fd205d97b16a6a3e26810c23ddb22
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun May 25 10:59:51 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 27 08:27:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45e7158
app-crypt/veracrypt: add 1.26.20
* Drop old std::bytes workaround.
https://github.com/veracrypt/VeraCrypt/commit/455a4f2176a5cfbe325e1e40cea20dd3e466b64c
Closes: https://bugs.gentoo.org/948834
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42253
Closes: https://github.com/gentoo/gentoo/pull/42253
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/veracrypt/Manifest | 1 +
app-crypt/veracrypt/veracrypt-1.26.20.ebuild | 103 +++++++++++++++++++++++++++
2 files changed, 104 insertions(+)
diff --git a/app-crypt/veracrypt/Manifest b/app-crypt/veracrypt/Manifest
index 84f52326e221..06736d61c8ab 100644
--- a/app-crypt/veracrypt/Manifest
+++ b/app-crypt/veracrypt/Manifest
@@ -1,3 +1,4 @@
DIST veracrypt-1.25.9.tar.gz 26200897 BLAKE2B e48f060343f875a0660040dde35fa826ca87c3659d97a039c2b84193276075b4d3596119bde6727e51eead0c876c91a5a1a3ea77717e74061d5d20a4ea1a6fed SHA512 e83bf7ca52d3893347dd06295db0534931f6f388fc6b0f26dc80ffef77f13918bf9558ab8ac2e6225945415f3291646d7c1c8de382dbe8e468ab1e927251982c
DIST veracrypt-1.26.15.tar.gz 30974645 BLAKE2B 88fd0b84a9c93d7ae524da7b906584ea3f5496d5e9e31a227667d0b1b8a75bdefdb51dd60022cfdb9e7f77d0c5775e946814546eb2392026f405994fb9ae143b SHA512 a3598fd32ac460ce0fc12b5826d39e7969041b78c13a01936a96a5471ce00dbed5af129dd617f5f16d7496f54b106da2f42660366dadd81de5bca9580d8a542a
+DIST veracrypt-1.26.20.tar.gz 29419917 BLAKE2B 5fc6e8cd9b74f1a8f32e4c3c10fdfb30be365cfb4def0eba3e23c4d9286bf55f334bc081e7b6dacf4b7cd8d46d152dd11e6b4d5c49eac4a44c68bd951bff9b33 SHA512 1159a9d9639d92d67f35e74c3e2477de43486ba43871655aad768dfce71d58ca7e606e96e760c16e1a4fd18f30560ce4076f4703a5f85cceb829e8b5a228445f
DIST veracrypt-1.26.7.tar.gz 30322472 BLAKE2B a71adf9fa5a2aafb9694ccf7a7ac45e6e16cf8277a57f9f52e2fd0ddb2657bd1a28dd4b2c0bf9167298251b4a87ab3f0ca0a8a8424b612be0cd7a4bcc630a438 SHA512 1b0fae30e3a8eb20e1ddcf7697f5b1ce947ddc3555442a561e50fe10bd82183ff5b21dc1c06ce2024eecab869fe38616ac47931c880816f814b961bbd1dec8e2
diff --git a/app-crypt/veracrypt/veracrypt-1.26.20.ebuild b/app-crypt/veracrypt/veracrypt-1.26.20.ebuild
new file mode 100644
index 000000000000..3f0d0ffccde5
--- /dev/null
+++ b/app-crypt/veracrypt/veracrypt-1.26.20.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+inherit desktop eapi9-ver linux-info pax-utils toolchain-funcs wxwidgets
+
+DESCRIPTION="Disk encryption with strong security based on TrueCrypt"
+HOMEPAGE="https://www.veracrypt.fr/en/Home.html"
+SRC_URI="https://github.com/${PN}/VeraCrypt/archive/VeraCrypt_${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/VeraCrypt-VeraCrypt_${PV}/src"
+
+# The modules not linked against in Linux include (but not limited to):
+# libzip, chacha-xmm, chacha256, chachaRng, rdrand, t1ha2
+# Tested by actually removing the source files and performing a build
+# For this reason, we don't have to worry about their licenses
+LICENSE="Apache-2.0 BSD RSA truecrypt-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+asm cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_ssse3 doc X"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+ app-admin/sudo
+ sys-apps/pcsc-lite
+ sys-fs/fuse:0
+ sys-fs/lvm2
+ x11-libs/wxGTK:${WX_GTK_VER}=[X?]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ asm? ( dev-lang/yasm )
+ virtual/pkgconfig"
+
+CONFIG_CHECK="~BLK_DEV_DM ~CRYPTO ~CRYPTO_XTS ~DM_CRYPT ~FUSE_FS"
+
+src_configure() {
+ setup-wxwidgets
+}
+
+src_compile() {
+ local myemakeargs=(
+ NOSTRIP=1
+ NOTEST=1
+ VERBOSE=1
+ CC="$(tc-getCC)"
+ CXX="$(tc-getCXX)"
+ AR="$(tc-getAR)"
+ RANLIB="$(tc-getRANLIB)"
+ TC_EXTRA_CFLAGS="${CFLAGS}"
+ TC_EXTRA_CXXFLAGS="${CXXFLAGS}"
+ TC_EXTRA_LFLAGS="${LDFLAGS}"
+ WX_CONFIG="${WX_CONFIG}"
+ $(usex X "" "NOGUI=1")
+ $(usex asm "" "NOASM=1")
+ $(usex cpu_flags_x86_sse2 "" "NOSSE2=1")
+ $(usex cpu_flags_x86_sse4_1 "SSE41=1" "")
+ $(usex cpu_flags_x86_ssse3 "SSSE3=1" "")
+ )
+
+ emake "${myemakeargs[@]}"
+}
+
+src_test() {
+ ./Main/veracrypt --text --test || die "tests failed"
+}
+
+src_install() {
+ local DOCS=( Readme.txt )
+
+ dobin Main/veracrypt
+ if use doc; then
+ DOCS+=( "${S}"/../doc/EFI-DCS )
+ docompress -x /usr/share/doc/${PF}/EFI-DCS
+ HTML_DOCS=( "${S}"/../doc/html/. )
+ fi
+ einstalldocs
+
+ newinitd "${FILESDIR}"/veracrypt.init veracrypt
+
+ if use X; then
+ local s
+ for s in 16 48 128 256; do
+ newicon -s ${s} Resources/Icons/VeraCrypt-${s}x${s}.xpm veracrypt.xpm
+ done
+ make_desktop_entry veracrypt "VeraCrypt" veracrypt "Utility;Security"
+ fi
+
+ pax-mark -m "${ED}"/usr/bin/veracrypt
+}
+
+pkg_postinst() {
+ ewarn "VeraCrypt has a very restrictive license. Please be explicitly aware"
+ ewarn "of the limitations on redistribution of binaries or modified source."
+
+ # Remove this when we remove veracrypt-1.25.9.ebuild from the tree.
+ if ver_replacing -lt "1.26.7"; then
+ ewarn "Starting with 1.26.7, TrueCrypt volumes are no longer supported."
+ ewarn "Please explore alternatives such as dm-crypt to mount truecrypt volumes."
+ ewarn "Moreover, support for RIPEMD160 and GOST89 is dropped."
+ ewarn "Volumes using these algoritms will no longer mount."
+ fi
+}
next reply other threads:[~2025-05-27 8:28 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-27 8:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 6:29 [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/ Göktürk Yüksek
2024-07-05 18:43 Pacho Ramos
2024-06-16 9:37 Pacho Ramos
2023-10-29 5:44 Göktürk Yüksek
2023-09-09 13:17 David Seifert
2023-09-09 13:17 David Seifert
2022-11-29 11:26 Jakov Smolić
2022-05-29 3:14 Sam James
2022-02-14 4:26 Göktürk Yüksek
2021-08-01 20:41 David Seifert
2021-04-17 13:18 David Seifert
2021-04-05 22:26 David Seifert
2021-03-14 19:55 Göktürk Yüksek
2021-03-07 14:41 Agostino Sarubbo
2020-12-09 0:20 Göktürk Yüksek
2020-11-25 7:43 Agostino Sarubbo
2020-09-25 19:30 Göktürk Yüksek
2020-07-21 1:39 Aaron Bauman
2020-03-30 12:20 Göktürk Yüksek
2020-03-30 12:16 Mikle Kolyada
2020-01-25 0:55 Göktürk Yüksek
2020-01-15 9:17 Agostino Sarubbo
2019-10-29 20:22 Göktürk Yüksek
2019-10-29 20:22 Göktürk Yüksek
2019-10-15 23:29 Göktürk Yüksek
2019-10-11 20:50 Göktürk Yüksek
2019-02-07 11:00 Mikle Kolyada
2018-11-07 22:47 Göktürk Yüksek
2018-07-18 21:11 Jonas Stein
2018-05-22 16:30 Mikle Kolyada
2017-08-04 8:02 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748334460.a45e71588a4fd205d97b16a6a3e26810c23ddb22.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox