Age | Commit message (Expand) | Author | Files | Lines |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-06-10 | Upgrade to 3.6.1p2: | jschauma | 3 | -15/+15 |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 |
2003-05-22 | Match v1.16 of rc.d/sshd: | wiz | 1 | -3/+8 |
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -2/+2 |
2003-04-22 | fix last | grant | 1 | -2/+2 |
2003-04-22 | add missing trailing / on a master site. | grant | 1 | -2/+2 |
2003-04-10 | add some faster mirrors to MASTER_SITES. | grant | 1 | -2/+5 |
2003-04-10 | Update to 3.6.1p1. No NEWS file included, only a ChangeLog, and the | wiz | 2 | -6/+6 |
2003-03-28 | Remove unnecessary empty lines. | wiz | 1 | -2/+1 |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 |
2003-01-23 | Put back MASTER_SITES. | seb | 1 | -4/+4 |
2003-01-19 | Update to version 3.5p1 | seb | 4 | -211/+19 |
2002-12-07 | Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate. | schmonz | 1 | -3/+3 |
2002-09-24 | Complete standardization of messages according to latest pkglint. | wiz | 2 | -7/+8 |
2002-09-20 | Make these scripts more portable by taking advantage of automatic rc.d | grant | 1 | -2/+2 |
2002-09-19 | Take advantage of the auto-generation and installation of rc.d scripts. | jlam | 1 | -5/+1 |
2002-09-18 | When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already | jlam | 1 | -2/+1 |
2002-09-09 | Fix IPv6 detection on Darwin. Patch supplied by itojun in private e-mail. | jlam | 3 | -17/+85 |
2002-08-31 | Add variables for openssh privilege separation to bsd.pkg.defaults.mk: | grant | 2 | -15/+13 |
2002-08-30 | ssh-rand-helper is also installed when /dev/urandom does not exist. | grant | 1 | -1/+2 |
2002-08-28 | Support building with S/Key support on Darwin, and move the check for | jlam | 4 | -54/+142 |
2002-08-28 | We actually use the openssl buildlink2.mk file. | jlam | 1 | -2/+2 |
2002-08-28 | It's 0.9.6f, not 0.9.5f, and move things around so that IGNORE is set to | jlam | 1 | -12/+13 |
2002-08-23 | Remove Solaris specific SSH_PID_DIR, as Solaris 8/9 do indeed have a | grant | 1 | -6/+1 |
2002-08-20 | openssl/buildlink.mk enforces OpenSSL>=0.9.5f due to the DoS fix. Do not bother | abs | 1 | -4/+6 |
2002-08-19 | Fix test for rc.d in configure script, so that this works on 1.4.x. | wiz | 1 | -2/+2 |
2002-08-01 | Comment out master sites because the file on "ftp.openbsd.org" and | tron | 1 | -4/+4 |
2002-07-26 | Add skey support on Solaris. | grant | 1 | -1/+6 |
2002-07-24 | Change explicit build dependencies on perl into "USE_PERL5=build". This | jlam | 1 | -2/+2 |
2002-06-29 | minor formatting fix. | grant | 1 | -4/+4 |
2002-06-28 | IGNORE platforms that aren't noted to have an in-tree OpenSSH. For now, | jlam | 1 | -1/+3 |
2002-06-28 | No need to substitute for @PREFIX@, as ${PKG_PREFIX} already has that | jlam | 1 | -2/+2 |
2002-06-28 | Only allow an in-tree update to occur if OpenSSL>=0.9.5a is in the base | jlam | 2 | -6/+14 |
2002-06-28 | Add ability to update the in-tree OpenSSH directly from pkgsrc. This | jlam | 3 | -19/+70 |
2002-06-28 | Warn about what to do if you have /etc/ssh.conf and /etc/sshd.conf. | jlam | 1 | -2/+7 |
2002-06-28 | Add PKG_SYSCONFDIR to BUILD_DEFS. | seb | 1 | -2/+1 |
2002-06-28 | s/${PKG_SYSCONFDIR}/@PKG_SYSCONFDIR@/ | grant | 1 | -3/+3 |
2002-06-27 | backout 1.77 with comment, to get working blowfish support. pkg/17405. | itojun | 1 | -2/+3 |
2002-06-27 | use ${CAT} not @CAT@, as it is set by pkgsrc/mk/install/header. | itojun | 1 | -2/+2 |
2002-06-27 | use @PREFIX@ and @CAT. From: Stoned Elipot <seb@script.jussieu.fr> | itojun | 1 | -3/+3 |
2002-06-27 | add /usr/pkg/etc/ssh to the target | itojun | 1 | -2/+2 |
2002-06-27 | add POST-INSTALL warning if sshd configuration file is found in a | grant | 3 | -4/+42 |
2002-06-26 | upgrade to 3.4p1 (openssh-3.4.0.1). | itojun | 4 | -51/+6 |
2002-06-26 | add expiry fields to passwd entry | itojun | 1 | -2/+2 |
2002-06-26 | Substitute a couple of `mkdir' by `${MKDIR}'. | seb | 1 | -2/+2 |
2002-06-26 | need -p | itojun | 1 | -2/+2 |
2002-06-26 | use ${MKDIR} | itojun | 1 | -2/+2 |
2002-06-26 | it works with openssl 0.9.5a | itojun | 1 | -2/+2 |
2002-06-25 | Add patches to enable compression and privsep on platforms without MAP_ANON | toshii | 3 | -1/+46 |