summaryrefslogtreecommitdiff
path: root/security/openssh+gssapi
AgeCommit message (Collapse)AuthorFilesLines
2004-05-11Convert to buildlink3.snj1-7/+7
2004-04-27Don't support the updating the in-tree openssh via pkgsrc. pkgsrc reallyjlam2-60/+1
has no business trying to update parts of the base system.
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed2-5/+2
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-07Don't set LD=${CC} globally, but only pass it to CONFIGURE_ENV, which isjlam1-2/+2
the only relevant place that wants it.
2003-09-17Update for _new_ new OpenSSH patch, bump pkgrevision.jwise4-10/+71
``Oops, they did it again.''
2003-09-16Apply security patch for OpenSSH-3.6.1p2 recently released by openssh team.jwise3-5/+33
PKGREVISION bump, and BROKEN= removed. While there, fix Solaris short pkg name.
2003-09-16Mark this package as broken until an updated version of the openssh+gssapijwise1-1/+3
patch is available, as OpenSSH-3.6.1p2 contains another buffer overflow.
2003-09-11Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supportsjlam1-4/+1
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+3
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam1-16/+16
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-05We need explicit -lcrypto on -current (at least with gcc3), and it does nojwise1-2/+2
harm on older versions, so bring it in explicitly.
2003-08-01This needs to define KERBEROS or the section which adds the right librariesjmc1-1/+2
never gets included and nothing links.
2003-07-24Make difference between this package and ../openssh clearer in DESCR andjwise2-9/+7
COMMENT, and add comment to Makefile explaining why we copy, rather than source, files from ../openssh.
2003-07-24Import package for openssh+gssapi, which is openssh-3.6.1p2 with versionjwise15-0/+541
20030430 of the GSSAPI patches from http://www.sxw.org.uk/computing/patches/openssh.html . From the site: The patches on this page are concerned with adding support for authenticating users via their Kerberos credentials, and allowing authenticated users to forward their credentials to a remote machine over ssh. These patches are against various versions of the OpenSSH portable code. SSH has both a legacy protocol version 1, and a newer, protocol version 2 (which is being standardised in the IETF). Techniques exist for performing Kerberos authentication over both protocols, and GSSAPI authentication over protocol version 2. In this package standard ssh support for kerberos versions 4 and 5 is kept for version 1 of the ssh protocol (openssh does not support kerberos 4 in ssh protocol version 2). These patches, which provide a much more thorough implementation of kerberos 5 support than that shipped with openssh, are pkg'ed here with an eye toward evaluation of their usefullness for inclusion in the base os.