[MacPorts] #41421: NEW: TrueCrypt
#41421: NEW: TrueCrypt ------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: truecrypt ------------------------+-------------------------------- Here's a [https://gist.github.com/neurodroid/7518848 Portfile] for TrueCrypt. See [http://www.nerdenmeister.org/2013/08/16/build-truecrypt- on-os-x-64-bit-with-hardware-acceleration/ here] for additional information. -- Ticket URL: <https://trac.macports.org/ticket/41421> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Changes (by macsforever2000@…): * type: submission => request Comment: Please actually attach the Portfile to this ticket. -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Changes (by macsforever2000@…): * type: request => submission Comment: Thank you! -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by jul_bsd@…): from #25914 and here, i gave a try on Mavericks 10.9.2 and it does not manage to fetch files (archlinux = Operation too slow. Less than 1024 bytes/sec transferred the last 60 seconds). If I do from web browser, it stalls a bit before half. also rsa pkcs-11 updates to 2.30. not sure if we can follow If I download from truecrypt.org, it fails to compile {{{ :info:build In file included from CommandLineInterface.cpp:9: :info:build In file included from /Volumes/Data/opt/local/var/macports/build/_Volumes_Data_myports_security_truecrypt/TrueCrypt/work/truecrypt-7 .1a-source/Main/System.h:14: :info:build /Volumes/Data/opt/local/var/macports/build/_Volumes_Data_myports_security_truecrypt/TrueCrypt/work/truecrypt-7 .1a-source/Main/SystemPrecompiled.h:9:10: fatal error: 'wx/wx.h' file not found :info:build #include <wx/wx.h> :info:build ^ :info:build 1 error generated. :info:build 1 error generated. :info:build make[1]: *** [Application.o] Error 1 }}} probably because header is in /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/include/wx-3.0 I add WX_CONFIG=${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/bin /wx-config to build.env and it compiles/installs/executes. A small notice, would be to add a macport suffix to version to make difference w binaries only distribution. also, please note there is a crowdfunded project to audit it: http://istruecryptauditedyet.com/ -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by christsc@…): Updated Portfile to use osxfuse instead of fuse4x; see ticket #39456 -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by ryandesign@…): The value of the license field -- `{TrueCrypt License Version 3.0}` -- is not valid. The license field should be of the format "LicenseName- LicenseVersion". So here you might use "`TrueCrypt-3`". -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by christsc@…): Replying to [comment:6 ryandesign@…]:
The value of the license field -- `{TrueCrypt License Version 3.0}` -- is not valid. The license field should be of the format "LicenseName- LicenseVersion". So here you might use "`TrueCrypt-3`".
Done -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by christsc@…): Replying to [comment:4 jul_bsd@…]:
from #25914 and here, i gave a try on Mavericks 10.9.2 and it does not manage to fetch files (archlinux = Operation too slow. Less than 1024 bytes/sec transferred the last 60 seconds). If I do from web browser, it stalls a bit before half.
The ftp connection to the archlinux server is indeed very slow. If someone knows of a better place to get the source please let me know.
also rsa pkcs-11 updates to 2.30. not sure if we can follow
No.
If I download from truecrypt.org, it fails to compile
{{{ :info:build In file included from CommandLineInterface.cpp:9: :info:build In file included from /Volumes/Data/opt/local/var/macports/build/_Volumes_Data_myports_security_truecrypt/TrueCrypt/work/truecrypt-7 .1a-source/Main/System.h:14: :info:build /Volumes/Data/opt/local/var/macports/build/_Volumes_Data_myports_security_truecrypt/TrueCrypt/work/truecrypt-7 .1a-source/Main/SystemPrecompiled.h:9:10: fatal error: 'wx/wx.h' file not found :info:build #include <wx/wx.h> :info:build ^ :info:build 1 error generated. :info:build 1 error generated. :info:build make[1]: *** [Application.o] Error 1 }}}
probably because header is in /opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.0/include/wx-3.0 I add WX_CONFIG=${frameworks_dir}/wxWidgets.framework/Versions/wxWidgets/3.0/bin /wx-config to build.env and it compiles/installs/executes.
Thanks, [https://gist.github.com/neurodroid/7518848/revisions fixed]
A small notice, would be to add a macport suffix to version to make difference w binaries only distribution.
As in {{{truecrypt-mp}}}? -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by jan@…): Compiles and works for me on 10.9.2. Would love to see this in the in the official ports tree. -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by macports.org@…): Compiles like a charm on 10.9.2 for me. Did not actually install the binary, but created a binary archive in ''/opt/local/var/macports/software/TrueCrypt''. I don't know if this is intentional or a bug. (I solved the problem by manually extracting the tar file.) I would love to see this in the official ports tree! -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by mf2k@…): Based on [http://www.truecrypt.org/legal/license reading the license page], it seems like we should not add this port since it says it is no longer being developed and is not secure. -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: wontfix | Keywords: Port: truecrypt | -------------------------+-------------------------------- Changes (by mf2k@…): * status: new => closed * resolution: => wontfix Comment: See also [http://mobile.slashdot.org/story/14/06/19/1422217/google-and- microsoft-plan-kill-switches-on-smartphones here]. -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: wontfix | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by cal@…): I think you meant http://it.slashdot.org/story/14/06/19/145219/truecrypt- author-claims-that-forking-is-impossible? -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X
#41421: NEW: TrueCrypt -------------------------+-------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: wontfix | Keywords: Port: truecrypt | -------------------------+-------------------------------- Comment (by mf2k@…): Yes, sorry. -- Ticket URL: <https://trac.macports.org/ticket/41421#comment:15> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts