diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-13 17:47:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-13 17:47:26 +0000 |
commit | a1e371645f97b63eb5b431e68361459c8baf8f0c (patch) | |
tree | 0680c1060673b7e813d076848b0e52f66b6a6c41 /security | |
parent | c112ceed183a907a7a783b7d8d511a9ff95b9515 (diff) | |
download | pkgsrc-a1e371645f97b63eb5b431e68361459c8baf8f0c.tar.gz |
update to 2012.55
changes: fix a use-after-free bug which could be used to potentially
execute arbitrary code with root privileges, provided that the user
has been authenticated using a public key and also that a command
restriction is enforced (the "command" option must be used in
the authorized_keys file)
Diffstat (limited to 'security')
-rw-r--r-- | security/dropbear/Makefile | 4 | ||||
-rw-r--r-- | security/dropbear/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index b4a98c6ceb1..feae48d2d65 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2011/03/10 10:20:16 drochner Exp $ +# $NetBSD: Makefile,v 1.26 2012/08/13 17:47:26 drochner Exp $ -DISTNAME= dropbear-0.53.1 +DISTNAME= dropbear-2012.55 CATEGORIES= security MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ diff --git a/security/dropbear/distinfo b/security/dropbear/distinfo index ac88cc951f0..ed39b463d6a 100644 --- a/security/dropbear/distinfo +++ b/security/dropbear/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2011/03/10 10:20:16 drochner Exp $ +$NetBSD: distinfo,v 1.19 2012/08/13 17:47:26 drochner Exp $ -SHA1 (dropbear-0.53.1.tar.gz) = 2faf6ca592b70783029c0ec4d4fc9a390fb12e19 -RMD160 (dropbear-0.53.1.tar.gz) = 9d69f6e112f467a43b375d50565f969549615ee5 -Size (dropbear-0.53.1.tar.gz) = 1772583 bytes +SHA1 (dropbear-2012.55.tar.gz) = 2c65dd1f423884a38079f5e4386c698015222279 +RMD160 (dropbear-2012.55.tar.gz) = 1eff6fa5260e938a4b34cf426a6d29fe1e9e4a34 +Size (dropbear-2012.55.tar.gz) = 1774927 bytes SHA1 (patch-aa) = 01bf4d80c4e76f9a60341b448cd7e77b2a03c286 SHA1 (patch-ab) = 911a0525f309386901d32c23404d13ae67c2e2d1 |