Summary: | [patch] net-p2p/bnbt sha1 implementation broken for amd64 builds | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Cowart <ccowart> | ||||
Component: | Individual Port(s) | Assignee: | Florent Thoumie <flz> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Chris Cowart
2009-06-30 22:30:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->flz Over to maintainer (via the GNATS Auto Assign Tool) I will commit the patch, although I would recommend using another tracker (opentracker seems to be a good candidate) as bnbt hasn't been maintained for years. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer flz 2009-07-15 13:43:54 UTC FreeBSD ports repository Modified files: net-p2p/bnbt Makefile Added files: net-p2p/bnbt/files patch-sha1.cpp patch-sha1.h Log: Fix SHA1 on 64bit architectures. PR: ports/136197 Submitted by: Chris Cowart <ccowart@rescomp.berkeley.edu> Revision Changes Path 1.19 +1 -0 ports/net-p2p/bnbt/Makefile 1.1 +32 -0 ports/net-p2p/bnbt/files/patch-sha1.cpp (new) 1.1 +31 -0 ports/net-p2p/bnbt/files/patch-sha1.h (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" State Changed From-To: open->closed Committed. Thanks! |