Commit graph

39 commits

Author SHA1 Message Date
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
01ff4d7ea3 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:28:43 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
zafer
1d81c20e55 Remove broken mirrors. Ok'd by obache. 2009-04-28 19:22:09 +00:00
joerg
11f8faeaf4 DESTDIR support. Fix PLIST handling to work when make install is called
without make build first.
2009-03-02 18:24:52 +00:00
adrianp
92da5a8ac3 Update to 5.0.63
2007/06/10 .62	Backported 5.1 fix for a bug allowing guest nicknames to be
		linked.
This release fixes two security-related bugs discovered in version 5.1 which
are also present in 5.0.
2007-11-24 00:47:35 +00:00
wiz
03cb434cad Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-18 10:23:22 +00:00
adrianp
961c425dcd Updatt to 5.0.61
2007/03/30 .61	Fixed crash on x86-64 systems under certain circumstances.
		Reported by Andrey V. Elsukov <bu7cher@xxxxxx.xx>
2007/03/24 .60	Changed ChanServ SET PASSWORD to remove founder privileges
		from any users who had previously identified for the
		channel (backported from 5.1a13)
2007-04-09 12:51:22 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
adrianp
ea9a3451a9 Update to 5.0.59
2006/10/01 .59  Added support to convert-db for versions of PTlink Services
                through 2.26-eol.1
2006/08/16      Update documentation to reflect new domain name.
2006-11-13 23:12:38 +00:00
wiz
a9c3a0685a Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 07:59:09 +00:00
adrianp
664758d123 Update to 5.0.58
Added workaround to support the broken MD5 encryption used
in Epona/Anope (through at least version 1.7.14),
enabled by the EnableAnopeWorkaround option for the
encryption/md5 module in modules.conf.
configure -check (run by the Makefile) no longer leaves a
conf-tmp directory lying around.
Fixed error when compiling with recent versions of GNU make.
Fixed crash when importing some Anope databases.
Added support to convert-db for recent versions of Epona.
2006-09-02 08:42:58 +00:00
adrianp
1b2dcf616f Update to .57
2006/01/20 .57
            Fixed conversion of Anope 1.7 OperServ databases.  Reported
	    by Matt Smith <ratman6@xxxxxxx.xxx>
2006/01/20  ChanServ SET SECUREOPS now prevents unprivileged users from
	    gaining channel protect (+a) status as well.  Reported
	    by A.S. <loverboy@xxx.xxxxx.xxx.xx>
2006/01/20  Fixed a bug in the Cygnus database converter causing
	    autokills with invalid expiration data to expire
	    immediately rather than remain with no expiration time.
2006/01/07  Fixed a cosmetic bug in ChanServ LIST causing the no-expire
	    flag "!" to not be shown for suspended channels.
2006-06-06 12:35:04 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
adrianp
140c81719f Minor PLIST change to deal with modified configuration files
Bump to nb1
2006-01-02 15:03:06 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adrianp
ed9de3bc3d Update to 5.0.56
Create the services group using PKG_GROUPS
From the ChangeLog:
> 2005/11/20 .56	Fixed a bug in StatServ that could cause a crash if
> 		    StatServ was unloaded with a rehash while Services
> 		    was running.
> 2005/11/07	Changed NickServ and ChanServ SET PASSWORD to prevent the
> 		    use of spaces in passwords.
> 2005/11/07	The NickServ commands DROP, RECOVER, RELEASE, and GHOST now
> 		    report a syntax error rather than "password incorrect"
> 		    when too many parameters are given.  (As a result,
> 		    passwords containing spaces can no longer be used with
> 		    these commands.  Use IDENTIFY followed by SET PASSWORD
> 		    to set a new password without spaces.)
> 2005/10/26	Fixed incorrect end-of-/WHOIS responses for several
> 		    pseudoclients.  Reported by Robin Burchell
> 		    <surreal.w00t@xxxxx.xxx>
> 2005/09/26 .55	Added documentation on CSSetChannelTime configuration option.
> 2005/08/25	Fixed rare bug allowing users to gain voice status
> 		    improperly.  Reported by Anton Wolkov <phan70m@xxxxx.xxx>
> 2005/08/23	Added "authed" callback for newly-authorized nicknames.
> 		    Suggested by Robin Burchell <surreal.w00t@xxxxx.xxx>
> 2005/08/16 .54	The ChanServ check_kick callback now passes the channel
> 		    name as a string instead of the Channel structure, so
> 		    the channel name can be known even if the channel is
> 		    empty.  Reported by Olly <olly@xxxxxxx.xx.xx>
> 2005/08/13	The S-line commands (SGLINE, SQLINE, and SZLINE) now check
> 		    that "*" or similarly overbroad masks are not used.
> 		    Suggested by Dionisios K. <vonitsa_net@xxxxx.xx>
> 2005/08/13	Fixed minor bugs in the code to check whether a new
> 		    autokill is too broad (such as "*").
> 2005/08/13	Fixed a compilation error (and many warnings) when
> 		    compiling with GCC 4.
> 2005/08/13	Added UNSET callbacks for NickServ and ChanServ.  Suggested
> 		    by Craig McLure <Craig@xxxxxxxxx.xxx>
> 2005/05/12 .53	Fixed bug causing server connection to fail.
> 2005/05/12 .52	Fixed occasional corruption of the NickServ REGISTER syntax
> 		    string upon reconfiguration (OperServ REHASH).
> 		    Reported by <alm@xxxxxxx.xx>
> 2005/05/06	Fixed attempts to send PING messages before connecting to
> 		    the server.  Reported by Craig McLure
> 		    <Craig@xxxxxxxxx.xxx>
> 2005/04/02 .51	convert-db now checks for more potential problems with the
> 		    imported databases before writing out the XML data.
> 2005/04/02	Fixed bugs when converting databases from old versions of
> 		    PTlink Services.
> 2005/04/01	Fixed handling of links to forbidden nicks when converting
> 		    Auspice databases.
> 2005/03/31	ChanServ KICK no longer allows Services opers to be kicked.
> 2005/03/31	Ensured that usermode +r is cleared from nicks which lose
> 		    their identification status (e.g. from FORBID/SUSPEND).
> 2005/03/31	NickServ SUSPEND now forces the user of the suspended
> 		    nick to change nicknames, as FORBID does.  Reported by
> 		    Dionisios K. <vonitsa_net@xxxxx.xx>
> 2005/03/31	ChanServ now stops non-identified users from joining
> 		    channels with mode +R locked on.  Suggested by
> 		    Dionisios K. <vonitsa_net@xxxxx.xx>
> 2005/03/29 .50	Fixed security hole in NickServ LISTLINKS allowing any user
> 		    to view a nick's links.  Reported by
> 		    <katarn@xxxxxxxxxx.xxx>
2005-11-30 17:47:54 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
f63b7ec0ae Only some platforms build the dynamically-loadable modules. On others,
the modules are statically-linked into the ircservices executable.
This fixes the installation of chat/ircservices on platforms where
dlopen() doesn't obey its "mode" argument, e.g. RTLD_NOW.  Unfortunately,
NetBSD/amd64 currently falls into this category (port-amd64/30570),
but this will also fix installation on any a.out NetBSD or OpenBSD
platform.

Approved for commit during the deep freeze by <agc>.
2005-06-21 16:18:52 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adrianp
96db453ec7 - Update ircservices from 5.0.44 -> 5.0.49
2005/03/06 .49  Added Russian language file, courtesy of Alexander Zverev
		<tty@inbox.ru>
2005/03/05      Services will now accept multiple PROTOCTL messages from
		the Unreal ircd (as implemented in Unreal CVS).
2005/03/04      Added support for +I/+j channel modes in Unreal 3.2.3.
		Reported by Kieron Thwaites <ron2k@webmail.co.za>
2005/02/23 .48  Fix careless bug leading to possible crash on exit or rehash.
2005/02/23 .47  Channels no longer expire while an auto-op user is in the
		channel; expiration is delayed until the time specified
		by CSExpire after the last such user leaves the channel.
		Reported by Anton Wolkov <phan70m@gmail.com>
2005/02/23      Added user IP addresses to the OperServ LISTUSER debug
		command as well.
2005/02/21 .46  Fixed some warnings during compilation.
2005/02/21      Fixed bug causing modified files to not be recompiled
		properly when compiling with GNU make 3.79.
2005/02/20      The OperServ debug command LISTUSERS now includes the IP
		address for each user before the user's mode string.
2005/02/19      Added workaround for GCC bugs on PowerPC systems.
2005/01/27      Fixed careless error in "make distclean".  Reported by
		Stanislav Zahariev <sofit@evronet.tv>
2005/01/21 .45  Added HybServ support to convert-db.  Suggested by
		Stanislav Zahariev <sofit@evronet.tv>
2005/01/21      convert-db is now recompiled properly if the compilation
		options passed to the configure script are changed.
2005/01/13      IRC operators are now properly shown the operator version
		of ChanServ HELP LIST.  Reported by Kieron Thwaites
		<ron2k@webmail.co.za>
2005-03-26 17:28:29 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
adrianp
721b5dcd13 - Update to 5.0.44
2004/12/13 .44  Fixed a careless error in the va_copy workaround.
2004/12/02 .43  Added workaround for va_copy with obsolete compilers.
		Reported by <us44ever (at) hotmail.com>
2004/12/02      Added support for SGlines on Unreal.  Reported by Dionisios
		K. <vonitsa_net (at) yahoo.gr>
2004/12/02      Fixed "unknown message" on Unreal SWHOIS.  Reported by
		Anton Wolkov <phan70m (at) gmail.com>
2004/11/22      Fixed URLs in the documentation to point to the new website.
2004/11/22 .42  The mail/smtp module now allows multiple RelayHost
		configuration directives for backup relay servers.
		Suggested by Torbjorn Svennson <azoff (at) se.linux.org>
2004/11/22      Fixed extraneous "Unknown message" log messages on Unreal.
		Reported by Ali Sor <alisor (at) softhome.net>
2004/10/29      Clarified "please change your nick" message text.
		Suggested by Dylan v.d Merwe <dylanvdm (at) icon.co.za>
2004/10/25      Fixed crash when using the Japanese language file with the
		OperServ SLINE COUNT command.
2004/10/19      Fixed bug allowing StatServ and global noticer nicknames to
		be registered/linked.  Reported by M. van Cuijk
		<mark (at) phedny.net>
2004/10/14      Fixed various bugs and warnings when compiling on x86-64.
		Reported by <liverbugg (at) rinux.org>
2004/10/14      Added workaround for GNU coreutils (>=5.2) brokenness.
2004/10/13      SET MLOCK no longer allows locking +K without +i on Unreal.
		Reported by <help (at) thaiirc.in.th>
2004/10/13      Fixed cosmetic bug in MemoServ IGNORE.  Reported by
		<saman (at) ttnet.net.tr>
2004/10/11      Fixed disconnect on incoming data flood.  Reported by
		<ballsy (at) mystical.net>
2004/10/03      Updated the README file for the current manual structure.
2005-01-19 21:59:24 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
wiz
642494be1c Update to 5.0.41:
2004/10/03 .41  Fixed SQUIT of juped servers on Bahamut.  Reported by Pasi
                    Hirvonen <psh@iki.fi>
2004/10/03      Fixed cosmetic bug in NickServ SUSPEND help.  Reported by
                    Craig McLure <Craig@chatspike.net>
2004/10/02      Fixed bug causing endless log messages on full network
                    buffer.  Reported by <ballsy@mystical.net>
2004/10/02      OperServ AKILLCHAN now honors the WallOSAkill setting.
                    Reported by Pasi Hirvonen <psh@iki.fi>
2004/09/19      Fixed missing object file in Hybrid module compilation.
                    Reported by Jon Christopherson <jon@layertek.com>

Closes PR 27141.
2004-10-04 15:06:34 +00:00
adrianp
f89da151de - Update irc-services from 5.0.16 to 5.0.40
Pkgsrc changes:
- Add a startup script
- Use SUBST_* framework (a lot)
- Install documentation and man pages
- Use CONF_FILES_* for installing config files

App changes:
- bugfixes
- documentation updates
- feature improvements
- See the Changes file for full details
2004-10-02 22:09:46 +00:00
snj
0865b39e9e Convert to buildlink3. 2004-04-11 05:48:49 +00:00
kristerw
bce12e4c4c Fix typo that prevented this package from building. 2004-01-24 18:58:53 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
grant
8c3dd249ab USE_GNU_TOOLS=grep 2003-08-08 08:32:37 +00:00
jmc
204d238821 Bring up to date 2003-06-10 01:55:21 +00:00
jmc
43dbe8db89 Make sure the dynamic code generation actually compiles explicitly as PIC code
so it'll work on archs like powerpc which require it.
2003-05-25 21:03:25 +00:00
jmc
34ff58f0b5 This needs perl to build. 2003-04-16 18:12:12 +00:00
salo
fd297e42c1 Bump PKGREVISION: sync PLIST with reality. 2003-04-11 17:31:29 +00:00
jmmv
4c0a32991d Initial import of ircservices, version 5.0.16:
IRC Services is a system of services to be used with Internet Relay Chat
networks.  Services provides for definitive nickname and channel ownership,
as well as the ability to send messages to offline users, and gives IRC
operators considerably more control over the network.

Package provided by virtus@wanadoo.nl via pkgsrc-wip.
2003-04-11 16:02:53 +00:00