summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2017-06-06 20:12:44 +0200
committerBaptiste Jonglez2017-06-06 20:12:44 +0200
commit22c9062ead6bf3b9d7485127ad1535589bfc1c9f (patch)
tree894d728dea96f0fb92fde8ff4bbbc7c3b3b2a710
parent7fc448acd410e2eb4e3311f49b7b362bc4f6cb17 (diff)
downloadaur-22c9062ead6bf3b9d7485127ad1535589bfc1c9f.tar.gz
linux-mptcp: Stable release 0.92 (based on Linux 4.4.70)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9cb0671051a..1c3faae4021c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat May 6 11:28:32 UTC 2017
+# Tue Jun 6 18:12:44 UTC 2017
pkgbase = linux-mptcp
- pkgver = 0.92.rc2
+ pkgver = 0.92
pkgrel = 1
epoch = 1
url = http://www.multipath-tcp.org/
@@ -16,7 +16,7 @@ pkgbase = linux-mptcp
makedepends = libelf
makedepends = git
options = !strip
- source = git+https://github.com/multipath-tcp/mptcp#commit=19022e809873e4a31ed6925581833df9757c9443
+ source = git+https://github.com/multipath-tcp/mptcp#commit=b47be2ff07584d52a331607856841feffcbf8cc3
source = config.i686
source = config.x86_64
source = 90-linux.hook
@@ -30,7 +30,7 @@ pkgbase = linux-mptcp
sha256sums = 567bdc00dbecae3e03c4d5306c8156d4a76485925404cf0c30f15f2c3661d32f
pkgname = linux-mptcp
- pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.4.63)
+ pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.4.70)
install = linux.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index d9c6fe2f282f..fd502855113c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=linux-mptcp
_srcname=mptcp
-pkgver=0.92.rc2
+pkgver=0.92
pkgrel=1
epoch=1
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ url="http://www.multipath-tcp.org/"
license=('GPL2')
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'libelf' 'git')
options=('!strip')
-source=("git+https://github.com/multipath-tcp/mptcp#commit=19022e809873e4a31ed6925581833df9757c9443"
+source=("git+https://github.com/multipath-tcp/mptcp#commit=b47be2ff07584d52a331607856841feffcbf8cc3"
# the main kernel config files
'config.i686' 'config.x86_64'
# pacman hook for initramfs regeneration
@@ -82,7 +82,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.4.63)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.4.70)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'