<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/chat/ircu, 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>2008-04-07T17:14:20Z</updated>
<entry>
<title>Fix DESTDIR.</title>
<updated>2008-04-07T17:14:20Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-04-07T17:14:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3c29e69b1b9a2ab829eb1a471b17bb8d1b009c0d'/>
<id>urn:sha1:3c29e69b1b9a2ab829eb1a471b17bb8d1b009c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for:</title>
<updated>2008-03-24T18:40:18Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2008-03-24T18:40:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=907113ba5faa378492047f83c65447d010bfd91f'/>
<id>urn:sha1:907113ba5faa378492047f83c65447d010bfd91f</id>
<content type='text'>
http://lists.grok.org.uk/pipermail/full-disclosure/2008-March/060906.html
PKGREVISION++
</content>
</entry>
<entry>
<title>Mechanical changes to add full DESTDIR support to packages that install</title>
<updated>2008-03-03T01:50:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2008-03-03T01:50:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5039a1a4c787f67dc3f15e83575b6e33b1f05cf'/>
<id>urn:sha1:b5039a1a4c787f67dc3f15e83575b6e33b1f05cf</id>
<content type='text'>
their files via a custom do-install target.
</content>
</entry>
<entry>
<title>PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS</title>
<updated>2008-02-04T20:10:34Z</updated>
<author>
<name>tnn</name>
<email>tnn</email>
</author>
<published>2008-02-04T20:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de4c2ded946aa1d41fe971cafe2a961020059f31'/>
<id>urn:sha1:de4c2ded946aa1d41fe971cafe2a961020059f31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.10.2.12</title>
<updated>2008-01-30T23:07:37Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2008-01-30T23:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3e298f549e282b700556460742e321a71775f9ad'/>
<id>urn:sha1:3e298f549e282b700556460742e321a71775f9ad</id>
<content type='text'>
http://sourceforge.net/project/shownotes.php?release_id=557843&amp;group_id=63470
http://sourceforge.net/project/shownotes.php?release_id=559042&amp;group_id=63470

* ircd/gline.c (gline_add): apply too-many-users test to realname
  G-lines *only* when the origin is my user (or a user, for
  remote-local G-lines)
* include/res.h (irc_in_addr_is_ipv4): Fix classification of
  addresses like 0.0.0.0.
* ircd/s_user.c (set_user_mode): Add new parameter to set_user_mode to
  ignore some modes.
  (register_user): Use set_user_mode to parse default usermode for users.
* ircd/m_user.c (m_luser): Fix broken RFC 2812 on connect user mode
  setting
* doc/readme.iauth (IAuth M): Document new command.
* ircd/listener.c (add_listener): Only try to create IPv6 sockets
  for IPv6-compatible addresses; likewise for IPv4.
</content>
</entry>
<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</email>
</author>
<published>2007-07-04T20:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=45233ac07a4c6f9e80f4f9350cbb54ee23d8bd54'/>
<id>urn:sha1:45233ac07a4c6f9e80f4f9350cbb54ee23d8bd54</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>Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS.</title>
<updated>2007-06-15T14:15:40Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-06-15T14:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=867595d2ce6870d7488697f007426b778dd67a3b'/>
<id>urn:sha1:867595d2ce6870d7488697f007426b778dd67a3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install umkpasswd and uconvert-conf as well.</title>
<updated>2007-04-09T12:46:34Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-04-09T12:46:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f94bea343bafa2f4126fc502c99f40da15f11c1c'/>
<id>urn:sha1:f94bea343bafa2f4126fc502c99f40da15f11c1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.10.12.10</title>
<updated>2007-04-09T12:39:25Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-04-09T12:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=98a2bffb1b540e3a4a8695d453f96589dcfb5e19'/>
<id>urn:sha1:98a2bffb1b540e3a4a8695d453f96589dcfb5e19</id>
<content type='text'>
Some of the changes include:
* doc/example.conf: Document new options for General block.
* doc/example.conf (Features): Illustrate URLREG feature.
* ircd/m_burst.c (ms_burst): Properly handle member mode :ov.
* doc/example.conf (Port): Document the method to select IPv4 or
  IPv6 restriction for a port.
* ircd/s_auth.c (auth_ping_timeout): If the client never had an
  auth request, kill them on ping timeout.
* ircd/s_auth.c (check_auth_finished): Only check passwords on
  user ports.

See the ChangeLog for the full details
</content>
</entry>
<entry>
<title>Fixed PKGMANDIR and pkglint warnings.</title>
<updated>2007-01-06T14:34:50Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-01-06T14:34:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ea4681f29b5075deb78a135b2ea961b9a1ff8726'/>
<id>urn:sha1:ea4681f29b5075deb78a135b2ea961b9a1ff8726</id>
<content type='text'>
</content>
</entry>
</feed>
