Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 421249 - sys-fs/cryptsetup-1.6.0 version bump request
Summary: sys-fs/cryptsetup-1.6.0 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://code.google.com/p/cryptsetup/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-15 15:43 UTC by Manuel Rüger (RETIRED)
Modified: 2013-01-18 11:29 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
cryptsetup-1.5.0.ebuild.patch (cryptsetup-1.5.0.ebuild.patch,2.64 KB, patch)
2012-09-08 22:46 UTC, Manuel Rüger (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2012-06-15 15:43:11 UTC
cryptsetup 1.5.0-rc1

Released on 2012-06-11. 

Please add it to the tree
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2012-06-21 08:40:52 UTC
cryptsetup 1.5.0-rc2

Released on 2012-06-20.
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2012-07-12 13:00:02 UTC
cryptsetup 1.5.0

Released on 2012-07-10.
Comment 3 Michael Weber (RETIRED) gentoo-dev 2012-08-30 15:31:27 UTC
cryptsetup-reencrypt seams worth a look.

http://asalor.blogspot.cz/2012/08/re-encryption-of-luks-device-cryptsetup.html
Comment 4 Manuel Rüger (RETIRED) gentoo-dev 2012-09-08 22:46:07 UTC
Created attachment 323230 [details, diff]
cryptsetup-1.5.0.ebuild.patch

- Suggestions from bug #410275 included 
- Reencrypt useflag for cryptsetup-reencrypt
- USE="static" mv also veritysetup & cryptsetup-reencrypt

Please also consider adding the patch from bug #420015 and see bug #426986
Comment 5 Manuel Rüger (RETIRED) gentoo-dev 2012-09-23 17:23:47 UTC
I've added the attached ebuild to my local overlay. 
http://git.overlays.gentoo.org/gitweb/?p=user/mrueg.git;a=commit;h=f0c9657f00ccbed97c44408515d2af3816ff6a96

It is available via layman, if you want to test it.
Comment 6 Anton Kochkov 2012-10-19 22:52:38 UTC
New version is available - http://cryptsetup.googlecode.com/files/cryptsetup-1.5.1.tar.bz2

Cryptsetup 1.5.1 Release Notes
Changes since version 1.5.0

    The libcryptsetup library now tries to initialize device-mapper backend and loop devices only if they are really needed (lazy initializations).
    This allows some operations to be run by a non-root user. 

    (Unfortunately LUKS header keyslot operations still require temporary dm-crypt device and device-mapper subsystem is available only to superuser.) 

    Also clear error messages are provided if running as non-root user and operation requires privileged user. 

    Veritysetup can be now used by a normal user for creating hash image to file and also it can create hash image if doesn't exist.
    (Previously it required pre-allocated space.) 

    Added crypt_keyslot_area() API call which allows external tools to get exact keyslot offsets and analyse content. 

    An example of a tool that searches the keyslot area of a LUKS container for positions where entropy is low and hence there is a high probability of damage is in misc/kesylot_checker.
    (Thanks to Arno Wagner for the code.) 

    Optimized seek to keyfile-offset if key offset is large. 

    Fixed luksHeaderBackup for very old v1.0 unaligned LUKS headers. 

    Various fixes for problems found by several static analysis tools.
Comment 8 Manuel Rüger (RETIRED) gentoo-dev 2013-01-17 22:51:47 UTC
cryptsetup-1.6.0 released on 2013-01-14.
Comment 9 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2013-01-17 23:37:30 UTC
InCVS.

Includes bug 420015
Bug 426986 pending on user input.