| Summary: | isakmpd fails on amd64 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Mats Palmgren <mats.palmgren> | ||||
| Component: | Individual Port(s) | Assignee: | Alejandro Pulver <alepulver> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Mats Palmgren
2006-03-25 03:10:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->simon Over to maintainer Responsible Changed From-To: simon->freebsd-ports-bugs Return to the pool since I doubt I will get around to working on this any time soon. Basically the idea of the patch seems correct, but it needs more work to actually compile (and the real fix is to upgrade to a non-ancient isakmpd snapshot and just use base system versions of said functions instead of compat versions included with isakmpd). Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it. alepulver 2007-09-29 22:12:20 UTC
FreeBSD ports repository
Modified files:
security/isakmpd Makefile
security/isakmpd/files patch-Makefile.sysdep
Added files:
security/isakmpd/files patch-sysdep-common-libsysdep-sha1.c
patch-sysdep-common-md5.h
patch-sysdep-common-sha1.h
Log:
- Make it work on 64-bit systems.
- Avoid the build failing when OpenSSL is installed as a port too.
PR: ports/94921
Submitted by: Mats Palmgren <mats.palmgren@bredband.net>
Revision Changes Path
1.30 +5 -1 ports/security/isakmpd/Makefile
1.5 +8 -7 ports/security/isakmpd/files/patch-Makefile.sysdep
1.1 +67 -0 ports/security/isakmpd/files/patch-sysdep-common-libsysdep-sha1.c (new)
1.1 +32 -0 ports/security/isakmpd/files/patch-sysdep-common-md5.h (new)
1.1 +26 -0 ports/security/isakmpd/files/patch-sysdep-common-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! |