<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/dropbear, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-10-03T00:12:51Z</updated>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Updated dropbear to 0.43</title>
<updated>2004-08-31T10:27:38Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2004-08-31T10:27:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=84a55694a6e0e533329975f1baeb340d2e59b5fb'/>
<id>urn:sha1:84a55694a6e0e533329975f1baeb340d2e59b5fb</id>
<content type='text'>
- SECURITY: Don't try to free() uninitialised variables in DSS verification
  code. Thanks to Arne Bernin for pointing out this bug. This is possibly
  exploitable, all users with DSS and pubkey-auth compiled in are advised to
  upgrade.

- Clean up agent forwarding socket files correctly, patch from Gerrit Pape.

- Don't go into an infinite loop when portforwarding to servers which don't
  send any initial data/banner. Patch from Nikola Vladov

- Fix for network vs. host byte order in logging remote TCP ports, also
  from Gerrit Pape.

- Initialise many pointers to NULL, for general safety. Also checked cleanup
  code for mp_ints (related to security issues above).
</content>
</entry>
<entry>
<title>this uses zlib, so use buildlink3 and include zlib/buildlink3.mk.</title>
<updated>2004-06-26T19:30:58Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-06-26T19:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=98ce8532d2c6d369564a244767fe0bc32699dcc2'/>
<id>urn:sha1:98ce8532d2c6d369564a244767fe0bc32699dcc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update to 0.42</title>
<updated>2004-06-21T18:27:47Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2004-06-21T18:27:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=47d9f579fa2327f839b75d3da71b7843c81be85d'/>
<id>urn:sha1:47d9f579fa2327f839b75d3da71b7843c81be85d</id>
<content type='text'>
Many fixes and feature additions since 0.38. Too many to list here.
</content>
</entry>
<entry>
<title>replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.</title>
<updated>2004-01-24T15:00:22Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-01-24T15:00:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=63b610abe37f9a77943d78e0094f46cf62e36238'/>
<id>urn:sha1:63b610abe37f9a77943d78e0094f46cf62e36238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to 0.38. This closes PR pkg/22984 by Matt Jhonston.</title>
<updated>2003-10-30T23:22:32Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2003-10-30T23:22:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a23d2bcbddae32d2d4fb6b5edbf02fdfc888d340'/>
<id>urn:sha1:a23d2bcbddae32d2d4fb6b5edbf02fdfc888d340</id>
<content type='text'>
Changes:

0.38 - Sat Oct 11 2003 16:28:13 +0800

o Default hostkey path changed to /etc/dropbear/dropbear_{rsa,dss}_host_key
  rather than /etc/dropbear_{rsa,dss}_host_key
o Added SMALL and MULTI text files which have info on compiling for multiple
  binaries or small binaries
o Allow for commandline definition of some options.h settings
  (without warnings)
o Be more careful handling EINTR
o More fixes for channel closing
o Added multi-binary support
o Improved logging of IPs, now get logged in all cases
o Don't chew cpu when waiting for version identification string, also
  make sure that we kick off people if they don't auth within 5 minutes.
o Various small fixes, warnings etc
o sftp support works (relies on OpenSSH sftp binary or similar)
o Added --disable-shadow option (requested by the floppyfw guys)

0.37 - Wed Sept 24 2003 19:42:12 +0800

o Various portability fixes, fixes for Solaris 9, Tru64 5.1, Mac OS X 10.2,
  AIX, BSDs
o Updated LibTomMath to 0.27 and LibTomCrypt to 0.90
o Renamed util.{c,h} to dbutil.{c,h} to avoid conflicts with system util.h
o Added some small changes so it'll work with AIX (plus Linux Affinity).
  Thanks to Shig for them.

More bugfixes, etc.
</content>
</entry>
<entry>
<title>Initial import of dropbear-0.36 into the NetBSD Packages Collection.</title>
<updated>2003-08-19T15:46:44Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2003-08-19T15:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=020f1d9dd93cf3674017963f2fb4c8e8495ae4be'/>
<id>urn:sha1:020f1d9dd93cf3674017963f2fb4c8e8495ae4be</id>
<content type='text'>
The search for a small Secure Shell server to fit on a laptop with 4
megs ram and no hard disk was fruitless, so Matt Johnston decided to
write his own, and Dropbear is the result.  It implements various
features of the SSH 2 protocol, including X11 and Authentication Agent
forwarding.  Dropbear is Open Source software, distributed under a
MIT-style license.

Features

    * A small memory footprint - Dropbear can compile to a 110kB
      statically linked binary with uClibc (and only minimal options
      selected).
    * Implements X11 forwarding, and authentication-agent forwarding
      for OpenSSH clients
    * Compatible with OpenSSH ~/.ssh/authorized_keys public key
      authentication
    * Features can easily be disabled when compiling to save space.
    * Preliminary TCP forwarding support (-L style only)
</content>
</entry>
</feed>
