<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/p5-Crypt-Random/Makefile, 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>2007-06-08T11:26:04Z</updated>
<entry>
<title>The package supports installation to DESTDIR.</title>
<updated>2007-06-08T11:26:04Z</updated>
<author>
<name>heinz</name>
<email>heinz</email>
</author>
<published>2007-06-08T11:26:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=45a769414a087b457c096db21617d35c37dc970d'/>
<id>urn:sha1:45a769414a087b457c096db21617d35c37dc970d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated to version 1.25.</title>
<updated>2006-02-12T01:50:05Z</updated>
<author>
<name>heinz</name>
<email>heinz</email>
</author>
<published>2006-02-12T01:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=479719e564ea0d0738e2f593d2322dfbbbecf73d'/>
<id>urn:sha1:479719e564ea0d0738e2f593d2322dfbbbecf73d</id>
<content type='text'>
Relevant changes since version 1.13:
====================================
 - fixed circular reference between Crypt::Random and Crypt::Random::Generator
   causing 'Undefined subroutine' errors.
 - Made "forbidden division t_REAL % t_INT" error disappear.
 - Workaround for Math::Pari's serialization problem.
 - Added a Uniform option to makerandom() and makerandom_itv() that
   doesn't set the high bit of the generated random, and produces
   a number uniformally distributed in the interval. Thanks to Len
   Budney for pointing this out.
</content>
</entry>
<entry>
<title>Bump the PKGREVISIONs of all (638) packages that hardcode the locations</title>
<updated>2005-08-06T06:19:03Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-08-06T06:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=604de5eda52e3686a2d4ae3dceebabd648c8beb2'/>
<id>urn:sha1:604de5eda52e3686a2d4ae3dceebabd648c8beb2</id>
<content type='text'>
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
</content>
</entry>
<entry>
<title>Turn PERL5_PACKLIST into a relative path instead of an absolute path.</title>
<updated>2005-07-13T18:01:18Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-07-13T18:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4ffd78b7485efe90299999629f0ca3d63736a00'/>
<id>urn:sha1:d4ffd78b7485efe90299999629f0ca3d63736a00</id>
<content type='text'>
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>since perl is now built with threads on most platforms, the perl archlib</title>
<updated>2004-12-20T11:30:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-12-20T11:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=17843af598da0d77ccfd28ea07f244a331890253'/>
<id>urn:sha1:17843af598da0d77ccfd28ea07f244a331890253</id>
<content type='text'>
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl&gt;=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
</content>
</entry>
<entry>
<title>Updated to version 1.13.</title>
<updated>2004-02-22T22:18:10Z</updated>
<author>
<name>heinz</name>
<email>heinz</email>
</author>
<published>2004-02-22T22:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1585a8568c6ebaa009d4a84ac02dff67381a16b2'/>
<id>urn:sha1:1585a8568c6ebaa009d4a84ac02dff67381a16b2</id>
<content type='text'>
Taking maintainership.

Adapted to buildlink3.

Changes sinces 1.11
===================
  * Changed the die() message at provider contruction to include the
    name of the provider.
  * Updated documentation.
</content>
</entry>
<entry>
<title>COMMENT should start with a capital letter.</title>
<updated>2003-07-21T17:20:17Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2003-07-21T17:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b3e497d9487a4bc1f0479dd8e441182ef086541'/>
<id>urn:sha1:3b3e497d9487a4bc1f0479dd8e441182ef086541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T22:50:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T22:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=016914e7f9e5498e9fdf870d12d99bfeb4e66d4a'/>
<id>urn:sha1:016914e7f9e5498e9fdf870d12d99bfeb4e66d4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.</title>
<updated>2003-06-02T01:15:31Z</updated>
<author>
<name>jschauma</name>
<email>jschauma</email>
</author>
<published>2003-06-02T01:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e4265b310856834018287a415c6ccfa4a335a54a'/>
<id>urn:sha1:e4265b310856834018287a415c6ccfa4a335a54a</id>
<content type='text'>
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
</content>
</entry>
</feed>
