Bug 196732 - devel/libvirt: sasl support
Summary: devel/libvirt: sasl support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-14 19:15 UTC by Fabian Freyer
Modified: 2015-01-29 23:23 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jgh)


Attachments
add support for sasl authentification to devel/libvirt (980 bytes, patch)
2015-01-14 19:15 UTC, Fabian Freyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Freyer 2015-01-14 19:15:00 UTC
Created attachment 151631 [details]
add support for sasl authentification to devel/libvirt

devel/libvirt does not support sasl authentification.

Libvirt builds fine with sasl, but then depends on security/cyrus-sasl2

Therefore, I would suggest applying the attached patch to security/cyrus-sasl2
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-14 19:15:00 UTC
Auto-assigned to maintainer jgh@FreeBSD.org
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2015-01-29 21:15:04 UTC
Not entirely clear on how this is failing, with this patch...
http://meatwad.mouf.net/rubick/poudriere/data/11amd64-jgh/2015-01-29_20h28m00s/logs/errors/libvirt-1.2.12.log
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-01-29 23:21:25 UTC
A commit references this bug:

Author: jgh
Date: Thu Jan 29 23:20:34 UTC 2015
New revision: 378132
URL: https://svnweb.freebsd.org/changeset/ports/378132

Log:
  - add sasl support

  PR:		196732
  Submitted by:	fabian.freyer@physik.tu-berlin.de

Changes:
  head/devel/libvirt/Makefile
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2015-01-29 23:23:06 UTC
Thanks!