Update to version 1.4.1

This commit is contained in:
kevlo 2002-09-19 06:09:39 +00:00
parent 43a115ebb0
commit e18f32f5fd
5 changed files with 1702 additions and 1708 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/08/01 05:56:56 kevlo Exp $
# $OpenBSD: Makefile,v 1.2 2002/09/19 06:09:39 kevlo Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "Java Development Kit for Java 2 Standard Edition 1.4"
VERSION= 1.4.0_01
VERSION= 1.4.1
DISTNAME= jdk${VERSION}
PKGNAME= jdk-linux-${VERSION}
@ -30,7 +30,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
NO_BUILD= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/j2sdk1.4.0_01
WRKDIST= ${WRKDIR}/j2sdk1.4.1
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
@ -38,15 +38,15 @@ do-fetch:
echo " You must fetch the distfile for this port manually" ; \
echo " after agreeing to the license agreement at" ; \
echo "" ; \
echo " http://java.sun.com/j2se/1.4/download.html" ; \
echo " http://java.sun.com/j2se/1.4.1/download.html" ; \
echo "" ; \
echo " Choose the 'Linux GNUZIP Tar shell script' option and place" ; \
echo " Choose the 'Linux self-extracting file' option and place" ; \
echo " ${DISTFILES} into ${DISTDIR}." ; \
echo "" ; \
exit 1 ; \
fi
JDK_HOME= ${PREFIX}/jdk1.4.0-linux
JDK_HOME= ${PREFIX}/jdk1.4.1-linux
pre-install:
@${INSTALL_DATA_DIR} ${JDK_HOME}
@ -55,4 +55,3 @@ do-install:
@cp -Rp ${WRKSRC}/* ${JDK_HOME}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (j2sdk-1_4_0_01-linux-i586.bin) = 6e0ee081152cfe7287c946538fce41cf
RMD160 (j2sdk-1_4_0_01-linux-i586.bin) = 73ddf503bab01f0e3f95f0f720c0783891df3637
SHA1 (j2sdk-1_4_0_01-linux-i586.bin) = 90f749bc5951d6c2afad6a8f69e6f95c1a529c1f
MD5 (j2sdk-1_4_1-linux-i586.bin) = f160cd2820f5ebb13a419c41677a84f3
RMD160 (j2sdk-1_4_1-linux-i586.bin) = 045e1042bca10c70b4f934d6ce2fdd0590d84901
SHA1 (j2sdk-1_4_1-linux-i586.bin) = 0b44a402e2e4296ee2c7ace6ce0a764c05f6a4a7

View File

@ -1,7 +1,7 @@
Sun's Java Development Kit 1.4, running under Linux emulation.
Sun's Java Development Kit 1.4.1, running under Linux emulation.
This software has restrictive licensing terms which prohibit its
redistribution; see ${PREFIX}/jdk1.4.0-linux/LICENSE for more
redistribution; see ${PREFIX}/jdk1.4.1-linux/LICENSE for more
information.
WWW: ${HOMEPAGE}

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
The 1.4.0_01 binary linux release of the Sun JDK may be
The 1.4.1 binary linux release of the Sun JDK may be
subject to several security vulnerabilities that we cannot
correct. More information on those as well as other known
Java vulnerabilities can be found at: