pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net chimera: Remove, broken with OpenSSL 1.1, no relea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07e37b52128d
branches:  trunk
changeset: 424481:07e37b52128d
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Mar 11 19:55:38 2020 +0000

description:
chimera: Remove, broken with OpenSSL 1.1, no release since 2008

(this release is from 2007)

diffstat:

 net/Makefile                          |   3 +--
 net/chimera/DESCR                     |  22 ----------------------
 net/chimera/Makefile                  |  23 -----------------------
 net/chimera/PLIST                     |  12 ------------
 net/chimera/distinfo                  |   8 --------
 net/chimera/patches/patch-aa          |  21 ---------------------
 net/chimera/patches/patch-src_route.c |  13 -------------
 7 files changed, 1 insertions(+), 101 deletions(-)

diffs (140 lines):

diff -r fcd4a2f5e402 -r 07e37b52128d net/Makefile
--- a/net/Makefile      Wed Mar 11 19:50:13 2020 +0000
+++ b/net/Makefile      Wed Mar 11 19:55:38 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1311 2020/03/11 19:49:38 nia Exp $
+# $NetBSD: Makefile,v 1.1312 2020/03/11 19:55:38 nia Exp $
 #
 
 COMMENT=       Networking tools
@@ -61,7 +61,6 @@
 SUBDIR+=       cclive
 SUBDIR+=       ccrtp
 SUBDIR+=       cdpd
-SUBDIR+=       chimera
 SUBDIR+=       chksniff
 SUBDIR+=       choparp
 SUBDIR+=       choqok
diff -r fcd4a2f5e402 -r 07e37b52128d net/chimera/DESCR
--- a/net/chimera/DESCR Wed Mar 11 19:50:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-Structured peer-to-peer overlays, sometimes also referred to as
-Distributed Hash Tables (DHTs), are scalable network infrastructures
-that support Internet-scale network applications utilizing a
-decentralized resource model.  At their core, these overlays provide
-Key-Based Routing (KBR), where messages addressed to any Key will
-incrementally route towards an overlay node responsible for that key.
-On top of the KBR layer, these overlays can support distributed
-storage using a DHT layer or data location using a DOLR layer.
-
-On top of these overlays, researchers have proposed numerous
-distributed applications, including distributed storage and backup
-systems, multicast systems, resilient routing networks, distributed
-spam filters, mobility support and anonymous routing networks.
-
-Chimera is a light-weight C implementation of a "next-generation"
-structured overlay that provides similar functionality as
-prefix-routing protocols Tapestry and Pastry.  Chimera gains
-simplicity and robustness from its use of Pastry's leafsets, and
-efficient routing from Tapestry's locality algorithms.  In addition to
-these properties, Chimera also provides efficient detection of node
-and network failures, and reroutes messages around them to maintain
-connectivity and throughput.
diff -r fcd4a2f5e402 -r 07e37b52128d net/chimera/Makefile
--- a/net/chimera/Makefile      Wed Mar 11 19:50:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 21:50:10 jperkin Exp $
-
-DISTNAME=      chimera-1.20
-PKGREVISION=   2
-CATEGORIES=    net
-MASTER_SITES=  http://www.cs.ucsb.edu/~ravenben/chimera/download/
-
-MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      http://pdos.csail.mit.edu/chord/
-COMMENT=       Distributed Hash Table implementation
-LICENSE=       gnu-gpl-v2
-
-WRKSRC=                        ${WRKDIR}/chimera
-GNU_CONFIGURE=         yes
-USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake
-
-AUTO_MKDIRS=           yes
-
-LDFLAGS.SunOS+=                -lsocket -lnsl
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fcd4a2f5e402 -r 07e37b52128d net/chimera/PLIST
--- a/net/chimera/PLIST Wed Mar 11 19:50:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/02 04:48:04 agc Exp $
-bin/bighost
-bin/bignode
-bin/bigtest
-bin/dht
-bin/dhttest
-bin/monitor
-bin/receiver
-bin/sender
-bin/sha1_keygen
-bin/test
-lib/libchimera.a
diff -r fcd4a2f5e402 -r 07e37b52128d net/chimera/distinfo
--- a/net/chimera/distinfo      Wed Mar 11 19:50:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:34:55 agc Exp $
-
-SHA1 (chimera-1.20.tar.gz) = 5a603fdb234c3d6ef9ae48071ad41e8c9db835cf
-RMD160 (chimera-1.20.tar.gz) = 723162f2490622e97c10cade97fa489f67707f8e
-SHA512 (chimera-1.20.tar.gz) = dcc89ccb9eb22e53cfa90d546215991625199454fffc913a4eb88f08c402cac84ba386cbd8ba3938ed351d502a0bd967b84596ad19d9454ef8f4fc96e33ec244
-Size (chimera-1.20.tar.gz) = 978799 bytes
-SHA1 (patch-aa) = a02ea7183b641a3c540a6c0aa4013d4016f14060
-SHA1 (patch-src_route.c) = c21b457e9b0efa56888b6715278c272bf229238a
diff -r fcd4a2f5e402 -r 07e37b52128d net/chimera/patches/patch-aa
--- a/net/chimera/patches/patch-aa      Wed Mar 11 19:50:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2012/05/02 04:48:04 agc Exp $
-
-correct header to get prototype
-
---- src/log.c  2012/03/28 19:10:29     1.1
-+++ src/log.c  2012/03/28 19:10:44
-@@ -9,12 +9,10 @@
- #include <unistd.h>
- #include <stdarg.h>
- #include <stdlib.h>
-+#include <string.h>
- #include "log.h"
- 
--extern FILE *stdin;
--
--
--void *log_init ()
-+void *log_init (void)
- {
-     static FILE **log_fp;
-     log_fp = (FILE **) malloc (sizeof (FILE *) * LOG_COUNT);
diff -r fcd4a2f5e402 -r 07e37b52128d net/chimera/patches/patch-src_route.c
--- a/net/chimera/patches/patch-src_route.c     Wed Mar 11 19:50:13 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_route.c,v 1.1 2012/11/19 02:58:41 joerg Exp $
-
---- src/route.c.orig   2012-11-18 16:29:00.000000000 +0000
-+++ src/route.c
-@@ -435,7 +435,7 @@ ChimeraHost *find_closest_key (void *sta
-     if (size == 0)
-       {
-           min = NULL;
--          return;
-+          return NULL;
-       }
- 
-     else



Home | Main Index | Thread Index | Old Index