Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233339 - sys-fs/cryptmount-3.1_alpha2 ebuild
Summary: sys-fs/cryptmount-3.1_alpha2 ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://overlays.gentoo.org/proj/sunri...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-30 01:11 UTC by Steffen 'j0inty' Stollfuß
Modified: 2008-09-08 14:15 UTC (History)
0 users

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


Attachments
cryptmount-3.1_alpha2.ebuild (cryptmount-3.1_alpha2.ebuild,1.36 KB, text/plain)
2008-07-30 01:15 UTC, Steffen 'j0inty' Stollfuß
Details
cryptmount-3.1_alpha2-makefile.in.patch (cryptmount-3.1_alpha2-makefile.in.patch,419 bytes, patch)
2008-07-30 01:16 UTC, Steffen 'j0inty' Stollfuß
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen 'j0inty' Stollfuß 2008-07-30 01:11:52 UTC
Hi,

I wrote an ebuild for cryptmount 3.1alpha2.

[desc]
cryptmount is a utility for GNU/Linux operating systems which allows an ordinary user to mount an encrypted filing system without requiring superuser privileges. It is aimed at recent Linux systems using the 2.6 kernel series. 

There are currently two main approaches to using encrypted filesystems within the linux kernel:

    * the cryptoloop device driver;
    * the device-mapper system, using the dm-crypt target.
[/desc]

Reproducible: Always
Comment 1 Steffen 'j0inty' Stollfuß 2008-07-30 01:15:09 UTC
Created attachment 161680 [details]
cryptmount-3.1_alpha2.ebuild

This ebuild use 3 use-flags:

ssl - add OpenSSL "emulator" support [OpenSSL support stop by this project]
luks - using of LUKS
nls - native language support
Comment 2 Steffen 'j0inty' Stollfuß 2008-07-30 01:16:23 UTC
Created attachment 161681 [details, diff]
cryptmount-3.1_alpha2-makefile.in.patch

Correct the directory check for /usr/sbin, else it fail while sandbox installation.