update to 7u75_2.5.4 [release 7u75_2.5.4-1mamba;Wed Feb 25 2015]

This commit is contained in:
Silvan Calarco 2024-01-05 23:48:56 +01:00
parent 099bad43ae
commit 5832a9ebe9
3 changed files with 1075 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# icedtea
The IcedTea project provides a harness to build the source code from http://openjdk.java.net using Free Software build tools and adds a number of key features to the upstream OpenJDK codebase.

7
icedtea-autoupdate Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
ICEDTEA_VERSION=`echo $1 | cut -d_ -f2`
[ "$1" ] || exit 1
for p in aarch64 corba hotspot jaxp jaxws jdk langtools openjdk; do
curl http://icedtea.wildebeest.org/download/drops/icedtea7/$ICEDTEA_VERSION/$p.tar.bz2 -o icedtea7-$p-$ICEDTEA_VERSION.tar.bz2
done

1066
icedtea.spec Normal file

File diff suppressed because it is too large Load Diff