Skip to content

Commit

Permalink
Update to evdi 1.14.4 release
Browse files Browse the repository at this point in the history
There is a new release which fixes the unsafe use of strlen.

Signed-off-by: Michael L. Young <[email protected]>
  • Loading branch information
elguero committed Apr 11, 2024
1 parent 63a85a7 commit de152db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DAEMON_VERSION := 5.8.0-63.33
DOWNLOAD_ID := 5591 # This id number comes off the link on the displaylink website
VERSION := 1.14.3
VERSION := 1.14.4
RELEASE := 1

#
Expand Down
6 changes: 5 additions & 1 deletion displaylink.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{!?_daemon_version:%global _daemon_version 5.8.0-63.33}
%{!?_version:%global _version 1.14.3}
%{!?_version:%global _version 1.14.4}
%{!?_release:%global _release 1}

# Disable RPATH since DisplayLinkManager contains this.
Expand Down Expand Up @@ -259,6 +259,10 @@ done
%systemd_postun_with_restart displaylink-driver.service

%changelog
* Thu Apr 11 2024 Michael L. Young <[email protected]> 1.14.4-1
- Update evdi driver to 1.14.4 that has been released on Github to address
unsafe use of strlen

* Wed Apr 10 2024 Michael L. Young <[email protected]> 1.14.3-1
- Update evdi driver to 1.14.3 that has been released on Github

Expand Down

0 comments on commit de152db

Please sign in to comment.