Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 624520 - sys-fs/crypmount: utility for management and user-mode mounting of encrypted filesystems
Summary: sys-fs/crypmount: utility for management and user-mode mounting of encrypted ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-11 04:16 UTC by Igor Savlook
Modified: 2017-07-17 21:39 UTC (History)
2 users (show)

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


Attachments
ebuild (cryptmount-5.2.2.ebuild,1.11 KB, text/plain)
2017-07-11 04:18 UTC, Igor Savlook
Details
manifest (Manifest,383 bytes, text/plain)
2017-07-11 04:18 UTC, Igor Savlook
Details
build-log (sys-fs:cryptmount-5.2.2:20170711-040947.log,25.28 KB, text/plain)
2017-07-11 04:18 UTC, Igor Savlook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Igor Savlook 2017-07-11 04:16:59 UTC
cryptmount allows management and user-mode mounting of encrypted filing systems on GNU/Linux systems. Filesystems & crypto-swap can be on either raw block devices or ordinary files, with device-mapper (dm-crypt) and loopback devices setup automatically.
Comment 1 Igor Savlook 2017-07-11 04:18:02 UTC
Created attachment 482970 [details]
ebuild
Comment 2 Igor Savlook 2017-07-11 04:18:17 UTC
Created attachment 482972 [details]
manifest
Comment 3 Igor Savlook 2017-07-11 04:18:44 UTC
Created attachment 482974 [details]
build-log
Comment 4 Tomáš Mózes 2017-07-11 05:17:08 UTC
Hi Igor, would you like to proxy maintain this package on your own?
Comment 5 Igor Savlook 2017-07-11 05:46:30 UTC
Yes.
Comment 6 Tomáš Mózes 2017-07-11 08:06:26 UTC
(In reply to Igor Savlook from comment #5)
> Yes.

Great. Then perhaps the best would be to open a PR on github, people can comment it and maybe suggest some improvements.
Comment 7 Igor Savlook 2017-07-11 08:30:08 UTC
Complete https://github.com/gentoo/gentoo/pull/5086 :)
Comment 8 Patrice Clement (RETIRED) gentoo-dev 2017-07-17 21:39:00 UTC
commit 832ad1449fcbc8a81eed4712202f29ba8382b4b0 (HEAD -> master, origin/master, origin/HEAD)
Author:     Igor Savlook <isav@alzari.pw>
AuthorDate: Tue Jul 11 08:45:44 2017 +0300
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Jul 17 23:38:12 2017 +0200

sys-fs/crypmount: new ebuild.

cryptmount allows management and user-mode mounting of encrypted filing systems
on GNU/Linux systems. Filesystems & crypto-swap can be on either raw block
devices or ordinary files, with device-mapper (dm-crypt) and loopback devices
setup automatically.

Gentoo-Bug: https://bugs.gentoo.org/624520

Closes: https://github.com/gentoo/gentoo/pull/5086

sys-fs/cryptmount/Manifest                |  1 +
sys-fs/cryptmount/cryptmount-5.2.2.ebuild | 52 +++++++++++++++++++++++++++++++
sys-fs/cryptmount/metadata.xml            | 11 +++++++
3 files changed, 64 insertions(+)
create mode 100644 sys-fs/cryptmount/Manifest
create mode 100644 sys-fs/cryptmount/cryptmount-5.2.2.ebuild
create mode 100644 sys-fs/cryptmount/metadata.xml