<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/ipa, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-03-11T14:04:57Z</updated>
<entry>
<title>Remove example rc.d scripts from PLISTs.</title>
<updated>2014-03-11T14:04:57Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2014-03-11T14:04:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=071ea796c1307e737cc3101448aa934353fe247c'/>
<id>urn:sha1:071ea796c1307e737cc3101448aa934353fe247c</id>
<content type='text'>
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-23T19:50:50Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-23T19:50:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8'/>
<id>urn:sha1:c4f95ab71a8e776eb3384df9e8b9ddfa4e2a89c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ipa to 2.1.2</title>
<updated>2012-07-17T21:00:34Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-07-17T21:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=74ef4616c9cf3535c6fec1fe6ad071a2e490562d'/>
<id>urn:sha1:74ef4616c9cf3535c6fec1fe6ad071a2e490562d</id>
<content type='text'>
From Andrey Simonenko in PR pkg/46712


Changes:
 * autoconf 2.68 -&gt; 2.69, automake 1.11.1 -&gt; 1.12.2.
 * Corrected compilation with --enable-ctl-creds on NetBSD.
 * Corrected output for "ipactl -a ... status".
 * Corrected work with the -n switch in ipactl.

Package changes:
 * Removed the ipa-memfunc-debug option.</content>
</entry>
<entry>
<title>Update ipa to 2.1.1.</title>
<updated>2011-11-23T07:51:54Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2011-11-23T07:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8dd4866be3d6dfc3b36b5f735ac95016d4defaf9'/>
<id>urn:sha1:8dd4866be3d6dfc3b36b5f735ac95016d4defaf9</id>
<content type='text'>
per maintainer update request by PR pkg/45630.

Changes:
    *	Corrected compilation when --with-ipa-pthread or
	--with-ipastat-pthread was specified.

    *	Corrected format of tables in "ipactl memory" output.

    *	Corrected access to free memory in ipa when dynamic rule is deleted.

    *	Call log_stderr() and log_stdout() after ipa.conf file parsing.

    *	Simplified and renamed confcommon.c:print_spaces().

    *	Corrected output of "ipa -v" and "ipa -h".</content>
</entry>
<entry>
<title>Update ipa to 2.1.</title>
<updated>2011-02-11T11:50:02Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2011-02-11T11:50:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e793d57e39e93432c0a8a211ec9ee85d1589917e'/>
<id>urn:sha1:e793d57e39e93432c0a8a211ec9ee85d1589917e</id>
<content type='text'>
per maintainer update request by PR#44548.

Changes in pkgsrc:
    *	Added LICENSE.

Changes:
    *	Versions of ipa_{ac,db,st}_mod APIs were changed to 2.

    *	Optimized and simplified source code of IPA.

    *	New parameter "ictl" in ipa.conf.

    *	New parameter "ctl_query_max_size" in ipa.conf.

    *	New parameter "value_units" in ipa.conf and ipastat.conf.

    *	Now "restart" and "expire" parameters are optional in ipa.conf.

    *	Now "limit" and "threshold" parameters in ipa.conf can be
	equal to zero.

    *	Now ipactl can create and delete dynamic rules.

    *	Now ipactl accepts commands "set limit ... counter ..."
	and "set threshold ... counter ...".

    *	If a limit or a threshold uses "null" database and if it was
	initialized, then next time during initialization (when some time
	related problem occurred) imitate its old state from its current
	state.

    *	Allow to use '_' characters in macro variables names.

    *	Added support for ipactl's messages credentials checking for NetBSD.

    *	Give limitation on the depth of included files (macro variable
	INCLUDE_DEPTH_MAX with default value 100).

    *	configure.ac was optimized.

    *	All manual pages were reformatted to follow traditional
	typographic style.

    *	Now all debug messages in ipa and ipastat are written with
	the "DEBUG: " prefix.

    *	Check correctness of names of dynamic rules and names in
	received control commands.

    *	Check correctness of names in ipa, ipastat and ipactl
	options arguments.

    *	Now ipa does not use SIGALRM in timeout implementation for
	control socket.

    *	Now ipactl does not use SIGALRM in timeout implementation.

    *	Now non-standard function mem_vasprintf() exported to modules
	returns number of characters in allocated buffer.

    *	Now if some configuration error occurred in included file,
	then ipa and ipastat log include history, that allows much
	easy identify point of failure.

    *	Now ipactl does not have limits on lengths of rules, limits,
	thresholds names.

    *	In some places where EWOULDBLOCK is checked, checks for EAGAIN
	were added, as it is documented in SUSv3.

    *	On some systems there is no strtoull(3) function, which
	is part of SUSv3, check it in the configure script and
	use own version if it is absent.</content>
