<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/ap2-suphp, 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-05-17T02:37:24Z</updated>
<entry>
<title>Update ap2-suphp to 0.6.3.</title>
<updated>2008-05-17T02:37:24Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-05-17T02:37:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=afa0aaddbf99a0331bcb866d4466124e1a681a2d'/>
<id>urn:sha1:afa0aaddbf99a0331bcb866d4466124e1a681a2d</id>
<content type='text'>
While here, add DESTDIR support and more adapt sample config file to default settings.

* Version 0.6.3 (30 March 2008)
- Fixed a possible race condition concerning the check for the
  right symlink owner.
- Added checks for the owner of the parent directories were added.

* Version 0.6.2 (19 November 2006)
- Made mod_suphp compatible with Apache 2.2
- Modified SmartPtr implementation (hopefully) fixing
  double free problem
- Fixed problem that caused the process to block
  when more than 4096 were written to stderr
- Implemented userdir support
- Fixed problem with PATH_INFO and PHP scripts

* Version 0.6.1 (26 November 2005)
- Changed usage of STL to gain better compatibility with old GCC versions
  (credits to Jeremy Chadwick for finding the relevant code)
- Fixed typos in mod_suphp.c (Apache 1.3)
  (credits to Johan Ekenberg for finding these typos)
- Fixed potential buffer overflow in function suphp_bucket_read() in
  src/apache2/mod_suphp.c
- Fix problems with scripts sending "Last-Modified" headers
- Extended autoconf script to look for an installation of APR
  and to use its includedir when building mod_suphp for Apache 2
- Added support for chroot() call before execution of script
</content>
</entry>
<entry>
<title>Resign from maintaining a lot of packages, so everyone is free to update</title>
<updated>2008-03-04T11:02:23Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2008-03-04T11:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b687cb643a2f2ac0c07f3851556d97aae366184c'/>
<id>urn:sha1:b687cb643a2f2ac0c07f3851556d97aae366184c</id>
<content type='text'>
them at will.
</content>
</entry>
<entry>
<title>Some packages need lex and yacc. Patch by Aleksey Cheusov via</title>
<updated>2007-11-17T12:04:11Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-11-17T12:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21dae0c282b8fc84d25b684a96ccd8125ecf0590'/>
<id>urn:sha1:21dae0c282b8fc84d25b684a96ccd8125ecf0590</id>
<content type='text'>
pkgsrc-users.
</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 versioned prefix and fix build with Apache 2.</title>
<updated>2007-06-30T15:05:08Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-06-30T15:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4c65a365dd4558d87abc44039fb8ebc25e778339'/>
<id>urn:sha1:4c65a365dd4558d87abc44039fb8ebc25e778339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually respect PKG_SYSCONFDIR. Now that devel/apr0/buildlink3.mk</title>
<updated>2007-05-29T22:17:19Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2007-05-29T22:17:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dd7a255b423ba8f1f820211cc4ca70b819e30119'/>
<id>urn:sha1:dd7a255b423ba8f1f820211cc4ca70b819e30119</id>
<content type='text'>
sets BUILDLINK_INCDIRS.apr, remove custom CPPFLAGS. Use -e for the
SUBST_SED expression to mollify pkglint. Add APACHE_USER and VARBASE
to BUILD_DEFS. Don't try to remove lib/httpd on deinstall, as it
belongs to Apache. Bump PKGREVISION.
</content>
</entry>
<entry>
<title>pkglint cleanup; update HOMEPAGE/MASTER_SITES.</title>
<updated>2007-02-22T19:01:13Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2007-02-22T19:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=16ab66728257a19144999d3bf2b2fb954c58bce4'/>
<id>urn:sha1:16ab66728257a19144999d3bf2b2fb954c58bce4</id>
<content type='text'>
From Sergey Svishchev in private mail.
</content>
</entry>
<entry>
<title>* Use apache.mk to be compatible with the new apache22 pkg.</title>
<updated>2006-12-08T23:34:10Z</updated>
<author>
<name>xtraeme</name>
<email>xtraeme</email>
</author>
<published>2006-12-08T23:34:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3783bd1bc508acb540a6d0e95494f388be80e6f5'/>
<id>urn:sha1:3783bd1bc508acb540a6d0e95494f388be80e6f5</id>
<content type='text'>
* Use PKG_APACHE_ACCEPTED.
</content>
</entry>
<entry>
<title>The full pathname to apxs is provided by www/apache2/buildlink3.mk, so</title>
<updated>2006-06-25T09:08:01Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2006-06-25T09:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4a635f73432b8c3b9d7fa7f5e9852f681ee284ee'/>
<id>urn:sha1:4a635f73432b8c3b9d7fa7f5e9852f681ee284ee</id>
<content type='text'>
use it. This fixes builds where ${LOCALBASE}/sbin is not in the PATH.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
</feed>
