summaryrefslogtreecommitdiff
path: root/security/srp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-07-24 18:36:19 +0000
committerRene Ladan <rene@FreeBSD.org>2014-07-24 18:36:19 +0000
commit36e34f48e2e5ab984eb31b7cff1ee163494523f0 (patch)
tree78419497b9b7f06ed2367445df2b7045727c6e0a /security/srp
parentnet/openldap24-*: (diff)
Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx 2014-07-23 chinese/hztty: Fails to build with new utmpx 2014-07-23 irc/solid-ircd: Fails to build with new utmpx 2014-07-23 korean/eterm: Fails to build with new utmpx 2014-07-23 mail/biffer: Fails to build with new utmpx 2014-07-23 misc/c-hey: Fails to build with new utmpx 2014-07-23 misc/wminfo: Fails to build with new utmpx 2014-07-23 net/sendfile: Fails to build with new utmpx 2014-07-23 net-im/centericq: Fails to build with new utmpx 2014-07-23 security/chkrootkit: Fails to build with new utmpx 2014-07-23 security/openfwtk: Fails to build with new utmpx 2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx 2014-07-23 security/srp: Fails to build with new utmpx 2014-07-23 security/sud: Fails to build with new utmpx 2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx 2014-07-23 sysutils/lookupd: Fails to build with new utmpx 2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx 2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx 2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx 2014-07-23 sysutils/yawho: Fails to build with new utmpx
Diffstat (limited to 'security/srp')
-rw-r--r--security/srp/Makefile42
-rw-r--r--security/srp/distinfo2
-rw-r--r--security/srp/files/patch-base::lib::utent.c12
-rw-r--r--security/srp/files/patch-base::libmisc::utmp.c12
-rw-r--r--security/srp/files/patch-base::pam_eps::Makefile.in11
-rw-r--r--security/srp/files/patch-configure10
-rw-r--r--security/srp/files/patch-telnet::telnetd::sys_term.c12
-rw-r--r--security/srp/pkg-descr15
-rw-r--r--security/srp/pkg-plist43
9 files changed, 0 insertions, 159 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile
deleted file mode 100644
index 9dfd5fcbc27f..000000000000
--- a/security/srp/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: nectar@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= srp
-PORTVERSION= 2.1.2
-CATEGORIES= security net
-MASTER_SITES= http://srp.stanford.edu/source/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Secure Remote Password protocol library, TELNET, and FTP
-
-DEPRECATED= Fails to build with new utmpx
-EXPIRATION_DATE= 2014-07-23
-
-CONFLICTS= krb4-[0-9]* krb5-[0-9]* krb5-maint-[0-9]* heimdal-[0-9]*
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= INSTALL="/usr/bin/install -C"
-CONFIGURE_ARGS= --with-openssl=/usr \
- --with-zlib \
- --enable-loginf
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900007
-BROKEN= fails to build with new utmpx
-.endif
-
-post-patch:
- @${GREP} -slR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
- 's|malloc\.h|stdlib\.h|g'
- @${REINPLACE_CMD} -e 's/^struct.*\*sgetspent.*(const.*//' ${WRKSRC}/base/lib/shadow_.h
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/docs && ${FIND} . | \
- ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/srp/distinfo b/security/srp/distinfo
deleted file mode 100644
index 0ecd11497bee..000000000000
--- a/security/srp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (srp-2.1.2.tar.gz) = 29f129de4aac4bb11fc4b56a14f2bc4e0c4d6774112eef350e740f04afae6555
-SIZE (srp-2.1.2.tar.gz) = 1453087
diff --git a/security/srp/files/patch-base::lib::utent.c b/security/srp/files/patch-base::lib::utent.c
deleted file mode 100644
index cd4b0dcf23e0..000000000000
--- a/security/srp/files/patch-base::lib::utent.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- base/lib/utent.c.orig Wed Aug 15 20:50:34 2001
-+++ base/lib/utent.c Wed Aug 15 20:54:08 2001
-@@ -47,6 +47,9 @@
- * setutent - open or rewind the utmp file
- */
-
-+#if defined(__FreeBSD__)
-+#define _UTMP_FILE _PATH_UTMP
-+#endif
- void
- setutent ()
- {
diff --git a/security/srp/files/patch-base::libmisc::utmp.c b/security/srp/files/patch-base::libmisc::utmp.c
deleted file mode 100644
index aa3c3994ff05..000000000000
--- a/security/srp/files/patch-base::libmisc::utmp.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- base/libmisc/utmp.c.orig Tue Aug 21 09:00:37 2001
-+++ base/libmisc/utmp.c Tue Aug 21 09:01:33 2001
-@@ -371,6 +371,9 @@
- int found = 0;
- off_t pos;
-
-+#if defined(__FreeBSD__)
-+#define _UTMP_FILE _PATH_UTMP
-+#endif
- if ((fd = open(_UTMP_FILE, O_RDWR)) < 0)
- return;
-
diff --git a/security/srp/files/patch-base::pam_eps::Makefile.in b/security/srp/files/patch-base::pam_eps::Makefile.in
deleted file mode 100644
index e0c4b3b21efc..000000000000
--- a/security/srp/files/patch-base::pam_eps::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/pam_eps/Makefile.in.orig Sun Apr 8 17:11:31 2001
-+++ base/pam_eps/Makefile.in Wed Jul 25 14:10:29 2001
-@@ -23,7 +23,7 @@
- CHKPWD = eps_chkpwd
- FAKEROOT = @prefix@
- SUPPLEMENTED = /sbin
--SECUREDIR = /lib/security
-+SECUREDIR = /lib
- EXTRAS = -DCHKPWD_HELPER=\"$(SUPPLEMENTED)/$(CHKPWD)\"
-
- CPPFLAGS = @CPPFLAGS@ -I../../libsrp $(USE_LCKPWDF) $(NEED_LCKPWDF) $(EXTRAS)
diff --git a/security/srp/files/patch-configure b/security/srp/files/patch-configure
deleted file mode 100644
index f014b3d11bc2..000000000000
--- a/security/srp/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Fri May 25 23:22:27 2001
-+++ configure Wed Jul 25 13:28:17 2001
-@@ -594,6 +594,7 @@
- INSTALL="$ac_install_sh"
- fi
- fi
-+ac_given_INSTALL="$INSTALL"
- echo "$ac_t""$INSTALL" 1>&6
-
- # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
diff --git a/security/srp/files/patch-telnet::telnetd::sys_term.c b/security/srp/files/patch-telnet::telnetd::sys_term.c
deleted file mode 100644
index e971bbaf307c..000000000000
--- a/security/srp/files/patch-telnet::telnetd::sys_term.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- telnet/telnetd/sys_term.c.orig Tue Jul 31 01:27:05 2001
-+++ telnet/telnetd/sys_term.c Tue Jan 22 16:31:27 2002
-@@ -111,6 +111,9 @@
- # else
- char wtmpf[] = "/usr/adm/wtmp";
- # endif
-+#if defined(__FreeBSD__)
-+#define UTMP_FILE _PATH_UTMP
-+#endif
- # ifdef UTMP_FILE
- char utmpf[] = UTMP_FILE;
- # else
diff --git a/security/srp/pkg-descr b/security/srp/pkg-descr
deleted file mode 100644
index 4aaf84f96304..000000000000
--- a/security/srp/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Excerpt from the README:
- SRP stands for the Secure Remote Password protocol, which is a secure
- password-based authentication and key-exchange mechanism that can be
- used to establish session security and mutual authentication over
- untrusted networks without requiring an external public-key infrastructure
- or trusted third parties. The SRP distribution consists of a fully-
- featured, portable library that implements SRP-based secure password
- authentication as well as implementations of popular applications and
- services like Telnet and FTP with support for transport security and
- SRP. These password-based applications leverage the strength of the
- SRP authentication mechanism to offer fairly good protection against
- both passive and active network attacks, which is an improvement over
- most existing password-only techniques.
-
-WWW: http://srp.stanford.edu/
diff --git a/security/srp/pkg-plist b/security/srp/pkg-plist
deleted file mode 100644
index 536530274ca0..000000000000
--- a/security/srp/pkg-plist
+++ /dev/null
@@ -1,43 +0,0 @@
-bin/ftp
-bin/login
-bin/passwd
-bin/su
-bin/tconf
-bin/telnet
-include/cstr.h
-include/krypto.h
-include/srp.h
-include/srp_aux.h
-include/t_client.h
-include/t_pwd.h
-include/t_server.h
-include/t_sha.h
-lib/libkrypto.a
-lib/libsrp.a
-lib/pam_eps_auth.so
-lib/pam_eps_passwd.so
-sbin/eps_chkpwd
-sbin/ftpd
-sbin/telnetd
-%%PORTDOCS%%%%DOCSDIR%%/Acknowledgements
-%%PORTDOCS%%%%DOCSDIR%%/Copyrights
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/copyright.c
-%%PORTDOCS%%%%DOCSDIR%%/draft-altman-rfc2942bis-00.txt
-%%PORTDOCS%%%%DOCSDIR%%/draft-altman-rfc2944bis-01.txt
-%%PORTDOCS%%%%DOCSDIR%%/draft-altman-telnet-fwdx-02.txt
-%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-tls-srp-13.txt
-%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-tn3270e-telnet-tls-05.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2941.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2942.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2944.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2945.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2946.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2947.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2948.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2949.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2950.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2952.txt
-%%PORTDOCS%%%%DOCSDIR%%/rfc2953.txt
-%%PORTDOCS%%%%DOCSDIR%%/srp.ps
-%%PORTDOCS%%@dirrm %%DOCSDIR%%