Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 2 | -10/+10 | |
1998-04-27 | Add MIRROR_DISTFILE=no as recognized by tron | tv | 1 | -1/+2 | |
1998-04-22 | Remove the old deprecated DEPENDS definition from bsd.pkg.mk. | agc | 2 | -4/+4 | |
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-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -10/+10 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 6 | -40/+15 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-12 | Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YES | tv | 1 | -1/+5 | |
1998-03-28 | Set NOLINT=1. Oops. | tv | 1 | -1/+2 | |
1998-03-26 | The end of the world as we know it. | agc | 1 | -1/+7 | |
Add lines to include MAKECONF, if defined and exists, or /etc/mk.conf, if it exists, before the first reference to USE_RSAREF2. This means that the value for USE_RSAREF2 can be set in $MAKECONF or /etc/mk.conf as well as the environment. | |||||
1998-03-23 | Let `make fetch` from /usr/pkgsrc work even if you are not a USA_RESIDENT. | frueauf | 1 | -6/+4 | |
1998-03-19 | Grumble. Should have been <sys/types.h> and not <machine/endian.h>. | tv | 1 | -1/+1 | |
1998-03-19 | Enable p5-MD5 since its in the tree. | frueauf | 1 | -2/+2 | |
1998-03-19 | portlint: remove unnecessery blank line. | frueauf | 1 | -1/+0 | |
1998-03-19 | portlint: reorder for PNF. | frueauf | 1 | -13/+12 | |
1998-03-19 | portlint: heavy reordering to shut up most WARNs; rm->${RM}; | frueauf | 1 | -18/+18 | |
use ${VARIABLE}, instead of $(VARIABLE). | |||||
1998-03-19 | Fixes: | tv | 1 | -17/+27 | |
- on i386, somehow <machine/endian.h> never got included by <machine/ansi.h>; include the former directly. - on sparc (and all big endian machines), the endian check was in the wrong place: it should have been in usuals.h. Also include usuals.h in md5.c to get the define. | |||||
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 | Modify the do-fetch target so that USA_RESIDENT can be set in | agc | 1 | -10/+7 | |
/etc/mk.conf and "make fetch" will do the right thing. | |||||
1998-03-18 | Enable pgp (version 2) and rsaref. | tv | 1 | -3/+3 | |
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-18 | Portlint: false->${FALSE} and echo->${ECHO} | tv | 1 | -8/+8 | |
1998-03-18 | Import of my version of FreeBSD's pgp 2.6 pkg, reengineered. Differences | tv | 6 | -0/+156 | |
from FreeBSD port: - uses our rsaref pkg if USE_RSAREF2 is YES - doesn't use USA_RESIDENT; instead uses USE_RSAREF2 since MIT students and staff may legally use mpilib instead of rsaref - builds 2.6.3a with rsaref as well as 2.6.3ia without (all based on the same sources) - uses asm routines on i386, sparc, and m68k | |||||
1998-03-18 | Import of a shared/static rsaref 2.0 library package. Originally based | tv | 8 | -0/+230 | |
on FreeBSD's port, but almost completely reworked. Differences: - leaves out MD5 and uses NetBSD's libc MD5 routines - all the includes are installed in ${PREFIX}/include/rsaref - fetches it legally from ftp.rsa.com instead of sites outside the USA - uses <bsd.lib.mk> to build the library | |||||
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-28 | Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>" | hubertf | 3 | -10/+10 | |
(in bsd.port.mk) for backward compatibility. | |||||
1998-01-24 | portlint: use command macros | hubertf | 1 | -17/+16 | |
1998-01-24 | portlint: add RCS Id | hubertf | 1 | -0/+1 | |
1998-01-24 | portlint: use command macros | hubertf | 1 | -2/+2 | |
1998-01-24 | portlint: remove empty line | hubertf | 1 | -1/+0 | |
1998-01-24 | portlint: make comment shorter | hubertf | 1 | -1/+1 | |
1998-01-24 | portlint: fix RCS Id | hubertf | 1 | -2/+2 | |
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 | 2 | -4/+4 | |
1997-12-18 | remove unnecessary patches, own to me, etcir=/etc. | mrg | 12 | -567/+41 | |
1997-12-15 | sudo works | hubertf | 1 | -2/+2 | |
1997-12-14 | Update for NetBSD, mostly by Soren S. Jorvang <soren@t.dk> | hubertf | 5 | -27/+24 | |
1997-12-14 | Import vanialla FreeBSD sudo. | hubertf | 10 | -0/+257 | |
1997-12-14 | ssh works | hubertf | 1 | -2/+2 | |
1997-12-14 | Secure Shell package; Originally taken from FreeBSD, hacked by agc and | hubertf | 15 | -0/+1009 | |
finished by me. | |||||
1997-11-22 | Fix RCS Id, MI/MD PLIST | hubertf | 5 | -9/+16 | |
1997-11-22 | for libwww | hubertf | 5 | -0/+75 | |
1997-11-22 | Fix RCS Ids, sync with reality | hubertf | 1 | -25/+26 | |
1997-11-22 | Some missing Makefiles, from FreeBSD. | hubertf | 1 | -0/+29 | |