<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/openssh, branch pkgsrc_2010Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2010Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2010Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-06-15T03:11:52Z</updated>
<entry>
<title>Add hpn-patch for OpenSSH 5.5p1.</title>
<updated>2010-06-15T03:11:52Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-06-15T03:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5244c5e970eb2be08b695b3d39b398d855e18da1'/>
<id>urn:sha1:5244c5e970eb2be08b695b3d39b398d855e18da1</id>
<content type='text'>
No PKGREVISION bump since this option never worked
with OpenSSH 5.5p1 before.
</content>
</entry>
<entry>
<title>Updated security/openssh to 5.5.1</title>
<updated>2010-06-11T20:41:41Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2010-06-11T20:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=656d25e2ecc4c367472fcb437296f7a9d8e4cfca'/>
<id>urn:sha1:656d25e2ecc4c367472fcb437296f7a9d8e4cfca</id>
<content type='text'>
Lots of changes, including

 * After a transition period of about 10 years, this release disables
   SSH protocol 1 by default. Clients and servers that need to use the
   legacy protocol must explicitly enable it in ssh_config / sshd_config
   or on the command-line.

 * Remove the libsectok/OpenSC-based smartcard code and add support for
   PKCS#11 tokens. This support is automatically enabled on all
   platforms that support dlopen(3) and was inspired by patches written
   by Alon Bar-Lev. Details in the ssh(1) and ssh-add(1) manpages.

 * Add support for certificate authentication of users and hosts using a
   new, minimal OpenSSH certificate format (not X.509). Certificates
   contain a public key, identity information and some validity
   constraints and are signed with a standard SSH public key using
   ssh-keygen(1). CA keys may be marked as trusted in authorized_keys
   or via a TrustedUserCAKeys option in sshd_config(5) (for user
   authentication), or in known_hosts (for host authentication).

   Documentation for certificate support may be found in ssh-keygen(1),
   sshd(8) and ssh(1) and a description of the protocol extensions in
   PROTOCOL.certkeys.

 * Added a 'netcat mode' to ssh(1): "ssh -W host:port ..." This connects
   stdio on the client to a single port forward on the server. This
   allows, for example, using ssh as a ProxyCommand to route connections
   via intermediate servers. bz#1618
</content>
</entry>
<entry>
<title>remove pacnet mirror. service down.</title>
<updated>2010-04-17T10:39:33Z</updated>
<author>
<name>zafer</name>
<email>zafer</email>
</author>
<published>2010-04-17T10:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aecedc37961e563b6d353ea9cb34f308b11205d1'/>
<id>urn:sha1:aecedc37961e563b6d353ea9cb34f308b11205d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regenerated some of the patches.</title>
<updated>2010-02-19T10:17:33Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2010-02-19T10:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0813887f13a2778fda440eb33345f3123816939f'/>
<id>urn:sha1:0813887f13a2778fda440eb33345f3123816939f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checksum for hpn-patch.</title>
<updated>2010-02-18T16:27:58Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2010-02-18T16:27:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3dac5f29fde3974d2b5e33fe7e95f7c967efe964'/>
<id>urn:sha1:3dac5f29fde3974d2b5e33fe7e95f7c967efe964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated OpenSSH to 5.3.1 (pkg/42635 by Fredrik Pettai)</title>
<updated>2010-02-18T08:04:35Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2010-02-18T08:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4e4307dd1ecaf2b7b8bb9cd2608ad24e380e9067'/>
<id>urn:sha1:4e4307dd1ecaf2b7b8bb9cd2608ad24e380e9067</id>
<content type='text'>
This is a bugfix release, no new features have been added.

Changes since OpenSSH 5.2
=========================

General Bugfixes:

 * Do not limit home directory paths to 256 characters. bz#1615

 * Several minor documentation and correctness fixes.

Portable OpenSSH Bugfixes:

 * This release removes for support for very old versions of Cygwin and
   for Windows 95/98/ME

 * Move the deletion of PAM credentials on logout to after the session
   close. bz#1534

 * Make PrintLastLog work on AIX. bz#1595

 * Avoid compile errors on FreeBSD from conflicts in glob.h. bz#1634

 * Delay dropping of root privileges on AIX so chroot and pam_open_session
   work correctly. bz#1249 and bz#1567

 * Increase client IO buffer on Cygwin to 64K, realising a significant
   performance improvement.

 * Roll back bz#1241 (better handling for expired passwords on Tru64).
   The change broke password logins on some configurations.

 * Accept ENOSYS as a fallback error when attempting atomic
   rename(). bz#1535

 * Fix passing of variables to recursive make(1) invocations on Solaris.
   bz#1505

 * Skip the tcgetattr call on the pty master on Solaris, since it never
   succeeds and can hang if large amounts of data is sent to the slave
   (eg a copy-paste). bz#1528

 * Fix detection of krb5-config. bz#1639

 * Fix test for server-assigned remote forwarding port for non-root users.
   bz#1578

 * Fix detection of libresolv on OSX 10.6.
</content>
</entry>
<entry>
<title>Recursive PKGREVISION bump for jpeg update to 8.</title>
<updated>2010-01-17T12:02:03Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-01-17T12:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9bb9dadbc94dc30e7a42ca58f128db49c80fd684'/>
<id>urn:sha1:9bb9dadbc94dc30e7a42ca58f128db49c80fd684</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update master_sites. remove openbsd.uni-erlangen. out of service since 8/18/09</title>
<updated>2009-09-06T22:36:33Z</updated>
<author>
<name>zafer</name>
<email>zafer</email>
</author>
<published>2009-09-06T22:36:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e85dd84e79576d346025f56d0d8f3d252fddd025'/>
<id>urn:sha1:e85dd84e79576d346025f56d0d8f3d252fddd025</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:13:25Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6283a06320806d59c6022aa307c55bafa60bc38f'/>
<id>urn:sha1:6283a06320806d59c6022aa307c55bafa60bc38f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update openssh package to 5.2.1(5.2p1).</title>
<updated>2009-05-21T03:22:29Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2009-05-21T03:22:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aa8f218855bb1531b9f6158e335960eb9b9a9c3a'/>
<id>urn:sha1:aa8f218855bb1531b9f6158e335960eb9b9a9c3a</id>
<content type='text'>
Changes since OpenSSH 5.1
=========================

Security:

 * This release changes the default cipher order to prefer the AES CTR
   modes and the revised "arcfour256" mode to CBC mode ciphers that are
   susceptible to CPNI-957037 "Plaintext Recovery Attack Against SSH".

 * This release also adds countermeasures to mitigate CPNI-957037-style
   attacks against the SSH protocol's use of CBC-mode ciphers. Upon
   detection of an invalid packet length or Message Authentication
   Code, ssh/sshd will continue reading up to the maximum supported
   packet length rather than immediately terminating the connection.
   This eliminates most of the known differences in behaviour that
   leaked information about the plaintext of injected data which formed
   the basis of this attack. We believe that these attacks are rendered
   infeasible by these changes.

New features:

 * Added a -y option to ssh(1) to force logging to syslog rather than
   stderr, which is useful when running daemonised (ssh -f)

 * The sshd_config(5) ForceCommand directive now accepts commandline
   arguments for the internal-sftp server.

 * The ssh(1) ~C escape commandline now support runtime creation of
   dynamic (-D) port forwards.

 * Support the SOCKS4A protocol in ssh(1) dynamic (-D) forwards.
   (bz#1482)

 * Support remote port forwarding with a listen port of '0'. This
   informs the server that it should dynamically allocate a listen
   port and report it back to the client. (bz#1003)

 * sshd(8) now supports setting PermitEmptyPasswords and
   AllowAgentForwarding in Match blocks

Bug and documentation fixes

 * Repair a ssh(1) crash introduced in openssh-5.1 when the client is
   sent a zero-length banner (bz#1496)

 * Due to interoperability problems with certain
   broken SSH implementations, the eow@openssh.com and
   no-more-sessions@openssh.com protocol extensions are now only sent
   to peers that identify themselves as OpenSSH.

 * Make ssh(1) send the correct channel number for
   SSH2_MSG_CHANNEL_SUCCESS and SSH2_MSG_CHANNEL_FAILURE messages to
   avoid triggering 'Non-public channel' error messages on sshd(8) in
   openssh-5.1.

 * Avoid printing 'Non-public channel' warnings in sshd(8), since the
   ssh(1) has sent incorrect channel numbers since ~2004 (this reverts
   a behaviour introduced in openssh-5.1).

 * Avoid double-free in ssh(1) ~C escape -L handler (bz#1539)

 * Correct fail-on-error behaviour in sftp(1) batchmode for remote
   stat operations. (bz#1541)

 * Disable nonfunctional ssh(1) ~C escape handler in multiplex slave
   connections. (bz#1543)

 * Avoid hang in ssh(1) when attempting to connect to a server that
   has MaxSessions=0 set.

 * Multiple fixes to sshd(8) configuration test (-T) mode

 * Several core and portable OpenSSH bugs fixed: 1380, 1412, 1418,
   1419, 1421, 1490, 1491, 1492, 1514, 1515, 1518, 1520, 1538, 1540

 * Many manual page improvements.
</content>
</entry>
</feed>
