Commit graph

51 commits

Author SHA1 Message Date
tonio
feb6d658b0 Make sure bitlbee honors VARBASE properly 2009-07-16 19:19:18 +00:00
tonio
6206c13acf Add rc.d file for bitlbee, so that it can be used in deamon mode
Use gnutls instead of openssl, as google talk does not work with openssl

This fixes PR pkg/35345
2009-07-15 22:14:18 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
tonio
00441ffb2d Update chat/bitlbee 1.2.3
Version 1.2.3 (released 2008-09-07) hilights:
* Fixed a security issue similar to the previous account overwrite/hijack bug.
2008-11-01 13:35:33 +00:00
tonio
2d6d1f230b Update chat/bitlbee to 1.2.2
Fixes security issue http://secunia.com/advisories/31633/

Changelog:
Version 1.2.2 (released 2008-08-26) hilights:
* Fixed a security issue where it was possible to recreate/hijack already
  existing accounts.
* Various stability improvements and minor feature enhancements.
2008-08-29 13:29:24 +00:00
tonio
9f707e397a Update chat/bitlbee to 1.2.1
Version 1.2.1 (released 2008-06-24) hilights:
* Mostly a lot of fixes for bugs found after the 1.2 release.
* Daemon mode is now officially declared stable.

- Fixed proxy support.
- Fixed stalling issues while connecting to Jabber when using the OpenSSL
  module.
- Fixed problem with GLib and ForkDaemon where processes didn't die when
  the client disconnects.
- Fixed handling of "set charset none". (Which pretty much breaks the account
  completely in 1.2.)
- You can now automatically identify yourself to BitlBee by setting a server
  password in your IRC client.
- Compatible with all crazy kinds of line endings that clients can send.
- Changed root nicknames are now saved.
- Added ClientInterface setting to bind() outgoing connections to a specific
  network interface.
- Support for receiving Jabber chatroom invitations.
- Relaxed port restriction of the Jabber module: added ports 80 and 443.
- Preserving case in Jabber resources of buddies, since these should
  officially be treated as case sensitive.
- Fully stripping spaces from AIM screennames, this didn't happen completely
  which severly breaks the IRC protocol.
- Removed all the yellow tape around daemon mode, it's pretty mature by now:
  testing.bitlbee.org serves all (~30) SSL users from one daemon mode
  process without any serious stability issues.
- Fixed GLib <2.6 compatibility issue.
- Misc. memory leak/crash fixes.
2008-07-23 21:11:39 +00:00
tonio
2c030cfdf9 Fix mistake with cvsid tags 2008-04-20 09:31:05 +00:00
tonio
77e71d5a08 Add patch taken from the devel branch, to fix issues with openssl and jabber
Patch is taken from
http://bugs.bitlbee.org/bitlbee/changeset/devel%2C359
And the issue: http://bugs.bitlbee.org/bitlbee/ticket/368

Thanks to Frederic Jaeckel for the report.
2008-04-20 09:29:45 +00:00
tonio
6e05aaf1a9 Update chat/bitlbee to 1.2
Changelog:
* Version 1.2 (released 2008-03-17) hilights:
- See 1.1.1dev and 1.1dev (Jabber module rewrite, Jabber groupchats, better
  (and more secure) file format for user data, ForkDaemon mode).
- Yahoo! support in this release will hopefully still work next month.
* Development version 1.1.1dev (released 2007-11-24) hilights:
- Mostly internal changes (resolved some GPL issues, changed some parts of the
  IM API).
- Support for Jabber chatrooms and an XML console.
- Support for named AIM chatrooms.
* Development version 1.1dev (released 2007-02-19) hilights:
- Many new features, enhancements, bugfixes, for example:
- Rewritten Jabber module.
- Improved file format for storing user configuration.
- ForkDaemon mode: Daemon mode without the stability problems.
2008-04-09 18:51:30 +00:00
jlam
2e614fcea0 Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-03 01:50:26 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
tonio
c01f6b3e6a Update chat/bitlbee to 1.0.4
Version 1.0.4 (released 2007-08-20) hilights:
- Removed call to sethostent() from proxy.c, this caused a lot of
  problems especially for people on *BSD.
