diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-06-13 23:32:45 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-06-13 23:32:45 +0000 |
commit | d3f596273562a6af8cc9c7bb30afe10ffab0bdcc (patch) | |
tree | ec1375130759e7074c6824d7c07f93e86d296461 /chat | |
parent | e832b2e92194e99b0107a16f816eab2a9b9f3a6e (diff) | |
download | pkgsrc-d3f596273562a6af8cc9c7bb30afe10ffab0bdcc.tar.gz |
Update to 1.7.21
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/anope/Makefile | 8 | ||||
-rw-r--r-- | chat/anope/distinfo | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/chat/anope/Makefile b/chat/anope/Makefile index fdc850d3bd1..b1efae1eebc 100644 --- a/chat/anope/Makefile +++ b/chat/anope/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2007/07/11 19:32:23 adrianp Exp $ +# $NetBSD: Makefile,v 1.5 2008/06/13 23:32:45 adrianp Exp $ -DISTNAME= anope-1.7.19 +DISTNAME= anope-1.7.21 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anope/} @@ -25,6 +25,10 @@ PKG_GROUPS_VARS+= ANOPE_GROUP PKG_USERS= ${ANOPE_USER}:${ANOPE_GROUP}::anope\ user:${PREFIX}/lib/anope:${NOLOGIN} PKG_GROUPS= ${ANOPE_GROUP} MAKE_ENV+= RUNGROUP=${ANOPE_GROUP:Q} +OWN_DIRS_PERMS+= ${PREFIX}/lib/anope/logs \ + ${ANOPE_USER:Q} ${ANOPE_GROUP:Q} 2755 +OWN_DIRS_PERMS+= ${PREFIX}/lib/anope/modules/runtime \ + ${ANOPE_USER:Q} ${ANOPE_GROUP:Q} 2755 CONF_FILES_PERMS+= ${PREFIX}/share/examples/anope/example.conf \ ${PREFIX}/lib/anope/services.conf \ diff --git a/chat/anope/distinfo b/chat/anope/distinfo index 259524c2e49..ba4b3feb600 100644 --- a/chat/anope/distinfo +++ b/chat/anope/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2007/07/11 19:32:23 adrianp Exp $ +$NetBSD: distinfo,v 1.4 2008/06/13 23:32:45 adrianp Exp $ -SHA1 (anope-1.7.19.tar.gz) = fabdf5293b985463250e53e90cf04acf04f9a048 -RMD160 (anope-1.7.19.tar.gz) = 01169edef64bacfb5a8e92710d62e1796752ddf4 -Size (anope-1.7.19.tar.gz) = 1505639 bytes +SHA1 (anope-1.7.21.tar.gz) = 1a8c845fcfd6351a4225fc8e38bb6e90f5201a4b +RMD160 (anope-1.7.21.tar.gz) = ac2b22d60e6be2e7ea02e933fc005c5b3b206180 +Size (anope-1.7.21.tar.gz) = 1523615 bytes SHA1 (patch-aa) = 3a5dcfd4029a4a6f55a3b39d34e706502ecfe05c |