Commit graph

2621 commits

Author SHA1 Message Date
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
dholland
9a4f62e2e6 Mark BROKEN; has not been buildable in some years. Will be removed in
due course unless someone fixes it. (Successor is chat/centerim.)
2012-04-07 17:31:12 +00:00
obache
fc88dc1dae Update pidgin to 2.10.3.
(fixes CVE-2011-3594, CVE-2011-4601, CVE-2011-4602, CVE-2011-4603, CVE-2011-4939
 and CVE-2012-1178)

version 2.10.3 (03/26/2012):
	* Fix buddies not going offline.

version 2.10.2 (03/14/2012):
	General:
	* Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799)
	* Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773)

	Pidgin:
	* Add support for the GNOME3 Network dialog. (#13882)
	* Fix rare crash. (#14392)
	* Add support for the GNOME3 Default Application dialog for configuring
	  the Browser.

	libpurple:
	* Support new connection states and signals for NetworkManager 0.9+.
	  (Dan Williams) (#13859)

	AIM and ICQ:
	* Fix a possible crash when receiving an unexpected message
	  from the server. (Thijs Alkemade) (#14983)
	* Allow signing on with usernames containing periods and
	  underscores. (#13500)
	* Allow adding buddies containing periods and underscores. (#13500)
	* Don't try to format ICQ usernames entered as email addresses.
	  Gets rid of an "Unable to format username" error at login. (#13883)

	MSN:
	* Fix possible crashes caused by not validating incoming messages as
	  UTF-8. (Thijs Alkemade) (#14884)
	* Support new protocol version MSNP18. (#14753)
	* Fix messages to offline contacts. (#14302)

	Windows-Specific Changes:
	* Fix the installer downloading of spell-checking dictionaries (#14612)
	* Fix compilation of the Bonjour protocol plugin. (#14802)

	Plugins:
	* The autoaccept plugin will no longer reset the preference for unknown
	  buddies to "Auto Reject" in certain cases. (#14964)

version 2.10.1 (12/06/2011):
	Finch:
	* Fix compilation on OpenBSD.

	AIM and ICQ:
	* Fix remotely-triggerable crashes by validating strings in a few
	  messages related to buddy list management.  Thanks to Evgeny Boger
	  for reporting this!  (#14682)

	Bonjour:
	* IPv6 fixes (Linus Lüssing)

	Gadu-Gadu:
	* Fix problems linking against GnuTLS. (#14544)

	IRC:
	* Fix a memory leak when admitting UTF-8 text with a non-UTF-8 primary
	  encoding.  (#14700)

	Jabber:
	* Fix crashes and memory leaks when receiving malformed voice
	  and video requests.  Thanks to Thijs Alkemade for reporting this!

	Sametime:
	* Separate "username" and "server" when adding new Sametime accounts.
	  (#14608)
	* Fix compilation in Visual C++. (#14608)

	SILC:
	* Fix CVE-2011-3594, by UTF-8 validating incoming messages before
	  passing them to glib or libpurple.  Identified by Diego Bauche
	  Madero from IOActive.  (#14636)

	Yahoo!:
	* Fetch buddy icons in some cases where we previously weren't. (#13050)

	Windows-Specific Changes:
	* Fix compilation
2012-04-04 13:20:06 +00:00
rhaen
9c66c2dcbf - Updated to 6.78
- Added dependency p5-Test-Differences

Changes:
6.78  Wed Dec 7 20:29:45 GMT 2011
    - Prevent an IPv6 test failure

6.77  Fri Dec 2 03:55:14 GMT 2011
    - Prevent a test failure in 06_online.t if the host is K-lined

6.76  Tue Nov 29 03:24:55 GMT 2011
    - DCC.pm: Fix DCC RESUME, it was broken
    - NickReclaim.pm: Make it more robust and prevent an error from being
      raised when we quit from IRC.
2012-04-01 18:30:45 +00:00
hans
59d2126f17 Revert the patch that added locale support by buildlinking against
converters/libiconv, which did break on NetBSD. Instead, disable nls
explicitly and set CFLAGS.SunOS when using gcc>=4.6.
2012-04-01 18:30:34 +00:00
shattered
9f8392573c Update to 1.6.21. Notable changes:
- Added CIDR support to eggdrop. This includes accepting and matching b/e/I
    masks and user hosts in cidr notation.
  - Added a msg-rate config variable, to replace the current #define msgrate
    in server.mod.
  - Replaced most dns.mod preprocessor definitions with config variables.
  - Added a configure option to set the handlen while keeping compatibility with
    the older method of editing eggdrop.h directly.

  - Explicitly offer both --enable-tcl-threads and --disable-tcl-threads
    configure options that can forcefully enable or disable threaded Tcl
    library support.

  - Fixed a remote DoS in the CTCP parsing code introduced by the servmsg.c
    buffer overflow patch by Nico Golde.
    Reference: CVE-2009-1789
  - Work around Tcl8.5.10 bug 3371644 (strings starting with # could crash
    in Tcl_ConvertElement()).
  - tcl_maskhost could crash the bot.
  - Fixed a potential crash in read_lang() with lines > 512 characters in
    language files. Added support for lines of unlimited size.
  - Fixed dns.mod SIGBUS crashes on 64-bit Sparc.
  - Fixed a crash when restarting, related to bind log.
2012-03-31 21:52:56 +00:00
taca
de0ab2936c Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
obache
5968cd2a27 Remove -enumtypes rurles.
It may break installed header files from gst-plugins0.10-base as PR 46229.
2012-03-20 11:17:49 +00:00
markd
d48463723f Update to 1.4
A brief selection of highlights since v1.3.1:
* URL and email detection in text views has been rewritten from scratch, greatly
  improving the handling of various types of URLs and the contexts they might
  appear in.
* Extensive improvements to IRC formatting code handling, including the return
  of background color support.
* Extensive, sometimes full rewrites of user interface elements such as nearly
  all context menus, the URL Catcher and the Warning Dialogs system for a long
  list of user interface improvements and bug fixes.
* Improved SSL connection behavior.
* Translation support and various other improvements in several bundled scripts.
* Expanded Python scripting support via the introduction of an API support
  package.
* Support for more IRC numerics.
* Various bugfixes to input line command handling and connection behavior.
2012-03-20 10:36:40 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
obache
214f3a9a55 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
obache
f95b46146d python also required for build only, ride on last update. 2012-03-10 08:49:11 +00:00
obache
1d62c10176 py-expat is just required to build.
Bump PKGREVISION.
2012-03-10 08:47:15 +00:00
obache
3bdb1ba7cd LICENSE=gnu-lgpl-v2.1 2012-03-10 08:41:47 +00:00
obache
72d25191ad Add missing RCS id to patch file. 2012-03-10 08:38:34 +00:00
obache
ff1bb62bb6 Python for build only.
Bump PKGREVISION.
2012-03-10 08:33:07 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
fhajny
0d49175d31 Patcj to make the SunOS condition in libgadu a bit more generic. 2012-03-09 11:45:01 +00:00
minskim
c1f9fae288 Reduce pidgin-latex's dependencies on TeX. 2012-03-06 23:08:05 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
718bbf4bcf Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
hans
5cda040260 Override configure checks for gmp and iconv, seems --without-gmp and
--without-iconv is not enough.
2012-02-28 17:37:42 +00:00
hans
db627d9b5c Don't use xargs when creating the libraries. This can result in xargs
invoking libtool twice, creating a library with most of the objects
missing.
2012-02-28 17:37:10 +00:00
drochner
9abc36593a use vala-0.14 for build because it doesn't want to build with 0.12
anymore, probably due to seemingly innocuous changes to
gobject-introspection, from Patrick Welche per PM
cvs: ----------------------------------------------------------------------
2012-02-21 22:49:18 +00:00
sbd
d6e34b1b58 Add "PKG_GROUPS=nobody" as its default group for bitlbee.
(Some systems have a 'nogroup' instead of a 'nobody' group.)
2012-02-21 22:10:15 +00:00
sbd
f75c7fffcc Add 'libresolv' hack for Linux. 2012-02-21 06:27:38 +00:00
hans
55ea3e0e9d Uses perl. 2012-02-17 13:46:46 +00:00
hans
54c8799333 Fix build on SunOS. 2012-02-16 16:13:51 +00:00
hans
cc8229d99d Include strings.h for rindex(), fixes build on SunOS. 2012-02-16 16:11:24 +00:00
hans
3853ba4d1f Fix build on SunOS. 2012-02-16 16:04:52 +00:00
hans
b3f11ce974 Fix build on SunOS. Also fix a few things that gcc46 complains about. 2012-02-16 15:50:15 +00:00
hans
ed19eb9970 Fix build on SunOS. 2012-02-16 15:37:55 +00:00
hans
8948fa317c Fix destdir build. 2012-02-16 15:36:31 +00:00
hans
2303554286 Fix build on SunOS. 2012-02-16 15:28:19 +00:00
hans
ca21c23fbb Build locales, buildlink against libiconv. 2012-02-16 15:26:41 +00:00
hans
3c2357aace Fix build on SunOS. 2012-02-16 15:12:49 +00:00
hans
32a83d8064 Fix build on SunOS. 2012-02-16 15:00:58 +00:00
hans
607421ac31 Fix build on SunOS. 2012-02-16 13:50:52 +00:00
hans
724ed656b7 Fix build on SunOS. 2012-02-16 13:39:26 +00:00
sbd
0e4ac4504b Comply the the C++ spec by making a variable that is assigned the result
of a strchr(const char *, int c) call a constant.
2012-02-08 00:12:37 +00:00
sbd
9502b658af SET_LIBDIR=yes 2012-02-08 00:09:56 +00:00
wiz
6b5bd8d27a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00
marino
20f26e89dd chat/telepathy-idle: Fix indirect linking error on DragonFly only 2012-01-24 23:32:24 +00:00
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
wiz
a630027a43 Update to 0.5.
0.5 (2012-01-20)

- cmake support (autoconf still supported)

- portability fixes
2012-01-20 15:05:05 +00:00
sbd
0fea84f4dc Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
obache
368da44445 gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
  * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
    real GNU sed is required.
  * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14 07:44:33 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00