Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / r8168


Commits:
f16cff7a by Massimiliano Torromeo at 2024-04-21T15:07:21+02:00
upgpkg: 8.053.00-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − linux68.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,16 @@
 pkgbase = r8168
        pkgdesc = A kernel module for Realtek 8168 network cards
-       pkgver = 8.052.01
-       pkgrel = 44
+       pkgver = 8.053.00
+       pkgrel = 1
        url = http://www.realtek.com.tw
        arch = x86_64
        license = GPL
        makedepends = linux-headers
-       source = 
https://github.com/mtorromeo/r8168/archive/8.052.01/r8168-8.052.01.tar.gz
-       source = 
https://github.com/mtorromeo/r8168/releases/download/8.052.01/r8168-8.052.01.tar.gz.asc
-       source = linux68.patch
+       source = 
https://github.com/mtorromeo/r8168/archive/8.053.00/r8168-8.053.00.tar.gz
+       source = 
https://github.com/mtorromeo/r8168/releases/download/8.053.00/r8168-8.053.00.tar.gz.asc
        validpgpkeys = 0CADAACF70F64C654E131B3111675C743429DDEF
-       sha256sums = 
cd8ee58a260e9b654080d39e3a42e3a3fb821041ee79e631b4647d84120aa999
+       sha256sums = 
7c00cc13f17c45e1d1002e4c390f118204b04d42caba9d04d8ae95e953770857
        sha256sums = SKIP
-       sha256sums = 
b9d05c6ed52a2414fe69a66cbf7d0ae5afd6fe6f4cbe1a31f510e7533e38ab97
 
 pkgname = r8168
        depends = glibc


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Filip <fila pruda com>, Det < nimetonmaili(at)gmail >
 
 pkgname=r8168
-pkgver=8.052.01
-pkgrel=44
+pkgver=8.053.00
+pkgrel=1
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")
@@ -13,18 +13,11 @@ makedepends=('linux-headers')
 source=(
        
https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
        
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
-       linux68.patch
 )
-sha256sums=('cd8ee58a260e9b654080d39e3a42e3a3fb821041ee79e631b4647d84120aa999'
-            'SKIP'
-            'b9d05c6ed52a2414fe69a66cbf7d0ae5afd6fe6f4cbe1a31f510e7533e38ab97')
+sha256sums=('7c00cc13f17c45e1d1002e4c390f118204b04d42caba9d04d8ae95e953770857'
+            'SKIP')
 validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo <massimiliano.torro...@gmail.com>
 
-prepare() {
-       cd "$pkgname-$pkgver"
-       patch -Np1 -i ../linux68.patch
-}
-
 build() {
        cd "$pkgname-$pkgver"
        # avoid using the Makefile directly -- it doesn't understand


=====================================
linux68.patch deleted
=====================================
@@ -1,12 +0,0 @@
-diff -Nurp r8168-8.052.01/src/r8168_n.c r8168-8.052.01-linux68/src/r8168_n.c
---- r8168-8.052.01/src/r8168_n.c       2023-10-01 08:56:57.000000000 +0000
-+++ r8168-8.052.01-linux68/src/r8168_n.c       2024-03-11 03:44:54.597660452 
+0000
-@@ -6293,7 +6293,7 @@ rtl8168_get_drvinfo(struct net_device *d
-         info->eedump_len = tp->eeprom_len;
-         BUILD_BUG_ON(sizeof(info->fw_version) < sizeof(rtl_fw->version));
-         if (rtl_fw)
--                strlcpy(info->fw_version, rtl_fw->version,
-+                strscpy(info->fw_version, rtl_fw->version,
-                         sizeof(info->fw_version));
- }
- 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/f16cff7a5cd6a0e5ae3c1636ea9a0cf867b63f28

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/r8168/-/commit/f16cff7a5cd6a0e5ae3c1636ea9a0cf867b63f28
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to