[arch-commits] Commit in linux-grsec/trunk (0014-fix-rtl8192se.patch PKGBUILD)
Daniel Micay
thestinger at nymeria.archlinux.org
Tue May 13 21:17:39 UTC 2014
Date: Tuesday, May 13, 2014 @ 23:17:39
Author: thestinger
Revision: 111104
upgpkg: linux-grsec 3.14.4.201405131205-1
Modified:
linux-grsec/trunk/PKGBUILD
Deleted:
linux-grsec/trunk/0014-fix-rtl8192se.patch
--------------------------+
0014-fix-rtl8192se.patch | 15 ---------------
PKGBUILD | 15 ++++-----------
2 files changed, 4 insertions(+), 26 deletions(-)
Deleted: 0014-fix-rtl8192se.patch
===================================================================
--- 0014-fix-rtl8192se.patch 2014-05-13 21:14:49 UTC (rev 111103)
+++ 0014-fix-rtl8192se.patch 2014-05-13 21:17:39 UTC (rev 111104)
@@ -1,15 +0,0 @@
---- linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c
-+++ linux-2.6/drivers/net/wireless/rtlwifi/rtl8192se/trx.c
-@@ -49,6 +49,12 @@ static u8 _rtl92se_map_hwqueue_to_fwqueu
- if (ieee80211_is_nullfunc(fc))
- return QSLT_HIGH;
-
-+ /* Kernel commit 1bf4bbb4024dcdab changed EAPOL packets to use
-+ * queue V0 at priority 7; however, the RTL8192SE appears to have
-+ * that queue at priority 6
-+ */
-+ if (skb->priority == 7)
-+ return QSLT_VO;
- return skb->priority;
- }
-
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-13 21:14:49 UTC (rev 111103)
+++ PKGBUILD 2014-05-13 21:17:39 UTC (rev 111104)
@@ -6,9 +6,9 @@
pkgbase=linux-grsec
_srcname=linux-3.14
-_pkgver=3.14.3
+_pkgver=3.14.4
_grsecver=3.0
-_timestamp=201405121814
+_timestamp=201405131205
_grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
pkgver=$_pkgver.$_timestamp
pkgrel=1
@@ -36,13 +36,12 @@
'0011-kernfs-fix-removed-error-check.patch'
'0012-fix-saa7134.patch'
'0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch'
- '0014-fix-rtl8192se.patch'
'0015-fix-xsdt-validation.patch'
sysctl.conf
)
sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
- 'a26a25739c50d639174698ae498530205b55e5a2b11f8c33ab92a8581bc83fbd'
- 'fd62acc651c19207b795b50b8c150cd9f473df810f9ca726f18645a8c007117d'
+ 'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
+ 'd5a84246d0401cc9d79abde2cef6b83732eb0b5d3d745c015d25544e8cc1ad62'
'SKIP'
'7ae000eaa1df8809cc5e27427e3ee5962bfd15d32cea3c9367321a9ea9a1f28c'
'63dd010c2ad0df4279ee00f1530850560b722235a3430df5efd5cffcb045b203'
@@ -58,7 +57,6 @@
'04f44bf5c181d6dc31905937c1bdccb0f5aecaad3a579e99b302502b9cbe0f7a'
'79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18'
'f2a5e22c1ba6e9b8a32a7bd4a5327ee95538aa10edcee3cd12578f8ff49bf6be'
- 'ff9df6746d7cbfe858d5b4bce932951c26414a7635cb5c26cd8d5c97df36a2a1'
'384dd13fd4248fd6809da8c6ae29ced55d4a5cacc33ac2ae7522093ec0fb26d4'
'a37823f0cdf3f318ec3f486f6e4035a7a8f887522d3a563d4dfe155f143ba24f')
@@ -116,11 +114,6 @@
# https://bugzilla.kernel.org/show_bug.cgi?id=74051
patch -Np1 -i "${srcdir}/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch"
- # fix rtl8192se authentification
- # https://bugs.archlinux.org/task/39858
- # https://bugzilla.kernel.org/show_bug.cgi?id=74541
- patch -Np1 -i "${srcdir}/0014-fix-rtl8192se.patch"
-
# fix xsdt validation bug
# https://bugs.archlinux.org/task/39811
# https://bugzilla.kernel.org/show_bug.cgi?id=73911
More information about the arch-commits
mailing list