[arch-commits] Commit in r8168/trunk (PKGBUILD linux-3.8.patch)
Massimiliano Torromeo
mtorromeo at nymeria.archlinux.org
Mon Jul 1 09:14:21 UTC 2013
Date: Monday, July 1, 2013 @ 11:14:20
Author: mtorromeo
Revision: 93304
upgpkg: r8168 8.036.00-1
Updated to 8.036.00
Modified:
r8168/trunk/PKGBUILD
Deleted:
r8168/trunk/linux-3.8.patch
-----------------+
PKGBUILD | 12 ++++--------
linux-3.8.patch | 48 ------------------------------------------------
2 files changed, 4 insertions(+), 56 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-01 09:07:05 UTC (rev 93303)
+++ PKGBUILD 2013-07-01 09:14:20 UTC (rev 93304)
@@ -4,16 +4,15 @@
# Contributor: Filip <fila pruda com>, Det < nimetonmaili(at)gmail >
pkgname=r8168
-pkgver=8.035.00
-pkgrel=16
+pkgver=8.036.00
+pkgrel=1
pkgdesc="A kernel module for Realtek 8168 network cards"
url="http://www.realtek.com.tw"
license=("GPL")
arch=('i686' 'x86_64')
depends=('glibc' 'linux')
makedepends=('linux-headers')
-source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
- linux-3.8.patch)
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
install=$pkgname.install
build() {
@@ -22,8 +21,6 @@
cd "$pkgname-$pkgver"
- patch -Np1 -i "$srcdir/linux-3.8.patch"
-
# avoid using the Makefile directly -- it doesn't understand
# any kernel but the current.
make -C /usr/lib/modules/$KERNEL_RELEASE/build \
@@ -45,5 +42,4 @@
sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" "$startdir/$pkgname.install"
}
-sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73'
- 'fcf49d6147a7db3e739e6798b41230c13403cdba8ef8db93e7691c4c1e4617c3')
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33')
Deleted: linux-3.8.patch
===================================================================
--- linux-3.8.patch 2013-07-01 09:07:05 UTC (rev 93303)
+++ linux-3.8.patch 2013-07-01 09:14:20 UTC (rev 93304)
@@ -1,48 +0,0 @@
-diff -upr r8168-8.035.00.orig/src/r8168_n.c r8168-8.035.00/src/r8168_n.c
---- r8168-8.035.00.orig/src/r8168_n.c 2013-02-21 03:31:04.000000000 +0200
-+++ r8168-8.035.00/src/r8168_n.c 2013-02-21 03:31:56.000000000 +0200
-@@ -14541,7 +14541,7 @@ rtl8168_phy_power_down (struct net_devic
- spin_unlock_irqrestore(&tp->phy_lock, flags);
- }
-
--static int __devinit
-+static int
- rtl8168_init_board(struct pci_dev *pdev,
- struct net_device **dev_out,
- void __iomem **ioaddr_out)
-@@ -14711,7 +14711,7 @@ err_out:
- goto out;
- }
-
--static void __devinit
-+static void
- rtl8168_init_sequence(struct rtl8168_private *tp)
- {
- void __iomem *ioaddr = tp->mmio_addr;
-@@ -14964,7 +14964,7 @@ static const struct net_device_ops rtl81
- };
- #endif
-
--static int __devinit
-+static int
- rtl8168_init_one(struct pci_dev *pdev,
- const struct pci_device_id *ent)
- {
-@@ -15128,7 +15128,7 @@ rtl8168_init_one(struct pci_dev *pdev,
- return 0;
- }
-
--static void __devexit
-+static void
- rtl8168_remove_one(struct pci_dev *pdev)
- {
- struct net_device *dev = pci_get_drvdata(pdev);
-@@ -17649,7 +17649,7 @@ static struct pci_driver rtl8168_pci_dri
- .name = MODULENAME,
- .id_table = rtl8168_pci_tbl,
- .probe = rtl8168_init_one,
-- .remove = __devexit_p(rtl8168_remove_one),
-+ .remove = rtl8168_remove_one,
- #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,11)
- .shutdown = rtl8168_shutdown,
- #endif
More information about the arch-commits
mailing list