pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security remove security/srp_client
details: https://anonhg.NetBSD.org/pkgsrc/rev/451ed452acbf
branches: trunk
changeset: 450289:451ed452acbf
user: nia <nia%pkgsrc.org@localhost>
date: Tue Apr 13 15:15:45 2021 +0000
description:
remove security/srp_client
development appears stalled upstream and this does not support current
openssl or SSP.
diffstat:
security/Makefile | 3 +-
security/srp_client/DESCR | 8 --
security/srp_client/Makefile | 64 ----------------------
security/srp_client/PLIST | 5 -
security/srp_client/distinfo | 32 -----------
security/srp_client/patches/patch-aa | 35 ------------
security/srp_client/patches/patch-ab | 13 ----
security/srp_client/patches/patch-ac | 100 -----------------------------------
security/srp_client/patches/patch-ad | 13 ----
security/srp_client/patches/patch-ae | 12 ----
security/srp_client/patches/patch-af | 15 -----
security/srp_client/patches/patch-ag | 15 -----
security/srp_client/patches/patch-ah | 13 ----
security/srp_client/patches/patch-ai | 16 -----
security/srp_client/patches/patch-aj | 82 ----------------------------
security/srp_client/patches/patch-ak | 19 ------
security/srp_client/patches/patch-al | 13 ----
security/srp_client/patches/patch-am | 12 ----
security/srp_client/patches/patch-an | 13 ----
security/srp_client/patches/patch-ao | 20 -------
security/srp_client/patches/patch-ap | 21 -------
security/srp_client/patches/patch-aq | 15 -----
security/srp_client/patches/patch-ar | 24 --------
security/srp_client/patches/patch-as | 10 ---
security/srp_client/patches/patch-at | 12 ----
security/srp_client/patches/patch-au | 12 ----
security/srp_client/patches/patch-av | 28 ---------
security/srp_client/patches/patch-aw | 49 -----------------
security/srp_client/patches/patch-ax | 13 ----
security/srp_client/patches/patch-ay | 42 --------------
security/srp_client/patches/patch-az | 42 --------------
31 files changed, 1 insertions(+), 770 deletions(-)
diffs (truncated from 905 to 300 lines):
diff -r 0075c2737c42 -r 451ed452acbf security/Makefile
--- a/security/Makefile Tue Apr 13 15:04:03 2021 +0000
+++ b/security/Makefile Tue Apr 13 15:15:45 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.812 2021/04/12 14:29:46 nia Exp $
+# $NetBSD: Makefile,v 1.813 2021/04/13 15:15:45 nia Exp $
#
COMMENT= Security and cryptography tools and libraries
@@ -609,7 +609,6 @@
SUBDIR+= spiped
SUBDIR+= sqlmap
SUBDIR+= srm
-SUBDIR+= srp_client
SUBDIR+= ssdeep
SUBDIR+= ssh-askpass
SUBDIR+= ssh-ip-tunnel
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/DESCR
--- a/security/srp_client/DESCR Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-SRP stands for the Secure Remote Password protocol, and it represents
-a new mechanism for performing secure password-based authentication
-and key exchange over any type of network. SRP offers both security
-and convenience improvements over authentication techniques currently
-in use.
-
-This package builds the entire source tree but only installs(/packages) the
-client side programs.
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/Makefile
--- a/security/srp_client/Makefile Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,64 +0,0 @@
-# $NetBSD: Makefile,v 1.43 2019/11/04 21:13:02 rillig Exp $
-
-DISTNAME= srp-1.4.4
-PKGNAME= srp-client-1.4.4
-PKGREVISION= 2
-CATEGORIES= security net
-MASTER_SITES= ftp://ftp.zedz.net/pub/crypto/programs/srp/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://srp.stanford.edu/
-COMMENT= Client programs using Secure Remote Password protocol
-LICENSE= srp_client-license
-
-RESTRICTED= Licensor makes vague patent claims.
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-GNU_CONFIGURE= yes
-
-CPPFLAGS+= -Dunix=1
-#CPPFLAGS+= -Dkrb_get_err_text=k_strerror
-
-CONFIGURE_ARGS+= --with-srp --with-cast --enable-loginf
-
-.if exists(/usr/lib/libkrb.a)
-CONFIGURE_ARGS+= --with-krb4
-
-.include "../../mk/bsd.prefs.mk"
-
-SED_PATTERN= -e "s,include/kerberos,include/kerberosIV,"
-. if ${MACHINE_PLATFORM:MNetBSD-[01].[0-4]*-i386} == ""
-SED_PATTERN+= -e "s,-ldes,-ldes -lroken -lcom_err -lcrypt,"
-. else
-SED_PATTERN+= -e "s,-ldes,-ldes -lcom_err,"
-. endif
-
-post-patch:
- for FILE in ftp/ftp/Makefile.in ftp/ftpd/Makefile.in \
- telnet/configure.in telnet/configure; \
- do \
- cd ${WRKSRC} && \
- ${SED} ${SED_PATTERN} $$FILE > $$FILE.patched && \
- ${MV} $$FILE.patched $$FILE; \
- done
-.endif
-
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/telnet/telnet/telnet \
- ${DESTDIR}${PREFIX}/bin/srptelnet
- ${INSTALL_DATA} ${WRKSRC}/telnet/telnet/telnet.1 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/srptelnet.1
- ${INSTALL_PROGRAM} ${WRKSRC}/ftp/ftp/ftp ${DESTDIR}${PREFIX}/bin/srpftp
- ${INSTALL_DATA} ${WRKSRC}/ftp/ftp/ftp.M ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/srpftp.1
-
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-CFLAGS+= -Wno-error=return-type
-.endif
-
-.include "../../devel/gmp/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/PLIST
--- a/security/srp_client/PLIST Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:17:51 zuntum Exp $
-bin/srpftp
-bin/srptelnet
-man/man1/srpftp.1
-man/man1/srptelnet.1
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/distinfo
--- a/security/srp_client/distinfo Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-$NetBSD: distinfo,v 1.11 2015/11/04 01:18:10 agc Exp $
-
-SHA1 (srp-1.4.4.tar.gz) = 56b8b3c29bee2b995b74acb5303dab326265f9b3
-RMD160 (srp-1.4.4.tar.gz) = b55cc6c8c0128d1ad49e4a553a696f59fcf838df
-SHA512 (srp-1.4.4.tar.gz) = 49b2c3fba9639db277cbc142613b56b9c3b0639206e08e198a37f301e16a47e888911eede945920c49b33e629d327735d6dace6b6d1359cb96e6401ba1c24436
-Size (srp-1.4.4.tar.gz) = 1183636 bytes
-SHA1 (patch-aa) = fefb8a7540c3c7e91b6c407a463a39bef948e0c8
-SHA1 (patch-ab) = cba14830f3dcae42c814d9ccb19cbdb5464eabb0
-SHA1 (patch-ac) = e36400de37b9b8c7f641cdbe44a46253e65a081d
-SHA1 (patch-ad) = d9869838822ab8d43c10dd1d8242f9ee49f857d7
-SHA1 (patch-ae) = 0c7d48d8f6afaa1cf7173fcef76ca978a70a7e33
-SHA1 (patch-af) = 4a5d21b667f39cfba61478614f4497710463aa06
-SHA1 (patch-ag) = 81eff66b05d11a943e9b66b9e31904d612eca449
-SHA1 (patch-ah) = 914544e6a2ae6c07be03ac8c5c46f9d996e8f3a5
-SHA1 (patch-ai) = ea2f81385d83b36f12ff2a63fc8b9cc9aad68674
-SHA1 (patch-aj) = b35e5bd9978636beec36c3d0f96f677ca55284f7
-SHA1 (patch-ak) = 6d54c4826a9c58c779c6db13c31439fa95237dd7
-SHA1 (patch-al) = 175abe5a1d8c1f25927d9eac27137f33d3c000d4
-SHA1 (patch-am) = 5bd30758e27b9e64c08c2b8842c38ca527561184
-SHA1 (patch-an) = 421d3a81506430d28ee3e488857039db8da6e763
-SHA1 (patch-ao) = 9a94713f9e1b737b0d7fe5d249d2cb56e0290e1d
-SHA1 (patch-ap) = 8ae5263217a001e526c727aaee86fb0116382efc
-SHA1 (patch-aq) = 8e4ed900c6558b3fa1177579f06a74f8a813bb7a
-SHA1 (patch-ar) = 81ae924913581f4198e6b63d453c7013691bc866
-SHA1 (patch-as) = b82c64d0e3bfe453b81767c23c07c1dc5841cd96
-SHA1 (patch-at) = 1663ffd586dd1725d59cbf183ccaf2ac9aeb8fa9
-SHA1 (patch-au) = c51a86bac05e36ad355948fdade15830e7ee69c2
-SHA1 (patch-av) = b6e8f0c8ba73103c5635ac12b165eca2fc7552e0
-SHA1 (patch-aw) = 17674291767be7c1120c706e1f938e6669e69383
-SHA1 (patch-ax) = 553fe71fba3817340a9a00db9b85b300bc6a7451
-SHA1 (patch-ay) = 69632bc7cb1de773abacd0fe7a1fb6fc16840c62
-SHA1 (patch-az) = d5abdf1eac691ca1ed628cb45b43443a5af98209
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/patches/patch-aa
--- a/security/srp_client/patches/patch-aa Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/06/18 19:18:18 jlam Exp $
-
---- base/src/login.c.orig Fri Dec 11 15:14:01 1998
-+++ base/src/login.c Fri Jun 18 06:56:49 1999
-@@ -34,6 +34,9 @@
-
- #include "prototypes.h"
- #include "defines.h"
-+#if defined(unix)
-+#include <sys/param.h>
-+#endif
- #include <sys/stat.h>
- #include <stdio.h>
- #include <pwd.h>
-@@ -45,6 +48,8 @@
-
- #if HAVE_LASTLOG_H
- #include <lastlog.h>
-+#elif (defined(BSD) && BSD >= 199306)
-+#include <utmp.h>
- #else
- #include "lastlog_.h"
- #endif
-@@ -75,7 +80,11 @@
- * Needed for MkLinux DR1/2/2.1 - J.
- */
- #ifndef LASTLOG_FILE
-+#if (defined(BSD) && BSD >= 199306)
-+#define LASTLOG_FILE _PATH_LASTLOG
-+#else
- #define LASTLOG_FILE "/var/log/lastlog"
-+#endif
- #endif
-
- char *host = "";
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/patches/patch-ab
--- a/security/srp_client/patches/patch-ab Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/06/18 19:18:18 jlam Exp $
-
---- base/libmisc/limits.c.orig Wed Dec 9 20:43:21 1998
-+++ base/libmisc/limits.c Fri Jun 18 06:47:16 1999
-@@ -84,6 +84,8 @@
- return 0;
- }
-
-+extern struct utmp *getutent();
-+
- /* Counts the number of user logins and check against the limit*/
- static int
- check_logins(name, maxlogins)
diff -r 0075c2737c42 -r 451ed452acbf security/srp_client/patches/patch-ac
--- a/security/srp_client/patches/patch-ac Tue Apr 13 15:04:03 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,100 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2004/09/08 14:30:00 markd Exp $
-
-Rename setmode (and clearmode for consistency) to avoid clash with unistd.h.
-
---- telnet/telnet/commands.c.orig 1998-12-11 11:50:48.000000000 +1300
-+++ telnet/telnet/commands.c
-@@ -64,11 +64,12 @@ static char sccsid[] = "@(#)commands.c 8
- #include <fcntl.h>
- #endif /* CRAY */
-
-+#include <unistd.h> /* vfork() */
- #include <signal.h>
- #include <netdb.h>
- #include <ctype.h>
- #include <pwd.h>
--#include <varargs.h>
-+#include <stdarg.h>
- #include <errno.h>
-
- #include <arpa/telnet.h>
-@@ -110,7 +111,8 @@ extern int isprefix();
- extern char **genget();
- extern int Ambiguous();
-
--static call();
-+typedef int (*intrtn_t) __P((int, char *[]));
-+static call(intrtn_t, ...);
-
- typedef struct {
- char *name; /* command name */
-@@ -1156,13 +1158,13 @@ dolmmode(bit, on)
- }
-
- int
--setmode(bit)
-+setlmode(bit)
- {
- return dolmmode(bit, 1);
- }
-
- int
--clearmode(bit)
-+clearlmode(bit)
- {
- return dolmmode(bit, 0);
- }
-@@ -1188,18 +1190,18 @@ static struct modelist ModeList[] = {
- #endif
- { "", "", 0 },
- { "", "These require the LINEMODE option to be enabled", 0 },
-- { "isig", "Enable signal trapping", setmode, 1, MODE_TRAPSIG },
-- { "+isig", 0, setmode, 1, MODE_TRAPSIG },
-- { "-isig", "Disable signal trapping", clearmode, 1, MODE_TRAPSIG },
-- { "edit", "Enable character editing", setmode, 1, MODE_EDIT },
-- { "+edit", 0, setmode, 1, MODE_EDIT },
-- { "-edit", "Disable character editing", clearmode, 1, MODE_EDIT },
-- { "softtabs", "Enable tab expansion", setmode, 1, MODE_SOFT_TAB },
-- { "+softtabs", 0, setmode, 1, MODE_SOFT_TAB },
-- { "-softtabs", "Disable character editing", clearmode, 1, MODE_SOFT_TAB },
-- { "litecho", "Enable literal character echo", setmode, 1, MODE_LIT_ECHO },
-- { "+litecho", 0, setmode, 1, MODE_LIT_ECHO },
-- { "-litecho", "Disable literal character echo", clearmode, 1, MODE_LIT_ECHO },
-+ { "isig", "Enable signal trapping", setlmode, 1, MODE_TRAPSIG },
-+ { "+isig", 0, setlmode, 1, MODE_TRAPSIG },
-+ { "-isig", "Disable signal trapping", clearlmode, 1, MODE_TRAPSIG },
-+ { "edit", "Enable character editing", setlmode, 1, MODE_EDIT },
-+ { "+edit", 0, setlmode, 1, MODE_EDIT },
-+ { "-edit", "Disable character editing", clearlmode, 1, MODE_EDIT },
-+ { "softtabs", "Enable tab expansion", setlmode, 1, MODE_SOFT_TAB },
-+ { "+softtabs", 0, setlmode, 1, MODE_SOFT_TAB },
-+ { "-softtabs", "Disable character editing", clearlmode, 1, MODE_SOFT_TAB },
-+ { "litecho", "Enable literal character echo", setlmode, 1, MODE_LIT_ECHO },
-+ { "+litecho", 0, setlmode, 1, MODE_LIT_ECHO },
-+ { "-litecho", "Disable literal character echo", clearlmode, 1, MODE_LIT_ECHO },
- { "help", 0, modehelp, 0 },
- #ifdef KLUDGELINEMODE
- { "kludgeline", 0, dokludgemode, 1 },
-@@ -2607,19 +2609,14 @@ static Command cmdtab2[] = {
- * Call routine with argc, argv set from args (terminated by 0).
- */
-
-- /*VARARGS1*/
-- static
--call(va_alist)
-- va_dcl
-+static int
-+call(intrtn_t routine, ...)
- {
- va_list ap;
-- typedef int (*intrtn_t)();
-- intrtn_t routine;
- char *args[100];
- int argno = 0;
-
-- va_start(ap);
-- routine = (va_arg(ap, intrtn_t));
-+ va_start(ap, routine);
- while ((args[argno++] = va_arg(ap, char *)) != 0) {
Home |
Main Index |
Thread Index |
Old Index