summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2019-03-18 00:05:32 +0100
committerBaptiste Jonglez2019-03-18 00:05:32 +0100
commit2cdd12d813b5c929c1f7acb42d6b4fe4a3a41de2 (patch)
tree26675517a567e963491a3cb2f396368e0f01d918
parent3c4e9362fef738a8f1a94e45b13b16bd55a78e09 (diff)
downloadaur-2cdd12d813b5c929c1f7acb42d6b4fe4a3a41de2.tar.gz
linux-mptcp: bump to 0.94.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--config1
3 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4083e1423c5..f6aacad40449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Fri Jan 4 13:36:02 UTC 2019
+# Sun Mar 17 23:05:33 UTC 2019
pkgbase = linux-mptcp
- pkgver = 0.94.2
+ pkgver = 0.94.3
pkgrel = 1
epoch = 1
url = http://www.multipath-tcp.org/
@@ -13,15 +13,15 @@ pkgbase = linux-mptcp
makedepends = bc
makedepends = libelf
options = !strip
- source = https://github.com/multipath-tcp/mptcp/archive/c828f097fba722a4d337134a528c7f29bcdf229b/linux-mptcp-0.94.2-c828f097fba722a4d337134a528c7f29bcdf229b.tar.gz
+ source = https://github.com/multipath-tcp/mptcp/archive/310b6838cab0443dc9217bfb57be2cbfaa42fe77/linux-mptcp-0.94.3-310b6838cab0443dc9217bfb57be2cbfaa42fe77.tar.gz
source = config
source = 60-linux.hook
source = 90-linux.hook
source = linux-mptcp.preset
source = 0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
source = 0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch
- sha256sums = 96d312ca9b457aa88e219461bace21b694186f93595e7be403d5c1209d86ad12
- sha256sums = 039c824a72c1c10c3a44fc9d5f50a3ea2d6147ae7db115ba33c1136c13781b97
+ sha256sums = 87dba39590074dae4914d7846bf8de6bf23663fd3dc5c07972ed9f0df43a93b7
+ sha256sums = ef201e5fab7c6b9164f33161274c839b3f99bbdf95e2b6e668ec822900d9d411
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
@@ -29,7 +29,7 @@ pkgbase = linux-mptcp
sha256sums = 6364edabad4182dcf148ae7c14d8f45d61037d4539e76486f978f1af3a090794
pkgname = linux-mptcp
- pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.14.91)
+ pkgdesc = The Linux kernel and modules with Multipath TCP support (based on linux 4.14.106)
install = linux-mptcp.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 92a665b81188..409f3bdfc678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Élie Bouttier <elie@bouttier.eu>
pkgbase=linux-mptcp
-pkgver=0.94.2
+pkgver=0.94.3
pkgrel=1
epoch=1
-_commit=c828f097fba722a4d337134a528c7f29bcdf229b
+_commit=310b6838cab0443dc9217bfb57be2cbfaa42fe77
_srcname=mptcp-${_commit}
arch=('x86_64')
url="http://www.multipath-tcp.org/"
@@ -23,8 +23,8 @@ source=("https://github.com/multipath-tcp/mptcp/archive/${_commit}/${pkgbase}-${
'linux-mptcp.preset' # standard config files for mkinitcpio ramdisk
'0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch'
'0002-drm-i915-edp-Only-use-the-alternate-fixed-mode-if-it.patch')
-sha256sums=('96d312ca9b457aa88e219461bace21b694186f93595e7be403d5c1209d86ad12'
- '039c824a72c1c10c3a44fc9d5f50a3ea2d6147ae7db115ba33c1136c13781b97'
+sha256sums=('87dba39590074dae4914d7846bf8de6bf23663fd3dc5c07972ed9f0df43a93b7'
+ 'ef201e5fab7c6b9164f33161274c839b3f99bbdf95e2b6e668ec822900d9d411'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -80,7 +80,7 @@ build() {
}
_package() {
- pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.14.91)"
+ pkgdesc="The Linux kernel and modules with Multipath TCP support (based on linux 4.14.106)"
[ "${pkgbase}" = "linux" ] && groups=('base')
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'
diff --git a/config b/config
index 80e834487d2e..ebd3d5733652 100644
--- a/config
+++ b/config
@@ -7813,6 +7813,7 @@ CONFIG_CEPH_FS_POSIX_ACL=y
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
# CONFIG_CIFS_STATS2 is not set
+CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y