summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
1998-10-10add nfsbughubertf1-1/+2
1998-10-08NFS security verification suitehubertf6-0/+216
1998-10-08NFS security verification suitehubertf2-0/+21
1998-10-05Describing the ssleay package as "SSL" is not much help - expand the acronym.agc1-1/+1
1998-10-02Get libtool from the right place.tv2-5/+5
Nuke the README before refetching.
1998-10-02Clean up:tv7-77/+68
- make this work on all arches (use C where no equivalent asm is available). Since the arch specifics are determined by `uname', set ONLY_FOR_ARCHS to the full list of current architectures. - don't use various methods of editing (patch, sed) where pulling values from the environment and using CONFIGURE_ENV/MAKE_ENV will suffice. - use %D to get the value of $PREFIX in the PLIST; the PLIST doesn't need to be sed edited to get this as part of an @exec! - use pmake's += construct to add rsaref-specific stuff, instead of adding "extra" patches. Now works on arm32, but probably not on alpha and sparc64 (tests fail on alpha; likely type-sizing problems, and still looking at that).
1998-10-02Don't overwrite the ssleay.cnf in /usr/pkg/lib if it already exists.cjs4-20/+13
Don't remove it on de-install. Put the example config file (ssleay.cnf.eg) in lib right beside the real config. Yes, this file really should be in etc, but the programs have several different routines that look for the config files, at least one of which has the use of lib hard-coded. This would be pretty messy to fix.
1998-10-01Don't hardcode /usr/pkg, use ${PREFIX}, closes pr 6190 by Chris Yokum.frueauf1-2/+2
1998-09-30This now requires USE_RSAREF2 to be set to YES or NO, and builds accordingly.cjs8-47/+72
1998-09-28Update sudo to 1.5.6p2.frueauf5-41/+1899
1998-09-27Tim tested some of these, but I don't know which. Since at least one oftsarna1-1/+3
the pkgs broke on Alpha that was not expected to, disable them all for the 1.3.3 tag to be on the safe side :-(
1998-09-24Some read-only pkgsrc fixups..garbled1-4/+4
1998-09-22alpha->vax, since Alpha now works for Python dynamicly loaded modules,tsarna1-2/+2
but VAX never has.
1998-09-21Fix up a little rpath ELF lossage. Now this works on alpha.garbled3-6/+15
1998-09-21Remove the exec/unexec stuff for links and just list them as normal files.frueauf1-148/+73
Remove the bogus ranlib calls.
1998-09-17Don't hardcode install path in NetBSD.sh to /usr/pkg. Run perl fromfrueauf2-5/+7
${PREFIX}/bin/perl.
1998-09-17Make this pkg compile on alpha. (thanks to Ross for the asm) Clean outgarbled6-22/+56
the Makefile.patch, there is a better way..
1998-09-10No US sites, yes sir. Replaced with a German site. Since ftp.cs.hut.fikim1-2/+2
and ftp.funet.fi are on the same campus, I just wanted to add a site I can reach when FUNET/CSC/HUT and/or NORDUNET have problems...
1998-09-10Don't write truncated hostnames in utmp, use IP addresses instead.kim3-2/+74
Don't immediately timeout sessions as idle just because an actual idle check had not been done yet (so last_idle_time was zero, and the difference to current time is way over your idle time limit). Also added the first US mirror of ssh into MASTER_SITES.
1998-09-05clean up some nitsexplorer5-3/+9
1998-09-05clean up how arch's are dealt with by adding ONLY_FOR_ARCHS= andexplorer2-2/+4
passing the MACHINE_ARCH off to the config script
1998-09-04enable ssleayexplorer1-2/+2
1998-09-04Import of SSLeay, which uses RSAREF 2.0explorer9-0/+401
1998-09-01Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately.agc1-3/+3
1998-08-26PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp.kim2-13/+13
1998-08-24Sample config is in .../share/examples/ssh, not .../examples ssh.hubertf1-3/+3
1998-08-23Whitespace police.frueauf1-2/+2
1998-08-20The Grand Homepagification:tsarna5-6/+10
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-11Avoid conflicts with NetBSD BIG_ENDIAN and LITTLE_ENDIAN definitions.agc7-0/+142
1998-08-07Kill trailing blank linetsarna1-2/+1
1998-08-07Clean uptsarna1-2/+2
1998-08-07Enable py-cryptotsarna1-1/+2
1998-08-07New package for the Python Cryptography Toolkit, version 1.0.0tsarna7-0/+159
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-08-07Add NetBSD RCS Ids.agc23-0/+47
1998-08-07Let "sshd" check the change and expire fields of the password database.tron1-0/+151
Patches supplied by Jarkko Torppa in PR pkg/5917.
1998-08-06- Add -Wl,-R${LOCALBASE}/lib for rsaref built ssh.tv1-7/+7
- Pkglint: search for other non-X pkgs in ${LOCALBASE}, not ${PREFIX}.
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).