Update to 5.5.5
This Update fix CVE-2020-13160: AnyDesk before 5.5.3 on Linux and FreeBSD has a format string vulnerability that can be exploited for remote code execution. PR: 247406 Submitted by: Martin Filla <freebsd@sysctl.cz> (maintainer) MFH: 2020Q3 Security: 4344861a-be0b-11ea-9172-4c72b94353b5 Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
8b33b9e374
commit
66b6fbb3bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541261
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= anydesk
|
||||
DISTVERSION= 5.4.0
|
||||
DISTVERSION= 5.5.5
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= https://download.anydesk.com/freebsd/
|
||||
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/}
|
||||
|
@ -9,10 +9,10 @@ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/
|
|||
MAINTAINER= freebsd@sysctl.cz
|
||||
COMMENT= Fast remote desktop
|
||||
|
||||
LICENSE= commercial
|
||||
LICENSE_NAME= commercial
|
||||
LICENSE_FILE= ${WRKSRC}/copyright
|
||||
LICENSE_PERMS= no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
|
||||
#LICENSE= commercial
|
||||
#LICENSE_NAME= commercial
|
||||
#LICENSE_FILE= ${WRKSRC}/copyright
|
||||
#LICENSE_PERMS= no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1574283141
|
||||
SHA256 (anydesk-freebsd-5.4.0-x86_64.tar.gz) = 2b1bca61ce9a92ca989f620886eb8bb38d12270e84ce880b8874b05d0b9c277f
|
||||
SIZE (anydesk-freebsd-5.4.0-x86_64.tar.gz) = 4331383
|
||||
SHA256 (anydesk-freebsd-5.4.0-i386.tar.gz) = fc5cbe4bbedc3ae7e7de1b6e711e65b75a697440f160da7bbd59a56e7d5dc665
|
||||
SIZE (anydesk-freebsd-5.4.0-i386.tar.gz) = 3938747
|
||||
TIMESTAMP = 1593877007
|
||||
SHA256 (anydesk-freebsd-5.5.5-x86_64.tar.gz) = a37aa9c50340781cce2b3fe4f102f3de3f9b33b930bf861e417512a15e26fae9
|
||||
SIZE (anydesk-freebsd-5.5.5-x86_64.tar.gz) = 4782339
|
||||
SHA256 (anydesk-freebsd-5.5.5-i386.tar.gz) = 0c025e1b6bed521ddc6e76bac5c5b39b759824c12fed37d371d39c935467abb6
|
||||
SIZE (anydesk-freebsd-5.5.5-i386.tar.gz) = 4405464
|
||||
|
|
Loading…
Reference in a new issue