Bug 124972 - security/OpenSSL port not enabling cryptodev.
Summary: security/OpenSSL port not enabling cryptodev.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 06:00 UTC by lab
Modified: 2008-06-30 03:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lab 2008-06-25 06:00:08 UTC
The file crypto/engine/eng_cryptodev.c in correctly uses __FreeBSD_version
before including <sys/param.h>.  Problem was reported to openssl by
Norikatsu Shigemura <nork@FreeBSD.org> as problem id 1624.

Fix: 

Patch is here:

http://people.freebsd.org/~simon/patches/openssl-vendor-cryptodev-freebsd-check.patch
How-To-Repeat: 	Compile code.
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2008-06-25 06:06:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

I will take care of it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-25 19:07:00 UTC
dinoex      2008-06-25 18:06:55 UTC

  FreeBSD ports repository

  Modified files:
    security/openssl     Makefile 
  Added files:
    security/openssl/files-beta patch-eng_cryptodev.c 
  Log:
  - enable cryptodev
  124972
  PR:             124972
  Submitted by:   Larry Baird
  Obtained from:  Simon L. Nielsen
  
  Revision  Changes    Path
  1.133     +1 -1      ports/security/openssl/Makefile
  1.1       +12 -0     ports/security/openssl/files-beta/patch-eng_cryptodev.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2008-06-30 03:56:16 UTC
State Changed
From-To: open->closed

committed, thanks.