pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security Remove obsolete packages, per discussion on t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7568dae2401c
branches:  trunk
changeset: 476033:7568dae2401c
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Jun 01 21:50:37 2004 +0000

description:
Remove obsolete packages, per discussion on tech-pkg.

diffstat:

 security/Makefile                        |     4 +-
 security/openssh+gssapi/DESCR            |     8 -
 security/openssh+gssapi/INSTALL          |    36 -
 security/openssh+gssapi/MESSAGE          |    17 -
 security/openssh+gssapi/MESSAGE.pam      |     9 -
 security/openssh+gssapi/MESSAGE.urandom  |     8 -
 security/openssh+gssapi/Makefile         |   162 -
 security/openssh+gssapi/PLIST            |    29 -
 security/openssh+gssapi/PLIST.pam        |     2 -
 security/openssh+gssapi/PLIST.prng       |     3 -
 security/openssh+gssapi/distinfo         |    11 -
 security/openssh+gssapi/files/sshd.sh    |   105 -
 security/openssh+gssapi/patches/patch-aa |    34 -
 security/openssh+gssapi/patches/patch-ab |    34 -
 security/openssh+gssapi/patches/patch-ah |    22 -
 security/openssh+gssapi/patches/patch-ai |    62 -
 security/openssh+gssapi/patches/patch-aj |    26 -
 security/ssh/DEINSTALL                   |    18 -
 security/ssh/DESCR                       |    98 -
 security/ssh/MESSAGE                     |    20 -
 security/ssh/Makefile                    |   208 -
 security/ssh/PLIST                       |    40 -
 security/ssh/distinfo                    |    43 -
 security/ssh/files/sshd.sh               |    49 -
 security/ssh/patches/patch-aa            |    36 -
 security/ssh/patches/patch-ab            |   253 -
 security/ssh/patches/patch-ac            |   200 -
 security/ssh/patches/patch-ad            |    13 -
 security/ssh/patches/patch-ae            |    21 -
 security/ssh/patches/patch-af            |   659 -----
 security/ssh/patches/patch-ag            |    49 -
 security/ssh/patches/patch-ah            |    34 -
 security/ssh/patches/patch-ai            |    52 -
 security/ssh/patches/patch-aj            |  3944 ------------------------------
 security/ssh/patches/patch-al            |    70 -
 security/ssh/patches/patch-am            |    36 -
 security/ssh/patches/patch-an            |    43 -
 security/ssh/patches/patch-ao            |    22 -
 security/ssh/patches/patch-ap            |    36 -
 security/ssh/patches/patch-aq            |    68 -
 security/ssh/patches/patch-ar            |    35 -
 security/ssh/patches/patch-as            |   249 -
 security/ssh/patches/patch-at            |   192 -
 security/ssh/patches/patch-au            |    87 -
 security/ssh/patches/patch-av            |    39 -
 security/ssh/patches/patch-ax            |    60 -
 security/ssh/patches/patch-ay            |    13 -
 security/ssh/patches/patch-az            |    58 -
 security/ssh/patches/patch-ba            |   137 -
 security/ssh/patches/patch-bb            |    64 -
 security/ssh/patches/patch-bd            |    73 -
 security/ssh/patches/patch-be            |    14 -
 security/ssh/patches/patch-bf            |    99 -
 security/ssh/patches/patch-bg            |    17 -
 security/ssh/patches/patch-bh            |    31 -
 security/ssh/patches/patch-bi            |    27 -
 security/ssh/patches/patch-bj            |    76 -
 security/ssh/patches/patch-bk            |   390 --
 security/ssh/patches/patch-bl            |    37 -
 security/ssh/patches/patch-bn            |    49 -
 security/ssh/patches/patch-br            |   272 --
 security/ssh/patches/patch-ca            |    13 -
 security/ssh/patches/patch-la            |    28 -
 63 files changed, 1 insertions(+), 8643 deletions(-)

diffs (truncated from 8913 to 300 lines):

