summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Vauclair2022-08-22 13:40:06 +0200
committerSébastien Vauclair2022-08-22 13:54:32 +0200
commitd91d56a84609d264c50d448254907d3762b6c3d6 (patch)
treea36b6f4f0c87d8376a0fe3c1a4fa2f7a08000ff6
parent0d6de626e023cd4a001880fb8a8dd7863e6c46a9 (diff)
downloadaur-d91d56a84609d264c50d448254907d3762b6c3d6.tar.gz
5.6.1 from direc85 (last edited on 2022-08-21 12:11 UTC), fixed
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
-rw-r--r--displaylink-release-notes-5.6.1.txt (renamed from displaylink-release-notes-5.6.txt)18
3 files changed, 28 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 493d8e053e40..f91c89b12bdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = displaylink
pkgdesc = Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00
- pkgver = 5.6
+ pkgver = 5.6.1
pkgrel = 1
url = https://www.synaptics.com/products/displaylink-graphics
- changelog = displaylink-release-notes-5.6.txt
+ changelog = displaylink-release-notes-5.6.1.txt
arch = i686
arch = x86_64
arch = arm
@@ -16,17 +16,17 @@ pkgbase = displaylink
makedepends = grep
makedepends = gawk
makedepends = wget
- depends = evdi>=1.10.1
+ depends = evdi>=1.12.0
depends = libusb>=1.0.0
- source = displaylink-driver-5.6.zip::https://www.synaptics.com/sites/default/files/exe_files/2022-05/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6-EXE.zip
- source = displaylink-release-notes-5.6.txt
+ source = displaylink-driver-5.6.1.zip::https://www.synaptics.com/sites/default/files/exe_files/2022-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.6.1-EXE.zip
+ source = displaylink-release-notes-5.6.1.txt
source = DISPLAYLINK-EULA
source = udev.sh
source = 99-displaylink.rules
source = displaylink.service
source = displaylink-sleep.sh
- sha256sums = ca15c82af195f50acc670a6b00b29d6709731e095113619330d45692f5243aed
- sha256sums = 529d8344f5cc1117388ddf2215c744baa920c7df4dbf40c3e5ddf2b4e82ba8e3
+ sha256sums = 89279748a9e276073ddfff7e949f2b92e30dc19f29a34c40ffcd3356c6d730c2
+ sha256sums = 1aae2005e7719e91179ed52ba85b11b35120c05116c94c4aa384394c4f6e8043
sha256sums = 2f81fea43332a62b2cf1dd47e56ea01caf1e886bcd16c3f82b18bfe148fb21a9
sha256sums = dc41ae8a2c287fc50fdda65bad8b0ffd76726f7773c25e1b0c5b7de95cecbdb6
sha256sums = c08a4726cf4e2f92c7cab00168ae9cc8d69d36a67c570609396a4a674934245a
diff --git a/PKGBUILD b/PKGBUILD
index d0241ddb28b3..d32acff29c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: rhabbachi
pkgname=displaylink
-pkgver=5.6
-_releasedate=2022-05
-_pkgfullver=5.6.0-59.176
+pkgver=5.6.1
+_releasedate=2022-08
+_pkgfullver=5.6.1-59.184
pkgrel=1
pkgdesc="Linux driver for DL-6xxx, DL-5xxx, DL-41xx and DL-3x00"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://www.synaptics.com/products/displaylink-graphics"
license=('custom' 'GPL2' 'LGPL2.1')
-depends=('evdi>=1.10.1'
+depends=('evdi>=1.12.0'
'libusb>=1.0.0')
makedepends=('grep' 'gawk' 'wget')
changelog="displaylink-release-notes-${pkgver}.txt"
@@ -23,8 +23,8 @@ source=(displaylink-driver-${pkgver}.zip::https://www.synaptics.com/sites/defaul
99-displaylink.rules
displaylink.service
displaylink-sleep.sh)
-sha256sums=('ca15c82af195f50acc670a6b00b29d6709731e095113619330d45692f5243aed'
- '529d8344f5cc1117388ddf2215c744baa920c7df4dbf40c3e5ddf2b4e82ba8e3'
+sha256sums=('89279748a9e276073ddfff7e949f2b92e30dc19f29a34c40ffcd3356c6d730c2'
+ '1aae2005e7719e91179ed52ba85b11b35120c05116c94c4aa384394c4f6e8043'
'2f81fea43332a62b2cf1dd47e56ea01caf1e886bcd16c3f82b18bfe148fb21a9'
'dc41ae8a2c287fc50fdda65bad8b0ffd76726f7773c25e1b0c5b7de95cecbdb6'
'c08a4726cf4e2f92c7cab00168ae9cc8d69d36a67c570609396a4a674934245a'
@@ -61,8 +61,10 @@ package() {
ARCH="x86-ubuntu-1604" ;;
x86_64)
ARCH="x64-ubuntu-1604" ;;
- arm|armv6h|armv7h|aarch64)
+ arm|armv6h|armv7h)
ARCH="arm-linux-gnueabihf" ;;
+ aarch64)
+ ARCH="aarch64-linux-gnu" ;;
esac
echo "Installing DisplayLink Manager $ARCH"
diff --git a/displaylink-release-notes-5.6.txt b/displaylink-release-notes-5.6.1.txt
index 5cd33c62ae1d..0f7101ab5d8b 100644
--- a/displaylink-release-notes-5.6.txt
+++ b/displaylink-release-notes-5.6.1.txt
@@ -3,12 +3,12 @@
DisplayLink Ubuntu Software Release Note
-Version: v5.6.0
-Build: posix/59-3268-g950879406d2 (176)
+Version: v5.6.1
+Build: posix/59-3284-g61b5f058530 (185)
-Date: 28th April 2022
+Date: 18th July 2022
-Extensible Virtual Display Interface version included: v1.11.0-3 (39da217)
+Extensible Virtual Display Interface version included: v1.12.0 (ae5b3d0)
=============================================================================
=============================================================================
@@ -16,7 +16,7 @@ Extensible Virtual Display Interface version included: v1.11.0-3 (39da217)
A. Introduction
===============
-This is DisplayLink Driver Software v5.6.0 for Ubuntu. It provides production quality support for DisplayLink USB 3.0 devices on specific variants of desktop Ubuntu Linux.
+This is DisplayLink Driver Software v5.6.1 for Ubuntu. It provides production quality support for DisplayLink USB 3.0 devices on specific variants of desktop Ubuntu Linux.
The driver enables video support for products using DisplayLink USB 3.0 technology. Standard native Ubuntu drivers provide support for DisplayLink audio and Ethernet interfaces.
@@ -45,6 +45,12 @@ I. Future development
C. Bugs fixed in this release
==============================
+C.6 Changes in 5.6.1 release
+-----------------------------
+- Added support for new DisplayLink DL-6350 products
+- DL-6xxx series: fixed LAN sent package status for half-duplex 100M fixed switch config (VIFR-1040)
+- DL-6xxx series: fixed timing issue on some modes with Dell AW2721D monitor (VIFR-1045)
+
C.5 Changes in 5.6 release
-----------------------------
- Added preliminary support for kernel 5.18
@@ -154,4 +160,4 @@ Synaptics are open to suggestions and feedback on improving the proposed archite
- The communication between the EVDI kernel module and the wrapper libevdi library is not access-controlled or authenticated. This could be improved in future releases, making it harder to compromise the data EVDI is sending and receiving.
-- EVDI kernel module driver is currently a platform_driver, for multiple reasons; most importantly because virtual displays are not discoverable, i.e. cannot be enumerated at the hardware level. EVDI is also a generic device, not tied to any particular kind of device, transport layer or a bus.
+- EVDI kernel module driver is currently a platform_driver, for multiple reasons; most importantly because virtual displays are not discoverable, i.e. cannot be enumerated at the hardware level. EVDI is also a generic device, not tied to any particular kind of device, transport layer or a bus. \ No newline at end of file