Summary: | net/samba3 3.0.23c_1,1 pam_winbind.so not load-able by OpenPAM | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dominic Marks <dom> | ||||
Component: | Individual Port(s) | Assignee: | Shaun Amott <shaun> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | timur | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Dominic Marks
2006-10-10 16:20:22 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Responsible Changed From-To: freebsd-ports-bugs->shaun Take it. Hi, Dominic! Thank you for your report! I did some tests and found out that the problem is caused by usage of strequal() function in the code? which isn't linked into the pam_winbind.so. The easiest solution is to replace it with strcmp(). I do attach the patch to this mail that have to replace original one in the port. You can just place in into files/ instead of original one. With best regards, Timur. On Wed, 11 Oct 2006 03:47:38 +0200 "Timur I. Bakeyev" <timur@gnu.org> wrote: > Hi, Dominic! > > Thank you for your report! I did some tests and found out that the problem > is caused by usage of strequal() function in the code? which isn't linked > into the pam_winbind.so. The easiest solution is to replace it with strcmp(). > > I do attach the patch to this mail that have to replace original one in the > port. You can just place in into files/ instead of original one. Thanks. I assume this will be committed soon? Thanks you very much Timur, very quick fix. Excellent work! Dominic > With best regards, > Timur. Hi Dominic!
On Wed, Oct 11, 2006 at 10:36:28AM +0100, Dominic Marks wrote:
>
> Thanks. I assume this will be committed soon?
> Thanks you very much Timur, very quick fix. Excellent work!
There is a slight problem with commitment - ports tree is frozen for
upcoming 6.2 release, so if this fix won't be approved by portmanager,
you have to wait a week or so.
So, if you want immediate results - try the attached patch now :)
With best regards,
Timur.
State Changed From-To: feedback->closed Fix provided by maintainer was committed. shaun 2006-10-11 20:40:35 UTC FreeBSD ports repository Modified files: net/samba3 Makefile net/samba3/files patch-za Log: Fix a bug introduced by a previous patch, whereby pam_winbind.so would fail to load correctly. PR: ports/104269 Submitted by: Dominic Marks <dom@helenmarks.co.uk> Approved by: portmgr (erwin) Revision Changes Path 1.155 +1 -1 ports/net/samba3/Makefile 1.2 +1 -1 ports/net/samba3/files/patch-za _______________________________________________ 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" |