Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 194946
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Justin Foote <runningdoglackey+gentoo@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 194946 depends on: Show dependency tree
Bug 194946 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-10-07 00:09 0000
camellia ciphersuites could be enabled in 0.9.8e simply by adding
enable-camellia... something like:

--- openssl-0.9.8e-r3.ebuild    2007-10-06 13:33:37.240087418 +0000
+++ openssl-0.9.8e-r4.ebuild    2007-10-06 13:35:10.750349748 +0000
@@ -73,11 +73,11 @@
    # IDEA:  5,214,703 25/05/2010
    # RC5:   5,724,428 03/03/2015
    # EC:    ????????? ??/??/2015
-   local confopts=""
+   local confopts="enable-mdc2 enable-camellia"
    if use bindist ; then
-       confopts="no-idea no-rc5 no-ec"
+       confopts="$confopts no-idea no-rc5 no-ec"
    else
-       confopts="enable-idea enable-rc5 enable-mdc2 enable-ec"
+       confopts="$confopts enable-idea enable-rc5 enable-ec"
    fi
    use zlib && confopts="${confopts} zlib-dynamic"
    use sse2 || confopts="${confopts} no-sse2"


Reproducible: Always

------- Comment #1 From SpanKY 2007-10-07 16:59:28 0000 -------
added to 0.9.8e-r4, thanks for the suggestion !

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug