summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
1998-07-16Change libtool _not_ to install the .la file. Though marked as "fortv1-2/+1
informational purposes," it's not used by any of the toolchain and is pretty much useless.
1998-07-14Change to build and install rsaref using libtool. No more NetBSD-customtv10-137/+176
Makefile or dynamic-PLIST headaches. Make use of automatic shared library handling. Split patches into separate files.
1998-07-14cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in everyfrueauf1-2/+1
package Makefile.
1998-07-13We use American English.mycroft1-3/+3
licence -> license
1998-07-10Update "ssh" package to 1.2.26.tron3-23/+24
1998-07-07Zero order 68060 patch. Compile with "make M68060=1 $OTHEROPTIONS" foris1-1/+6
68060 target machines.
1998-07-01Update to sudo-1.5.4p1.frueauf6-144/+107
1998-06-22Update package Makefiles for automatic manual page handling.agc4-16/+4
1998-06-19On request by mrg build "ssh" with "--disable-suid-ssh" by default. Thistron1-2/+2
can be overridden by setting "SSH_SUID" to "YES".
1998-06-15If X11 is installed we need to track "ssh-askpass" and "ssh-askpass1".tron1-9/+15
1998-06-15Reorder to get files and links together.tron1-7/+7
1998-06-12Makefile was missing new `-f'.tv1-2/+2
1998-06-12Update to 1.2.25 (pr #5581 from Erik Fair) with minor PLIST nits:tv3-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-11Add support for both socks4 and socks5 - use the USE_SOCKS definitionagc1-3/+8
to work out which one's wanted.
1998-06-10Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include itagc1-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-03Consolidate inclusion of /etc/mk.conf by using bsd.prefs.mkagc2-24/+4
1998-05-29Change to use libg++'s method of generating a library PLIST. Now honorstv3-16/+13
all /etc/mk.conf variables wrt libraries and accounts for them in PLIST. Some portlint, too.
1998-05-26Add "SSH_NO_SUID" option to disable setuid installation of "ssh" binary.tron1-1/+6
1998-05-24Update "ssh" to 1.2.23 on request by mrg.tron8-357/+253
1998-05-08s/MIT/RSA licensees/, per mycrofthubertf2-10/+10
1998-04-27Add MIRROR_DISTFILE=no as recognized by trontv1-1/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc2-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-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-10/+10
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc6-40/+15
Remove redundant (and sometimes erroneous) comments.
1998-04-12Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YEStv1-1/+5
1998-03-28Set NOLINT=1. Oops.tv1-1/+2
1998-03-26The end of the world as we know it.agc1-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-23Let `make fetch` from /usr/pkgsrc work even if you are not a USA_RESIDENT.frueauf1-6/+4
1998-03-19Grumble. Should have been <sys/types.h> and not <machine/endian.h>.tv1-1/+1
1998-03-19Enable p5-MD5 since its in the tree.frueauf1-2/+2
1998-03-19portlint: remove unnecessery blank line.frueauf1-1/+0
1998-03-19portlint: reorder for PNF.frueauf1-13/+12
1998-03-19portlint: heavy reordering to shut up most WARNs; rm->${RM};frueauf1-18/+18
use ${VARIABLE}, instead of $(VARIABLE).
1998-03-19Fixes:tv1-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-19Chang libwrap support: compile it in for daemon connections, but leave ittv2-4/+59
out for forwarded connections unless ${LIBWRAP_FWD}=YES at build time.
1998-03-18Modify the do-fetch target so that USA_RESIDENT can be set inagc1-10/+7
/etc/mk.conf and "make fetch" will do the right thing.
1998-03-18Enable pgp (version 2) and rsaref.tv1-3/+3
1998-03-18Update and fix many things in ssh pkg:tv4-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-18Portlint: false->${FALSE} and echo->${ECHO}tv1-8/+8
1998-03-18Import of my version of FreeBSD's pgp 2.6 pkg, reengineered. Differencestv6-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-18Import of a shared/static rsaref 2.0 library package. Originally basedtv8-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-10false->${FALSE}; pkg->${PKGDIR}.frueauf1-35/+35
1998-02-20Don't include make.conf if it doesn't exist.hubertf1-1/+5
1998-02-12add features/fixes from <jbernard@tater.mines.edu> in pr#4928mrg11-185/+523
1998-02-10minor typo in the comments at top - this pkg uses 1.2.22 at current,tv1-2/+2
not 1.2.21.
1998-01-28Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"hubertf3-10/+10
(in bsd.port.mk) for backward compatibility.
1998-01-24portlint: use command macroshubertf1-17/+16
1998-01-24portlint: add RCS Idhubertf1-0/+1
1998-01-24portlint: use command macroshubertf1-2/+2
1998-01-24portlint: remove empty linehubertf1-1/+0