summaryrefslogtreecommitdiff
path: root/chat/anope
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz1-2/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-07-03Pass down correct flag for exporting symbols. Fix backtrace(3) linkagejoerg3-2/+25
on NetBSD current.
2012-02-16Fix build on SunOS.hans2-4/+21
2010-06-25Use PKG_HOME.* (and default values) instead of long PKG_USERS definition.obache1-2/+3
2010-06-19User must exist early during installation.joerg1-3/+4
2009-12-17PKG_DESTDIR_SUPPORTabs8-24/+168
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-6/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2008-06-13Update to 1.7.21adrianp2-6/+10
Version 1.7.20 (revision 1324) With all currently known bugs fixed, this new release of Anope contains loads of bugfixes and should provide a stable experience. This is one of the last releases in the 1.7 series of Anope. We encourage users who were not using the 1.7 series for stability reasons to try out this release and report any bugs found on our bugtracker at http://bugs.anope.org/ . An important note for MySQL users: various database schema improvements have been added in Changes.mysql. Be sure to apply these changes to your database schema for a large increase in performance of the MySQL code. Take a look at the change log for more information about the changes made for this release. Version 1.7.21 (revision 1341) This new release fixes a XOP-related exploitable crash bug which appeared in Anope version 1.7.20. Earlier versions are not affected. Networks running Anope 1.7.20 are strongly advised to upgrade to this release. Even though networks running earlier versions are not affected by this bug, they are still advised to upgrade due to numerous other bugfixes. Next to the fix for the crash bug mentioned above, a number of other things have been fixed as well, including various InspIRCd-related issues, bugs in the MySQL code and a shiny new Russian translation. Take a look at the change log for more information about the changes made for this release.
2007-07-11Anope IRC Services.adrianp3-9/+11
Version 1.7.19 (revision 1247) This new release of Anope contains various bugfixes and adds support for InspIRCd 1.1. Various minor issues in the new MySQL code have been fixed and overall stability of the MySQL code has improved. The behaviour of the UsePrivmsg and NSDefMsg configuration options has changed and anyone using those options is advised to take a look at the comments near that options in the updated example.conf. Take a look at the change log for more information about the various bugs fixed in this release.
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
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-04-09Update to 1.7.18adrianp3-7/+11
Since the previous release, we have been working on the MySQL subsytem to improve stability and security of this code. Next to that, we have added support for encryption modules, finally including support for encrypting passwords with proper MD5 or SHA1. Next to these two major improvements there are quite a few bugs fixed, including bugs related to module code, internal events, various typo's in the language files, and some IRCd-related issues. Please note that, due to the big changes, this release might not be as stable as previous development releases. The new MySQL and encryption code have been found stable enough to release to the public, but they might still have undiscovered quirks. Be sure to check Changes.conf for encryption-related changes to the configuration file. Users of MySQL should also note that the MySQL scheme has been changed in this release and needs to be updated. This can be done using the updates in Changes.mysql.
2006-10-20Anope is a set of Services for IRC networks that allows users toadrianp7-0/+331
manage their nicks and channels in a secure and efficient way, and administrators to manage their network with powerful tools.