lang/erlang-java: 26.2.5.6 => 26.2.5.12
Changelogs: https://github.com/erlang/otp/releases/tag/OTP-26.2.5.7 https://github.com/erlang/otp/releases/tag/OTP-26.2.5.8 https://github.com/erlang/otp/releases/tag/OTP-26.2.5.9 https://github.com/erlang/otp/releases/tag/OTP-26.2.5.10 https://github.com/erlang/otp/releases/tag/OTP-26.2.5.11 https://github.com/erlang/otp/releases/tag/OTP-26.2.5.12 Pet portclippy. PR: 286332 Approved by: erlang (maintainer, timeout > 3 weeks) Security: CVE-2025-26618 Security: CVE-2025-30211 Security: CVE-2025-32433 Security: CVE-2025-46712 MFH: 2025Q2
This commit is contained in:
parent
169c288b4e
commit
94d4ff3c5b
@ -1,6 +1,6 @@
|
||||
PORTNAME= erlang
|
||||
DISTVERSIONPREFIX= OTP-
|
||||
DISTVERSION= 26.2.5.6
|
||||
DISTVERSION= 26.2.5.12
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang parallel java
|
||||
PKGNAMESUFFIX= -java
|
||||
@ -19,7 +19,12 @@ USE_GITHUB= yes
|
||||
GH_PROJECT= otp
|
||||
USE_PERL5= build
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-threads \
|
||||
--with-javac \
|
||||
--without-odbc \
|
||||
--without-wx
|
||||
CONFIGURE_ENV+= ac_cv_prog_JAVAC="${JAVAC}"
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB= APP_VERSION=${APP_VERSION}
|
||||
@ -27,12 +32,6 @@ PLIST_SUB= APP_VERSION=${APP_VERSION}
|
||||
APP_VERSION= 1.14
|
||||
APP_DIR= ${PREFIX}/lib/erlang/lib/jinterface-${APP_VERSION}
|
||||
|
||||
CONFIGURE_ARGS+= --enable-threads \
|
||||
--with-javac \
|
||||
--without-odbc \
|
||||
--without-wx
|
||||
CONFIGURE_ENV+= ac_cv_prog_JAVAC="${JAVAC}"
|
||||
|
||||
pre-configure:
|
||||
@if [ ! $$(${CAT} ${WRKSRC}/lib/jinterface/vsn.mk | ${GREP} -E "JINTERFACE_VSN *=" | ${CUT} -w -f3) = ${APP_VERSION} ]; then \
|
||||
${ECHO_MSG} "===> APP_VERSION (${APP_VERSION}) in Makefile does not match value in lib/jinterface/vsn.mk"; exit 1; \
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1734692938
|
||||
SHA256 (erlang/erlang-otp-OTP-26.2.5.6_GH0.tar.gz) = 371e59b98de59822e45fdbe50c18c8d8dd4c872990e7aaaba8a819e167186d03
|
||||
SIZE (erlang/erlang-otp-OTP-26.2.5.6_GH0.tar.gz) = 62531972
|
||||
TIMESTAMP = 1747434358
|
||||
SHA256 (erlang/erlang-otp-OTP-26.2.5.12_GH0.tar.gz) = 93c97a3e14c3700eaaf2182b078fd35f8492da215327bd9c78a1f047946129f7
|
||||
SIZE (erlang/erlang-otp-OTP-26.2.5.12_GH0.tar.gz) = 62551765
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user