Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-07-14 | cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in every | frueauf | 1 | -2/+1 | |
package Makefile. | |||||
1998-07-13 | We use American English. | mycroft | 1 | -3/+3 | |
licence -> license | |||||
1998-07-10 | Update "ssh" package to 1.2.26. | tron | 3 | -23/+24 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -6/+1 | |
1998-06-19 | On request by mrg build "ssh" with "--disable-suid-ssh" by default. This | tron | 1 | -2/+2 | |
can be overridden by setting "SSH_SUID" to "YES". | |||||
1998-06-15 | If X11 is installed we need to track "ssh-askpass" and "ssh-askpass1". | tron | 1 | -9/+15 | |
1998-06-15 | Reorder to get files and links together. | tron | 1 | -7/+7 | |
1998-06-12 | Makefile was missing new `-f'. | tv | 1 | -2/+2 | |
1998-06-12 | Update to 1.2.25 (pr #5581 from Erik Fair) with minor PLIST nits: | tv | 3 | -9/+6 | |
ssh-askpass{,1} is not in /usr/pkg/bin, and slogin need not use @exec/@unexec (account for symlink in a package tarfile). | |||||
1998-06-11 | Add support for both socks4 and socks5 - use the USE_SOCKS definition | agc | 1 | -3/+8 | |
to work out which one's wanted. | |||||
1998-06-10 | Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it | agc | 1 | -2/+2 | |
explicitly in the commands before ${MAKEFILE}; modify package Makefiles to conform to this rationalisation. This was used inconsistently in many packages, some including it, some not. | |||||
1998-06-03 | Consolidate inclusion of /etc/mk.conf by using bsd.prefs.mk | agc | 1 | -18/+2 | |
1998-05-26 | Add "SSH_NO_SUID" option to disable setuid installation of "ssh" binary. | tron | 1 | -1/+6 | |
1998-05-24 | Update "ssh" to 1.2.23 on request by mrg. | tron | 8 | -357/+253 | |
1998-05-08 | s/MIT/RSA licensees/, per mycroft | hubertf | 1 | -5/+5 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 1 | -2/+2 | |
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports. | |||||
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -10/+5 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-19 | Chang libwrap support: compile it in for daemon connections, but leave it | tv | 2 | -4/+59 | |
out for forwarded connections unless ${LIBWRAP_FWD}=YES at build time. | |||||
1998-03-18 | Update and fix many things in ssh pkg: | tv | 4 | -56/+44 | |
- ${USA_RESIDENT}->${USE_RSAREF2} as per mycroft; RSA implementations other than RSAREF may be used freely at MIT, though not elsewhere in USA - always enable libwrap; it is shipped with NetBSD - use new rsaref pkg, and don't retrieve rsaref from outside USA - fix make-ssh-known-hosts to use the famous hack to startup perl based on perl's location in $PATH, rather than require user to set it at configure time - fix include directory for socks5 support (and rsaref) | |||||
1998-03-10 | false->${FALSE}; pkg->${PKGDIR}. | frueauf | 1 | -35/+35 | |
1998-02-20 | Don't include make.conf if it doesn't exist. | hubertf | 1 | -1/+5 | |
1998-02-12 | add features/fixes from <jbernard@tater.mines.edu> in pr#4928 | mrg | 11 | -185/+523 | |
1998-02-10 | minor typo in the comments at top - this pkg uses 1.2.22 at current, | tv | 1 | -2/+2 | |
not 1.2.21. | |||||
1998-01-24 | portlint: use command macros | hubertf | 1 | -17/+16 | |
1998-01-24 | portlint: remove empty line | hubertf | 1 | -1/+0 | |
1998-01-24 | Make libwrap support conditional on USE_LIBWRAP again, since usage of ssh's | kleink | 1 | -4/+9 | |
-L/-R options will become highly unintuitive on most setups. Kindly brought to my attention by Matthew Green. | |||||
1998-01-22 | Set MIRROR_DISTFILE to "no" in package Makefiles which might have | agc | 1 | -1/+2 | |
restrictions placed on the redistribution of their distfiles. Please note that I've erred on the side of caution here. | |||||
1998-01-22 | Update to 1.2.22, disable suid, add master site. | hubertf | 2 | -5/+7 | |
1998-01-18 | Since our distribution contains libwrap, link against it and remove the | kleink | 1 | -13/+3 | |
previous (and bogus) USE_TCPWRAP variable check. | |||||
1998-01-15 | We're at perl V5.0040*4* | hubertf | 1 | -2/+2 | |
1997-12-22 | Fix setting CONFIGURE_ARGS ("=" -> "+=") | hubertf | 1 | -2/+2 | |
1997-12-18 | remove unnecessary patches, own to me, etcir=/etc. | mrg | 12 | -567/+41 | |
1997-12-14 | Secure Shell package; Originally taken from FreeBSD, hacked by agc and | hubertf | 15 | -0/+1009 | |
finished by me. |