- Just some small bugfixes.
2007-11-12 20:17:14 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
tonio
74459a76fe Update chat/bitlbee to 1.0.3
From changelog:
Version 1.0.3 (released 2006-06-24) hilights:
- Less ICQ spam because the web-aware flag is disabled.
- It's easier to talk to people who are not in your buddy list.
- ISON command works better with irssi (and probably other clients).
- The usual bug fixes.
2006-08-16 09:46:27 +00:00
jlam
802ce74fcb Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-23 00:12:35 +00:00
tonio
059d8dc0f8 Update chat/bitlbee to 1.0.2
Version 1.0.2 (released 2006-04-01) hilights:
- Fixed some issues in charset handling.
- Better handling of Jabber away states.
- Some daemon mode stability/usability fixes.
- Lots of miscellaneous fixes, cleanups, etc.
2006-04-08 21:42:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tonio
5eb6ffc55b Update chat/bitlbee to 1.0.1
Version 1.0.1 (released 2006-01-14) hilights:
- This version contains some of the changes from the current bzr tree, mainly bug fixes
- AIM groupchat support
- Fixes problems with MSN messages failing to arrive
- Fixes problems with not seeing Jabber buddies online
- Now handles MSN passwords with commas correctly
- Code cleanup
2006-01-24 10:02:31 +00:00
tonio
59b817a97e Update chat/bitlbee to 1.0
CHANGES contains:
- renamed control channel to &bitlbee, to avoid confusions
- Jabber cleanup
- Handle RSS-to-Jabber feeds
- AIM notifications
- typing notifications come in as CTCP
- fixes a possible DoD bug

Also, the package now installs the full user-guide, and bitlbee.conf(5) man
page
2006-01-13 13:03:43 +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
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +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
tonio
9dc8d4e33b And remove the patch-aa, as same change was integrated upstream 2005-11-12 19:52:39 +00:00
tonio
6a86814a05 update chat/bitlbee to 0.99
as i did the two latest updates, take maintainership

The changelog for 0.99:
- Fixed memory initialization bug in OSCAR module that caused crashes on
  closing the connection.
- Most likely fixed the bug that caused BitlBee to use 100% CPU time in
  some situations.
- Outgoing MSN typing notifications are now understood correctly by the
  orignal MS Mac/Windows clients (again).
- Added "account add $protocol" to the documentation, got rid of a lot
  of over-markup (i.e. overuse of bold-tags), reviewed some other parts.
- Small changes to help.xsl to fix small flaws in the help.txt formatting.
- Messaging yourself now doesn't make irssi or mIRC crash anymore.
2005-11-12 19:51:24 +00:00
tonio
6a47cec027 under solaris, install does not support creating multiple directories at the
same time.
2005-10-20 18:32:11 +00:00
tonio
cf3bd618f8 Oups, i forgot the $NetBSD$, so adding it.
Thanks Matthew Luckie
2005-08-29 13:34:36 +00:00
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the
definition in all affected packages. For those that are not caught, an
additional check is placed into bsd.pkginstall.mk.
2005-08-23 11:48:47 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
tonio
0cb7bfab29 update bitlbee to 0.92
Main changelog entries are:
Security:
- Fixed a bug in http_encode that might have caused buffer overflows
  (although not likely to be exploitable) when trying to encode strings
  with non-ASCII characters.
- Newline stripping added to prevent newline-in-friendlyname attacks.
  (Which allowed remote people to make BitlBee send raw custom IRC lines.)
Bugs:
- Many crashes
- Yahoo! cleanup code to avoid 100% CPU time usage
- fixes for ICQ and MSN

approved by wiz@
2005-08-02 15:22:30 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
0cbe9b3900 Add RMD160 digests in addition to SHA1 ones 2005-02-23 15:59:10 +00:00
minskim
09d455c6ee Add build dependency on pkgconfig, which is used by configure. 2005-01-08 07:36:59 +00:00
xtraeme
23deef7fff Add an option for the configure script to enable/disable IPv6 support
(by default disabled in configure, but enabled via bsd.options.mk),
you can enable/disable it via "PKG_OPTIONS.bitlbee=-inet6", this closes
PR pkg/27691 by Georg Schwarz.

Bump PKGREVISION.
2004-12-27 23:35:41 +00:00
xtraeme
9907207d66 Update chat/bitlbee to 0.91.
Changes:

- Full support for ICQ server-side contact lists!
  NOTE: BitlBee now ignores your client-side contact list. If you want to
        import your ICQ contact list, use the import_buddies command.
- Added the import_buddies command for upgrading purposes.
- Added support for OpenSSL.
- Fixed one major problem with the daemon mode by getting rid of the global
  IRC structure.
