* [Buildroot] [Bug 3397] New: New Package: cryptsetup
@ 2011-03-07 16:06 bugzilla at busybox.net
2011-03-07 16:14 ` [Buildroot] [Bug 3397] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2011-03-07 16:06 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3397
Summary: New Package: cryptsetup
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: info at daccii.it
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 3085
--> https://bugs.busybox.net/attachment.cgi?id=3085
Patch to add cryptsetup support
This package adds cryptsetup support to buildroot.
NOTE:
i've seen that there is an opened bug (#3385) that add a cryptsetup package but
mine handle more stuff (disable selinux, copy only needed stuff, check for udev
and has libgpg-error in deps) so i've opened a new bug
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 3397] New Package: cryptsetup
2011-03-07 16:06 [Buildroot] [Bug 3397] New: New Package: cryptsetup bugzilla at busybox.net
@ 2011-03-07 16:14 ` bugzilla at busybox.net
2011-03-07 16:15 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2011-03-07 16:14 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3397
--- Comment #1 from Martin Hicks <mort@bork.org> ---
Looks good to me.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 3397] New Package: cryptsetup
2011-03-07 16:06 [Buildroot] [Bug 3397] New: New Package: cryptsetup bugzilla at busybox.net
2011-03-07 16:14 ` [Buildroot] [Bug 3397] " bugzilla at busybox.net
@ 2011-03-07 16:15 ` bugzilla at busybox.net
2011-05-27 0:34 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2011-03-07 16:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3397
Martin Hicks <mort@bork.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mort at bork.org
--- Comment #2 from Martin Hicks <mort@bork.org> ---
*** Bug 3385 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 3397] New Package: cryptsetup
2011-03-07 16:06 [Buildroot] [Bug 3397] New: New Package: cryptsetup bugzilla at busybox.net
2011-03-07 16:14 ` [Buildroot] [Bug 3397] " bugzilla at busybox.net
2011-03-07 16:15 ` bugzilla at busybox.net
@ 2011-05-27 0:34 ` bugzilla at busybox.net
2011-09-18 10:19 ` bugzilla at busybox.net
2013-08-29 7:32 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2011-05-27 0:34 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3397
--- Comment #3 from Matthew Pirretti <mpirretti@gmail.com> ---
Shouldn't it be:
ifneq ($(BR2_PACKAGE_UDEV),y)
CRYPTSETUP_CONF_OPT += --disable-udev
endif
instead of:
ifneq ($(BR2_PACKAGE_UDEV),y)
CRYPTSETUP_CONF_OPT = --disable-udev
endif
Otherwise if BR2_PACKAGE_UDEV=n, then --with-libgcrypt-prefix will not be
defined and it won't build.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 3397] New Package: cryptsetup
2011-03-07 16:06 [Buildroot] [Bug 3397] New: New Package: cryptsetup bugzilla at busybox.net
` (2 preceding siblings ...)
2011-05-27 0:34 ` bugzilla at busybox.net
@ 2011-09-18 10:19 ` bugzilla at busybox.net
2013-08-29 7:32 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2011-09-18 10:19 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3397
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|minor |enhancement
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [Bug 3397] New Package: cryptsetup
2011-03-07 16:06 [Buildroot] [Bug 3397] New: New Package: cryptsetup bugzilla at busybox.net
` (3 preceding siblings ...)
2011-09-18 10:19 ` bugzilla at busybox.net
@ 2013-08-29 7:32 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2013-08-29 7:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=3397
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2013-08-29 07:32:57 UTC ---
A cryptsetup package has been committed as of
http://git.buildroot.net/buildroot/commit/?h=next&id=21028166a5a9d09063eec916e4ad60c964cff27d.
At the time of this writing, this commit is part of the 'next' branch, which
will be merged into the 'master' branch after the 2013.08 release is done.
If you want to use it today, test the 'next' branch, or wait a few more days
for the 2013.08 release to happen, at which point you'll find the package in
the normal 'master' branch. If you only use stable releases of Buildroot,
you'll have to wait until the 2013.11 release, which will incorporate this new
package.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-29 7:32 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 16:06 [Buildroot] [Bug 3397] New: New Package: cryptsetup bugzilla at busybox.net
2011-03-07 16:14 ` [Buildroot] [Bug 3397] " bugzilla at busybox.net
2011-03-07 16:15 ` bugzilla at busybox.net
2011-05-27 0:34 ` bugzilla at busybox.net
2011-09-18 10:19 ` bugzilla at busybox.net
2013-08-29 7:32 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox