Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2005 15:57:42 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clement@FreeBSD.org
Subject:   ports/90531: [PATCH] security/dropbear: update to 0.47
Message-ID:  <20051217075742.6C131F1@netnews.NCTU.edu.tw>
Resent-Message-ID: <200512170800.jBH80ECw028018@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90531
>Category:       ports
>Synopsis:       [PATCH] security/dropbear: update to 0.47
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 17 08:00:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Sat Dec 10 02:26:21 CST 2005
>Description:
- Dropbear server versions prior to 0.47 have a buffer sizing error
  that may allow authenticated users to run code as the server user
  (usually root).
- Add SHA256.

Port maintainer (clement@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- dropbear-0.47.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/dropbear/Makefile /home/staff/gslin/work/dropbear/Makefile
--- /usr/ports/security/dropbear/Makefile	Mon Jul 11 03:52:15 2005
+++ /home/staff/gslin/work/dropbear/Makefile	Sat Dec 17 15:49:53 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dropbear
-PORTVERSION=	0.46
+PORTVERSION=	0.47
 CATEGORIES=	security ipv6
 MASTER_SITES=	http://matt.ucc.asn.au/dropbear/releases/
 
diff -ruN --exclude=CVS /usr/ports/security/dropbear/distinfo /home/staff/gslin/work/dropbear/distinfo
--- /usr/ports/security/dropbear/distinfo	Mon Jul 11 03:52:15 2005
+++ /home/staff/gslin/work/dropbear/distinfo	Sat Dec 17 15:50:29 2005
@@ -1,2 +1,3 @@
-MD5 (dropbear-0.46.tar.gz) = 3c6daae8f45dce5c838ab3df81c4b5f9
-SIZE (dropbear-0.46.tar.gz) = 1603118
+MD5 (dropbear-0.47.tar.gz) = 49a72d314592438eb0e56e85a3517ab1
+SHA256 (dropbear-0.47.tar.gz) = 5f30c174714c3783cc5e83ffcc343adda874290f0bd47a559ae0dec2acaedeb0
+SIZE (dropbear-0.47.tar.gz) = 1612040
--- dropbear-0.47.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051217075742.6C131F1>