</entry>
<entry>
<title>Update ipa to 2.0.9.</title>
<updated>2011-01-11T11:47:02Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2011-01-11T11:47:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=81e474813f2357d5cee1497e8decebb9710caf52'/>
<id>urn:sha1:81e474813f2357d5cee1497e8decebb9710caf52</id>
<content type='text'>
Maintainer update request via PR#44300.

Changes:
    *	Check that a module defined db_deinit_rule(), st_init_rule(),
	st_deinit_rule(), st_init_limit(), st_deinit_limit(),
	st_init_threshold() and st_deinit_deinit_threshold() before
	calling these functions.

    *	Corrected one race condition: ipa could forget about a SIGCHLD
	signal and as a result it did not call waitpid(2) for exited child
	process and could perform polling in select(2).

    *	"ipa -t" did not show "debug_exec" parameter for "autorule" section,
	corrected.</content>
</entry>
<entry>
<title>Update sysutils/ipa to version 2.0.8</title>
<updated>2010-12-15T16:10:55Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2010-12-15T16:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7d19295f707fb70e07de734e3313e52d59a481ae'/>
<id>urn:sha1:7d19295f707fb70e07de734e3313e52d59a481ae</id>
<content type='text'>
Requested by package maintainer in PR pkg/44234

Changes in ipa-2.0.8:

    *	autoconf 2.62 -&gt; 2.68, automake 1.10.1 -&gt; 1.11.1.

    *	Time events in ipa.conf for +h, +D and +W could be incorrectly
	scheduled (plus one extra hour for +h and plus one extra day for
	+D and +W), corrected.

    *	If threshold's tm_from time and tm_updated time are equal and
	their month day is the last day in a month, then ipa incorrectly
	calculated previous threshold_time_width value during threshold's
	initialization.</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>2010-03-11T21:40:46Z</updated>
<author>
<name>gls</name>
<email>gls@pkgsrc.org</email>
</author>
<published>2010-03-11T21:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c82b7a8fc71ef106a06171117b213a0530281450'/>
<id>urn:sha1:c82b7a8fc71ef106a06171117b213a0530281450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.0.7.</title>
<updated>2010-03-10T21:16:55Z</updated>
<author>
<name>gls</name>
<email>gls@pkgsrc.org</email>
</author>
<published>2010-03-10T21:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=47a8b7f438beedd531962f8f564f36acde17740b'/>
<id>urn:sha1:47a8b7f438beedd531962f8f564f36acde17740b</id>
<content type='text'>
Patch provided by maintainer, Andrey Simonenko in PR 42945.
Fix MASTER_SITES.

Changes in ipa-2.0.7:

    *	If during initialization a limit has time of START, REACH or
	UPDATED event greater than current time, then ipa will not restart
	such limit immediately.

    *	If during initialization a not reached limit has time of START event
	greater than current time, then ipa will change time of this event
	to current time and will not restart such limit immediately.</content>
</entry>
<entry>
<title>Update ipa to 2.0.6, per maintainer update request by PR 41686.</title>
<updated>2009-07-10T08:20:03Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2009-07-10T08:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4f2c8ee89877f0a7e61f2428ec437f6c54629554'/>
<id>urn:sha1:4f2c8ee89877f0a7e61f2428ec437f6c54629554</id>
<content type='text'>
Changes:
    *	autoconf 2.61 -&gt; 2.62, automake 1.10 -&gt; 1.10.1.

    *	When time goes back or changes too quickly, then ipa incorrectly
	used too much CPU time and generated a lot of log messages.

    *	Now several databases can be written in "db_list" parameter's
	value in ipa.conf.

    *	Now lint can check source code of IPA.</content>
</entry>
</feed>
