Date: Sun, 5 Jul 2020 09:06:12 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r541262 - branches/2020Q3/deskutils/anydesk Message-ID: <202007050906.06596Chk017115@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sun Jul 5 09:06:11 2020 New Revision: 541262 URL: https://svnweb.freebsd.org/changeset/ports/541262 Log: MFH: r541261 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) Security: 4344861a-be0b-11ea-9172-4c72b94353b5 Sponsored by: Netzkommune GmbH Approved by: ports-secteam (with hat) Modified: branches/2020Q3/deskutils/anydesk/Makefile branches/2020Q3/deskutils/anydesk/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/deskutils/anydesk/Makefile ============================================================================== --- branches/2020Q3/deskutils/anydesk/Makefile Sun Jul 5 09:03:25 2020 (r541261) +++ branches/2020Q3/deskutils/anydesk/Makefile Sun Jul 5 09:06:11 2020 (r541262) @@ -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/ 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 Modified: branches/2020Q3/deskutils/anydesk/distinfo ============================================================================== --- branches/2020Q3/deskutils/anydesk/distinfo Sun Jul 5 09:03:25 2020 (r541261) +++ branches/2020Q3/deskutils/anydesk/distinfo Sun Jul 5 09:06:11 2020 (r541262) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007050906.06596Chk017115>