From owner-cvs-ports@FreeBSD.ORG Thu Jun 11 20:08:36 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B6361065751; Thu, 11 Jun 2009 20:08:36 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 007768FC15; Thu, 11 Jun 2009 20:08:36 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5BK8ZK6023702; Thu, 11 Jun 2009 20:08:35 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5BK8Zlw023701; Thu, 11 Jun 2009 20:08:35 GMT (envelope-from pgollucci) Message-Id: <200906112008.n5BK8Zlw023701@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Thu, 11 Jun 2009 20:08:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/libnet10 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 20:08:37 -0000 pgollucci 2009-06-11 20:08:35 UTC FreeBSD ports repository Modified files: net/libnet10 Makefile Log: Library net/libnet10 defines structures for contents of network packets. Fields of the packets have fixed size according to the respective protocol definitions, but the library uses type u_long for some of the 32bit fields. This is a problem on amd64 architecture, where type long has 64 bits. On amd64, libnet creates packets with bad contents. PR: ports/122571 Submitted by: Martin Beran Revision Changes Path 1.25 +8 -1 ports/net/libnet10/Makefile