fwtk plug-gw segfaults on startup. Caused by missing declaration of inet_ntoa causing its pointer return value to default to int, which has different size, and thus causing a segfault. Fix: Patch attached that adds an #include directive to get inet_ntoa declared. Patch attached with submission follows: How-To-Repeat: cd /usr/ports/security/fwtk make install then set up fwtk normally, using a plug-gw filter then connect to the port
Responsible Changed From-To: freebsd-bugs->pirzyk ports PR.
Responsible Changed From-To: pirzyk->freebsd-ports Please commit patch, I approve. Thanks!
Responsible Changed From-To: freebsd-ports->shaun Grab.
State Changed From-To: open->feedback The FTP server with the source is currently inaccessible: freefall% ping ftp.tislabs.com PING portal.tislabs.com (192.94.214.101): 56 data bytes 92 bytes from toyland.sparta.com (157.185.83.254): Destination Host Unreachable Vr HL TOS Len ID Flg off TTL Pro cks Src Dst 4 5 00 5400 2ea1 0 0000 30 01 2c89 69.147.83.40 192.94.214.101
Hi, the fwtk source is only available on request. See: http://www.fwtk.org/fwtk= /download/downloading.html It's basically a license restriction (and yes, I know that some ftp mirror = sites on the web ignore that restriction). Also note: | Note that the response e-mail refers to "ftp.tislabs.com"; | use "ftp.nailabs.com" instead. Also, your host must support | reverse name lookup (name matching an IP address) in | order for the FTP to work. Best regards, Rudolf Polzer=
State Changed From-To: feedback->open feedback received
Responsible Changed From-To: shaun->freebsd-ports-bugs Back to pool.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-05-31 17:38:26 UTC FreeBSD ports repository Modified files: security/fwtk Makefile Added files: security/fwtk/files patch-lib__pname.c Log: - Added patch [1] - Marked the depracated, expires in 90 days. [2] - Instructions on obtaining source incorrect, and any source found does not march checksum. [2] - You are welcome to update instructions before then [2] PR: ports/150040 [1] Submitted by: Rudolf Polzer <rpolzer@mucke-novak.net> (maintainer) Reviewed by: scheidell@ (me) [2] Approved by: pirzyk@ (maintainer) [1] Revision Changes Path 1.38 +12 -5 ports/security/fwtk/Makefile 1.1 +15 -0 ports/security/fwtk/files/patch-lib__pname.c (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 patch, Thanks, but: source found has bad checksums. Can't find valid source anymore.