<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/libol/distinfo, branch pkgsrc_2011Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-08-17T10:03:22Z</updated>
<entry>
<title>Remove the utils subdir from the build as this only contains the make_class</title>
<updated>2008-08-17T10:03:22Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2008-08-17T10:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e11abf943291b797a42add1612089a466cddfa1f'/>
<id>urn:sha1:e11abf943291b797a42add1612089a466cddfa1f</id>
<content type='text'>
script which, according to the author, is not needed if you don't modify
sources.  This means we can drop the DEPENDS on scsh which will fix
PR #39346.
PKGREVISION++
</content>
</entry>
<entry>
<title>Update to 0.3.18</title>
<updated>2006-04-27T19:55:44Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2006-04-27T19:55:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=beaffe0c905aa31392b7d777372ef1dc3e0de4f0'/>
<id>urn:sha1:beaffe0c905aa31392b7d777372ef1dc3e0de4f0</id>
<content type='text'>
&gt; 2006-03-27  Balazs Scheidler  &lt;bazsi (at) bzorp.balabit&gt;
&gt;
&gt; 	* configure.in: bumped to 0.3.18
&gt;
&gt; 2006-03-13  Balazs Scheidler  &lt;bazsi (at) bzorp.balabit&gt;
&gt;
&gt; 	* src/io.c: removed fd counting loop, cache maximum number of fds
&gt; 	and allocate the fds array dynamically
&gt;
&gt; 2006-01-23  Balazs Scheidler  &lt;bazsi (at) bzorp.balabit&gt;
&gt;
&gt; 	* src/io.c (do_write): added support for platforms without an
&gt; 	MSG_DONTWAIT flag
</content>
</entry>
<entry>
<title>Update to 0.3.17</title>
<updated>2006-02-06T18:31:23Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2006-02-06T18:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=439229d701fb162f1eb41b9604a36ec3b7e745e0'/>
<id>urn:sha1:439229d701fb162f1eb41b9604a36ec3b7e745e0</id>
<content type='text'>
&gt; 2005-11-23  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped version number to 0.3.17
&gt;
&gt;         * src/io.c (do_write): added workaround for broken destination
&gt;         sockets
&gt;
&gt;         * src/pkt_buffer.c (do_flush_stream): make sure data is not lost
&gt;         if A_WRITE returns failure by pushing it back to the buffer
&gt;
&gt; 2005-05-03  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped version number to 0.3.16
&gt;
&gt;         * src/io.c (io_iter): fixed possible nonblocking_fd leaks as
&gt;         unlinking an fd might have dropped some valid structures
&gt;
&gt;         * src/werror.c: fixed werror_hexdump and related functions,
&gt;         still #if 0ed but useful for tracking down gc related problems
</content>
</entry>
<entry>
<title>- Update libol to 0.3.15</title>
<updated>2005-03-06T11:10:29Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2005-03-06T11:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c0dc17154e233c36c61f1f86efd35a8732b83254'/>
<id>urn:sha1:c0dc17154e233c36c61f1f86efd35a8732b83254</id>
<content type='text'>
- Requested in PR# 29610 by joel (at) carnat.net, thanks for the PR!

&gt; 2005-02-04  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped verison number to 0.3.15
&gt;
&gt; 2005-02-01  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * src/werror.c (msg_vformat): fixed signed/unsigned comparison wrt
&gt;         the length variable, a stack overflow (not buffer overflow) can be
&gt;         caused by a very long format result (werror("%2147483648i", 1)),
&gt;         credits go to Thief_hu for reporting it; it is believed not to be
&gt;         exploitable as werror format strings do not contain dynamic values
&gt;
&gt; 2004-08-05  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped version number to 0.3.14, cleaned up to
&gt;         work with autoconf2.50 and automake 1.7
&gt;
&gt;         exploitable as werror format strings do not contain dynamic values
&gt;
&gt; 2004-08-05  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped version number to 0.3.14, cleaned up to
&gt;         work with autoconf2.50 and automake 1.7
&gt;
&gt;         * src/objtypes.h: removed colliding macro names to avoid warnings
&gt;         on BSD derived systems
&gt;
&gt; 2004-07-04  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * src/io.c (get_inaddr): use in_addr_t for the private definition
&gt;         of INADDR_NONE if one is not found.
&gt;
&gt; 2004-05-06  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * added libol.spec.in patch by jpo
&gt;
&gt; 2004-05-04  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: use CFLAGS from environment if set
</content>
</entry>
<entry>
<title>Add RMD160 digests.</title>
<updated>2005-02-24T12:51:41Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-24T12:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2eb256146fa3337f8d832db9d8f9f3f5f1978821'/>
<id>urn:sha1:2eb256146fa3337f8d832db9d8f9f3f5f1978821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import libol from pkgsrc-wip.  Packaged by Adrian Portelli and updated</title>
<updated>2004-03-29T00:54:16Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-03-29T00:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dfe8cd75255ed60ae977bdc2744ab001c2a4b838'/>
<id>urn:sha1:dfe8cd75255ed60ae977bdc2744ab001c2a4b838</id>
<content type='text'>
by me.

libol is a library written by the author of syslog-ng, Balazs
Scheidler, which is used in syslog-ng.  A built copy of libol needs to
be present on a system when syslog-ng is built.
</content>
</entry>
</feed>
