pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/openjdk7



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan 27 12:31:06 UTC 2015

Modified Files:
        pkgsrc/lang/openjdk7: Makefile PLIST distinfo
        pkgsrc/lang/openjdk7/patches:
            patch-hotspot_make_bsd_makefiles_rules.make
Added Files:
        pkgsrc/lang/openjdk7/patches: patch-jdk_make_com_sun_nio_Makefile

Log Message:
Update to 1.7.76

* Disable SCTP support under NetBSD.

Changelog:
From: http://www.oracle.com/technetwork/java/javase/7u76-relnotes-2389087.html

IANA Data 2014j

JDK 7u76 contains IANA time zone data version 2014j. For more information, refer to Timezone Data Versions in the JRE Software.

New Features and Changes

SSLv3 is disabled by default

Starting with JDK 7u75 release, the SSLv3 protocol (Secure Socket Layer) has been deactivated and is not available by default. See the java.security.Security property jdk.tls.disabledAlgorithms in 
<JRE_HOME>/lib/security/java.security file.

If SSLv3 is absolutely required, the protocol can be reactivated by removing "SSLv3" from the jdk.tls.disabledAlgorithms property in the java.security file or by dynamically setting this Security 
property to "true" before JSSE is initialized.

It should be noted that SSLv3 is obsolete and should no longer be used.
Changes to Java Control Panel

Starting with 7u75 release, SSLv3 protocol is removed from Java Control Panel Advanced options.

If the user needs to use SSLv3 for applications, re-enable it manually as follows:

    Enable SSLv3 protocol on JRE level: as described in the previous section.
    Enable SSLv3 protocol on deploy level: edit the deployment.properties file and add the following:

    deployment.security.SSLv3=true


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/lang/openjdk7/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/openjdk7/PLIST
cvs rdiff -u -r1.62 -r1.63 pkgsrc/lang/openjdk7/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/lang/openjdk7/patches/patch-hotspot_make_bsd_makefiles_rules.make
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/lang/openjdk7/patches/patch-jdk_make_com_sun_nio_Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index