pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Remove ppp-mppe, obsoleted by pppd and mppe-lkm. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7e948e65d174
branches:  trunk
changeset: 486742:7e948e65d174
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Jan 02 03:01:56 2005 +0000

description:
Remove ppp-mppe, obsoleted by pppd and mppe-lkm.  I can't really say I will
regret it.

diffstat:

 net/Makefile                  |     3 +-
 net/ppp-mppe/DESCR            |    23 -
 net/ppp-mppe/Makefile         |    71 -
 net/ppp-mppe/PLIST            |     6 -
 net/ppp-mppe/PLIST.catinstall |     4 -
 net/ppp-mppe/PLIST.maninstall |     4 -
 net/ppp-mppe/distinfo         |    59 -
 net/ppp-mppe/patches/patch-aa |    15 -
 net/ppp-mppe/patches/patch-ab |   349 --------
 net/ppp-mppe/patches/patch-ac |    16 -
 net/ppp-mppe/patches/patch-ad |    27 -
 net/ppp-mppe/patches/patch-ae |    17 -
 net/ppp-mppe/patches/patch-af |    42 -
 net/ppp-mppe/patches/patch-ag |   148 ---
 net/ppp-mppe/patches/patch-ah |    78 -
 net/ppp-mppe/patches/patch-ai |    32 -
 net/ppp-mppe/patches/patch-aj |   293 -------
 net/ppp-mppe/patches/patch-ak |    15 -
 net/ppp-mppe/patches/patch-al |    17 -
 net/ppp-mppe/patches/patch-am |    62 -
 net/ppp-mppe/patches/patch-an |    27 -
 net/ppp-mppe/patches/patch-ao |    22 -
 net/ppp-mppe/patches/patch-ap |  1621 -----------------------------------------
 net/ppp-mppe/patches/patch-aq |   131 ---
 net/ppp-mppe/patches/patch-ar |   685 -----------------
 net/ppp-mppe/patches/patch-as |  1287 --------------------------------
 net/ppp-mppe/patches/patch-at |   633 ----------------
 net/ppp-mppe/patches/patch-au |    83 --
 net/ppp-mppe/patches/patch-ba |    50 -
 net/ppp-mppe/patches/patch-bb |   181 ----
 net/ppp-mppe/patches/patch-bc |   520 -------------
 net/ppp-mppe/patches/patch-bd |   356 ---------
 net/ppp-mppe/patches/patch-be |    24 -
 net/ppp-mppe/patches/patch-bf |   206 -----
 net/ppp-mppe/patches/patch-bg |    28 -
 net/ppp-mppe/patches/patch-bh |   472 -----------
 net/ppp-mppe/patches/patch-bi |    24 -
 net/ppp-mppe/patches/patch-bj |   167 ----
 net/ppp-mppe/patches/patch-bk |    21 -
 net/ppp-mppe/patches/patch-bl |    43 -
 net/ppp-mppe/patches/patch-bm |   203 -----
 net/ppp-mppe/patches/patch-bn |    14 -
 net/ppp-mppe/patches/patch-bo |   234 -----
 net/ppp-mppe/patches/patch-bp |    68 -
 net/ppp-mppe/patches/patch-bq |   160 ----
 net/ppp-mppe/patches/patch-br |    13 -
 net/ppp-mppe/patches/patch-bs |    21 -
 net/ppp-mppe/patches/patch-bt |   797 --------------------
 net/ppp-mppe/patches/patch-bu |    56 -
 net/ppp-mppe/patches/patch-bv |    37 -
 net/ppp-mppe/patches/patch-bw |    22 -
 net/ppp-mppe/patches/patch-bx |    14 -
 net/ppp-mppe/patches/patch-bz |    14 -
 net/ppp-mppe/patches/patch-ca |   121 ---
 net/ppp-mppe/patches/patch-cb |    21 -
 net/ppp-mppe/patches/patch-da |    63 -
 net/ppp-mppe/patches/patch-db |    68 -
 net/ppp-mppe/patches/patch-dc |    87 --
 net/ppp-mppe/patches/patch-dd |    25 -
 net/ppp-mppe/patches/patch-de |    24 -
 net/ppp-mppe/patches/patch-df |    99 --
 net/ppp-mppe/patches/patch-dg |    15 -
 62 files changed, 1 insertions(+), 10037 deletions(-)

