notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: security/ssh2/Makefile

Number of commits found: 33

Friday, 15 Oct 2010
17:40 garga search for other commits by this committer
Remove expired ports

2010-10-15 security/ssh2: abandoned upstream
2010-10-15 security/ssh2-nox11: abandoned upstream
Original commit
Wednesday, 15 Sep 2010
18:07 marius search for other commits by this committer
Mark DEPRECATED: abandoned upstream.

Approved by:    netchild
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 28 Aug 2006
00:03 marius search for other commits by this committer
- Cast the arguments of ssh_conn_send_channel_data_type() and
  ssh_encode_{array_alloc,buffer}() calls as appropriate in order to
  fix argument size problems on 64-bit platforms and that manifest
  themselves on amd64 and ia64. [1]
- Allow the tcsetattr(3) calls in ssh_rl_{restore,set}_tty_modes_for_fd()
  to be interrupted by signal. This fixes occasional problems when
  connecting to a host for the first time.
- Use the base zlib instead of the one shipping with SSH; although the
  latter has an enhancement allowing a minor SSH-specific optimization,
  using the base one has the benefit of not needing to track security
  vulnerabilities of zlib in this port (SSH 3.2.9.1 ships with zlib
  1.1.4 which is not know to be vulnerable though).
- Try to make the description of the WITHOUT_X11 option of the port
  Makefile to be more sentence-like.

PR:             98016 [1]
Approved by:    netchild
Obtained from:  NetBSD [1]
Original commit
Saturday, 4 Mar 2006
17:36 marius search for other commits by this committer
Add a patch which fixes a format string vulnerability in the SFTP server.

Submitted by:   Jarkko Santala <jake@iki.fi>
Approved by:    portmgr (erwin)
Security:      
http://vuxml.freebsd.org/594ad3c5-a39b-11da-926c-0800209adf0e.html
Original commit
Sunday, 19 Feb 2006
22:56 marius search for other commits by this committer
- Switch to a rc.d startup script.
- Move the generation of the host key (if not present) from the package/
  port installation to the startup script in order to be in line with
  what the base OpenSSH and the OpenSSH-portable port do.
- Flush stdout when updating the transfer progress bar of sftp2 and scp2
  so the info displayed is up to date. [1]
- Remove obsolete USE_REINPLACE, remove trailing white space in Makefile.

PR:             91262 [1]
Approved by:    netchild
Original commit
Thursday, 6 Oct 2005
22:59 linimon search for other commits by this committer
Remove obsolete mastersites.

Source:         distfile survey
Approved by:    maintainer
Original commit
Friday, 23 Jul 2004
19:10 anholt search for other commits by this committer
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
  and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:             ports/68763
Approved by:    portmgr (marcus)
Approved by:    re (scottl)
Original commit
Thursday, 22 Apr 2004
20:56 netchild search for other commits by this committer
- Register dependency on x11/XFree86-4-clients for xauth(1).
- Make configure explicitly look in X11BASE/bin for xauth(1) in order to
  also catch non-standard locations.

Submitted by:   maintainer (marius)
Approved by:    portmgr (marcus)
Original commit
Tuesday, 20 Apr 2004
13:49 netchild search for other commits by this committer
Use the @FreeBSD.org address of the maintainer.

Approved by:    marius
Original commit
12:53 netchild search for other commits by this committer
- Display the available build knobs via a pre-everything target.
- Remove the autodetection for X11 support and the WITH_X11 knob, instead
  always build with X11 support and add a WITHOUT_X11 knob. Together with
  an additional ssh2-nox11 slave port this allows easier handling of these
  two variants and to have pre-compiled packages for both (ssh2 with X11
  support depends on X11 libraries).

Submitted by:   maintainer (marius)
Original commit
Sunday, 25 Jan 2004
09:58 netchild search for other commits by this committer
---snip---
Improve Kerberos support in ssh2:
- Change the WITH_KERBEROS knob into a WITHOUT_KERBEROS knob so kerberized
  ssh2 automatically is built when MIT Kerberos is installed, unless the
  WITHOUT_KERBEROS knob is defined.
- Check for a library unique to MIT Kerberos to make sure it's not Heimdal
  that KRB5_HOME accidentally points to.
- Add dependency on security/krb5 when built with Kerberos support.
- When compiled with Kerberos support also turn it on by default in client
  and server config files and set "PermitRootLogin" to "nopwd" to only allow
  those with root tickets declared in ~root/.k5login" to login as root. [1]

Ssh2 now should work out of the box in an environment using MIT Kerberos.

Submitted by:   Peter Losher <Peter_Losher@isc.org> [1] (kerberos-patch-*)
Tested by:      Peter Losher <Peter_Losher@isc.org>
---snip---

Submitted by:                                   maintainer
Strange commit log formatting to prevent
ambiguous "Submitted by" lines by:              committer
Original commit
Sunday, 4 Jan 2004
14:03 netchild search for other commits by this committer
HEADS-UP: Traditionally this port automatically installs a start-up script for
          sshd2 unless it detects an entry for ssh in /etc/inetd.conf. As there
          are three ways to automatically start sshd2 and /etc/rc.conf is the
          simplest one (at least on FreeBSD 4, with rcNG once /etc/rc.d/sshd is
          fixed to not be tailored to the base sshd) this version of the port
          is the last one to do so. Beginning with next version it will only
          install a sample start-up script. To prevent foot shooting when
          updating to the next version this port won't remove an existing
          start-up scripting on deinstall. Please see also the pkg-message that
          gets displayed on installation.

- Update to 3.2.9.1. This is _not_ a security update. For the non-commercial
  version the only change worth mentioning since 3.2.5 is the addition of the
  config option "DisableVersionFallback", see sshd2_config(5) for further
  details.
- Use sites from the official list of mirrors for MASTER_SITES.
- Adjust COMMENT to justify why this port is security/ssh2, not security/ssh3.
- Revise list of installed documentation. No longer install MANIFEST (list of
  source files) and INSTALL, install RFCs referenced in sshd2_config(5) and
  HOWTO.anonymous.sftp (patched to better fit FreeBSD).
- Remove WITH_STATIC_SFTP knob. Using the internal sftp-server instead of the
  external (static) one is much simpler to set up and maintain (using the
  external one requires to install a copy of it in the home directory of the
  anonymous sftp user which has to be manually updated when installing a newer
  version of the port).
- Remove WITHOUT_TCPWRAP knob, libwarp is part of FreeBSD since 3.2.
- Install examples scripts for the ExternalAuthorizationProgram and
  AuthKbdInt.Plugin config options in EXAMPLESDIR. See sshd2_config(5) for
  further information.
- Replace references to /etc/ssh2/* in config files with PREFIX/etc/ssh2/*.
- Add a pkg-message displaying the different methods to automatically start
  sshd2.
- Switch to the start-up script for Solaris which is part of the tarball, it
  handles the name of the pidfile better.
- Fix detection of X11 headers, this enables compilation with support for X11
  SECURITY extension. See TrustX11Applications in ssh2_config(5) for further
  information.
- Add a test target to the Makefile of the port, the tests seem a bit outdated
  and buggy but it's enough to e.g. do a bit of speed comparison when building
  with different compilers.
- Minor changes and clean-up (sort pkg-plist, don't add /usr/local/lib to
  the library search path when compiling, etc.).

Revive some local modifications lost with the update to 3.1.0:
- Use login_cap(3)/login_class(3) facilities to set environment variables,
  prority and shell, get motd, copyright, hushlogin and nologin, respect
  ignorenologin and requirehome. This changes are roughly based on former
  patch-ah and patch-ai and patches of security/openssh.
- Don't print "No mail.", it's not FreeBSD login style.

Submitted by:   maintainer
Original commit
Friday, 7 Nov 2003
09:28 marcus search for other commits by this committer
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Original commit
Tuesday, 14 Oct 2003
15:47 dinoex search for other commits by this committer
- add CONFLICTS
Submitted by:   eikemeier@fillmore-labs.com
Approved by:    kris
Original commit
Monday, 7 Jul 2003
14:19 netchild search for other commits by this committer
Update to 3.2.5:

        * Fixed a critical security bug with RSA signature
          verification. Mitigating factors: DSA is used by default (not
          vulnerable). Also, the attack requires that attacker has the
          public key and the attacker needs to precompute the signature
          data so, that it looks like a valid PKCS#1 signature. This is a
          non-trivial task to perform without the private
          key. Nonetheless, all users should update their servers and
          clients as soon as convenient. Workarounds are to not use RSA
          keys as host keys (though connecting to existing hosts with RSA
          hostkeys poses a serious risk with a vulnerable client), and
          disabling publickey authentication. Update your clients and
          servers.

 Update MASTER_SITES, remove sites that are down or no langer carry ssh2
  and add some new.
- Turn Kerberos and group writeability support into knobs so one hasn't to
  edit the Makefile.
- Remove dependency on security/tcp_wrapper for tcp-wrapper support on
  systems < FreeBSD 4.0, that port is no longer persistent.
- Fix pkg-plist for WITH_STATIC_SFTP case.
- Replace referneces to /etc/ssh2/* in man pages with references to
  PREFIX/etc/ssh2/* in order to better fit for FreeBSD.
- Replace "$(ETCDIR)" in ssh_dummy_shell.out with PREFIX/etc.
- Remove duplicated mechanism for generating the host key if an old one isn't
  found in the post-install target in the Makefile of the port, this is
  already done by the generate-host-key target in WRKSRC/apps/ssh/Makefile.
- Fix differences between the install action done when installing the
  package versus installing the port. I.e. make the package create the host
  key with what ever bits ssh-keygen2 defaults to (currently 2048) instead
  of 1024 bits, copy over the configuration files for ssh2 and sshd2 from
  the examples if not already existent and create the directories for the
  global host keys and known hosts files.
- Add some foo to pkg-plist to remove as much as possible from PREFIX/etc/ssh2,
  i.e. configuration files that don't differ from the corresponding examples
  and empty directories. Inform the user to remove what's left over if any.
- Use _PATH_STDPATH instead of _PATH_DEFPATH so that the default PATH gets
  set to "/usr/bin:/bin:/usr/sbin:/sbin:PREFIX/bin" instead of
  "/usr/bin:/bin:PREFIX/bin". Using _PATH_STDPATH is consistent with OpenSSH
  and seems more usefull. One might want to patch ssh2 to also use login_cap(3)
  so that e.g. PATH gets picked up from whatever is defined in /etc/login.conf.
- Change MAINTAINER.
- Replace "share/doc/ssh2" with %%DATADIR%% in pkg-plist.

Submitted by:   Marius Strobl <marius@alchemy.franken.de>
Approved by:    maintainer
Original commit
Sunday, 23 Feb 2003
22:39 edwin search for other commits by this committer
Update port: security/ssh2 3.2.2 -> 3.2.3

PR:             ports/48542
Submitted by:   Lars Eggert <larse@isi.edu>
Original commit
Friday, 21 Feb 2003
13:26 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 2 Jan 2003
19:35 ijliao search for other commits by this committer
1.)     If WITH_STATIC_SFTP is defined, ssh-chrootmgr works.
2.)     If libX11.a exists and xauth not, the build of ssh2 fails. This
        patch fix this.
3.)     ssh2/files/sshd.sh looks for the wrong pid file in /var/run.
        This patch fix this and adds 2> /dev/null to the sshd2 startup

PR:             46012
Submitted by:   maintainer
Original commit
18:30 ijliao search for other commits by this committer
upgrade to 3.2.2

PR:             45876
Submitted by:   maintainer
Original commit
Tuesday, 18 Jun 2002
23:45 pat search for other commits by this committer
Update to 3.2.0

PR:             39491
Submitted by:   maintainer
Original commit
Tuesday, 28 May 2002
21:28 petef search for other commits by this committer
Update to 3.1.2 which fixes a recent security problem described at:
http://www.ssh.com/products/ssh/advisories/authentication.cfm

PR:             38592
Submitted by:   maintainer
Original commit
Friday, 17 May 2002
09:33 sada search for other commits by this committer
Oops, ".include <bsd.port.pre.mk>" line must be placed here.
Original commit
09:20 sada search for other commits by this committer
Install default config files as *.sample instead of overwriting existing ones.
Note:   The PR includes diffs to cope with WITHOUT_X11 env,
        but this was already committed by knu-san.
        So I just added CONFIGURE_ARGS line, please verify it.
PR:     ports/35385
Submitted by:   maintainer
Original commit
Tuesday, 2 Apr 2002
04:49 knu search for other commits by this committer
ssh_askpass2 is built only when X11 is installed.  Support
{WITH,WITHOUT}_X11 and detect ${X11BASE}/lib/libX11.a.

Reported by:    bento
Obtained from:  security/ssh (partly)
Original commit
Friday, 22 Feb 2002
02:52 knu search for other commits by this committer
- Update to 3.1.0.    
Original commit
Saturday, 16 Feb 2002
05:32 issei search for other commits by this committer
Remove myself from MAINTAINER    
Original commit
Saturday, 17 Feb 2001
01:40 obrien search for other commits by this committer
Unrestrict to match the ssh port.    
Original commit
Monday, 30 Oct 2000
12:57 steve search for other commits by this committer
Don't install etc/rc.d/sshd.sh if sshd is being started from inetd.conf.    
Original commit
Saturday, 2 Sep 2000
04:56 kris search for other commits by this committer
Upgrade to ssh-2.3.0.    
Original commit
Friday, 2 Jun 2000
04:18 will search for other commits by this committer
Remove redundant/inappropriate CATEGORIES.  People need to start reading   the
Porter's Handbook.  :-)    
Original commit
Monday, 29 May 2000
04:16 steve search for other commits by this committer
Update to version 2.1.0pl2.    
Original commit

Number of commits found: 33