mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
java/openjdk8: Update to 8u452
This commit is contained in:
parent
b35db40bd8
commit
9f535217ac
3 changed files with 5 additions and 45 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= openjdk
|
PORTNAME= openjdk
|
||||||
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
|
PORTVERSION= ${JDK_MAJOR_VERSION}.${JDK_UPDATE_VERSION}.${JDK_BUILD_NUMBER}.${BSD_JDK_VERSION}
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= java devel
|
CATEGORIES= java devel
|
||||||
MASTER_SITES= LOCAL/jkim:jtreg
|
MASTER_SITES= LOCAL/jkim:jtreg
|
||||||
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
|
PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION}
|
||||||
|
@ -54,8 +53,8 @@ INSTALLDIR= ${PREFIX}/${PKGBASE}
|
||||||
NOPRECIOUSMAKEVARS= yes
|
NOPRECIOUSMAKEVARS= yes
|
||||||
|
|
||||||
JDK_MAJOR_VERSION= 8
|
JDK_MAJOR_VERSION= 8
|
||||||
JDK_UPDATE_VERSION= 442
|
JDK_UPDATE_VERSION= 452
|
||||||
JDK_BUILD_NUMBER= 06
|
JDK_BUILD_NUMBER= 09
|
||||||
BSD_JDK_VERSION= 1
|
BSD_JDK_VERSION= 1
|
||||||
JTREG_VERSION= 4.1
|
JTREG_VERSION= 4.1
|
||||||
JTREG_BUILD_NUMBER= b08
|
JTREG_BUILD_NUMBER= b08
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
TIMESTAMP = 1739426500
|
TIMESTAMP = 1745107911
|
||||||
SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c
|
SHA256 (jtreg4.1-b08.tar.gz) = a9fbfac903313c12687e60978c4688c20189cdf873560125917d6ad53d55b30c
|
||||||
SIZE (jtreg4.1-b08.tar.gz) = 6834252
|
SIZE (jtreg4.1-b08.tar.gz) = 6834252
|
||||||
SHA256 (battleblow-jdk8u-8.442.06.1-jdk8u442-b06.1_GH0.tar.gz) = 6b8f7cede1262b3c9de152ff0e886fcf15692c8d8b756ba9762ed8fc09744e85
|
SHA256 (battleblow-jdk8u-8.452.09.1-jdk8u452-b09.1_GH0.tar.gz) = 5ece2db14895741373c63a4a50029c1558206d25c98b2ac7e730e1279f20f8a7
|
||||||
SIZE (battleblow-jdk8u-8.442.06.1-jdk8u442-b06.1_GH0.tar.gz) = 93369221
|
SIZE (battleblow-jdk8u-8.452.09.1-jdk8u452-b09.1_GH0.tar.gz) = 93400109
|
||||||
|
|
|
@ -1,39 +0,0 @@
|
||||||
--- hotspot/src/os_cpu/bsd_aarch64/vm/pauth_bsd_aarch64.inline.hpp
|
|
||||||
+++ hotspot/src/os_cpu/bsd_aarch64/vm/pauth_bsd_aarch64.inline.hpp
|
|
||||||
@@ -0,0 +1,36 @@
|
|
||||||
+/*
|
|
||||||
+ * Copyright (c) 2021, 2022, Arm Limited. All rights reserved.
|
|
||||||
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
+ *
|
|
||||||
+ * This code is free software; you can redistribute it and/or modify it
|
|
||||||
+ * under the terms of the GNU General Public License version 2 only, as
|
|
||||||
+ * published by the Free Software Foundation.
|
|
||||||
+ *
|
|
||||||
+ * This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
+ * version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
+ * accompanied this code).
|
|
||||||
+ *
|
|
||||||
+ * You should have received a copy of the GNU General Public License version
|
|
||||||
+ * 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
+ *
|
|
||||||
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
+ * or visit www.oracle.com if you need additional information or have any
|
|
||||||
+ * questions.
|
|
||||||
+ *
|
|
||||||
+ */
|
|
||||||
+
|
|
||||||
+#ifndef OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
|
|
||||||
+#define OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
|
|
||||||
+
|
|
||||||
+// OS specific Support for ROP Protection in VM code.
|
|
||||||
+// For more details on PAC see pauth_aarch64.hpp.
|
|
||||||
+
|
|
||||||
+inline address pauth_strip_pointer(address ptr) {
|
|
||||||
+ // No PAC support in BSD as of yet.
|
|
||||||
+ return ptr;
|
|
||||||
+}
|
|
||||||
+
|
|
||||||
+#endif // OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
|
|
Loading…
Add table
Reference in a new issue