diffs (truncated from 10296 to 300 lines):

diff -r 784d6ad68c85 -r 7e948e65d174 net/Makefile
--- a/net/Makefile      Sun Jan 02 02:57:01 2005 +0000
+++ b/net/Makefile      Sun Jan 02 03:01:56 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.524 2005/01/02 02:55:05 cube Exp $
+# $NetBSD: Makefile,v 1.525 2005/01/02 03:01:56 cube Exp $
 #
 
 COMMENT=       Networking tools
@@ -279,7 +279,6 @@
 SUBDIR+=       polsms
 SUBDIR+=       poptop
 SUBDIR+=       ppp-lzs
-SUBDIR+=       ppp-mppe
 SUBDIR+=       pppd
 SUBDIR+=       pptp
 SUBDIR+=       proftpd
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/DESCR
--- a/net/ppp-mppe/DESCR        Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-The Point-to-Point Protocol (PPP) provides a standard way to establish a
-network connection over a serial link.  At present, this package supports
-IP and the protocols layered above IP, such as TCP and UDP.
-
-This software consists of two parts:
-  - A NetBSD Loadable Kernel module, which establishes a network interface
-  and passes packets between the serial port, the kernel networking code
-  and the PPP daemon (pppd).
-  - The PPP daemon (pppd), which negotiates with the peer to establish the
-  link and sets up the ppp network interface.  Pppd includes support for
-  authentication, so you can control which other systems may make a PPP
-  connection and what IP addresses they may use.
-
-This version is patched to support MPPE:
-  MPPE - Microsoft Point-to-Point Encryption uses rc4 (40 or 128 bit) as a
-  bi-directional encryption algorithm.  The keys are based on your MS-CHAP
-  authentication info, so you must use chapms or chapms-v2.
-
-MPPE is NOT a particularly secure mode of operation.  For maximum possible
-security using MPPE, it is advised in the RFC's to use the highest mode of
-encryption that is legal, and to enable stateless mode (which renogotiates
-keys with every packet).  Even with these precautions, MPPE is not very
-secure, but anything is better than nothing, right?
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/Makefile
--- a/net/ppp-mppe/Makefile     Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2004/12/26 22:05:44 jlam Exp $
-
-DISTNAME=      ppp-2.3.9
-PKGNAME=       ppp-mppe-2.3.9
-PKGREVISION=   3
-CATEGORIES=    net
-MASTER_SITES=  ftp://cs.anu.edu.au/pub/software/ppp/
-
-MAINTAINER=    cube%NetBSD.org@localhost
-HOMEPAGE=      http://www.moretonbay.com/vpn/releases/
-COMMENT=       PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption
-
-CONFLICTS+=    ppp-2.*
-
-BROKEN=        "This package needs to be modified to use a newer OpenSSL release."
-
-ONLY_FOR_PLATFORM=     NetBSD-*-*
-
-HAS_CONFIGURE=  yes
-MANCOMPRESSED_IF_MANZ= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-BUILD_DEFS+=   MANINSTALL
-
-OPENSSL_VERS=  0.9.6m
-OPENSSL_SRC=   ${PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
-
-post-extract:
-       if [ ! -r ${OPENSSL_SRC}/crypto/rc4 ]; then                     \
-               cd ../../security/openssl && ${MAKE} extract;           \
-       fi
-       @${LN} -sf ${OPENSSL_SRC}/include/openssl ${WRKSRC}/pppd/openssl
-       @${CP} ${OPENSSL_SRC}/crypto/md32_common.h ${WRKSRC}/pppd/md32_common.h
-       @${CP} ${OPENSSL_SRC}/crypto/sha/sha.h ${WRKSRC}/pppd/sha.h
-       @${CP} ${OPENSSL_SRC}/crypto/sha/sha1dgst.c ${WRKSRC}/pppd/sha1dgst.c
-       @${CP} ${OPENSSL_SRC}/crypto/sha/sha_locl.h ${WRKSRC}/pppd/sha_locl.h
-       @${MV} ${WRKSRC}/pppd/md4.h ${WRKSRC}/pppd/md4.h.hide
-       @${MV} ${WRKSRC}/pppd/md5.h ${WRKSRC}/pppd/md5.h.hide
-
-       @${MKDIR} ${WRKSRC}/netbsd-1.4
-       @${CP} ${OPENSSL_SRC}/crypto/rc4/rc4_skey.c ${WRKSRC}/netbsd-1.4/rc4_skey.c
-       @${CP} ${OPENSSL_SRC}/crypto/rc4/rc4.h ${WRKSRC}/netbsd-1.4/rc4.h
-       @${CP} ${OPENSSL_SRC}/crypto/rc4/rc4_locl.h ${WRKSRC}/netbsd-1.4/rc4_locl.h
-       @${CP} ${OPENSSL_SRC}/crypto/rc4/rc4_enc.c ${WRKSRC}/netbsd-1.4/rc4_enc.c
-       @${CP} ${OPENSSL_SRC}/crypto/sha/sha1dgst.c ${WRKSRC}/netbsd-1.4/sha1dgst.c
-       @${CP} ${OPENSSL_SRC}/crypto/sha/sha_locl.h ${WRKSRC}/netbsd-1.4/sha_locl.h
-       @${CP} ${OPENSSL_SRC}/crypto/sha/sha.h ${WRKSRC}/netbsd-1.4/sha.h
-
-pre-install:
-       ${INSTALL_PROGRAM_DIR} ${PREFIX}/lkm
-
-pre-clean:
-       cd ../../security/openssl && ${MAKE} clean
-
-SYSDIR?=       ${BSDSRCDIR}/sys
-MAKE_ENV+=     SYSDIR="${SYSDIR}"
-
-# until PR 5377 is addressed, we need kernel src around to build lkm's
-pre-build:
-.if !exists(${SYSDIR}/lib/libkern/libkern.h)
-       @${ECHO} "This package requires the kernel source to build its lkm."
-       @${ECHO} "Install it in ${SYSDIR} or set the SYSDIR variable to its location."
-       @${FALSE}
-.endif
-
-.include "../../mk/bsd.pkg.mk"
-
-.for OPT in ${MANINSTALL}
-PLIST_SRC+=    ${PKGDIR}/PLIST.${OPT}
-.endfor
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/PLIST
--- a/net/ppp-mppe/PLIST        Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/01/11 14:21:27 cube Exp $
-sbin/chat
-sbin/pppd
-sbin/pppstats
-lkm/mppe.o
-@unexec ${RMDIR} %D/lkm 2>/dev/null || ${TRUE}
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/PLIST.catinstall
--- a/net/ppp-mppe/PLIST.catinstall     Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.catinstall,v 1.1 2002/01/19 15:12:12 kim Exp $
-man/cat8/chat.0
-man/cat8/pppd.0
-man/cat8/pppstats.0
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/PLIST.maninstall
--- a/net/ppp-mppe/PLIST.maninstall     Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.maninstall,v 1.1 2002/01/19 15:12:12 kim Exp $
-man/man8/chat.8
-man/man8/pppd.8
-man/man8/pppstats.8
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/distinfo
--- a/net/ppp-mppe/distinfo     Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-$NetBSD: distinfo,v 1.5 2004/01/11 14:21:27 cube Exp $
-
-SHA1 (ppp-2.3.9.tar.gz) = ef5ef4686f6738193ec88972902f9a5a6fb8f5dd
-Size (ppp-2.3.9.tar.gz) = 768540 bytes
-SHA1 (patch-aa) = 847bd9cc39f47a7c76e5b6d28ecf1b9a08a7032d
-SHA1 (patch-ab) = 6c89f17cbd775df3f4c3627fa6ab989939f82726
-SHA1 (patch-ac) = 22c4393a8c9b72ca5d34f209feb3f8c291246024
-SHA1 (patch-ad) = 438d301ab43d547ad197316062166a25d8ba51e7
-SHA1 (patch-ae) = 368a272502faf166b533bc6476bacf172b7065b3
-SHA1 (patch-af) = 6a6b5c2cc8667818fa8a2be08c9301e6f6908ba7
-SHA1 (patch-ag) = 781d39db7bd9def89838c7d4915853ded345a664
-SHA1 (patch-ah) = 72ea57c8b354037604c5bc0b2c1669c7b00de3ec
-SHA1 (patch-ai) = 456f66f4ffff7949822b015dfe0a79597aa7c5ba
-SHA1 (patch-aj) = e9c466a7bda39c6528d96ae4bfcf4f80c6b14b47
-SHA1 (patch-ak) = 92b9cba3805b7a31139e85f75165d563872b95b2
-SHA1 (patch-al) = 7b0a9f532cf096354e02e13744ac0cbb2f6abc89
-SHA1 (patch-am) = db6f770ac2b731466abe715ae658dca24f9d6f5a
-SHA1 (patch-an) = 09c83477e5e966169c76383102df69348b4de837
-SHA1 (patch-ao) = e8aa18e211b8c8015015454d6642cb66a74ec242
-SHA1 (patch-ap) = 6e2e7d5e4c6da1f4c05a797181269c045a7d0ca8
-SHA1 (patch-aq) = 4e23b7ff4dab79400b760d0f9daa5ebc78eef3fb
-SHA1 (patch-ar) = efd0077b04c768bec60b174fc87dfd29ee6563e1
-SHA1 (patch-as) = ad7d2a8ab8c4204f93b348b8e98a7e2e6c93ca25
-SHA1 (patch-at) = 7ba0dc85a32209776c5f94eb1207921c1ebd166c
-SHA1 (patch-au) = 96c84b1c8d3d9047afdc1b15f057751ec325d7f8
-SHA1 (patch-ba) = e9aabd6c15af2a39709b7dde8562ce97ba10cb4e
-SHA1 (patch-bb) = 41eb65b391a624dfa2bd3bd09391a717183a09e4
-SHA1 (patch-bc) = ff00d0d2e8e7b3f4ac9c4e991318bb08a5bb1659
-SHA1 (patch-bd) = 9d189c29a3f67bc99ab5627e508a487a7294f9b8
-SHA1 (patch-be) = 7606697ca958069269e07070ced2f2164f49cf46
-SHA1 (patch-bf) = 9b10c837784c4d706ccf3d84f6f54b510d405ffc
-SHA1 (patch-bg) = acf1506d8318e78c19b249e8a129ee3c7ec878cc
-SHA1 (patch-bh) = 2cb2f299e80d7c188a217237223aea1a9b85d46f
-SHA1 (patch-bi) = e96456a4c5add480c075b5b95b3e0aa4361196e7
-SHA1 (patch-bj) = ae42e1fc544d39d8e62600103b3b4645849830e1
-SHA1 (patch-bk) = fcd907220cbe71dac5bae575a410751bdfaad57c
-SHA1 (patch-bl) = f1d1b9802e81bfcd541c245fee3fdf1be61b75a4
-SHA1 (patch-bm) = a0369319b33ee30a4256059d2e46a420cf6977e1
-SHA1 (patch-bn) = 3d4d4efc069cd804af85ca81e626981121ec4d3e
-SHA1 (patch-bo) = 9c1da2b0ef646195525dc105496259ad1d280910
-SHA1 (patch-bp) = b809b0f4a50c1eddfe01a733eeaa8d708ce5184c
-SHA1 (patch-bq) = 2e0ea29dcba6571a764f8c1d9019d5e9fa9ff8e0
-SHA1 (patch-br) = 3db283aba2c4f41db05cc5b327383cb5f381a7b7
-SHA1 (patch-bs) = 41cfdbf71044e7f1988f26b56ee35f9501ff054f
-SHA1 (patch-bt) = 2387aacd54aa0a5dea1cc0cdeeaaeeb6956d0328
-SHA1 (patch-bu) = f8ed281a92ee7dd9e733c22b54d6e63c7da905b3
-SHA1 (patch-bv) = 4ecb556fa6e8e25d0535a98af122634aae6d5071
-SHA1 (patch-bw) = b1d045d0d4d7e0e6bfe5ce44b976b26c2a9f8416
-SHA1 (patch-bx) = 8aefc24e096d79e97eafa65dfc50b5d3ce7945f0
-SHA1 (patch-bz) = 226b89f77453022daf2ae00588dbac605646b486
-SHA1 (patch-ca) = 39429038149ea8f15855c558de7da6082b41d77a
-SHA1 (patch-cb) = d9b4404841d34ff11fd402420fe7c10346776de1
-SHA1 (patch-da) = b33df0ea9c0607df1605999d3caed64109802fe1
-SHA1 (patch-db) = f64150f8a5fdb57c72b9f4839f6512ff0d26a331
-SHA1 (patch-dc) = 8743c0b620edae4b72677b90a5bdda2fff1aed95
-SHA1 (patch-dd) = eef0d7a9cb0b91542436d1a272425a0e390687f2
-SHA1 (patch-de) = 795b3b48dd00789d806bab2aac3466f3b0f2b56e
-SHA1 (patch-df) = de7274ec92a84cfdfa76a61a2c3f1b6856dbdc90
-SHA1 (patch-dg) = 1afd9a7c3357abe0dbee8cb597e2a64bce4e8f89
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/patches/patch-aa
--- a/net/ppp-mppe/patches/patch-aa     Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/10/08 04:34:43 dbj Exp $
-
-Index: chat/chat.8
-diff -u chat/chat.8:1.1.1.5 chat/chat.8:1.11
---- chat/chat.8:1.1.1.5        Tue Aug 24 19:50:05 1999
-+++ chat/chat.8        Tue Aug 24 19:52:15 1999
-@@ -424,7 +425,7 @@
- .B \\\\s
- Represents a space character in the string. This may be used when it
- is not desirable to quote the strings which contains spaces. The
--sequence 'HI TIM' and HI\\sTIM are the same.
-+sequence 'HI\ TIM' and HI\\sTIM are the same.
- .TP
- .B \\\\t
- Send or expect a tab character.
diff -r 784d6ad68c85 -r 7e948e65d174 net/ppp-mppe/patches/patch-ab
--- a/net/ppp-mppe/patches/patch-ab     Sun Jan 02 02:57:01 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,349 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2004/01/11 14:21:27 cube Exp $
-
---- chat/chat.c.orig   1999-08-13 08:46:09.000000000 +0200
-+++ chat/chat.c
-@@ -144,18 +144,6 @@ extern char *sys_errlist[];
-                                "unknown error")
- #endif
- 
--/*************** Micro getopt() *********************************************/
--#define       OPTION(c,v)     (_O&2&&**v?*(*v)++:!c||_O&4?0:(!(_O&1)&& \
--                              (--c,++v),_O=4,c&&**v=='-'&&v[0][1]?*++*v=='-'\
--                              &&!v[0][1]?(--c,++v,0):(_O=2,*(*v)++):0))
--#define       OPTARG(c,v)     (_O&2?**v||(++v,--c)?(_O=1,--c,*v++): \
--                              (_O=4,(char*)0):(char*)0)
--#define       OPTONLYARG(c,v) (_O&2&&**v?(_O=1,--c,*v++):(char*)0)
--#define       ARG(c,v)        (c?(--c,*v++):(char*)0)
--
--static int _O = 0;            /* Internal state */
--/*************** Micro getopt() *********************************************/
--
- char *program_name;
- 
- #define       MAX_ABORTS              50
-@@ -208,7 +196,7 @@ int say_next = 0, hup_next = 0;
- void *dup_mem __P((void *b, size_t c));
- void *copy_of __P((char *s));
- void usage __P((void));
--void logf __P((const char *fmt, ...));
-+void logit __P((const char *fmt, ...));
- void fatal __P((int code, const char *fmt, ...));
- SIGTYPE sigalrm __P((int signo));
- SIGTYPE sigint __P((int signo));
-@@ -269,12 +257,12 @@ main(argc, argv)
-      char **argv;
- {
-     int option;
--    char *arg;
-+    int i;
- 
-     program_name = *argv;
-     tzset();
- 
--    while ((option = OPTION(argc, argv)) != 0) {
-+    while ((option = getopt(argc, argv, ":evVf:t:r:sST:U:")) != -1) {
-       switch (option) {
-       case 'e':
-           ++echo;
-@@ -297,25 +285,24 @@ main(argc, argv)
-           break;
- 
-       case 'f':
--          if ((arg = OPTARG(argc, argv)) != NULL)
--                  chat_file = copy_of(arg);
-+          if (optarg != NULL)
-+                  chat_file = copy_of(optarg);
-           else
-               usage();
-           break;
- 
-       case 't':
--          if ((arg = OPTARG(argc, argv)) != NULL)
--              timeout = atoi(arg);
-+          if (optarg != NULL)
-+              timeout = atoi(optarg);
-           else
-               usage();
-           break;
- 
-       case 'r':



Home | Main Index | Thread Index | Old Index