From owner-svn-ports-branches@freebsd.org Sun Dec 13 01:20:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84CAE4C76AE; Sun, 13 Dec 2020 01:20:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ctmsb3LWzz4hTl; Sun, 13 Dec 2020 01:20:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 65BC226DC5; Sun, 13 Dec 2020 01:20:03 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BD1K3VX029539; Sun, 13 Dec 2020 01:20:03 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BD1K3Qr029538; Sun, 13 Dec 2020 01:20:03 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012130120.0BD1K3Qr029538@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 13 Dec 2020 01:20:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557878 - branches/2020Q4/lang/racket-minimal X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/lang/racket-minimal X-SVN-Commit-Revision: 557878 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 01:20:03 -0000 Author: pkubaj Date: Sun Dec 13 01:20:02 2020 New Revision: 557878 URL: https://svnweb.freebsd.org/changeset/ports/557878 Log: MFH: r557877 lang/racket-minimal: fix build on powerpc64, probably also others marked broken Make FUTURES and JIT available everywhere to allow disabling it explicitly everywhere. Modified: branches/2020Q4/lang/racket-minimal/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/racket-minimal/Makefile ============================================================================== --- branches/2020Q4/lang/racket-minimal/Makefile Sun Dec 13 01:19:16 2020 (r557877) +++ branches/2020Q4/lang/racket-minimal/Makefile Sun Dec 13 01:20:02 2020 (r557878) @@ -21,9 +21,6 @@ LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_armv6= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target -BROKEN_armv7= fails to compile: ./lightning/lightning.h:81:2: error: GNU lightning does not support the current target -BROKEN_powerpc64= fails to build: jit.c: 'JIT_LOCAL4' undeclared (first use in this function) NOT_FOR_ARCHS= aarch64 mips mips64 sparc64 NOT_FOR_ARCHS_REASON= not yet ported to this arch @@ -43,10 +40,8 @@ USE_LDCONFIG= yes REINPLACE_ARGS= -i "" MAKE_JOBS_UNSAFE= yes CONFLICTS= racket-[0-9]* -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS FUTURES JIT -OPTIONS_DEFINE_amd64= FUTURES JIT -OPTIONS_DEFINE_i386= FUTURES JIT OPTIONS_DEFAULT_amd64= FUTURES JIT OPTIONS_DEFAULT_i386= FUTURES JIT From owner-svn-ports-branches@freebsd.org Sun Dec 13 12:57:48 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1F9694B8348; Sun, 13 Dec 2020 12:57:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cv4Lh0NYrz3p09; Sun, 13 Dec 2020 12:57:48 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9A727F2B; Sun, 13 Dec 2020 12:57:47 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDCvlLl065690; Sun, 13 Dec 2020 12:57:47 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDCvlAd065688; Sun, 13 Dec 2020 12:57:47 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202012131257.0BDCvlAd065688@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 13 Dec 2020 12:57:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557895 - in branches/2020Q4/net-im/py-matrix-synapse: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in branches/2020Q4/net-im/py-matrix-synapse: . files X-SVN-Commit-Revision: 557895 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 12:57:48 -0000 Author: dbaio Date: Sun Dec 13 12:57:47 2020 New Revision: 557895 URL: https://svnweb.freebsd.org/changeset/ports/557895 Log: MFH: r556310 r557894 net-im/py-matrix-synapse: Update to 1.23.0 Changelog: https://github.com/matrix-org/synapse/blob/v1.23.0/CHANGES.md PR: 250965 Submitted by: Sascha Biberhofer (maintainer) net-im/py-matrix-synapse: Update to 1.24.0, Fix security issue Changelog: https://github.com/matrix-org/synapse/blob/v1.24.0/CHANGES.md PR: 251768 Submitted by: contact@evilham.com Approved by: Sascha Biberhofer (maintainer) Security: cfa0be42-3cd7-11eb-9de7-641c67a117d8 Deleted: branches/2020Q4/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Modified: branches/2020Q4/net-im/py-matrix-synapse/Makefile branches/2020Q4/net-im/py-matrix-synapse/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net-im/py-matrix-synapse/Makefile ============================================================================== --- branches/2020Q4/net-im/py-matrix-synapse/Makefile Sun Dec 13 12:43:53 2020 (r557894) +++ branches/2020Q4/net-im/py-matrix-synapse/Makefile Sun Dec 13 12:57:47 2020 (r557895) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 1.21.2 +DISTVERSION= 1.24.0 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: branches/2020Q4/net-im/py-matrix-synapse/distinfo ============================================================================== --- branches/2020Q4/net-im/py-matrix-synapse/distinfo Sun Dec 13 12:43:53 2020 (r557894) +++ branches/2020Q4/net-im/py-matrix-synapse/distinfo Sun Dec 13 12:57:47 2020 (r557895) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602777544 -SHA256 (matrix-org-synapse-v1.21.2_GH0.tar.gz) = ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf -SIZE (matrix-org-synapse-v1.21.2_GH0.tar.gz) = 6930190 +TIMESTAMP = 1607818220 +SHA256 (matrix-org-synapse-v1.24.0_GH0.tar.gz) = d55a9b41432e3ca348b13d8e4b3ece6515b3e76a0f4062e8036ee1204842f53a +SIZE (matrix-org-synapse-v1.24.0_GH0.tar.gz) = 7008162 From owner-svn-ports-branches@freebsd.org Sun Dec 13 13:26:18 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9F394B8AE1; Sun, 13 Dec 2020 13:26:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cv4zZ5tyxz3qC6; Sun, 13 Dec 2020 13:26:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BD11C7CF7; Sun, 13 Dec 2020 13:26:18 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDDQIGo084683; Sun, 13 Dec 2020 13:26:18 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDDQIvo084682; Sun, 13 Dec 2020 13:26:18 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012131326.0BDDQIvo084682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Sun, 13 Dec 2020 13:26:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557897 - branches/2020Q4/cad/kicad-devel X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/cad/kicad-devel X-SVN-Commit-Revision: 557897 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 13:26:18 -0000 Author: pkubaj Date: Sun Dec 13 13:26:18 2020 New Revision: 557897 URL: https://svnweb.freebsd.org/changeset/ports/557897 Log: MFH: r557896 cad/kicad-devel: unbreak with GCC Builds fine on powerpc64 on 12.2-RELEASE. Modified: branches/2020Q4/cad/kicad-devel/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/cad/kicad-devel/Makefile ============================================================================== --- branches/2020Q4/cad/kicad-devel/Makefile Sun Dec 13 13:25:32 2020 (r557896) +++ branches/2020Q4/cad/kicad-devel/Makefile Sun Dec 13 13:26:18 2020 (r557897) @@ -165,10 +165,4 @@ PLIST_DIR_LIST= lib/kicad PLIST_SHAREDDIR_LIST= share/mimelnk/application \ share/mimelnk -.include - -.if ${OPSYS} == FreeBSD && ${CHOSEN_COMPILER_TYPE} == gcc -IGNORE= builds only with clang -.endif - -.include +.include From owner-svn-ports-branches@freebsd.org Sun Dec 13 15:21:29 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38F644BBE66; Sun, 13 Dec 2020 15:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cv7XT19VXz4Y6r; Sun, 13 Dec 2020 15:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 107A011AB6; Sun, 13 Dec 2020 15:21:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDFLSGY066594; Sun, 13 Dec 2020 15:21:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDFLSFG066589; Sun, 13 Dec 2020 15:21:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012131521.0BDFLSFG066589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Dec 2020 15:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557992 - in branches/2020Q4/graphics/jasper: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in branches/2020Q4/graphics/jasper: . files X-SVN-Commit-Revision: 557992 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 15:21:29 -0000 Author: sunpoet Date: Sun Dec 13 15:21:28 2020 New Revision: 557992 URL: https://svnweb.freebsd.org/changeset/ports/557992 Log: MFH: r551869 r557906 r557989 Update to 2.0.23 Changes: https://github.com/jasper-software/jasper/blob/master/NEWS Security: 85349584-3ba4-11eb-919d-08002728f74c Deleted: branches/2020Q4/graphics/jasper/files/patch-doc_CMakeLists.txt Modified: branches/2020Q4/graphics/jasper/Makefile branches/2020Q4/graphics/jasper/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/graphics/jasper/Makefile ============================================================================== --- branches/2020Q4/graphics/jasper/Makefile Sun Dec 13 15:20:01 2020 (r557991) +++ branches/2020Q4/graphics/jasper/Makefile Sun Dec 13 15:21:28 2020 (r557992) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jasper -PORTVERSION= 2.0.21 +PORTVERSION= 2.0.23 DISTVERSIONPREFIX= version- CATEGORIES= graphics @@ -16,7 +16,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se USES= cmake jpeg localbase -CMAKE_OFF= JAS_ENABLE_AUTOMATIC_DEPENDENCIES +CMAKE_OFF= JAS_ENABLE_AUTOMATIC_DEPENDENCIES JAS_ENABLE_DOC CMAKE_ON= JAS_ENABLE_LIBJPEG USE_LDCONFIG= yes @@ -29,9 +29,12 @@ OPTIONS_DEFINE= OPENGL DOCS OPTIONS_DEFAULT=OPENGL OPTIONS_SUB= yes -DOCS_CMAKE_BOOL= JAS_ENABLE_DOC OPENGL_CMAKE_BOOL= JAS_ENABLE_OPENGL OPENGL_USE= GL=gl,glu,glut XORG=x11,xext,xi,xmu OPENGL_USES= gl xorg + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/jasper.pdf ${WRKSRC}/doc/jpeg2000.pdf ${STAGEDIR}${DOCSDIR} .include Modified: branches/2020Q4/graphics/jasper/distinfo ============================================================================== --- branches/2020Q4/graphics/jasper/distinfo Sun Dec 13 15:20:01 2020 (r557991) +++ branches/2020Q4/graphics/jasper/distinfo Sun Dec 13 15:21:28 2020 (r557992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600794952 -SHA256 (jasper-software-jasper-version-2.0.21_GH0.tar.gz) = 2482def06dfaa33b8d93cbe992a29723309f3c2b6e75674423a52fc82be10418 -SIZE (jasper-software-jasper-version-2.0.21_GH0.tar.gz) = 1318798 +TIMESTAMP = 1607685353 +SHA256 (jasper-software-jasper-version-2.0.23_GH0.tar.gz) = 20facc904bd9d38c20e0c090b1be3ae02ae5b2703b803013be2ecad586a18927 +SIZE (jasper-software-jasper-version-2.0.23_GH0.tar.gz) = 1319177 From owner-svn-ports-branches@freebsd.org Sun Dec 13 15:54:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A9E44BC674; Sun, 13 Dec 2020 15:54:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cv8GX33rDz4b20; Sun, 13 Dec 2020 15:54:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C12212425; Sun, 13 Dec 2020 15:54:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDFsSKf091069; Sun, 13 Dec 2020 15:54:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDFsRdw091064; Sun, 13 Dec 2020 15:54:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012131554.0BDFsRdw091064@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 13 Dec 2020 15:54:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557995 - branches/2020Q4/ftp/curl X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: branches/2020Q4/ftp/curl X-SVN-Commit-Revision: 557995 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 15:54:28 -0000 Author: sunpoet Date: Sun Dec 13 15:54:27 2020 New Revision: 557995 URL: https://svnweb.freebsd.org/changeset/ports/557995 Log: MFH: r552448 r552670 r553854 r557488 r557987 Update to 7.74.0 Changes: https://curl.se/changes.html PR: 251773 Submitted by: lwhsu Security: 3c77f139-3a09-11eb-929d-d4c9ef517024 Modified: branches/2020Q4/ftp/curl/Makefile branches/2020Q4/ftp/curl/distinfo branches/2020Q4/ftp/curl/pkg-descr branches/2020Q4/ftp/curl/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/ftp/curl/Makefile ============================================================================== --- branches/2020Q4/ftp/curl/Makefile Sun Dec 13 15:50:47 2020 (r557994) +++ branches/2020Q4/ftp/curl/Makefile Sun Dec 13 15:54:27 2020 (r557995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= curl -PORTVERSION= 7.72.0 +PORTVERSION= 7.74.0 CATEGORIES= ftp net www MASTER_SITES= https://curl.haxx.se/download/ \ LOCAL/sunpoet @@ -28,12 +28,11 @@ USE_LDCONFIG= yes CPE_VENDOR= haxx -DOCS= BUGS FAQ FEATURES INSTALL KNOWN_BUGS MAIL-ETIQUETTE RESOURCES \ - THANKS TODO TheArtOfHttpScripting options-in-versions +DOCS= FAQ FEATURES.md INSTALL KNOWN_BUGS MAIL-ETIQUETTE THANKS TODO options-in-versions SHEBANG_FILES= */*.pl -OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL TLS_SRP +OPTIONS_DEFINE= ALTSVC BROTLI CA_BUNDLE COOKIES CURL_DEBUG DEBUG DOCS EXAMPLES IDN IPV6 METALINK NTLM PROXY PSL TLS_SRP ZSTD OPTIONS_GROUP= PROTOCOL OPTIONS_RADIO= SSL OPTIONS_SINGLE= GSSAPI RESOLV @@ -137,6 +136,8 @@ THREADED_RESOLVER_CONFIGURE_ENABLE= pthreads threaded- TLS_SRP_CONFIGURE_ENABLE= tls-srp WOLFSSL_CONFIGURE_WITH= wolfssl WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl +ZSTD_CONFIGURE_WITH= zstd +ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd .include @@ -152,6 +153,12 @@ IGNORE= only supports TLS-SRP with either OpenSSL or IGNORE= only supports LDAPS with SSL .endif +.if ${PORT_OPTIONS:MGSSAPI_BASE} && exists(${LOCALBASE}/lib/libkrb5support.so) +BROKEN= The GSSAPI_BASE option is selected, but you have krb5 installed. \ + This is incompatible. In order to build, either select GSSAPI_MIT, \ + or temporarily deinstall krb5 to build curl, or build in poudriere +.endif + post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s|$$| docs scripts|; /^DIST_SUBDIRS = / s| docs scripts||; /cd docs &&/d' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|\(flags_dbg_off=\)".*"|\1""|; s|\(flags_opt_off=\)".*"|\1""|' ${WRKSRC}/configure @@ -167,6 +174,6 @@ post-install-DOCS-on: post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README.md Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/ .include Modified: branches/2020Q4/ftp/curl/distinfo ============================================================================== --- branches/2020Q4/ftp/curl/distinfo Sun Dec 13 15:50:47 2020 (r557994) +++ branches/2020Q4/ftp/curl/distinfo Sun Dec 13 15:54:27 2020 (r557995) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597852382 -SHA256 (curl-7.72.0.tar.xz) = 0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713 -SIZE (curl-7.72.0.tar.xz) = 2390040 +TIMESTAMP = 1607719479 +SHA256 (curl-7.74.0.tar.xz) = 999d5f2c403cf6e25d58319fdd596611e455dd195208746bc6e6d197a77e878b +SIZE (curl-7.74.0.tar.xz) = 2400972 Modified: branches/2020Q4/ftp/curl/pkg-descr ============================================================================== --- branches/2020Q4/ftp/curl/pkg-descr Sun Dec 13 15:50:47 2020 (r557994) +++ branches/2020Q4/ftp/curl/pkg-descr Sun Dec 13 15:54:27 2020 (r557995) @@ -10,4 +10,4 @@ form based upload, proxies, HTTP/2, cookies, user+pass (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more. -WWW: https://curl.haxx.se/ +WWW: https://curl.se/ Modified: branches/2020Q4/ftp/curl/pkg-plist ============================================================================== --- branches/2020Q4/ftp/curl/pkg-plist Sun Dec 13 15:50:47 2020 (r557994) +++ branches/2020Q4/ftp/curl/pkg-plist Sun Dec 13 15:54:27 2020 (r557995) @@ -5,6 +5,7 @@ include/curl/curlver.h include/curl/easy.h include/curl/mprintf.h include/curl/multi.h +include/curl/options.h include/curl/stdcheaders.h include/curl/system.h include/curl/typecheck-gcc.h @@ -12,7 +13,7 @@ include/curl/urlapi.h lib/libcurl.a lib/libcurl.so lib/libcurl.so.4 -lib/libcurl.so.4.6.0 +lib/libcurl.so.4.7.0 libdata/pkgconfig/libcurl.pc man/man1/curl-config.1.gz man/man1/curl.1.gz @@ -52,6 +53,7 @@ man/man3/CURLINFO_PRIMARY_PORT.3.gz man/man3/CURLINFO_PRIVATE.3.gz man/man3/CURLINFO_PROTOCOL.3.gz man/man3/CURLINFO_PROXYAUTH_AVAIL.3.gz +man/man3/CURLINFO_PROXY_ERROR.3.gz man/man3/CURLINFO_PROXY_SSL_VERIFYRESULT.3.gz man/man3/CURLINFO_REDIRECT_COUNT.3.gz man/man3/CURLINFO_REDIRECT_TIME.3.gz @@ -173,6 +175,12 @@ man/man3/CURLOPT_HEADER.3.gz man/man3/CURLOPT_HEADERDATA.3.gz man/man3/CURLOPT_HEADERFUNCTION.3.gz man/man3/CURLOPT_HEADEROPT.3.gz +man/man3/CURLOPT_HSTS.3.gz +man/man3/CURLOPT_HSTSREADDATA.3.gz +man/man3/CURLOPT_HSTSREADFUNCTION.3.gz +man/man3/CURLOPT_HSTSWRITEDATA.3.gz +man/man3/CURLOPT_HSTSWRITEFUNCTION.3.gz +man/man3/CURLOPT_HSTS_CTRL.3.gz man/man3/CURLOPT_HTTP09_ALLOWED.3.gz man/man3/CURLOPT_HTTP200ALIASES.3.gz man/man3/CURLOPT_HTTPAUTH.3.gz @@ -324,6 +332,7 @@ man/man3/CURLOPT_SSLVERSION.3.gz man/man3/CURLOPT_SSL_CIPHER_LIST.3.gz man/man3/CURLOPT_SSL_CTX_DATA.3.gz man/man3/CURLOPT_SSL_CTX_FUNCTION.3.gz +man/man3/CURLOPT_SSL_EC_CURVES.3.gz man/man3/CURLOPT_SSL_ENABLE_ALPN.3.gz man/man3/CURLOPT_SSL_ENABLE_NPN.3.gz man/man3/CURLOPT_SSL_FALSESTART.3.gz @@ -380,6 +389,9 @@ man/man3/curl_easy_duphandle.3.gz man/man3/curl_easy_escape.3.gz man/man3/curl_easy_getinfo.3.gz man/man3/curl_easy_init.3.gz +man/man3/curl_easy_option_by_id.3.gz +man/man3/curl_easy_option_by_name.3.gz +man/man3/curl_easy_option_next.3.gz man/man3/curl_easy_pause.3.gz man/man3/curl_easy_perform.3.gz man/man3/curl_easy_recv.3.gz @@ -461,7 +473,7 @@ share/aclocal/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/ALTSVC.md %%PORTDOCS%%%%DOCSDIR%%/BINDINGS.md %%PORTDOCS%%%%DOCSDIR%%/BUG-BOUNTY.md -%%PORTDOCS%%%%DOCSDIR%%/BUGS +%%PORTDOCS%%%%DOCSDIR%%/BUGS.md %%PORTDOCS%%%%DOCSDIR%%/CHECKSRC.md %%PORTDOCS%%%%DOCSDIR%%/CIPHERS.md %%PORTDOCS%%%%DOCSDIR%%/CODE_OF_CONDUCT.md @@ -471,13 +483,14 @@ share/aclocal/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/CURL-DISABLE.md %%PORTDOCS%%%%DOCSDIR%%/DEPRECATE.md %%PORTDOCS%%%%DOCSDIR%%/DYNBUF.md -%%PORTDOCS%%%%DOCSDIR%%/ESNI.md +%%PORTDOCS%%%%DOCSDIR%%/ECH.md %%PORTDOCS%%%%DOCSDIR%%/EXPERIMENTAL.md %%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/FEATURES +%%PORTDOCS%%%%DOCSDIR%%/FEATURES.md %%PORTDOCS%%%%DOCSDIR%%/GOVERNANCE.md %%PORTDOCS%%%%DOCSDIR%%/HELP-US.md %%PORTDOCS%%%%DOCSDIR%%/HISTORY.md +%%PORTDOCS%%%%DOCSDIR%%/HSTS.md %%PORTDOCS%%%%DOCSDIR%%/HTTP-COOKIES.md %%PORTDOCS%%%%DOCSDIR%%/HTTP2.md %%PORTDOCS%%%%DOCSDIR%%/HTTP3.md @@ -485,20 +498,19 @@ share/aclocal/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/INSTALL.md %%PORTDOCS%%%%DOCSDIR%%/INTERNALS.md %%PORTDOCS%%%%DOCSDIR%%/KNOWN_BUGS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE-MIXING.md %%PORTDOCS%%%%DOCSDIR%%/MAIL-ETIQUETTE %%PORTDOCS%%%%DOCSDIR%%/MQTT.md +%%PORTDOCS%%%%DOCSDIR%%/NEW-PROTOCOL.md %%PORTDOCS%%%%DOCSDIR%%/PARALLEL-TRANSFERS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/RELEASE-PROCEDURE.md -%%PORTDOCS%%%%DOCSDIR%%/RESOURCES %%PORTDOCS%%%%DOCSDIR%%/ROADMAP.md %%PORTDOCS%%%%DOCSDIR%%/SECURITY-PROCESS.md %%PORTDOCS%%%%DOCSDIR%%/SSL-PROBLEMS.md %%PORTDOCS%%%%DOCSDIR%%/SSLCERTS.md %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting +%%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting.md %%PORTDOCS%%%%DOCSDIR%%/VERSIONS.md %%PORTDOCS%%%%DOCSDIR%%/libcurl/ABI.md %%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.m4 @@ -508,7 +520,7 @@ share/aclocal/libcurl.m4 %%PORTDOCS%%%%DOCSDIR%%/options-in-versions %%PORTEXAMPLES%%%%EXAMPLESDIR%%/10-at-a-time.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.example -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/altsvc.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/anyauthput.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cacertinmem.c @@ -548,6 +560,7 @@ share/aclocal/libcurl.m4 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http3-present.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/http3.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpcustomheader.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpput-postfields.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpput.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/https.c %%PORTEXAMPLES%%%%EXAMPLESDIR%%/imap-append.c From owner-svn-ports-branches@freebsd.org Sun Dec 13 18:56:54 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C85714C0971; Sun, 13 Dec 2020 18:56:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvDK25C1Zz4lXF; Sun, 13 Dec 2020 18:56:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A53C3147B0; Sun, 13 Dec 2020 18:56:54 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BDIusJL014076; Sun, 13 Dec 2020 18:56:54 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BDIus0U014075; Sun, 13 Dec 2020 18:56:54 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012131856.0BDIus0U014075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 13 Dec 2020 18:56:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r557999 - branches/2020Q4/www/youtube_dl X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/www/youtube_dl X-SVN-Commit-Revision: 557999 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2020 18:56:54 -0000 Author: jbeich Date: Sun Dec 13 18:56:54 2020 New Revision: 557999 URL: https://svnweb.freebsd.org/changeset/ports/557999 Log: MFH: r557998 www/youtube_dl: update to 2020.12.14 Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.14 Reported by: GitHub (watch releases) Modified: branches/2020Q4/www/youtube_dl/Makefile branches/2020Q4/www/youtube_dl/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/youtube_dl/Makefile ============================================================================== --- branches/2020Q4/www/youtube_dl/Makefile Sun Dec 13 18:56:32 2020 (r557998) +++ branches/2020Q4/www/youtube_dl/Makefile Sun Dec 13 18:56:54 2020 (r557999) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2020.12.12 +PORTVERSION= 2020.12.14 CATEGORIES= www MASTER_SITES= https://yt-dl.org/downloads/${PORTVERSION}/ DISTNAME= youtube-dl-${PORTVERSION} Modified: branches/2020Q4/www/youtube_dl/distinfo ============================================================================== --- branches/2020Q4/www/youtube_dl/distinfo Sun Dec 13 18:56:32 2020 (r557998) +++ branches/2020Q4/www/youtube_dl/distinfo Sun Dec 13 18:56:54 2020 (r557999) @@ -1,3 +1,3 @@ -TIMESTAMP = 1607731689 -SHA256 (youtube-dl-2020.12.12.tar.gz) = 8e0de6f68c8ed9afc3c40b0c6a3e5310f8920dee6793edabc1a87fead1a16447 -SIZE (youtube-dl-2020.12.12.tar.gz) = 3225195 +TIMESTAMP = 1607882200 +SHA256 (youtube-dl-2020.12.14.tar.gz) = 9681a5a515cb44ef23c28bd77f6d79d531fdbc7325bdf4bbb7966260b7b64273 +SIZE (youtube-dl-2020.12.14.tar.gz) = 3229047 From owner-svn-ports-branches@freebsd.org Mon Dec 14 18:03:37 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 483E04BFDB7; Mon, 14 Dec 2020 18:03:37 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cvq551Nkgz3PT6; Mon, 14 Dec 2020 18:03:37 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22989260A8; Mon, 14 Dec 2020 18:03:37 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BEI3b7M001818; Mon, 14 Dec 2020 18:03:37 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BEI3anY001816; Mon, 14 Dec 2020 18:03:36 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202012141803.0BEI3anY001816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Mon, 14 Dec 2020 18:03:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558101 - branches/2020Q4/www/firefox-esr X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q4/www/firefox-esr X-SVN-Commit-Revision: 558101 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 18:03:37 -0000 Author: cmt Date: Mon Dec 14 18:03:36 2020 New Revision: 558101 URL: https://svnweb.freebsd.org/changeset/ports/558101 Log: MFH: r557372 update firefox-esr to 78.6.0exr (rc1) Release Notes (soon): https://www.mozilla.org/en-US/firefox/78.6.0/releasenotes/ Modified: branches/2020Q4/www/firefox-esr/Makefile branches/2020Q4/www/firefox-esr/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/firefox-esr/Makefile ============================================================================== --- branches/2020Q4/www/firefox-esr/Makefile Mon Dec 14 17:56:12 2020 (r558100) +++ branches/2020Q4/www/firefox-esr/Makefile Mon Dec 14 18:03:36 2020 (r558101) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 78.5.0 -PORTREVISION= 3 +DISTVERSION= 78.6.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ Modified: branches/2020Q4/www/firefox-esr/distinfo ============================================================================== --- branches/2020Q4/www/firefox-esr/distinfo Mon Dec 14 17:56:12 2020 (r558100) +++ branches/2020Q4/www/firefox-esr/distinfo Mon Dec 14 18:03:36 2020 (r558101) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605092648 -SHA256 (firefox-78.5.0esr.source.tar.xz) = 51f54ff608aa09de07b304307581ae89112781597322b8999b3099cfabf48290 -SIZE (firefox-78.5.0esr.source.tar.xz) = 333995288 +TIMESTAMP = 1607518653 +SHA256 (firefox-78.6.0esr.source.tar.xz) = 5e69f9bfd1a35decdae8d4b28da8100820e58b429f539fa9884802347631cf53 +SIZE (firefox-78.6.0esr.source.tar.xz) = 338098664 From owner-svn-ports-branches@freebsd.org Mon Dec 14 18:08:05 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 07A3A4BFDD6; Mon, 14 Dec 2020 18:08:05 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvqBD6n2Nz3Pm9; Mon, 14 Dec 2020 18:08:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB6B525FA0; Mon, 14 Dec 2020 18:08:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BEI842B002357; Mon, 14 Dec 2020 18:08:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BEI82U9002342; Mon, 14 Dec 2020 18:08:02 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012141808.0BEI82U9002342@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 14 Dec 2020 18:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558102 - in branches/2020Q4/www/firefox: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q4/www/firefox: . files X-SVN-Commit-Revision: 558102 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 18:08:05 -0000 Author: jbeich Date: Mon Dec 14 18:08:02 2020 New Revision: 558102 URL: https://svnweb.freebsd.org/changeset/ports/558102 Log: MFH: r557394 r557754 r557767 r558100 www/firefox: update to 84.0 - Correct patch for powerpc64 [1] Changes: https://www.mozilla.org/firefox/84.0/releasenotes/ Submitted by: pkubaj Added: branches/2020Q4/www/firefox/files/patch-bug1676134 - copied unchanged from r557394, head/www/firefox/files/patch-bug1676134 branches/2020Q4/www/firefox/files/patch-bug1677715 - copied unchanged from r557394, head/www/firefox/files/patch-bug1677715 branches/2020Q4/www/firefox/files/patch-freebsd11 - copied unchanged from r557394, head/www/firefox/files/patch-freebsd11 Deleted: branches/2020Q4/www/firefox/files/patch-bug1440203 branches/2020Q4/www/firefox/files/patch-bug1670807 branches/2020Q4/www/firefox/files/patch-cubeb-oss Modified: branches/2020Q4/www/firefox/Makefile branches/2020Q4/www/firefox/distinfo branches/2020Q4/www/firefox/files/patch-bug1288587 branches/2020Q4/www/firefox/files/patch-bug1504834_comment10 branches/2020Q4/www/firefox/files/patch-bug1559213 branches/2020Q4/www/firefox/files/patch-bug1618914 branches/2020Q4/www/firefox/files/patch-bug1664115 branches/2020Q4/www/firefox/files/patch-bug847568 branches/2020Q4/www/firefox/files/patch-env-api-keys Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/www/firefox/Makefile ============================================================================== --- branches/2020Q4/www/firefox/Makefile Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/Makefile Mon Dec 14 18:08:02 2020 (r558102) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 83.0 -PORTREVISION= 3 +DISTVERSION= 84.0 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build3/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org Modified: branches/2020Q4/www/firefox/distinfo ============================================================================== --- branches/2020Q4/www/firefox/distinfo Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/distinfo Mon Dec 14 18:08:02 2020 (r558102) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605204503 -SHA256 (firefox-83.0.source.tar.xz) = d69e84e8b8449f828683d274c24e03095858362bfed21b08bdd7fe715eea5398 -SIZE (firefox-83.0.source.tar.xz) = 351331940 +TIMESTAMP = 1607733349 +SHA256 (firefox-84.0.source.tar.xz) = 23273ef0165b243f5d0908c38e7854d38070282c9b526e8d93b7503cd5f69138 +SIZE (firefox-84.0.source.tar.xz) = 366395172 Modified: branches/2020Q4/www/firefox/files/patch-bug1288587 ============================================================================== --- branches/2020Q4/www/firefox/files/patch-bug1288587 Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-bug1288587 Mon Dec 14 18:08:02 2020 (r558102) @@ -2,34 +2,34 @@ diff --git a/build/moz.configure/init.configure b/buil index 855214a..1e91d51 100644 --- build/moz.configure/init.configure +++ build/moz.configure/init.configure -@@ -240,6 +240,7 @@ option(env='VIRTUALENV_NAME', nargs=1, default='init_p - @imports(_from='mozbuild.pythonutil', _import='find_python3_executable') - @imports(_from='mozbuild.pythonutil', _import='python_executable_version') - @imports(_from='six', _import='ensure_text') -+@imports(_from='__builtin__', _import='KeyError') +@@ -238,6 +238,7 @@ option( + @imports(_from="mozbuild.pythonutil", _import="find_python3_executable") + @imports(_from="mozbuild.pythonutil", _import="python_executable_version") + @imports(_from="six", _import="ensure_text") ++@imports(_from="__builtin__", _import="KeyError") def virtualenv_python3(env_python, virtualenv_name, build_env, mozconfig, help): # Avoid re-executing python when running configure --help. if help: -@@ -273,6 +274,12 @@ def virtualenv_python3(env_python, virtualenv_name, bu - python = mozconfig['vars']['added']['PYTHON3'] - elif 'PYTHON3' in mozconfig['vars']['modified']: - python = mozconfig['vars']['modified']['PYTHON3'][1] -+ for i in ('env', 'vars'): -+ for j in ('added', 'modified'): +@@ -271,6 +272,12 @@ def virtualenv_python3(env_python, virtualenv_name, bu + python = mozconfig["vars"]["added"]["PYTHON3"] + elif "PYTHON3" in mozconfig["vars"]["modified"]: + python = mozconfig["vars"]["modified"]["PYTHON3"][1] ++ for i in ("env", "vars"): ++ for j in ("added", "modified"): + try: -+ del mozconfig[i][j]['PYTHON3'] ++ del mozconfig[i][j]["PYTHON3"] + except KeyError: + pass log.debug("python3: executable from configuration: %r" % python) -@@ -358,7 +365,10 @@ def virtualenv_python3(env_python, virtualenv_name, bu - sys.executable, manager.python_path)) - log.info('Re-executing in the virtualenv') +@@ -364,7 +371,10 @@ def virtualenv_python3(env_python, virtualenv_name, bu + ) + log.info("Re-executing in the virtualenv") if env_python: -- del os.environ['PYTHON3'] +- del os.environ["PYTHON3"] + try: -+ del os.environ['PYTHON3'] ++ del os.environ["PYTHON3"] + except KeyError: + pass # Homebrew on macOS will change Python's sys.executable to a custom Modified: branches/2020Q4/www/firefox/files/patch-bug1504834_comment10 ============================================================================== --- branches/2020Q4/www/firefox/files/patch-bug1504834_comment10 Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-bug1504834_comment10 Mon Dec 14 18:08:02 2020 (r558102) @@ -21,7 +21,7 @@ diff -r 46ea866ca3ac -r 6ef20eee3f8f gfx/2d/DrawTarget SkCanvas::kPreserveLCDText_SaveLayerFlag | (aCopyBackground ? SkCanvas::kInitWithPrevious_SaveLayerFlag : 0)); -+#if MOZ_BIG_ENDIAN ++#if MOZ_BIG_ENDIAN() + // Pushing a layer where an aMask is defined produces wrong output. + // We _should_ endian swap the data, but I couldn't find a workable way to do so + // Therefore I deactivate those layers in the meantime. Modified: branches/2020Q4/www/firefox/files/patch-bug1559213 ============================================================================== --- branches/2020Q4/www/firefox/files/patch-bug1559213 Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-bug1559213 Mon Dec 14 18:08:02 2020 (r558102) @@ -14,24 +14,24 @@ diff --git config/external/moz.build config/external/m index 03e4fa143bd1..a67d10b11fe6 100644 --- config/external/moz.build +++ config/external/moz.build -@@ -37,8 +37,9 @@ if not CONFIG['MOZ_SYSTEM_LIBVPX']: - external_dirs += ['media/libvpx'] +@@ -40,8 +40,9 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: + external_dirs += ["media/libvpx"] - if CONFIG['MOZ_AV1']: -- external_dirs += ['media/libaom'] -- external_dirs += ['media/libdav1d'] -+ if not CONFIG['MOZ_SYSTEM_AV1']: -+ external_dirs += ['media/libaom'] -+ external_dirs += ['media/libdav1d'] + if CONFIG["MOZ_AV1"]: +- external_dirs += ["media/libaom"] +- external_dirs += ["media/libdav1d"] ++ if not CONFIG["MOZ_SYSTEM_AV1"]: ++ external_dirs += ["media/libaom"] ++ external_dirs += ["media/libdav1d"] - if not CONFIG['MOZ_SYSTEM_PNG']: - external_dirs += ['media/libpng'] + if not CONFIG["MOZ_SYSTEM_PNG"]: + external_dirs += ["media/libpng"] diff --git config/system-headers.mozbuild config/system-headers.mozbuild index bcf5c4925564..48964a999a9b 100644 --- config/system-headers.mozbuild +++ config/system-headers.mozbuild -@@ -1304,6 +1304,14 @@ if CONFIG['MOZ_ENABLE_CONTENTMANAGER']: - 'SelectSingleContentItemPage.h', +@@ -1305,6 +1305,14 @@ if CONFIG['MOZ_SYSTEM_HARFBUZZ']: + 'harfbuzz/hb.h', ] +if CONFIG['MOZ_SYSTEM_AV1']: @@ -49,9 +49,9 @@ diff --git dom/media/platforms/moz.build dom/media/pla index 092cee0c9b66..38e45de5b5f0 100644 --- dom/media/platforms/moz.build +++ dom/media/platforms/moz.build -@@ -80,6 +80,11 @@ if CONFIG['MOZ_AV1']: - 'agnostic/AOMDecoder.cpp', - 'agnostic/DAV1DDecoder.cpp', +@@ -78,6 +78,11 @@ if CONFIG["MOZ_AV1"]: + "agnostic/AOMDecoder.cpp", + "agnostic/DAV1DDecoder.cpp", ] + if CONFIG['MOZ_SYSTEM_AV1']: + CXXFLAGS += CONFIG['MOZ_SYSTEM_LIBAOM_CFLAGS'] @@ -59,25 +59,25 @@ index 092cee0c9b66..38e45de5b5f0 100644 + CXXFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS'] + OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS'] - if CONFIG['MOZ_OMX']: + if CONFIG["MOZ_OMX"]: EXPORTS += [ diff --git toolkit/moz.configure toolkit/moz.configure index 82b5a59acf42..e2329560b42b 100644 --- toolkit/moz.configure +++ toolkit/moz.configure -@@ -441,7 +441,23 @@ def av1(value): - if value: +@@ -553,7 +553,23 @@ def av1(value): return True + -@depends(target, nasm_version, when=av1 & compile_environment) -+option('--with-system-av1', ++option("--with-system-av1", + help="Use system av1 (located with pkgconfig)") + -+system_libaom_info = pkg_check_modules('MOZ_SYSTEM_LIBAOM', 'aom >= 1.0.0', -+ when='--with-system-av1') ++system_libaom_info = pkg_check_modules("MOZ_SYSTEM_LIBAOM", "aom >= 1.0.0", ++ when="--with-system-av1") + -+system_libdav1d_info = pkg_check_modules('MOZ_SYSTEM_LIBDAV1D', 'dav1d >= 0.1.1', -+ when='--with-system-av1') ++system_libdav1d_info = pkg_check_modules("MOZ_SYSTEM_LIBDAV1D", "dav1d >= 0.1.1", ++ when="--with-system-av1") + +@depends(system_libaom_info, system_libdav1d_info) +def system_av1(system_libaom_info, system_libdav1d_info): @@ -88,13 +88,13 @@ index 82b5a59acf42..e2329560b42b 100644 + +@depends(target, nasm_version, when=av1 & depends(system_av1)(lambda v: not v) & compile_environment) def dav1d_asm(target, nasm_version): - if target.os != 'Android': - if target.cpu == 'aarch64': -@@ -457,6 +473,7 @@ set_config('MOZ_DAV1D_ASM', dav1d_asm) - set_define('MOZ_DAV1D_ASM', dav1d_asm) - set_config('MOZ_AV1', av1) - set_define('MOZ_AV1', av1) -+set_config('MOZ_SYSTEM_AV1', depends_if(system_av1)(lambda _: True)) + if target.cpu == "aarch64": + return True +@@ -570,6 +586,7 @@ set_config("MOZ_DAV1D_ASM", dav1d_asm) + set_define("MOZ_DAV1D_ASM", dav1d_asm) + set_config("MOZ_AV1", av1) + set_define("MOZ_AV1", av1) ++set_config("MOZ_SYSTEM_AV1", depends_if(system_av1)(lambda _: True)) # Built-in fragmented MP4 support. # ============================================================== Modified: branches/2020Q4/www/firefox/files/patch-bug1618914 ============================================================================== --- branches/2020Q4/www/firefox/files/patch-bug1618914 Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-bug1618914 Mon Dec 14 18:08:02 2020 (r558102) @@ -4,8 +4,7 @@ diff --git widget/gtk/WindowSurfaceWayland.cpp widget/ index 9a73326399bd5..9e42a7f1c5d18 100644 --- widget/gtk/WindowSurfaceWayland.cpp +++ widget/gtk/WindowSurfaceWayland.cpp -@@ -222,20 +222,21 @@ static int WaylandAllocateShmMemory(int aSize) { - #ifdef HAVE_POSIX_FALLOCATE +@@ -221,7 +221,9 @@ static int WaylandAllocateShmMemory(int aSize) { do { ret = posix_fallocate(fd, 0, aSize); } while (ret == EINTR); @@ -13,29 +12,32 @@ index 9a73326399bd5..9e42a7f1c5d18 100644 + if (ret == 0) { + return fd; + } else if (ret != ENODEV && ret != EINVAL && ret != EOPNOTSUPP) { + NS_WARNING( + nsPrintfCString("posix_fallocate() fails to allocate shm memory: %s", + strerror(ret)) +@@ -229,7 +231,7 @@ static int WaylandAllocateShmMemory(int aSize) { close(fd); - MOZ_CRASH("posix_fallocate() fails to allocate shm memory"); + return -1; } -#else +#endif do { ret = ftruncate(fd, aSize); } while (ret < 0 && errno == EINTR); - if (ret < 0) { +@@ -240,7 +242,6 @@ static int WaylandAllocateShmMemory(int aSize) { close(fd); - MOZ_CRASH("ftruncate() fails to allocate shm memory"); + fd = -1; } -#endif return fd; } -@@ -265,8 +266,8 @@ bool WaylandShmPool::Resize(int aSize) { - #ifdef HAVE_POSIX_FALLOCATE +@@ -253,7 +254,7 @@ static bool WaylandReAllocateShmMemory(int aFd, int aSize) { do { - errno = posix_fallocate(mShmPoolFd, 0, aSize); + errno = posix_fallocate(aFd, 0, aSize); } while (errno == EINTR); -- if (errno != 0) return false; -+ if (errno != 0 && errno != ENODEV && errno != EINVAL && errno != EOPNOTSUPP) return false; +- if (errno != 0) { ++ if (errno != 0 && errno != ENODEV && errno != EINVAL && errno != EOPNOTSUPP) { + return false; + } #endif - - wl_shm_pool_resize(mShmPool, aSize); Modified: branches/2020Q4/www/firefox/files/patch-bug1664115 ============================================================================== --- branches/2020Q4/www/firefox/files/patch-bug1664115 Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-bug1664115 Mon Dec 14 18:08:02 2020 (r558102) @@ -62,7 +62,7 @@ diff --git dom/media/AudioStream.h dom/media/AudioStre index 933e4cb3bfdb5..5d2181e632af9 100644 --- dom/media/AudioStream.h +++ dom/media/AudioStream.h -@@ -304,7 +304,6 @@ +@@ -307,7 +307,6 @@ class AudioStream final template int InvokeCubeb(Function aFunction, Args&&... aArgs); @@ -70,13 +70,13 @@ index 933e4cb3bfdb5..5d2181e632af9 100644 // The monitor is held to protect all access to member variables. Monitor mMonitor; -@@ -338,9 +337,6 @@ +@@ -341,9 +340,6 @@ class AudioStream final // the default device is used. It is set // during the Init() in decoder thread. RefPtr mSinkInfo; - /* Contains the id of the audio thread, from profiler_get_thread_id. */ - std::atomic mAudioThreadId; - const bool mSandboxed = false; - }; - } // namespace mozilla + MozPromiseHolder mEndedPromise; + Atomic mPlaybackComplete; Copied: branches/2020Q4/www/firefox/files/patch-bug1676134 (from r557394, head/www/firefox/files/patch-bug1676134) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/www/firefox/files/patch-bug1676134 Mon Dec 14 18:08:02 2020 (r558102, copy of r557394, head/www/firefox/files/patch-bug1676134) @@ -0,0 +1,122 @@ +Enable Pipewire on BSDs + +diff --git third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build +index a0e116195e0e..cbe27e94108b 100644 +--- third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build ++++ third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build +@@ -87,8 +87,13 @@ if CONFIG["OS_TARGET"] == "DragonFly": + DEFINES["USE_X11"] = "1" + DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_POSIX"] = True ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True + DEFINES["_FILE_OFFSET_BITS"] = "64" + ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ + OS_LIBS += [ + "X11", + "X11-xcb", +@@ -103,11 +108,14 @@ if CONFIG["OS_TARGET"] == "DragonFly": + ] + + UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/desktop_device_info_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_display.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_util.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_finder_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_list_utils.cc", +@@ -124,8 +132,13 @@ if CONFIG["OS_TARGET"] == "FreeBSD": + DEFINES["USE_X11"] = "1" + DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_POSIX"] = True ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True + DEFINES["_FILE_OFFSET_BITS"] = "64" + ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ + OS_LIBS += [ + "X11", + "X11-xcb", +@@ -140,11 +153,14 @@ if CONFIG["OS_TARGET"] == "FreeBSD": + ] + + UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/desktop_device_info_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_display.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_util.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_finder_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_list_utils.cc", +@@ -200,8 +216,13 @@ if CONFIG["OS_TARGET"] == "NetBSD": + DEFINES["USE_X11"] = "1" + DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_POSIX"] = True ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True + DEFINES["_FILE_OFFSET_BITS"] = "64" + ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ + OS_LIBS += [ + "X11", + "X11-xcb", +@@ -216,11 +237,14 @@ if CONFIG["OS_TARGET"] == "NetBSD": + ] + + UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/desktop_device_info_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_display.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_util.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_finder_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_list_utils.cc", +@@ -237,8 +261,13 @@ if CONFIG["OS_TARGET"] == "OpenBSD": + DEFINES["USE_X11"] = "1" + DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_POSIX"] = True ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True + DEFINES["_FILE_OFFSET_BITS"] = "64" + ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ + OS_LIBS += [ + "X11", + "X11-xcb", +@@ -253,11 +282,14 @@ if CONFIG["OS_TARGET"] == "OpenBSD": + ] + + UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/desktop_device_info_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_display.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/shared_x_util.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_finder_x11.cc", + "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_list_utils.cc", Copied: branches/2020Q4/www/firefox/files/patch-bug1677715 (from r557394, head/www/firefox/files/patch-bug1677715) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/www/firefox/files/patch-bug1677715 Mon Dec 14 18:08:02 2020 (r558102, copy of r557394, head/www/firefox/files/patch-bug1677715) @@ -0,0 +1,148 @@ +commit 16e7bdc29390 +Author: Dan Minor +Date: Thu Nov 19 14:14:40 2020 +0000 + + Bug 1677715 - Build libpipewire as a dependency of libwebrtc; r=ng + + Differential Revision: https://phabricator.services.mozilla.com/D97431 +--- + dom/media/webrtc/third_party_build/moz.build | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git dom/media/webrtc/third_party_build/moz.build dom/media/webrtc/third_party_build/moz.build +index db10dab7ff21..dc0df3ba1b6c 100644 +--- dom/media/webrtc/third_party_build/moz.build ++++ dom/media/webrtc/third_party_build/moz.build +@@ -56,6 +56,9 @@ webrtc_non_unified_sources = [ + "../../../../third_party/libwebrtc/webrtc/video/overuse_frame_detector.cc", # Because of name clash with call_stats.cc on kWeightFactor + ] + ++if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk": ++ DIRS += ["../../../../third_party/pipewire/libpipewire"] ++ + GN_DIRS += ["../../../../third_party/libwebrtc/webrtc"] + + gn_vars_copy = gn_vars.copy() +commit 553093ff0fa7 +Author: Dan Minor +Date: Thu Nov 19 14:14:50 2020 +0000 + + Bug 1677715 - Regenerate moz.build files; r=ng + + Differential Revision: https://phabricator.services.mozilla.com/D97433 +--- + .../desktop_capture_generic_gn/moz.build | 51 +++++++++++++++++----- + third_party/libwebrtc/webrtc/moz.build | 3 -- + 2 files changed, 40 insertions(+), 14 deletions(-) + +diff --git third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build +index 8df8b8b993f9..a0e116195e0e 100644 +--- third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build ++++ third_party/libwebrtc/webrtc/modules/desktop_capture/desktop_capture_generic_gn/moz.build +@@ -5,6 +5,8 @@ + + ### This moz.build was AUTOMATICALLY GENERATED from a GN config, ### + ### DO NOT edit it by hand. ### ++if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk": ++ CXXFLAGS += CONFIG["TK_CFLAGS"] + + COMPILE_FLAGS["OS_INCLUDES"] = [] + AllowCompilerWarnings() +@@ -25,8 +27,7 @@ LOCAL_INCLUDES += [ + "/ipc/chromium/src", + "/ipc/glue", + "/media/libyuv/libyuv/include/", +- "/third_party/libwebrtc/webrtc/", +- "/third_party/pipewire" ++ "/third_party/libwebrtc/webrtc/" + ] + + UNIFIED_SOURCES += [ +@@ -162,7 +163,6 @@ if CONFIG["OS_TARGET"] == "Linux": + DEFINES["WEBRTC_LINUX"] = True + DEFINES["WEBRTC_POSIX"] = True + DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["WEBRTC_USE_PIPEWIRE"] = "1" + + OS_LIBS += [ + "rt", +@@ -195,14 +195,6 @@ if CONFIG["OS_TARGET"] == "Linux": + "/third_party/libwebrtc/webrtc/modules/desktop_capture/window_capturer_linux.cc" + ] + +- CXXFLAGS += CONFIG['TK_CFLAGS'] +- +- UNIFIED_SOURCES += [ +- "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", +- "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", +- "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc" +- ] +- + if CONFIG["OS_TARGET"] == "NetBSD": + + DEFINES["USE_X11"] = "1" +@@ -393,6 +385,17 @@ if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["OS_TARGET"] == "Linux": + + DEFINES["DISABLE_NACL"] = True + DEFINES["NO_TCMALLOC"] = True ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True ++ ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ ++ UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc" ++ ] + + if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": + +@@ -400,6 +403,32 @@ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux": + "-msse2" + ] + ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True ++ ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ ++ UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc" ++ ] ++ ++if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux": ++ ++ DEFINES["WEBRTC_USE_PIPEWIRE"] = True ++ ++ LOCAL_INCLUDES += [ ++ "/third_party/pipewire/" ++ ] ++ ++ UNIFIED_SOURCES += [ ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/base_capturer_pipewire.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/screen_capturer_pipewire.cc", ++ "/third_party/libwebrtc/webrtc/modules/desktop_capture/linux/window_capturer_pipewire.cc" ++ ] ++ + if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "NetBSD": + + CXXFLAGS += [ +diff --git third_party/libwebrtc/webrtc/moz.build third_party/libwebrtc/webrtc/moz.build +index 53af3e5786bf..295247899372 100644 +--- third_party/libwebrtc/webrtc/moz.build ++++ third_party/libwebrtc/webrtc/moz.build +@@ -186,9 +186,6 @@ if CONFIG["OS_TARGET"] == "Linux": + "/third_party/libwebrtc/webrtc/modules/video_capture/video_capture_internal_impl_gn", + "/third_party/libwebrtc/webrtc/system_wrappers/cpu_features_linux_gn" + ] +- DIRS += [ +- "/third_party/pipewire/libpipewire" +- ] + + if CONFIG["OS_TARGET"] == "NetBSD": + Modified: branches/2020Q4/www/firefox/files/patch-bug847568 ============================================================================== --- branches/2020Q4/www/firefox/files/patch-bug847568 Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-bug847568 Mon Dec 14 18:08:02 2020 (r558102) @@ -4,7 +4,7 @@ diff --git config/system-headers.mozbuild config/syste index 7620b4d00623..09d3db5ca8c0 100644 --- config/system-headers.mozbuild +++ config/system-headers.mozbuild -@@ -1299,6 +1299,19 @@ if CONFIG['MOZ_ENABLE_LIBPROXY']: +@@ -1292,6 +1292,19 @@ if CONFIG['MOZ_ENABLE_LIBPROXY']: 'proxy.h', ] @@ -28,16 +28,16 @@ diff --git dom/base/moz.build dom/base/moz.build index 8e19020315ae..2fcdbb6f7b42 100644 --- dom/base/moz.build +++ dom/base/moz.build -@@ -543,6 +543,9 @@ if CONFIG['MOZ_BUILD_APP'] in ['browser', 'mobile/android', 'xulrunner']: - if CONFIG['MOZ_X11']: - CXXFLAGS += CONFIG['TK_CFLAGS'] +@@ -546,6 +546,9 @@ if CONFIG["MOZ_BUILD_APP"] in ["browser", "mobile/android", "xulrunner"]: + if CONFIG["MOZ_X11"]: + CXXFLAGS += CONFIG["TK_CFLAGS"] -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++if CONFIG["MOZ_SYSTEM_HARFBUZZ"]: ++ CXXFLAGS += CONFIG["MOZ_HARFBUZZ_CFLAGS"] + - GeneratedFile('UseCounterList.h', script='gen-usecounters.py', - entry_point='use_counter_list', inputs=['UseCounters.conf']) - + GeneratedFile( + "UseCounterList.h", + script="gen-usecounters.py", diff --git gfx/graphite2/geckoextra/moz.build gfx/graphite2/geckoextra/moz.build new file mode 100644 index 0000000000000..24e8d7a03274a @@ -112,35 +112,35 @@ diff --git gfx/moz.build gfx/moz.build index 771f652e837a..3b358d84e384 100644 --- gfx/moz.build +++ gfx/moz.build -@@ -13,6 +13,14 @@ with Files('wr/**'): - if CONFIG['MOZ_TREE_CAIRO']: - DIRS += ['cairo'] +@@ -13,6 +13,14 @@ with Files("wr/**"): + if CONFIG["MOZ_TREE_CAIRO"]: + DIRS += ["cairo"] -+if CONFIG['MOZ_SYSTEM_GRAPHITE2']: -+ DIRS += ['graphite2/geckoextra'] ++if CONFIG["MOZ_SYSTEM_GRAPHITE2"]: ++ DIRS += ["graphite2/geckoextra"] +else: -+ DIRS += ['graphite2/src' ] ++ DIRS += ["graphite2/src" ] + -+if not CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ DIRS += ['harfbuzz/src'] ++if not CONFIG["MOZ_SYSTEM_HARFBUZZ"]: ++ DIRS += ["harfbuzz/src"] + DIRS += [ - '2d', - 'ycbcr', + "2d", + "ycbcr", @@ -21,8 +29,6 @@ DIRS += [ - 'qcms', - 'gl', - 'layers', -- 'graphite2/src', -- 'harfbuzz/src', - 'ots/src', - 'thebes', - 'ipc', + "qcms", + "gl", + "layers", +- "graphite2/src", +- "harfbuzz/src", + "ots/src", + "thebes", + "ipc", diff --git gfx/skia/generate_mozbuild.py gfx/skia/generate_mozbuild.py index e06ae3457a47..93faa61594a3 100755 --- gfx/skia/generate_mozbuild.py +++ gfx/skia/generate_mozbuild.py -@@ -117,6 +117,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): +@@ -98,6 +98,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -154,7 +154,7 @@ diff --git gfx/skia/moz.build gfx/skia/moz.build index 2118677ca3a8..e4978b413784 100644 --- gfx/skia/moz.build +++ gfx/skia/moz.build -@@ -493,6 +493,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): +@@ -490,6 +490,9 @@ if CONFIG['CC_TYPE'] in ('clang', 'clang-cl'): '-Wno-unused-private-field', ] @@ -168,49 +168,49 @@ diff --git gfx/thebes/moz.build gfx/thebes/moz.build index 56f1b9fe3f4b..0ac1100b0df3 100644 --- gfx/thebes/moz.build +++ gfx/thebes/moz.build -@@ -284,7 +284,13 @@ if CONFIG['MOZ_WAYLAND']: +@@ -287,7 +287,13 @@ if CONFIG["MOZ_WAYLAND"]: - LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] + LOCAL_INCLUDES += CONFIG["SKIA_INCLUDES"] --DEFINES['GRAPHITE2_STATIC'] = True -+if CONFIG['MOZ_SYSTEM_GRAPHITE2']: -+ CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] +-DEFINES["GRAPHITE2_STATIC"] = True ++if CONFIG["MOZ_SYSTEM_GRAPHITE2"]: ++ CXXFLAGS += CONFIG["MOZ_GRAPHITE2_CFLAGS"] +else: -+ DEFINES['GRAPHITE2_STATIC'] = True ++ DEFINES["GRAPHITE2_STATIC"] = True + -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++if CONFIG["MOZ_SYSTEM_HARFBUZZ"]: ++ CXXFLAGS += CONFIG["MOZ_HARFBUZZ_CFLAGS"] - if CONFIG['CC_TYPE'] == 'clang': + if CONFIG["CC_TYPE"] == "clang": # Suppress warnings from Skia header files. diff --git intl/unicharutil/util/moz.build intl/unicharutil/util/moz.build index cb1233c56d7e..06fb1f9f174b 100644 --- intl/unicharutil/util/moz.build +++ intl/unicharutil/util/moz.build @@ -25,4 +25,7 @@ UNIFIED_SOURCES += [ - 'nsUnicodeProperties.cpp', + "nsUnicodeProperties.cpp", ] -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++if CONFIG["MOZ_SYSTEM_HARFBUZZ"]: ++ CXXFLAGS += CONFIG["MOZ_HARFBUZZ_CFLAGS"] + - FINAL_LIBRARY = 'xul' + FINAL_LIBRARY = "xul" diff --git netwerk/dns/moz.build netwerk/dns/moz.build index 79c26e3e7001..c4d93bc5f7dc 100644 --- netwerk/dns/moz.build +++ netwerk/dns/moz.build -@@ -86,3 +86,6 @@ USE_LIBS += ['icu'] +@@ -105,3 +105,6 @@ USE_LIBS += ["icu"] - if CONFIG['CC_TYPE'] in ('clang', 'gcc'): - CXXFLAGS += ['-Wno-error=shadow'] + if CONFIG["CC_TYPE"] in ("clang", "gcc"): + CXXFLAGS += ["-Wno-error=shadow"] + -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] ++if CONFIG["MOZ_SYSTEM_HARFBUZZ"]: ++ CXXFLAGS += CONFIG["MOZ_HARFBUZZ_CFLAGS"] diff --git old-configure.in old-configure.in index 95a58b634593..b614eef85c89 100644 --- old-configure.in +++ old-configure.in -@@ -2639,6 +2639,27 @@ dnl ======================================================== +@@ -2303,6 +2303,27 @@ dnl ======================================================== AC_SUBST(MOZ_LINUX_32_SSE2_STARTUP_ERROR) @@ -242,46 +242,46 @@ diff --git toolkit/library/moz.build toolkit/library/m index 24f940e1ed7e..079a575adec3 100644 --- toolkit/library/moz.build +++ toolkit/library/moz.build -@@ -248,6 +248,12 @@ if CONFIG['MOZ_SYSTEM_PNG']: - if CONFIG['MOZ_SYSTEM_WEBP']: - OS_LIBS += CONFIG['MOZ_WEBP_LIBS'] +@@ -247,6 +247,12 @@ if CONFIG["MOZ_SYSTEM_PNG"]: + if CONFIG["MOZ_SYSTEM_WEBP"]: + OS_LIBS += CONFIG["MOZ_WEBP_LIBS"] -+if CONFIG['MOZ_SYSTEM_GRAPHITE2']: -+ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS'] ++if CONFIG["MOZ_SYSTEM_GRAPHITE2"]: ++ OS_LIBS += CONFIG["MOZ_GRAPHITE2_LIBS"] + -+if CONFIG['MOZ_SYSTEM_HARFBUZZ']: -+ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS'] ++if CONFIG["MOZ_SYSTEM_HARFBUZZ"]: ++ OS_LIBS += CONFIG["MOZ_HARFBUZZ_LIBS"] + - if CONFIG['MOZ_SYSTEM_LIBEVENT']: - OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS'] + if CONFIG["MOZ_SYSTEM_LIBEVENT"]: + OS_LIBS += CONFIG["MOZ_LIBEVENT_LIBS"] diff --git toolkit/moz.configure toolkit/moz.configure index 9297e4d6f501..d8e273887e4b 100644 --- toolkit/moz.configure +++ toolkit/moz.configure -@@ -937,6 +937,25 @@ add_old_configure_assignment('FT2_LIBS', - add_old_configure_assignment('FT2_CFLAGS', - ft2_info.cflags) +@@ -1055,6 +1055,25 @@ set_config("FT2_LIBS", ft2_info.libs) + add_old_configure_assignment("FT2_LIBS", ft2_info.libs) + add_old_configure_assignment("FT2_CFLAGS", ft2_info.cflags) +# Graphite2 +# ============================================================== -+option('--with-system-graphite2', ++option("--with-system-graphite2", + help="Use system graphite2 (located with pkgconfig)") + -+system_graphite2 = pkg_check_modules('MOZ_GRAPHITE2', 'graphite2', -+ when='--with-system-graphite2') ++system_graphite2 = pkg_check_modules("MOZ_GRAPHITE2", "graphite2", ++ when="--with-system-graphite2") + -+set_config('MOZ_SYSTEM_GRAPHITE2', depends_if(system_graphite2)(lambda _: True)) ++set_config("MOZ_SYSTEM_GRAPHITE2", depends_if(system_graphite2)(lambda _: True)) + +# HarfBuzz +# ============================================================== -+option('--with-system-harfbuzz', ++option("--with-system-harfbuzz", + help="Use system harfbuzz (located with pkgconfig)") + -+system_harfbuzz = pkg_check_modules('MOZ_HARFBUZZ', 'harfbuzz >= 2.6.8', -+ when='--with-system-harfbuzz') ++system_harfbuzz = pkg_check_modules("MOZ_HARFBUZZ", "harfbuzz >= 2.6.8", ++ when="--with-system-harfbuzz") + -+set_config('MOZ_SYSTEM_HARFBUZZ', depends_if(system_harfbuzz)(lambda _: True)) ++set_config("MOZ_SYSTEM_HARFBUZZ", depends_if(system_harfbuzz)(lambda _: True)) - # Remote agent (part of CDP based remote protocol) - # ============================================================== + # Remote agent + # (partial implementation of Chromium Remote Debugging Protocol) Modified: branches/2020Q4/www/firefox/files/patch-env-api-keys ============================================================================== --- branches/2020Q4/www/firefox/files/patch-env-api-keys Mon Dec 14 18:03:36 2020 (r558101) +++ branches/2020Q4/www/firefox/files/patch-env-api-keys Mon Dec 14 18:08:02 2020 (r558102) @@ -2,20 +2,20 @@ --- build/moz.configure/keyfiles.configure +++ build/moz.configure/keyfiles.configure -@@ -18,6 +18,7 @@ def keyfile(desc, help=None, callback=lambda x: x): - @checking('for the %s key' % desc, lambda x: x and x is not no_key) - @imports(_from='__builtin__', _import='open') - @imports(_from='__builtin__', _import='IOError') -+ @imports(_from='os', _import='environ') +@@ -19,6 +19,7 @@ def keyfile(desc, default=None, help=None, callback=lambda x: x): + @checking("for the %s key" % desc, lambda x: x and x is not no_key) + @imports(_from="__builtin__", _import="open") + @imports(_from="__builtin__", _import="IOError") ++ @imports(_from="os", _import="environ") def keyfile(value): if value: try: -@@ -28,7 +29,7 @@ def keyfile(desc, help=None, callback=lambda x: x): +@@ -29,7 +30,7 @@ def keyfile(desc, default=None, help=None, callback=lambda x: x): raise FatalCheckError("'%s' is empty." % value[0]) except IOError as e: raise FatalCheckError("'%s': %s." % (value[0], e.strerror)) - return no_key -+ return environ.get('MOZ_%s_KEY' % desc.upper().replace(' ', '_')) or no_key ++ return environ.get("MOZ_%s_KEY" % desc.upper().replace(" ", "_")) or no_key return keyfile Copied: branches/2020Q4/www/firefox/files/patch-freebsd11 (from r557394, head/www/firefox/files/patch-freebsd11) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/www/firefox/files/patch-freebsd11 Mon Dec 14 18:08:02 2020 (r558102, copy of r557394, head/www/firefox/files/patch-freebsd11) @@ -0,0 +1,21 @@ +Drop after FreeBSD 11 EOL, see https://svnweb.freebsd.org/changeset/base/303524 + +media/libcubeb/src/cubeb_oss.c:362:10: error: implicit declaration of function 'getline' is invalid in C99 [-Werror,-Wimplicit-function-declaration] + while (getline(&line, &linecap, sndstatfp) > 0) { + ^ +media/libcubeb/src/cubeb_oss.c:850:13: warning: comparison of integers of different signs: 'long' and 'unsigned int' [-Wsign-compare] + if (nfr > s->bufframes) { + ~~~ ^ ~~~~~~~~~~~~ + +--- media/libcubeb/src/cubeb_oss.c.orig 2020-12-07 23:35:05 UTC ++++ media/libcubeb/src/cubeb_oss.c +@@ -10,6 +10,9 @@ + * accompanying file LICENSE for details. + */ + ++#if defined(__FreeBSD__) && __FreeBSD__ < 12 ++#define _WITH_GETLINE ++#endif + #include + #include + #include From owner-svn-ports-branches@freebsd.org Mon Dec 14 22:03:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B2EEE4C488A; Mon, 14 Dec 2020 22:03:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CvwPM4hmGz3tBp; Mon, 14 Dec 2020 22:03:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 93FDBDA7; Mon, 14 Dec 2020 22:03:03 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BEM33kh055145; Mon, 14 Dec 2020 22:03:03 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BEM33Il055144; Mon, 14 Dec 2020 22:03:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012142203.0BEM33Il055144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 14 Dec 2020 22:03:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558113 - in branches/2020Q4/security/nss: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in branches/2020Q4/security/nss: . files X-SVN-Commit-Revision: 558113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2020 22:03:03 -0000 Author: jbeich Date: Mon Dec 14 22:03:02 2020 New Revision: 558113 URL: https://svnweb.freebsd.org/changeset/ports/558113 Log: MFH: r555051 r557769 security/nss: update to 3.60 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.59_release_notes Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.60_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_60_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Deleted: branches/2020Q4/security/nss/files/patch-bug1672703 Modified: branches/2020Q4/security/nss/Makefile branches/2020Q4/security/nss/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/security/nss/Makefile ============================================================================== --- branches/2020Q4/security/nss/Makefile Mon Dec 14 21:29:16 2020 (r558112) +++ branches/2020Q4/security/nss/Makefile Mon Dec 14 22:03:02 2020 (r558113) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.58 -PORTREVISION= 1 +PORTVERSION= 3.60 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src Modified: branches/2020Q4/security/nss/distinfo ============================================================================== --- branches/2020Q4/security/nss/distinfo Mon Dec 14 21:29:16 2020 (r558112) +++ branches/2020Q4/security/nss/distinfo Mon Dec 14 22:03:02 2020 (r558113) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602859849 -SHA256 (nss-3.58.tar.gz) = 9f73cf789b5f109b978e5239551b609b0cafa88d18f0bc8ce3f976cb629353c0 -SIZE (nss-3.58.tar.gz) = 81846254 +TIMESTAMP = 1607700760 +SHA256 (nss-3.60.tar.gz) = 84abd5575ab874c53ae511bd461e5d0868d1a1b384ee40753154cdd1d590fe3d +SIZE (nss-3.60.tar.gz) = 82035831 From owner-svn-ports-branches@freebsd.org Tue Dec 15 00:44:50 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 449684CBF94; Tue, 15 Dec 2020 00:44:50 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cw0021YQ0z4bRC; Tue, 15 Dec 2020 00:44:50 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 284C72E50; Tue, 15 Dec 2020 00:44:50 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BF0iodC056042; Tue, 15 Dec 2020 00:44:50 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BF0inLH056040; Tue, 15 Dec 2020 00:44:49 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202012150044.0BF0inLH056040@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 15 Dec 2020 00:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558117 - branches/2020Q4/mail/thunderbird X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: branches/2020Q4/mail/thunderbird X-SVN-Commit-Revision: 558117 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 00:44:50 -0000 Author: cmt Date: Tue Dec 15 00:44:49 2020 New Revision: 558117 URL: https://svnweb.freebsd.org/changeset/ports/558117 Log: MFH: r557844 mail/thunderbird: update to 78.6.0 (rc1) Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.6.0/releasenotes/ Modified: branches/2020Q4/mail/thunderbird/Makefile branches/2020Q4/mail/thunderbird/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/mail/thunderbird/Makefile ============================================================================== --- branches/2020Q4/mail/thunderbird/Makefile Tue Dec 15 00:24:37 2020 (r558116) +++ branches/2020Q4/mail/thunderbird/Makefile Tue Dec 15 00:44:49 2020 (r558117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 78.5.1 +DISTVERSION= 78.6.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2020Q4/mail/thunderbird/distinfo ============================================================================== --- branches/2020Q4/mail/thunderbird/distinfo Tue Dec 15 00:24:37 2020 (r558116) +++ branches/2020Q4/mail/thunderbird/distinfo Tue Dec 15 00:44:49 2020 (r558117) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606829600 -SHA256 (thunderbird-78.5.1.source.tar.xz) = 17ec895e3dd435da49bfa30482e2397e644319b7f82890d2a947c95a5cb183c2 -SIZE (thunderbird-78.5.1.source.tar.xz) = 352743032 +TIMESTAMP = 1607779864 +SHA256 (thunderbird-78.6.0.source.tar.xz) = 1dd6f9a4d88b4c3d0ec47bba60a891243ef95e105a9045b2d32e2b126779844b +SIZE (thunderbird-78.6.0.source.tar.xz) = 353496712 From owner-svn-ports-branches@freebsd.org Tue Dec 15 18:41:31 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96CE44BEC12; Tue, 15 Dec 2020 18:41:31 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwRtM3tptz4jLg; Tue, 15 Dec 2020 18:41:31 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78E941887D; Tue, 15 Dec 2020 18:41:31 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BFIfVd7028505; Tue, 15 Dec 2020 18:41:31 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BFIfUIZ028034; Tue, 15 Dec 2020 18:41:30 GMT (envelope-from brd@FreeBSD.org) Message-Id: <202012151841.0BFIfUIZ028034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 15 Dec 2020 18:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558172 - in branches/2020Q4/sysutils/nomad: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: brd X-SVN-Commit-Paths: in branches/2020Q4/sysutils/nomad: . files X-SVN-Commit-Revision: 558172 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 18:41:31 -0000 Author: brd (src,doc committer) Date: Tue Dec 15 18:41:30 2020 New Revision: 558172 URL: https://svnweb.freebsd.org/changeset/ports/558172 Log: MFH: r558169 Update sysutils/nomad to 0.12.9 PR: 251384 Approved by: zi (ports-secteam) Security: 618010ff-3044-11eb-8112-000c292ee6b8 Modified: branches/2020Q4/sysutils/nomad/Makefile branches/2020Q4/sysutils/nomad/distinfo branches/2020Q4/sysutils/nomad/files/nomad.in Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/sysutils/nomad/Makefile ============================================================================== --- branches/2020Q4/sysutils/nomad/Makefile Tue Dec 15 18:40:18 2020 (r558171) +++ branches/2020Q4/sysutils/nomad/Makefile Tue Dec 15 18:41:30 2020 (r558172) @@ -2,7 +2,7 @@ PORTNAME= nomad DISTVERSIONPREFIX= v -DISTVERSION= 0.12.5 +DISTVERSION= 0.12.9 CATEGORIES= sysutils MAINTAINER= jhixson@FreeBSD.org Modified: branches/2020Q4/sysutils/nomad/distinfo ============================================================================== --- branches/2020Q4/sysutils/nomad/distinfo Tue Dec 15 18:40:18 2020 (r558171) +++ branches/2020Q4/sysutils/nomad/distinfo Tue Dec 15 18:41:30 2020 (r558172) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600979864 -SHA256 (hashicorp-nomad-v0.12.5_GH0.tar.gz) = 7fef52a2ffa81620d55d5ca73fa28ffa872acfd6a0b90a82451b2a0620f9a612 -SIZE (hashicorp-nomad-v0.12.5_GH0.tar.gz) = 51464001 +TIMESTAMP = 1606423825 +SHA256 (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 22616dcb3e254a14a367bce1090edbebcd1155424b9b5097816f6584f1260e7d +SIZE (hashicorp-nomad-v0.12.9_GH0.tar.gz) = 51467264 Modified: branches/2020Q4/sysutils/nomad/files/nomad.in ============================================================================== --- branches/2020Q4/sysutils/nomad/files/nomad.in Tue Dec 15 18:40:18 2020 (r558171) +++ branches/2020Q4/sysutils/nomad/files/nomad.in Tue Dec 15 18:41:30 2020 (r558172) @@ -40,7 +40,7 @@ pidfile=/var/run/nomad.pid procname="%%PREFIX%%/bin/nomad" command="/usr/sbin/daemon" nomad_command="/usr/bin/env ${nomad_env} ${procname} agent -data-dir=${nomad_dir} ${nomad_args}" -command_args="-f -p ${pidfile} ${nomad_command}" +command_args="-f -t ${name} -p ${pidfile} ${nomad_command}" start_precmd=nomad_startprecmd @@ -54,7 +54,7 @@ nomad_startprecmd() install -d -o ${nomad_user} -g ${nomad_group} ${nomad_dir} fi if [ "${nomad_debug}" != "NO" ]; then - command_args="-S -T ${name} -p ${pidfile} ${nomad_command}" + command_args="-T ${name} ${command_args}" fi } From owner-svn-ports-branches@freebsd.org Tue Dec 15 18:44:15 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B4F84BEE5F; Tue, 15 Dec 2020 18:44:15 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwRxW0Fvcz4jZh; Tue, 15 Dec 2020 18:44:15 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF97218CC4; Tue, 15 Dec 2020 18:44:14 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BFIiEEo033479; Tue, 15 Dec 2020 18:44:14 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BFIiE3d033475; Tue, 15 Dec 2020 18:44:14 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012151844.0BFIiE3d033475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 15 Dec 2020 18:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558173 - in branches/2020Q4/graphics/jogamp-jogl: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q4/graphics/jogamp-jogl: . files X-SVN-Commit-Revision: 558173 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 18:44:15 -0000 Author: pkubaj Date: Tue Dec 15 18:44:13 2020 New Revision: 558173 URL: https://svnweb.freebsd.org/changeset/ports/558173 Log: MFH: r558165 graphics/jogamp-jogl: add support for powerpc64 PR: 251870 Approved by: makc (maintainer) Added: branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml - copied unchanged from r558165, head/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml Modified: branches/2020Q4/graphics/jogamp-jogl/Makefile branches/2020Q4/graphics/jogamp-jogl/files/patch-freebsd branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen2 branches/2020Q4/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/graphics/jogamp-jogl/Makefile ============================================================================== --- branches/2020Q4/graphics/jogamp-jogl/Makefile Tue Dec 15 18:41:30 2020 (r558172) +++ branches/2020Q4/graphics/jogamp-jogl/Makefile Tue Dec 15 18:44:13 2020 (r558173) @@ -17,7 +17,7 @@ COMMENT= Java bindings for OpenGL BUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt RUN_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 powerpc64 USES= compiler tar:xz xorg Modified: branches/2020Q4/graphics/jogamp-jogl/files/patch-freebsd ============================================================================== --- branches/2020Q4/graphics/jogamp-jogl/files/patch-freebsd Tue Dec 15 18:41:30 2020 (r558172) +++ branches/2020Q4/graphics/jogamp-jogl/files/patch-freebsd Tue Dec 15 18:44:13 2020 (r558173) @@ -22,7 +22,18 @@ -@@ -1401,7 +1401,7 @@ +@@ -1211,6 +1211,10 @@ + + + ++ ++ ++ ++ + + + +@@ -1401,7 +1405,7 @@ @@ -31,6 +42,21 @@ +@@ -1410,7 +1414,13 @@ + + + +- ++ ++ ++ ++ ++ ++ ++ + + + --- jogl/make/build-nativewindow.xml.orig 2015-10-10 01:08:14 UTC +++ jogl/make/build-nativewindow.xml @@ -373,7 +373,7 @@ @@ -42,7 +68,20 @@ -@@ -582,7 +582,7 @@ +@@ -385,6 +385,12 @@ + + + ++ ++ ++ ++ ++ ++ + + + +@@ -582,7 +588,7 @@ @@ -51,6 +90,22 @@ +@@ -590,8 +596,14 @@ + + + ++ ++ ++ ++ ++ ++ + +- ++ + + + --- jogl/make/build-newt.xml.orig 2015-10-10 01:08:14 UTC +++ jogl/make/build-newt.xml @@ -289,7 +289,7 @@ @@ -62,7 +117,21 @@ -@@ -560,8 +560,8 @@ +@@ -303,6 +303,13 @@ + + + ++ ++ ++ ++ ++ ++ ++ + + + +@@ -560,8 +567,8 @@ @@ -73,3 +142,22 @@ +@@ -577,7 +584,17 @@ + + + +- ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + Modified: branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen2 ============================================================================== --- branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen2 Tue Dec 15 18:41:30 2020 (r558172) +++ branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen2 Tue Dec 15 18:44:13 2020 (r558173) @@ -1,6 +1,25 @@ ---- gluegen/make/build.xml.orig 2014-10-10 13:20:51 UTC +--- gluegen/make/build.xml.orig 2015-10-09 04:18:28 UTC +++ gluegen/make/build.xml -@@ -408,7 +408,7 @@ +@@ -375,10 +375,17 @@ + + + +- ++ ++ ++ ++ + + + ++ ++ ++ ++ + + + +@@ -408,7 +415,7 @@ @@ -9,7 +28,7 @@ -@@ -605,7 +605,7 @@ +@@ -605,7 +612,7 @@ @@ -18,7 +37,7 @@ -@@ -613,7 +613,7 @@ +@@ -613,7 +620,7 @@ @@ -27,7 +46,7 @@ -@@ -753,7 +753,7 @@ +@@ -763,7 +770,7 @@ @@ -36,7 +55,7 @@ -@@ -806,7 +806,7 @@ +@@ -842,7 +849,7 @@ @@ -45,9 +64,9 @@ ---- gluegen/src/java/com/jogamp/common/os/Platform.java.orig 2014-10-10 13:20:51 UTC +--- gluegen/src/java/com/jogamp/common/os/Platform.java.orig 2015-10-09 04:18:28 UTC +++ gluegen/src/java/com/jogamp/common/os/Platform.java -@@ -146,7 +146,7 @@ public class Platform extends PlatformPr +@@ -256,7 +256,7 @@ public class Platform extends PlatformPropsImpl { private static final String useTempJarCachePropName = "jogamp.gluegen.UseTempJarCache"; /** fixed basename of JAR file and native library */ @@ -56,9 +75,9 @@ // // static initialization order: ---- gluegen/src/junit/com/jogamp/common/util/TestTempJarCache.java.orig 2014-10-10 13:20:51 UTC +--- gluegen/src/junit/com/jogamp/common/util/TestTempJarCache.java.orig 2015-10-09 04:18:28 UTC +++ gluegen/src/junit/com/jogamp/common/util/TestTempJarCache.java -@@ -196,8 +196,8 @@ public class TestTempJarCache extends SingletonJunitCase { +@@ -196,8 +196,8 @@ public class TestTempJarCache extends SingletonJunitCa @Test public void testTempJarCache02AddNativeLibs() throws IOException, IllegalArgumentException, URISyntaxException { if(AndroidVersion.isAvailable) { System.err.println("n/a on Android"); return; } Copied: branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml (from r558165, head/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml Tue Dec 15 18:44:13 2020 (r558173, copy of r558165, head/graphics/jogamp-jogl/files/patch-gluegen_make_gluegen-cpptasks-base.xml) @@ -0,0 +1,64 @@ +--- gluegen/make/gluegen-cpptasks-base.xml.orig 2020-12-15 14:25:42 UTC ++++ gluegen/make/gluegen-cpptasks-base.xml +@@ -317,6 +317,12 @@ + + + ++ ++ ++ ++ ++ ++ + + + +@@ -581,6 +587,7 @@ + + + ++ + + + +@@ -633,8 +640,12 @@ + + + +- ++ ++ ++ + ++ ++ + + + +@@ -1292,6 +1303,10 @@ + + + ++ ++ ++ ++ + + + +@@ -1580,7 +1595,14 @@ + + + +- ++ ++ ++ ++ ++ ++ ++ ++ + + + Modified: branches/2020Q4/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml ============================================================================== --- branches/2020Q4/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml Tue Dec 15 18:41:30 2020 (r558172) +++ branches/2020Q4/graphics/jogamp-jogl/files/patch-jogl__make__build-common.xml Tue Dec 15 18:44:13 2020 (r558173) @@ -1,4 +1,4 @@ ---- jogl/make/build-common.xml.orig 2015-03-27 14:58:50 UTC +--- jogl/make/build-common.xml.orig 2015-10-10 01:08:14 UTC +++ jogl/make/build-common.xml @@ -130,8 +130,8 @@ @@ -11,7 +11,7 @@ -@@ -210,7 +210,7 @@ +@@ -213,7 +213,7 @@ @@ -20,7 +20,7 @@ -@@ -434,7 +434,7 @@ +@@ -438,7 +438,7 @@ From owner-svn-ports-branches@freebsd.org Tue Dec 15 21:55:28 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C90B24C56B4; Tue, 15 Dec 2020 21:55:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwXB85Kzrz3G5S; Tue, 15 Dec 2020 21:55:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E571B137; Tue, 15 Dec 2020 21:55:28 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BFLtSOo053716; Tue, 15 Dec 2020 21:55:28 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BFLtSSZ053714; Tue, 15 Dec 2020 21:55:28 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012152155.0BFLtSSZ053714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Tue, 15 Dec 2020 21:55:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558186 - in branches/2020Q4/multimedia/kodi: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in branches/2020Q4/multimedia/kodi: . files X-SVN-Commit-Revision: 558186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 21:55:28 -0000 Author: pkubaj Date: Tue Dec 15 21:55:27 2020 New Revision: 558186 URL: https://svnweb.freebsd.org/changeset/ports/558186 Log: MFH: r558185 multimedia/kodi: port to powerpc64 Added: branches/2020Q4/multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake - copied unchanged from r558185, head/multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake branches/2020Q4/multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h - copied unchanged from r558185, head/multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h Modified: branches/2020Q4/multimedia/kodi/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/kodi/Makefile ============================================================================== --- branches/2020Q4/multimedia/kodi/Makefile Tue Dec 15 21:54:15 2020 (r558185) +++ branches/2020Q4/multimedia/kodi/Makefile Tue Dec 15 21:55:27 2020 (r558186) @@ -10,7 +10,7 @@ COMMENT= Award winning media center application LICENSE= GPLv2+ -ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc64 BUILD_DEPENDS= flatbuffers>0:devel/flatbuffers \ gperf>0:devel/gperf \ @@ -48,6 +48,7 @@ KODI_ARCH_amd64=x86_64 KODI_ARCH_i386= x86 KODI_ARCH_armv7=armv7 KODI_ARCH_armv6=armv6 +KODI_ARCH_powerpc64=powerpc64 NOPRECIOUSMAKEVARS= yes Copied: branches/2020Q4/multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake (from r558185, head/multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake Tue Dec 15 21:55:27 2020 (r558186, copy of r558185, head/multimedia/kodi/files/patch-cmake_scripts_freebsd_ArchSetup.cmake) @@ -0,0 +1,11 @@ +--- cmake/scripts/freebsd/ArchSetup.cmake.orig 2020-12-15 16:30:44 UTC ++++ cmake/scripts/freebsd/ArchSetup.cmake +@@ -19,6 +19,8 @@ else() + elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64) + set(ARCH aarch64-freebsd) + set(NEON True) ++ elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL powerpc64) ++ set(ARCH powerpc64-freebsd) + else() + message(WARNING "unknown CPU: ${CPU}") + endif() Copied: branches/2020Q4/multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h (from r558185, head/multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h Tue Dec 15 21:55:27 2020 (r558186, copy of r558185, head/multimedia/kodi/files/patch-xbmc_utils_EndianSwap.h) @@ -0,0 +1,11 @@ +--- xbmc/utils/EndianSwap.h.orig 2020-12-15 17:05:18 UTC ++++ xbmc/utils/EndianSwap.h +@@ -23,7 +23,7 @@ + extern "C" { + #endif + +-#if defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__)) ++#if defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc__)) && !defined(__clang__) + static __inline__ uint16_t Endian_Swap16(uint16_t x) + { + uint16_t result; From owner-svn-ports-branches@freebsd.org Wed Dec 16 08:09:27 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 32ECD4B455C; Wed, 16 Dec 2020 08:09:27 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cwnpb0s7Yz4YNc; Wed, 16 Dec 2020 08:09:27 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0B6C022CC9; Wed, 16 Dec 2020 08:09:27 +0000 (UTC) (envelope-from lbartoletti@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BG89QlL035239; Wed, 16 Dec 2020 08:09:26 GMT (envelope-from lbartoletti@FreeBSD.org) Received: (from lbartoletti@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BG89QiF035238; Wed, 16 Dec 2020 08:09:26 GMT (envelope-from lbartoletti@FreeBSD.org) Message-Id: <202012160809.0BG89QiF035238@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lbartoletti set sender to lbartoletti@FreeBSD.org using -f From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= Date: Wed, 16 Dec 2020 08:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558212 - branches/2020Q4/databases/grass7 X-SVN-Group: ports-branches X-SVN-Commit-Author: lbartoletti X-SVN-Commit-Paths: branches/2020Q4/databases/grass7 X-SVN-Commit-Revision: 558212 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 08:09:27 -0000 Author: lbartoletti Date: Wed Dec 16 08:09:26 2020 New Revision: 558212 URL: https://svnweb.freebsd.org/changeset/ports/558212 Log: MFH: r558211 databases/grass7: fix build on i386 bin/proj needs to be explicitly passed on i386. Approved by: blanket (fixit) Modified: branches/2020Q4/databases/grass7/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/databases/grass7/Makefile ============================================================================== --- branches/2020Q4/databases/grass7/Makefile Wed Dec 16 08:05:33 2020 (r558211) +++ branches/2020Q4/databases/grass7/Makefile Wed Dec 16 08:09:26 2020 (r558212) @@ -64,6 +64,7 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \ --with-readline \ --enable-largefile \ --with-wxwidgets=${WX_CONFIG} \ + --with-proj=${LOCALBASE}/bin/proj \ --with-proj-share=${LOCALBASE}/share/proj \ --with-proj-includes=${LOCALBASE}/include \ --with-proj-libs=${LOCALBASE}/lib \ From owner-svn-ports-branches@freebsd.org Wed Dec 16 10:12:16 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 746C84B7579; Wed, 16 Dec 2020 10:12:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CwrXJ2PL7z4hrb; Wed, 16 Dec 2020 10:12:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 452DB240EC; Wed, 16 Dec 2020 10:12:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BGACGRT016482; Wed, 16 Dec 2020 10:12:16 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BGACG7a016481; Wed, 16 Dec 2020 10:12:16 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202012161012.0BGACG7a016481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 16 Dec 2020 10:12:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558219 - branches/2020Q4/multimedia/audacious-plugins X-SVN-Group: ports-branches X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: branches/2020Q4/multimedia/audacious-plugins X-SVN-Commit-Revision: 558219 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 10:12:16 -0000 Author: madpilot Date: Wed Dec 16 10:12:15 2020 New Revision: 558219 URL: https://svnweb.freebsd.org/changeset/ports/558219 Log: MFH: r558218 - Enable PULSEAUDIO option by default so this plugin is available in the binary package. - While here reflow options. Requested by: Usama Hashimi Modified: branches/2020Q4/multimedia/audacious-plugins/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/audacious-plugins/Makefile ============================================================================== --- branches/2020Q4/multimedia/audacious-plugins/Makefile Wed Dec 16 10:10:26 2020 (r558218) +++ branches/2020Q4/multimedia/audacious-plugins/Makefile Wed Dec 16 10:12:15 2020 (r558219) @@ -3,7 +3,7 @@ PORTNAME= audacious-plugins PORTVERSION= 4.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -56,8 +56,9 @@ OPTIONS_DEFINE= AAC AMIDI BS2B CDDA CUE FFMPEG FLAC LA SCROBBLER SID SNDFILE SPEEDPITCH VORBIS WAVPACK OPTIONS_MULTI= OUTPUT OPTIONS_MULTI_OUTPUT= ALSA FILEWRITER JACK OSS PULSEAUDIO SDL SNDIO -OPTIONS_DEFAULT=AAC CDDA CUE FILEWRITER FFMPEG FLAC \ - MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK +OPTIONS_DEFAULT= AAC CDDA CUE FILEWRITER FFMPEG FLAC MMS MPRIS \ + NEON NLS NOTIFY OSS PULSEAUDIO SCROBBLER \ + VORBIS WAVPACK OPTIONS_SUB= yes .if ${FLAVOR} == gtk2 From owner-svn-ports-branches@freebsd.org Wed Dec 16 17:10:09 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A9EDB4C24A1; Wed, 16 Dec 2020 17:10:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cx1pT3g9Qz3QdY; Wed, 16 Dec 2020 17:10:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70D6C1B84; Wed, 16 Dec 2020 17:10:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BGHA9p6072129; Wed, 16 Dec 2020 17:10:09 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BGHA9kl072128; Wed, 16 Dec 2020 17:10:09 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012161710.0BGHA9kl072128@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Wed, 16 Dec 2020 17:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558230 - branches/2020Q4/sysutils/javaservicewrapper X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/sysutils/javaservicewrapper X-SVN-Commit-Revision: 558230 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 17:10:09 -0000 Author: pkubaj Date: Wed Dec 16 17:10:09 2020 New Revision: 558230 URL: https://svnweb.freebsd.org/changeset/ports/558230 Log: MFH: r558229 sysutils/javaservicewrapper: fix build on powerpc64 PR: 251892 Approved by: michael.osipov@siemens.com (maintainer) Modified: branches/2020Q4/sysutils/javaservicewrapper/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/sysutils/javaservicewrapper/Makefile ============================================================================== --- branches/2020Q4/sysutils/javaservicewrapper/Makefile Wed Dec 16 17:09:25 2020 (r558229) +++ branches/2020Q4/sysutils/javaservicewrapper/Makefile Wed Dec 16 17:10:09 2020 (r558230) @@ -13,7 +13,7 @@ COMMENT= JSW enables a Java application to be run as a LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 USES= gmake iconv USE_JAVA= yes @@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS .include -.if (${ARCH} == amd64) +.if ${ARCH} == amd64 || ${ARCH} == powerpc64 MAKE_ARGS+= -Dbits=64 .else MAKE_ARGS+= -Dbits=32 @@ -43,6 +43,8 @@ post-patch: ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake @${REINPLACE_CMD} -e 's|\(javac\.target\.version\)=.*|\1=1.8|' \ ${WRKSRC}/default.properties + @${CP} ${WRKSRC}/src/c/Makefile-freebsd-x86-64.gmake \ + ${WRKSRC}/src/c/Makefile-freebsd-ppcbe-64.gmake do-install: @${MKDIR} ${STAGEDIR}${DATADIR} From owner-svn-ports-branches@freebsd.org Wed Dec 16 21:38:29 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 191A54C7794; Wed, 16 Dec 2020 21:38:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cx7m5084Jz4RMW; Wed, 16 Dec 2020 21:38:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBE7653C4; Wed, 16 Dec 2020 21:38:28 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BGLcSK4040770; Wed, 16 Dec 2020 21:38:28 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BGLcRCx040763; Wed, 16 Dec 2020 21:38:27 GMT (envelope-from mat@FreeBSD.org) Message-Id: <202012162138.0BGLcRCx040763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 16 Dec 2020 21:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558243 - in branches/2020Q4/dns: bind911 bind911/files bind916 bind916/files X-SVN-Group: ports-branches X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in branches/2020Q4/dns: bind911 bind911/files bind916 bind916/files X-SVN-Commit-Revision: 558243 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 21:38:29 -0000 Author: mat Date: Wed Dec 16 21:38:27 2020 New Revision: 558243 URL: https://svnweb.freebsd.org/changeset/ports/558243 Log: MFH: r556981 r558241 r558242 Update to 9.11.26 & 9.16.10 Changes: https://downloads.isc.org/isc/bind9/9.11.25/RELEASE-NOTES-bind-9.11.25.html Changes: https://downloads.isc.org/isc/bind9/9.16.10/doc/arm/html/notes.html#notes-for-bind-9-16-10 Modified: branches/2020Q4/dns/bind911/Makefile branches/2020Q4/dns/bind911/distinfo branches/2020Q4/dns/bind911/files/extrapatch-bind-min-override-ttl branches/2020Q4/dns/bind916/Makefile branches/2020Q4/dns/bind916/distinfo branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl branches/2020Q4/dns/bind916/files/patch-configure Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/dns/bind911/Makefile ============================================================================== --- branches/2020Q4/dns/bind911/Makefile Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind911/Makefile Wed Dec 16 21:38:27 2020 (r558243) @@ -24,7 +24,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= cpe libedit pkgconfig # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.11.25 +ISCVERSION= 9.11.26 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2020Q4/dns/bind911/distinfo ============================================================================== --- branches/2020Q4/dns/bind911/distinfo Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind911/distinfo Wed Dec 16 21:38:27 2020 (r558243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606573875 -SHA256 (bind-9.11.25.tar.gz) = 8491c24e5a3da68f421d0fcb946602c8d0ff963012fdd176b8026c8890f3a117 -SIZE (bind-9.11.25.tar.gz) = 8284943 +TIMESTAMP = 1608153444 +SHA256 (bind-9.11.26.tar.gz) = c93a7be0ff76027ab799f030aafe8b4eede8bd2fa2c40a83858c2c43c5bee8b3 +SIZE (bind-9.11.26.tar.gz) = 8286586 Modified: branches/2020Q4/dns/bind911/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2020Q4/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind911/files/extrapatch-bind-min-override-ttl Wed Dec 16 21:38:27 2020 (r558243) @@ -1,7 +1,7 @@ - Add the min-cache-ttl config knob. - Add the override-cache-ttl config knob. ---- bin/named/config.c.orig 2020-10-13 11:00:08 UTC +--- bin/named/config.c.orig 2020-12-08 08:36:42 UTC +++ bin/named/config.c @@ -182,6 +182,8 @@ options {\n\ " max-acache-size 16M;\n\ @@ -12,7 +12,7 @@ max-clients-per-query 100;\n\ max-ncache-ttl 10800; /* 3 hours */\n\ max-recursion-depth 7;\n\ ---- bin/named/server.c.orig 2020-10-13 11:00:08 UTC +--- bin/named/server.c.orig 2020-12-08 08:36:42 UTC +++ bin/named/server.c @@ -3720,6 +3720,16 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } @@ -31,7 +31,7 @@ result = ns_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asuint32(obj); ---- lib/dns/include/dns/view.h.orig 2020-10-13 11:00:08 UTC +--- lib/dns/include/dns/view.h.orig 2020-12-08 08:36:42 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,8 @@ struct dns_view { bool requestnsid; @@ -42,9 +42,9 @@ dns_ttl_t maxncachettl; uint32_t nta_lifetime; uint32_t nta_recheck; ---- lib/dns/resolver.c.orig 2020-10-13 11:00:08 UTC +--- lib/dns/resolver.c.orig 2020-12-08 08:36:42 UTC +++ lib/dns/resolver.c -@@ -5572,6 +5572,18 @@ cache_name(fetchctx_t *fctx, dns_message_t *rmessage, +@@ -5579,6 +5579,18 @@ cache_name(fetchctx_t *fctx, dns_message_t *rmessage, } /* @@ -63,7 +63,7 @@ * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2020-10-13 11:00:08 UTC +--- lib/isccfg/namedconf.c.orig 2020-12-08 08:36:42 UTC +++ lib/isccfg/namedconf.c @@ -1773,6 +1773,8 @@ view_clauses[] = { #endif Modified: branches/2020Q4/dns/bind916/Makefile ============================================================================== --- branches/2020Q4/dns/bind916/Makefile Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind916/Makefile Wed Dec 16 21:38:27 2020 (r558243) @@ -41,7 +41,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools USES= compiler:c11 cpe libedit pkgconfig ssl tar:xz # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.16.9 +ISCVERSION= 9.16.10 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: branches/2020Q4/dns/bind916/distinfo ============================================================================== --- branches/2020Q4/dns/bind916/distinfo Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind916/distinfo Wed Dec 16 21:38:27 2020 (r558243) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606573953 -SHA256 (bind-9.16.9.tar.xz) = bcb292c4d738a46e3cbcb8afaa25ecf54f77652fa575135da9a2a1d525304a5a -SIZE (bind-9.16.9.tar.xz) = 3260964 +TIMESTAMP = 1608153504 +SHA256 (bind-9.16.10.tar.xz) = bc47fc019c6205e6a6bfb839c544a1472321df0537ba905b846a4cbffe3362b3 +SIZE (bind-9.16.10.tar.xz) = 3269696 Modified: branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl ============================================================================== --- branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind916/files/extrapatch-bind-min-override-ttl Wed Dec 16 21:38:27 2020 (r558243) @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2020-11-16 14:44:37 UTC +--- bin/named/config.c.orig 2020-12-07 08:16:53 UTC +++ bin/named/config.c @@ -179,6 +179,7 @@ options {\n\ notify-source *;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2020-11-16 14:44:37 UTC +--- bin/named/server.c.orig 2020-12-07 08:16:53 UTC +++ bin/named/server.c -@@ -4344,6 +4344,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4345,6 +4345,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2020-11-16 14:44:37 UTC +--- lib/dns/include/dns/view.h.orig 2020-12-07 08:16:53 UTC +++ lib/dns/include/dns/view.h @@ -152,6 +152,7 @@ struct dns_view { bool requestnsid; @@ -34,9 +34,9 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2020-11-16 14:44:37 UTC +--- lib/dns/resolver.c.orig 2020-12-07 08:16:53 UTC +++ lib/dns/resolver.c -@@ -6274,6 +6274,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes +@@ -6281,6 +6281,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } /* @@ -49,9 +49,9 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2020-11-16 14:44:37 UTC +--- lib/isccfg/namedconf.c.orig 2020-12-07 08:16:53 UTC +++ lib/isccfg/namedconf.c -@@ -1990,6 +1990,7 @@ static cfg_clausedef_t view_clauses[] = { +@@ -2023,6 +2023,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ { "max-acache-size", &cfg_type_sizenodefault, CFG_CLAUSEFLAG_OBSOLETE }, { "max-cache-size", &cfg_type_sizeorpercent, 0 }, Modified: branches/2020Q4/dns/bind916/files/patch-configure ============================================================================== --- branches/2020Q4/dns/bind916/files/patch-configure Wed Dec 16 21:36:35 2020 (r558242) +++ branches/2020Q4/dns/bind916/files/patch-configure Wed Dec 16 21:38:27 2020 (r558243) @@ -1,8 +1,8 @@ Fixup gssapi and db detection. ---- configure.orig 2020-11-16 14:44:37 UTC +--- configure.orig 2020-12-07 08:16:53 UTC +++ configure -@@ -17698,27 +17698,9 @@ done +@@ -17696,27 +17696,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -32,7 +32,7 @@ Fixup gssapi and db detection. { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -17761,47 +17743,7 @@ $as_echo "no" >&6; } ;; +@@ -17759,47 +17741,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -81,7 +81,7 @@ Fixup gssapi and db detection. DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -23220,7 +23162,7 @@ $as_echo "" >&6; } +@@ -23215,7 +23157,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). From owner-svn-ports-branches@freebsd.org Thu Dec 17 09:41:33 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6DA494B2430; Thu, 17 Dec 2020 09:41:33 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxRpP2kLFz59SL; Thu, 17 Dec 2020 09:41:33 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5029E1690D; Thu, 17 Dec 2020 09:41:33 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BH9fXZb092834; Thu, 17 Dec 2020 09:41:33 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BH9fXRl092833; Thu, 17 Dec 2020 09:41:33 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202012170941.0BH9fXRl092833@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Thu, 17 Dec 2020 09:41:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558271 - in branches/2020Q4/dns/unbound: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: in branches/2020Q4/dns/unbound: . files X-SVN-Commit-Revision: 558271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 09:41:33 -0000 Author: brnrd Date: Thu Dec 17 09:41:32 2020 New Revision: 558271 URL: https://svnweb.freebsd.org/changeset/ports/558271 Log: MFH: r558269 dns/unbound: SIGSEGV fix PR: 251821 Submitted by: delphij Approved by: Jaap Akkerhuis (maintainer) Obtained from: https://github.com/NLnetLabs/unbound/issues/376 Added: branches/2020Q4/dns/unbound/files/patch-Issue376 - copied unchanged from r558269, head/dns/unbound/files/patch-Issue376 Modified: branches/2020Q4/dns/unbound/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/dns/unbound/Makefile ============================================================================== --- branches/2020Q4/dns/unbound/Makefile Thu Dec 17 09:39:49 2020 (r558270) +++ branches/2020Q4/dns/unbound/Makefile Thu Dec 17 09:41:32 2020 (r558271) @@ -3,6 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.13.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/ \ https://distfiles.crux.guru/ Copied: branches/2020Q4/dns/unbound/files/patch-Issue376 (from r558269, head/dns/unbound/files/patch-Issue376) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/dns/unbound/files/patch-Issue376 Thu Dec 17 09:41:32 2020 (r558271, copy of r558269, head/dns/unbound/files/patch-Issue376) @@ -0,0 +1,156 @@ +diff --git a/doc/Changelog b/doc/Changelog +index 07a8e6ea4..3b831fea1 100644 +--- doc/Changelog.orig ++++ doc/Changelog +@@ -1,3 +1,7 @@ ++16 December 2020: George ++ - Fix error cases when udp-connect is set and send() returns an error ++ (modified patch from Xin Li @delphij). ++ + 30 November 2020: Wouter + - Fix assertion failure on double callback when iterator loses + interest in query at head of line that then has the tcp stream +diff --git a/services/authzone.c b/services/authzone.c +index 15be5d60c..e59548fc3 100644 +--- services/authzone.c.orig ++++ services/authzone.c +@@ -6093,7 +6093,7 @@ xfr_probe_send_probe(struct auth_xfer* xfr, struct module_env* env, + + /* send udp packet */ + if(!comm_point_send_udp_msg(xfr->task_probe->cp, env->scratch_buffer, +- (struct sockaddr*)&addr, addrlen)) { ++ (struct sockaddr*)&addr, addrlen, 0)) { + char zname[255+1], as[256]; + dname_str(xfr->name, zname); + addr_to_str(&addr, addrlen, as, sizeof(as)); +diff --git a/services/outside_network.c b/services/outside_network.c +index 0886907f7..d8f9874e6 100644 +--- services/outside_network.c.orig ++++ services/outside_network.c +@@ -1899,17 +1899,10 @@ randomize_and_send_udp(struct pending* pend, sldns_buffer* packet, int timeout) + log_assert(pend->pc && pend->pc->cp); + + /* send it over the commlink */ +- if(outnet->udp_connect) { +- if(!comm_point_send_udp_msg(pend->pc->cp, packet, NULL, 0)) { +- portcomm_loweruse(outnet, pend->pc); +- return 0; +- } +- } else { +- if(!comm_point_send_udp_msg(pend->pc->cp, packet, +- (struct sockaddr*)&pend->addr, pend->addrlen)) { +- portcomm_loweruse(outnet, pend->pc); +- return 0; +- } ++ if(!comm_point_send_udp_msg(pend->pc->cp, packet, ++ (struct sockaddr*)&pend->addr, pend->addrlen, outnet->udp_connect)) { ++ portcomm_loweruse(outnet, pend->pc); ++ return 0; + } + + /* system calls to set timeout after sending UDP to make roundtrip +diff --git a/testcode/fake_event.c b/testcode/fake_event.c +index 75a6b8db9..5164332c0 100644 +--- testcode/fake_event.c.orig ++++ testcode/fake_event.c +@@ -1766,7 +1766,7 @@ struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet, + } + + int comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, +- struct sockaddr* addr, socklen_t addrlen) ++ struct sockaddr* addr, socklen_t addrlen, int ATTR_UNUSED(is_connected)) + { + struct fake_commpoint* fc = (struct fake_commpoint*)c; + struct replay_runtime* runtime = fc->runtime; +diff --git a/util/netevent.c b/util/netevent.c +index 7c6da50be..88be007e7 100644 +--- util/netevent.c.orig ++++ util/netevent.c +@@ -333,7 +333,7 @@ int tcp_connect_errno_needs_log(struct sockaddr* addr, socklen_t addrlen) + /* send a UDP reply */ + int + comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, +- struct sockaddr* addr, socklen_t addrlen) ++ struct sockaddr* addr, socklen_t addrlen, int is_connected) + { + ssize_t sent; + log_assert(c->fd != -1); +@@ -341,8 +341,8 @@ comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, + if(sldns_buffer_remaining(packet) == 0) + log_err("error: send empty UDP packet"); + #endif +- if(addr) { +- log_assert(addr && addrlen > 0); ++ log_assert(addr && addrlen > 0); ++ if(!is_connected) { + sent = sendto(c->fd, (void*)sldns_buffer_begin(packet), + sldns_buffer_remaining(packet), 0, + addr, addrlen); +@@ -367,9 +367,14 @@ comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, + #endif + int e; + fd_set_block(c->fd); +- sent = sendto(c->fd, (void*)sldns_buffer_begin(packet), +- sldns_buffer_remaining(packet), 0, +- addr, addrlen); ++ if (!is_connected) { ++ sent = sendto(c->fd, (void*)sldns_buffer_begin(packet), ++ sldns_buffer_remaining(packet), 0, ++ addr, addrlen); ++ } else { ++ sent = send(c->fd, (void*)sldns_buffer_begin(packet), ++ sldns_buffer_remaining(packet), 0); ++ } + e = errno; + fd_set_nonblock(c->fd); + errno = e; +@@ -378,8 +383,12 @@ comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, + if(sent == -1) { + if(!udp_send_errno_needs_log(addr, addrlen)) + return 0; +- verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno)); +- log_addr(VERB_OPS, "remote address is", ++ if (!is_connected) { ++ verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno)); ++ } else { ++ verbose(VERB_OPS, "send failed: %s", sock_strerror(errno)); ++ } ++ log_addr(VERB_OPS, "remote address is", + (struct sockaddr_storage*)addr, addrlen); + return 0; + } else if((size_t)sent != sldns_buffer_remaining(packet)) { +@@ -764,7 +773,7 @@ comm_point_udp_callback(int fd, short event, void* arg) + buffer = rep.c->buffer; + #endif + (void)comm_point_send_udp_msg(rep.c, buffer, +- (struct sockaddr*)&rep.addr, rep.addrlen); ++ (struct sockaddr*)&rep.addr, rep.addrlen, 0); + } + if(!rep.c || rep.c->fd != fd) /* commpoint closed to -1 or reused for + another UDP port. Note rep.c cannot be reused with TCP fd. */ +@@ -3944,7 +3953,7 @@ comm_point_send_reply(struct comm_reply *repinfo) + repinfo->addrlen, repinfo); + else + comm_point_send_udp_msg(repinfo->c, buffer, +- (struct sockaddr*)&repinfo->addr, repinfo->addrlen); ++ (struct sockaddr*)&repinfo->addr, repinfo->addrlen, 0); + #ifdef USE_DNSTAP + if(repinfo->c->dtenv != NULL && + repinfo->c->dtenv->log_client_response_messages) +diff --git a/util/netevent.h b/util/netevent.h +index 266a74ff3..810190683 100644 +--- util/netevent.h.orig ++++ util/netevent.h +@@ -633,10 +633,11 @@ void comm_point_drop_reply(struct comm_reply* repinfo); + * @param addr: where to send it to. If NULL, send is performed, + * for connected sockets, to the connected address. + * @param addrlen: length of addr. ++ * @param is_connected: if the UDP socket is connect()ed. + * @return: false on a failure. + */ + int comm_point_send_udp_msg(struct comm_point* c, struct sldns_buffer* packet, +- struct sockaddr* addr, socklen_t addrlen); ++ struct sockaddr* addr, socklen_t addrlen,int is_connected); + + /** + * Stop listening for input on the commpoint. No callbacks will happen. From owner-svn-ports-branches@freebsd.org Thu Dec 17 09:44:05 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 63C984B22E4; Thu, 17 Dec 2020 09:44:05 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxRsK296fz3Bp4; Thu, 17 Dec 2020 09:44:05 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 32822166C5; Thu, 17 Dec 2020 09:44:05 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BH9i5Mx094872; Thu, 17 Dec 2020 09:44:05 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BH9i4hO094869; Thu, 17 Dec 2020 09:44:04 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202012170944.0BH9i4hO094869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 17 Dec 2020 09:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558272 - in branches/2020Q4/net-mgmt/cacti: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in branches/2020Q4/net-mgmt/cacti: . files X-SVN-Commit-Revision: 558272 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 09:44:05 -0000 Author: kai Date: Thu Dec 17 09:44:04 2020 New Revision: 558272 URL: https://svnweb.freebsd.org/changeset/ports/558272 Log: MFH: r558224 net-mgmt/cacti: Update to 1.2.16 Changelog: https://www.cacti.net/release_notes.php?version=1.2.16 PR: 251673 Submitted by: Michael Muenz (maintainer) Approved by: ports-secteam bugfix blanket Modified: branches/2020Q4/net-mgmt/cacti/Makefile branches/2020Q4/net-mgmt/cacti/distinfo branches/2020Q4/net-mgmt/cacti/files/patch-utilities.php branches/2020Q4/net-mgmt/cacti/pkg-plist Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net-mgmt/cacti/Makefile ============================================================================== --- branches/2020Q4/net-mgmt/cacti/Makefile Thu Dec 17 09:41:32 2020 (r558271) +++ branches/2020Q4/net-mgmt/cacti/Makefile Thu Dec 17 09:44:04 2020 (r558272) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cacti -PORTVERSION= 1.2.14 +PORTVERSION= 1.2.16 CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ \ ftp://ftpmirror.uk/freebsd-ports/cacti/ Modified: branches/2020Q4/net-mgmt/cacti/distinfo ============================================================================== --- branches/2020Q4/net-mgmt/cacti/distinfo Thu Dec 17 09:41:32 2020 (r558271) +++ branches/2020Q4/net-mgmt/cacti/distinfo Thu Dec 17 09:44:04 2020 (r558272) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598208449 -SHA256 (cacti-1.2.14.tar.gz) = 85f17b16ddab96a4cc6162a8d3e38e3d1ed8091cad33436cf48478436abb2947 -SIZE (cacti-1.2.14.tar.gz) = 25182521 +TIMESTAMP = 1607087619 +SHA256 (cacti-1.2.16.tar.gz) = 347553a6331b1b26e634a30d649dda2cc81c727d0afa695d06358de358a8918e +SIZE (cacti-1.2.16.tar.gz) = 29197220 Modified: branches/2020Q4/net-mgmt/cacti/files/patch-utilities.php ============================================================================== --- branches/2020Q4/net-mgmt/cacti/files/patch-utilities.php Thu Dec 17 09:41:32 2020 (r558271) +++ branches/2020Q4/net-mgmt/cacti/files/patch-utilities.php Thu Dec 17 09:44:04 2020 (r558272) @@ -1,15 +1,15 @@ ---- utilities.php.orig 2017-08-13 04:06:37 UTC +--- utilities.php.orig 2020-11-30 18:19:51 UTC +++ utilities.php -@@ -877,7 +877,7 @@ function utilities_view_logfile() { +@@ -1043,7 +1043,7 @@ function utilities_view_logfile() { } - + if ($logfile == '') { -- $logfile = $config['base_path'] . '/log/cacti.log'; +- $logfile = 'cacti.log'; + $logfile = '/var/log/cacti/log'; } - - /* ================= input validation and session storage ================= */ -@@ -1199,7 +1199,7 @@ function utilities_clear_logfile() { + + $logname = ''; +@@ -1372,7 +1372,7 @@ function utilities_clear_logfile() { $logfile = read_config_option('path_cactilog'); if ($logfile == '') { Modified: branches/2020Q4/net-mgmt/cacti/pkg-plist ============================================================================== --- branches/2020Q4/net-mgmt/cacti/pkg-plist Thu Dec 17 09:41:32 2020 (r558271) +++ branches/2020Q4/net-mgmt/cacti/pkg-plist Thu Dec 17 09:44:04 2020 (r558272) @@ -25,6 +25,7 @@ %%CACTIDIR%%/cache/spikekill/.htaccess %%CACTIDIR%%/cache/spikekill/index.php %%CACTIDIR%%/cacti.sql +%%CACTIDIR%%/cactid.php %%CACTIDIR%%/cdef.php %%CACTIDIR%%/cli/.htaccess %%CACTIDIR%%/cli/add_data_query.php @@ -135,6 +136,7 @@ %%CACTIDIR%%/docs/SNMP-New-Data-Query-Walkthrough.html %%CACTIDIR%%/docs/SNMP-Options.html %%CACTIDIR%%/docs/Script-Data-Query-Walkthrough.html +%%CACTIDIR%%/docs/Settings-Auth-LDAP.html %%CACTIDIR%%/docs/Sites.html %%CACTIDIR%%/docs/Spikekill.html %%CACTIDIR%%/docs/Spine.html @@ -600,9 +602,38 @@ %%CACTIDIR%%/include/content/index.php %%CACTIDIR%%/include/content/php-example.html %%CACTIDIR%%/include/csrf.php +%%CACTIDIR%%/include/fa/LICENSE.txt +%%CACTIDIR%%/include/fa/css/all.css +%%CACTIDIR%%/include/fa/css/all.min.css +%%CACTIDIR%%/include/fa/css/brands.css +%%CACTIDIR%%/include/fa/css/brands.min.css %%CACTIDIR%%/include/fa/css/fontawesome.css +%%CACTIDIR%%/include/fa/css/fontawesome.min.css %%CACTIDIR%%/include/fa/css/index.php +%%CACTIDIR%%/include/fa/css/regular.css +%%CACTIDIR%%/include/fa/css/regular.min.css +%%CACTIDIR%%/include/fa/css/solid.css +%%CACTIDIR%%/include/fa/css/solid.min.css +%%CACTIDIR%%/include/fa/css/svg-with-js.css +%%CACTIDIR%%/include/fa/css/svg-with-js.min.css +%%CACTIDIR%%/include/fa/css/v4-shims.css +%%CACTIDIR%%/include/fa/css/v4-shims.min.css %%CACTIDIR%%/include/fa/index.php +%%CACTIDIR%%/include/fa/js/all.js +%%CACTIDIR%%/include/fa/js/all.min.js +%%CACTIDIR%%/include/fa/js/brands.js +%%CACTIDIR%%/include/fa/js/brands.min.js +%%CACTIDIR%%/include/fa/js/conflict-detection.js +%%CACTIDIR%%/include/fa/js/conflict-detection.min.js +%%CACTIDIR%%/include/fa/js/fontawesome.js +%%CACTIDIR%%/include/fa/js/fontawesome.min.js +%%CACTIDIR%%/include/fa/js/index.php +%%CACTIDIR%%/include/fa/js/regular.js +%%CACTIDIR%%/include/fa/js/regular.min.js +%%CACTIDIR%%/include/fa/js/solid.js +%%CACTIDIR%%/include/fa/js/solid.min.js +%%CACTIDIR%%/include/fa/js/v4-shims.js +%%CACTIDIR%%/include/fa/js/v4-shims.min.js %%CACTIDIR%%/include/fa/less/_animated.less %%CACTIDIR%%/include/fa/less/_bordered-pulled.less %%CACTIDIR%%/include/fa/less/_core.less @@ -613,13 +644,25 @@ %%CACTIDIR%%/include/fa/less/_mixins.less %%CACTIDIR%%/include/fa/less/_rotated-flipped.less %%CACTIDIR%%/include/fa/less/_screen-reader.less +%%CACTIDIR%%/include/fa/less/_shims.less %%CACTIDIR%%/include/fa/less/_stacked.less %%CACTIDIR%%/include/fa/less/_variables.less +%%CACTIDIR%%/include/fa/less/brands.less %%CACTIDIR%%/include/fa/less/fa-brands.less %%CACTIDIR%%/include/fa/less/fa-regular.less %%CACTIDIR%%/include/fa/less/fa-solid.less %%CACTIDIR%%/include/fa/less/fontawesome.less %%CACTIDIR%%/include/fa/less/index.php +%%CACTIDIR%%/include/fa/less/regular.less +%%CACTIDIR%%/include/fa/less/solid.less +%%CACTIDIR%%/include/fa/less/v4-shims.less +%%CACTIDIR%%/include/fa/metadata/categories.yml +%%CACTIDIR%%/include/fa/metadata/icons.json +%%CACTIDIR%%/include/fa/metadata/icons.yml +%%CACTIDIR%%/include/fa/metadata/index.php +%%CACTIDIR%%/include/fa/metadata/shims.json +%%CACTIDIR%%/include/fa/metadata/shims.yml +%%CACTIDIR%%/include/fa/metadata/sponsors.yml %%CACTIDIR%%/include/fa/scss/_animated.scss %%CACTIDIR%%/include/fa/scss/_bordered-pulled.scss %%CACTIDIR%%/include/fa/scss/_core.scss @@ -630,13 +673,1626 @@ %%CACTIDIR%%/include/fa/scss/_mixins.scss %%CACTIDIR%%/include/fa/scss/_rotated-flipped.scss %%CACTIDIR%%/include/fa/scss/_screen-reader.scss +%%CACTIDIR%%/include/fa/scss/_shims.scss %%CACTIDIR%%/include/fa/scss/_stacked.scss %%CACTIDIR%%/include/fa/scss/_variables.scss +%%CACTIDIR%%/include/fa/scss/brands.scss %%CACTIDIR%%/include/fa/scss/fa-brands.scss %%CACTIDIR%%/include/fa/scss/fa-regular.scss %%CACTIDIR%%/include/fa/scss/fa-solid.scss %%CACTIDIR%%/include/fa/scss/fontawesome.scss %%CACTIDIR%%/include/fa/scss/index.php +%%CACTIDIR%%/include/fa/scss/regular.scss +%%CACTIDIR%%/include/fa/scss/solid.scss +%%CACTIDIR%%/include/fa/scss/v4-shims.scss +%%CACTIDIR%%/include/fa/sprites/brands.svg +%%CACTIDIR%%/include/fa/sprites/index.php +%%CACTIDIR%%/include/fa/sprites/regular.svg +%%CACTIDIR%%/include/fa/sprites/solid.svg +%%CACTIDIR%%/include/fa/svgs/brands/500px.svg +%%CACTIDIR%%/include/fa/svgs/brands/accessible-icon.svg +%%CACTIDIR%%/include/fa/svgs/brands/accusoft.svg +%%CACTIDIR%%/include/fa/svgs/brands/acquisitions-incorporated.svg +%%CACTIDIR%%/include/fa/svgs/brands/adn.svg +%%CACTIDIR%%/include/fa/svgs/brands/adobe.svg +%%CACTIDIR%%/include/fa/svgs/brands/adversal.svg +%%CACTIDIR%%/include/fa/svgs/brands/affiliatetheme.svg +%%CACTIDIR%%/include/fa/svgs/brands/airbnb.svg +%%CACTIDIR%%/include/fa/svgs/brands/algolia.svg +%%CACTIDIR%%/include/fa/svgs/brands/alipay.svg +%%CACTIDIR%%/include/fa/svgs/brands/amazon-pay.svg +%%CACTIDIR%%/include/fa/svgs/brands/amazon.svg +%%CACTIDIR%%/include/fa/svgs/brands/amilia.svg +%%CACTIDIR%%/include/fa/svgs/brands/android.svg +%%CACTIDIR%%/include/fa/svgs/brands/angellist.svg +%%CACTIDIR%%/include/fa/svgs/brands/angrycreative.svg +%%CACTIDIR%%/include/fa/svgs/brands/angular.svg +%%CACTIDIR%%/include/fa/svgs/brands/app-store-ios.svg +%%CACTIDIR%%/include/fa/svgs/brands/app-store.svg +%%CACTIDIR%%/include/fa/svgs/brands/apper.svg +%%CACTIDIR%%/include/fa/svgs/brands/apple-pay.svg +%%CACTIDIR%%/include/fa/svgs/brands/apple.svg +%%CACTIDIR%%/include/fa/svgs/brands/artstation.svg +%%CACTIDIR%%/include/fa/svgs/brands/asymmetrik.svg +%%CACTIDIR%%/include/fa/svgs/brands/atlassian.svg +%%CACTIDIR%%/include/fa/svgs/brands/audible.svg +%%CACTIDIR%%/include/fa/svgs/brands/autoprefixer.svg +%%CACTIDIR%%/include/fa/svgs/brands/avianex.svg +%%CACTIDIR%%/include/fa/svgs/brands/aviato.svg +%%CACTIDIR%%/include/fa/svgs/brands/aws.svg +%%CACTIDIR%%/include/fa/svgs/brands/bandcamp.svg +%%CACTIDIR%%/include/fa/svgs/brands/battle-net.svg +%%CACTIDIR%%/include/fa/svgs/brands/behance-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/behance.svg +%%CACTIDIR%%/include/fa/svgs/brands/bimobject.svg +%%CACTIDIR%%/include/fa/svgs/brands/bitbucket.svg +%%CACTIDIR%%/include/fa/svgs/brands/bitcoin.svg +%%CACTIDIR%%/include/fa/svgs/brands/bity.svg +%%CACTIDIR%%/include/fa/svgs/brands/black-tie.svg +%%CACTIDIR%%/include/fa/svgs/brands/blackberry.svg +%%CACTIDIR%%/include/fa/svgs/brands/blogger-b.svg +%%CACTIDIR%%/include/fa/svgs/brands/blogger.svg +%%CACTIDIR%%/include/fa/svgs/brands/bluetooth-b.svg +%%CACTIDIR%%/include/fa/svgs/brands/bluetooth.svg +%%CACTIDIR%%/include/fa/svgs/brands/bootstrap.svg +%%CACTIDIR%%/include/fa/svgs/brands/btc.svg +%%CACTIDIR%%/include/fa/svgs/brands/buffer.svg +%%CACTIDIR%%/include/fa/svgs/brands/buromobelexperte.svg +%%CACTIDIR%%/include/fa/svgs/brands/buy-n-large.svg +%%CACTIDIR%%/include/fa/svgs/brands/buysellads.svg +%%CACTIDIR%%/include/fa/svgs/brands/canadian-maple-leaf.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-amazon-pay.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-amex.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-apple-pay.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-diners-club.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-discover.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-jcb.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-mastercard.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-paypal.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-stripe.svg +%%CACTIDIR%%/include/fa/svgs/brands/cc-visa.svg +%%CACTIDIR%%/include/fa/svgs/brands/centercode.svg +%%CACTIDIR%%/include/fa/svgs/brands/centos.svg +%%CACTIDIR%%/include/fa/svgs/brands/chrome.svg +%%CACTIDIR%%/include/fa/svgs/brands/chromecast.svg +%%CACTIDIR%%/include/fa/svgs/brands/cloudscale.svg +%%CACTIDIR%%/include/fa/svgs/brands/cloudsmith.svg +%%CACTIDIR%%/include/fa/svgs/brands/cloudversify.svg +%%CACTIDIR%%/include/fa/svgs/brands/codepen.svg +%%CACTIDIR%%/include/fa/svgs/brands/codiepie.svg +%%CACTIDIR%%/include/fa/svgs/brands/confluence.svg +%%CACTIDIR%%/include/fa/svgs/brands/connectdevelop.svg +%%CACTIDIR%%/include/fa/svgs/brands/contao.svg +%%CACTIDIR%%/include/fa/svgs/brands/cotton-bureau.svg +%%CACTIDIR%%/include/fa/svgs/brands/cpanel.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-by.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-nc-eu.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-nc-jp.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-nc.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-nd.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-pd-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-pd.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-remix.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-sa.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-sampling-plus.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-sampling.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-share.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons-zero.svg +%%CACTIDIR%%/include/fa/svgs/brands/creative-commons.svg +%%CACTIDIR%%/include/fa/svgs/brands/critical-role.svg +%%CACTIDIR%%/include/fa/svgs/brands/css3-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/css3.svg +%%CACTIDIR%%/include/fa/svgs/brands/cuttlefish.svg +%%CACTIDIR%%/include/fa/svgs/brands/d-and-d-beyond.svg +%%CACTIDIR%%/include/fa/svgs/brands/d-and-d.svg +%%CACTIDIR%%/include/fa/svgs/brands/dailymotion.svg +%%CACTIDIR%%/include/fa/svgs/brands/dashcube.svg +%%CACTIDIR%%/include/fa/svgs/brands/deezer.svg +%%CACTIDIR%%/include/fa/svgs/brands/delicious.svg +%%CACTIDIR%%/include/fa/svgs/brands/deploydog.svg +%%CACTIDIR%%/include/fa/svgs/brands/deskpro.svg +%%CACTIDIR%%/include/fa/svgs/brands/dev.svg +%%CACTIDIR%%/include/fa/svgs/brands/deviantart.svg +%%CACTIDIR%%/include/fa/svgs/brands/dhl.svg +%%CACTIDIR%%/include/fa/svgs/brands/diaspora.svg +%%CACTIDIR%%/include/fa/svgs/brands/digg.svg +%%CACTIDIR%%/include/fa/svgs/brands/digital-ocean.svg +%%CACTIDIR%%/include/fa/svgs/brands/discord.svg +%%CACTIDIR%%/include/fa/svgs/brands/discourse.svg +%%CACTIDIR%%/include/fa/svgs/brands/dochub.svg +%%CACTIDIR%%/include/fa/svgs/brands/docker.svg +%%CACTIDIR%%/include/fa/svgs/brands/draft2digital.svg +%%CACTIDIR%%/include/fa/svgs/brands/dribbble-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/dribbble.svg +%%CACTIDIR%%/include/fa/svgs/brands/dropbox.svg +%%CACTIDIR%%/include/fa/svgs/brands/drupal.svg +%%CACTIDIR%%/include/fa/svgs/brands/dyalog.svg +%%CACTIDIR%%/include/fa/svgs/brands/earlybirds.svg +%%CACTIDIR%%/include/fa/svgs/brands/ebay.svg +%%CACTIDIR%%/include/fa/svgs/brands/edge-legacy.svg +%%CACTIDIR%%/include/fa/svgs/brands/edge.svg +%%CACTIDIR%%/include/fa/svgs/brands/elementor.svg +%%CACTIDIR%%/include/fa/svgs/brands/ello.svg +%%CACTIDIR%%/include/fa/svgs/brands/ember.svg +%%CACTIDIR%%/include/fa/svgs/brands/empire.svg +%%CACTIDIR%%/include/fa/svgs/brands/envira.svg +%%CACTIDIR%%/include/fa/svgs/brands/erlang.svg +%%CACTIDIR%%/include/fa/svgs/brands/ethereum.svg +%%CACTIDIR%%/include/fa/svgs/brands/etsy.svg +%%CACTIDIR%%/include/fa/svgs/brands/evernote.svg +%%CACTIDIR%%/include/fa/svgs/brands/expeditedssl.svg +%%CACTIDIR%%/include/fa/svgs/brands/facebook-f.svg +%%CACTIDIR%%/include/fa/svgs/brands/facebook-messenger.svg +%%CACTIDIR%%/include/fa/svgs/brands/facebook-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/facebook.svg +%%CACTIDIR%%/include/fa/svgs/brands/fantasy-flight-games.svg +%%CACTIDIR%%/include/fa/svgs/brands/fedex.svg +%%CACTIDIR%%/include/fa/svgs/brands/fedora.svg +%%CACTIDIR%%/include/fa/svgs/brands/figma.svg +%%CACTIDIR%%/include/fa/svgs/brands/firefox-browser.svg +%%CACTIDIR%%/include/fa/svgs/brands/firefox.svg +%%CACTIDIR%%/include/fa/svgs/brands/first-order-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/first-order.svg +%%CACTIDIR%%/include/fa/svgs/brands/firstdraft.svg +%%CACTIDIR%%/include/fa/svgs/brands/flickr.svg +%%CACTIDIR%%/include/fa/svgs/brands/flipboard.svg +%%CACTIDIR%%/include/fa/svgs/brands/fly.svg +%%CACTIDIR%%/include/fa/svgs/brands/font-awesome-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/font-awesome-flag.svg +%%CACTIDIR%%/include/fa/svgs/brands/font-awesome-logo-full.svg +%%CACTIDIR%%/include/fa/svgs/brands/font-awesome.svg +%%CACTIDIR%%/include/fa/svgs/brands/fonticons-fi.svg +%%CACTIDIR%%/include/fa/svgs/brands/fonticons.svg +%%CACTIDIR%%/include/fa/svgs/brands/fort-awesome-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/fort-awesome.svg +%%CACTIDIR%%/include/fa/svgs/brands/forumbee.svg +%%CACTIDIR%%/include/fa/svgs/brands/foursquare.svg +%%CACTIDIR%%/include/fa/svgs/brands/free-code-camp.svg +%%CACTIDIR%%/include/fa/svgs/brands/freebsd.svg +%%CACTIDIR%%/include/fa/svgs/brands/fulcrum.svg +%%CACTIDIR%%/include/fa/svgs/brands/galactic-republic.svg +%%CACTIDIR%%/include/fa/svgs/brands/galactic-senate.svg +%%CACTIDIR%%/include/fa/svgs/brands/get-pocket.svg +%%CACTIDIR%%/include/fa/svgs/brands/gg-circle.svg +%%CACTIDIR%%/include/fa/svgs/brands/gg.svg +%%CACTIDIR%%/include/fa/svgs/brands/git-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/git-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/git.svg +%%CACTIDIR%%/include/fa/svgs/brands/github-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/github-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/github.svg +%%CACTIDIR%%/include/fa/svgs/brands/gitkraken.svg +%%CACTIDIR%%/include/fa/svgs/brands/gitlab.svg +%%CACTIDIR%%/include/fa/svgs/brands/gitter.svg +%%CACTIDIR%%/include/fa/svgs/brands/glide-g.svg +%%CACTIDIR%%/include/fa/svgs/brands/glide.svg +%%CACTIDIR%%/include/fa/svgs/brands/gofore.svg +%%CACTIDIR%%/include/fa/svgs/brands/goodreads-g.svg +%%CACTIDIR%%/include/fa/svgs/brands/goodreads.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-drive.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-pay.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-play.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-plus-g.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-plus-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-plus.svg +%%CACTIDIR%%/include/fa/svgs/brands/google-wallet.svg +%%CACTIDIR%%/include/fa/svgs/brands/google.svg +%%CACTIDIR%%/include/fa/svgs/brands/gratipay.svg +%%CACTIDIR%%/include/fa/svgs/brands/grav.svg +%%CACTIDIR%%/include/fa/svgs/brands/gripfire.svg +%%CACTIDIR%%/include/fa/svgs/brands/grunt.svg +%%CACTIDIR%%/include/fa/svgs/brands/gulp.svg +%%CACTIDIR%%/include/fa/svgs/brands/hacker-news-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/hacker-news.svg +%%CACTIDIR%%/include/fa/svgs/brands/hackerrank.svg +%%CACTIDIR%%/include/fa/svgs/brands/hips.svg +%%CACTIDIR%%/include/fa/svgs/brands/hire-a-helper.svg +%%CACTIDIR%%/include/fa/svgs/brands/hooli.svg +%%CACTIDIR%%/include/fa/svgs/brands/hornbill.svg +%%CACTIDIR%%/include/fa/svgs/brands/hotjar.svg +%%CACTIDIR%%/include/fa/svgs/brands/houzz.svg +%%CACTIDIR%%/include/fa/svgs/brands/html5.svg +%%CACTIDIR%%/include/fa/svgs/brands/hubspot.svg +%%CACTIDIR%%/include/fa/svgs/brands/ideal.svg +%%CACTIDIR%%/include/fa/svgs/brands/imdb.svg +%%CACTIDIR%%/include/fa/svgs/brands/index.php +%%CACTIDIR%%/include/fa/svgs/brands/instagram-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/instagram.svg +%%CACTIDIR%%/include/fa/svgs/brands/intercom.svg +%%CACTIDIR%%/include/fa/svgs/brands/internet-explorer.svg +%%CACTIDIR%%/include/fa/svgs/brands/invision.svg +%%CACTIDIR%%/include/fa/svgs/brands/ioxhost.svg +%%CACTIDIR%%/include/fa/svgs/brands/itch-io.svg +%%CACTIDIR%%/include/fa/svgs/brands/itunes-note.svg +%%CACTIDIR%%/include/fa/svgs/brands/itunes.svg +%%CACTIDIR%%/include/fa/svgs/brands/java.svg +%%CACTIDIR%%/include/fa/svgs/brands/jedi-order.svg +%%CACTIDIR%%/include/fa/svgs/brands/jenkins.svg +%%CACTIDIR%%/include/fa/svgs/brands/jira.svg +%%CACTIDIR%%/include/fa/svgs/brands/joget.svg +%%CACTIDIR%%/include/fa/svgs/brands/joomla.svg +%%CACTIDIR%%/include/fa/svgs/brands/js-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/js.svg +%%CACTIDIR%%/include/fa/svgs/brands/jsfiddle.svg +%%CACTIDIR%%/include/fa/svgs/brands/kaggle.svg +%%CACTIDIR%%/include/fa/svgs/brands/keybase.svg +%%CACTIDIR%%/include/fa/svgs/brands/keycdn.svg +%%CACTIDIR%%/include/fa/svgs/brands/kickstarter-k.svg +%%CACTIDIR%%/include/fa/svgs/brands/kickstarter.svg +%%CACTIDIR%%/include/fa/svgs/brands/korvue.svg +%%CACTIDIR%%/include/fa/svgs/brands/laravel.svg +%%CACTIDIR%%/include/fa/svgs/brands/lastfm-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/lastfm.svg +%%CACTIDIR%%/include/fa/svgs/brands/leanpub.svg +%%CACTIDIR%%/include/fa/svgs/brands/less.svg +%%CACTIDIR%%/include/fa/svgs/brands/line.svg +%%CACTIDIR%%/include/fa/svgs/brands/linkedin-in.svg +%%CACTIDIR%%/include/fa/svgs/brands/linkedin.svg +%%CACTIDIR%%/include/fa/svgs/brands/linode.svg +%%CACTIDIR%%/include/fa/svgs/brands/linux.svg +%%CACTIDIR%%/include/fa/svgs/brands/lyft.svg +%%CACTIDIR%%/include/fa/svgs/brands/magento.svg +%%CACTIDIR%%/include/fa/svgs/brands/mailchimp.svg +%%CACTIDIR%%/include/fa/svgs/brands/mandalorian.svg +%%CACTIDIR%%/include/fa/svgs/brands/markdown.svg +%%CACTIDIR%%/include/fa/svgs/brands/mastodon.svg +%%CACTIDIR%%/include/fa/svgs/brands/maxcdn.svg +%%CACTIDIR%%/include/fa/svgs/brands/mdb.svg +%%CACTIDIR%%/include/fa/svgs/brands/medapps.svg +%%CACTIDIR%%/include/fa/svgs/brands/medium-m.svg +%%CACTIDIR%%/include/fa/svgs/brands/medium.svg +%%CACTIDIR%%/include/fa/svgs/brands/medrt.svg +%%CACTIDIR%%/include/fa/svgs/brands/meetup.svg +%%CACTIDIR%%/include/fa/svgs/brands/megaport.svg +%%CACTIDIR%%/include/fa/svgs/brands/mendeley.svg +%%CACTIDIR%%/include/fa/svgs/brands/microblog.svg +%%CACTIDIR%%/include/fa/svgs/brands/microsoft.svg +%%CACTIDIR%%/include/fa/svgs/brands/mix.svg +%%CACTIDIR%%/include/fa/svgs/brands/mixcloud.svg +%%CACTIDIR%%/include/fa/svgs/brands/mixer.svg +%%CACTIDIR%%/include/fa/svgs/brands/mizuni.svg +%%CACTIDIR%%/include/fa/svgs/brands/modx.svg +%%CACTIDIR%%/include/fa/svgs/brands/monero.svg +%%CACTIDIR%%/include/fa/svgs/brands/napster.svg +%%CACTIDIR%%/include/fa/svgs/brands/neos.svg +%%CACTIDIR%%/include/fa/svgs/brands/nimblr.svg +%%CACTIDIR%%/include/fa/svgs/brands/node-js.svg +%%CACTIDIR%%/include/fa/svgs/brands/node.svg +%%CACTIDIR%%/include/fa/svgs/brands/npm.svg +%%CACTIDIR%%/include/fa/svgs/brands/ns8.svg +%%CACTIDIR%%/include/fa/svgs/brands/nutritionix.svg +%%CACTIDIR%%/include/fa/svgs/brands/odnoklassniki-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/odnoklassniki.svg +%%CACTIDIR%%/include/fa/svgs/brands/old-republic.svg +%%CACTIDIR%%/include/fa/svgs/brands/opencart.svg +%%CACTIDIR%%/include/fa/svgs/brands/openid.svg +%%CACTIDIR%%/include/fa/svgs/brands/opera.svg +%%CACTIDIR%%/include/fa/svgs/brands/optin-monster.svg +%%CACTIDIR%%/include/fa/svgs/brands/orcid.svg +%%CACTIDIR%%/include/fa/svgs/brands/osi.svg +%%CACTIDIR%%/include/fa/svgs/brands/page4.svg +%%CACTIDIR%%/include/fa/svgs/brands/pagelines.svg +%%CACTIDIR%%/include/fa/svgs/brands/palfed.svg +%%CACTIDIR%%/include/fa/svgs/brands/patreon.svg +%%CACTIDIR%%/include/fa/svgs/brands/paypal.svg +%%CACTIDIR%%/include/fa/svgs/brands/penny-arcade.svg +%%CACTIDIR%%/include/fa/svgs/brands/periscope.svg +%%CACTIDIR%%/include/fa/svgs/brands/phabricator.svg +%%CACTIDIR%%/include/fa/svgs/brands/phoenix-framework.svg +%%CACTIDIR%%/include/fa/svgs/brands/phoenix-squadron.svg +%%CACTIDIR%%/include/fa/svgs/brands/php.svg +%%CACTIDIR%%/include/fa/svgs/brands/pied-piper-alt.svg +%%CACTIDIR%%/include/fa/svgs/brands/pied-piper-hat.svg +%%CACTIDIR%%/include/fa/svgs/brands/pied-piper-pp.svg +%%CACTIDIR%%/include/fa/svgs/brands/pied-piper-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/pied-piper.svg +%%CACTIDIR%%/include/fa/svgs/brands/pinterest-p.svg +%%CACTIDIR%%/include/fa/svgs/brands/pinterest-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/pinterest.svg +%%CACTIDIR%%/include/fa/svgs/brands/playstation.svg +%%CACTIDIR%%/include/fa/svgs/brands/product-hunt.svg +%%CACTIDIR%%/include/fa/svgs/brands/pushed.svg +%%CACTIDIR%%/include/fa/svgs/brands/python.svg +%%CACTIDIR%%/include/fa/svgs/brands/qq.svg +%%CACTIDIR%%/include/fa/svgs/brands/quinscape.svg +%%CACTIDIR%%/include/fa/svgs/brands/quora.svg +%%CACTIDIR%%/include/fa/svgs/brands/r-project.svg +%%CACTIDIR%%/include/fa/svgs/brands/raspberry-pi.svg +%%CACTIDIR%%/include/fa/svgs/brands/ravelry.svg +%%CACTIDIR%%/include/fa/svgs/brands/react.svg +%%CACTIDIR%%/include/fa/svgs/brands/reacteurope.svg +%%CACTIDIR%%/include/fa/svgs/brands/readme.svg +%%CACTIDIR%%/include/fa/svgs/brands/rebel.svg +%%CACTIDIR%%/include/fa/svgs/brands/red-river.svg +%%CACTIDIR%%/include/fa/svgs/brands/reddit-alien.svg +%%CACTIDIR%%/include/fa/svgs/brands/reddit-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/reddit.svg +%%CACTIDIR%%/include/fa/svgs/brands/redhat.svg +%%CACTIDIR%%/include/fa/svgs/brands/renren.svg +%%CACTIDIR%%/include/fa/svgs/brands/replyd.svg +%%CACTIDIR%%/include/fa/svgs/brands/researchgate.svg +%%CACTIDIR%%/include/fa/svgs/brands/resolving.svg +%%CACTIDIR%%/include/fa/svgs/brands/rev.svg +%%CACTIDIR%%/include/fa/svgs/brands/rocketchat.svg +%%CACTIDIR%%/include/fa/svgs/brands/rockrms.svg +%%CACTIDIR%%/include/fa/svgs/brands/rust.svg +%%CACTIDIR%%/include/fa/svgs/brands/safari.svg +%%CACTIDIR%%/include/fa/svgs/brands/salesforce.svg +%%CACTIDIR%%/include/fa/svgs/brands/sass.svg +%%CACTIDIR%%/include/fa/svgs/brands/schlix.svg +%%CACTIDIR%%/include/fa/svgs/brands/scribd.svg +%%CACTIDIR%%/include/fa/svgs/brands/searchengin.svg +%%CACTIDIR%%/include/fa/svgs/brands/sellcast.svg +%%CACTIDIR%%/include/fa/svgs/brands/sellsy.svg +%%CACTIDIR%%/include/fa/svgs/brands/servicestack.svg +%%CACTIDIR%%/include/fa/svgs/brands/shirtsinbulk.svg +%%CACTIDIR%%/include/fa/svgs/brands/shopify.svg +%%CACTIDIR%%/include/fa/svgs/brands/shopware.svg +%%CACTIDIR%%/include/fa/svgs/brands/simplybuilt.svg +%%CACTIDIR%%/include/fa/svgs/brands/sistrix.svg +%%CACTIDIR%%/include/fa/svgs/brands/sith.svg +%%CACTIDIR%%/include/fa/svgs/brands/sketch.svg +%%CACTIDIR%%/include/fa/svgs/brands/skyatlas.svg +%%CACTIDIR%%/include/fa/svgs/brands/skype.svg +%%CACTIDIR%%/include/fa/svgs/brands/slack-hash.svg +%%CACTIDIR%%/include/fa/svgs/brands/slack.svg +%%CACTIDIR%%/include/fa/svgs/brands/slideshare.svg +%%CACTIDIR%%/include/fa/svgs/brands/snapchat-ghost.svg +%%CACTIDIR%%/include/fa/svgs/brands/snapchat-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/snapchat.svg +%%CACTIDIR%%/include/fa/svgs/brands/soundcloud.svg +%%CACTIDIR%%/include/fa/svgs/brands/sourcetree.svg +%%CACTIDIR%%/include/fa/svgs/brands/speakap.svg +%%CACTIDIR%%/include/fa/svgs/brands/speaker-deck.svg +%%CACTIDIR%%/include/fa/svgs/brands/spotify.svg +%%CACTIDIR%%/include/fa/svgs/brands/squarespace.svg +%%CACTIDIR%%/include/fa/svgs/brands/stack-exchange.svg +%%CACTIDIR%%/include/fa/svgs/brands/stack-overflow.svg +%%CACTIDIR%%/include/fa/svgs/brands/stackpath.svg +%%CACTIDIR%%/include/fa/svgs/brands/staylinked.svg +%%CACTIDIR%%/include/fa/svgs/brands/steam-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/steam-symbol.svg +%%CACTIDIR%%/include/fa/svgs/brands/steam.svg +%%CACTIDIR%%/include/fa/svgs/brands/sticker-mule.svg +%%CACTIDIR%%/include/fa/svgs/brands/strava.svg +%%CACTIDIR%%/include/fa/svgs/brands/stripe-s.svg +%%CACTIDIR%%/include/fa/svgs/brands/stripe.svg +%%CACTIDIR%%/include/fa/svgs/brands/studiovinari.svg +%%CACTIDIR%%/include/fa/svgs/brands/stumbleupon-circle.svg +%%CACTIDIR%%/include/fa/svgs/brands/stumbleupon.svg +%%CACTIDIR%%/include/fa/svgs/brands/superpowers.svg +%%CACTIDIR%%/include/fa/svgs/brands/supple.svg +%%CACTIDIR%%/include/fa/svgs/brands/suse.svg +%%CACTIDIR%%/include/fa/svgs/brands/swift.svg +%%CACTIDIR%%/include/fa/svgs/brands/symfony.svg +%%CACTIDIR%%/include/fa/svgs/brands/teamspeak.svg +%%CACTIDIR%%/include/fa/svgs/brands/telegram-plane.svg +%%CACTIDIR%%/include/fa/svgs/brands/telegram.svg +%%CACTIDIR%%/include/fa/svgs/brands/tencent-weibo.svg +%%CACTIDIR%%/include/fa/svgs/brands/the-red-yeti.svg +%%CACTIDIR%%/include/fa/svgs/brands/themeco.svg +%%CACTIDIR%%/include/fa/svgs/brands/themeisle.svg +%%CACTIDIR%%/include/fa/svgs/brands/think-peaks.svg +%%CACTIDIR%%/include/fa/svgs/brands/tiktok.svg +%%CACTIDIR%%/include/fa/svgs/brands/trade-federation.svg +%%CACTIDIR%%/include/fa/svgs/brands/trello.svg +%%CACTIDIR%%/include/fa/svgs/brands/tripadvisor.svg +%%CACTIDIR%%/include/fa/svgs/brands/tumblr-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/tumblr.svg +%%CACTIDIR%%/include/fa/svgs/brands/twitch.svg +%%CACTIDIR%%/include/fa/svgs/brands/twitter-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/twitter.svg +%%CACTIDIR%%/include/fa/svgs/brands/typo3.svg +%%CACTIDIR%%/include/fa/svgs/brands/uber.svg +%%CACTIDIR%%/include/fa/svgs/brands/ubuntu.svg +%%CACTIDIR%%/include/fa/svgs/brands/uikit.svg +%%CACTIDIR%%/include/fa/svgs/brands/umbraco.svg +%%CACTIDIR%%/include/fa/svgs/brands/uniregistry.svg +%%CACTIDIR%%/include/fa/svgs/brands/unity.svg +%%CACTIDIR%%/include/fa/svgs/brands/unsplash.svg +%%CACTIDIR%%/include/fa/svgs/brands/untappd.svg +%%CACTIDIR%%/include/fa/svgs/brands/ups.svg +%%CACTIDIR%%/include/fa/svgs/brands/usb.svg +%%CACTIDIR%%/include/fa/svgs/brands/usps.svg +%%CACTIDIR%%/include/fa/svgs/brands/ussunnah.svg +%%CACTIDIR%%/include/fa/svgs/brands/vaadin.svg +%%CACTIDIR%%/include/fa/svgs/brands/viacoin.svg +%%CACTIDIR%%/include/fa/svgs/brands/viadeo-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/viadeo.svg +%%CACTIDIR%%/include/fa/svgs/brands/viber.svg +%%CACTIDIR%%/include/fa/svgs/brands/vimeo-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/vimeo-v.svg +%%CACTIDIR%%/include/fa/svgs/brands/vimeo.svg +%%CACTIDIR%%/include/fa/svgs/brands/vine.svg +%%CACTIDIR%%/include/fa/svgs/brands/vk.svg +%%CACTIDIR%%/include/fa/svgs/brands/vnv.svg +%%CACTIDIR%%/include/fa/svgs/brands/vuejs.svg +%%CACTIDIR%%/include/fa/svgs/brands/waze.svg +%%CACTIDIR%%/include/fa/svgs/brands/weebly.svg +%%CACTIDIR%%/include/fa/svgs/brands/weibo.svg +%%CACTIDIR%%/include/fa/svgs/brands/weixin.svg +%%CACTIDIR%%/include/fa/svgs/brands/whatsapp-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/whatsapp.svg +%%CACTIDIR%%/include/fa/svgs/brands/whmcs.svg +%%CACTIDIR%%/include/fa/svgs/brands/wikipedia-w.svg +%%CACTIDIR%%/include/fa/svgs/brands/windows.svg +%%CACTIDIR%%/include/fa/svgs/brands/wix.svg +%%CACTIDIR%%/include/fa/svgs/brands/wizards-of-the-coast.svg +%%CACTIDIR%%/include/fa/svgs/brands/wolf-pack-battalion.svg +%%CACTIDIR%%/include/fa/svgs/brands/wordpress-simple.svg +%%CACTIDIR%%/include/fa/svgs/brands/wordpress.svg +%%CACTIDIR%%/include/fa/svgs/brands/wpbeginner.svg +%%CACTIDIR%%/include/fa/svgs/brands/wpexplorer.svg +%%CACTIDIR%%/include/fa/svgs/brands/wpforms.svg +%%CACTIDIR%%/include/fa/svgs/brands/wpressr.svg +%%CACTIDIR%%/include/fa/svgs/brands/xbox.svg +%%CACTIDIR%%/include/fa/svgs/brands/xing-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/xing.svg +%%CACTIDIR%%/include/fa/svgs/brands/y-combinator.svg +%%CACTIDIR%%/include/fa/svgs/brands/yahoo.svg +%%CACTIDIR%%/include/fa/svgs/brands/yammer.svg +%%CACTIDIR%%/include/fa/svgs/brands/yandex-international.svg +%%CACTIDIR%%/include/fa/svgs/brands/yandex.svg +%%CACTIDIR%%/include/fa/svgs/brands/yarn.svg +%%CACTIDIR%%/include/fa/svgs/brands/yelp.svg +%%CACTIDIR%%/include/fa/svgs/brands/yoast.svg +%%CACTIDIR%%/include/fa/svgs/brands/youtube-square.svg +%%CACTIDIR%%/include/fa/svgs/brands/youtube.svg +%%CACTIDIR%%/include/fa/svgs/brands/zhihu.svg +%%CACTIDIR%%/include/fa/svgs/regular/address-book.svg +%%CACTIDIR%%/include/fa/svgs/regular/address-card.svg +%%CACTIDIR%%/include/fa/svgs/regular/angry.svg +%%CACTIDIR%%/include/fa/svgs/regular/arrow-alt-circle-down.svg +%%CACTIDIR%%/include/fa/svgs/regular/arrow-alt-circle-left.svg +%%CACTIDIR%%/include/fa/svgs/regular/arrow-alt-circle-right.svg +%%CACTIDIR%%/include/fa/svgs/regular/arrow-alt-circle-up.svg +%%CACTIDIR%%/include/fa/svgs/regular/bell-slash.svg +%%CACTIDIR%%/include/fa/svgs/regular/bell.svg +%%CACTIDIR%%/include/fa/svgs/regular/bookmark.svg +%%CACTIDIR%%/include/fa/svgs/regular/building.svg +%%CACTIDIR%%/include/fa/svgs/regular/calendar-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/calendar-check.svg +%%CACTIDIR%%/include/fa/svgs/regular/calendar-minus.svg +%%CACTIDIR%%/include/fa/svgs/regular/calendar-plus.svg +%%CACTIDIR%%/include/fa/svgs/regular/calendar-times.svg +%%CACTIDIR%%/include/fa/svgs/regular/calendar.svg +%%CACTIDIR%%/include/fa/svgs/regular/caret-square-down.svg +%%CACTIDIR%%/include/fa/svgs/regular/caret-square-left.svg +%%CACTIDIR%%/include/fa/svgs/regular/caret-square-right.svg +%%CACTIDIR%%/include/fa/svgs/regular/caret-square-up.svg +%%CACTIDIR%%/include/fa/svgs/regular/chart-bar.svg +%%CACTIDIR%%/include/fa/svgs/regular/check-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/check-square.svg +%%CACTIDIR%%/include/fa/svgs/regular/circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/clipboard.svg +%%CACTIDIR%%/include/fa/svgs/regular/clock.svg +%%CACTIDIR%%/include/fa/svgs/regular/clone.svg +%%CACTIDIR%%/include/fa/svgs/regular/closed-captioning.svg +%%CACTIDIR%%/include/fa/svgs/regular/comment-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/comment-dots.svg +%%CACTIDIR%%/include/fa/svgs/regular/comment.svg +%%CACTIDIR%%/include/fa/svgs/regular/comments.svg +%%CACTIDIR%%/include/fa/svgs/regular/compass.svg +%%CACTIDIR%%/include/fa/svgs/regular/copy.svg +%%CACTIDIR%%/include/fa/svgs/regular/copyright.svg +%%CACTIDIR%%/include/fa/svgs/regular/credit-card.svg +%%CACTIDIR%%/include/fa/svgs/regular/dizzy.svg +%%CACTIDIR%%/include/fa/svgs/regular/dot-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/edit.svg +%%CACTIDIR%%/include/fa/svgs/regular/envelope-open.svg +%%CACTIDIR%%/include/fa/svgs/regular/envelope.svg +%%CACTIDIR%%/include/fa/svgs/regular/eye-slash.svg +%%CACTIDIR%%/include/fa/svgs/regular/eye.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-archive.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-audio.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-code.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-excel.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-image.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-pdf.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-powerpoint.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-video.svg +%%CACTIDIR%%/include/fa/svgs/regular/file-word.svg +%%CACTIDIR%%/include/fa/svgs/regular/file.svg +%%CACTIDIR%%/include/fa/svgs/regular/flag.svg +%%CACTIDIR%%/include/fa/svgs/regular/flushed.svg +%%CACTIDIR%%/include/fa/svgs/regular/folder-open.svg +%%CACTIDIR%%/include/fa/svgs/regular/folder.svg +%%CACTIDIR%%/include/fa/svgs/regular/font-awesome-logo-full.svg +%%CACTIDIR%%/include/fa/svgs/regular/frown-open.svg +%%CACTIDIR%%/include/fa/svgs/regular/frown.svg +%%CACTIDIR%%/include/fa/svgs/regular/futbol.svg +%%CACTIDIR%%/include/fa/svgs/regular/gem.svg +%%CACTIDIR%%/include/fa/svgs/regular/grimace.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-beam-sweat.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-beam.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-hearts.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-squint-tears.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-squint.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-stars.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-tears.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-tongue-squint.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-tongue-wink.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-tongue.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin-wink.svg +%%CACTIDIR%%/include/fa/svgs/regular/grin.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-lizard.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-paper.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-peace.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-point-down.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-point-left.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-point-right.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-point-up.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-pointer.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-rock.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-scissors.svg +%%CACTIDIR%%/include/fa/svgs/regular/hand-spock.svg +%%CACTIDIR%%/include/fa/svgs/regular/handshake.svg +%%CACTIDIR%%/include/fa/svgs/regular/hdd.svg +%%CACTIDIR%%/include/fa/svgs/regular/heart.svg +%%CACTIDIR%%/include/fa/svgs/regular/hospital.svg +%%CACTIDIR%%/include/fa/svgs/regular/hourglass.svg +%%CACTIDIR%%/include/fa/svgs/regular/id-badge.svg +%%CACTIDIR%%/include/fa/svgs/regular/id-card.svg +%%CACTIDIR%%/include/fa/svgs/regular/image.svg +%%CACTIDIR%%/include/fa/svgs/regular/images.svg +%%CACTIDIR%%/include/fa/svgs/regular/index.php +%%CACTIDIR%%/include/fa/svgs/regular/keyboard.svg +%%CACTIDIR%%/include/fa/svgs/regular/kiss-beam.svg +%%CACTIDIR%%/include/fa/svgs/regular/kiss-wink-heart.svg +%%CACTIDIR%%/include/fa/svgs/regular/kiss.svg +%%CACTIDIR%%/include/fa/svgs/regular/laugh-beam.svg +%%CACTIDIR%%/include/fa/svgs/regular/laugh-squint.svg +%%CACTIDIR%%/include/fa/svgs/regular/laugh-wink.svg +%%CACTIDIR%%/include/fa/svgs/regular/laugh.svg +%%CACTIDIR%%/include/fa/svgs/regular/lemon.svg +%%CACTIDIR%%/include/fa/svgs/regular/life-ring.svg +%%CACTIDIR%%/include/fa/svgs/regular/lightbulb.svg +%%CACTIDIR%%/include/fa/svgs/regular/list-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/map.svg +%%CACTIDIR%%/include/fa/svgs/regular/meh-blank.svg +%%CACTIDIR%%/include/fa/svgs/regular/meh-rolling-eyes.svg +%%CACTIDIR%%/include/fa/svgs/regular/meh.svg +%%CACTIDIR%%/include/fa/svgs/regular/minus-square.svg +%%CACTIDIR%%/include/fa/svgs/regular/money-bill-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/moon.svg +%%CACTIDIR%%/include/fa/svgs/regular/newspaper.svg +%%CACTIDIR%%/include/fa/svgs/regular/object-group.svg +%%CACTIDIR%%/include/fa/svgs/regular/object-ungroup.svg +%%CACTIDIR%%/include/fa/svgs/regular/paper-plane.svg +%%CACTIDIR%%/include/fa/svgs/regular/pause-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/play-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/plus-square.svg +%%CACTIDIR%%/include/fa/svgs/regular/question-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/registered.svg +%%CACTIDIR%%/include/fa/svgs/regular/sad-cry.svg +%%CACTIDIR%%/include/fa/svgs/regular/sad-tear.svg +%%CACTIDIR%%/include/fa/svgs/regular/save.svg +%%CACTIDIR%%/include/fa/svgs/regular/share-square.svg +%%CACTIDIR%%/include/fa/svgs/regular/smile-beam.svg +%%CACTIDIR%%/include/fa/svgs/regular/smile-wink.svg +%%CACTIDIR%%/include/fa/svgs/regular/smile.svg +%%CACTIDIR%%/include/fa/svgs/regular/snowflake.svg +%%CACTIDIR%%/include/fa/svgs/regular/square.svg +%%CACTIDIR%%/include/fa/svgs/regular/star-half.svg +%%CACTIDIR%%/include/fa/svgs/regular/star.svg +%%CACTIDIR%%/include/fa/svgs/regular/sticky-note.svg +%%CACTIDIR%%/include/fa/svgs/regular/stop-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/sun.svg +%%CACTIDIR%%/include/fa/svgs/regular/surprise.svg +%%CACTIDIR%%/include/fa/svgs/regular/thumbs-down.svg +%%CACTIDIR%%/include/fa/svgs/regular/thumbs-up.svg +%%CACTIDIR%%/include/fa/svgs/regular/times-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/tired.svg +%%CACTIDIR%%/include/fa/svgs/regular/trash-alt.svg +%%CACTIDIR%%/include/fa/svgs/regular/user-circle.svg +%%CACTIDIR%%/include/fa/svgs/regular/user.svg +%%CACTIDIR%%/include/fa/svgs/regular/window-close.svg +%%CACTIDIR%%/include/fa/svgs/regular/window-maximize.svg +%%CACTIDIR%%/include/fa/svgs/regular/window-minimize.svg +%%CACTIDIR%%/include/fa/svgs/regular/window-restore.svg +%%CACTIDIR%%/include/fa/svgs/solid/ad.svg +%%CACTIDIR%%/include/fa/svgs/solid/address-book.svg +%%CACTIDIR%%/include/fa/svgs/solid/address-card.svg +%%CACTIDIR%%/include/fa/svgs/solid/adjust.svg +%%CACTIDIR%%/include/fa/svgs/solid/air-freshener.svg +%%CACTIDIR%%/include/fa/svgs/solid/align-center.svg +%%CACTIDIR%%/include/fa/svgs/solid/align-justify.svg +%%CACTIDIR%%/include/fa/svgs/solid/align-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/align-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/allergies.svg +%%CACTIDIR%%/include/fa/svgs/solid/ambulance.svg +%%CACTIDIR%%/include/fa/svgs/solid/american-sign-language-interpreting.svg +%%CACTIDIR%%/include/fa/svgs/solid/anchor.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-double-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-double-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-double-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-double-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/angle-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/angry.svg +%%CACTIDIR%%/include/fa/svgs/solid/ankh.svg +%%CACTIDIR%%/include/fa/svgs/solid/apple-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/archive.svg +%%CACTIDIR%%/include/fa/svgs/solid/archway.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-alt-circle-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-alt-circle-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-alt-circle-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-alt-circle-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-circle-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-circle-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-circle-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-circle-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrow-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrows-alt-h.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrows-alt-v.svg +%%CACTIDIR%%/include/fa/svgs/solid/arrows-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/assistive-listening-systems.svg +%%CACTIDIR%%/include/fa/svgs/solid/asterisk.svg +%%CACTIDIR%%/include/fa/svgs/solid/at.svg +%%CACTIDIR%%/include/fa/svgs/solid/atlas.svg +%%CACTIDIR%%/include/fa/svgs/solid/atom.svg +%%CACTIDIR%%/include/fa/svgs/solid/audio-description.svg +%%CACTIDIR%%/include/fa/svgs/solid/award.svg +%%CACTIDIR%%/include/fa/svgs/solid/baby-carriage.svg +%%CACTIDIR%%/include/fa/svgs/solid/baby.svg +%%CACTIDIR%%/include/fa/svgs/solid/backspace.svg +%%CACTIDIR%%/include/fa/svgs/solid/backward.svg +%%CACTIDIR%%/include/fa/svgs/solid/bacon.svg +%%CACTIDIR%%/include/fa/svgs/solid/bacteria.svg +%%CACTIDIR%%/include/fa/svgs/solid/bacterium.svg +%%CACTIDIR%%/include/fa/svgs/solid/bahai.svg +%%CACTIDIR%%/include/fa/svgs/solid/balance-scale-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/balance-scale-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/balance-scale.svg +%%CACTIDIR%%/include/fa/svgs/solid/ban.svg +%%CACTIDIR%%/include/fa/svgs/solid/band-aid.svg +%%CACTIDIR%%/include/fa/svgs/solid/barcode.svg +%%CACTIDIR%%/include/fa/svgs/solid/bars.svg +%%CACTIDIR%%/include/fa/svgs/solid/baseball-ball.svg +%%CACTIDIR%%/include/fa/svgs/solid/basketball-ball.svg +%%CACTIDIR%%/include/fa/svgs/solid/bath.svg +%%CACTIDIR%%/include/fa/svgs/solid/battery-empty.svg +%%CACTIDIR%%/include/fa/svgs/solid/battery-full.svg +%%CACTIDIR%%/include/fa/svgs/solid/battery-half.svg +%%CACTIDIR%%/include/fa/svgs/solid/battery-quarter.svg +%%CACTIDIR%%/include/fa/svgs/solid/battery-three-quarters.svg +%%CACTIDIR%%/include/fa/svgs/solid/bed.svg +%%CACTIDIR%%/include/fa/svgs/solid/beer.svg +%%CACTIDIR%%/include/fa/svgs/solid/bell-slash.svg +%%CACTIDIR%%/include/fa/svgs/solid/bell.svg +%%CACTIDIR%%/include/fa/svgs/solid/bezier-curve.svg +%%CACTIDIR%%/include/fa/svgs/solid/bible.svg +%%CACTIDIR%%/include/fa/svgs/solid/bicycle.svg +%%CACTIDIR%%/include/fa/svgs/solid/biking.svg +%%CACTIDIR%%/include/fa/svgs/solid/binoculars.svg +%%CACTIDIR%%/include/fa/svgs/solid/biohazard.svg +%%CACTIDIR%%/include/fa/svgs/solid/birthday-cake.svg +%%CACTIDIR%%/include/fa/svgs/solid/blender-phone.svg +%%CACTIDIR%%/include/fa/svgs/solid/blender.svg +%%CACTIDIR%%/include/fa/svgs/solid/blind.svg +%%CACTIDIR%%/include/fa/svgs/solid/blog.svg +%%CACTIDIR%%/include/fa/svgs/solid/bold.svg +%%CACTIDIR%%/include/fa/svgs/solid/bolt.svg +%%CACTIDIR%%/include/fa/svgs/solid/bomb.svg +%%CACTIDIR%%/include/fa/svgs/solid/bone.svg +%%CACTIDIR%%/include/fa/svgs/solid/bong.svg +%%CACTIDIR%%/include/fa/svgs/solid/book-dead.svg +%%CACTIDIR%%/include/fa/svgs/solid/book-medical.svg +%%CACTIDIR%%/include/fa/svgs/solid/book-open.svg +%%CACTIDIR%%/include/fa/svgs/solid/book-reader.svg +%%CACTIDIR%%/include/fa/svgs/solid/book.svg +%%CACTIDIR%%/include/fa/svgs/solid/bookmark.svg +%%CACTIDIR%%/include/fa/svgs/solid/border-all.svg +%%CACTIDIR%%/include/fa/svgs/solid/border-none.svg +%%CACTIDIR%%/include/fa/svgs/solid/border-style.svg +%%CACTIDIR%%/include/fa/svgs/solid/bowling-ball.svg +%%CACTIDIR%%/include/fa/svgs/solid/box-open.svg +%%CACTIDIR%%/include/fa/svgs/solid/box-tissue.svg +%%CACTIDIR%%/include/fa/svgs/solid/box.svg +%%CACTIDIR%%/include/fa/svgs/solid/boxes.svg +%%CACTIDIR%%/include/fa/svgs/solid/braille.svg +%%CACTIDIR%%/include/fa/svgs/solid/brain.svg +%%CACTIDIR%%/include/fa/svgs/solid/bread-slice.svg +%%CACTIDIR%%/include/fa/svgs/solid/briefcase-medical.svg +%%CACTIDIR%%/include/fa/svgs/solid/briefcase.svg +%%CACTIDIR%%/include/fa/svgs/solid/broadcast-tower.svg +%%CACTIDIR%%/include/fa/svgs/solid/broom.svg +%%CACTIDIR%%/include/fa/svgs/solid/brush.svg +%%CACTIDIR%%/include/fa/svgs/solid/bug.svg +%%CACTIDIR%%/include/fa/svgs/solid/building.svg +%%CACTIDIR%%/include/fa/svgs/solid/bullhorn.svg +%%CACTIDIR%%/include/fa/svgs/solid/bullseye.svg +%%CACTIDIR%%/include/fa/svgs/solid/burn.svg +%%CACTIDIR%%/include/fa/svgs/solid/bus-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/bus.svg +%%CACTIDIR%%/include/fa/svgs/solid/business-time.svg +%%CACTIDIR%%/include/fa/svgs/solid/calculator.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-check.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-day.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-minus.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-plus.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-times.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar-week.svg +%%CACTIDIR%%/include/fa/svgs/solid/calendar.svg +%%CACTIDIR%%/include/fa/svgs/solid/camera-retro.svg +%%CACTIDIR%%/include/fa/svgs/solid/camera.svg +%%CACTIDIR%%/include/fa/svgs/solid/campground.svg +%%CACTIDIR%%/include/fa/svgs/solid/candy-cane.svg +%%CACTIDIR%%/include/fa/svgs/solid/cannabis.svg +%%CACTIDIR%%/include/fa/svgs/solid/capsules.svg +%%CACTIDIR%%/include/fa/svgs/solid/car-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/car-battery.svg +%%CACTIDIR%%/include/fa/svgs/solid/car-crash.svg +%%CACTIDIR%%/include/fa/svgs/solid/car-side.svg +%%CACTIDIR%%/include/fa/svgs/solid/car.svg +%%CACTIDIR%%/include/fa/svgs/solid/caravan.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-square-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-square-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-square-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-square-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/caret-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/carrot.svg +%%CACTIDIR%%/include/fa/svgs/solid/cart-arrow-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/cart-plus.svg +%%CACTIDIR%%/include/fa/svgs/solid/cash-register.svg +%%CACTIDIR%%/include/fa/svgs/solid/cat.svg +%%CACTIDIR%%/include/fa/svgs/solid/certificate.svg +%%CACTIDIR%%/include/fa/svgs/solid/chair.svg +%%CACTIDIR%%/include/fa/svgs/solid/chalkboard-teacher.svg +%%CACTIDIR%%/include/fa/svgs/solid/chalkboard.svg +%%CACTIDIR%%/include/fa/svgs/solid/charging-station.svg +%%CACTIDIR%%/include/fa/svgs/solid/chart-area.svg +%%CACTIDIR%%/include/fa/svgs/solid/chart-bar.svg +%%CACTIDIR%%/include/fa/svgs/solid/chart-line.svg +%%CACTIDIR%%/include/fa/svgs/solid/chart-pie.svg +%%CACTIDIR%%/include/fa/svgs/solid/check-circle.svg +%%CACTIDIR%%/include/fa/svgs/solid/check-double.svg +%%CACTIDIR%%/include/fa/svgs/solid/check-square.svg +%%CACTIDIR%%/include/fa/svgs/solid/check.svg +%%CACTIDIR%%/include/fa/svgs/solid/cheese.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-bishop.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-board.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-king.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-knight.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-pawn.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-queen.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess-rook.svg +%%CACTIDIR%%/include/fa/svgs/solid/chess.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-circle-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-circle-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-circle-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-circle-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-down.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-left.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-right.svg +%%CACTIDIR%%/include/fa/svgs/solid/chevron-up.svg +%%CACTIDIR%%/include/fa/svgs/solid/child.svg +%%CACTIDIR%%/include/fa/svgs/solid/church.svg +%%CACTIDIR%%/include/fa/svgs/solid/circle-notch.svg +%%CACTIDIR%%/include/fa/svgs/solid/circle.svg +%%CACTIDIR%%/include/fa/svgs/solid/city.svg +%%CACTIDIR%%/include/fa/svgs/solid/clinic-medical.svg +%%CACTIDIR%%/include/fa/svgs/solid/clipboard-check.svg +%%CACTIDIR%%/include/fa/svgs/solid/clipboard-list.svg +%%CACTIDIR%%/include/fa/svgs/solid/clipboard.svg +%%CACTIDIR%%/include/fa/svgs/solid/clock.svg +%%CACTIDIR%%/include/fa/svgs/solid/clone.svg +%%CACTIDIR%%/include/fa/svgs/solid/closed-captioning.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-download-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-meatball.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-moon-rain.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-moon.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-rain.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-showers-heavy.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-sun-rain.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-sun.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud-upload-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/cloud.svg +%%CACTIDIR%%/include/fa/svgs/solid/cocktail.svg +%%CACTIDIR%%/include/fa/svgs/solid/code-branch.svg +%%CACTIDIR%%/include/fa/svgs/solid/code.svg +%%CACTIDIR%%/include/fa/svgs/solid/coffee.svg +%%CACTIDIR%%/include/fa/svgs/solid/cog.svg +%%CACTIDIR%%/include/fa/svgs/solid/cogs.svg +%%CACTIDIR%%/include/fa/svgs/solid/coins.svg +%%CACTIDIR%%/include/fa/svgs/solid/columns.svg +%%CACTIDIR%%/include/fa/svgs/solid/comment-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/comment-dollar.svg +%%CACTIDIR%%/include/fa/svgs/solid/comment-dots.svg +%%CACTIDIR%%/include/fa/svgs/solid/comment-medical.svg +%%CACTIDIR%%/include/fa/svgs/solid/comment-slash.svg +%%CACTIDIR%%/include/fa/svgs/solid/comment.svg +%%CACTIDIR%%/include/fa/svgs/solid/comments-dollar.svg +%%CACTIDIR%%/include/fa/svgs/solid/comments.svg +%%CACTIDIR%%/include/fa/svgs/solid/compact-disc.svg +%%CACTIDIR%%/include/fa/svgs/solid/compass.svg +%%CACTIDIR%%/include/fa/svgs/solid/compress-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/compress-arrows-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/compress.svg +%%CACTIDIR%%/include/fa/svgs/solid/concierge-bell.svg +%%CACTIDIR%%/include/fa/svgs/solid/cookie-bite.svg +%%CACTIDIR%%/include/fa/svgs/solid/cookie.svg +%%CACTIDIR%%/include/fa/svgs/solid/copy.svg +%%CACTIDIR%%/include/fa/svgs/solid/copyright.svg +%%CACTIDIR%%/include/fa/svgs/solid/couch.svg +%%CACTIDIR%%/include/fa/svgs/solid/credit-card.svg +%%CACTIDIR%%/include/fa/svgs/solid/crop-alt.svg +%%CACTIDIR%%/include/fa/svgs/solid/crop.svg +%%CACTIDIR%%/include/fa/svgs/solid/cross.svg +%%CACTIDIR%%/include/fa/svgs/solid/crosshairs.svg +%%CACTIDIR%%/include/fa/svgs/solid/crow.svg +%%CACTIDIR%%/include/fa/svgs/solid/crown.svg +%%CACTIDIR%%/include/fa/svgs/solid/crutch.svg +%%CACTIDIR%%/include/fa/svgs/solid/cube.svg +%%CACTIDIR%%/include/fa/svgs/solid/cubes.svg +%%CACTIDIR%%/include/fa/svgs/solid/cut.svg +%%CACTIDIR%%/include/fa/svgs/solid/database.svg +%%CACTIDIR%%/include/fa/svgs/solid/deaf.svg +%%CACTIDIR%%/include/fa/svgs/solid/democrat.svg +%%CACTIDIR%%/include/fa/svgs/solid/desktop.svg *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Thu Dec 17 09:45:23 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E83944B2980; Thu, 17 Dec 2020 09:45:23 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxRtq6Dtgz3CDk; Thu, 17 Dec 2020 09:45:23 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C906816B80; Thu, 17 Dec 2020 09:45:23 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BH9jNul095119; Thu, 17 Dec 2020 09:45:23 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BH9jNnd095117; Thu, 17 Dec 2020 09:45:23 GMT (envelope-from kai@FreeBSD.org) Message-Id: <202012170945.0BH9jNnd095117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Thu, 17 Dec 2020 09:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558273 - branches/2020Q4/security/i2p X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2020Q4/security/i2p X-SVN-Commit-Revision: 558273 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 09:45:24 -0000 Author: kai Date: Thu Dec 17 09:45:23 2020 New Revision: 558273 URL: https://svnweb.freebsd.org/changeset/ports/558273 Log: MFH: r558208 security/i2p: Update to 0.9.48 Changelog: https://geti2p.net/en/blog/post/2020/11/30/0.9.48-Release PR: 251595 Submitted by: Michael Muenz (maintainer) Approved by: ports-secteam bugfix blanket Modified: branches/2020Q4/security/i2p/Makefile branches/2020Q4/security/i2p/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/security/i2p/Makefile ============================================================================== --- branches/2020Q4/security/i2p/Makefile Thu Dec 17 09:44:04 2020 (r558272) +++ branches/2020Q4/security/i2p/Makefile Thu Dec 17 09:45:23 2020 (r558273) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i2p -DISTVERSION= 0.9.47 +DISTVERSION= 0.9.48 CATEGORIES= security java net-p2p MASTER_SITES= http://download.i2p2.de/releases/${PORTVERSION}/ DISTNAME= i2psource_${PORTVERSION} Modified: branches/2020Q4/security/i2p/distinfo ============================================================================== --- branches/2020Q4/security/i2p/distinfo Thu Dec 17 09:44:04 2020 (r558272) +++ branches/2020Q4/security/i2p/distinfo Thu Dec 17 09:45:23 2020 (r558273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600440100 -SHA256 (i2psource_0.9.47.tar.bz2) = dbccada6a353b54ceb844fe8cb0912c0363375a2f57214d23fcf463c4e6d2c4f -SIZE (i2psource_0.9.47.tar.bz2) = 32488438 +TIMESTAMP = 1607097374 +SHA256 (i2psource_0.9.48.tar.bz2) = e8c55b17b2066d8eab82bc407128f1f0366530c5429a1413ea0cbf40f922d532 +SIZE (i2psource_0.9.48.tar.bz2) = 33029295 From owner-svn-ports-branches@freebsd.org Thu Dec 17 12:36:09 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 13F254B6DA3; Thu, 17 Dec 2020 12:36:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CxWgs02dxz3MJp; Thu, 17 Dec 2020 12:36:09 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7EB418C01; Thu, 17 Dec 2020 12:36:08 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHCa8ar002751; Thu, 17 Dec 2020 12:36:08 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHCa83k002750; Thu, 17 Dec 2020 12:36:08 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202012171236.0BHCa83k002750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Thu, 17 Dec 2020 12:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558288 - branches/2020Q4/games/blockout X-SVN-Group: ports-branches X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: branches/2020Q4/games/blockout X-SVN-Commit-Revision: 558288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 12:36:09 -0000 Author: pkubaj Date: Thu Dec 17 12:36:08 2020 New Revision: 558288 URL: https://svnweb.freebsd.org/changeset/ports/558288 Log: MFH: r558287 games/blockout: enable on all architectures Builds fine on powerpc64. Modified: branches/2020Q4/games/blockout/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/games/blockout/Makefile ============================================================================== --- branches/2020Q4/games/blockout/Makefile Thu Dec 17 12:35:21 2020 (r558287) +++ branches/2020Q4/games/blockout/Makefile Thu Dec 17 12:36:08 2020 (r558288) @@ -14,8 +14,6 @@ COMMENT= BlockOut II is an adaptation of the original LICENSE= GPLv2+ -ONLY_FOR_ARCHS= i386 amd64 - USES= dos2unix gl gmake sdl USE_SDL= mixer sdl DOS2UNIX_FILES= ImageLib/src/gif/gif.h \ From owner-svn-ports-branches@freebsd.org Thu Dec 17 18:44:45 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 134E84BFCD2; Thu, 17 Dec 2020 18:44:45 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cxgs804hHz4YjN; Thu, 17 Dec 2020 18:44:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D04711D751; Thu, 17 Dec 2020 18:44:43 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHIihR1035666; Thu, 17 Dec 2020 18:44:43 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHIihEe035665; Thu, 17 Dec 2020 18:44:43 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012171844.0BHIihEe035665@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 Dec 2020 18:44:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558312 - branches/2020Q4/x11/wofi X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/x11/wofi X-SVN-Commit-Revision: 558312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 18:44:45 -0000 Author: jbeich Date: Thu Dec 17 18:44:43 2020 New Revision: 558312 URL: https://svnweb.freebsd.org/changeset/ports/558312 Log: MFH: r558310 x11/wofi: drop distfile mirroring https://hg.sr.ht/~sircmpwn/hg.sr.ht/rev/701795ec3596 Modified: branches/2020Q4/x11/wofi/Makefile branches/2020Q4/x11/wofi/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11/wofi/Makefile ============================================================================== --- branches/2020Q4/x11/wofi/Makefile Thu Dec 17 18:42:03 2020 (r558311) +++ branches/2020Q4/x11/wofi/Makefile Thu Dec 17 18:44:43 2020 (r558312) @@ -5,8 +5,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= x11 -#MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -MASTER_SITES+= LOCAL/jbeich # https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 +MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Launcher/menu program for wlroots-based compositors Modified: branches/2020Q4/x11/wofi/distinfo ============================================================================== --- branches/2020Q4/x11/wofi/distinfo Thu Dec 17 18:42:03 2020 (r558311) +++ branches/2020Q4/x11/wofi/distinfo Thu Dec 17 18:44:43 2020 (r558312) @@ -1,3 +1,3 @@ TIMESTAMP = 1598496406 -SHA256 (wofi-v1.2.2.tar.gz) = 64ab49e5f87a3b6c6c18d59a7230507a3808b6492ca145493337ef5334e2e19a -SIZE (wofi-v1.2.2.tar.gz) = 71393 +SHA256 (wofi-v1.2.2.tar.gz) = 889a499d14bce72f78673c63902c17b0746096f1506c8666ac39c8ef1abfe799 +SIZE (wofi-v1.2.2.tar.gz) = 71374 From owner-svn-ports-branches@freebsd.org Thu Dec 17 18:45:12 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BEC5E4BFF97; Thu, 17 Dec 2020 18:45:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cxgsh54vCz4YpH; Thu, 17 Dec 2020 18:45:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A15871D5C0; Thu, 17 Dec 2020 18:45:12 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHIjCfS035823; Thu, 17 Dec 2020 18:45:12 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHIjCNg035821; Thu, 17 Dec 2020 18:45:12 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012171845.0BHIjCNg035821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 17 Dec 2020 18:45:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558313 - branches/2020Q4/multimedia/wlrobs X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/multimedia/wlrobs X-SVN-Commit-Revision: 558313 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 18:45:12 -0000 Author: jbeich Date: Thu Dec 17 18:45:11 2020 New Revision: 558313 URL: https://svnweb.freebsd.org/changeset/ports/558313 Log: MFH: r558311 multimedia/wlrobs: drop distfile mirroring https://hg.sr.ht/~sircmpwn/hg.sr.ht/rev/701795ec3596 Modified: branches/2020Q4/multimedia/wlrobs/Makefile branches/2020Q4/multimedia/wlrobs/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/multimedia/wlrobs/Makefile ============================================================================== --- branches/2020Q4/multimedia/wlrobs/Makefile Thu Dec 17 18:44:43 2020 (r558312) +++ branches/2020Q4/multimedia/wlrobs/Makefile Thu Dec 17 18:45:11 2020 (r558313) @@ -4,8 +4,7 @@ PORTNAME= wlrobs DISTVERSIONPREFIX= v PORTVERSION= 1.0 CATEGORIES= multimedia -#MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/ -MASTER_SITES+= LOCAL/jbeich # https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 +MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONFULL:C/.*-//}${EXTRACT_SUFX}?dummy=/ MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland screen capture plugin for obs-studio Modified: branches/2020Q4/multimedia/wlrobs/distinfo ============================================================================== --- branches/2020Q4/multimedia/wlrobs/distinfo Thu Dec 17 18:44:43 2020 (r558312) +++ branches/2020Q4/multimedia/wlrobs/distinfo Thu Dec 17 18:45:11 2020 (r558313) @@ -1,3 +1,3 @@ TIMESTAMP = 1598923465 -SHA256 (wlrobs-v1.0.tar.gz) = a63a23ef5b397df59a03e8f079c3a11f0bf94e7e48c6105dd183674ddaa9df95 -SIZE (wlrobs-v1.0.tar.gz) = 55017 +SHA256 (wlrobs-v1.0.tar.gz) = 2a052809d34105eb5640a0368c2523a3ddeeeeac2732449ab358d21acd7b9180 +SIZE (wlrobs-v1.0.tar.gz) = 54998 From owner-svn-ports-branches@freebsd.org Thu Dec 17 21:10:47 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF07E4C4912; Thu, 17 Dec 2020 21:10:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cxl5g4Ytrz4nb6; Thu, 17 Dec 2020 21:10:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 901661F1DD; Thu, 17 Dec 2020 21:10:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHLAlUs029472; Thu, 17 Dec 2020 21:10:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHLAkPK029468; Thu, 17 Dec 2020 21:10:46 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202012172110.0BHLAkPK029468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 17 Dec 2020 21:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558330 - in branches/2020Q4/security/vault: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2020Q4/security/vault: . files X-SVN-Commit-Revision: 558330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 21:10:47 -0000 Author: swills Date: Thu Dec 17 21:10:46 2020 New Revision: 558330 URL: https://svnweb.freebsd.org/changeset/ports/558330 Log: MFH: r557185 r558297 security/vault: update to 1.6.0 security/vault: update to 1.6.1 [1] While here, improve pkg-message and rc script [2] PR: 251737 [2] Submitted by: brd [2] Security: cc1fd3da-b8fd-4f4d-a092-c38541c0f993 Approved by: ports-secteam (implicit) Modified: branches/2020Q4/security/vault/Makefile branches/2020Q4/security/vault/distinfo branches/2020Q4/security/vault/files/pkg-message.in branches/2020Q4/security/vault/files/vault.in Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/security/vault/Makefile ============================================================================== --- branches/2020Q4/security/vault/Makefile Thu Dec 17 21:09:37 2020 (r558329) +++ branches/2020Q4/security/vault/Makefile Thu Dec 17 21:10:46 2020 (r558330) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= vault -PORTVERSION= 1.5.4 +PORTVERSION= 1.6.1 DISTVERSIONPREFIX= v CATEGORIES= security Modified: branches/2020Q4/security/vault/distinfo ============================================================================== --- branches/2020Q4/security/vault/distinfo Thu Dec 17 21:09:37 2020 (r558329) +++ branches/2020Q4/security/vault/distinfo Thu Dec 17 21:10:46 2020 (r558330) @@ -1,5 +1,5 @@ -TIMESTAMP = 1601333569 -SHA256 (hashicorp-vault-v1.5.4_GH0.tar.gz) = 99e3145a9b6f5ee6429b997f3e1f35f648d07c617ff6aef7041f91fcf34e1582 -SIZE (hashicorp-vault-v1.5.4_GH0.tar.gz) = 35116452 -SHA256 (swills-vaultui-v1.5.4_GH0.tar.gz) = 486ea116146a5d3b875d4449d2633519c9d09c0be8689a249c2ab2ad042d7dde -SIZE (swills-vaultui-v1.5.4_GH0.tar.gz) = 1614275 +TIMESTAMP = 1608216772 +SHA256 (hashicorp-vault-v1.6.1_GH0.tar.gz) = fb5d96e682a48bfd421b13cdfffd710da0238dbded1988aab822dd5aae75b4c4 +SIZE (hashicorp-vault-v1.6.1_GH0.tar.gz) = 39080880 +SHA256 (swills-vaultui-v1.6.1_GH0.tar.gz) = 2fafc8a7e523fd7cd196731b5cebdf160e4e025b80bb4c249728a7a042f1d607 +SIZE (swills-vaultui-v1.6.1_GH0.tar.gz) = 1657205 Modified: branches/2020Q4/security/vault/files/pkg-message.in ============================================================================== --- branches/2020Q4/security/vault/files/pkg-message.in Thu Dec 17 21:09:37 2020 (r558329) +++ branches/2020Q4/security/vault/files/pkg-message.in Thu Dec 17 21:10:46 2020 (r558330) @@ -11,7 +11,7 @@ pw usermod -L daemon -n vault or delete the user and reinstall the package. You may also need to increase memorylocked for the daemon class in -/etc/login.conf to 256M or more and run: +/etc/login.conf to 1024M or more and run: cap_mkdb /etc/login.conf Modified: branches/2020Q4/security/vault/files/vault.in ============================================================================== --- branches/2020Q4/security/vault/files/vault.in Thu Dec 17 21:09:37 2020 (r558329) +++ branches/2020Q4/security/vault/files/vault.in Thu Dec 17 21:10:46 2020 (r558330) @@ -15,7 +15,7 @@ # Default is "vault". # vault_group (group): Set group to run vault. # Default is "vault". -# vault_config (dir): Set vault config file. +# vault_config (file): Set vault config file. # Default is "%%PREFIX%%/etc/vault.hcl". # vault_syslog_output_enable (bool): Set to enable syslog output. # Default is "NO". See daemon(8). @@ -42,7 +42,7 @@ if [ ${DAEMON} -eq 0 ]; then : ${vault_syslog_output_priority:="info"} : ${vault_syslog_output_facility:="daemon"} if checkyesno vault_syslog_output_enable; then - vault_syslog_output_flags="-t ${name} -T ${name}" + vault_syslog_output_flags="-T ${name}" if [ -n "${vault_syslog_output_priority}" ]; then vault_syslog_output_flags="${vault_syslog_output_flags} -s ${vault_syslog_output_priority}" @@ -60,7 +60,7 @@ fi pidfile=/var/run/vault.pid procname="%%PREFIX%%/bin/vault" command="/usr/sbin/daemon" -command_args="-f ${vault_syslog_output_flags} -p ${pidfile} /usr/bin/env ${vault_env} ${procname} server -config=${vault_config}" +command_args="-f -t ${name} ${vault_syslog_output_flags} -p ${pidfile} /usr/bin/env ${vault_env} ${procname} server -config=${vault_config}" extra_commands="reload monitor" monitor_cmd=vault_monitor From owner-svn-ports-branches@freebsd.org Fri Dec 18 12:11:43 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 39E4B4B7461; Fri, 18 Dec 2020 12:11:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cy75C0wsVz4blT; Fri, 18 Dec 2020 12:11:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 078AE24D5; Fri, 18 Dec 2020 12:11:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BICBhXM095268; Fri, 18 Dec 2020 12:11:43 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BICBP2B094971; Fri, 18 Dec 2020 12:11:25 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202012181211.0BICBP2B094971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Fri, 18 Dec 2020 12:11:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558367 - in branches/2020Q4: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffic... X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: in branches/2020Q4: arabic/libreoffice chinese/libreoffice-zh_CN chinese/libreoffice-zh_TW editors/libreoffice editors/libreoffice-af editors/libreoffice-am editors/libreoffice-as editors/libreoffice-... X-SVN-Commit-Revision: 558367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2020 12:11:43 -0000 Author: fluffy Date: Fri Dec 18 12:11:25 2020 New Revision: 558367 URL: https://svnweb.freebsd.org/changeset/ports/558367 Log: MFH: r558365 LibreOffice 7.0.4 is here, with over 110 bugfixes and compatibility improvements! It's the latest release in the 7.0 branch Release Notes: https://wiki.documentfoundation.org/ReleaseNotes/7.0 Added: branches/2020Q4/editors/libreoffice/files/patch-external_skia_Library__skia.mk - copied unchanged from r558365, head/editors/libreoffice/files/patch-external_skia_Library__skia.mk Deleted: branches/2020Q4/editors/libreoffice/files/patch-bridges_source_cpp__uno_gcc3__linux__aarch64_cpp2uno.cxx branches/2020Q4/editors/libreoffice/files/patch-vcl_source_filter_ipdf_pdfread.cxx Modified: branches/2020Q4/arabic/libreoffice/distinfo branches/2020Q4/chinese/libreoffice-zh_CN/distinfo branches/2020Q4/chinese/libreoffice-zh_TW/distinfo branches/2020Q4/editors/libreoffice-af/distinfo branches/2020Q4/editors/libreoffice-am/distinfo branches/2020Q4/editors/libreoffice-as/distinfo branches/2020Q4/editors/libreoffice-ast/distinfo branches/2020Q4/editors/libreoffice-be/distinfo branches/2020Q4/editors/libreoffice-bg/distinfo branches/2020Q4/editors/libreoffice-bn/distinfo branches/2020Q4/editors/libreoffice-bn_IN/distinfo branches/2020Q4/editors/libreoffice-bo/distinfo branches/2020Q4/editors/libreoffice-br/distinfo branches/2020Q4/editors/libreoffice-brx/distinfo branches/2020Q4/editors/libreoffice-bs/distinfo branches/2020Q4/editors/libreoffice-ca/distinfo branches/2020Q4/editors/libreoffice-ca_valencia/distinfo branches/2020Q4/editors/libreoffice-ckb/distinfo branches/2020Q4/editors/libreoffice-cs/distinfo branches/2020Q4/editors/libreoffice-cy/distinfo branches/2020Q4/editors/libreoffice-da/distinfo branches/2020Q4/editors/libreoffice-dgo/distinfo branches/2020Q4/editors/libreoffice-dsb/distinfo branches/2020Q4/editors/libreoffice-dz/distinfo branches/2020Q4/editors/libreoffice-el/distinfo branches/2020Q4/editors/libreoffice-en_GB/distinfo branches/2020Q4/editors/libreoffice-en_ZA/distinfo branches/2020Q4/editors/libreoffice-eo/distinfo branches/2020Q4/editors/libreoffice-es/distinfo branches/2020Q4/editors/libreoffice-et/distinfo branches/2020Q4/editors/libreoffice-eu/distinfo branches/2020Q4/editors/libreoffice-fa/distinfo branches/2020Q4/editors/libreoffice-fi/distinfo branches/2020Q4/editors/libreoffice-fur/distinfo branches/2020Q4/editors/libreoffice-fy/distinfo branches/2020Q4/editors/libreoffice-ga/distinfo branches/2020Q4/editors/libreoffice-gd/distinfo branches/2020Q4/editors/libreoffice-gl/distinfo branches/2020Q4/editors/libreoffice-gu/distinfo branches/2020Q4/editors/libreoffice-gug/distinfo branches/2020Q4/editors/libreoffice-hi/distinfo branches/2020Q4/editors/libreoffice-hr/distinfo branches/2020Q4/editors/libreoffice-hsb/distinfo branches/2020Q4/editors/libreoffice-id/distinfo branches/2020Q4/editors/libreoffice-is/distinfo branches/2020Q4/editors/libreoffice-it/distinfo branches/2020Q4/editors/libreoffice-ka/distinfo branches/2020Q4/editors/libreoffice-kab/distinfo branches/2020Q4/editors/libreoffice-kk/distinfo branches/2020Q4/editors/libreoffice-km/distinfo branches/2020Q4/editors/libreoffice-kmr_Latn/distinfo branches/2020Q4/editors/libreoffice-kn/distinfo branches/2020Q4/editors/libreoffice-kok/distinfo branches/2020Q4/editors/libreoffice-ks/distinfo branches/2020Q4/editors/libreoffice-lb/distinfo branches/2020Q4/editors/libreoffice-lo/distinfo branches/2020Q4/editors/libreoffice-lt/distinfo branches/2020Q4/editors/libreoffice-lv/distinfo branches/2020Q4/editors/libreoffice-mai/distinfo branches/2020Q4/editors/libreoffice-mk/distinfo branches/2020Q4/editors/libreoffice-ml/distinfo branches/2020Q4/editors/libreoffice-mn/distinfo branches/2020Q4/editors/libreoffice-mni/distinfo branches/2020Q4/editors/libreoffice-mr/distinfo branches/2020Q4/editors/libreoffice-my/distinfo branches/2020Q4/editors/libreoffice-nb/distinfo branches/2020Q4/editors/libreoffice-ne/distinfo branches/2020Q4/editors/libreoffice-nl/distinfo branches/2020Q4/editors/libreoffice-nn/distinfo branches/2020Q4/editors/libreoffice-nr/distinfo branches/2020Q4/editors/libreoffice-nso/distinfo branches/2020Q4/editors/libreoffice-oc/distinfo branches/2020Q4/editors/libreoffice-om/distinfo branches/2020Q4/editors/libreoffice-or/distinfo branches/2020Q4/editors/libreoffice-pa_IN/distinfo branches/2020Q4/editors/libreoffice-ro/distinfo branches/2020Q4/editors/libreoffice-rw/distinfo branches/2020Q4/editors/libreoffice-sa_IN/distinfo branches/2020Q4/editors/libreoffice-sat/distinfo branches/2020Q4/editors/libreoffice-sd/distinfo branches/2020Q4/editors/libreoffice-si/distinfo branches/2020Q4/editors/libreoffice-sid/distinfo branches/2020Q4/editors/libreoffice-sk/distinfo branches/2020Q4/editors/libreoffice-sl/distinfo branches/2020Q4/editors/libreoffice-sq/distinfo branches/2020Q4/editors/libreoffice-sr/distinfo branches/2020Q4/editors/libreoffice-sr_Latn/distinfo branches/2020Q4/editors/libreoffice-ss/distinfo branches/2020Q4/editors/libreoffice-st/distinfo branches/2020Q4/editors/libreoffice-sv/distinfo branches/2020Q4/editors/libreoffice-sw_TZ/distinfo branches/2020Q4/editors/libreoffice-szl/distinfo branches/2020Q4/editors/libreoffice-ta/distinfo branches/2020Q4/editors/libreoffice-te/distinfo branches/2020Q4/editors/libreoffice-tg/distinfo branches/2020Q4/editors/libreoffice-th/distinfo branches/2020Q4/editors/libreoffice-tn/distinfo branches/2020Q4/editors/libreoffice-tr/distinfo branches/2020Q4/editors/libreoffice-ts/distinfo branches/2020Q4/editors/libreoffice-tt/distinfo branches/2020Q4/editors/libreoffice-ug/distinfo branches/2020Q4/editors/libreoffice-uz/distinfo branches/2020Q4/editors/libreoffice-ve/distinfo branches/2020Q4/editors/libreoffice-vec/distinfo branches/2020Q4/editors/libreoffice-xh/distinfo branches/2020Q4/editors/libreoffice-zu/distinfo branches/2020Q4/editors/libreoffice/Makefile branches/2020Q4/editors/libreoffice/Makefile.common branches/2020Q4/editors/libreoffice/distinfo branches/2020Q4/french/libreoffice/distinfo branches/2020Q4/german/libreoffice/distinfo branches/2020Q4/hebrew/libreoffice/distinfo branches/2020Q4/hungarian/libreoffice/distinfo branches/2020Q4/japanese/libreoffice/distinfo branches/2020Q4/korean/libreoffice/distinfo branches/2020Q4/polish/libreoffice/distinfo branches/2020Q4/portuguese/libreoffice-pt_BR/distinfo branches/2020Q4/portuguese/libreoffice/distinfo branches/2020Q4/russian/libreoffice/distinfo branches/2020Q4/ukrainian/libreoffice/distinfo branches/2020Q4/vietnamese/libreoffice/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/arabic/libreoffice/distinfo ============================================================================== --- branches/2020Q4/arabic/libreoffice/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/arabic/libreoffice/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974639 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 6b2f0c9616fa5a0842912db61b8c3f1a0ad513274137062a41af7cc4c424fc1c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ar.tar.gz) = 1651376 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ar.tar.gz) = e4da8505ec64ceb0986dccde968841cd02483feb2b3625b3f881b1aeadbf0b84 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ar.tar.gz) = 2625920 +TIMESTAMP = 1608278408 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ar.tar.gz) = 23cc16c09f2b5ec61a0362cb0b227abda69e143960947c3956015bc714d6d174 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ar.tar.gz) = 1646805 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ar.tar.gz) = ebfbc9dfe7661967f794dc7dca89c609e050927799b94dd6ea347f76c08f82b0 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ar.tar.gz) = 2627155 Modified: branches/2020Q4/chinese/libreoffice-zh_CN/distinfo ============================================================================== --- branches/2020Q4/chinese/libreoffice-zh_CN/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/chinese/libreoffice-zh_CN/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975172 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 84f4b89d949c87158a6195b8f017e8a1d9b81e59bbb41ef6eff811e489b7c4d5 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 620614 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 845d1d7869e8edc87c3cba5bf33bd0cf548c5d457ccc421ab9236bb94d16070e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2987336 +TIMESTAMP = 1608279198 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 911d00f59b13e542f98a7c057edce98ce4d2e24b7677a79903ef48663fef9a66 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_zh-CN.tar.gz) = 620316 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 22c31919c1872f447b2cd10f6af092a757822b13ad2d7d46ecb5f80bbdf9935f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_zh-CN.tar.gz) = 2987319 Modified: branches/2020Q4/chinese/libreoffice-zh_TW/distinfo ============================================================================== --- branches/2020Q4/chinese/libreoffice-zh_TW/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/chinese/libreoffice-zh_TW/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975179 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = f96660c185362456f5d6544cef42d32efef8f9c93bed6dcc193153d845460c71 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 617991 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 88df3c0b72a56538b174548da4ae4a54c7feb8dac145ceb664d7159ef01a1db4 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3089963 +TIMESTAMP = 1608279207 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = f5d8284a4e09b5d25c94a804abbd4fd8b291851c3d90e977a7ed4ab28b5290a0 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_zh-TW.tar.gz) = 617925 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 71d081a3271d6ff249f25da45d420a5564d2292cc78a7d484eed53eb6058a6cd +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_zh-TW.tar.gz) = 3090065 Modified: branches/2020Q4/editors/libreoffice-af/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-af/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-af/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974626 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_af.tar.gz) = b9a91bb0baf14584abc41f77e6a95a9997f66587dd2aad338a8a1c54e453495c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_af.tar.gz) = 933030 +TIMESTAMP = 1608278386 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_af.tar.gz) = e4fee427f9f8f14556cd8c18000763f404f2c9dee53b6957f31c0fe01d2fc11f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_af.tar.gz) = 949709 Modified: branches/2020Q4/editors/libreoffice-am/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-am/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-am/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974633 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_am.tar.gz) = db24d9a1f2733f9a3690994f229e00b7f974492853d3c7338cfedcca9b3be10f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_am.tar.gz) = 523003 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_am.tar.gz) = a22081488f84c0453bff9a206051df4034a1a0ee549300cae97952ae4446c179 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_am.tar.gz) = 2951401 +TIMESTAMP = 1608278397 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_am.tar.gz) = 4e376646e89116b19ab40c116c8a7e20210bd4e0cb000ba04ef35e02984a52f5 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_am.tar.gz) = 522940 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_am.tar.gz) = 21307ffdcd3c22f9581c2fb41655ec401dfaaa285d3deb277bc2467becb4173f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_am.tar.gz) = 2951542 Modified: branches/2020Q4/editors/libreoffice-as/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-as/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-as/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974642 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_as.tar.gz) = 579f0face7be06dcdd25a654ade72830e37da1ee2e73c4ae6871660edb676f7f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_as.tar.gz) = 363009 +TIMESTAMP = 1608278411 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_as.tar.gz) = 8e5927f6fcfadbebfed34ac5ac45782eaaa3e6f0d433f6d3565d4a30d7d2dfa5 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_as.tar.gz) = 362331 Modified: branches/2020Q4/editors/libreoffice-ast/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ast/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ast/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974648 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ast.tar.gz) = ee52e9089323930172fbe08a3f6b5f82662846ddea4615f674986ac813b4ee15 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ast.tar.gz) = 347931 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ast.tar.gz) = 654d6505da02c8a760a8858e51c0ce55842265ac0f4557b09b35157170121dd9 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ast.tar.gz) = 2798170 +TIMESTAMP = 1608278419 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ast.tar.gz) = b818a7791791fc81c38acacf247b942b86bedbd66d25f38faa8c521af25ae292 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ast.tar.gz) = 348116 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ast.tar.gz) = a872dee82bd3b7012c9efde8056b34556397bb6971036d79163030473f7962e6 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ast.tar.gz) = 2798027 Modified: branches/2020Q4/editors/libreoffice-be/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-be/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-be/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974651 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_be.tar.gz) = 97d8ad78b6880caf10314d5a11b5b5e0e78536bca77aa93bd644a0cec6581d39 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_be.tar.gz) = 764736 +TIMESTAMP = 1608278422 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_be.tar.gz) = 8e4c0f04739ad3681ca8653adb5bd1cf4d1bd400f1515e9793722ab8109becca +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_be.tar.gz) = 764965 Modified: branches/2020Q4/editors/libreoffice-bg/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-bg/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-bg/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974659 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bg.tar.gz) = 98afd7952e412b90c20951ee2b4a34aed70517fe63fd549dfd977a975074fa6d -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bg.tar.gz) = 1667110 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bg.tar.gz) = a5f23d15fc9228ee724000dcb84300a21261fde4f6b5678120dffb8db13ce334 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bg.tar.gz) = 2909854 +TIMESTAMP = 1608278433 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bg.tar.gz) = e20f5220958986be6fca5f0f6589ec0c831b4f7c464e48b680477edd16d37e50 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bg.tar.gz) = 1667640 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bg.tar.gz) = 3aad87919ea1393574a8df00ba0b9ba0e94592a49c88f9579653d0aae3b51276 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bg.tar.gz) = 2910010 Modified: branches/2020Q4/editors/libreoffice-bn/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-bn/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-bn/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974666 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bn.tar.gz) = eda42a2a6cf6b1cc68f344393e307175c5da08ec09f81c508291955f2c303a30 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bn.tar.gz) = 549132 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bn.tar.gz) = 7ba22b363a8c749a9401245037047bfcfc6c778bfa8e119864636f7e0bef5db1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bn.tar.gz) = 2815061 +TIMESTAMP = 1608278444 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bn.tar.gz) = cfbea270cb537af8f87ac307bf245671be2f3abf14972a0a0cb0177958386242 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bn.tar.gz) = 550709 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bn.tar.gz) = c67f1c98d6445f30a887ddefe324dac26766226e90d73abc3a692f5b9067eac8 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bn.tar.gz) = 2815212 Modified: branches/2020Q4/editors/libreoffice-bn_IN/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-bn_IN/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-bn_IN/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974673 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = c32460c6f998847e1687abdc7598dfc1dcf30e5bf5b500b57fc857fceccddd83 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 436917 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 5f0fb6ab63960d4461bb68aa4d5fa3d6eaa1c2855f3cef0609bb78caaf18669b -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 3136906 +TIMESTAMP = 1608278454 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 9374c39256d51b4775c52ced430e5321879b8635f58e93c02ce7cf04d0be79a0 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bn-IN.tar.gz) = 436649 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 2f2bbef4b07691ac8debe9c1c461de94b23cb1e4b143204236651ced4572b48f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bn-IN.tar.gz) = 3136880 Modified: branches/2020Q4/editors/libreoffice-bo/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-bo/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-bo/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974679 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bo.tar.gz) = aafa0d3e9f9cb217a9918220b7db7c8b0e475e935ab5339cb318e25fea624d39 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bo.tar.gz) = 265716 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bo.tar.gz) = c85ac2f4898649e161d8723510d8108e19cbe4b5ca0b2648407f1be2563a9809 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bo.tar.gz) = 2831338 +TIMESTAMP = 1608278464 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bo.tar.gz) = aaa2042541dc53fee70c7772104692af342a10a84d65feca318c155067219394 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bo.tar.gz) = 265883 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bo.tar.gz) = 579ed10f976a4c4cee60dc37ec5c648c2465960e88646aaa5731932f7a3af41c +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bo.tar.gz) = 2831336 Modified: branches/2020Q4/editors/libreoffice-br/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-br/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-br/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974684 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_br.tar.gz) = ebc319c7f0ae14f38b15bf54526766bda249ba415f3abd3dcc2fb97aa3dbcd60 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_br.tar.gz) = 1014713 +TIMESTAMP = 1608278467 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_br.tar.gz) = 28a81666b19e25d7c468b8ddc31cfbf5c81f62095457d35013446cced1571f88 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_br.tar.gz) = 1013539 Modified: branches/2020Q4/editors/libreoffice-brx/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-brx/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-brx/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974687 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_brx.tar.gz) = de8aec5171300b68f6e77c0336a5dd9b2e35218af86b534e97bd68b91ca34f4b -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_brx.tar.gz) = 236415 +TIMESTAMP = 1608278470 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_brx.tar.gz) = df1c645d9d2e9d2d29e7fb2dfde0d89337360d21eac7b34cc9654026b30752df +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_brx.tar.gz) = 236521 Modified: branches/2020Q4/editors/libreoffice-bs/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-bs/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-bs/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974693 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bs.tar.gz) = 5f3f838443cb742ebe78211cdf4fa17b59a78dc932df5963a5bbc75eabf99c79 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_bs.tar.gz) = 467543 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bs.tar.gz) = 3b2c151fc73f1f937180377fd94fb2cce6075d29bdf02c77fc488b077bf30ad1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_bs.tar.gz) = 2735338 +TIMESTAMP = 1608278479 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bs.tar.gz) = c66b361bce1d64e93ae1179704f01b5e8f5bda6ba74bc53959db3c86c47fdc99 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_bs.tar.gz) = 467627 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bs.tar.gz) = 279b9f89198e22dad1dd978c148ebb2a55ad0c97b434330b69d23b6d2b17d6a1 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_bs.tar.gz) = 2735143 Modified: branches/2020Q4/editors/libreoffice-ca/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ca/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ca/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974702 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ca.tar.gz) = 8da8fd567212e0fbeef2ad6246720f3514b0530fc64fce9890e467ec632ab710 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ca.tar.gz) = 1309250 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ca.tar.gz) = eff131365c42936b021fb27e70d7d6130435a3e050584c064993de044789c61f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ca.tar.gz) = 2794998 +TIMESTAMP = 1608278490 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ca.tar.gz) = 2932b8d830ffd4a5b45f01763f48772b189b988212b0418f321396487f0c4f3a +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ca.tar.gz) = 1308414 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ca.tar.gz) = 0dc7a6658c855abbba12aadb1432e8838dc088f83867011637d6a8afa790ddd4 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ca.tar.gz) = 2795112 Modified: branches/2020Q4/editors/libreoffice-ca_valencia/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ca_valencia/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ca_valencia/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974708 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = a6c8d9d4502304ffecedd9fa418cd0aa5a97591b9d218ef3fff96d322fb2c2db -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 1307569 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 01a8a81244a78cfb506d0a0248fb39c2edbe1156bffc828a30bf90eea89e35fe -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 2801023 +TIMESTAMP = 1608278501 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 95896e36f777a9a6571958f08f935112a068df27ef5d19a4adef586a245ddfed +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ca-valencia.tar.gz) = 1308829 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = ca51452e8bdc972c0a9a8a304277cb77a79838aa3850f66cf9c9f5d83de5aa4e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ca-valencia.tar.gz) = 2801593 Modified: branches/2020Q4/editors/libreoffice-ckb/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ckb/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ckb/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974710 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ckb.tar.gz) = fd83ec0a6925deeca8ec8d0775a333c1c1dba885cf5a13c6769256affd1d18b6 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ckb.tar.gz) = 252301 +TIMESTAMP = 1608278503 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ckb.tar.gz) = db4a9519a234e497a11865854e527d5cbc35a629ffbe7dfe1cc92b5e94bdc788 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ckb.tar.gz) = 252413 Modified: branches/2020Q4/editors/libreoffice-cs/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-cs/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-cs/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974717 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_cs.tar.gz) = 4e9a9710bffd1681a38b22fee5847c9e0c3deda189443be6ef225f54b289a82c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_cs.tar.gz) = 2191292 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_cs.tar.gz) = c83a9f267adc68af6c47db3b83041644a1182767655b7c65f7dee48124cc5639 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_cs.tar.gz) = 2820858 +TIMESTAMP = 1608278516 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_cs.tar.gz) = 36960deb73e7dc033ca05e62041e6ebb5ed0069a93d64f96e93cde919eb476ba +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_cs.tar.gz) = 2192001 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_cs.tar.gz) = f4c1e7ed588d172ef118917ce53579563603e814aab425e5faa5bafe6d2093f8 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_cs.tar.gz) = 2820792 Modified: branches/2020Q4/editors/libreoffice-cy/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-cy/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-cy/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974720 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_cy.tar.gz) = 1cba3eed4c257d48e9cf0844d28f27232a812733cf60693a106833b1773f6a8f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_cy.tar.gz) = 550801 +TIMESTAMP = 1608278519 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_cy.tar.gz) = afbf15f330dee2c84acc4e1fdcd77eb07120c9e817996ddc3036f53f5362e2ff +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_cy.tar.gz) = 550329 Modified: branches/2020Q4/editors/libreoffice-da/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-da/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-da/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974727 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_da.tar.gz) = 09a5a66097d8c9cd3704e70039cee71938cfa3838c6c906ca0540c88405803d1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_da.tar.gz) = 1972425 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_da.tar.gz) = be553eb185b2f574a4dd0b25ad12136314853292e76b25ac067cb6e6cf281cc0 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_da.tar.gz) = 2774734 +TIMESTAMP = 1608278530 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_da.tar.gz) = 6281cadc23d71e867e2a48df4edaaafec22116e033743e9697e9dee64c03be89 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_da.tar.gz) = 1972324 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_da.tar.gz) = 9fea18af1a164aa9900fa54cc8bd3e96a1c897e7e4b73377d7bb58008ffe0fee +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_da.tar.gz) = 2774581 Modified: branches/2020Q4/editors/libreoffice-dgo/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-dgo/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-dgo/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974736 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_dgo.tar.gz) = 1d6fb37a7477f943eee2d3c7a15cbadd979aa74de69d58c1d92f1bd658aab908 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_dgo.tar.gz) = 303839 +TIMESTAMP = 1608278556 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_dgo.tar.gz) = 3203b34ef9a5290b32a629bd51b11049c47dc34b2b52c33a9f6df5a290fc3453 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_dgo.tar.gz) = 303823 Modified: branches/2020Q4/editors/libreoffice-dsb/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-dsb/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-dsb/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974739 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_dsb.tar.gz) = 90b81eac1f48a5466d6d8158812bfbd827b6f584505fd0f035d1d2dbde8b7919 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_dsb.tar.gz) = 560499 +TIMESTAMP = 1608278559 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_dsb.tar.gz) = 2a9376b4107a55c8f7d60f4bd5197bdcad68e7b1740562b44da13e7e2f6f29ee +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_dsb.tar.gz) = 560746 Modified: branches/2020Q4/editors/libreoffice-dz/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-dz/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-dz/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974744 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_dz.tar.gz) = c8cf2af929f12a311fcdfbbaad08ddbe695716548a150e9d38751194c87303b5 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_dz.tar.gz) = 256218 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_dz.tar.gz) = 0f951a9d6f80072056e9988e77683e2f1c486247eee8098609ccd4463cd55655 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_dz.tar.gz) = 2919207 +TIMESTAMP = 1608278568 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_dz.tar.gz) = ac6720367111f624bdad4053e5de1a4dd355e4b3442d7f69ffe261266cd9929d +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_dz.tar.gz) = 256202 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_dz.tar.gz) = bc114e88c3379ae8d1a11c834d520b33393c56242c839d3d52da2030c5f2ccf6 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_dz.tar.gz) = 2919289 Modified: branches/2020Q4/editors/libreoffice-el/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-el/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-el/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974751 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_el.tar.gz) = 1ad853c92f8490f443b8628345826240b13c8ed99330dd64a3469f6bedb759aa -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_el.tar.gz) = 2171521 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_el.tar.gz) = 885214261f993258988aa623b479f8a3197e79783f6a085d6fe1b99c828ef784 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_el.tar.gz) = 3239123 +TIMESTAMP = 1608278581 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_el.tar.gz) = fe25877a75dd9792efa6557f9ea5d3abf8566e345e7b14591eec2b854f7b9e84 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_el.tar.gz) = 2170873 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_el.tar.gz) = 64c70c22387d55eebe413c5c9591dc72152ae1485823577a516bc9c471895575 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_el.tar.gz) = 3239033 Modified: branches/2020Q4/editors/libreoffice-en_GB/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-en_GB/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-en_GB/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974758 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_en-GB.tar.gz) = a9236ca2b42072144fa12093c96d315928ee0958a3d747b98a17ede978fb9660 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 4447324 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 3bce1d8e58dec20128592b5338c7abdff628800e6c0c034e8027f438d646116c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 2656246 +TIMESTAMP = 1608278596 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 53bc7f20ddebcac4e996ff11653e348337dfaa7957086fe1deef417a96e9f0af +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_en-GB.tar.gz) = 4447344 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_en-GB.tar.gz) = e091e20bf3f2ea56bd058efb99299da5d0dc62cee891e252310c46e1f92d606b +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_en-GB.tar.gz) = 2656106 Modified: branches/2020Q4/editors/libreoffice-en_ZA/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-en_ZA/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-en_ZA/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974764 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4c73ca381cae746d15a8c1c9cf04ff3f377426379ce9364069a98908a4023185 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4138323 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = c961d8022b743afcfa4616f4bf66c2ac974a0a669c7fe6b6a927b374defd4b55 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = 2649631 +TIMESTAMP = 1608278611 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = bdac1af965a4859d7346ea4f24a609be176200cbeaed5613d687a9232e472a5c +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_en-ZA.tar.gz) = 4137781 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = f764c29fb07a345aa2f71e40ac376c7b618f623a03b16af0e533dcd9fe9c236f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_en-ZA.tar.gz) = 2649777 Modified: branches/2020Q4/editors/libreoffice-eo/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-eo/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-eo/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974771 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_eo.tar.gz) = a2918dca5de925e6f37c5f48ac62fd36f8290bc96130193d8f3b3227c23bcf19 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_eo.tar.gz) = 548891 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_eo.tar.gz) = c0ab5a3be361db83367b1977fe01a7f51207a5ccdc4d1efee6c119b8bf5fb5ee -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_eo.tar.gz) = 2713614 +TIMESTAMP = 1608278621 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_eo.tar.gz) = a945342486ac56a98b2dd99bf64f857adce00026b7a3e2377728d4492b5ed17f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_eo.tar.gz) = 548852 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_eo.tar.gz) = 325e641cc1e8e47acf394042166075c0170395d835ef50f6e3d73292552bffae +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_eo.tar.gz) = 2713448 Modified: branches/2020Q4/editors/libreoffice-es/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-es/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-es/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974778 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_es.tar.gz) = 8195d838574a8635afb85f9f3e18cf1d5819d1a866b631df93dc812c43e71f26 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_es.tar.gz) = 1425352 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_es.tar.gz) = a16d8af50c2fe1cf2f71f3555a2b56bbcc408d64b3cfab38993712f7fc18dc85 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_es.tar.gz) = 2826534 +TIMESTAMP = 1608278632 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_es.tar.gz) = f1dc2a7a0c2388fdb331a69afe6a249bb3c18b8b9a752afa5d3bb9793a352564 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_es.tar.gz) = 1425024 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_es.tar.gz) = a93eb84ab4e74ba46594f9318ed0aa8e1f0c9d0883389c9c1abe94c215e1581f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_es.tar.gz) = 2826418 Modified: branches/2020Q4/editors/libreoffice-et/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-et/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-et/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974784 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_et.tar.gz) = 45f4919670c6c0cd39707525df2e316c90de31ebdd0535bac2b20640a997212b -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_et.tar.gz) = 1206772 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_et.tar.gz) = a0432c999542a66bccda7ce49bf75bc837bbd02d317e12292f3d3694b1175a65 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_et.tar.gz) = 2735570 +TIMESTAMP = 1608278642 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_et.tar.gz) = fd3b6324293398507b66ae7c970b535e451739590a2d4d535d7058db79f56a70 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_et.tar.gz) = 1206618 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_et.tar.gz) = 53ec4d692fbba3f4b2024f60b172f31e6f31bbceadafca367d9673e1ce6539ed +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_et.tar.gz) = 2735674 Modified: branches/2020Q4/editors/libreoffice-eu/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-eu/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-eu/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974790 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_eu.tar.gz) = 10e8b6fa5421a253055ddb909d1f6450d39c21b8623683369b1c63c391a6d3b6 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_eu.tar.gz) = 551963 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_eu.tar.gz) = bd3479e4ab9118910d828afc56a300f4e3b220025439516d953198067ecc92f1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_eu.tar.gz) = 2724643 +TIMESTAMP = 1608278651 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_eu.tar.gz) = 5d3879a647365a888fc1599060b65ea2d8bfcf2dce4de7ee34f39bd48ad95a76 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_eu.tar.gz) = 552288 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_eu.tar.gz) = a7d87737733bc4ee54c186bd5a25789c53a8b8cf8cfe829d4cebc75f974b021c +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_eu.tar.gz) = 2724732 Modified: branches/2020Q4/editors/libreoffice-fa/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-fa/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-fa/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974793 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fa.tar.gz) = 94b1ba0de6b9e7cbe7daab35a2114a3cfdeb6c0a4a048fbfc3c83dc7967cb958 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fa.tar.gz) = 236709 +TIMESTAMP = 1608278654 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fa.tar.gz) = 0d45d0abd18e87146181dfe0c85acff82ff2b9050a8d920ff6f9d62ae2550269 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fa.tar.gz) = 236845 Modified: branches/2020Q4/editors/libreoffice-fi/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-fi/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-fi/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974798 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fi.tar.gz) = 67f739a6cca73c58e862c3c643a7c927f8354f8fa353237d419dc2b7916b2861 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fi.tar.gz) = 528950 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_fi.tar.gz) = d4dc3c51d269b6f54fffaf7ad535caf305ef092089662a8a56bea700bf99604f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_fi.tar.gz) = 2715756 +TIMESTAMP = 1608278662 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fi.tar.gz) = 73a8fa710c0093906d699ef4a412b9b5b809d68f7b96b68ace811a0387c2b328 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fi.tar.gz) = 529087 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_fi.tar.gz) = 143d4abf332addb11298048017e603c593705bcc81334bb94fda4c44dd0c0fbe +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_fi.tar.gz) = 2715705 Modified: branches/2020Q4/editors/libreoffice-fur/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-fur/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-fur/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974807 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fur.tar.gz) = a069c90a1354539421de8cc96624882ee4738bfda9467aef408a2baa037b7892 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fur.tar.gz) = 131965 +TIMESTAMP = 1608278676 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fur.tar.gz) = 5542a6b60d4cb9b33158d1eaf692b7994216caa7ef6a6afc8ce18ad502df416f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fur.tar.gz) = 131978 Modified: branches/2020Q4/editors/libreoffice-fy/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-fy/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-fy/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974810 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fy.tar.gz) = 12221cd3710848a5fa5ee43987a4280786b59d3e3655e230d2e4229fdd485ccd -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_fy.tar.gz) = 553126 +TIMESTAMP = 1608278679 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fy.tar.gz) = 4e09f6b177e960e0cdbaf1d21c68863925c86866c366732907c064cc1bec64a0 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_fy.tar.gz) = 552650 Modified: branches/2020Q4/editors/libreoffice-ga/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ga/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ga/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974813 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ga.tar.gz) = ceb69231d15a42f34b74cd85cbefb315efa7049ea90639033ff7b6733a9a030e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ga.tar.gz) = 517243 +TIMESTAMP = 1608278682 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ga.tar.gz) = d85ee4d16cba0af1d745e38543d7ad85d0f1b7c3b90d9a4c5538d9048c49fa5d +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ga.tar.gz) = 517198 Modified: branches/2020Q4/editors/libreoffice-gd/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-gd/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-gd/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974816 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gd.tar.gz) = 7299a6f97db112f37f4f93ef6f97822feea52bec388813bd25b1957e37676eb8 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gd.tar.gz) = 1336590 +TIMESTAMP = 1608278686 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gd.tar.gz) = 605bdf4df4f0b0ada37d002a67ad83bf24e97876d1285baafe3158e2c9d655e2 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gd.tar.gz) = 1336707 Modified: branches/2020Q4/editors/libreoffice-gl/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-gl/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-gl/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974822 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gl.tar.gz) = 09123983406957874c15f2a1147bce6410729b3aeab5aa0b1af1e6472879d2d9 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gl.tar.gz) = 1921121 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_gl.tar.gz) = 7566357ab1d133046bad78c249c988792feb305a995fa39da2b5433dbcb4eb0e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_gl.tar.gz) = 2801757 +TIMESTAMP = 1608278698 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gl.tar.gz) = 1d2a6576f8eaa6fb66e714c6e338ae657f40b6a16d4f3b6b1a3dd7634f2279c8 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gl.tar.gz) = 1920991 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_gl.tar.gz) = bcf5bae4f0641f817634673bad8c7153fc0ac348b72cf1b5bd7dd080f5926090 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_gl.tar.gz) = 2802430 Modified: branches/2020Q4/editors/libreoffice-gu/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-gu/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-gu/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974828 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gu.tar.gz) = d0cf18ae979a5187812ec6cd3ec36601e8e781deacd550e37f522446a60399af -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gu.tar.gz) = 901928 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_gu.tar.gz) = 37677615f7a6473f66ac64310843c5e6505e5c4d471d391a553298ef07dbd5b1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_gu.tar.gz) = 2710854 +TIMESTAMP = 1608278708 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gu.tar.gz) = 649306b3ee7ad869b9f1f82aac3a627e47b1cee40593681247af2777f6ac8847 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gu.tar.gz) = 901969 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_gu.tar.gz) = 86c01e30fee143b836b43864397281e6e7e4a5c3982025c43ca3f85a3f621280 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_gu.tar.gz) = 2710693 Modified: branches/2020Q4/editors/libreoffice-gug/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-gug/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-gug/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974831 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gug.tar.gz) = 1a00deedc7ff8f6a6f122c0707d7c35a8c395460917fdea511e59b0fe2df136d -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_gug.tar.gz) = 370062 +TIMESTAMP = 1608278711 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gug.tar.gz) = 05c2e2ef7795b2c90ad7a4e5b20e3145f4560206044d1c9d71fb361d3398f1c2 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_gug.tar.gz) = 370436 Modified: branches/2020Q4/editors/libreoffice-hi/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-hi/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-hi/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974847 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_hi.tar.gz) = c806e8d18afa69f2a833db42f582470d64e255a44fe17fa77d3cd8489ffa7e4a -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_hi.tar.gz) = 398331 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_hi.tar.gz) = 5e599a1e81bd9874f19add0e6e9bcfcd347b4492a59868a30a7107f7fe9b8293 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_hi.tar.gz) = 2762676 +TIMESTAMP = 1608278730 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_hi.tar.gz) = 9fb95138a85fbd2ed59a89707cf8f7830e7ebf7cc378af76d357cb7662f34b6b +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_hi.tar.gz) = 398359 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_hi.tar.gz) = df3da0c7e75f4b6e1bb33113c9382f91ffab494d8aebf4da82f6d1e3a4dc6a2b +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_hi.tar.gz) = 2762478 Modified: branches/2020Q4/editors/libreoffice-hr/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-hr/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-hr/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974853 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_hr.tar.gz) = ac9fa32ea8652cff6d464803a0dc2005a81239a9277742735e4a0c8b9c17e116 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_hr.tar.gz) = 730904 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_hr.tar.gz) = 5c3e065c5077c9f5bd7044f957a88ccdf0754b614489d21db72cd6f8dd6985c8 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_hr.tar.gz) = 2748126 +TIMESTAMP = 1608278739 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_hr.tar.gz) = ac8c622cafd054ceaca369bf0e11eda0268e8f88ecfd484030e3415e5bf46891 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_hr.tar.gz) = 731862 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_hr.tar.gz) = ff8f9042e2b316c91e6c1a1a54d12505ed0c61f220c46ff813309dac2137a06c +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_hr.tar.gz) = 2748298 Modified: branches/2020Q4/editors/libreoffice-hsb/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-hsb/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-hsb/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974856 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_hsb.tar.gz) = 09398d0c2bf52b09be79833e2c6c0526c78d0b620053fbce390298df18007848 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_hsb.tar.gz) = 560062 +TIMESTAMP = 1608278742 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_hsb.tar.gz) = 9bca71524472f9c5c3062fac06676df9e5f68ab151b4736d0500542193609b3d +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_hsb.tar.gz) = 560216 Modified: branches/2020Q4/editors/libreoffice-id/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-id/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-id/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974868 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_id.tar.gz) = ece0887b6e33b0211a22aa017995ff719407c6b90a268e8503f8c4394577359e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_id.tar.gz) = 1174551 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_id.tar.gz) = 11ac44e6640166e87cea59333533ec09eb814bebb6ffa077ec88f89235ae9590 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_id.tar.gz) = 2684929 +TIMESTAMP = 1608278765 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_id.tar.gz) = 8a23d5b3e1b935e2f6ad79c6d1e1ccd57a20d9f0984b0841efb5bfba6a7fd36c +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_id.tar.gz) = 1174933 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_id.tar.gz) = 0cfff51cb736bafc15d3a8d859ed1a46c3e5ecb619a10068af4773def17bd188 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_id.tar.gz) = 2684886 Modified: branches/2020Q4/editors/libreoffice-is/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-is/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-is/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974874 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_is.tar.gz) = 94e042964ae5b3ac9fa4230f0588e316925403d4f34a7c67ac70f17baf020e57 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_is.tar.gz) = 1165528 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_is.tar.gz) = 9cd5e6ed2deab4d27a67c53712aec556f5fc5c37fbec6b7c2138c06bfcd2d5c8 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_is.tar.gz) = 2748764 +TIMESTAMP = 1608278775 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_is.tar.gz) = 7cfde5c0e34f451a0c85ab0bb2e7e83ff9007cfdaec497ae81ec5ae7f5d702ed +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_is.tar.gz) = 1169836 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_is.tar.gz) = e42a653772da3cf78385a4c54ba0c159f462d8b65773894dee8deeb01d7ff624 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_is.tar.gz) = 2748958 Modified: branches/2020Q4/editors/libreoffice-it/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-it/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-it/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974880 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_it.tar.gz) = 33bdbb7f7b226bc8fd6b5f3a162cf5a6407af7cf0dc2dbdc0677e33b75ad3c20 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_it.tar.gz) = 1572104 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_it.tar.gz) = f27f845ee0adc6d7c1466f5567d16810a2a41954b1c08aff453902f204f12757 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_it.tar.gz) = 2750624 +TIMESTAMP = 1608278785 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_it.tar.gz) = 9bb3bd530b8b35d3ffad092cbe8c6a1e98088d716949189f647433b9569baf1e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_it.tar.gz) = 1571680 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_it.tar.gz) = 650263851bf867ad69304826199275d01219a87f186ff690bd27c984ef105c24 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_it.tar.gz) = 2750395 Modified: branches/2020Q4/editors/libreoffice-ka/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ka/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ka/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974893 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ka.tar.gz) = ee9a38f175a2f8c145a4fe72d2e4e34a09fe1b1f873f837a317e4b7b64c123e8 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ka.tar.gz) = 248376 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ka.tar.gz) = ffa78962faa37361acb34683a97071d2e0ed9dfcc6f1327261ffb6cdd3e4027e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ka.tar.gz) = 2873508 +TIMESTAMP = 1608278805 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ka.tar.gz) = 37e0b24eb749de487aa2107e01b5b639b005520950856a1545d968a8ecdc73a1 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ka.tar.gz) = 248421 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ka.tar.gz) = 0afba53d1852dba6910feeda618ed1252b646099d28555965db4a0c317ca8ec4 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ka.tar.gz) = 2873704 Modified: branches/2020Q4/editors/libreoffice-kab/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-kab/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-kab/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974895 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kab.tar.gz) = f7a0fd73047455158865cfdeed03e9a71def094b252ad981fbed686662b13a52 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kab.tar.gz) = 454151 +TIMESTAMP = 1608278807 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kab.tar.gz) = 776b0692d80b39f95f51c95276f83528b8f4989c92dad9a27ac709dc81703664 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kab.tar.gz) = 454900 Modified: branches/2020Q4/editors/libreoffice-kk/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-kk/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-kk/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974898 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kk.tar.gz) = 4c746f409883bfc8d89cfb0d9dd88a76f8aa5c90a2d18db1f084c01ba8774b32 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kk.tar.gz) = 573882 +TIMESTAMP = 1608278810 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kk.tar.gz) = 021b7ac4a7a906a3e51abba5ccfc5dc87ff426ee4d1ee3119403bb131125bf1a +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kk.tar.gz) = 573716 Modified: branches/2020Q4/editors/libreoffice-km/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-km/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-km/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974903 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_km.tar.gz) = 34d5881b11d74371a119d21e94217ded00449a6070e8a0bfc38ebda0cefae2e7 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_km.tar.gz) = 482405 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_km.tar.gz) = 881872046d883ff8b7aff41c12ae112b80432c95b71a140fa2d7c62054b47f97 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_km.tar.gz) = 3048776 +TIMESTAMP = 1608278819 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_km.tar.gz) = 82f2731156b5b46d1ec877d02253a9d3ae99cc1fac9af9889f661fb9859e6168 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_km.tar.gz) = 482293 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_km.tar.gz) = 174a217dad308e94354a540f8324bb7cd794ad4e57251e5b880add14210cd6bb +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_km.tar.gz) = 3048474 Modified: branches/2020Q4/editors/libreoffice-kmr_Latn/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-kmr_Latn/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-kmr_Latn/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974906 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = dca51a174ad4376d590517be8d7252d0ff1c00f568f3b429ebb331cc584a0b6c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 240690 +TIMESTAMP = 1608278822 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 0eb2009ea061982fb599efcb725ec2ca326ed89295c37ead9e5b2b9619686c1e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kmr-Latn.tar.gz) = 240803 Modified: branches/2020Q4/editors/libreoffice-kn/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-kn/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-kn/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974909 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kn.tar.gz) = 5d06558c072335a440228b604a7cadf06c3cc72dbf692b5df5c48dfbe8bec570 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kn.tar.gz) = 396516 +TIMESTAMP = 1608278824 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kn.tar.gz) = 0de186488ff6076923425a3d46636dab3f8afbfdc70a807fd5bd7428cd377315 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kn.tar.gz) = 396544 Modified: branches/2020Q4/editors/libreoffice-kok/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-kok/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-kok/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974918 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kok.tar.gz) = d0bc60340989568c528363611a98c2c8c24459f826feeedffbb9b204121f1eee -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_kok.tar.gz) = 288654 +TIMESTAMP = 1608278837 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kok.tar.gz) = c30c1ae22455a849cd7ac11504f3cee224bff5e48334d0b08fab5535676f23a3 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_kok.tar.gz) = 288904 Modified: branches/2020Q4/editors/libreoffice-ks/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ks/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ks/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974920 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ks.tar.gz) = 5020b544f718bab77fed8e2c4bf99155ec02d22a3abfc5a99e9ce62f97feba32 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ks.tar.gz) = 237019 +TIMESTAMP = 1608278839 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ks.tar.gz) = 47a5b8f63a6d76b0d9eed0cda2f5f524d9eae7978f167a53de7df9a938753416 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ks.tar.gz) = 236621 Modified: branches/2020Q4/editors/libreoffice-lb/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-lb/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-lb/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974922 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lb.tar.gz) = 02121e1a19f655a2a3f4ed8cb8bb9ff557526936ac347d80b281b877019b2f34 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lb.tar.gz) = 111129 +TIMESTAMP = 1608278841 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lb.tar.gz) = 7f9f3b38a862951f25930570a494c6f207f1d75311629f5fa669eafb6adab083 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lb.tar.gz) = 111130 Modified: branches/2020Q4/editors/libreoffice-lo/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-lo/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-lo/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974928 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lo.tar.gz) = cd979c11e3c9f33df36da62bb47ebe2733275b407f442380149eb8c7355363b5 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lo.tar.gz) = 307832 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_lo.tar.gz) = 4ddc1ee10ec66defc8edca2b6103b9aff91b8e7d15611b1b21a1bc33d09bd549 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_lo.tar.gz) = 2735883 +TIMESTAMP = 1608278849 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lo.tar.gz) = e771286eafcd1727c9e76c3104af12f7c4f01094f41378052d67e6484ca2340d +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lo.tar.gz) = 307976 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_lo.tar.gz) = d224325146203e463cfa832ca5392e3e1e62dcb7b5b409c21d44a8fed6639c8b +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_lo.tar.gz) = 2735734 Modified: branches/2020Q4/editors/libreoffice-lt/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-lt/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-lt/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974934 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lt.tar.gz) = 9293e3c63a52a4c83c012943e7f7bdb4ae873e01dae3d5048dc407a3ba46b333 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lt.tar.gz) = 800488 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_lt.tar.gz) = 2c605ee2f1286a027c0c9775527dae68de989ca17632d9c5e48e276a0e1f1007 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_lt.tar.gz) = 2852461 +TIMESTAMP = 1608278859 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lt.tar.gz) = 8174a400952805fb08f98419800190b44b1a7bf21ed4b2a0b84d75f55644955e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lt.tar.gz) = 801333 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_lt.tar.gz) = 67e607568290a1a1b6d41b3536c0f0acdbf0961abef1631494a89724e1c0bbd1 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_lt.tar.gz) = 2851228 Modified: branches/2020Q4/editors/libreoffice-lv/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-lv/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-lv/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974940 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lv.tar.gz) = 8daaddf5f14111adab1cac6d5b6d57a6f259f1fc070a51c9fcab2b9d6c22c4db -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_lv.tar.gz) = 861438 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_lv.tar.gz) = 5ab4238eb3f385e01f4bc7cb1eb14563d11350a5c85b8be82f2c8c9748749116 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_lv.tar.gz) = 2739176 +TIMESTAMP = 1608278869 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lv.tar.gz) = b8e327fb17844c7461222feae9e389b9b7c3e296b82c6c958382e6e536252cbb +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_lv.tar.gz) = 860314 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_lv.tar.gz) = 5eaea9b155807a4bf3a445561de4054ca21c6e865ec98524ea8df992990a4282 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_lv.tar.gz) = 2739555 Modified: branches/2020Q4/editors/libreoffice-mai/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-mai/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-mai/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974942 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mai.tar.gz) = 9db802a5db9c356e8c4c47a69302c8352e58d0f2bd0cd23dcbab55e7e740fa96 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mai.tar.gz) = 232536 +TIMESTAMP = 1608278871 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mai.tar.gz) = 085f605949be08f2292c235123b1f43cd417164e074c93e9af6d0055c335892c +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mai.tar.gz) = 233197 Modified: branches/2020Q4/editors/libreoffice-mk/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-mk/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-mk/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974948 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mk.tar.gz) = 48645efde378ab94bc1964780f856b943c6d5ee2bb928c86ba694068cfe7bba0 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mk.tar.gz) = 266926 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_mk.tar.gz) = 43b8dc40be99cecfae02aa343f540fc281216616ce4f6eb4c4f23a685f5058af -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_mk.tar.gz) = 2724094 +TIMESTAMP = 1608278879 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mk.tar.gz) = e87c61c896b62bd69df46ece9071a55c6387c843b99dd2fb9036f2e2dbd04c13 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mk.tar.gz) = 267285 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_mk.tar.gz) = d8988020a7ba98f7973cf2048e920f1ca26f878776c3ef64736c5edc6e7f9a95 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_mk.tar.gz) = 2723938 Modified: branches/2020Q4/editors/libreoffice-ml/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ml/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ml/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974951 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ml.tar.gz) = 2c94af727fb66c9ac654289d228299225dc20fbbe25311ac5d577b333b436248 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ml.tar.gz) = 366955 +TIMESTAMP = 1608278882 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ml.tar.gz) = d2e150defa5b405bfbd611bced0309e552b0b6da98c2ffa73a007e8cb3856dd0 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ml.tar.gz) = 366643 Modified: branches/2020Q4/editors/libreoffice-mn/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-mn/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-mn/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974954 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mn.tar.gz) = d8bcebca87f9cdcd27debade4d2afebdb993d29d79036e6b2ec3308a050ef47c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mn.tar.gz) = 504144 +TIMESTAMP = 1608278884 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mn.tar.gz) = ed8f12e1579bbf7212f397e6e4ea872958aec9c0142be194f8f60e9e348bda90 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mn.tar.gz) = 503726 Modified: branches/2020Q4/editors/libreoffice-mni/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-mni/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-mni/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974956 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mni.tar.gz) = 1a184f93dd742ba2e3fcf6bacd3f238c808bcea3b88a92b55a215df30dadcc34 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mni.tar.gz) = 279188 +TIMESTAMP = 1608278887 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mni.tar.gz) = de2624ad0263860b85c17d18e390e78eea772835ff017ae92bdfd1162fed3f27 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mni.tar.gz) = 279434 Modified: branches/2020Q4/editors/libreoffice-mr/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-mr/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-mr/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974959 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mr.tar.gz) = a0f0f73edc5a17af96e31c857fdc04f705c12dff6ae3f1ba6712f5f5d8ce367f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_mr.tar.gz) = 395962 +TIMESTAMP = 1608278889 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mr.tar.gz) = 2a0ec1af91f84fbe161c0a1a60733134bf16252b26b139406b834897be2fbb59 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_mr.tar.gz) = 395567 Modified: branches/2020Q4/editors/libreoffice-my/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-my/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-my/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974961 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_my.tar.gz) = 4abed53d6161cc5fb46d070a14ece0ea610be0312b6426bfb4998325d0ab5679 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_my.tar.gz) = 317383 +TIMESTAMP = 1608278892 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_my.tar.gz) = 81f2e28138f1173e787fcdae05d84f37a63b78aac97161c8afa204d36f886d60 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_my.tar.gz) = 317540 Modified: branches/2020Q4/editors/libreoffice-nb/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-nb/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-nb/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974968 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nb.tar.gz) = 43e137402acb7c8d48240191f57988936318f52b1cca391a1f4b545615198fdc -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nb.tar.gz) = 2761026 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_nb.tar.gz) = af20c9ebd140139c244a946867debde619429c87dd5d4a308c59a1813564b502 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_nb.tar.gz) = 2734470 +TIMESTAMP = 1608278904 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nb.tar.gz) = 968fb5ab7c20947fb7dce4932d4f2f7da4d6933a0075e4f4b0b7965f86abd455 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nb.tar.gz) = 2760893 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_nb.tar.gz) = dd4ec5b3d4a7102d2c8175634e93d7cf477852ff6f005b3e10711e49869eb87d +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_nb.tar.gz) = 2734621 Modified: branches/2020Q4/editors/libreoffice-ne/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ne/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ne/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974974 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ne.tar.gz) = 189c21ae768ada053c5a5dd65a266e632732f00aa3c66ad9b8804ee0c9320a38 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ne.tar.gz) = 602175 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ne.tar.gz) = 1cf9d13cc86f71df9ec21e4bd20d3104b26f0954e6d951fb74620dbbf9318772 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ne.tar.gz) = 2861609 +TIMESTAMP = 1608278914 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ne.tar.gz) = 1da51e1abfc1633348d05e6952a29ac0b3b73d7877cd6cc01d3fc9c44af58f4d +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ne.tar.gz) = 601933 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ne.tar.gz) = 89acf2c5e66cf30f01e468c2b9cc50e97cb1b158e0c4c4408bb72248bb10854b +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ne.tar.gz) = 2861506 Modified: branches/2020Q4/editors/libreoffice-nl/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-nl/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-nl/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974980 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nl.tar.gz) = bd5465cfea1c2a5d2e0c09fed65dc985a9fecb44e98e11e7a32d54f1d7d6e642 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nl.tar.gz) = 1226173 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_nl.tar.gz) = e2cd5c71f273bd23b3ebd9faa51794537bc2d0b54b97f86d6491435c7801d055 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_nl.tar.gz) = 2821149 +TIMESTAMP = 1608278924 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nl.tar.gz) = 71e7bc9636c147769c7c3953fa54768dade6d1f7cd3848ffa992ac5d921523a2 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nl.tar.gz) = 1226424 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_nl.tar.gz) = 5aec16a077e671b24a6b85f98248338ea9e540f24bacf6d10bd35d3a831dd7e3 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_nl.tar.gz) = 2820963 Modified: branches/2020Q4/editors/libreoffice-nn/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-nn/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-nn/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603974987 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nn.tar.gz) = a265cd4950393a59501fef96e672f27c73ac11e1c1808c36a40e73a804ab630e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nn.tar.gz) = 2760293 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_nn.tar.gz) = 11b0dc40cb7d508469c2f6f00322cafa6a9b35f6edcea69233087c73bbf1a797 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_nn.tar.gz) = 2885554 +TIMESTAMP = 1608278938 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nn.tar.gz) = 8905f89888e325f732e0c2b1850121a1d3f22f2cd950be3147c344a23250b9a6 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nn.tar.gz) = 2760836 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_nn.tar.gz) = 8fef31a41fbf37deb97e1372255246ea81a1b3565fb951aed24ae1d9b8dca91f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_nn.tar.gz) = 2884003 Modified: branches/2020Q4/editors/libreoffice-nr/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-nr/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-nr/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974990 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nr.tar.gz) = 48c3a80d73c23a829fd0ef30e917f7d4876a716048a92874408a6d210814fd2b -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nr.tar.gz) = 205253 +TIMESTAMP = 1608278940 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nr.tar.gz) = ff080c95c021dc1768989dc328dc57b8404b1088df68c56f361cb1e12b00d798 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nr.tar.gz) = 205382 Modified: branches/2020Q4/editors/libreoffice-nso/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-nso/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-nso/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974992 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nso.tar.gz) = c78dc6715d725a1b5e9707069311232dbecd0b7fe9ecb4009b204c723c5beb28 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_nso.tar.gz) = 231491 +TIMESTAMP = 1608278942 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nso.tar.gz) = 02c288d31cb733563d78ba725a72986e8b1a86e993ef0b075e9ebe25bbdecc88 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_nso.tar.gz) = 232014 Modified: branches/2020Q4/editors/libreoffice-oc/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-oc/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-oc/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603974995 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_oc.tar.gz) = c2a0cd1f324de000707b45902ce848cb92d12b0800e7ed3843f82e4afaaab5d9 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_oc.tar.gz) = 646557 +TIMESTAMP = 1608278945 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_oc.tar.gz) = dede8e9ff54c4d5f1c4ee828d70d389631929337ff7fc4b30348cd1a768df838 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_oc.tar.gz) = 646436 Modified: branches/2020Q4/editors/libreoffice-om/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-om/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-om/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975001 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_om.tar.gz) = 377441f4618077a08bec375346cfc105023c5eeb921f2bb4f089360eebf03336 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_om.tar.gz) = 267333 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_om.tar.gz) = e8e1188170b2d1830a7b0daefc9ffc3088de1d4c234e7cecf7c2b223e816302c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_om.tar.gz) = 2786184 +TIMESTAMP = 1608278953 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_om.tar.gz) = c12cfaf3652dba6e4468a44da457e7af33ce84cca88993a62725e159db241e2a +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_om.tar.gz) = 267441 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_om.tar.gz) = 3775ad4d1fd6570f4cd0ad96ab1df549be5ea9ddc6f17a18d829bedb19495887 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_om.tar.gz) = 2786267 Modified: branches/2020Q4/editors/libreoffice-or/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-or/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-or/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975004 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_or.tar.gz) = c49da43521121908ea19aabdc5db2f4657b40b4c858b7ad2e276a62fe6152be3 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_or.tar.gz) = 408472 +TIMESTAMP = 1608278956 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_or.tar.gz) = 7aac93d0f674296a9a5ec7f8989bdd34fc827162643a1206a8bae16988d7fdb3 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_or.tar.gz) = 408405 Modified: branches/2020Q4/editors/libreoffice-pa_IN/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-pa_IN/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-pa_IN/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975006 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 20fc00d175d94f8fb99ba10ab2f0979994349e54c7115b962fdc6031bdc1238f -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 327980 +TIMESTAMP = 1608278958 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 29df7c29a15615950e1b8b417c32c45981eefde2988ad6338d57c5d78cce14d8 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_pa-IN.tar.gz) = 328084 Modified: branches/2020Q4/editors/libreoffice-ro/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ro/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ro/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975035 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ro.tar.gz) = 42d79165f0ef49b575c9bc06aa697868041ce8fc46dca639d10a3c63d72fefb2 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ro.tar.gz) = 1824372 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ro.tar.gz) = d18068bd341d8a21ce8f256ebff6442093566a2088fd5d7c2dee641ebf9f2c1c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_ro.tar.gz) = 2684521 +TIMESTAMP = 1608279005 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ro.tar.gz) = f2eec47049b31ead1021c975440bb8624e7a8624ba0a152f7e444547dc88949f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ro.tar.gz) = 1823955 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ro.tar.gz) = f48bebb334b4c0d3901f317f80ae5575615b9fa01c6bdb66fda5af933c40c8ed +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_ro.tar.gz) = 2684666 Modified: branches/2020Q4/editors/libreoffice-rw/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-rw/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-rw/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975044 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_rw.tar.gz) = 66ef7b3cad4da877545f87671f3efcb909df151b74cfa74ef8daeb5e1381aca2 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_rw.tar.gz) = 249980 +TIMESTAMP = 1608279018 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_rw.tar.gz) = 063a24c4eec37fd0beb54735ded63c9fc127dac24027426292a8798326362e29 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_rw.tar.gz) = 250449 Modified: branches/2020Q4/editors/libreoffice-sa_IN/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sa_IN/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sa_IN/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975046 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 9a89e4ad37a13fe89d6202d53a251542e950397856fb6ce293d9ca8b39b8d80d -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 311984 +TIMESTAMP = 1608279020 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 5832dde7196a0f9f852fec8dc3950b7092d178b78916d78d3a9b5b80ce720f0f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sa-IN.tar.gz) = 311907 Modified: branches/2020Q4/editors/libreoffice-sat/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sat/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sat/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975049 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sat.tar.gz) = 850228044dadfb26efb73eaefb1c9b919c41ab10b448ac3d60bc148b2e817f41 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sat.tar.gz) = 356005 +TIMESTAMP = 1608279023 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sat.tar.gz) = 66c9a198e2dc3f0ef9d8789aadbf51eefe6b1fee8ad6fca798bfc20a434dbffb +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sat.tar.gz) = 356241 Modified: branches/2020Q4/editors/libreoffice-sd/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sd/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sd/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975052 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sd.tar.gz) = 3cacc88a4af0c8266575fdab230f89a7ca1a06ca15df4930ca1c77d439c3e5ff -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sd.tar.gz) = 305376 +TIMESTAMP = 1608279025 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sd.tar.gz) = 6c361c84fe4f4d64ebc7293edf8cd35d71b8328ae9d3469cbb95e7599e529341 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sd.tar.gz) = 305698 Modified: branches/2020Q4/editors/libreoffice-si/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-si/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-si/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975058 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_si.tar.gz) = 528b8817fe5d6bca78fb63039da88a58092017f5beb81ec4724cedbaa8eca6e1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_si.tar.gz) = 533572 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_si.tar.gz) = 7db15ba9d82e9e42ca384fbfd668001d893ee9890388f14bc82b9bd5aab3f696 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_si.tar.gz) = 2887415 +TIMESTAMP = 1608279034 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_si.tar.gz) = 76e3cf653f084fab03f0f5b3912225a8f2c3124e6ad894275dcd7b25267eb57e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_si.tar.gz) = 533708 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_si.tar.gz) = 1dd67f584e5b73a1d8bca4ee5252212db75452ba4f45bfa7b5522e05558abb22 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_si.tar.gz) = 2887574 Modified: branches/2020Q4/editors/libreoffice-sid/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sid/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sid/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975064 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sid.tar.gz) = 3df0ac53778ecc76e3f02d8500ac6c8c4dfa8d8b463ac53f19d50ded3d91e221 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sid.tar.gz) = 322085 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sid.tar.gz) = f0ef5bac652077483224ccb22c38f9abe6be4591ed59170fc8654d6b372a4246 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sid.tar.gz) = 2782996 +TIMESTAMP = 1608279043 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sid.tar.gz) = ae8b94304b26af30c9729c470fbb3f9a4665d8c14e955bcc5bdf08dcc7c6846e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sid.tar.gz) = 322070 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sid.tar.gz) = 979b9902bcc1c1bfac18e5636460ac00f134a5590f156bc59b9f2b22db2cc1c8 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sid.tar.gz) = 2783041 Modified: branches/2020Q4/editors/libreoffice-sk/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sk/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sk/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975070 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sk.tar.gz) = ec71b803e7efd54faeb74ba38bdb89d5de6cef0defb17658e31738e3cb479e5d -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sk.tar.gz) = 1598820 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sk.tar.gz) = bc93c7cf62f4671004ec989fad536b5525e9435fb955be0442bbcbf0918eba17 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sk.tar.gz) = 2866618 +TIMESTAMP = 1608279054 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sk.tar.gz) = 2904dfd67db28b6721760e3e4ae5bc94089e7638380ed9c80b4b8c5ef5129e12 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sk.tar.gz) = 1599155 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sk.tar.gz) = bfbb4d18df2cd31dd3c1225d4dd4e0f1d615c4564ba70f95da8c45c3e19f2380 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sk.tar.gz) = 2874207 Modified: branches/2020Q4/editors/libreoffice-sl/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sl/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sl/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975076 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sl.tar.gz) = 9aa00e6c7723743dbd412c7f5d923b8908d021621c43ff13990317aa23c55f1b -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sl.tar.gz) = 1904519 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sl.tar.gz) = 12dec2622e9e366e4749692578030ab05c9be5b3724e3f782ed0d350777ea182 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sl.tar.gz) = 2778255 +TIMESTAMP = 1608279066 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sl.tar.gz) = 6a8672c508ebef6092a5d44573bbdb51fc48bdc11dda95b90168a783a1e3fcd7 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sl.tar.gz) = 1904908 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sl.tar.gz) = 85fee1539669edb05e2eb2cb0f2ccedfa712195705280caa26074c5aa4c14db3 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sl.tar.gz) = 2778173 Modified: branches/2020Q4/editors/libreoffice-sq/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sq/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sq/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975082 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sq.tar.gz) = 6b4e7030aefe5ab82093707c0a2cab2e1bf4eeb78761e40eafdaeefbbb3e26d1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sq.tar.gz) = 866938 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sq.tar.gz) = 7ca95a46a95bcd188f1d86b5bf7c6a7130439cc17e47a201fbb51fceed57a838 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sq.tar.gz) = 2709527 +TIMESTAMP = 1608279076 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sq.tar.gz) = 44466ce80dd18f8312ed6fc4c76d80257c1bb3e344a73ff13ad28aeabf1d8693 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sq.tar.gz) = 866494 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sq.tar.gz) = cd75ec467e76223763c91fafb02e552b55b8feb8b5482a40db25fbf0e3ea208e +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_helppack_sq.tar.gz) = 2709578 Modified: branches/2020Q4/editors/libreoffice-sr/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sr/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sr/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975088 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sr.tar.gz) = 2d49998bd9aa5c2da01ea9f192c142d924e1dc8430009ab14cc16264eea4c9a5 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sr.tar.gz) = 1899894 +TIMESTAMP = 1608279081 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sr.tar.gz) = bf96fdfca644ef7811e1d26b097edabde2834cd7f183136dcf3177f47a77b2ba +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sr.tar.gz) = 1902431 Modified: branches/2020Q4/editors/libreoffice-sr_Latn/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sr_Latn/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sr_Latn/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975091 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 8c1f90b1d8fa503cff5dca61df548b9edf4d205dec41e1f4f4663d1169b9b57c -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 1865416 +TIMESTAMP = 1608279086 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 2b11c4a84a12bec94b456f82872337623da55c70c9dc8db1e2e824c78dc411da +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sr-Latn.tar.gz) = 1863531 Modified: branches/2020Q4/editors/libreoffice-ss/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-ss/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-ss/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975094 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ss.tar.gz) = 64871e5e8fd1b7a96046b27bf074b94475c62c5a2e6b1f258cc797790991459e -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_ss.tar.gz) = 210189 +TIMESTAMP = 1608279088 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ss.tar.gz) = 808aa7ebdf946e4a487439c091bdc5208114da840851882ca323dc3310d35e95 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_ss.tar.gz) = 210199 Modified: branches/2020Q4/editors/libreoffice-st/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-st/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-st/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603975097 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_st.tar.gz) = 7f4e1b41c6f9977324fe7f4b9dece278c156bfa80cfb9eca695292a6330bcde3 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_st.tar.gz) = 205610 +TIMESTAMP = 1608279091 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_st.tar.gz) = f4dcd7e2e5a0256443fc39aff974f0c3ac33e41147d819e28f42b04d08c77e6f +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_st.tar.gz) = 205680 Modified: branches/2020Q4/editors/libreoffice-sv/distinfo ============================================================================== --- branches/2020Q4/editors/libreoffice-sv/distinfo Fri Dec 18 11:25:04 2020 (r558366) +++ branches/2020Q4/editors/libreoffice-sv/distinfo Fri Dec 18 12:11:25 2020 (r558367) @@ -1,5 +1,5 @@ -TIMESTAMP = 1603975103 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sv.tar.gz) = b396a10ba271315b1c241838205794e0591d5d5e19d7242e126297071d5882c1 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_langpack_sv.tar.gz) = 1498401 -SHA256 (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sv.tar.gz) = 2c9da5e43520251043d47d96ad9e2fa99d87c26768ac6f65ab544195d0237ae8 -SIZE (libreoffice/i18n/LibreOffice_7.0.3_Linux_x86-64_deb_helppack_sv.tar.gz) = 2759584 +TIMESTAMP = 1608279102 +SHA256 (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sv.tar.gz) = 05d576c9bb253c3358d29daed205eae1c115f13e608baf528d1accaa0ef9d1d5 +SIZE (libreoffice/i18n/LibreOffice_7.0.4_Linux_x86-64_deb_langpack_sv.tar.gz) = 1498163 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-branches@freebsd.org Sat Dec 19 03:56:03 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1785B4B911C; Sat, 19 Dec 2020 03:56:03 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CyX2p72KTz4cXK; Sat, 19 Dec 2020 03:56:02 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E464D16B6C; Sat, 19 Dec 2020 03:56:02 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BJ3u2xv087074; Sat, 19 Dec 2020 03:56:02 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BJ3u243087073; Sat, 19 Dec 2020 03:56:02 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <202012190356.0BJ3u243087073@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Sat, 19 Dec 2020 03:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r558426 - branches/2020Q4/editors/libreoffice X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: branches/2020Q4/editors/libreoffice X-SVN-Commit-Revision: 558426 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2020 03:56:03 -0000 Author: fluffy Date: Sat Dec 19 03:56:02 2020 New Revision: 558426 URL: https://svnweb.freebsd.org/changeset/ports/558426 Log: MFH: r558425 editors/libreoffice: unbreak build with WEBDAV=OFF Define configure arguments to not search for neon while webdav is not requested. Noticed by: jrm Modified: branches/2020Q4/editors/libreoffice/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/editors/libreoffice/Makefile ============================================================================== --- branches/2020Q4/editors/libreoffice/Makefile Sat Dec 19 03:54:25 2020 (r558425) +++ branches/2020Q4/editors/libreoffice/Makefile Sat Dec 19 03:56:02 2020 (r558426) @@ -224,6 +224,8 @@ TEST_ALL_TARGET= build TEST_ALL_TARGET_OFF= build-nocheck TEST_CONFIGURE_ENABLE= cve-tests +WEBDAV_CONFIGURE_ON= --with-webdav=neon +WEBDAV_CONFIGURE_OFF= --with-webdav=no WEBDAV_CONFIGURE_ENABLE= neon WEBDAV_LIB_DEPENDS= libneon.so:www/neon