summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christopher Walker <kris240376@gmail.com>2013-04-24 07:14:20 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2013-04-28 12:30:18 -0300
commit326c6932f2c837ca69765d227b736d4dc7a30307 (patch)
treef3aa2c2f02b3a10e16f667801678fc83d63d69c7
parent43e2aa36e1b96706729ca0598248d81ec3fdd0fe (diff)
downloadslackbuilds-326c6932f2c837ca69765d227b736d4dc7a30307.tar.gz
slackbuilds-326c6932f2c837ca69765d227b736d4dc7a30307.tar.xz
network/openvswitch: Updated for version 1.9.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--network/openvswitch/openvswitch.SlackBuild8
-rw-r--r--network/openvswitch/openvswitch.info6
-rw-r--r--network/openvswitch/rc.openvswitch4
-rw-r--r--network/openvswitch/slack-desc10
4 files changed, 14 insertions, 14 deletions
diff --git a/network/openvswitch/openvswitch.SlackBuild b/network/openvswitch/openvswitch.SlackBuild
index ecaad6f482..ac30050473 100644
--- a/network/openvswitch/openvswitch.SlackBuild
+++ b/network/openvswitch/openvswitch.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for openvswitch
-# Copyright 2008-2012 Christopher Walker Copperas Cove, TX
+# Copyright 2008-2013 Christopher Walker Copperas Cove, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openvswitch
-VERSION=${VERSION:-1.4.5}
+VERSION=${VERSION:-1.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,9 +90,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/lib/modules/${KERNEL}/kernel/extra/openvswitch
-install -m 644 datapath/linux/openvswitch_mod.ko \
+install -m 644 datapath/linux/openvswitch.ko \
$PKG/lib/modules/${KERNEL}/kernel/extra/openvswitch
-install -m 644 datapath/linux/brcompat_mod.ko \
+install -m 644 datapath/linux/brcompat.ko \
$PKG/lib/modules/${KERNEL}/kernel/extra/openvswitch
mkdir -p $PKG/etc/openvswitch $PKG/etc/rc.d $PKG/var/run/openvswitch
diff --git a/network/openvswitch/openvswitch.info b/network/openvswitch/openvswitch.info
index d74641c81c..236c893b8c 100644
--- a/network/openvswitch/openvswitch.info
+++ b/network/openvswitch/openvswitch.info
@@ -1,8 +1,8 @@
PRGNAM="openvswitch"
-VERSION="1.4.5"
+VERSION="1.9.0"
HOMEPAGE="http://openvswitch.org"
-DOWNLOAD="http://openvswitch.org/releases/openvswitch-1.4.5.tar.gz"
-MD5SUM="96b3be7ab25fa87eee640526506688e5"
+DOWNLOAD="http://openvswitch.org/releases/openvswitch-1.9.0.tar.gz"
+MD5SUM="e9004202b0e10c0de9870f19d2044f11"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/network/openvswitch/rc.openvswitch b/network/openvswitch/rc.openvswitch
index ae96618726..0fc64c127d 100644
--- a/network/openvswitch/rc.openvswitch
+++ b/network/openvswitch/rc.openvswitch
@@ -21,14 +21,14 @@ VSPID=/var/run/openvswitch/ovs-vswitchd.pid
DBPID=/var/run/openvswitch/ovsdb-server.pid
# Insert kernel driver for Open vSwitch:
-/sbin/modprobe openvswitch_mod
+/sbin/modprobe openvswitch
# Insert kernel driver for VLANs:
/sbin/modprobe 8021q
# Insert kernel driver for bridge util compatibility:
if [ $BRCOMPAT -ne 0 ] ; then
- /sbin/modprobe brcompat_mod
+ /sbin/modprobe brcompat
fi
# Start openvswitch:
diff --git a/network/openvswitch/slack-desc b/network/openvswitch/slack-desc
index d302c084c5..ca49b52d7d 100644
--- a/network/openvswitch/slack-desc
+++ b/network/openvswitch/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|' on
-# the right side marks the last column you can put a character in. You must make
-# exactly 11 lines for the formatting to be correct. It's also customary to
-# leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
openvswitch: openvswitch (multilayer virtual switch)