<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/digest, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-05-11T18:39:20Z</updated>
<entry>
<title>Bump version to 20080510.</title>
<updated>2008-05-11T18:39:20Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-11T18:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ef1a042716eb2aae77138995b863f3a20c3b69fe'/>
<id>urn:sha1:ef1a042716eb2aae77138995b863f3a20c3b69fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As workaround for PR 38625, rebuild with autoconf 2.61.</title>
<updated>2008-05-11T18:38:15Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-11T18:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=aa78205c8e6851344366f51690be7543e05c4ab3'/>
<id>urn:sha1:aa78205c8e6851344366f51690be7543e05c4ab3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bug in the SHA512 implementation that would be triggered if the</title>
<updated>2008-05-09T16:19:57Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-09T16:19:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e7437f8e56b937ec1d34fafda9e2527408586acb'/>
<id>urn:sha1:e7437f8e56b937ec1d34fafda9e2527408586acb</id>
<content type='text'>
last block has exactly the length of a short fragment. This happened
incidently with two files in the NetBSD 4.0 release.
</content>
</entry>
<entry>
<title>digest-20080509:</title>
<updated>2008-05-09T15:00:32Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-05-09T15:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9bbec086ff04c431d92a7a8cb59a79dfc4191d04'/>
<id>urn:sha1:9bbec086ff04c431d92a7a8cb59a79dfc4191d04</id>
<content type='text'>
The tiger hash needs to run at least once through the update function,
even for empty input. The fix is different from the patch in PR 36565.
</content>
</entry>
<entry>
<title>NO_MTREE is the default nowawadays.</title>
<updated>2008-02-26T13:32:00Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-02-26T13:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fac7995bdc5cc602107c698dfb7527ced54a76ec'/>
<id>urn:sha1:fac7995bdc5cc602107c698dfb7527ced54a76ec</id>
<content type='text'>
Do not force use of a native compiler, we don't build digest during
bootstrap any longer.
Do not skip the pkgtools version check for the same reason. When
building this package using DESTDIR, it might actually need the newer
tools.
</content>
</entry>
<entry>
<title>Added commented-out LICENSE=something.</title>
<updated>2007-11-11T11:35:48Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2007-11-11T11:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b58b40355276f5997177d263afbd8e4d7a0441a6'/>
<id>urn:sha1:b58b40355276f5997177d263afbd8e4d7a0441a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix obsolete URLs for www.NetBSD.org</title>
<updated>2007-10-07T12:59:11Z</updated>
<author>
<name>kano</name>
<email>kano</email>
</author>
<published>2007-10-07T12:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7046299ae4450e3293dceb3f23dfd1a1b66187c9'/>
<id>urn:sha1:7046299ae4450e3293dceb3f23dfd1a1b66187c9</id>
<content type='text'>
close PR pkg/37071
reviewd by xtraeme@
</content>
</entry>
<entry>
<title>Fully ANSIfy and use size_t and uint32_t in places where u_int was used</title>
<updated>2007-09-21T18:44:36Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-09-21T18:44:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2e73a6e2730339e0bce74d6092a7372a76ec1398'/>
<id>urn:sha1:2e73a6e2730339e0bce74d6092a7372a76ec1398</id>
<content type='text'>
before. This fixes the build on QNX, where u_int is not exposed by the
current set of headers. Make the prototypes of the crypto functions
consistent.
</content>
</entry>
<entry>
<title>Don't use u_char when uint8_t are meant. Don't mess with __attribute__,</title>
<updated>2007-09-14T08:12:29Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-09-14T08:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9878752924567b32d47692424a567f7709a081b1'/>
<id>urn:sha1:9878752924567b32d47692424a567f7709a081b1</id>
<content type='text'>
conditionally use it in the only place it is used. This should fix
problems on QNX reported by Sean Boudreau.
</content>
</entry>
<entry>
<title>Bump version to 20070803 after fixing a crash when generating Tiger hashes</title>
<updated>2007-08-03T21:42:04Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2007-08-03T21:42:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b4fcc0f857374e759a2094790706492ff7df543'/>
<id>urn:sha1:4b4fcc0f857374e759a2094790706492ff7df543</id>
<content type='text'>
</content>
</entry>
</feed>
