svn commit: r351023 - in head/java: linux-sun-jdk16 linux-sun-jre16
Koop Mast
kwm at rainbow-runner.nl
Fri Apr 11 19:17:13 UTC 2014
On 11-04-2014 20:33, Jung-uk Kim wrote:
> Author: jkim
> Date: Fri Apr 11 18:33:50 2014
> New Revision: 351023
> URL: http://svnweb.freebsd.org/changeset/ports/351023
> QAT: https://qat.redports.org/buildarchive/r351023/
>
> Log:
> Mark deprecated and set expiration.
>
> Modified:
> head/java/linux-sun-jdk16/Makefile
> head/java/linux-sun-jre16/Makefile
>
> Modified: head/java/linux-sun-jdk16/Makefile
> ==============================================================================
> --- head/java/linux-sun-jdk16/Makefile Fri Apr 11 17:36:30 2014 (r351022)
> +++ head/java/linux-sun-jdk16/Makefile Fri Apr 11 18:33:50 2014 (r351023)
> @@ -14,6 +14,9 @@ COMMENT= Sun Java Development Kit 1.6 fo
> EXTRACT_DEPENDS=${LINUX_BASE_PORT}
> RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
>
> +DEPRECATED= Unsupported and known for multiple security vulnerabilities
> +EXPIRATION_DATE=2014-05-10
> +
If it is known for having multiple security vulnerablities shouldn't it
be set to FORBIDDEN too?
> OPTIONS_DEFINE= DEMO
> DEMO_DESC= Install demos and samples
> OPTIONS_DEFAULT=DEMO
>
> Modified: head/java/linux-sun-jre16/Makefile
> ==============================================================================
> --- head/java/linux-sun-jre16/Makefile Fri Apr 11 17:36:30 2014 (r351022)
> +++ head/java/linux-sun-jre16/Makefile Fri Apr 11 18:33:50 2014 (r351023)
> @@ -14,6 +14,9 @@ COMMENT= Sun Java Runtime Environment 1.
> EXTRACT_DEPENDS=${LINUX_BASE_PORT}
> RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
>
> +DEPRECATED= Unsupported and known for multiple security vulnerabilities
> +EXPIRATION_DATE=2014-05-10
> +
> NO_CDROM= License does not allow distribution with fee
> RESTRICTED= Redistribution of repackaged binaries not permitted
> PKGNAMESUFFIX= 16
>
More information about the svn-ports-all
mailing list