diff options
author | Christopher Walker <kris240376@gmail.com> | 2011-09-05 21:49:17 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-09-05 23:03:06 -0500 |
commit | c9e2a76dfa6744e1416bdac6a6eb16861d3e6659 (patch) | |
tree | a35cd9cb0e2c361bbdb05aaaae431bf651bd993c | |
parent | 56232267ce32d69184e393a2cf9cb847501dea37 (diff) | |
download | slackbuilds-c9e2a76dfa6744e1416bdac6a6eb16861d3e6659.tar.gz |
network/openvswitch: Updated for version 1.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r-- | network/openvswitch/README | 6 | ||||
-rw-r--r-- | network/openvswitch/openvswitch.SlackBuild | 5 | ||||
-rw-r--r-- | network/openvswitch/openvswitch.info | 8 | ||||
-rw-r--r-- | network/openvswitch/slack-desc | 2 |
4 files changed, 10 insertions, 11 deletions
diff --git a/network/openvswitch/README b/network/openvswitch/README index f8f2d09e41..65f76de5da 100644 --- a/network/openvswitch/README +++ b/network/openvswitch/README @@ -13,7 +13,7 @@ is the default switch in the Xen Cloud Platform and also supports Xen, XenServer, KVM, and VirtualBox. The bulk of the code is written in platform-independent C and is easily ported to other environments. -This package will build kernel modules that will be uses as replacements +This package will build kernel modules that will be used as replacements for the bridge modules included with the stock Linux kernel. Open -vSwitch includes a kernel module if you wish to use the standard Linux -bridge utils to manage it. +vSwitch also includes a kernel module for backwards compatibility if you wish +to use the standard Linux bridge utils to manage it. diff --git a/network/openvswitch/openvswitch.SlackBuild b/network/openvswitch/openvswitch.SlackBuild index df8fac18d3..983b22507c 100644 --- a/network/openvswitch/openvswitch.SlackBuild +++ b/network/openvswitch/openvswitch.SlackBuild @@ -23,11 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openvswitch -VERSION=1.2.0 +VERSION=1.2.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} - -MODULEPATH=${MODULEPATH:-/lib/modules/$(uname -r)} +MODULEPATH=${MODULEPATH:-/lib/modules/`uname -r`} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/network/openvswitch/openvswitch.info b/network/openvswitch/openvswitch.info index 3cd5eff0e3..f86ac98420 100644 --- a/network/openvswitch/openvswitch.info +++ b/network/openvswitch/openvswitch.info @@ -1,10 +1,10 @@ PRGNAM="openvswitch" -VERSION="1.2.0" +VERSION="1.2.1" HOMEPAGE="http://openvswitch.org" -DOWNLOAD="http://openvswitch.org/releases/openvswitch-1.2.0.tar.gz" -MD5SUM="f01a8fc15fb9f12d29cad6ecd3d6dfb9" +DOWNLOAD="http://openvswitch.org/releases/openvswitch-1.2.1.tar.gz" +MD5SUM="30a776b96ca35794613361cfe6751c9c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Christopher Walker" EMAIL="kris240376@gmail.com" -APPROVED="Niels Horn" +APPROVED="dsomero" diff --git a/network/openvswitch/slack-desc b/network/openvswitch/slack-desc index d302c084c5..f818c969c2 100644 --- a/network/openvswitch/slack-desc +++ b/network/openvswitch/slack-desc @@ -5,7 +5,7 @@ # exactly 11 lines for the formatting to be correct. It's also customary to # leave one space after the ':'. - |-----handy-ruler------------------------------------------------------| + |-----handy-ruler-----------------------------------------------------| openvswitch: openvswitch (multilayer virtual switch) openvswitch: openvswitch: Open vSwitch is a production quality, multilayer virtual switch |