pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Remove security/jessie.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f526ac5ebdd
branches: trunk
changeset: 443894:3f526ac5ebdd
user: nia <nia%pkgsrc.org@localhost>
date: Thu Dec 31 17:06:03 2020 +0000
description:
Remove security/jessie.
Upstream is dead and no acceptable compatible JVMs are provided by
pkgsrc any longer.
diffstat:
security/Makefile | 3 +--
security/jessie/DESCR | 20 --------------------
security/jessie/Makefile | 34 ----------------------------------
security/jessie/PLIST | 5 -----
security/jessie/distinfo | 6 ------
5 files changed, 1 insertions(+), 67 deletions(-)
diffs (98 lines):
diff -r bd3a8fe50ee3 -r 3f526ac5ebdd security/Makefile
--- a/security/Makefile Thu Dec 31 17:03:25 2020 +0000
+++ b/security/Makefile Thu Dec 31 17:06:03 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.793 2020/12/31 17:01:25 nia Exp $
+# $NetBSD: Makefile,v 1.794 2020/12/31 17:06:03 nia Exp $
#
COMMENT= Security tools
@@ -142,7 +142,6 @@
SUBDIR+= ike-scan
SUBDIR+= ipv6-toolkit
SUBDIR+= isakmpd
-SUBDIR+= jessie
SUBDIR+= john
SUBDIR+= kauth
SUBDIR+= kdesu
diff -r bd3a8fe50ee3 -r 3f526ac5ebdd security/jessie/DESCR
--- a/security/jessie/DESCR Thu Dec 31 17:03:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-This is JESSIE, a cleanroom implementation of the Java Secure Sockets
-Extension, the JSSE, aiming for compliance and compatibility with the
-JSSE as it exists in Java 1.4. It includes
-
- 1) A cleanroom implementation of the JSSE API.
-
- 2) Implementations of the SSLv3 and TLSv1 protocols.
-
-This package is meant to operate in the Classpath implementation of
-the Java class libraries, and has some specific dependencies to
-classes that exist only in Classpath (and, by extension, GCJ's
-libjava). These dependencies are small, however, and can easily be
-resolved by including parts of Classpath. The only other dependency is
-GNU Crypto <http://www.gnu.org/software/gnu-crypto/>, the forthcoming
-version 2.0, or the current CVS sources. GNU JAXP
-<http://www.gnu.org/software/classpathx/jaxp/jaxp.html> is also used,
-but is included with Classpath.
-
-``JESSIE'' might stand for ``JESSIE Executes Secure Sockets In Excess'',
-if you are in that sort of mood.
diff -r bd3a8fe50ee3 -r 3f526ac5ebdd security/jessie/Makefile
--- a/security/jessie/Makefile Thu Dec 31 17:03:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2017/08/16 20:45:44 wiz Exp $
-#
-
-DISTNAME= jessie-1.0.1
-CATEGORIES= security
-MASTER_SITES= http://syzygy.metastatic.org/jessie/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE= http://www.nongnu.org/jessie/
-COMMENT= GPL implementation of the Java Secure Sockets Extension
-
-DEPENDS+= gnu-crypto>=2.0:../../security/gnu-crypto
-
-USE_TOOLS+= gmake
-USE_JAVA2= yes
-USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
-INFO_FILES= yes
-
-CONFIGURE_ARGS+= --with-java-prefix=${PKG_JAVA_HOME:Q}
-CONFIGURE_ARGS+= --datadir=${PREFIX}/lib/java/jessie
-CONFIGURE_ARGS+= --disable-provider-only
-CONFIGURE_ENV+= JAVA=${PKG_JAVA_HOME}/bin/java
-CONFIGURE_ENV+= JAVAC=${PKG_JAVA_HOME}/bin/javac
-
-# the list below must be only JVMs using GNU Classpath
-PKG_JVMS_ACCEPTED= kaffe
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
-
-CLASSPATH!= ${ECHO} . ${LOCALBASE}/lib/java/gnu-crypto/*.jar | ${TR} ' ' :
-CONFIGURE_ENV+= CLASSPATH=${CLASSPATH:Q}
-MAKE_ENV+= CLASSPATH=${CLASSPATH:Q}
diff -r bd3a8fe50ee3 -r 3f526ac5ebdd security/jessie/PLIST
--- a/security/jessie/PLIST Thu Dec 31 17:03:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:13:30 joerg Exp $
-info/jessie.info
-lib/java/jessie/javax-net.jar
-lib/java/jessie/javax-security-cert.jar
-lib/java/jessie/org-metastatic-jessie.jar
diff -r bd3a8fe50ee3 -r 3f526ac5ebdd security/jessie/distinfo
--- a/security/jessie/distinfo Thu Dec 31 17:03:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 01:17:47 agc Exp $
-
-SHA1 (jessie-1.0.1.tar.gz) = c7dbd76b51642eb00f6ae46078f36d97f455df2f
-RMD160 (jessie-1.0.1.tar.gz) = cebc62e1d9047774a91b5e0f109796da37bd7733
-SHA512 (jessie-1.0.1.tar.gz) = ade744dc011570edc6c1823c6f691f7879958e42fac03d0524f9b33f04196b5a4babdc1f3144eebb163b4a021e6da808fd19bdf44eb4a70c8c7a75850ae7657c
-Size (jessie-1.0.1.tar.gz) = 838941 bytes
Home |
Main Index |
Thread Index |
Old Index