Page MenuHomeSolus

D9135.id.diff
No OneTemporary

D9135.id.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Campbell Jones
+ - IRC: serebit
+ - Email: dev@serebit.com
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,20 +1,20 @@
name : openjdk-8
-version : 8.232
-release : 19
+version : 8.252
+release : 20
source :
- - https://getsol.us/sources/java/jdk8u232-ga.tar.bz2 : 23abb7e548611b19fc24802165d27d217657d6648b4688573a0430168e86ea77
- - https://getsol.us/sources/java/corba-u232-ga.tar.bz2 : 9958a19a9064a18e4cf249734ff1c03ad30444bff277d560027d02b8be5c3a68
- - https://getsol.us/sources/java/hotspot-u232-ga.tar.bz2 : ed88a5db0e9d1f81ff966e18940e1d7d9a3256aa324b396eb0e097893291d537
- - https://getsol.us/sources/java/jaxp-u232-ga.tar.bz2 : 4b402bc08e642acb2b42833996e70b284a1a02c70d4cc96ac4ece1802daeb892
- - https://getsol.us/sources/java/jaxws-u232-ga.tar.bz2 : 70276b4e04ec0d3f0d936f541ff27ee4e28602f28dfab7208b44a95ffa2f1a24
- - https://getsol.us/sources/java/jdk-u232-ga.tar.bz2 : 4c51f8063382065ea4440c4ed37695408401a0aead314a1d185d4fc4b2c36b6f
- - https://getsol.us/sources/java/langtools-u232-ga.tar.bz2 : bb8b55208e72ee59dd27ca033563f312ba5608685845efdf2882ce3eafcde1c3
- - https://getsol.us/sources/java/nashorn-u232-ga.tar.bz2 : 65401a6f11f67c198b54846fd8e28d452ffcb95939943c432f27e01d01fde29a
+ - https://getsol.us/sources/java/jdk8u252-ga.tar.bz2 : a83f8daa2afece63bf7ae95cfbca91ef765424c40b9f5b45e4a3c2d4da0f7a95
+ - https://getsol.us/sources/java/corba-u252-ga.tar.bz2 : 97513397015ca62953c6afa3ba925b1dabc0238d47f3a2b81c2bd5b683d4d050
+ - https://getsol.us/sources/java/hotspot-u252-ga.tar.bz2 : 80a91f421bbe750f5e8c66b74f77fb79f31cce2f6e9e1cfe8407d773bb1ed57d
+ - https://getsol.us/sources/java/jaxp-u252-ga.tar.bz2 : ead123b56c1c5d4c381665da6c0858cd9b11c69b8afc7494f9831980bc71bc92
+ - https://getsol.us/sources/java/jaxws-u252-ga.tar.bz2 : ef6532ac77e7e4333283c09c87b6923fbaa91b8bca6770f06494c3bb1643455e
+ - https://getsol.us/sources/java/jdk-u252-ga.tar.bz2 : 7203ded24a10843ac8e84269ad8ac347f29b1dd950f7e0bb9739ddcb8280b8fb
+ - https://getsol.us/sources/java/langtools-u252-ga.tar.bz2 : 6e2329e3f15c0fd23da47cd8f454cb49cdae0b12c951eb2910061fa95acb8ea4
+ - https://getsol.us/sources/java/nashorn-u252-ga.tar.bz2 : 195237fd89f34c27bf98c3a8bfda64bbc799a014e83907062a8b4e10bd4f2021
license : GPL-2.0-with-classpath-exception
component : programming.java
-summary : Open implementation of Oracle's Java Development Kit
+summary : Open implementation of Oracle's Java Development Kit, major version 8
description: |
- Open implementation of Oracle's Java Development Kit
+ Open implementation of Oracle's Java Development Kit, major version 8. This package includes both the JDK and its accompanying JRE, with OpenJFX in a separate package.
builddeps :
- cups-devel
- giflib-devel
@@ -31,17 +31,17 @@
- devel: /usr/lib64/openjdk-8/include
setup : |
# Prep input tarballs
- SOLJVM_VERSION="u232-ga"
+ SOLJVM_VERSION="u252-ga"
for tarball in corba hotspot jaxp jaxws langtools jdk nashorn; do
mkdir -pv ${tarball} &&
- tar -xf $sources/${tarball}-${SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball}
+ tar -xf $sources/${tarball}-${SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball}
done
# Now configure
SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse"
bash ./configure --prefix="$installdir/usr" \
--with-boot-jdk="/usr/lib64/openjdk-8/" \
- --with-update-version=232 \
+ --with-update-version=252 \
--with-build-number=ga \
--with-milestone=solus \
--with-zlib=system \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -7,15 +7,15 @@
</Packager>
<License>GPL-2.0-with-classpath-exception</License>
<PartOf>programming.java</PartOf>
- <Summary xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit</Summary>
- <Description xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit
+ <Summary xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit, major version 8</Summary>
+ <Description xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit, major version 8. This package includes both the JDK and its accompanying JRE, with OpenJFX in a separate package.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>openjdk-8</Name>
- <Summary xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit</Summary>
- <Description xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit
+ <Summary xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit, major version 8</Summary>
+ <Description xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit, major version 8. This package includes both the JDK and its accompanying JRE, with OpenJFX in a separate package.
</Description>
<PartOf>programming.java</PartOf>
<Files>
@@ -713,11 +713,11 @@
<Package>
<Name>openjdk-8-devel</Name>
<Summary xml:lang="en">Development files for openjdk-8</Summary>
- <Description xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit
+ <Description xml:lang="en">Open implementation of Oracle&apos;s Java Development Kit, major version 8. This package includes both the JDK and its accompanying JRE, with OpenJFX in a separate package.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="19">openjdk-8</Dependency>
+ <Dependency release="20">openjdk-8</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/openjdk-8/classfile_constants.h</Path>
@@ -732,12 +732,12 @@
</Files>
</Package>
<History>
- <Update release="19">
- <Date>2020-05-30</Date>
- <Version>8.232</Version>
+ <Update release="20">
+ <Date>2020-07-15</Date>
+ <Version>8.252</Version>
<Comment>Packaging update</Comment>
<Name>Campbell Jones</Name>
<Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
diff --git a/update.sh b/update.sh
--- a/update.sh
+++ b/update.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-VERSION="232"
+VERSION="252"
REVISION="ga"
-BASEURI="http://hg.openjdk.java.net/jdk8u/jdk8u/archive"
+BASEURI="http://hg.openjdk.java.net/jdk8u/jdk8u"
set -e
# Main tarball
@@ -9,7 +9,7 @@
function fetch_and_emit()
{
- wget -nc http://hg.openjdk.java.net/jdk8u/jdk8u/$1/archive/jdk8u${VERSION}-${REVISION}.tar.bz2 -O $1-u${VERSION}-${REVISION}.tar.bz2
+ wget -nc ${BASEURI}/$1/archive/jdk8u${VERSION}-${REVISION}.tar.bz2 -O $1-u${VERSION}-${REVISION}.tar.bz2
}
# subproject tarballs

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:31 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5826209
Default Alt Text
D9135.id.diff (7 KB)

Event Timeline