<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/munin-node, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-07-04T20:54:31Z</updated>
<entry>
<title>Make it easier to build and install packages "unprivileged", where</title>
<updated>2007-07-04T20:54:31Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-07-04T20:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4390d56940778d6ab856866401c0690f1c28c724'/>
<id>urn:sha1:4390d56940778d6ab856866401c0690f1c28c724</id>
<content type='text'>
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.</content>
</entry>
<entry>
<title>Net::Server breaks rc.subr's techniques for detecting whether the</title>
<updated>2006-12-29T06:37:03Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2006-12-29T06:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c6ecbb533b0f070865133257a0ddc66beca61f3a'/>
<id>urn:sha1:c6ecbb533b0f070865133257a0ddc66beca61f3a</id>
<content type='text'>
process running at a certain PID is actually the process we wish to
stop.  Just unconditionally send SIGTERM to the PID instead, like a
security/amavisd-new doing, fixed PR 35334.</content>
</entry>
<entry>
<title>Don't create /Munin/plugins, sigh.</title>
<updated>2006-12-05T15:07:34Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme@pkgsrc.org</email>
</author>
<published>2006-12-05T15:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=eeb3d527f46df9aca6790c9891fb7333897857f5'/>
<id>urn:sha1:eeb3d527f46df9aca6790c9891fb7333897857f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update munin packages to 1.3.2, latest development release</title>
<updated>2006-12-05T14:53:32Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme@pkgsrc.org</email>
</author>
<published>2006-12-05T14:53:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=272e6e990fe2b1a1ada70059b581e1a6d876ce2a'/>
<id>urn:sha1:272e6e990fe2b1a1ada70059b581e1a6d876ce2a</id>
<content type='text'>
with fixes from the stable branch.

Changes since previous version:

This release implements proper TLS support, as well as all the
bugfixes from the 1.2 stable series.

pkgsrc changes:

* Fixed many pkglint warnings.
* Install munin.conf and munin-node.conf as ${INSTALL_DATA} not
  ${INSTALL_SCRIPT}, I couldn't see any reason why those were
  installed as scripts.
* Added VARBASE into BUILD_DEFS, as suggested by pkglint.</content>
</entry>
<entry>
<title>Fix "test ==".</title>
<updated>2006-11-19T10:02:09Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2006-11-19T10:02:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c14a0f7e792856876567f09871e673dbcb46d61c'/>
<id>urn:sha1:c14a0f7e792856876567f09871e673dbcb46d61c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing @dirrm.</title>
<updated>2006-11-19T10:02:05Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2006-11-19T10:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=823b039fe567551c97ad93030762233574535811'/>
<id>urn:sha1:823b039fe567551c97ad93030762233574535811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be set</title>
<updated>2006-07-21T23:28:37Z</updated>
<author>
<name>abs</name>
<email>abs@pkgsrc.org</email>
</author>
<published>2006-07-21T23:28:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b99437cd9c4807fc463566a58f995ad00c73bfa3'/>
<id>urn:sha1:b99437cd9c4807fc463566a58f995ad00c73bfa3</id>
<content type='text'>
Use REPLACE_PERL on all plugins
Adjust sensors_ to work with NetBSD 3
Bump PKGREVISION</content>
</entry>
<entry>
<title>Add an explicit run-time dependency on perl because these packages</title>
<updated>2006-07-07T22:10:06Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-07-07T22:10:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b7ebfd264d7de1faa069e964bf75dacebe9897be'/>
<id>urn:sha1:b7ebfd264d7de1faa069e964bf75dacebe9897be</id>
<content type='text'>
install perl scripts.  Bump the PKGREVISION for the dependency change.</content>
</entry>
<entry>
<title>Make sure /var/run/munin gets created on restart; /var/run is cleaned</title>
<updated>2006-06-27T13:05:49Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2006-06-27T13:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4cc1f10068b663bc8f474fed7a28d95fb6c40f7d'/>
<id>urn:sha1:4cc1f10068b663bc8f474fed7a28d95fb6c40f7d</id>
<content type='text'>
out by NetBSD's rc.d scripts.  Also make STATEDIR overridable.
Bump revision to 2.</content>
</entry>
<entry>
<title>Add a message hinting with a sample newsyslog.conf entry.</title>
<updated>2006-06-09T13:22:44Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2006-06-09T13:22:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8ef8e7cdb0ab31040880727399fa3559deaa8547'/>
<id>urn:sha1:8ef8e7cdb0ab31040880727399fa3559deaa8547</id>
<content type='text'>
Package contents the same, so revision not bumped.</content>
</entry>
</feed>