- Documentation fixes. help.txt is now generated from XML. Also updated the
  installation manual.
- Made the quickstart up-to-date. (By Elizabeth Krumbach)
- Some bitlbeed additions. (By Marcus Dennis)
- info-command support for Jabber, MSN, Yahoo! and a more verbose info-reply
  for ICQ. (By Frank Thieme)
- Support for Jabber over SSL.
- nick_get() appends a _ on duplicates instead of chopping off the last
  character.
- Got rid of an unused piece of code that caused crashes.
  (oscar.c:gaim_parse_clientauto)
- When splitting long messages into 450-char chunks, BitlBee now tries not
  to cut off in the middle of a line.
- Added a warning when the user specifies an unknown OSCAR server.
- Removed GLib 2.x dependency, BitlBee will work with GLib 1.x again.
- Improved strip_html(), now less likely to strip non-HTML things.
- An invalid account-command will now display an error message.
- Fixed a bug that caused crashes when /CTCP'ing a groupchat channel.
- Hopefully better Unicode/non-ASCII support for ICQ.
- Fixed MSN connection crash on non-ASCII characters in screenname.
- Added some missing charset conversion calls. (serv_got_crap,
  serv_buddy_rename)
- "account off" without extra arguments now logs off all connections.
- Fixed a crash-bug on disconnecting Yahoo! connections before they're fully
  connected.
- Fixed a bug in helpfile handling which sometimes caused crashes in daemon
  mode.
- block and allow commands work with just a nick as an argument again.
- Working around a crash on some probably invalid Yahoo! packets.
- Fixed a possible double free() on shutdown in irc_free().
- Talking to ICQ people on AIM and vice versa and talking to people with
  @mac.com accounts now possible.
- Low ASCII chars are now stripped from away-messages so the Jabber module
  won't barf on BitchX and lame-script away messages anymore.
2004-10-25 09:37:44 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
4ccc0a7dff Update chat/bitlbee to 0.90a.
Changes:

  * Fixed Yahoo! authentication code. (Thanks to Gaim/Cerulean Studios)
2004-07-07 09:31:08 +00:00
xtraeme
bcafba9c5a Update chat/bitlbee to 0.90.
# Version 0.90 (released 2004-05-28) hilights:

    * Another release with a speech!
    * A complete rewrite of the MSN module, which mainly means more
      stability, but also some good new features and other enhancements.
    * Lots of cleanups and fixes in the other IM-modules.
    * Full support for operating behind proxy servers.
      features.
2004-06-03 23:02:23 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
5adcfa1afb Bump PKGREVISION due to libtasn1 and gnutls updates. 2004-03-01 15:19:41 +00:00
minskim
f5e93c14ab Bump PKGREVISION due to the update of libgcrypt. 2004-02-25 15:53:17 +00:00
xtraeme
b0765607c3 Upgrade bitlbee to 0.84 and bl3ify.
# Version 0.84 (released 2004-02-13) hilights:

    * Fixed Yahoo! support.
    * MSN module works without libsoup now.
    * Code cleanup.
2004-02-22 23:27:18 +00:00
grant
ef741f8a1a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:49:20 +00:00
xtraeme
42a40e6edf Update to 0.83
# Version 0.83 (released 2003-12-31) hilights:

    * Mainly bugfixes.
    * Added some features especially useful for public servers.
      (Like server-client pinging)
2003-12-31 13:02:42 +00:00
xtraeme
7474b6dfa4 Updated to 0.82
Changes since 0.80:

	o Fixed a buffer overflow plus another problem in the nick
          handling code.
	o Fixed MSN support.
	o Added the qlist command.
	o Fixed the Makefile: It doesn't just overwrite files in etcdir
          anymore.
	o Fixed a small problem in the auto-reconnect cleanup code.
	o Added a configuration file.
	o Added some access restrictions for people who don't want their
	  BitlBee server to be open to anyone.
	o Added basic support for charsets, which makes BitlBee more useful
	  to people who don't speak ASCII.
	o Added support for automatic reconnection to an IM-server.
	o Yahoo! now works again.

And more...
2003-12-05 23:05:58 +00:00
xtraeme
fbfcffeb4f Update HOMEPAGE/MASTER_SITES after the site moved to it's own domain. 2003-09-04 15:47:08 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
jmmv
ef56ddbd0f Fix homepage. 2003-07-02 22:24:50 +00:00