Tue Sep 22 01:59:00 2015 UTC ()
Update to solaris-tap-1.1.0 (20110711)
Changes: none
(only change is that the Makefile now supports DESTDIR installation, but we
have a manual do-install target.)


(tnn)
diff -r1.1.1.1 -r1.2 pkgsrc/net/solaris-tap/MESSAGE
diff -r1.8 -r1.9 pkgsrc/net/solaris-tap/Makefile
diff -r1.3 -r1.4 pkgsrc/net/solaris-tap/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/solaris-tap/MESSAGE (expand / switch to unified diff)

--- pkgsrc/net/solaris-tap/MESSAGE 2007/07/01 00:43:20 1.1.1.1
+++ pkgsrc/net/solaris-tap/MESSAGE 2015/09/22 01:59:00 1.2
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.1.1.1 2007/07/01 00:43:20 tnn Exp $ 2$NetBSD: MESSAGE,v 1.2 2015/09/22 01:59:00 tnn Exp $
3 3
4To enable the TUN/TAP driver in your Solaris kernel after an installation 4To enable the TUN/TAP driver in your Solaris kernel after an installation
5or upgrade, you must manually copy the following files to /usr/kernel/drv: 5or upgrade, you must manually copy the following files to
 6/usr/kernel/drv (or to /usr/kernel/drv/amd64 on x86_64 platforms).
 7
6 ${PREFIX}/lkm/tap 8 ${PREFIX}/lkm/tap
7 ${PREFIX}/lkm/tap.conf 9 ${PREFIX}/lkm/tap.conf
8 ${PREFIX}/lkm/tun 10 ${PREFIX}/lkm/tun
9 ${PREFIX}/lkm/tun.conf 11 ${PREFIX}/lkm/tun.conf
10 12
11Then execute the following commands: 13Then execute the following commands:
12 /usr/sbin/rem_drv tun >/dev/null 2>&1 14 /usr/sbin/rem_drv tun >/dev/null 2>&1
13 /usr/sbin/rem_drv tap >/dev/null 2>&1 15 /usr/sbin/rem_drv tap >/dev/null 2>&1
14 /usr/sbin/add_drv tun 16 /usr/sbin/add_drv tun
15 /usr/sbin/add_drv tap 17 /usr/sbin/add_drv tap
16=========================================================================== 18===========================================================================

cvs diff -r1.8 -r1.9 pkgsrc/net/solaris-tap/Makefile (expand / switch to unified diff)

--- pkgsrc/net/solaris-tap/Makefile 2014/03/14 08:34:45 1.8
+++ pkgsrc/net/solaris-tap/Makefile 2015/09/22 01:59:00 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2014/03/14 08:34:45 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2015/09/22 01:59:00 tnn Exp $
2 2
3DISTNAME= tuntap 3DISTNAME= tuntap
4PKGNAME= solaris-tap-20091116 4PKGNAME= solaris-tap-1.1.0
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://www.whiteboard.ne.jp/~admin2/tuntap/source/tuntap/ 6MASTER_SITES= http://www.whiteboard.ne.jp/~admin2/tuntap/source/tuntap/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.whiteboard.ne.jp/~admin2/tuntap/ 9HOMEPAGE= http://www.whiteboard.ne.jp/~admin2/tuntap/
10COMMENT= Solaris kernel module for virtual Ethernet devices 10COMMENT= Solaris kernel module for virtual Ethernet devices
11 11
12ONLY_FOR_PLATFORM= SunOS-*-* 12ONLY_FOR_PLATFORM= SunOS-*-*
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14 14
15DIST_SUBDIR= ${PKGNAME_NOREV} 15DIST_SUBDIR= ${PKGNAME_NOREV}
16WRKSRC= ${WRKDIR}/tuntap 16WRKSRC= ${WRKDIR}/tuntap
17 17

cvs diff -r1.3 -r1.4 pkgsrc/net/solaris-tap/distinfo (expand / switch to unified diff)

--- pkgsrc/net/solaris-tap/distinfo 2011/04/14 20:20:33 1.3
+++ pkgsrc/net/solaris-tap/distinfo 2015/09/22 01:59:00 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2011/04/14 20:20:33 hans Exp $ 1$NetBSD: distinfo,v 1.4 2015/09/22 01:59:00 tnn Exp $
2 2
3SHA1 (solaris-tap-20091116/tuntap.tar.gz) = bbe7cbc50d9f337e3c89cc20f3948f860bde11bd 3SHA1 (solaris-tap-1.1.0/tuntap.tar.gz) = aa3f0cfab3a584fa916bb7651fb08198395058e7
4RMD160 (solaris-tap-20091116/tuntap.tar.gz) = 30a4271550e86e7fe76bfdfa66f84f2e3a0e1c77 4RMD160 (solaris-tap-1.1.0/tuntap.tar.gz) = 170c0920426cc399b903426734829edd110dfb3b
5Size (solaris-tap-20091116/tuntap.tar.gz) = 40637 bytes 5Size (solaris-tap-1.1.0/tuntap.tar.gz) = 41228 bytes