LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-19-2014, 08:49 AM   #1
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 current
Posts: 1,649

Rep: Reputation: 148Reputation: 148
Question about upgrading cryptsetup


Hi all,

I was thinking about installing and testing zuluCrypt as a future replacement for TrueCrypt. Well, I got further, installed tc-play and zuluCrypt. The latter insists though that it needs a newer cryptsetup to be able to open TrueCrypt containers. The newer cryptsetup's (1.6.5) library has the same major version number (4) but another minor version number (4.6.0).

So my question is: Any (positive/negative) experiences here with newer cryptsetup? Do I have to expect something to break?
 
Old 07-19-2014, 09:28 PM   #2
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
I don't expect it to cause any problems, because nothing uses libcryptsetup that I can detect. I wrote a script to check what depends on what and only cryptsetup depends on libcryptsetup and they are both in the same package.
 
1 members found this post helpful.
Old 07-20-2014, 01:29 PM   #3
mlslk31
Member
 
Registered: Mar 2013
Location: Florida, USA
Distribution: Slackware, FreeBSD
Posts: 210

Rep: Reputation: 77
Should be OK, just recompile what you need to recompile. Expect things to break in the meantime. Start simple. Test. Be careful of the extra configure flags, especially if you wish to upgrade libgcrypt as well. If the kernel needs any special crypto settings, be sure those are enabled as well. When things break, they have a tendency to not point to one thing in particular. If you're not keeping notes, keep notes. It will keep some hair from turning gray.
 
1 members found this post helpful.
Old 07-20-2014, 04:57 PM   #4
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 current
Posts: 1,649

Original Poster
Rep: Reputation: 148Reputation: 148
Thanks for the answers so far. It's good to know that libcryptosetup is not linked to any other program or library. libgcrypt is my main worry indeed, and I had thought that someone had already tested to upgrade them. Maybe I'll test it in VirtualBox first just to make sure. Oh, and unfortunately there is not that much hair left that could turn gray/grey, but I promise to keep notes in case I have to fiddle with kernel settings
 
Old 07-20-2014, 05:05 PM   #5
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Many things depend on libgcrypt, so that is much more likely to break something. Here's the list I get for it:
Code:
/sbin/crda
/sbin/cryptsetup
/sbin/regdbdump
/usr/bin/SDLvncviewer
/usr/bin/cifsdd
/usr/bin/dbwrap_tool
/usr/bin/dirmngr
/usr/bin/eventlogadm
/usr/bin/gcr-viewer
/usr/bin/gentest
/usr/bin/gnome-keyring-3
/usr/bin/gnome-keyring-daemon
/usr/bin/gpg-agent
/usr/bin/gpg2
/usr/bin/gpgkey2ssh
/usr/bin/gpgsm
/usr/bin/gpgv2
/usr/bin/kbxutil
/usr/bin/linuxvnc
/usr/bin/locktest
/usr/bin/masktest
/usr/bin/mtp-albumart
/usr/bin/mtp-albums
/usr/bin/mtp-connect
/usr/bin/mtp-detect
/usr/bin/mtp-emptyfolders
/usr/bin/mtp-files
/usr/bin/mtp-filetree
/usr/bin/mtp-folders
/usr/bin/mtp-format
/usr/bin/mtp-getplaylist
/usr/bin/mtp-hotplug
/usr/bin/mtp-newplaylist
/usr/bin/mtp-playlists
/usr/bin/mtp-reset
/usr/bin/mtp-thumb
/usr/bin/mtp-tracks
/usr/bin/mtp-trexist
/usr/bin/net
/usr/bin/nm-applet
/usr/bin/nmblookup
/usr/bin/ntlm_auth
/usr/bin/pdbedit
/usr/bin/profiles
/usr/bin/regdiff
/usr/bin/regpatch
/usr/bin/regshell
/usr/bin/regtree
/usr/bin/rpcclient
/usr/bin/samba-regedit
/usr/bin/secret-tool
/usr/bin/sharesec
/usr/bin/smbcacls
/usr/bin/smbclient
/usr/bin/smbclient4
/usr/bin/smbcontrol
/usr/bin/smbcquotas
/usr/bin/smbget
/usr/bin/smbpasswd
/usr/bin/smbspool
/usr/bin/smbstatus
/usr/bin/smbta-util
/usr/bin/smbtorture
/usr/bin/smbtree
/usr/bin/testparm
/usr/bin/xsltproc
/usr/sbin/nmbd
/usr/sbin/samba
/usr/sbin/smbd
/usr/sbin/winbindd
 
1 members found this post helpful.
Old 07-20-2014, 05:26 PM   #6
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 current
Posts: 1,649

Original Poster
Rep: Reputation: 148Reputation: 148
Quote:
Originally Posted by metaschima View Post
Many things depend on libgcrypt, so that is much more likely to break something. Here's the list I get for it:
Code:
/sbin/crda
/sbin/cryptsetup
/sbin/regdbdump
/usr/bin/SDLvncviewer
/usr/bin/cifsdd
/usr/bin/dbwrap_tool
...
Oh wow, that peace of software will not feel alone I guess. Some more work to do I guess. Thanks a lot metaschima, that info is very appreciated!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cryptsetup question... dbrazeau Linux - Software 1 09-22-2010 05:06 PM
Another question on upgrading stu_mueller Slackware 4 05-05-2008 03:49 PM
luks cryptsetup and lvm question ruzzed Linux - Software 3 09-16-2007 08:21 PM
cryptsetup-luks question nomb Linux - Software 4 06-14-2007 11:22 AM
Upgrading Question from 9.1 to 10 surfduke Mandriva 4 06-20-2004 07:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration