[arch-commits] Commit in wireguard/trunk (PKGBUILD kernel-5.4.5.patch)

Christian Hesse eworm at archlinux.org
Thu Dec 19 08:07:30 UTC 2019


    Date: Thursday, December 19, 2019 @ 08:07:29
  Author: eworm
Revision: 538367

upgpkg: wireguard 0.0.20191219-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD
Deleted:
  wireguard/trunk/kernel-5.4.5.patch

--------------------+
 PKGBUILD           |   14 +++++---------
 kernel-5.4.5.patch |   12 ------------
 2 files changed, 5 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 06:30:31 UTC (rev 538366)
+++ PKGBUILD	2019-12-19 08:07:29 UTC (rev 538367)
@@ -3,8 +3,8 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20191212
-pkgrel=2
+pkgver=0.0.20191219
+pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
 url='http://www.wireguard.com/'
@@ -11,17 +11,13 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld <Jason at zx2c4.com>
-source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc}
-        kernel-5.4.5.patch)
-sha256sums=('b0d718380f7a8822b2f12d75e462fa4eafa3a77871002981f367cd4fe2a1b071'
-            'SKIP'
-            '603e53fb70ef0b40601924f699c3629c65c879e03c57b3e628e5fea47ac710ba')
+source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
+sha256sums=('5aba6f0c38e97faa0b155623ba594bb0e4bd5e29deacd8d5ed8bda8d8283b0e7'
+            'SKIP')
 
 prepare() {
 	cd WireGuard-${pkgver}/
 
-	patch -Np1 -i ../kernel-5.4.5.patch
-
 	find contrib/examples/ -name '.gitignore' -delete
 }
 

Deleted: kernel-5.4.5.patch
===================================================================
--- kernel-5.4.5.patch	2019-12-19 06:30:31 UTC (rev 538366)
+++ kernel-5.4.5.patch	2019-12-19 08:07:29 UTC (rev 538367)
@@ -1,12 +0,0 @@
-diff -u -r WireGuard-0.0.20191212/src/compat/compat.h WireGuard-0.0.20191212-linux-5.4.5/src/compat/compat.h
---- WireGuard-0.0.20191212/src/compat/compat.h	2019-12-12 11:24:51.000000000 +0000
-+++ WireGuard-0.0.20191212-linux-5.4.5/src/compat/compat.h	2019-12-18 20:40:30.831102200 +0000
-@@ -861,7 +861,7 @@
- })
- #endif
- 
--#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 5)
- #define ipv6_dst_lookup_flow(a, b, c, d) ipv6_dst_lookup(a, b, &dst, c) + (void *)0 ?: dst
- #endif
- 



More information about the arch-commits mailing list