Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61068 Details for
Bug 95725
Add support for sys-fs/loop-aes-3.0c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Modified loop-aes
loop-aes.diff (text/plain), 1.42 KB, created by
Alon Bar-Lev (RETIRED)
on 2005-06-11 11:59:18 UTC
(
hide
)
Description:
Modified loop-aes
Filename:
MIME Type:
Creator:
Alon Bar-Lev (RETIRED)
Created:
2005-06-11 11:59:18 UTC
Size:
1.42 KB
patch
obsolete
>--- /usr/portage/sys-fs/loop-aes/loop-aes-3.0b.ebuild 2005-02-05 08:38:50.000000000 +0200 >+++ loop-aes-3.0c-r1.ebuild 2005-06-11 22:01:53.000000000 +0300 >@@ -1,6 +1,6 @@ > # Copyright 1999-2005 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.0b.ebuild,v 1.2 2005/02/05 06:28:07 genstef Exp $ >+# $Header: /var/cvsroot/gentoo-x86/sys-fs/loop-aes/loop-aes-3.0c.ebuild,v 1.2 2005/02/05 06:28:07 genstef Exp $ > > inherit linux-mod > >@@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/loop-aes/$ > > LICENSE="GPL-2" > SLOT="0" >-IUSE="" >+IUSE="keyscrub" > KEYWORDS="~x86" > > S=${WORKDIR}/${MY_P} > > CONFIG_CHECK="!BLK_DEV_LOOP" > MODULE_NAMES="loop(block:)" >-BUILD_PARAMS="LINUX_SOURCE=${KV_DIR} MODINST=n RUNDM=n" > BUILD_TARGETS="all" > > pkg_setup() { >@@ -32,6 +31,9 @@ pkg_setup() { > ewarn "(CONFIG_KERNELD in kernels 2.0 or CONFIG_KMOD in newer)" > ewarn "" > fi >+ >+ BUILD_PARAMS="LINUX_SOURCE=${KV_DIR} MODINST=n RUNDM=n" >+ use keyscrub && BUILD_PARAMS="${BUILD_PARAMS} KEYSCRUB=y" > } > > src_unpack () { >@@ -49,7 +51,7 @@ pkg_postinst() { > linux-mod_pkg_postinst > > ewarn "" >- ewarn "Note, that you will need >=util-linux-2.12p compiled with crypt" >+ ewarn "Note, that you will need >=util-linux-2.12q-r1 compiled with crypt" > ewarn "in USE flag enabled in order to use this module." > ewarn "" > einfo "For more instructions take a look at examples in"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 95725
:
61039
| 61068 |
61069
|
61070