diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2008-04-17 00:00:54 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2008-04-17 00:00:54 +0000 |
| commit | f5f3db0e5a6d6972fdcfb14d64508ca2feaa2ead (patch) | |
| tree | 728db4a377568c32e84769fee265b2b9e9607da9 /sys | |
| parent | a3287dcbb9906efb2b0db7880b99b22e377c82cb (diff) | |
Fix logic error in sshd(8) concerning the handling of failedreleng/6.1
attempts to bind ports for X11 forwarding.
Security: FreeBSD-SA-08:05.openssh
Approved by: so (cperciva)
Notes
Notes:
svn path=/releng/6.1/; revision=178263
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d78740abaeb4..49b131a1bb8f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="6.1" -BRANCH="RELEASE-p23" +BRANCH="RELEASE-p24" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
