Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -2/+2 | |
2001-04-19 | Move to sha1 digests, add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -44/+42 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-20 | Replace ftp.cs.hut.fi (which has been closed) by ftp.ssh.com. | wiz | 1 | -2/+2 | |
2001-03-20 | Add fitting LDFLAGS, so that ssh's gmp-version is used instead of a | wiz | 1 | -2/+3 | |
possible installed one. Fixes pkg/12235 by Michael Graff. Remove CFLAGS=-O2. | |||||
2001-03-04 | turn KERBEROS into a binary switch | assar | 1 | -2/+2 | |
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-16 | add missing RCS ID | dmcmahill | 2 | -2/+4 | |
2001-02-13 | Change the names of the ssh and ssh6 packages to ssh{,6}-1.2.27nb1 so | is | 1 | -1/+2 | |
that installation of the right version can be verified. | |||||
2001-02-13 | Use 32bit instead of 16 bit variable to avoid overflow. | is | 2 | -1/+13 | |
2001-01-29 | Add automatic ${VARIABLE} handling for MESSAGE files. | wiz | 2 | -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-19 | At least in 1.4Q, there was a login_cap.h, but it didn't define LOGIN_SETENV. | hubertf | 2 | -6/+6 | |
Make sure that is defined before using it! | |||||
2000-09-28 | The name of the rc.d script has changed. Update message to reflect new | jlam | 1 | -2/+2 | |
name. | |||||
2000-09-26 | Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from | fredb | 1 | -1/+2 | |
actually using rsaref, while we ponder the case for removing it completely. | |||||
2000-09-20 | Install rc.d control script as "sshd" instead of "sshd.sh" to comply with | jlam | 3 | -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-09 | Reorganize crypto handling, as discussed on tech-pkg. Remove all | fredb | 1 | -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-28 | ssh 1.x ssh-keygen does not have -d for DSA keys - remove section that | abs | 1 | -5/+2 | |
tries to crete DSA key if not present and gave error on every startup | |||||
2000-08-18 | Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and | hubertf | 1 | -3/+3 | |
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead. | |||||
2000-08-10 | Comment out Kerberos 5 support, for now. | thorpej | 1 | -7/+8 | |
2000-08-05 | mention license change issue in 1.2.27 -> 1.2.28. | itojun | 1 | -1/+5 | |
2000-07-24 | Make all the installed /usr/pkg/etc/rc.d/sshd.sh files match. | jlam | 1 | -10/+46 | |
Also default to "start" command if run with no arguments. | |||||
2000-07-17 | Add Solaris support. | veego | 2 | -5/+21 | |
2000-04-18 | Fix a bug where if you were logging in from an account which had not | thorpej | 2 | -9/+10 | |
authorized key and for which there was no kerberos principle, sshd would segfault. | |||||
2000-03-26 | revise CONFLICTS line. | itojun | 1 | -2/+2 | |
2000-03-20 | split security/ssh and security/ssh6. | itojun | 25 | -4223/+837 | |
security/ssh6: IPv4/v6 ready, socks unavailable, kerberos available (not tested) security/ssh: IPv4 onlyready, socks available, kerberos available (not tested) should be integrated into one whenever socks support becomes aware of getaddrinfo/getnameinfo. two directories with tons of patches/patch-* is a maintenance headache. | |||||
2000-03-18 | SSH_DONT_USE_IDEA is deprecated, so include USE_IDEA in BUILD_DEFS instead. | jlam | 1 | -2/+2 | |
2000-03-18 | Sync with latest changes to "patch-ab" and "patch-aj". | tron | 1 | -3/+3 | |
2000-03-18 | mark socksified build broken, this has been unavailable for some time. | itojun | 1 | -1/+2 | |
2000-03-18 | address PR9630. compilation chokes on IPv4-only kernel. | itojun | 2 | -269/+273 | |
this basically is due to synchronization issue between WIDE ssh IPv6 patch and netbsd repository. | |||||
2000-03-06 | Adapt ssh to use our login.conf framework. | mjl | 3 | -75/+190 | |
2000-03-03 | can't install ssh on top of openssh, due to conflicting files. | itojun | 1 | -1/+3 | |
2000-03-02 | find -> ${FIND} | wiz | 1 | -2/+2 | |
2000-02-11 | Make this compile with KERBEROS=5. | jlam | 2 | -8/+15 | |
2000-02-05 | minor fixes for pkglint | wiz | 1 | -3/+3 | |
2000-01-22 | Link "ssh-askpass" with run time library path for X11 libraries. Fixes | tron | 2 | -5/+14 | |
PR pkg/9242 by Christian E. Hopps. | |||||
2000-01-17 | Use new variable USE_IDEA, which is YES/NO, and mention that SSH_DONT_USE_IDEA | jlam | 1 | -5/+13 | |
is deprecated. Defaults to USE_IDEA=YES to match current default build. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | It looks like libwrap wasn't used ever since it became a dynamic lib? | kim | 3 | -315/+396 | |
I recommend checking their binary to everyone (e.g. with ldd). | |||||
1999-12-28 | One of our patches changes --with-kerberos5 to --with-krb5 | kim | 1 | -3/+3 | |
1999-12-26 | Sync checksum. Fixes PR pkg/9055 and pkg/9057. | tron | 1 | -2/+2 | |
1999-12-25 | Regenerate md5, keep checksums for the old "distribution" patches | kim | 2 | -4/+4 | |
in Makefile as comments for future reference. | |||||
1999-12-25 | Folded in IPv6 and Kerberos IV patches, so that both can be | kim | 40 | -153/+9932 | |
compiled. This also fixes problems with Kerberos IV and V support clashing (you still have to choose one or the other at compile time, though). Compiles and runs on 1.4O -- needs testing on 1.4.2, and also some closer looking at certain patches (e.g. patch-au has a "#if 0" that could maybe be something else). | |||||
1999-12-16 | regen | fredb | 1 | -2/+2 | |
1999-12-16 | Fix ns32k specific syntax error. Require use of rsaref-2.0p3 instead of | jonb | 3 | -7/+16 | |
faulty rsaref-2.0p2 while I'm in here. | |||||
1999-12-05 | Catch up to rev 1.11 of regular patch-sum | sommerfeld | 1 | -3/+3 | |
1999-12-02 | Oups, forgot to commit this one (thanks Bernd :) | bouyer | 1 | -3/+3 | |
1999-12-01 | Make this work on solaris. | bouyer | 1 | -4/+7 | |