2009-06-14 19:37:52 by Joerg Sonnenberger | Files touched by this commit (99) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-04-07 19:22:48 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix DESTDIR.
|
2008-03-24 19:40:19 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Fix for:
http://lists.grok.org.uk/pipermail/full-disclosure/2008-March/060906.html
PKGREVISION++
|
2008-03-03 03:19:52 by Johnny C. Lam | Files touched by this commit (24) |
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
|
2008-02-04 21:10:36 by Tobias Nygren | Files touched by this commit (14) |
Log message:
PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS
|
2008-01-31 00:07:37 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Update to 2.10.2.12
http://sourceforge.net/project/shownotes.php?release_id=557843&group_id=63470
http://sourceforge.net/project/shownotes.php?release_id=559042&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.
|
2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136) |
Log message:
Make it easier to build and install packages "unprivileged", where
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.
|
2007-06-15 16:15:40 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Use the more specific PKG_SYSCONFDIR_PERMS instead of SPECIAL_PERMS.
|
2007-04-09 14:46:35 by Adrian Portelli | Files touched by this commit (2) |
Log message:
Install umkpasswd and uconvert-conf as well.
|
2007-04-09 14:39:27 by Adrian Portelli | Files touched by this commit (11) | |
Log message:
Update to 2.10.12.10
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
|