/hg/release/icedtea-web-1.6: 2 new changesets
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Thu Jul 30 12:07:34 UTC 2015
changeset 49b7fb76c152 in /hg/release/icedtea-web-1.6
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.6?cmd=changeset;node=49b7fb76c152
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Jul 30 14:01:59 2015 +0200
replaced Trusted-only by Trusted-Only, cosmetic change in TrustedOnlyAttribute reproducer
* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp:
* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp:
* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp:
* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp:
* tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF
changeset 7fe258be550a in /hg/release/icedtea-web-1.6
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.6?cmd=changeset;node=7fe258be550a
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Jul 30 14:06:57 2015 +0200
Removed last remains of BOOT_DIR
* Makefile.am: declared and exported EXPORTED_JAR EXPORTED_KEYTOOL EXPORTED_JARSIGNER EXPORTED_PACK200
* tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile: all of (BOOT_DIR)/bin/keytool (BOOT_DIR)/bin/jarsigner (BOOT_DIR)/bin/javac (BOOT_DIR)/bin/jar (BOOT_DIR)/bin/pack200 replaced by (EXPORTED_KEYTOOL) (EXPORTED_JARSIGNER) (EXPORTED_JAVAC) (EXPORTED_JAR) (EXPORTED_PACK200)
* tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile: same
* tests/reproducers/custom/ExtensionJnlpsInApplet/srcs/Makefile: same
* tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/Makefile: same
* tests/reproducers/custom/MixedSigningApplet/srcs/Makefile: same
* tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile: same
* tests/reproducers/custom/PackGZip/srcs/Makefile: same
* tests/reproducers/custom/PartiallySignedAppletManifestSpecifiesSandbox/srcs/Makefile: same
* tests/reproducers/custom/SignedAppletCodebaseLoading/srcs/Makefile: same
* tests/reproducers/custom/SignedAppletExternalMainClass/srcs/Makefile: same
* tests/reproducers/custom/TrustedOnlyAttribute/srcs/Makefile: same
* tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile: same
diffstat:
ChangeLog | 37 +++++++++-
Makefile.am | 4 +
tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile | 10 +-
tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile | 4 +-
tests/reproducers/custom/ExtensionJnlpsInApplet/srcs/Makefile | 4 +-
tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/Makefile | 4 +-
tests/reproducers/custom/MixedSigningApplet/srcs/Makefile | 6 +-
tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile | 8 +-
tests/reproducers/custom/PackGZip/srcs/Makefile | 8 +-
tests/reproducers/custom/PartiallySignedAppletManifestSpecifiesSandbox/srcs/Makefile | 6 +-
tests/reproducers/custom/SignedAppletCodebaseLoading/srcs/Makefile | 6 +-
tests/reproducers/custom/SignedAppletExternalMainClass/srcs/Makefile | 8 +-
tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp | 2 +-
tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp | 2 +-
tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp | 2 +-
tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp | 2 +-
tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF | 2 +-
tests/reproducers/custom/TrustedOnlyAttribute/srcs/Makefile | 8 +-
tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile | 4 +-
19 files changed, 81 insertions(+), 46 deletions(-)
diffs (330 lines):
diff -r 19de1aaabc51 -r 7fe258be550a ChangeLog
--- a/ChangeLog Wed Jul 29 16:29:43 2015 +0200
+++ b/ChangeLog Thu Jul 30 14:06:57 2015 +0200
@@ -1,6 +1,37 @@
-2015-07-23 Jiri Vanek <jvanek at redhat.com>
-
- Enabled and properly tested Entry-Point attribute check
+2015-07-27 Jiri Vanek <jvanek at redhat.com>
+
+ Removed last remains of BOOT_DIR
+ * Makefile.am: declared and exported EXPORTED_JAR EXPORTED_KEYTOOL
+ EXPORTED_JARSIGNER EXPORTED_PACK200
+ * tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile:
+ all of (BOOT_DIR)/bin/keytool (BOOT_DIR)/bin/jarsigner (BOOT_DIR)/bin/javac
+ (BOOT_DIR)/bin/jar (BOOT_DIR)/bin/pack200 replaced by (EXPORTED_KEYTOOL)
+ (EXPORTED_JARSIGNER) (EXPORTED_JAVAC) (EXPORTED_JAR) (EXPORTED_PACK200)
+ * tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile: same
+ * tests/reproducers/custom/ExtensionJnlpsInApplet/srcs/Makefile: same
+ * tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/Makefile: same
+ * tests/reproducers/custom/MixedSigningApplet/srcs/Makefile: same
+ * tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile: same
+ * tests/reproducers/custom/PackGZip/srcs/Makefile: same
+ * tests/reproducers/custom/PartiallySignedAppletManifestSpecifiesSandbox/srcs/Makefile:
+ same
+ * tests/reproducers/custom/SignedAppletCodebaseLoading/srcs/Makefile: same
+ * tests/reproducers/custom/SignedAppletExternalMainClass/srcs/Makefile: same
+ * tests/reproducers/custom/TrustedOnlyAttribute/srcs/Makefile: same
+ * tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile: same
+
+2015-07-30 Jiri Vanek <jvanek at redhat.com>
+
+ replaced Trusted-only by Trusted-Only, cosmetic change in TrustedOnlyAttribute reproducer
+ * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp:
+ * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp:
+ * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp:
+ * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp:
+ * tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF:
+
+2015-07-29 Jiri Vanek <jvanek at redhat.com>
+
+ Enabled and properly tested Entry-Point attribute check
* NEWS: mentioned enabling
* netx/net/sourceforge/jnlp/runtime/ManifestAttributesChecker.java: enabled
call to checkEntryPoint if enabled
diff -r 19de1aaabc51 -r 7fe258be550a Makefile.am
--- a/Makefile.am Wed Jul 29 16:29:43 2015 +0200
+++ b/Makefile.am Thu Jul 30 14:06:57 2015 +0200
@@ -231,6 +231,10 @@
#exported autoconf copies
export EXPORTED_JAVAC=$(SYSTEM_JDK_DIR)/bin/javac
+export EXPORTED_JAR=$(SYSTEM_JDK_DIR)/bin/jar
+export EXPORTED_KEYTOOL=$(SYSTEM_JDK_DIR)/bin/keytool
+export EXPORTED_JARSIGNER=$(SYSTEM_JDK_DIR)/bin/jarsigner
+export EXPORTED_PACK200=$(SYSTEM_JDK_DIR)/bin/pack200
#end of exported autoconf copies
# binary names
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile
--- a/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/AdditionalJarsInMetaInfIndexList/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -2,10 +2,10 @@
ARCHIVE_TEST_FOLDER=archive_tag_folder_test
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-KEYTOOL=$(BOOT_DIR)/bin/keytool
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+KEYTOOL=$(EXPORTED_KEYTOOL)
+JARSIGNER=$(EXPORTED_JARSIGNER)
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
# File used because the 'jar' command does not accept an empty file
DUMMY_FILE=jar_dummy_content
@@ -43,7 +43,7 @@
# Sign some of the jars for the signed jar test
cd $(TMPDIR) ; \
for jar_to_sign in $(MAINCLASS_JAR_SIGNED) $(INDEX_JAR_SIGNED); do \
- $(BOOT_DIR)/bin/jarsigner -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) \
+ $(EXPORTED_JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) \
-keypass $(PRIVATE_KEYSTORE_PASS) "$$jar_to_sign" $(TEST_CERT_ALIAS)_signed ; \
done
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile
--- a/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/AppletExtendsFromOutsideJar/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -5,8 +5,8 @@
OUTER_FILE=AppletReferenceOutOfJar.class
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/ExtensionJnlpsInApplet/srcs/Makefile
--- a/tests/reproducers/custom/ExtensionJnlpsInApplet/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/ExtensionJnlpsInApplet/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -5,8 +5,8 @@
ENTRYPOINT_CLASSES=ExtensionJnlpHelper ExtensionJnlpTestApplet
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/Makefile
--- a/tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/JNLPClassLoaderDeadlock/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -5,8 +5,8 @@
ENTRYPOINT_CLASSES=JNLPClassLoaderDeadlock_1 JNLPClassLoaderDeadlock_2
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/MixedSigningApplet/srcs/Makefile
--- a/tests/reproducers/custom/MixedSigningApplet/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/MixedSigningApplet/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -4,9 +4,9 @@
ENTRYPOINT_CLASSES=MixedSigningApplet
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
+JARSIGNER=$(EXPORTED_JARSIGNER)
JARSIGNER_CMD=$(JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) -keypass $(PRIVATE_KEYSTORE_PASS)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile
--- a/tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/MultipleSignaturesPerJar/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -1,11 +1,11 @@
TESTNAME=MultipleSignaturesPerJar
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-KEYTOOL=$(BOOT_DIR)/bin/keytool
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
+KEYTOOL=$(EXPORTED_KEYTOOL)
+JARSIGNER=$(EXPORTED_JARSIGNER)
JARSIGNER_CMD=$(JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) -keypass $(PRIVATE_KEYSTORE_PASS)
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
# Index jar causes main class jar to load
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/PackGZip/srcs/Makefile
--- a/tests/reproducers/custom/PackGZip/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/PackGZip/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -1,10 +1,10 @@
TESTNAME=PackGZip
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
-PACKER=$(BOOT_DIR)/bin/pack200
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
+JARSIGNER=$(EXPORTED_JARSIGNER)
+PACKER=$(EXPORTED_PACK200)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/PartiallySignedAppletManifestSpecifiesSandbox/srcs/Makefile
--- a/tests/reproducers/custom/PartiallySignedAppletManifestSpecifiesSandbox/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/PartiallySignedAppletManifestSpecifiesSandbox/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -4,9 +4,9 @@
ENTRYPOINT_CLASSES=PartiallySignedAppletManifestSpecifiesSandboxHelper
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
+JARSIGNER=$(EXPORTED_JARSIGNER)
JARSIGNER_CMD=$(JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) -keypass $(PRIVATE_KEYSTORE_PASS)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/SignedAppletCodebaseLoading/srcs/Makefile
--- a/tests/reproducers/custom/SignedAppletCodebaseLoading/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/SignedAppletCodebaseLoading/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -3,9 +3,9 @@
SRC_FILES=SignedAppletCodebaseLoading.java SignedAppletCodebaseLoadingHelper.java
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
+JARSIGNER=$(EXPORTED_JARSIGNER)
JARSIGNER_CMD=$(JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) -keypass $(PRIVATE_KEYSTORE_PASS)
TMPDIR:=$(shell mktemp -d)
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/SignedAppletExternalMainClass/srcs/Makefile
--- a/tests/reproducers/custom/SignedAppletExternalMainClass/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/SignedAppletExternalMainClass/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -1,8 +1,8 @@
TESTNAME=SignedAppletExternalMainClass
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JARSIGNER=$(EXPORTED_JARSIGNER)
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
TMPDIR:=$(shell mktemp -d)
@@ -13,7 +13,7 @@
cd $(TMPDIR) ; \
$(JAR) cvf $(TESTNAME)Helper.jar $(TESTNAME)Helper.class ; \
- $(BOOT_DIR)/bin/jarsigner -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) \
+ $(EXPORTED_JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) \
-keypass $(PRIVATE_KEYSTORE_PASS) "$(TMPDIR)/$(TESTNAME)Helper.jar" $(TEST_CERT_ALIAS)_signed ; \
cd $(TMPDIR); \
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp Thu Jul 30 14:06:57 2015 +0200
@@ -42,7 +42,7 @@
<title>TrustedOnlyAttribute</title>
<vendor>IcedTea</vendor>
<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
- <description>Trusted-only Manifest Attribute Test</description>
+ <description>Trusted-Only Manifest Attribute Test</description>
<offline/>
</information>
<resources>
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp Thu Jul 30 14:06:57 2015 +0200
@@ -42,7 +42,7 @@
<title>TrustedOnlyAttribute</title>
<vendor>IcedTea</vendor>
<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
- <description>Trusted-only Manifest Attribute Test</description>
+ <description>Trusted-Only Manifest Attribute Test</description>
<offline/>
</information>
<resources>
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp Thu Jul 30 14:06:57 2015 +0200
@@ -42,7 +42,7 @@
<title>TrustedOnlyAttribute</title>
<vendor>IcedTea</vendor>
<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
- <description>Trusted-only Manifest Attribute Test</description>
+ <description>Trusted-Only Manifest Attribute Test</description>
<offline/>
</information>
<resources>
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp Thu Jul 30 14:06:57 2015 +0200
@@ -42,7 +42,7 @@
<title>TrustedOnlyAttribute</title>
<vendor>IcedTea</vendor>
<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
- <description>Trusted-only Manifest Attribute Test</description>
+ <description>Trusted-Only Manifest Attribute Test</description>
<offline/>
</information>
<resources>
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF
--- a/tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF Thu Jul 30 14:06:57 2015 +0200
@@ -1,3 +1,3 @@
-Trusted-only: true
+Trusted-Only: true
Application-Name: TrustedOnlyAttribute
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/TrustedOnlyAttribute/srcs/Makefile
--- a/tests/reproducers/custom/TrustedOnlyAttribute/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -1,8 +1,8 @@
TESTNAME=TrustedOnlyAttribute
-JARSIGNER=$(BOOT_DIR)/bin/jarsigner
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JARSIGNER=$(EXPORTED_JARSIGNER)
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
TMPDIR:=$(shell mktemp -d)
@@ -15,7 +15,7 @@
cd $(TMPDIR) ; \
$(JAR) cvfm $(TESTNAME)Signed.jar MANIFEST.MF $(TESTNAME).class ; \
$(JAR) cvfm $(TESTNAME)Unsigned.jar MANIFEST.MF $(TESTNAME).class ; \
- $(BOOT_DIR)/bin/jarsigner -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) \
+ $(EXPORTED_JARSIGNER) -keystore $(TOP_BUILD_DIR)/$(PRIVATE_KEYSTORE_NAME) -storepass $(PRIVATE_KEYSTORE_PASS) \
-keypass $(PRIVATE_KEYSTORE_PASS) "$(TMPDIR)/$(TESTNAME)Signed.jar" $(TEST_CERT_ALIAS)_signed ; \
cd $(TMPDIR); \
diff -r 19de1aaabc51 -r 7fe258be550a tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile
--- a/tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile Thu Jul 30 14:06:57 2015 +0200
@@ -1,8 +1,8 @@
TESTNAME=UnsignedContentInMETAINF
JAVAC_CLASSPATH=$(TEST_EXTENSIONS_DIR):$(NETX_DIR)/lib/classes.jar
DEPLOY_DIR=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR)
-JAVAC=$(BOOT_DIR)/bin/javac
-JAR=$(BOOT_DIR)/bin/jar
+JAVAC=$(EXPORTED_JAVAC)
+JAR=$(EXPORTED_JAR)
ABS_SRC_PATH=$(REPRODUCERS_TESTS_SRCDIR)/custom/$(TESTNAME)/srcs
prepare-reproducer:
More information about the distro-pkg-dev
mailing list