Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-10-10 | add nfsbug | hubertf | 1 | -1/+2 | |
1998-10-08 | NFS security verification suite | hubertf | 6 | -0/+216 | |
1998-10-08 | NFS security verification suite | hubertf | 2 | -0/+21 | |
1998-10-05 | Describing the ssleay package as "SSL" is not much help - expand the acronym. | agc | 1 | -1/+1 | |
1998-10-02 | Get libtool from the right place. | tv | 2 | -5/+5 | |
Nuke the README before refetching. | |||||
1998-10-02 | Clean up: | tv | 7 | -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-02 | Don't overwrite the ssleay.cnf in /usr/pkg/lib if it already exists. | cjs | 4 | -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-01 | Don't hardcode /usr/pkg, use ${PREFIX}, closes pr 6190 by Chris Yokum. | frueauf | 1 | -2/+2 | |
1998-09-30 | This now requires USE_RSAREF2 to be set to YES or NO, and builds accordingly. | cjs | 8 | -47/+72 | |
1998-09-28 | Update sudo to 1.5.6p2. | frueauf | 5 | -41/+1899 | |
1998-09-27 | Tim tested some of these, but I don't know which. Since at least one of | tsarna | 1 | -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-24 | Some read-only pkgsrc fixups.. | garbled | 1 | -4/+4 | |
1998-09-22 | alpha->vax, since Alpha now works for Python dynamicly loaded modules, | tsarna | 1 | -2/+2 | |
but VAX never has. | |||||
1998-09-21 | Fix up a little rpath ELF lossage. Now this works on alpha. | garbled | 3 | -6/+15 | |
1998-09-21 | Remove the exec/unexec stuff for links and just list them as normal files. | frueauf | 1 | -148/+73 | |
Remove the bogus ranlib calls. | |||||
1998-09-17 | Don't hardcode install path in NetBSD.sh to /usr/pkg. Run perl from | frueauf | 2 | -5/+7 | |
${PREFIX}/bin/perl. | |||||
1998-09-17 | Make this pkg compile on alpha. (thanks to Ross for the asm) Clean out | garbled | 6 | -22/+56 | |
the Makefile.patch, there is a better way.. | |||||
1998-09-10 | No US sites, yes sir. Replaced with a German site. Since ftp.cs.hut.fi | kim | 1 | -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-10 | Don't write truncated hostnames in utmp, use IP addresses instead. | kim | 3 | -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-05 | clean up some nits | explorer | 5 | -3/+9 | |
1998-09-05 | clean up how arch's are dealt with by adding ONLY_FOR_ARCHS= and | explorer | 2 | -2/+4 | |
passing the MACHINE_ARCH off to the config script | |||||
1998-09-04 | enable ssleay | explorer | 1 | -2/+2 | |
1998-09-04 | Import of SSLeay, which uses RSAREF 2.0 | explorer | 9 | -0/+401 | |
1998-09-01 | Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately. | agc | 1 | -3/+3 | |
1998-08-26 | PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp. | kim | 2 | -13/+13 | |
1998-08-24 | Sample config is in .../share/examples/ssh, not .../examples ssh. | hubertf | 1 | -3/+3 | |
1998-08-23 | Whitespace police. | frueauf | 1 | -2/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 5 | -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-11 | Avoid conflicts with NetBSD BIG_ENDIAN and LITTLE_ENDIAN definitions. | agc | 7 | -0/+142 | |
1998-08-07 | Kill trailing blank line | tsarna | 1 | -2/+1 | |
1998-08-07 | Clean up | tsarna | 1 | -2/+2 | |
1998-08-07 | Enable py-crypto | tsarna | 1 | -1/+2 | |
1998-08-07 | New package for the Python Cryptography Toolkit, version 1.0.0 | tsarna | 7 | -0/+159 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 5 | -0/+10 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 23 | -0/+47 | |
1998-08-07 | Let "sshd" check the change and expire fields of the password database. | tron | 1 | -0/+151 | |
Patches supplied by Jarkko Torppa in PR pkg/5917. | |||||
1998-08-06 | - Add -Wl,-R${LOCALBASE}/lib for rsaref built ssh. | tv | 1 | -7/+7 | |
- Pkglint: search for other non-X pkgs in ${LOCALBASE}, not ${PREFIX}. | |||||
1998-07-16 | Change libtool _not_ to install the .la file. Though marked as "for | tv | 1 | -2/+1 | |
informational purposes," it's not used by any of the toolchain and is pretty much useless. | |||||
1998-07-14 | Change to build and install rsaref using libtool. No more NetBSD-custom | tv | 10 | -137/+176 | |
Makefile or dynamic-PLIST headaches. Make use of automatic shared library handling. Split patches into separate files. | |||||
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-07-07 | Zero order 68060 patch. Compile with "make M68060=1 $OTHEROPTIONS" for | is | 1 | -1/+6 | |
68060 target machines. | |||||
1998-07-01 | Update to sudo-1.5.4p1. | frueauf | 6 | -144/+107 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 4 | -16/+4 | |
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). |