summaryrefslogtreecommitdiff
path: root/security/ssh
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23This package uses X11 includes/libraries, so USE_X11 must be "yes" forkristerw1-1/+2
it to build.
2004-02-23bl3ify and use zlib's buildlink3 instead of using DEPENDS.xtraeme1-2/+3
2004-02-21replace inappropriate use of _OPSYS_RPATH_NAME with RPATH_FLAG andgrant3-13/+12
make sure that this argument precedes -lX11.
2004-02-21Depend on zlib if we are using IRIX. Reported by Georg Schwarz inxtraeme1-2/+2
PR pkg/24423.
2003-07-24Mark conflicts with openssh+gssapi.jwise1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+4
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-01-04Instead of using -Wl,-R use -Wl,${_OPSYS_RPATH_NAME} (and pass thiscjep3-5/+6
value to make).
2003-01-03Pass -Wl,-R${X11BASE}/lib to cc to build ssh-askpass (instead of just -R)cjep2-24/+24
2002-10-20Add CONLICT with ssh2 package. From Greg A. Woods in PR 18729.wiz1-2/+2
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-05www.monkey.org moved to monkey.org. pilot <pilot@monkey.org>itojun1-2/+2
2002-08-07Fix a problem shown up in the last bulk buildagc2-6/+17
2002-06-28Add PKG_SYSCONFDIR to BUILD_DEFS.seb1-2/+2
Note: it was already as part of CONFIGURE_ENV value, this change only makes it more "readable" IMHO. Remove explicit addition of PKG_SYSCONFDIR to BUILD_DEFS in a couple of Makefiles.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-24fix under Linuxabs2-3/+11
2002-06-15Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"cjep1-3/+3
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-05Bump the package version number to 1.2.27nb2 since the config file locationjlam1-2/+2
changed.
2002-02-05SSH_CONF_DIR has been deprecated. Use PKG_SYSCONFDIR instead.jlam1-4/+3
2002-01-08Remove references to the USE_LOCALBASE_FOR_X11 definition, which wasagc1-6/+1
removed some time ago.
2001-12-05Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now thatagc1-7/+1
the definition is available in all the defs.${OPSYS}.mk files.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-23Stop the SSH daemom from truncating output on slow networks and/ortron2-5/+31
machines. Patch supplied by Michael Eriksson in PR pkg/9119.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum4-3/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-44/+42
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-20Replace ftp.cs.hut.fi (which has been closed) by ftp.ssh.com.wiz1-2/+2
2001-03-20Add fitting LDFLAGS, so that ssh's gmp-version is used instead of awiz1-2/+3
possible installed one. Fixes pkg/12235 by Michael Graff. Remove CFLAGS=-O2.
2001-03-04turn KERBEROS into a binary switchassar1-2/+2
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-16add missing RCS IDdmcmahill2-2/+4
2001-02-13Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 sois1-1/+2
that installation of the right version can be verified.
2001-02-13Use 32bit instead of 16 bit variable to avoid overflow.is2-1/+13
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-9/+11
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-10-19At least in 1.4Q, there was a login_cap.h, but it didn't define LOGIN_SETENV.hubertf2-6/+6
Make sure that is defined before using it!
2000-09-28The name of the rc.d script has changed. Update message to reflect newjlam1-2/+2
name.
2000-09-26Set USE_RSAREF2=NO by default. Hopefully, this will discourage people fromfredb1-1/+2
actually using rsaref, while we ponder the case for removing it completely.
2000-09-20Install rc.d control script as "sshd" instead of "sshd.sh" to comply withjlam3-5/+7
how NetBSD's rc.d interprets script names. Also add REQUIRE and PROVIDE sections to control scripts so they can be used directly in NetBSD's rc.d system.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-3/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-08-28ssh 1.x ssh-keygen does not have -d for DSA keys - remove section thatabs1-5/+2
tries to crete DSA key if not present and gave error on every startup
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-10Comment out Kerberos 5 support, for now.thorpej1-7/+8
2000-08-05mention license change issue in 1.2.27 -> 1.2.28.itojun1-1/+5
2000-07-24Make all the installed /usr/pkg/etc/rc.d/sshd.sh files match.jlam1-10/+46
Also default to "start" command if run with no arguments.