ports/57106: racoon libipsec test b0rked
Bjoern A. Zeeb
bzeeb+freebsdports at zabbadoz.net
Mon Sep 22 20:50:26 UTC 2003
>Number: 57106
>Category: ports
>Synopsis: racoon libipsec test b0rked
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 22 13:50:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Bjoern A. Zeeb
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
Zabbadoz.NeT
>Environment:
FreeBSD noc.int.zabbadoz.net 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sat Sep 20 22:19:04 UTC 2003 bz at noc.int.zabbadoz.net:/export/src/src/obj/export/src/src/HEAD/compile-20030920-2028/sys/ZAB2-2003092001 i386
>Description:
racoon port has the following test:
.if !exists(/usr/lib/libipsec.so.1)
BROKEN= "You must upgrade the OS"
.endif
but
bz at noc:security/racoon> ls -l /usr/lib/libipsec.so*
lrwxr-xr-x 1 root wheel 18 Sep 20 22:53 /usr/lib/libipsec.so -> /lib/libipsec.so.1
bz at noc:security/racoon> ls -l /lib/libipsec.so.1
-r--r--r-- 1 root wheel 22988 Sep 20 22:53 /lib/libipsec.so.1
>How-To-Repeat:
instal 5.1R and update to HEAD
>Fix:
unsure (don't know if /usr/lib/libipsec.so.1 ever existed)
but I would suggest:
--- Makefile.orig Mon Sep 22 20:36:35 2003
+++ Makefile Mon Sep 22 20:36:51 2003
@@ -13,7 +13,7 @@
MAINTAINER= sumikawa at FreeBSD.org
COMMENT= KAME racoon IKE daemon
-.if !exists(/usr/lib/libipsec.so.1)
+.if !exists(/usr/lib/libipsec.so.1) && !exists(/lib/libipsec.so.1)
BROKEN= "You must upgrade the OS"
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list