2015-07-10 09:00:29 by David Sainty | Files touched by this commit (1) |
Log message:
Remove dangling stale hash for patch-sshconnect.c
|
2015-07-09 18:14:24 by Takahiro Kambe | Files touched by this commit (27) |
Log message:
Update openssh to 6.9.1 (OpenSSH 6.9p1) which contains security fix.
pkgsrc change:
* tcp_wrappers support was removed from release 6.7, but add it refering
FreeBSD's ports.
* hpn-patch is also based on FreeBSD's ports.
Security
--------
* ssh(1): when forwarding X11 connections with ForwardX11Trusted=no,
connections made after ForwardX11Timeout expired could be permitted
and no longer subject to XSECURITY restrictions because of an
ineffective timeout check in ssh(1) coupled with "fail open"
behaviour in the X11 server when clients attempted connections with
expired credentials. This problem was reported by Jann Horn.
* ssh-agent(1): fix weakness of agent locking (ssh-add -x) to
password guessing by implementing an increasing failure delay,
storing a salted hash of the password rather than the password
itself and using a timing-safe comparison function for verifying
unlock attempts. This problem was reported by Ryan Castellucci.
For more information, please refer release announce.
http://www.openssh.com/txt/release-6.9
http://www.openssh.com/txt/release-6.8
http://www.openssh.com/txt/release-6.7
|
2015-07-04 18:18:44 by Joerg Sonnenberger | Files touched by this commit (222) |
Log message:
Remove USE_X11BASE and X11PREFIX.
|
2015-07-04 10:07:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Disable stripping on Darwin.
Fixes "dyld: Symbol not found: _allow_severity".
From Andreas Kusalananda Kähäri on pkgsrc-users.
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-05-16 16:43:02 by Sevan Janiyan | Files touched by this commit (3) |
Log message:
Use the correct buffer when calling strlen
http://www.openwall.com/lists/oss-security/2015/05/16/3
Reviewed by wiz@
|
2015-03-20 23:41:19 by Blue Rats | Files touched by this commit (2) |
Log message:
Fix build on FreeBSD. Approved by gdt@.
|
2015-03-20 03:34:32 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Restore hpn-patch delated DISTFIELS.
|
2015-03-19 21:23:55 by Matthias Scheler | Files touched by this commit (4) |
Log message:
Add patch from MacPorts to fix X11 forwarding under Mac OS X Yosemite.
|
2015-02-16 12:03:20 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
Put back implementation of MASTER_SITE_OPENBSD.
|