<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/logrotate, 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-01-27T18:41:11Z</updated>
<entry>
<title>Do not set FETCH_USING, should not be set in a package Makefile.</title>
<updated>2014-01-27T18:41:11Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-01-27T18:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a8ce86997e0153e277ba6f540fddb593c3f19f44'/>
<id>urn:sha1:a8ce86997e0153e277ba6f540fddb593c3f19f44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update sysutils/logrotate to 3.8.7.</title>
<updated>2013-10-30T20:16:25Z</updated>
<author>
<name>gls</name>
<email>gls@pkgsrc.org</email>
</author>
<published>2013-10-30T20:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=28134cc5c5820edc1108030e6f6c7968cd8c7525'/>
<id>urn:sha1:28134cc5c5820edc1108030e6f6c7968cd8c7525</id>
<content type='text'>
Via Nils Ratusznik in PR pkg/48311.

pkgsrc changes:
---------------
FETCH_USING=curl to fetch over https.

Upstream changes:
-----------------
Changelog :
3.8.6 -&gt; 3.8.7
	- Fixed --force/-f option handling together with "size" directive
	  (3.8.5 regression).
	- Use "logrotate_tmp_t" context for SELinux tests and if this context does
	  not exist, skip SELinux related tests.


3.8.5 -&gt; 3.8.6
	- Fixed memory corruption caused by rotation directory which does not
	  exist with "sharedscripts" together with "prerotate" script.</content>
</entry>
<entry>
<title>Update logrotate to 3.8.5.</title>
<updated>2013-07-28T11:21:23Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-07-28T11:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=28c73f3f658a0612d906d83b933db39179fb27cf'/>
<id>urn:sha1:28c73f3f658a0612d906d83b933db39179fb27cf</id>
<content type='text'>
Based on PR pkg/48073 by Nils Ratusznik.
(drop FETCH_USING=curl, put distfile on ftp.n.o).

3.8.4 -&gt; 3.8.5
	- Improved rotation during daylight saving time and between timezone
	  changes.
	- Fixed ACL setting problem caused by ext3 erroneously reporting ENOSYS
	  instead of ENOSUP.
	- Do not continue with rotation if state file is corrupted.
	- Make logrotate.status creation atomic.
	- Allow "hourly" rotation. See manpage for more information.
	- Use "/bin/echo" in tests. Fixes tests execution in Dash.
	- Do no try to parse config files bigger than 16MB.
	- Improved manpage consistency and formatting.
	- Fix race condition between acl_set_fd() and fchmod().</content>
</entry>
<entry>
<title>Update sysutils/logrotate to 3.8.4.</title>
<updated>2013-05-07T20:30:22Z</updated>
<author>
<name>gls</name>
<email>gls@pkgsrc.org</email>
</author>
<published>2013-05-07T20:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5b0111284fc7a39d2df52b92362e34a4e599efeb'/>
<id>urn:sha1:5b0111284fc7a39d2df52b92362e34a4e599efeb</id>
<content type='text'>
From Nils Ratusznik per PR pkg/47800

pkgsrc changes:
---------------
Update MASTER_SITES. Now requires curl to fetch on https mirror.

Upstream changes:
-----------------

 3.8.3 -&gt; 3.8.4
- Added --version command line option
- Disable ACL tests if logrotate is not compiled WITH_ACL support or if
  ACLs are not supported by the system running tests
- Disable SELinux tests if logrotate is not compiled WITH_SELINUX support
  or if SELinux is not supported by the system running tests
- Fixed bug which prevented skipping particular log file config
  if the config contained errors.
- Fixed skipping of configs containing firstaction/lastaction scripts
  with '}' character in case of error before these scripts.
- Support also 'K' unit for *size directives.
- Added preremove option to let admin to do something with the old logs
  before they are removed by logrotate.
- Fixed possible loop in tabooext parsing.
- Move code to set SELinux context before compressLogFile calls to create
  compressed log files with the proper context.
- Call prerotate/postrotate script only for really rotated files in
  nosharedscripts mode (as stated in man page).</content>
</entry>
<entry>
<title>Update logrotate to 3.8.3.</title>
<updated>2013-03-07T12:58:11Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2013-03-07T12:58:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=214143f7ba8a9f68a76f13dea12a0f60ed5a5cc2'/>
<id>urn:sha1:214143f7ba8a9f68a76f13dea12a0f60ed5a5cc2</id>
<content type='text'>
PR pkg/47581 by Nils Ratusznik.

3.8.2 -&gt; 3.8.3
	- Fixed setting "size" bigger than 4GB on 32bit architectures
	- Do not overwrite mode set by "create" option when using ACL. "create"
	  directive is now not mixed up with ACLs. If you use "create" in config
	  file and log file has some ACLs set, ACLs are not kept and are
	  overwritten by the mode set in "create" directive.
	- Mode argument in "create" directive can be omitted. Only owner and group
	  is set in this case. Check man page for more info.</content>
</entry>
<entry>
<title>Fix path to default status file.</title>
<updated>2013-02-20T09:20:28Z</updated>
<author>
<name>dillo</name>
<email>dillo@pkgsrc.org</email>
</author>
<published>2013-02-20T09:20:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1ebbc6d39b049dadd144123479a8769dc57b3132'/>
<id>urn:sha1:1ebbc6d39b049dadd144123479a8769dc57b3132</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 3.8.2, from Nils Ratusznik via pkgsrc-wip.</title>
<updated>2013-01-10T18:16:29Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2013-01-10T18:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=acaf083b4caaf5cdc66b89e7b4fe4667ac5896f5'/>
<id>urn:sha1:acaf083b4caaf5cdc66b89e7b4fe4667ac5896f5</id>
<content type='text'>
Changes:
- show error and ignore config if '{' is not present after log files declaration
- support whitespaces in compressoptions directive
- support for tilde expansion in config files
- fixed mail sending for 'mailfirst', 'dateext' and 'delaycompress' combination
- do not use gzip/gunzip from /usr/local on Solaris
- Do not include alloca.h on NetBSD, since alloca() is declared in stdlib.h there</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>Add logrotate-3.8.1 as sysutils/logrotate</title>
<updated>2012-03-06T04:53:24Z</updated>
<author>
<name>sbd</name>
<email>sbd@pkgsrc.org</email>
</author>
<published>2012-03-06T04:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=96a6435b1c0c79fab75b1db7648951acf787cc19'/>
<id>urn:sha1:96a6435b1c0c79fab75b1db7648951acf787cc19</id>
<content type='text'>
The logrotate utility is designed to simplify the administration of
log files on a system which generates a lot of log files.  Logrotate
allows for the automatic rotation compression, removal and mailing of
log files.  Logrotate can be set to handle a log file daily, weekly,
monthly or when the log file gets to a certain size.  Normally,
logrotate runs as a daily cron job.</content>
</entry>
</feed>
