- update etherape to 0.9.10

- update patches
This commit is contained in:
benoit 2011-04-07 20:09:43 +00:00
parent cde8dd2c33
commit ac3efbdd0b
4 changed files with 25 additions and 18 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.25 2010/12/08 13:36:30 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.26 2011/04/07 20:09:43 benoit Exp $
COMMENT = graphical network monitor
DISTNAME = etherape-0.9.9
REVISION= 1
DISTNAME = etherape-0.9.10
CATEGORIES = net
HOMEPAGE = http://etherape.sourceforge.net/

View File

@ -1,5 +1,5 @@
MD5 (etherape-0.9.9.tar.gz) = WsTThihP6O0xhgZWzf77RQ==
RMD160 (etherape-0.9.9.tar.gz) = M0ndWomgcVYIgAvKCNzsg3ojgXQ=
SHA1 (etherape-0.9.9.tar.gz) = j/gY1iWgx/7UwdU3PsVmXuCqnz0=
SHA256 (etherape-0.9.9.tar.gz) = L5taL9/WKUD9IMstJTYlUzfrmwz9IQRXhEzIrFEX/uw=
SIZE (etherape-0.9.9.tar.gz) = 1301421
MD5 (etherape-0.9.10.tar.gz) = 52O5GbRvlPPMzHLwXZB1uw==
RMD160 (etherape-0.9.10.tar.gz) = mlx1ND936MvfND0JZZQGtL0a0k0=
SHA1 (etherape-0.9.10.tar.gz) = Y12J3f9NtVo5eBNiA7QRgACS7Rc=
SHA256 (etherape-0.9.10.tar.gz) = ZBg8bWzHolO0aa57SQd8zQnSLWGaQSqDkr+xNBRnN5o=
SIZE (etherape-0.9.10.tar.gz) = 1302480

View File

@ -1,10 +1,15 @@
$OpenBSD: patch-src_decode_proto_c,v 1.1 2010/09/24 10:04:00 jasper Exp $
OpenBSD lacks DLT_PPI.
--- src/decode_proto.c.orig Thu Sep 23 22:59:42 2010
+++ src/decode_proto.c Thu Sep 23 23:01:05 2010
@@ -165,7 +165,9 @@ static linktype_data_t linktypes[] = {
$OpenBSD: patch-src_decode_proto_c,v 1.2 2011/04/07 20:09:45 benoit Exp $
--- src/decode_proto.c.orig Sun Feb 6 11:10:46 2011
+++ src/decode_proto.c Sat Apr 2 17:13:26 2011
@@ -26,6 +26,7 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
+#include <sys/socket.h>
#include "prot_types.h"
#include "util.h"
#include "decode_proto.h"
@@ -165,7 +166,9 @@
{"WLAN", DLT_IEEE802_11, LINK6, get_wlan },
/* Wireless with radiotap header */
{"WLAN+RTAP", DLT_IEEE802_11_RADIO, LINK6, get_radiotap },

View File

@ -1,10 +1,13 @@
--- src/names.c.orig Mon Jan 4 13:12:51 2010
+++ src/names.c Thu Sep 23 22:58:51 2010
@@ -17,6 +17,7 @@
$OpenBSD: patch-src_names_c,v 1.3 2011/04/07 20:09:45 benoit Exp $
--- src/names.c.orig Sat Feb 5 17:26:52 2011
+++ src/names.c Sat Apr 2 17:12:46 2011
@@ -17,7 +17,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <unistd.h>
#include <netinet/in.h>
+#include <sys/socket.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif