242b3 FreshPorts -- security/openssh-portable
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
openssh-portable 6.2.p2_1,1 security on this many watch lists=110 search for ports that depend on this port An older version of this port was marked as vulnerable.
The portable version of OpenBSD's OpenSSH
Maintained by: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Jun 2001 11:49:36
Also Listed In: ipv6
License: not specified in port


OpenBSD's OpenSSH portable version

Normal OpenSSH development produces a very small, secure, and easy to maintain
version for the OpenBSD project. The OpenSSH Portability Team takes that pure
version and adds portability code so that OpenSSH can run on many other
operating systems (Unfortunately, in particular since OpenSSH does
authentication, it runs into a *lot* of differences between Unix operating
systems). 

The portable OpenSSH follows development of the official version, but releases
are not synchronized. Portable releases are marked with a 'p' (e.g. 3.1p1).
The official OpenBSD source will never use the 'p' suffix, but will instead
increment the version number when they hit 'stable spots' in their development. 

WWW: http://www.openssh.org/portable.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. lang/perl5.14
  3. devel/autoconf
Required To Run:
  1. security/openssl
There are no ports dependent upon this port

To install the port: cd /usr/ports/security/openssh-portable/ && make install clean
To add the package: pkg_add -r openssh-portable


Configuration Options
===> The following configuration options are available for openssh-portable-6.2.p2_1,1:
     AES_THREADED=off: Threaded AES-CTR [HPN/Experimental]
     BSM=off: Enable OpenBSM Auditing
     HPN=on: Enable HPN-SSH patch
     LIBEDIT=on: Command line editing via libedit
     LPK=off: Enable LDAP Public Key (LPK) [OBSOLETE]
     OVERWRITE_BASE=off: OpenSSH overwrite base
     PAM=on: PAM support
     SCTP=off: Enable SCTP support
     TCP_WRAPPERS=on: Enable tcp_wrappers support
     X509=off: Enable x509 certificate patch
====> Options available for the radio KERBEROS: you can only select none or one of them
     MIT=off: MIT Kerberos (security/krb5)
     HEIMDAL=off: Heimdal Kerberos (security/heimdal)
     HEIMDAL_BASE=off: Heimdal Kerberos (base)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  3. ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/
  4. ftp://ftp.dkuug.dk/pub/OpenBSD/OpenSSH/portable/
  5. ftp://ftp.freebsdchina.org/pub/OpenBSD/OpenSSH/portable/
  6. ftp://ftp.gamma.ru/pub/OpenBSD/OpenSSH/portable/
  7. ftp://ftp.inet.no/pub/OpenBSD/OpenSSH/portable/
  8. ftp://ftp.irisa.fr/pub/OpenBSD/OpenSSH/portable/
  9. ftp://ftp.jyu.fi/pub/OpenBSD/OpenSSH/portable/
  10. ftp://ftp.nara.wide.ad.jp/pub/OpenBSD/OpenSSH/portable/
  11. ftp://ftp.nluug.nl/pub/OpenBSD/OpenSSH/portable/
  12. ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
  13. ftp://ftp.rediris.es/pub/OpenBSD/OpenSSH/portable/
  14. ftp://ftp.stacken.kth.se/pub/OpenBSD/OpenSSH/portable/
  15. ftp://ftp.su.se/pub/OpenBSD/OpenSSH/portable/
  16. ftp://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/
  17. ftp://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/
  18. ftp://openbsd.informatik.uni-erlangen.de/pub/OpenBSD/OpenSSH/portable/
  19. ftp://openbsd.mirrors.tds.net/pub/OpenBSD/OpenSSH/portable/
  20. ftp://osmirrors.cerias.purdue.edu/pub/OpenBSD/OpenSSH/portable/
  21. ftp://rt.fm/pub/OpenBSD/OpenSSH/portable/
  22. http://anga.funkfeuer.at/ftp/pub/OpenBSD/OpenSSH/portable/
  23. http://ftp.arcane-networks.fr/pub/OpenBSD/OpenSSH/portable/
  24. http://ftp.belnet.be/packages/openbsd/OpenSSH/portable/
  25. http://ftp.cc.uoc.gr/mirrors/OpenBSD/OpenSSH/portable/
  26. http://ftp.chg.ru/pub/OpenBSD/OpenSSH/portable/
  27. http://ftp.estpak.ee/pub/OpenBSD/OpenSSH/portable/
  28. http://ftp.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/
  29. http://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/
  30. http://ftp.jaist.ac.jp/pub/OpenBSD/OpenSSH/portable/
  31. http://ftp.netbsd.se/OpenBSD/OpenSSH/portable/
  32. http://ftp.openbsd.dk/pub/OpenBSD/OpenSSH/portable/
  33. http://mirror.hostfuss.com/pub/OpenBSD/OpenSSH/portable/
  34. http://mirror.internode.on.net/pub/OpenBSD/OpenSSH/portable/
  35. http://mirror.pacific.net.au/OpenBSD/OpenSSH/portable/
  36. http://mirror.switch.ch/ftp/pub/OpenBSD/OpenSSH/portable/
  37. http://mirrors.nic.funet.fi/pub/OpenBSD/OpenSSH/portable/
  38. http://openbsd.cs.pu.edu.tw/OpenSSH/portable/
  39. http://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/

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

1 | 2 | 3  »  

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 May 2013 00:30:31
Original commit files touched by this commit  6.2.p2_1,1
bdrewery search for other commits by this committer
- Fix sshd crash when not using HPN
  This was due to not including the canohost.h header for our
  base customization to respect class login restrictions. I had
  missed this as I was only tested with the default (HPN enabled)
  which already was including this header.

Reported by:	runelind in ##freenode
Tested by:	runelind, myself
Reported by:	Krzysztof Stryjek
21 May 2013 22:29:08
Original commit files touched by this commit  6.2.p2,1
bdrewery search for other commits by this committer
Mark BROKEN as I have received 2 separate reports
of crashing.
17 May 2013 19:47:35
Original commit files touched by this commit  6.2.p2,1
bdrewery search for other commits by this committer
- Update to 6.2p2

- The LPK patch has been updated but is obsolete, deprecated and
  untested. It has been replaced by AuthorizedKeysCommand
- The upstream HPN's last update was for 6.1 and is mostly
  abandoned. The patch has had bugs since 5.9. I have reworked
  it and split into into HPN and AES_THREADED options. The
  debugging/logging part of the patch is incomplete. I may
  change the patch to more closely match our base version
  eventually.
- The KERB_GSSAPI option has been removed as the patch has not
  been updated by upstream since 5.7
- sshd VersionAddendum is currently not working as intended;
  it will be fixed later to allow removing the port/pkg version.
- Update our patchset to match latest base version
(Only the first 15 lines of the commit message are shown above View all of this commit message)
17 May 2013 14:36:34
Original commit files touched by this commit  5.8.p2_5,1
bdrewery search for other commits by this committer
- Bring in r199804 and r206397 from base to avoid killing sshd in
  high-pressure swapping environments
17 May 2013 14:16:10
Original commit files touched by this commit  5.8.p2_5,1
bdrewery search for other commits by this committer
- Remove copyright as it was a base customization that was removed in
  base r213250
17 May 2013 13:56:29
Original commit files touched by this commit  5.8.p2_5,1
bdrewery search for other commits by this committer
- Remove CHROOT option and patch. ChrootDirectory was added in 5.0
  to achieve the same thing.
02 May 2013 02:03:09
Original commit files touched by this commit  5.8.p2_5,1
bdrewery search for other commits by this committer
Fix xauth and ssh-askpass still being expected in /usr/X11R6

This was fixed in base in 2007 in r169966
30 Apr 2013 13:13:49
Original commit files touched by this commit  5.8.p2_4,1
bdrewery search for other commits by this committer
- Add support for base and port Heimdal for Kerberos

PR:		ports/167554
Requested by:	Volodymyr Kostyrko <c.kworr@gmail.com>
17 Apr 2013 00:35:32
Original commit files touched by this commit  5.8.p2_4,1
bdrewery search for other commits by this committer
- Remove compatibiliy for FreeBSD <4.x
  * /var/empty has been in hier(7) since 4.x
  * User sshd has been in base since 4.x
  * Simplify a patch for realhostname_sa(3) usage
- Remove SUID_SSH - It was removed from ssh in 2002
- Fix 'make test'
- Add some hints into the patches on where they came from
- Mirror all patches
- Move LPK patch out of files/
- Remove the need for 2 patches
  * Removal of 'host-key check-config' in install phase
  * Adding -lutil
- Add SCTP support [1]
- Remove FILECONTROL as it has not been supported since the 5.8
  update
- Replace tab with space pkg-descr
- Remove default WRKSRC
- Add 'configtest' command to rc script
- Mark X509 broken with other patches due to PATCH_DIST_STRIP=-p1

PR:		ports/174570 [1]
Submitted by:	oleg <proler@gmail.com> [1]
Obtained from:	https://bugzilla.mindrot.org/show_bug.cgi?id=2016 (upstream) [1]
Feature safe:	yes
08 Feb 2013 00:03:19
Original commit files touched by this commit  5.8.p2_4,1
bdrewery search for other commits by this committer
- Fix runtime crash on CURRENT due to import of NetBSD strnvis() [1]
  which differs in prototype from OpenBSD strnvis() [2]

[1] http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.html
[2] http://gnats.netbsd.org/44977

Submitted by:	dim
01 Feb 2013 15:04:01
Original commit files touched by this commit  5.8.p2_3,1
ak search for other commits by this committer
- Fix all cases of 'No newline at end of file' in ports tree

Approved by: portmgr (bapt)
05 Dec 2012 22:32:30
Original commit files touched by this commit  5.8.p2_3,1
bdrewery search for other commits by this committer
- Update mirror site for HPN patch

Feature safe:	yes
29 Oct 2012 15:08:31
Original commit files touched by this commit  5.8.p2_3,1
bdrewery search for other commits by this committer
- Take maintainership

Feature safe:	yes
13 Oct 2012 17:13:34
Original commit files touched by this commit  5.8.p2_3,1
eadler search for other commits by this committer
Convert to OptionsNG
Trim Headers

PR:	ports/172429
Submitted by:	Michael Gmelin <freebsd@grem.de>
Feature safe:	yes
05 Aug 2012 23:05:24
Original commit files touched by this commit  5.8.p2_3,1
dougb search for other commits by this committer
When installing in the base, USE_RCORDER does the right thing without
all the gymnastics
24 Jun 2012 22:49:52
Original commit files touched by this commit  5.8.p2_3,1
dougb search for other commits by this committer
Add KEYWORD: shutdown
Simplify some code
Fix an error message
24 Jun 2012 17:51:21
Original commit files touched by this commit  5.8.p2_3,1
sunpoet search for other commits by this committer
- Fix ECDSA key generation in openssh rc.d script
- Bump PORTREVISION for package change

Submitted by:   J. Hellenthal <jhellenthal@dataix.net>
13 Jun 2012 03:02:04
Original commit files touched by this commit  5.8.p2_2,1
eadler search for other commits by this committer
Change HPN patch mirror location to one that works

PR:             ports/168306
Submitted by:   "Bryan Drewery" <bryan@shatow.net>
01 May 2012 09:56:31
Original commit files touched by this commit  5.8.p2_2,1
sunpoet search for other commits by this committer
- Reset maintainership

PR:             ports/167423
Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
28 Mar 2012 18:04:42
Original commit files touched by this commit  5.8.p2_2,1
scheidell search for other commits by this committer
- Perl only needed to build, not needed to run. remove PERL5_RUN from Makefile
- Bump PORTREVISION

PR:             ports/166413
Submitted by:   Gleb Smirnoff <glebius@cell.glebius.int.ru>
Approved by:    Grzegorz Blach <magik@roorback.net> (maintainer)
Feature safe:   yes
14 Jan 2012 08:57:23
Original commit files touched by this commit  5.8.p2_1,1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
23 Dec 2011 12:52:28
Original commit files touched by this commit  5.8.p2_1,1
scheidell search for other commits by this committer
- Add USE_PERL5_BUILD

PR:             ports/163414
Submitted by:   portmgr (pav)
Approved by:    gabor (mentor)
23 Dec 2011 12:24:23
Original commit files touched by this commit  5.8.p2_1,1
scheidell search for other commits by this committer
- openssh-portable needs perl to build (reported by Gleb Smirnoff via mail)
- add ssh_engine.5 man page when openssh-portable WITH_X509 is turned on
(reported by John Hein via mail)

PR:             ports/163414
Submitted by:   Grzegorz Blach <magik@roorback.net>
Approved by:    gabor (mentor)
21 Oct 2011 16:18:57
Original commit files touched by this commit  5.8.p2,1
flo search for other commits by this committer
- update to 5.8p2 [1]
- fix Kerberos knob [2]
- fix build on 9.0 [3]
- fix deinstall with various knobs [4]
- fix LPK knob [5]

PR:             ports/161818 [1], ports/144597 [2], ports/160389 [3]
                ports/150493, ports/156926 [4], ports/155456 [5]

Submitted by:   "Grzegorz Blach" <magik@roorback.net> [1], [2], [4], [5]
                pluknet [3]
Reported by:    Jonathan <lordsith49@hotmail.com> [2]
                Kevin Thompson <antiduh@csh.rit.edu> [4]
                Alexey Remizov <alexey@remizov.org> [5]
19 Jul 2011 02:05:33
Original commit files touched by this commit  5.2.p1_4,1
stephen search for other commits by this committer
- Maintainer to magik@roorback.net

Approved by:    maho (mentor) and magik@roorback.net
13 Jul 2011 21:47:05
Original commit files touched by this commit  5.2.p1_4,1
stephen search for other commits by this committer
- Add VersionAddendum support.
- Bump portrevision.

PR:             ports/142824
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Approved by:    gabor (mentor)
03 Jul 2011 14:03:52
Original commit files touched by this commit  5.2.p1_3,1
ohauer search for other commits by this committer
-remove MD5
11 Mar 2011 17:11:08
Original commit files touched by this commit  5.2.p1_3,1
skv search for other commits by this committer
Unbreak build with LPK option (broken after commit 1.674 in bsd.port.mk).
27 Dec 2010 09:58:51
Original commit files touched by this commit  5.2.p1_3,1
ale search for other commits by this committer
Remove OpenSC support. This port should be updated to support PKCS#11.
21 Nov 2010 23:48:49
Original commit files touched by this commit  5.2.p1_3,1
rene search for other commits by this committer
- Fix optional dependency on security/heimdal
- Bump PORTREVISION
PR:             ports/152029
Submitted by:   Joerg Pulz [Joerg.Pulz frm2.tum.de]
Approved by:    Ryan Steinmetz <rpsfa@rit.edu> (maintainer of net/freeradius*)
                girgen (maintainer of databases/postgresql*-server,
                        14 day timeout)
31 Aug 2010 02:46:44
Original commit files touched by this commit  5.2.p1_2,1
pgollucci search for other commits by this committer
Add the sftpfilecontrol patch as an OPTION (WITH_FILECONTROL)
See http://sftpfilecontrol.sourceforge.net/  for details.

PR:             ports/146338
Submitted by:   Steve Wills <steve@mouf.net>
22 Aug 2010 23:20:17
Original commit files touched by this commit  5.2.p1_2,1
linimon search for other commits by this committer
Reset dindin@dindin.ru due to maintainer-timeout and no response to email.

Hat:            portmgr
04 May 2010 09:14:22
Original commit files touched by this commit  5.2.p1_2,1
pav search for other commits by this committer
- Annotate the combination of X509 and KERB_GSSAPI patches as broken

PR:             ports/142819
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Approved by:    maintainer timeout (1 month)
18 Apr 2010 21:40:14
Original commit files touched by this commit  5.2.p1_2,1
erwin search for other commits by this committer
Mark BROKEN on 9.x: does not build
27 Mar 2010 06:14:03
Original commit files touched by this commit  5.2.p1_2,1
dougb search for other commits by this committer
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
27 Mar 2010 00:15:24
Original commit files touched by this commit  5.2.p1_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
16 Dec 2009 16:43:21
Original commit files touched by this commit  5.2.p1_2,1
amdmi3 search for other commits by this committer
- Remove BROKEN on 8.x WITH_KERBEROS case. Builds fine on 8.0 and 9.0, i386 and
amd64
- While here, fix minor plist issue for WITH_X509 case

PR:             141679
Submitted by:   Denis Barov <dindin@dindin.ru> (maintainer)
02 Nov 2009 08:08:46
Original commit files touched by this commit  5.2.p1_2,1
lioux search for other commits by this committer
- Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.
- The port links fine otherwise.
30 Sep 2009 21:09:06
Original commit files touched by this commit  5.2.p1_2,1
pav search for other commits by this committer
- Mark BROKEN on 8.X with Kerberos - does not link

Reported by:    pointyhat
23 Sep 2009 18:44:47
Original commit files touched by this commit  5.2.p1_2,1
pav search for other commits by this committer
- Revert USE_RC_SUBR change from last commit, it breaks OVERWRITE_BASE
- Add a hint to pkg-message about running this together with base sshd

PR:             ports/138943
Submitted by:   Denis Barov <dindin@yandex-team.ru> (maintainer)
Feature safe:   yes
18 Sep 2009 14:05:52
Original commit files touched by this commit  5.2.p1_2,1
pav search for other commits by this committer
- Unbreak KERBEROS option
- Add option for OpenBSD support
- Fix crash in sftp listing

PR:             ports/138409 (cumulative patch)
Submitted by:   Denis Barov <dindin@dindin.ru> (maintainer)
Feature safe:   yes
08 Aug 2009 07:13:50
Original commit files touched by this commit  5.2.p1_1,1
pav search for other commits by this committer
- Mark BROKEN on 8.X: does not link

Reported by:    pointyhat
27 Jun 2009 14:52:57
Original commit files touched by this commit  5.2.p1_1,1
nork search for other commits by this committer
Fix build error WITH_HPN.

PR:                     ports/135407
Submitted by:           maintainer implicit (already submitted)
Pointy hat to:          pgollucci
23 Jun 2009 17:15:33
Original commit files touched by this commit  5.2.p1_1,1
pgollucci search for other commits by this committer
- Fix the previous commit
  The patch file names for LPK were not updated completely in the Makefile

PR:             ports/135968
Submitted by:   Konstantin Kukushkin <dark@rambler-co.ru>
Approved by:    maintainer (implicit, shouyld have been in previous patch)
21 Jun 2009 20:36:15
Original commit files touched by this commit  5.2.p1_1,1
pgollucci search for other commits by this committer
- security/openssh-portable: update HPN and LPK patches to newer versions
- still broken on -CURRENT

PR:             ports/135407
Submitted by:   Denis Barov <dindin@dindin.ru> (maintainer)
19 May 2009 10:13:28
Original commit files touched by this commit  5.2.p1_1,1
osa search for other commits by this committer
Fix build with WITH_LPK support for amd64 by change extra patches order.
Do not bump PORTREVISION.

Submitted by:   Fedor Dikarev aka fe at rambler dash co dot ru
Spotted by:     maxim
Approved by:    maintainer unavailable, i.e.
                $ whois dindin.ru | grep ^state
                state:      REGISTERED, NOT DELEGATED
PR:             amd64/134706
17 May 2009 03:00:11
Original commit files touched by this commit  5.2.p1_1,1
nork search for other commits by this committer
Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.

Approved by:    pav
15 May 2009 11:00:28
Original commit files touched by this commit  5.2.p1,1
pav search for other commits by this committer
- Update to 5.2p1
- Assign maintainership to the submitter

PR:             ports/134160
Submitted by:   Denis Barov <dindin@dindin.ru>
22 Apr 2009 06:01:40
Original commit files touched by this commit  5.1.p1,1
sumikawa search for other commits by this committer
Fix several problems with OPENSSH_OVERWRITE_BASE=1.
- Empty dir handling
- rc.d installation
- prefix modification in manuals

From:           Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
PR:             ports/133412
24 Mar 2009 17:41:44
Original commit files touched by this commit  5.1.p1,1
pav search for other commits by this committer
- Reset long-term inactive maintainer
24 Mar 2009 17:41:06
Original commit files touched by this commit  5.1.p1,1
pav search for other commits by this committer
- Integrate x509 certificate patch (optional, default off) from
http://www.roumenpetrov.info/openssh/

PR:             ports/121438
Submitted by:   Dirk-Willem van Gulik <dirkx@webweaving.org>
Approved by:    maintainer timeout (mnag; 1 year)
24 Mar 2009 17:33:41
Original commit files touched by this commit  5.1.p1,1
pav search for other commits by this committer
- Add vendor patch for lpk patch that fixes runtime on amd64

PR:             ports/129092
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:    maintainer timeout (mnag; 4 months)
24 Mar 2009 17:26:18
Original commit files touched by this commit  5.1.p1,1
pav search for other commits by this committer
- Update to 5.1p1

PR:             ports/128679
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:    maintainer timeout (mnag; 4 months)
11 Nov 2008 13:03:40
Original commit files touched by this commit  5.0.p1,1
skv search for other commits by this committer
Fix rootless build.

PR:             ports/126164
Submitted by:   skv
Approved by:    maintainer timeout (> 3 months)
21 Aug 2008 06:18:49
Original commit files touched by this commit  5.0.p1,1
rafan search for other commits by this committer
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)
22 Jun 2008 19:26:07
Original commit files touched by this commit  5.0.p1,1
pav search for other commits by this committer
- Mark BROKEN after recent kerberos update
19 Apr 2008 13:46:25
Original commit files touched by this commit  5.0.p1,1
mnag search for other commits by this committer
- 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]
16 Jan 2008 13:09:00
Original commit files touched by this commit  4.7.p1_1,1
mnag search for other commits by this committer
- Update HPN patch to hpn12v20
- Bump PORTREVISION

Submitted by:   Ollivier Robert <roberto__keltia.freenix.fr>
05 Oct 2007 12:41:26
Original commit files touched by this commit  4.7.p1,1
mnag search for other commits by this committer
- Update gsskex patch to 20070927
- Update HPN patch to hpn12v19 [1]

Notified by:    ale [1]
04 Oct 2007 06:00:24
Original commit files touched by this commit  4.7.p1,1
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
14 Sep 2007 01:32:25
Original commit files touched by this commit  4.7.p1,1
mnag search for other commits by this committer
- Update MD5/SHA256 of openssh hpn patch. This patch are rerolled to update
version:

--- openssh-4.7p1-hpn12v18.diff 2007-09-13 17:11:05.000000000 -0300
+++ /usr/ports/distfiles/openssh-4.7p1-hpn12v18.diff    2007-09-05
18:13:03.000000000 -0300
@@ -1580,5 +1580,5 @@

  #define SSH_PORTABLE  "p1"
 -#define SSH_RELEASE   SSH_VERSION SSH_PORTABLE
-+#define SSH_HPN         "-hpn12v18"
++#define SSH_HPN         "-hpn12v17"
 +#define SSH_RELEASE   SSH_VERSION SSH_PORTABLE SSH_HPN

Reported by:    Tsurutani Naoki <turutani___scphys.kyoto-u.ac.jp>
08 Sep 2007 01:18:31
Original commit files touched by this commit  4.7.p1,1
mnag search for other commits by this committer
- Update to 4.7p1
- Update HPN patch to 4.7p1-hpn12v18
- Mark as BROKEN WITH_KERB_GSSAPI while developer release a new patch
30 Aug 2007 15:40:39
Original commit files touched by this commit  4.6.p1_1,1
mnag search for other commits by this committer
- 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]
23 Jul 2007 09:36:52
Original commit files touched by this commit  4.6.p1,1
rafan search for other commits by this committer
- 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
12 Mar 2007 22:13:18
Original commit files touched by this commit  4.6.p1,1
mnag search for other commits by this committer
- Update OpenSSH to 4.6p1
- Update GSSKEX patch to 20061220
- Update HPN patch to hpn12v16
- Update LPK patch to 0.3.8
06 Feb 2007 11:49:46
Original commit files touched by this commit  4.5.p1,1
rafan search for other commits by this committer
- Use RC_SUBR_SUFFIX

Approved by:    mnag (maintainer)
17 Nov 2006 18:58:43
Original commit files touched by this commit  4.5.p1,1
ale search for other commits by this committer
Update HPN patch to v14 for openssh 4.5p1.

Approved by:    mnag
10 Nov 2006 14:28:42
Original commit files touched by this commit  4.5.p1,1
mnag search for other commits by this committer
- Fix CHROOT patch using chroot() before setusercontext() and add strerror() in
message if chroot() fail.

Notified by:    Chris Gardner <chris_g_g___hotmail.com>
10 Nov 2006 13:11:49
Original commit files touched by this commit  4.5.p1,1
mnag search for other commits by this committer
- 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]
17 Oct 2006 13:27:18
Original commit files touched by this commit  4.4.p1_1,1
mnag search for other commits by this committer
- 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)
07 Oct 2006 21:06:55
Original commit files touched by this commit  4.4.p1_1,1
mnag search for other commits by this committer
- 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]
04 Oct 2006 13:53:54
Original commit files touched by this commit  4.4.p1_1,1
mnag search for other commits by this committer
- 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]
01 Oct 2006 19:37:54
Original commit files touched by this commit  4.4.p1,1
mnag search for other commits by this committer
- Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.
01 Oct 2006 02:15:01
Original commit files touched by this commit  4.4.p1,1
mnag search for other commits by this committer
- 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
29 Aug 2006 19:47:07
Original commit files touched by this commit  4.3.p2_1,1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Update HPN-12 patch to version 8 (no functional changes,
only documentation changes and a small bug fix on option parsing).

Approved by:    mnag
09 Aug 2006 12:49:15
Original commit files touched by this commit  4.3.p2_1,1
 This port version is marked as vulnerable.
simon search for other commits by this committer
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
04 Jul 2006 20:10:25
Original commit files touched by this commit  4.3.p2_1,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- 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]
12 Jun 2006 16:56:35
Original commit files touched by this commit  4.3.p2_1,1
 This port version is marked as vulnerable.
ale search for other commits by this committer
Add support for smart cards.

Approved by:    maintainer
21 Feb 2006 19:28:37
Original commit files touched by this commit  4.3.p2_1,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- 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]
11 Feb 2006 23:59:28
Original commit files touched by this commit  4.3.p2,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Forget to add HPN patches.
11 Feb 2006 23:55:26
Original commit files touched by this commit  4.3.p2,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Update to 4.3p2
07 Feb 2006 20:07:54
Original commit files touched by this commit  4.3.p1,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- 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
07 Feb 2006 20:04:25
Original commit files touched by this commit  4.2.0.0,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Reorganize Makefile in preparation to update to 4.3p1
- Add one http in MASTER_SITES
- Update WWW
09 Nov 2005 02:32:50
Original commit files touched by this commit  4.2.0.0,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Add SHA256
16 Sep 2005 17:58:32
Original commit files touched by this commit  4.2.0.0,1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
Update my email

Approved by: pav (mentor)
06 Sep 2005 12:36:30
Original commit files touched by this commit  4.2.0.0,1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Pass maintainership to submitter, since he sent the last patch.

PR:             ports/85775
Submitted by:   Marcus Alves Grando <marcus@corp.grupos.com.br>
01 Sep 2005 19:24:36
Original commit files touched by this commit  4.2.0.0,1
 This port version is marked as vulnerable.
garga search for other commits by this committer
- Update to 4.2p1

PR:             ports/85578
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
06 Jun 2005 19:09:04
Original commit files touched by this commit  4.1.0.1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Update to 4.1p1

PR:             ports/81948
Submitted by:   Daniel Gerzo <danger@rulez.sk>
11 Apr 2005 21:31:07
Original commit files touched by this commit  4.0.0.1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Don't specify --with-ssl-dir when using the system's OpenSSL

PR:             ports/79355
Submitted by:   Mark Andrews <Mark_Andrews@isc.org>
20 Mar 2005 01:00:03
Original commit files touched by this commit  4.0.0.1,1
 This port version is marked as vulnerable.
ahze search for other commits by this committer
- Update to 4.0p1

PR:             ports/79029
Submitted by:   Dimitry Andric <dimitry@andric.com>
18 Dec 2004 19:16:09
Original commit files touched by this commit  3.9.0.1,1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- sshd child process crashes when user with expired password logs in.
  Fix unitialized pointer in our local patch.

PR:             ports/75204
Submitted by:   Andriy Gapon <avg@icyb.net.ua>
14 Oct 2004 05:26:27
Original commit files touched by this commit  3.9.0.1,1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- drop maintainership
12 Oct 2004 04:43:52
Original commit files touched by this commit  3.9.0.1,1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- new option WITH_OPENSSH_CHROOT
Submitted by:   KANAI Makoto
12 Oct 2004 04:42:53
Original commit files touched by this commit  3.9.0.1,1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- cleanup patches
(only context changed)
18 Aug 2004 11:35:53
Original commit files touched by this commit  3.9.0.1,1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- 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
29 Apr 2004 03:48:57
Original commit files touched by this commit  3.8.1p1,1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- bump PORTEPOCH
Reported by kriS
29 Apr 2004 03:04:27
Original commit files touched by this commit  3.8.1p1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- update to 3.8.1p1
03 Apr 2004 05:18:29
Original commit files touched by this commit  3.8p1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- force kerberos by option WITH_GSSAPI
26 Mar 2004 19:56:42
Original commit files touched by this commit  3.8p1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- make PKGNAMESUFFIX more flexible
26 Feb 2004 05:47:07
Original commit files touched by this commit  3.8p1
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- add SIZE

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

1 | 2 | 3  »  

286f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24539
Broken 216
Deprecated 478
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days31
new fortnight62
new month216

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0