diff -r 4e187a7c7ce7 -r 7568dae2401c security/Makefile
--- a/security/Makefile Tue Jun 01 21:49:35 2004 +0000
+++ b/security/Makefile Tue Jun 01 21:50:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.183 2004/05/26 12:05:10 sekiya Exp $
+# $NetBSD: Makefile,v 1.184 2004/06/01 21:50:37 kristerw Exp $
 #
 
 COMMENT=       Security tools
@@ -92,7 +92,6 @@
 SUBDIR+=       nikto
 SUBDIR+=       opencdk
 SUBDIR+=       openssh
-SUBDIR+=       openssh+gssapi
 SUBDIR+=       openssl
 SUBDIR+=       otpcalc
 SUBDIR+=       p0f
@@ -173,7 +172,6 @@
 SUBDIR+=       snortsnarf
 SUBDIR+=       srm
 SUBDIR+=       srp_client
-SUBDIR+=       ssh
 SUBDIR+=       ssh-askpass
 SUBDIR+=       ssh-ip-tunnel
 SUBDIR+=       ssh2
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/DESCR
--- a/security/openssh+gssapi/DESCR     Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-OpenSSH is based on the last free version of Tatu Ylonen's SSH with
-all patent-encumbered algorithms removed (to external libraries), all
-known security bugs fixed, new features reintroduced and many other
-clean-ups. More information about SSH itself can be found in the file
-README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
-Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song.
-
-This package adds enhanced support for GSSAPI, provided by sxw.org.uk.
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/INSTALL
--- a/security/openssh+gssapi/INSTALL   Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: INSTALL,v 1.2 2003/08/30 20:23:07 jlam Exp $
-
-DIRS="/etc /etc/ssh ${PKG_PREFIX}/etc ${PKG_PREFIX}/etc/ssh"
-FILES="sshd.conf sshd_config"
-
-case ${STAGE} in
-POST-INSTALL)
-       for dir in $DIRS; do
-               if [ "@PKG_SYSCONFDIR@" != "$dir" ]; then
-                       for file in $FILES; do
-                               path=$dir/$file
-                               if [ -f $path ]; then
-                                       ${CAT} <<EOF
-===========================================================================
-
-                           *===* NOTICE *===*
-
-WARNING: previous configuration file $path found.
-
-The config files for ${PKGNAME} must be located in:
-
-       @PKG_SYSCONFDIR@
-
-You will need to ensure your configuration files and/or keys are
-placed in the correct directory before using ${PKGNAME}.
-
-===========================================================================
-EOF
-
-                                       exit
-                               fi
-                       done
-               fi
-       done
-       ;;
-esac
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/MESSAGE
--- a/security/openssh+gssapi/MESSAGE   Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/07/24 21:01:23 jwise Exp $
-
-                           *===* NOTICE *===*
-
-If you have existing config files for OpenSSH located at /etc/ssh.conf
-and /etc/sshd.conf, then you will have to copy them:
-
-       /etc/ssh.conf  --> ${PKG_SYSCONFDIR}/ssh_config
-       /etc/sshd.conf --> ${PKG_SYSCONFDIR}/sshd_config
-
-The `${OPENSSH_USER}' user and `${OPENSSH_GROUP}' group used for
-privilege separation have been created if they did not already exist.
-For security reasons, UsePrivilegeSeparation has to be yes
-(the default value).
-
-===========================================================================
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/MESSAGE.pam
--- a/security/openssh+gssapi/MESSAGE.pam       Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.pam,v 1.1.1.1 2003/07/24 21:01:23 jwise Exp $
-
-To authenticate for SSH using PAM, add the contents of the file:
-
-       ${EGDIR}/sshd.pam
-
-to your PAM configuration file.
-===========================================================================
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/MESSAGE.urandom
--- a/security/openssh+gssapi/MESSAGE.urandom   Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE.urandom,v 1.1.1.1 2003/07/24 21:01:23 jwise Exp $
-
-You will need a working /dev/urandom.  Please make sure you have a kernel
-compiled from a config file containing the line:
-
-       pseudo-device   rnd
-===========================================================================
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/Makefile
--- a/security/openssh+gssapi/Makefile  Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,162 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2004/05/11 04:40:59 snj Exp $
-
-# NOTE:  This package is modeled on ../openssh, but does not share
-# files with it as that package may update faster than the gssapi
-# patches do.
-
-DISTNAME=              openssh-3.6.1p2
-PKGNAME=               openssh+gssapi-3.6.1.2.20030430
-PKGREVISION=           3
-SVR4_PKGNAME=          osshgss
-CATEGORIES=            security
-MASTER_SITES=          ftp://ftp7.usa.openbsd.org/pub/os/OpenBSD/OpenSSH/portable/ \
-                       ftp://ftp.stealth.net/pub/mirrors/ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
-                       http://public.planetmirror.com.au/pub/OpenBSD/OpenSSH/portable/ \
-                       ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/ \
-                       ftp://gd.tuwien.ac.at/opsys/OpenBSD/OpenSSH/portable/ \
-                       ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/old/
-PATCH_SITES=           http://www.sxw.org.uk/computing/patches/
-PATCHFILES=            openssh-3.6.1p2-gssapi-20030430.diff
-PATCH_DIST_STRIP=      -p1
-
-# Don't delete the last entry -- it's there if the pkgsrc version is not
-# up-to-date and the mirrors already removed the old distfile.
-
-MAINTAINER=            jwise%NetBSD.org@localhost
-HOMEPAGE=              http://www.openssh.com/
-COMMENT=               Open Source Secure shell client and server with enhanced GSSAPI support
-
-CONFLICTS=             sftp-[0-9]*
-CONFLICTS+=            ssh-[0-9]* ssh6-[0-9]* ssh2-[0-9]*
-CONFLICTS+=            openssh-[0-9]*
-
-USE_PERL5=             build
-
-CRYPTO=                        yes
-KERBEROS=              yes
-
-# retain the following line, for IPv6-ready pkgsrc webpage
-BUILD_DEFS+=           USE_INET6
-#BUILD_DEFS+=          KERBEROS
-
-.include "../../mk/bsd.prefs.mk"
-
-INSTALL_TARGET=                install-nokeys
-PLIST_SRC=             # empty
-MESSAGE_SRC=           ${.CURDIR}/MESSAGE
-
-PKG_USERS=             ${OPENSSH_USER}:${OPENSSH_GROUP}:${OPENSSH_UID}:sshd\\ privsep:${OPENSSH_CHROOT}:${NOLOGIN}
-PKG_GROUPS=             ${OPENSSH_GROUP}:${OPENSSH_GID}
-
-SSH_PID_DIR=           /var/run        # default directory for PID files
-
-PKG_SYSCONFSUBDIR=     ssh
-MANDIR=                        man
-
-PLIST_SUBST+=          MANDIR=${MANDIR}
-
-USE_BUILDLINK3=                yes
-USE_PKGINSTALL=                yes
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --mandir=${PREFIX}/${MANDIR}
-CONFIGURE_ARGS+=       --with-pid-dir=${SSH_PID_DIR}
-CONFIGURE_ARGS+=       --with-ssl-dir=${SSLBASE}
-CONFIGURE_ARGS+=       --with-tcp-wrappers=${BUILDLINK_PREFIX.tcp_wrappers}
-CONFIGURE_ARGS+=       --with-privsep-path=${OPENSSH_CHROOT}
-CONFIGURE_ARGS+=       --with-privsep-user=${OPENSSH_USER}
-CONFIGURE_ARGS+=       --with-kerberos5=/usr
-CONFIGURE_ARGS+=       --with-kerberos4=/usr
-
-CPPFLAGS+=             -I/usr/include/krb5 -I/usr/include/kerberosIV
-
-# XXX: PAM authentication causes memory faults, and I haven't tracked down
-# XXX: why yet.  For the moment, disable PAM authentication.
-#
-#.if defined(USE_PAM)
-#.include "../../security/PAM/buildlink3.mk"
-#CONFIGURE_ARGS+=      --with-pam
-#PLIST_SRC+=           ${.CURDIR}/PLIST.pam
-#MESSAGE_SRC+=         ${.CURDIR}/MESSAGE.pam
-#.endif
-
-.if (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
-.  include "../../security/skey/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-skey=${BUILDLINK_PREFIX.skey}
-.elif ${OPSYS} == "NetBSD"
-# XXX: NetBSD has 4 args (4: sslen) to skeychallenge instead of 3
-#CONFIGURE_ARGS+=      --with-skey=/usr
-CONFIGURE_ARGS+=       --without-skey
-.else
-CONFIGURE_ARGS+=       --without-skey
-.endif
-
-.if defined(KERBEROS)
-PKG_USE_KERBEROS=              yes
-CONFIGURE_ARGS+=       --with-kerberos4=/usr
-LDFLAGS+=              -lkrb -lcom_err -lroken -ldes -lcrypto
-.endif
-
-CONFIGURE_ENV+=                LD=${CC:Q}
-
-# The ssh-askpass program is in ${X11BASE}/bin or ${X11PREFIX}/bin depending
-# on if it's part of the X11 distribution, or if it's installed from pkgsrc
-# (security/ssh-askpass).
-#
-.if exists(${X11BASE}/bin/ssh-askpass)
-ASKPASS_PROGRAM=       ${X11BASE}/bin/ssh-askpass
-.else
-ASKPASS_PROGRAM=       ${X11PREFIX}/bin/ssh-askpass
-.endif
-CONFIGURE_ENV+=                ASKPASS_PROGRAM=${ASKPASS_PROGRAM}
-MAKE_ENV+=             ASKPASS_PROGRAM=${ASKPASS_PROGRAM}
-
-CONFS=                 ssh_config sshd_config
-SUPPS=                 moduli
-
-.if exists(/dev/urandom)
-MESSAGE_SRC+=          ${.CURDIR}/MESSAGE.urandom
-.else
-CONFIGURE_ARGS+=       --without-random
-CONFS+=                        ssh_prng_cmds
-PLIST_SRC+=            ${.CURDIR}/PLIST.prng
-.endif
-
-EGDIR=                 ${PREFIX}/share/examples/openssh
-CONF_FILES=            # empty
-.for FILE in ${CONFS}
-CONF_FILES+=           ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
-.endfor
-SUPPORT_FILES=         # empty
-.for FILE in ${SUPPS}
-SUPPORT_FILES+=                ${EGDIR}/${FILE} ${PKG_SYSCONFDIR}/${FILE}
-.endfor
-OWN_DIRS=              ${OPENSSH_CHROOT}
-RCD_SCRIPTS=           sshd
-
-PLIST_SRC+=            ${.CURDIR}/PLIST
-FILES_SUBST+=          SSH_PID_DIR=${SSH_PID_DIR}
-MESSAGE_SUBST+=                EGDIR=${EGDIR}
-MESSAGE_SUBST+=                OPENSSH_USER=${OPENSSH_USER}
-MESSAGE_SUBST+=                OPENSSH_GROUP=${OPENSSH_GROUP}
-
-INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
-
-pre-configure:
-       cd ${WRKSRC} && ${AUTORECONF}
-
-post-install:
-       ${INSTALL_DATA_DIR} ${EGDIR}
-       cd ${WRKSRC}; for file in ${CONFS} ${SUPPS}; do                 \
-               ${INSTALL_DATA} $${file}.out ${EGDIR}/$${file};         \
-       done
-#.if defined(USE_PAM)
-#      ${INSTALL_DATA} ${WRKSRC}/contrib/sshd.pam.freebsd ${EGDIR}/sshd.pam
-#.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-.include "../../mk/autoconf.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 4e187a7c7ce7 -r 7568dae2401c security/openssh+gssapi/PLIST
--- a/security/openssh+gssapi/PLIST     Tue Jun 01 21:49:35 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/04/23 22:07:58 reed Exp $
-bin/scp
-bin/sftp
-bin/slogin
-bin/ssh
-bin/ssh-add
-bin/ssh-agent



Home | Main Index | Thread Index | Old Index