From owner-dev-commits-ports-all@freebsd.org Wed Sep 29 05:57:53 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 ED97A66C86F; Wed, 29 Sep 2021 05:57:53 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HK5JK6LDKz4V9j; Wed, 29 Sep 2021 05:57:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8DB312D21; Wed, 29 Sep 2021 05:57:53 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18T5vrVa075059; Wed, 29 Sep 2021 05:57:53 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18T5vrf7075058; Wed, 29 Sep 2021 05:57:53 GMT (envelope-from git) Date: Wed, 29 Sep 2021 05:57:53 GMT Message-Id: <202109290557.18T5vrf7075058@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Kyle Evans Subject: git: 07b3d79b46db - 2021Q3 - devel/nexus2-oss: update to 2.14.20-02 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kevans X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 07b3d79b46db75d4e1353beeb0023456de429e26 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 05:57:54 -0000 The branch 2021Q3 has been updated by kevans: URL: https://cgit.FreeBSD.org/ports/commit/?id=07b3d79b46db75d4e1353beeb0023456de429e26 commit 07b3d79b46db75d4e1353beeb0023456de429e26 Author: Kyle Evans AuthorDate: 2021-09-29 05:50:10 +0000 Commit: Kyle Evans CommitDate: 2021-09-29 05:57:34 +0000 devel/nexus2-oss: update to 2.14.20-02 This is primarily a secure release; 2.14.20 also includes: - [NEXUS-25956] Signatures with ECC algorithm not being recognized PR: 252564 Security: b2f1f86f-20e6-11ec-a574-080027eedc6a Security: 730e922f-20e7-11ec-a574-080027eedc6a (cherry picked from commit 1e427d25951275287b076cabfd8b0c941beec269) --- devel/nexus2-oss/Makefile | 6 +++--- devel/nexus2-oss/distinfo | 6 +++--- devel/nexus2-oss/pkg-plist | 52 +++++++++++++++++++++++----------------------- 3 files changed, 32 insertions(+), 32 deletions(-) diff --git a/devel/nexus2-oss/Makefile b/devel/nexus2-oss/Makefile index deab89b96ab3..b4f659defb6e 100644 --- a/devel/nexus2-oss/Makefile +++ b/devel/nexus2-oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= nexus2 -PORTVERSION= 2.14.18 -DISTVERSIONSUFFIX= 01 +PORTVERSION= 2.14.02 +DISTVERSIONSUFFIX= 02 CATEGORIES= devel www java MASTER_SITES= https://download.sonatype.com/nexus/oss/ PKGNAMESUFFIX= -oss @@ -23,7 +23,7 @@ NO_BUILD= yes NO_TEST= yes USE_JAVA= yes -JAVA_VERSION= 1.8+ +JAVA_VERSION= 8+ USE_RC_SUBR= ${PORTNAME} diff --git a/devel/nexus2-oss/distinfo b/devel/nexus2-oss/distinfo index 152f1cd407a8..a56e739dd40c 100644 --- a/devel/nexus2-oss/distinfo +++ b/devel/nexus2-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1592301259 -SHA256 (nexus-2.14.18-01-bundle.tar.gz) = 350af8b270bec7fda5861a15b8a5b7870fd8903d0b9a210754113d5a966ce6a6 -SIZE (nexus-2.14.18-01-bundle.tar.gz) = 83493896 +TIMESTAMP = 1610303650 +SHA256 (nexus-2.14.20-02-bundle.tar.gz) = 0d09b35265b06e0f1ecadb00f31d0f7e187a35b39fc34d762c0393918ccf19c8 +SIZE (nexus-2.14.20-02-bundle.tar.gz) = 83560634 diff --git a/devel/nexus2-oss/pkg-plist b/devel/nexus2-oss/pkg-plist index 6dafe8e0a38c..178900c8b822 100644 --- a/devel/nexus2-oss/pkg-plist +++ b/devel/nexus2-oss/pkg-plist @@ -38,7 +38,7 @@ %%DATADIR%%/lib/plexus-interpolation-1.16.jar %%DATADIR%%/lib/slf4j-api-1.7.25.jar %%DATADIR%%/nexus/LICENSE.html -%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15to18-1.64.jar +%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15to18-1.66.jar %%DATADIR%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named %%DATADIR%%/nexus/WEB-INF/classes/ehcache.xml %%DATADIR%%/nexus/WEB-INF/classes/nexus.properties @@ -61,7 +61,7 @@ %%DATADIR%%/nexus/WEB-INF/lib/commons-beanutils-1.9.4.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-codec-1.8.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-collections-3.2.2.jar -%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.4.jar +%%DATADIR%%/nexus/WEB-INF/lib/commons-io-2.8.0.jar %%DATADIR%%/nexus/WEB-INF/lib/commons-lang-2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/ehcache-core-2.5.1.jar %%DATADIR%%/nexus/WEB-INF/lib/encoder-1.2.2.jar @@ -79,9 +79,9 @@ %%DATADIR%%/nexus/WEB-INF/lib/guice-servlet-3.2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/httpclient-4.3.6.jar %%DATADIR%%/nexus/WEB-INF/lib/httpcore-4.3.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-annotations-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-core-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/jackson-databind-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.inject-1.jar %%DATADIR%%/nexus/WEB-INF/lib/javax.mail-1.6.1.jar @@ -113,24 +113,24 @@ %%DATADIR%%/nexus/WEB-INF/lib/org.apache.felix.framework-4.2.1.jar %%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.inject-0.3.1.jar %%DATADIR%%/nexus/WEB-INF/lib/org.eclipse.sisu.plexus-0.3.1.jar -%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.7.jar +%%DATADIR%%/nexus/WEB-INF/lib/plexus-cipher-1.8.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-classworlds-2.4.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-component-annotations-1.5.5.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-interpolation-1.16.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-slf4j-logging-1.1.jar %%DATADIR%%/nexus/WEB-INF/lib/plexus-utils-3.0.24.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-cache-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-ogdl-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-cipher-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-core-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-hash-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-event-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-lang-1.5.3.jar -%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.5.3.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-cache-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-config-ogdl-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-cipher-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-core-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-crypto-hash-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-ehcache-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-event-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-guice-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-lang-1.6.0.jar +%%DATADIR%%/nexus/WEB-INF/lib/shiro-web-1.6.0.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-guice-3.2.6.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-mailer-1.10.jar %%DATADIR%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar @@ -154,9 +154,9 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/nexus-content-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15to18-1.64.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15to18-1.64.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15to18-1.64.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15to18-1.66.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15to18-1.66.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15to18-1.66.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/goodies-crypto-1.9.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/nexus-crypto-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/META-INF/MANIFEST.MF @@ -188,7 +188,7 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-iq-repository-oss-plugin-%%VERSION%%/nexus-iq-repository-oss-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/antlr-2.7.7.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/jdbi-2.53.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/kazuki-db-0.1.8.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-kazuki-plugin-%%VERSION%%/dependencies/stringtemplate-3.0.jar @@ -215,11 +215,11 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-%%VERSION%%/dependencies/wagon-provider-api-2.4.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-maven-bridge-plugin-%%VERSION%%/nexus-maven-bridge-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/META-INF/MANIFEST.MF -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/nexus-migrationagent-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.19.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/nexus-npm-repository-plugin-%%VERSION%%.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/META-INF/MANIFEST.MF %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/dependencies/core4j-0.5.jar @@ -284,8 +284,8 @@ %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/asm-3.1.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/istack-commons-runtime-2.16.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jacksbee-runtime-1.3.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-base-2.9.3.jar -%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-json-provider-2.9.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-base-2.11.3.jar +%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-jaxrs-json-provider-2.11.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jackson-module-jaxb-annotations-2.9.3.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jaxb-core-2.2.8-b01.jar %%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-siesta-plugin-%%VERSION%%/dependencies/jaxb-impl-2.2.8-b01.jar