FreshPorts -- The Place For Ports Sun, 23 Nov 2008 12:24 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: security/openssh-portable/Makefile
CVSWeb

Number of commits found: 128 (showing only 100 on this page)

1 | 2  »  

Tue, 11 Nov 2008
[ 13:03 skv ] Original commit 
1.128 security/openssh-portable/Makefile
Fix rootless build.

PR:             ports/126164
Submitted by:   skv
Approved by:    maintainer timeout (> 3 months)
Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 22 Jun 2008
[ 20:26 pav ] Original commit 
1.126 security/openssh-portable/Makefile
- Mark BROKEN after recent kerberos update
Sat, 19 Apr 2008
[ 14:46 mnag ] Original commit 
1.125 security/openssh-portable/Makefile
1.47 security/openssh-portable/distinfo
1.1 security/openssh-portable/files/openssh-lpk-5.0p1-0.3.9.patch
1.7 security/openssh-portable/files/patch-auth2.c
1.24 security/openssh-portable/files/patch-session.c
- Update to 5.0p1
- Port LPK patch to 5.0p1 and add to files dir
- Remove USE_PERL_BUILD since doesn't need [1]
- Update KERB_GSSAPI to 5.0p1
- Update HPN patch to 5.0p1 13v3
- Respect LOCALBASE on configure_args of LPK [2]
- Change MASTER_SITE of snapshot
- portlint(1)

PR:             121826 [2]
Submitted by:   Andrew Kolchoogin <andrew___rinet.ru> [2]
Reported by:    Björn König <bkoenig___alpha-tierchen.d [1]
Wed, 16 Jan 2008
[ 13:09 mnag ] Original commit 
1.124 security/openssh-portable/Makefile
1.46 security/openssh-portable/distinfo
- Update HPN patch to hpn12v20
- Bump PORTREVISION

Submitted by:   Ollivier Robert <roberto__keltia.freenix.fr>
Fri, 5 Oct 2007
[ 13:41 mnag ] Original commit 
1.123 security/openssh-portable/Makefile
1.45 security/openssh-portable/distinfo
- Update gsskex patch to 20070927
- Update HPN patch to hpn12v19 [1]

Notified by:    ale [1]
Thu, 4 Oct 2007
[ 07:00 edwin ] Original commit 
1.9 security/bdc/Makefile
1.2 security/bioapitool/Makefile
1.17 security/calife-devel/Makefile
1.21 security/cryptopp/Makefile
1.8 security/doorman/Makefile
1.10 security/doscan/Makefile
1.15 security/drweb-postfix/Makefile
1.9 security/drweb-qmail/Makefile
1.74 security/drweb-sendmail/Makefile
1.55 security/drweb/Makefile

(Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Remove always-false/true conditions based on OSVERSION 500000
Sat, 8 Sep 2007
[ 02:18 mnag ] Original commit 
1.121 security/openssh-portable/Makefile
1.43 security/openssh-portable/distinfo
1.2 security/openssh-portable/files/patch-fix-challenge-response
- Update to 4.7p1
- Update HPN patch to 4.7p1-hpn12v18
- Mark as BROKEN WITH_KERB_GSSAPI while developer release a new patch
Thu, 30 Aug 2007
[ 16:40 mnag ] Original commit 
1.120 security/openssh-portable/Makefile
1.42 security/openssh-portable/distinfo
1.2 security/openssh-portable/files/openssh-4.5p1-gsskex-20061220.patch
1.1 security/openssh-portable/files/patch-fix-challenge-response
1.2 security/openssh-portable/files/scardpin.patch
- Enable ssl-engine
- Update gsskex patch to 4.6p1-gsskex-20070312
- Update lpk patch to 4.6p1-0.3.9
- Update hpn patch to 4.6p1-hpn12v17
- Fix challenge-response issue
- Bump PORTREVISION

Reported by:    Stefan Lambrev [1], ale@ [1]
Mon, 23 Jul 2007
[ 10:36 rafan ] Original commit 
1.19 archivers/dpkg/Makefile
1.54 archivers/gtar/Makefile
1.21 archivers/gzip/Makefile
1.37 archivers/libarchive/Makefile
1.21 astro/starplot/Makefile
1.10 astro/tclgeomap/Makefile
1.11 astro/tkgeomap/Makefile
1.23 audio/audacity-devel/Makefile
1.10 audio/checkmate/Makefile
1.21 audio/cmus/Makefile

(Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Mon, 12 Mar 2007
[ 22:13 mnag ] Original commit 
1.118 security/openssh-portable/Makefile
1.41 security/openssh-portable/distinfo
1.1 security/openssh-portable/files/openssh-4.5p1-gsskex-20061220.patch
1.2 security/openssh-portable/files/openssh-lpk.patch
- Update OpenSSH to 4.6p1
- Update GSSKEX patch to 20061220
- Update HPN patch to hpn12v16
- Update LPK patch to 0.3.8
Tue, 6 Feb 2007
[ 11:49 rafan ] Original commit 
1.117 security/openssh-portable/Makefile
- Use RC_SUBR_SUFFIX

Approved by:    mnag (maintainer)
Fri, 17 Nov 2006
[ 18:58 ale ] Original commit 
1.116 security/openssh-portable/Makefile
1.40 security/openssh-portable/distinfo
Update HPN patch to v14 for openssh 4.5p1.

Approved by:    mnag
Fri, 10 Nov 2006
[ 13:11 mnag ] Original commit 
1.115 security/openssh-portable/Makefile
1.39 security/openssh-portable/distinfo
1.3 security/openssh-portable/files/patch-sshd.c
- Update to 4.5p1
- patch-sshd.c unconditionally includes <gssapi.h>. Include "ssh-gss.h" instead.
[1]

PR:             104481 [1]
Submitted by:   Mark Andrews <Mark_Andrews___isc.org> [1]
Tue, 17 Oct 2006
[ 14:27 mnag ] Original commit 
1.114 security/openssh-portable/Makefile
1.38 security/openssh-portable/distinfo
- Update HPN patch. Patch are renamed, the only content differences are two rows
now enclosed in an "else" block.

Submitted by:   ale
Approved by:    portmgr (erwin)
Sat, 7 Oct 2006
[ 22:06 mnag ] Original commit 
1.113 security/openssh-portable/Makefile
1.37 security/openssh-portable/distinfo
1.1 security/openssh-portable/files/openssh-lpk.patch
- Add OPTION to enable Kerberos/GSSAPI patch [1]
- Add OPTION to enable LPK patch (ldap stored public key) [2]

PR:             86384 [1], 103399 [2]
Submitted by:   Garrett Wollman <wollman___khavrinen.csail.mit.edu> [1], Dmitriy
Kirhlarov <dkirhlarov___oilspace.com> [2]
Wed, 4 Oct 2006
[ 14:53 mnag ] Original commit 
1.112 security/openssh-portable/Makefile
1.36 security/openssh-portable/distinfo
1.15 security/openssh-portable/pkg-plist
- Fix package creation. [1]
- Update HPN patch and remove IGNORE. [2]
- Bump PORTREVISION

PR:             103961
Submitted by:   Phil Oleson <oz___nixil.net> [1], ale [2]
Sun, 1 Oct 2006
[ 20:37 mnag ] Original commit 
1.111 security/openssh-portable/Makefile
1.14 security/openssh-portable/pkg-plist
- Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.
[ 03:15 mnag ] Original commit 
1.110 security/openssh-portable/Makefile
1.35 security/openssh-portable/distinfo
1.8 security/openssh-portable/files/patch-auth.c
1.7 security/openssh-portable/files/patch-auth1.c
1.6 security/openssh-portable/files/patch-auth2.c
1.3 security/openssh-portable/files/patch-clientloop.c
1.6 security/openssh-portable/files/patch-loginrec.c
1.1 security/openssh-portable/files/patch-readconf.c
1.4 security/openssh-portable/files/patch-regress-test-exec.sh
1.1 security/openssh-portable/files/patch-servconf.c

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- Update to 4.4p1.
- Disable temporary HPN patch until HPN release new version.
- Fix rc.d script path in sshd.8
- Add FreeBSD-${PKGNAME} in SSH_VERSION and SSH_RELEASE like src does.
- Sync patches with src.

Security:       CVE-2006-4924, CVE-2006-5051
Tue, 29 Aug 2006
[ 20:47 ale ] Original commit 
1.109 security/openssh-portable/Makefile
1.34 security/openssh-portable/distinfo
Update HPN-12 patch to version 8 (no functional changes,
only documentation changes and a small bug fix on option parsing).

Approved by:    mnag
Wed, 9 Aug 2006
[ 13:49 simon ] Original commit 
1.108 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/scardpin.patch
Add optional OpenSC PIN patch which make it possible for OpenSSH to ask
for a PIN when using an OpenSC smartcard.

Approved by:            mnag (maintainer)
Patch obtained from:    http://bugzilla.mindrot.org/show_bug.cgi?id=608
Tue, 4 Jul 2006
[ 21:10 mnag ] Original commit 
1.107 security/openssh-portable/Makefile
1.33 security/openssh-portable/distinfo
- Remove unecessary ?= in PKGNAMESUFFIX [1]
- Update HPN patch to hpn12. Now none cipher are configured in run time. [2]

Notified by:    Peter Losher <plosher___plosh.net> [1], Scott Larson
<stl___iowainteractive.com> [2]
Mon, 12 Jun 2006
[ 17:56 ale ] Original commit 
1.106 security/openssh-portable/Makefile
Add support for smart cards.

Approved by:    maintainer
Tue, 21 Feb 2006
[ 19:28 mnag ] Original commit 
1.105 security/openssh-portable/Makefile
1.2 security/openssh-portable/files/openssh.in
- Fix order in rc.d script. Because of pidfile are empty, reload [2] and restart
[1]
  commands kill all connections.
- Separate keygen part and create keygen command.
- Bump PORTREVISION

PR:             93228 [1]
Reported by:    DanGer on #bsdports [2]
Sat, 11 Feb 2006
[ 23:59 mnag ] Original commit 
1.104 security/openssh-portable/Makefile
1.32 security/openssh-portable/distinfo
Forget to add HPN patches.
[ 23:55 mnag ] Original commit 
1.103 security/openssh-portable/Makefile
1.31 security/openssh-portable/distinfo
- Update to 4.3p2
Tue, 7 Feb 2006
[ 20:07 mnag ] Original commit 
1.102 security/openssh-portable/Makefile
1.9 security/openssh-portable/files/batch.patch
1.30 security/openssh-portable/distinfo
1.2 security/openssh-portable/files/gss-serv.c.patch
1.1 security/openssh-portable/files/openssh.in
1.5 security/openssh-portable/files/patch-Makefile.in
1.3 security/openssh-portable/pkg-message
1.13 security/openssh-portable/pkg-plist
1.3 security/openssh-portable/files/sshd.sh
- Update to 4.3p1
- Use DISTVERSION
- Add most configuration in OPTIONS
- Enable support to libedit in sftp [1]
- Add OPTIONS to HPN patches [2]
- Add new rc.d script [3]
- New rc.d script are responsible to check configuration and create host keys
- Using USE_RC_SUBR
- Modify pkg-message to reflect new rc.d script
- Fix pkg-plist

Reviewd by:     dougb [3]
Submitted by:   vs [1], brooks [2]
Tested by:      me, John E Hein
[ 20:04 mnag ] Original commit 
1.101 security/openssh-portable/Makefile
1.3 security/openssh-portable/pkg-descr
- Reorganize Makefile in preparation to update to 4.3p1
- Add one http in MASTER_SITES
- Update WWW
Fri, 16 Sep 2005
[ 18:58 mnag ] Original commit 
1.17 benchmarks/iperf/Makefile
1.4 databases/pecl-sqlite/Makefile
1.33 databases/py-MySQLdb-devel/Makefile
1.31 databases/py-MySQLdb/Makefile
1.10 databases/py-PySQLite10/Makefile
1.12 databases/py-PySQLite11/Makefile
1.15 databases/py-PySQLite2/Makefile
1.33 databases/sqlite2/Makefile
1.10 databases/tinycdb/Makefile
1.36 devel/mm/Makefile

(Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update my email

Approved by: pav (mentor)
Tue, 6 Sep 2005
[ 13:36 garga ] Original commit 
1.99 security/openssh-portable/Makefile
- Pass maintainership to submitter, since he sent the last patch.

PR:             ports/85775
Submitted by:   Marcus Alves Grando <marcus@corp.grupos.com.br>
Thu, 1 Sep 2005
[ 20:24 garga ] Original commit 
1.98 security/openssh-portable/Makefile
1.28 security/openssh-portable/distinfo
1.4 security/openssh-portable/files/patch-auth-pam.c
1.6 security/openssh-portable/files/patch-auth1.c
1.2 security/openssh-portable/files/patch-fake-rfc2553.h
- Update to 4.2p1

PR:             ports/85578
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Mon, 6 Jun 2005
[ 20:09 pav ] Original commit 
1.97 security/openssh-portable/Makefile
1.27 security/openssh-portable/distinfo
- Update to 4.1p1

PR:             ports/81948
Submitted by:   Daniel Gerzo <danger@rulez.sk>
Mon, 11 Apr 2005
[ 22:31 pav ] Original commit 
1.96 security/openssh-portable/Makefile
- Don't specify --with-ssl-dir when using the system's OpenSSL

PR:             ports/79355
Submitted by:   Mark Andrews <Mark_Andrews@isc.org>
Sun, 20 Mar 2005
[ 01:00 ahze ] Original commit 
1.95 security/openssh-portable/Makefile
1.8 security/openssh-portable/files/batch.patch
1.26 security/openssh-portable/distinfo
1.3 security/openssh-portable/files/patch-auth-pam.c
1.5 security/openssh-portable/files/patch-auth1.c
1.5 security/openssh-portable/files/patch-auth2.c
1.1 security/openssh-portable/files/patch-fake-rfc2553.h
1.5 security/openssh-portable/files/patch-loginrec.c
1.21 security/openssh-portable/files/patch-session.c
- Update to 4.0p1

PR:             ports/79029
Submitted by:   Dimitry Andric <dimitry@andric.com>
Thu, 14 Oct 2004
[ 06:26 dinoex ] Original commit 
1.94 security/openssh-portable/Makefile
- drop maintainership
Tue, 12 Oct 2004
[ 05:43 dinoex ] Original commit 
1.93 security/openssh-portable/Makefile
1.19 security/openssh-portable/files/patch-session.c
- new option WITH_OPENSSH_CHROOT
Submitted by:   KANAI Makoto
Wed, 18 Aug 2004
[ 12:35 dinoex ] Original commit 
1.92 security/openssh-portable/Makefile
1.25 security/openssh-portable/distinfo
1.4 security/openssh-portable/files/patch-auth1.c
1.3 security/openssh-portable/files/patch-monitor_wrap.c
1.3 security/openssh-portable/files/patch-regress-test-exec.sh
1.18 security/openssh-portable/files/patch-session.c
- update to 3.9p1

set PORTVERSION 3.9.0.1 to avoid another
bump of PORTEPOCH if 3.9.1p1 come out.

- new option OPENSSH_SNAPSHOT
Thu, 29 Apr 2004
[ 04:48 dinoex ] Original commit 
1.91 security/openssh-portable/Makefile
- bump PORTEPOCH
Reported by kriS
[ 04:04 dinoex ] Original commit 
1.90 security/openssh-portable/Makefile
1.24 security/openssh-portable/distinfo
- update to 3.8.1p1
Sat, 3 Apr 2004
[ 06:18 dinoex ] Original commit 
1.89 security/openssh-portable/Makefile
- force kerberos by option WITH_GSSAPI
Fri, 26 Mar 2004
[ 19:56 dinoex ] Original commit 
1.88 security/openssh-portable/Makefile
1.129 security/openssh/Makefile
- make PKGNAMESUFFIX more flexible
Thu, 26 Feb 2004
[ 05:47 dinoex ] Original commit 
1.26 security/gnupg-idea/Makefile
1.87 security/openssh-portable/Makefile
1.9 security/gnupg-idea/distinfo
1.38 security/openssh/distinfo
1.30 security/openssl-beta/distinfo
1.30 security/openssl/distinfo
1.3 security/pgpin/distinfo
1.16 security/pidentd/distinfo
- add SIZE
Wed, 25 Feb 2004
[ 12:32 dinoex ] Original commit 
1.86 security/openssh-portable/Makefile
1.23 security/openssh-portable/distinfo
1.3 security/openssh-portable/files/patch-sshpty.c
- update to 3.8p1
Sat, 18 Oct 2003
[ 11:45 dinoex ] Original commit 
1.85 security/openssh-portable/Makefile
- new option WITHOUT_KERBEROS

PR:             58156
Submitted by:   matt@peterson.org
Mon, 13 Oct 2003
[ 15:16 dinoex ] Original commit 
1.84 security/openssh-portable/Makefile
- fix build with kerberos5 from base and missing libdes
- get rid of autoconf dependency
[ 05:05 dinoex ] Original commit 
1.83 security/openssh-portable/Makefile
1.128 security/openssh/Makefile
- fix spelling of gssapi
Sun, 12 Oct 2003
[ 12:53 dinoex ] Original commit 
1.82 security/openssh-portable/Makefile
1.127 security/openssh/Makefile
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
Fri, 10 Oct 2003
[ 04:52 dinoex ] Original commit 
1.81 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/gss-serv.c.patch
- GSSAPI patch improved for kerbers5 and hemidal

Submitted by:   bg@sics.se
Sun, 28 Sep 2003
[ 19:41 dinoex ] Original commit 
1.80 security/openssh-portable/Makefile
1.22 security/openssh-portable/distinfo
- cleanup GSSAPI option
Fri, 26 Sep 2003
[ 19:13 dinoex ] Original commit 
1.79 security/openssh-portable/Makefile
1.6 security/openssh-portable/files/auth2-pam-freebsd.c
1.21 security/openssh-portable/distinfo
1.4 security/openssh-portable/files/patch-Makefile.in
1.2 security/openssh-portable/files/patch-auth-chall.c
1.2 security/openssh-portable/files/patch-auth-pam.c
1.2 security/openssh-portable/files/patch-auth-pam.h
1.6 security/openssh-portable/files/patch-auth.c
1.3 security/openssh-portable/files/patch-auth1.c
1.4 security/openssh-portable/files/patch-auth2-chall.c

(Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- update to 3.7.1p2
more regressions tests successfull
[ 03:42 dinoex ] Original commit 
1.78 security/openssh-portable/Makefile
1.5 security/openssh-portable/files/auth2-pam-freebsd.c
1.1 security/openssh-portable/files/patch-auth-chall.c
1.1 security/openssh-portable/files/patch-auth-pam.c
1.1 security/openssh-portable/files/patch-auth-pam.h
- Security Fix in PAM handling
Obtained from:  des
Thu, 25 Sep 2003
[ 18:08 dinoex ] Original commit 
1.77 security/openssh-portable/Makefile
- mark FORBIDDEN until fixed.
Tue, 23 Sep 2003
[ 20:16 dinoex ] Original commit 
1.76 security/openssh-portable/Makefile
1.123 security/openssh/Makefile
1.3 security/openssh-portable/files/patch-buffer.c
1.3 security/openssh/files/patch-buffer.c
- Security Fix obtained from OpenBSD
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/buffer.c.diff?r1=1.18&r2=1.19

Submitted by:   ash@lab.poc.net
Wed, 17 Sep 2003
[ 17:07 nectar ] Original commit 
1.75 security/openssh-portable/Makefile
1.122 security/openssh/Makefile
1.1 security/openssh-portable/files/patch-deattack.c
1.1 security/openssh/files/patch-deattack.c
1.3 security/openssh-portable/files/patch-misc.c
1.3 security/openssh/files/patch-misc.c
1.16 security/openssh-portable/files/patch-session.c
1.15 security/openssh/files/patch-session.c
1.1 security/openssh-portable/files/patch-ssh-agent.c
1.1 security/openssh/files/patch-ssh-agent.c
Add Solar Designer's additional fixes to buffer management.
[ 13:03 dinoex ] Original commit 
1.74 security/openssh-portable/Makefile
1.121 security/openssh/Makefile
1.2 security/openssh-portable/files/patch-buffer.c
1.2 security/openssh/files/patch-buffer.c
- Securitry Fix revision 2
http://www.openssh.com/txt/buffer.adv
Approved by:    lioux (portmgr)
Tue, 16 Sep 2003
[ 13:43 nectar ] Original commit 
1.73 security/openssh-portable/Makefile
1.120 security/openssh/Makefile
1.1 security/openssh-portable/files/patch-buffer.c
1.1 security/openssh/files/patch-buffer.c
Do not record expanded size before attempting to reallocate associated
memory.

Obtained from:  OpenBSD
Sat, 30 Aug 2003
[ 09:02 dinoex ] Original commit 
1.72 security/openssh-portable/Makefile
- use OPENSSLRPATH from bsd.openssl.mk
- strip CONFIGURE_ENV, LDFLAGS is set in bsd.openssl.mk
Thu, 28 Aug 2003
[ 16:38 dinoex ] Original commit 
1.45 mail/sendmail-old/Makefile
1.18 net/bind9-dlz/Makefile
1.49 net/licq/Makefile
1.47 news/suck/Makefile
1.71 security/openssh-portable/Makefile
1.118 security/openssh/Makefile
1.129 www/apache13-modssl/Makefile
- use hook for bsd.openssl.mk
Wed, 7 May 2003
[ 21:04 dinoex ] Original commit 
1.70 security/openssh-portable/Makefile
1.20 security/openssh-portable/distinfo
- Update to gssapi-20030430
Submitted by:   wollman@lcs.mit.edu
Wed, 30 Apr 2003
[ 06:44 dinoex ] Original commit 
1.69 security/openssh-portable/Makefile
1.19 security/openssh-portable/distinfo
- Update to 3.6.1p2
Tue, 15 Apr 2003
[ 19:50 dinoex ] Original commit 
1.68 security/openssh-portable/Makefile
- honor any given LDFLAGS
Sun, 13 Apr 2003
[ 12:47 dinoex ] Original commit 
1.67 security/openssh-portable/Makefile
1.3 security/openssl/bsd.openssl.mk
- Change all USE_OPENSSL_* to WITH_OPENSSL_*
Thu, 3 Apr 2003
[ 20:35 dinoex ] Original commit 
1.66 security/openssh-portable/Makefile
- use bsd.openssl.mk
Wed, 2 Apr 2003
[ 05:26 dinoex ] Original commit 
1.65 security/openssh-portable/Makefile
1.18 security/openssh-portable/distinfo
- Update to 3.6.1p1
Tue, 1 Apr 2003
[ 05:10 dinoex ] Original commit 
1.64 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/patch-regress-Makefile
1.1 security/openssh-portable/files/patch-regress-test-exec.sh
- extend regression tests
[ 04:02 dinoex ] Original commit 
1.63 security/openssh-portable/Makefile
1.17 security/openssh-portable/distinfo
1.15 security/openssh-portable/files/patch-session.c
1.2 security/openssh-portable/files/patch-sshlogin.c
- Update to 3.6p1
Sun, 23 Mar 2003
[ 04:48 dinoex ] Original commit 
1.62 security/openssh-portable/Makefile
- add USE_PERL5_BUILD
Thu, 20 Feb 2003
[ 18:26 dinoex ] Original commit 
1.16 audio/s3mod/Makefile
1.6 comms/vrflash/Makefile
1.24 databases/metakit/Makefile
1.2 deskutils/preferences.app/Makefile
1.10 devel/ffcall/Makefile
1.13 devel/gcvs/Makefile
1.33 devel/gnustep-make/Makefile
1.36 devel/gnustep/Makefile
1.7 devel/gperf/Makefile
1.6 devel/m6811-binutils/Makefile

(Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
- add COMMENT
Thu, 2 Jan 2003
[ 04:21 dinoex ] Original commit 
1.60 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/patch-sshlogin.c
- openssh-3.5p1 doesn't log utmp for IPv6 connection correctly
Submitted by:   ume
Thu, 21 Nov 2002
[ 22:00 dinoex ] Original commit 
1.59 security/openssh-portable/Makefile
openssh-gssapi-3.5p1 is marked as broken
Sun, 20 Oct 2002
[ 17:02 dinoex ] Original commit 
1.58 security/openssh-portable/Makefile
remove an disfuntional MASTER_SITE
Thu, 17 Oct 2002
[ 05:40 dinoex ] Original commit 
1.57 security/openssh-portable/Makefile
1.4 security/openssh-portable/files/auth2-pam-freebsd.c
1.16 security/openssh-portable/distinfo
1.3 security/openssh-portable/files/patch-Makefile.in
1.2 security/openssh-portable/files/patch-configure
1.2 security/openssh-portable/files/patch-defines.h
1.13 security/openssh-portable/files/patch-session.c
Update to 3.5p1
Tue, 6 Aug 2002
[ 20:31 dinoex ] Original commit 
1.56 security/openssh-portable/Makefile
1.5 security/openssh-portable/files/patch-auth.c
add bugfix from CURRENT
Sat, 27 Jul 2002
[ 07:20 dinoex ] Original commit 
1.55 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/patch-sshd.c
Fix resolver problem with privilege-separation.
PR:             39953
Wed, 24 Jul 2002
[ 21:47 dinoex ] Original commit 
1.54 security/openssh-portable/Makefile
1.3 security/openssh-portable/files/auth2-pam-freebsd.c
1.2 security/openssh-portable/files/patch-loginrec.c
- add pam_cleanup from CURRENT
- Fix build problems < 4.0
PR:             40576
Mon, 22 Jul 2002
[ 06:28 dinoex ] Original commit 
1.53 security/openssh-portable/Makefile
1.2 security/openssh-portable/files/patch-Makefile.in
1.1 security/openssh-portable/files/patch-stderr-after-eof.sh
Add bits for regression tests
Fix build for /var/empty is schg and have open permissions.
Mon, 15 Jul 2002
[ 21:08 dinoex ] Original commit 
1.52 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/patch-loginrec.c
1.2 security/openssh-portable/files/patch-monitor.c
- Fix Problem with HAVE_HOST_IN_UTMP
- update monitor.c

PR:             40576
Submitted by:   lxv@a-send-pr.sink.omut.org
Sun, 7 Jul 2002
[ 19:55 dinoex ] Original commit 
1.51 security/openssh-portable/Makefile
1.2 security/openssh-portable/files/auth2-pam-freebsd.c
merge PAM buffer management from current.
Thu, 4 Jul 2002
[ 19:29 dinoex ] Original commit 
1.50 security/openssh-portable/Makefile
1.1 security/openssh-portable/files/auth2-pam-freebsd.c
1.4 security/openssh-portable/files/batch.patch
1.1 security/openssh-portable/files/patch-Makefile.in
1.3 security/openssh-portable/files/patch-auth2-chall.c
1.1 security/openssh-portable/files/patch-monitor.c
1.1 security/openssh-portable/files/patch-monitor.h
1.1 security/openssh-portable/files/patch-monitor_wrap.c
1.1 security/openssh-portable/files/patch-monitor_wrap.h
1.2 security/openssh-portable/files/patch-sshd_config
'PermitRootLogin no' is the new default for the OpenSSH port.
This now matches the PermitRootLogin configuration of OpenSSH in
the base system.  Please be aware of this when upgrading your
OpenSSH port, and if truly necessary, re-enable remote root login
by readjusting this option in your sshd_config.

Users are encouraged to create single-purpose users with ssh keys
and very narrowly defined sudo privileges instead of using root
for automated tasks.

- PKGNAMESUFFIX for GSSAPI set.
- Merged some patches from current to improve PAM.
- Fix BATCH=yes for bento.
Sun, 30 Jun 2002
[ 20:31 dinoex ] Original commit 
1.49 security/openssh-portable/Makefile
1.105 security/openssh/Makefile
1.3 security/openssh-portable/files/patch-auth.c
1.11 security/openssh-portable/files/patch-session.c
1.10 security/openssh/files/patch-session.c
give Enviroment from login.conf priority over all others,
problem found by drs@rucus.ru.ac.za.
Fri, 28 Jun 2002
[ 07:18 dinoex ] Original commit 
1.48 security/openssh-portable/Makefile
1.15 security/openssh-portable/distinfo
Update gssapi patch
[ 06:28 dinoex ] Original commit 
1.47 security/openssh-portable/Makefile
1.2 security/openssh-portable/files/patch-auth1.c
1.2 security/openssh-portable/files/patch-auth2.c
1.1 security/openssh-portable/files/patch-configure
1.1 security/openssh-portable/files/patch-sshd_config
1.1 security/openssh-portable/files/patch-sshpty.c
Defaults changed: (Gregory Sutter)
 ChallengeResponseAuthentication no
 UseLogin no

patch for configure, to detect MAP_ANON submitted by:
Christophe Labouisse,Michael Handler,Gert Doering,Phil Oleson,Dave Baker

fix missing includes for "canohost.h"
Wed, 26 Jun 2002
[ 18:32 dinoex ] Original commit 
1.46 security/openssh-portable/Makefile
1.103 security/openssh/Makefile
1.14 security/openssh-portable/distinfo
1.34 security/openssh/distinfo
1.5 security/openssh/files/patch-auth1.c
1.3 security/openssh/files/patch-auth2-chall.c
1.9 security/openssh/files/patch-session.c
Update to openssh-3.4
Update to openssh-3.4p1
[ 16:21 dinoex ] Original commit 
1.45 security/openssh-portable/Makefile
1.102 security/openssh/Makefile
1.1 security/openssh-portable/files/patch-auth2-chall.c
1.2 security/openssh/files/patch-auth2-chall.c
1.12 security/openssh-portable/pkg-plist
Security FIX, Please update to this Version.

Options for both:
USE_OPENSSL_BASE=yes
        uses an older opensssl in the base system.

Options for portable:
OPENSSH_OVERWRITE_BASE=yes
        includes USE_OPENSSL_BASE=yes
        installls in the paths of the base system
[ 13:22 dinoex ] Original commit 
1.44 security/openssh-portable/Makefile
1.9 security/openssh-portable/files/patch-session.c
1.11 security/openssh-portable/pkg-plist
Thanks to max@wide.ad.jp, maxim, obraun@informatik.unibw-muenchen.de, fjoe
Patch from current, noted by drs@rucus.ru.ac.za:
environment variables in the 'setenv' field of login.conf are set now.
[ 08:06 dinoex ] Original commit 
1.43 security/openssh-portable/Makefile
1.10 security/openssh-portable/pkg-plist
Streamline OPENSSH_OVERWRITE_BASE=yes
[ 05:05 dinoex ] Original commit 
1.42 security/openssh-portable/Makefile
1.2 security/openssh-portable/files/patch-misc.c
1.9 security/openssh-portable/pkg-plist
1.1 security/openssh-portable/files/sshd.sh
Migrate configuration files to $PREFIX/etc/ssh/
Add ${PREFIX}/etc/rc.d/sshd.sh.sample
Tue, 25 Jun 2002
[ 05:59 dinoex ] Original commit 
1.41 security/openssh-portable/Makefile
change --with-privsep-path if OPENSSH_OVERWRITE_BASE is in effect.
Submitted by:   brad@brad-x.com
[ 00:04 dinoex ] Original commit 
1.40 security/openssh-portable/Makefile
1.6 security/openssh-portable/pkg-plist
Create user for privsep
Sat, 22 Jun 2002
[ 17:24 dinoex ] Original commit 
1.39 security/openssh-portable/Makefile
1.13 security/openssh-portable/distinfo
1.5 security/openssh-portable/pkg-plist
Update: openssh-3.2.3p1
New manpages: ssh-keysign.8 sftp-server.8 sshd.8
New program ssh-keysign
Sun, 16 Jun 2002
[ 16:03 dinoex ] Original commit 
1.21 databases/metakit/Makefile
1.16 devel/m6811-gcc/Makefile
1.17 emulators/frodo/Makefile
1.13 mail/popa3d/Makefile
1.34 mail/sendmail-old/Makefile
1.47 mail/sendmail/Makefile
1.5 mail/sma/Makefile
1.14 net/freebsd-uucp/Makefile
1.16 net/py-ldap2/Makefile
1.47 news/cnews/Makefile

(Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Get rid of PERL and use SED
Sat, 8 Jun 2002
[ 06:22 dinoex ] Original commit 
1.37 security/openssh-portable/Makefile
Fix typing error in OPTION

Submitted by:   joseph@randomnetworks.com
Tue, 4 Jun 2002
[ 07:54 dinoex ] Original commit 
1.36 security/openssh-portable/Makefile
Honor Option ENABLE_SUID_SSH
Build defaults witouth SUID
Fri, 31 May 2002
[ 21:51 dinoex ] Original commit 
1.33 mail/sendmail-old/Makefile
1.44 mail/sendmail/Makefile
1.36 news/suck/Makefile
1.35 security/openssh-portable/Makefile
1.95 security/openssh/Makefile
1.1 security/openssl/Makefile.ssl
1.12 security/openssh-portable/distinfo
- get rid of duplicate code in Makefiles.
- Fix USE_OPENSSL_PORT and USE_OPENSSL_BASE
- drop obsolete/broken USE_OPENSSL
[ 08:28 dinoex ] Original commit 
1.34 security/openssh-portable/Makefile
1.94 security/openssh/Makefile
1.11 security/openssh-portable/distinfo
1.32 security/openssh/distinfo
1.2 security/openssh/files/patch-auth1.c
1.2 security/openssh/files/patch-auth2.c
1.2 security/openssh/files/patch-includes.h
1.2 security/openssh/files/patch-lib-Makefile
1.2 security/openssh-portable/files/patch-readpassphrase.c
1.8 security/openssh-portable/files/patch-session.c

(Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to OpenSSH 3.2.3

- patch openssh-3.1-adv.token.patch is now obsolete.
- remerged PAM changes form previous port
- declare CMSG_* macros.
- fixed bad type in function input_userauth_passwd_changereq

Update to OpenSSH-portable-3.2.3p1

- patch openssh-3.1p1-adv.token.patch is now obsolete
- keep previously declared CONFIGURE_ARGS
- remove openssh-mit-krb5-20020326.diff (should be in the distribution now)
- patch patch-readpassphrase.c is now in teh distribution
- merged previous patches.
- extend CONFIGURE_ARGS so it find OPENSSL again.
- new patches for GSSAPI, not fully tested.

If you have the patch applied:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/36080

Builds with openssl-0.9.6d under:
2.2.8-RELEASE
3.2-RELEASE
4.2-RELEASE
4.6-RC
Thu, 9 May 2002
[ 11:28 dinoex ] Original commit 
1.33 security/openssh-portable/Makefile
1.93 security/openssh/Makefile
Use crypto.3 as dependeny.
To keep consistent with USE_SSL in bsd.port.mk
Tue, 7 May 2002
[ 10:18 sobomax ] Original commit 
1.66 mail/qpopper/Makefile
1.20 net/ntop/Makefile
1.34 news/suck/Makefile
1.4 security/fressh/Makefile
1.32 security/openssh-portable/Makefile
1.92 security/openssh/Makefile
Chase openssl shlib version increase.

Pointy hat to:  dinoex
Sat, 4 May 2002
[ 05:38 dinoex ] Original commit 
1.31 security/openssh-portable/Makefile
1.91 security/openssh/Makefile
1.58 security/openssl/Makefile
1.22 security/openssl/pkg-plist
openssl:
- some configure scripts check the version of the lib
  so we need to update SHLIBVER
- bump PORTREVISION

openssh:
- build ports with local openssl, if it exists
Fri, 3 May 2002
[ 04:02 dinoex ] Original commit 
1.30 security/openssh-portable/Makefile
1.90 security/openssh/Makefile
1.10 security/openssh-portable/distinfo
1.31 security/openssh/distinfo
Security fix for token passing, see bugtraq for details.
- fetch and use openssh-3.1-adv.token.patch to build.
- bump PORTREVISION
Mon, 25 Mar 2002
[ 05:39 dinoex ] Original commit 
1.29 security/openssh-portable/Makefile
1.6 security/openssh-portable/files/patch-session.c
- Fix problem with auth_ttyok and ttyname
- Make KERBEROS patch build with heimdal port

Number of commits found: 128 (showing only 100 on this page)

1 | 2  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
streamripperNov 23
mantisNov 22
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13

14 vulnerabilities affecting 30 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19425
Broken 157
Deprecated 82
Ignore 444
Forbidden 7
Restricted 270
No CDROM 132
Vulnerable 56
Expired 56
Set to expire 65
Interactive 78
new 24 hours 5
new 48 hours19
new 7 days31
new fortnight82
new month131

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 1.35 seconds.