summaryrefslogtreecommitdiff
path: root/devel/loudmouth
AgeCommit message (Collapse)AuthorFilesLines
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-23Update loudmouth to 0.15.1xtraeme4-14/+18
Changes in 0.15.1: ------------------ * Require GnuTLS >= 1.0.0 Changes in 0.15: ---------------- * Better Win32 instructions. * Fixed bug when disconnecting and then connecting again using the same LmConnection. * Documentation typos and errors fixed by Ross Burton. * Better SSL support, now gives the application the possibility to decide if it wants to connect on bogus SSL certificates. * The SSL API changed a bit, take a look at the API docs. * Fixed timestamp error on FreeBSD.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-16update to 0.14.1recht3-8/+10
Patch provided by Soren Jacobsen in PR 23767 0.14.1 fixes "a problem" (whatever that means) when using gnutls. Also, HOMEPAGE changed.
2003-10-18Sort bl2 include lines.jmmv1-2/+2
2003-10-18Bump revision due to gnutls update (libtasn dependency removed).jmmv1-1/+2
2003-10-03Updated to 0.14.xtraeme2-10/+8
Changes in 0.14: ---------------- * Added information about building on Windows * Bug when using GnuTLS fixed. * Fixed a bug that could cause replies to be overlooked when using blocking mode. * Added IPv6-support, patch from Sjoerd Simons. * Made it easier to build RPMs without SSL-support. * Fixed a memleak when destroying a connection.
2003-09-02Initial import of loudmouth 0.13.2. Ok'ed by wiz@xtraeme5-0/+90
Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows.