[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by zcrownover. Category set to Feature request What about twofish, threefish or serpent? Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12050 * Author: robin.carey1 * Status: New * Priority: High *

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. zcrownover wrote: What about twofish, threefish or serpent? Those are block ciphers, not stream ciphers. Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12051 * Author: robin.carey1 *

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by alexh. Category deleted (Feature request) Bug #2677: L15 Update http://bugs.dragonflybsd.org/issues/2677#change-12052 * Author: robin.carey1 * Status: New * Priority: High * Assignee: * Category: * Target version: 3.9.x

[DragonFlyBSD - Bug #2682] Fix for uaudio driver, so it can be used on DragonFly

2014-06-09 Thread bugtracker-admin
Issue #2682 has been updated by profmakx. Assignee set to profmakx Bug #2682: Fix for uaudio driver, so it can be used on DragonFly http://bugs.dragonflybsd.org/issues/2682#change-12054 * Author: shamaz * Status: New * Priority: Normal * Assignee:

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by robin.carey1. Dear Alex, Salsa20 or ChaCha are both more complicated algorithms (and so probably slower aswell). Also, I am not aware of any mathematical proofs/assurances of the security of Salsa20 or ChaCha. To be honest - I'm not really interested in Salsa20

[DragonFlyBSD - Bug #2677] L15 Update

2014-06-09 Thread bugtracker-admin
Issue #2677 has been updated by robin.carey1. Dear Alex, If you want to move to a more mainstream algorithm, consider using AES (AES-CTR; AES/Counter mode). AES is approved by NIST/NSA. I'm sure you must know that AES instructions are built into some current CPUs from Intel/AMD. I don't think

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. I tried git cherry-pick 47dffa7f5958b75a660684b64c1d58afc637daef after i untared my 3.8.0 sources in /usr/src/ dir i received the message 'Please tell me who you are and ask me to run git config --global user.email y...@example.com git config --global

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by jorisgio. What do you mean by untar ? Why are you using tar instead of git ? Bug #2678: kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0 http://bugs.dragonflybsd.org/issues/2678#change-12059 * Author:

[DragonFlyBSD - Bug #2678] kernel panic during make installworld in upgrade from 3.6.2 to 3.8.0

2014-06-09 Thread bugtracker-admin
Issue #2678 has been updated by edwardm. jorisgio wrote: What do you mean by untar ? Why are you using tar instead of git ? I do a git fetch origin, git branch DragonFly_RELEASE_3_8 orgin/DragonFly_RELEASE_3_8 git checkout DragonFly_RELEASE_3_8 then I create a tar of the src dir if i need

[DragonFlyBSD - Bug #2682] Fix for uaudio driver, so it can be used on DragonFly

2014-06-09 Thread bugtracker-admin
Issue #2682 has been updated by shamaz. File uaudio.patch added Here is the new patch. It fixes mixer problem (so you can control volume of both channels). Please note, that it affects both pcm (sound) and uaudio drivers. Also, MIXER_UNINIT is called with mixer lock released now, as it is in