Commit graph

2975 commits

Author SHA1 Message Date
joerg
3bf83169b1 Not MAKE_JOBS_SAFE. 2015-02-04 20:48:22 +00:00
mef
c17310ef20 recursive revbump due to net/adns update 1.4 to 1.5.0 2015-01-29 09:53:29 +00:00
wiedi
779602cced add patch to help configure find openssl 2015-01-19 12:22:51 +00:00
bsiegert
86b2a284f0 Update to 3.2.10.4, build with USE_LOCALE on Mac OS to unbreak the build.
Patch from Jonathan Buschmann in PR pkg/49540, slightly adapted.
2015-01-17 15:24:22 +00:00
wiz
ead452046a Update to 0.10.3:
mcabber (0.10.3)

 * [UI] Add option 'iq_time_hide'
 * [UI] Add 'iq_version_hide', 'iq_version_hide_version'
 * Improved handling of damaged history log files
 * Switch to libotr v4 API (Myhailo Danylenko)
 * Add SSL options (Frank Zschockelt)
   These options require a patched Loudmouth library.
   - "ssl_ciphers" to define the allowed ciphers
   - "ssl_ca" to set additional trusted certificates
 * Fix compilation for old loudmouth libraries (Frank Zschockelt)
 * Add 'color_timestamp' to highlight timestamp added by server (Hermitifier)
 * New python based event script using OS X 10.8 notification center (Sharoon Thomas)
 * Handle SIGHUP signal (Dominik George)
 * Misc. bugfixes

 -- Mikael, 2014-05-08
2015-01-16 08:57:46 +00:00
joerg
60d02f38ca Don't depend on wrappers adding /usr/pkg/lib implicitly to the search
path.
2015-01-15 13:00:32 +00:00
wiz
9a26782177 Update EGG_NAME for more changes in setuptools. 2015-01-12 08:53:37 +00:00
mef
70780574aa Update distinfo due to chat/irssi update from 0.8.16 to 0.8.17. 2015-01-06 12:53:11 +00:00
mef
bab5a326ea Update chat/irssi with PR pkg/49324 by Leonardo Taccari
from 0.8.16 to 0.8.17
(and also update accordingly chat/irssi-*/distinfo).

Changes:
v0.8.17 2014-10-11  The Irssi team <staff@irssi.org>
+ Document that SSL connections aren't properly handled during /UPGRADE.
  See Github PR #39.
+ Synchronize scripts with scripts.irssi.org.
+ Performance enhancement of the nicklist as well as the window_item_find
  function. See Github PR #24.
+ Disallow unloading of static modules.
+ Allow UTF-8 characters in /bind. See Github PR #18.
+ Split overlong outgoing messages instead of silently truncating them.
  Adds two new options: 'split_line_end' and 'split_line_start'.
  'split_line_end' contains a string added to the end of line fragments.
  'split_line_start' contains a string added to the beginning of line
  fragments. See Github PR #29.
+ Added special /ignore NO_ACT level to ignore only activity (see /help ignore).
+ Support for 256 and true color terminals (see Github PR #48).
+ Support for italics (see Github PR #58).
+ Rewrote many help files.
- Fixed various compiler warnings and use of deprecated functions.
- Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce code size.
- Fixed format_get_text Perl API. See Github PR #23.
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.
- Fixed issue where UTF-8 characters was corrupted once for every 32k text.
  See Github PR #12.
- Fixed redrawing issue with right-aligned statusbar.
- Fixed use-after-free bug with cached settings values. See Github PR #147.
2015-01-06 12:40:06 +00:00
joerg
c712801a45 Retire tzc, zephy and zephyr-mode, the last krb4 users in pkgsrc.
Can be revived as krb5 versions later.
2015-01-04 12:02:21 +00:00
fhajny
e7fbf254bf Update ejabberd to 14.12.
ejabberd Community 14.12 includes many bugfixes, and a few new features:
- New module mod_client_state implements XEP-0352: Client State Indication
- New module mod_fail2ban to ban IPs that show malicious signs
- New option store_empty_body in mod_offline
- New option disable_sasl_mechanisms
- Improve option resend_on_timeout to support if_offline
- More robust offline server
- Better charset support in XMLRPC
- Some PEP issues fixed
2015-01-02 09:14:16 +00:00
dholland
095f00acdf "uses strlcpy" -> BROKEN_ON_PLATFORM, not NOT_FOR_PLATFORM.
(do we have strlcpy support in MISSING_FEATURES?)
2015-01-01 09:24:22 +00:00
dholland
b6e1cc4b52 Add CPPFLAGS/CFLAGS.SunOS per followup to PR 49343. 2014-12-27 02:21:26 +00:00
wiz
94aa6d45cf Fix build with py-setuptool-0.8. 2014-12-16 23:04:35 +00:00
fhajny
1535145e14 Make sure to pass full LDFLAGS. Fixes build on NetBSD. 2014-12-15 11:49:50 +00:00
joerg
c8c0f3c551 Preserve environment. 2014-12-12 10:50:49 +00:00
joerg
8c7d68102b Pass X11BASE/lib as linker path too. 2014-12-09 13:20:17 +00:00
obache
d897397865 Update pidgin to 2.10.11.
version 2.10.11 (11/23/14):
	General:
	* Fix handling of Self-Signed SSL/TLS Certificates when using the NSS
	  plugin (#16412)
	* Improve default cipher suites used with the NSS plugin (#16262)
	* Add NSS Preferences plugin which allows the SSL/TLS Versions and
	  cipher suites to be configured (#8061)

	Gadu-Gadu:
	* Fix a bug that prevented plugin to load when compiled without GnuTLS.
	  (mancha) (#16431)
	* Fix build for platforms without AF_LOCAL definition. (#16404)

	MSN:
	* Fix broken login due to server change (dx, TReKiE). (#16451, #16455)
	* Fail early when buddy list is unavailable instead of wasting bandwidth
	  endlessly re-trying.

version 2.10.10 (10/22/14):
	General:
	* Check the basic constraints extension when validating SSL/TLS
	  certificates. This fixes a security hole that allowed a malicious
	  man-in-the-middle to impersonate an IM server or any other https
	  endpoint. This affected both the NSS and GnuTLS plugins. (Discovered
	  by an anonymous person and Jacob Appelbaum of the Tor Project, with
	  thanks to Moxie Marlinspike for first publishing about this type of
	  vulnerability. Thanks to Kai Engert for guidance and for some of the
	  NSS changes) (CVE-2014-3694)
	* Allow and prefer TLS 1.2 and 1.1 when using the NSS plugin for SSL.
	  (Elrond and Ashish Gupta) (#15909)

	libpurple3 compatibility:
	* Encrypted account passwords are preserved until the new one is set.
	* Fix loading Google Talk and Facebook XMPP accounts.

	Windows-Specific Changes:
	* Don't allow overwriting arbitrary files on the file system when the
	  user installs a smiley theme via drag-and-drop. (Discovered by Yves
	  Younan of Cisco Talos) (CVE-2014-3697)
	* Updates to dependencies:
		* NSS 3.17.1 and NSPR 4.10.7

	Finch:
	* Fix build against Python 3. (Ed Catmur) (#15969)

	Gadu-Gadu:
	* Updated internal libgadu to version 1.12.0.

	Groupwise:
	* Fix potential remote crash parsing server message that indicates that
	  a large amount of memory should be allocated. (Discovered by Yves Younan
	  and Richard Johnson of Cisco Talos) (CVE-2014-3696)

	IRC:
	* Fix a possible leak of unencrypted data when using /me command
	  with OTR. (Thijs Alkemade) (#15750)

	MXit:
	* Fix potential remote crash parsing a malformed emoticon response.
	  (Discovered by Yves Younan and Richard Johnson of Cisco Talos)
	  (CVE-2014-3695)

	XMPP:
	* Fix potential information leak where a malicious XMPP server and
	  possibly even a malicious remote user could create a carefully crafted
	  XMPP message that causes libpurple to send an XMPP message containing
	  arbitrary memory. (Discovered and fixed by Thijs Alkemade and Paul
	  Aurich) (CVE-2014-3698)
	* Fix Facebook XMPP roster quirks. (#15041, #15957)

	Yahoo:
	* Fix login when using the GnuTLS library for TLS connections. (#16172)
2014-12-07 08:45:59 +00:00
obache
4848b596a4 Use packlist for most of perl related PLIST.
Resolve PR pkg/49343.
2014-12-07 08:42:07 +00:00
rodent
df806605d1 MSN is dead. Removing msnre. 2014-12-03 22:50:15 +00:00
wen
49b07cdc2b Update to 6.88
Upstream changes:
6.88  Sat Jun 28 13:14:00 BST 2014
    - BotAddressed: Handle being addressed with a prefixed @ or %

6.87  Sat Jun 21 15:08:32 BST 2014
    - Believe have resolved issues with online test

6.86  Fri Jun 20 11:12:06 BST 2014
    - Added more diagnostics to the online test

6.85  Thu Jun 19 10:19:07 BST 2014
    - Added some diagnostics output to the online test

6.84  Tue Jun 17 10:45:38 BST 2014
    - Plugman: store @$ or else it gets overwritten - Commit: 65ba2a4f3
2014-12-03 06:41:13 +00:00
markd
a11fa99f7e build with gcc 4.9.
fix compilation of plugin API functions (macros) when compiler
optimizations are enabled
commit 03c0067272caae88758fd7847689177c0e18b48d
2014-11-30 02:10:43 +00:00
jmcneill
0f2c6fe08b Windows Live Messenger services shutdown in October. 2014-11-29 12:08:44 +00:00
jmcneill
c26d178c17 Windows Live Messenger services were shutdown in October. No need for this
package anymore.
2014-11-29 12:05:34 +00:00
fhajny
170c167f75 Fix missing conditional 2014-11-27 11:21:40 +00:00
fhajny
1c54d9eba3 Update prosody to 0.9.7.
Clean up Makefile for readibility. Add SMF manifest.

Changes in 0.9.7:
- Fix server-to-server interoperability issue with Isode M-Link (since 0.9.6)
- Fix traceback in 'prosodyctl about' command with LuaRocks 2.2.0+ installed

Changes in 0.9.6:
- certmanager, net.http: Disable SSLv3 by default
- net.http.parser: Support status code 101 and allow handling of the received
  data by plugins
- util.filters: Ignore filters being added twice (fixes issues on removal,
  i.e. when some plugins are reloaded/unloaded)
- mod_s2s: Close offending s2s streams missing an 'id' attribute with
  a stream error instead of throwing an unhandled error
- Networking API: Add 'ondetach' callback for listener objects, to prevent
  leaks when connections have their listener changed
- core.stanza_router: Stricter validation of stanzas
- mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions'
  command (thanks Lloyd)
- mod_admin_adhoc: Add required to field in user deletion form too
- net.dns: Avoid duplicate cache entries
- util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas.
- util/dataforms: Make sure we iterate over field tags only
- mod_s2s: Capitalize log message
- mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth')

Changes in 0.9.5:
- C2S: Fix traceback if a client opens a stream to component, which could
  cause a crash in combination with some versions of LuaEvent
- C2S, S2S: Log received invalid stream headers
- S2S: Fix case where stream headers were sometimes sent twice
- DNS: Ensure all pending requests get notified of a timeout when looking
  up a record
- DNS: Fix duplicated cache insertions by limiting outstanding queries
  per name to one
- xmppstream: Disable LuaExpat's buffering
- xmppstream: Disable CharacterData merging after stream restarts
- xmppstream: Pass invalid stream headers to error handling
- Privacy lists: Correctly sort privacy list rules by order
- prosody: Check dependencies later in the startup sequence
- Config: Delay importing LuaFileSystem until needed by an Include line
- Config: Normalize VirtualHost and Component names
- prosodyctl: Normalize JIDs for adduser/passwd/deluser
- POSIX: Fix error reporting from disk space allocation
- POSIX: Verify that 'pidfile' is a string, show friendly error otherwise
- Dependency checking: Check that prosody is running under Lua 5.1. We don't
  currently support any other versions. (LuaJIT identifies as 5.1)
- Compliance: Reset stream ID when resetting stream
- Compression: Log compression setup errors
- Console: Fix commands for adding and replacing name servers
- Console MUC commands: Fix error when a non-existent host is entered
- Filters: Prevent filters from being added twice
- Network: Transfer all available data between linked sockets
- dataforms: Add support for XEP-0221: Data Forms Media Element
2014-11-27 10:18:20 +00:00
wiz
6c373b8c6b Switch from vala024 to vala (0.26). 2014-11-24 16:31:19 +00:00
mef
7cc23ad802 To fix:
ERROR: [check-interpreter.mk] The interpreter "/usr/pkg/bin/perl" of
  "/scratch/chat/centerim/work/.destdir/usr/pkg/bin/cimconv" does not
  exist. (etc)  Thanks joerg@.
2014-11-24 00:08:22 +00:00
mef
9190b93ce9 Patch provided by PR pkg/48911
applied for Emacs24-24.4.50 and Emacs25-25.0.50
2014-11-23 06:13:37 +00:00
mrg
a7867dfaf2 update ircII to 20141122. main change is to revert the broken resize code. 2014-11-22 22:20:15 +00:00
mef
730d8211c9 CGI:IRC 0.5.11
There's a new release out, including various browser bug fixes.

    Key handling fixes for WebKit, removed outline for Chrome.
    Made it more obvious when the stream is disconnected.
    Optional support for smilies (see cgiirc.config.full and docs/smilies.conf.example)

Date: 24 September 2013 Author: dgl
2014-11-21 12:10:35 +00:00
mef
87db0b9cd2 (pkgsrc)
- remove patches/patch-ad. #include <utmp.h> does not exist any more.
(upstream)
 - Update 4.22.9 to 4.22.10

2010-10-26  Roger  <roger@jikos.cz>
	Disable standard printf() redefinition in yahoo_util.h Should fix #165

2010-10-23  Boris Petersen  <transacid@gmail.com>
	Fix for CVE-2009-3720 in libjabber's xml parser

2010-10-19  Roger  <roger@jikos.cz>
	Updated po files
	Merge branch 'mob' of git+ssh://repo.or.cz:22/srv/git/centerim into mob
	Yahoo - disable conference and file transfer support (it doesn't work anyway)
	Propper authorization and buzz events

2010-10-19  Boris Petersen  <transacid@gmail.com>
	updated po files

2010-10-19  Roger  <roger@jikos.cz>
	Yahoo - add buddy authentication

2010-10-11  Roger  <roger@jikos.cz>
	Add missing initialization to get rid of some valgrind warnings

2010-10-07  Boris Petersen  <transacid@gmail.com>
	updated po files

2010-10-07  Roger  <roger@jikos.cz>
	Yahoo - implement missing callback stubs

2010-10-05  Boris Petersen  <transacid@gmail.com>
	updated po files

2010-10-05  Roger  <roger@jikos.cz>
	Yahoo - implement missing callbacks

2010-10-04  Roger  <roger@jikos.cz>
	fix GNUTLS connection

2010-10-02  Roger  <roger@jikos.cz>
	connwrap - initialize gnutls session in cw_connect
	connwrap - don't deinit gnutls session in cw_nb_connect on error, it's done in delsock

2010-09-16  Roger  <roger@jikos.cz>
	Add missing sources to libyahoo2 makefile

2010-09-16  Boris Petersen  <transacid@gmail.com>
	updated po files
	ignore .version file

2010-09-16  Roger  <roger@jikos.cz>
	Port Yahoo to new libyahoo2-1.0.1
	Disables file transfer (at least for now)

	Fix SSL context leak in connwrap

2010-08-27  Boris Petersen  <transacid@gmail.com>
	Added gettext-devel test to autogen.sh

2010-08-27  Sven Putteneers  <sven@tuxera.be>
	display received time if different from sent time

	Added script to extract a part of a chatlog history and pretty-print it.
	Run without parameters for usage info.

2010-07-31  Boris Petersen  <transacid@gmail.com>
	adding new script for history formating.
	initial script by Ilya Sukhanov <ilya@sukhanov.net>

2010-06-19  Roger  <roger@lv.(none)>
	Add missing initialization to perm/deny SNAC and don't overwrite its id in SBL parsing

2010-04-24  Boris Petersen  <transacid@gmail.com>
	Merge git-version-gen with gnulib

2010-02-25  Damyan Yordanov  <damyan@web.de>
	bulgarian translation updated

2010-02-25  Boris Petersen  <transacid@gmail.com>
	updated po files

2010-02-21  Boris Petersen  <transacid@gmail.com>
	refresh index before checking for dirty versions

2010-02-21  Damyan Yordanov  <damyan@web.de>
	bulgarian translation updated

2010-02-18  Lubomir Rintel  <lkundrak@v3.sk>
	Use RAND_add() with nss_compat_openssl
	It does not provide RAND_seed().

2010-02-18  Boris Petersen  <transacid@gmail.com>
	updated po files

2010-02-17  Roger  <roger@lv.(none)>
	Better jabber presence handling

2010-02-05  Boris Petersen  <transacid@gmail.com>
	Merge branch 'versioning' into mob

2010-02-05 Ahmed El-Mahmoudy  <aelmahmoudy@sabily.org>
	Check for FriBidi using pkg-config
	New upstream releases of FriBidi don't provide fribidi-config anymore, so
	using pkg-config instead to check for FriBidi.

2010-01-31  Boris Petersen  <transacid@gmail.com>
	new packaging friendlier versioning
	This basically omits the 4 hash digits at the end of the version string.
	so e.g.:
	centerim-4.22.9.12-3be3.tar.gz
	will end up
	centerim-4.22.9.12.tar.gz
	This makes it easier to package mobshot in gentoo for example.

	Updated po files

2010-01-29  Hakan Kvist  <hagar@df.lth.se>
	Fixed compiler warnings in kkiproc.cc
	Removed unused function in kkiproc.cc and fixed
	compilewarnings regarding xprintf.

	stringstream << should be used instead of sprintf,
	and cout << instead of printf.

	Beacause:
	int64_t foo = 0xffffffffffffffff;
	printf (%lx, foo);

	printf will behave as expected on a 64 bit platform,
	but not on a 32 bit platform (only ffffffff will be printed).

2010-01-28  Hakan Kvist  <hagar@df.lth.se>
	Cleanup of "extra protection" for ~/.centerim directory.
	Reverted some parts of the commits:
	e0ab4eeb52cdba438aa2834c4223881ab006b854
	deb0cbaa7c385d2656229ac366071c090c55f597

	See the discussion here:
	http://centerim.org/pipermail/centerim-devel/2009-June/000678.html

	If the ~/.centerim directory got the proper protection, then there
	is no need for bloating the code with a lot of extra verifications.
	No one else than the owner can access the files in ~/centerim
	anyway.

	Removal of unused variables
	Removed a couple of unused variables.
	There is still a lot to do if we want to be able to use -Wall for detecting
	real errors (currently there are too many warnings in the output, so -Wall isn't
	really useful).

	Ncurses RTFM. remove ugly prototypes for FreeBSD and OSX
	When reading the ncurses man page you find that
	_XOPEN_SOURCE_EXTENDED must be defined when using
	wide character functions when including ncurses.h.

2010-01-26  Hakan Kvist  <hagar@df.lth.se>
	Try to fix FreeBSD ncurses compile errors.
	Tested on Ubuntu 9.04 and FreeBSD 7.2.

	Try to fix FreeBSD ncurses compile errors.
	Tested on Ubuntu 9.04 and FreeBSD 7.2.

	Try to fix FreeBSD ncurses compile errors.

2010-01-25  Hakan Kvist  <hagar@df.lth.se>
	configure: check for ncurses/ncursesw. Only curses is not enough.
	Some platforms (i.e Solaris 11), still ships ancient curses.
	However centerim requires ncurses in order to compile.
	Adapted configure.ac to only check for ncurses(w) instead of (n)curses(w).

	Cleaned up #ifdefs in conscommon.h

2010-01-19  Hakan Kvist  <hagar@df.lth.se>
	Fixed compiler error with FreeBSD. Also fixed link error against curseslib.
	FreeBSD do not want <utmp.h> to be included. However utmp is only used in linux,
	so we do not need to include utmp.h for non linux systems.

	Also bug in configure script was fixed.
	The curses-lib was not properly included in the $LIBS-variable in the
	configure.ac file.

2010-01-19  Boris Petersen  <transacid@gmail.com>
	Better check for ncurses/ncursesw
	With many thanks to the autoconf archive for the macro
	and Stéphane "kjir" Bisinger for the pointers and hints ;)

2009-12-14  Boris Petersen  <transacid@gmail.com>
	Updating Changelog for 4.22.9

2009-12-13  Boris Petersen  <transacid@gmail.com>
	New taging model.
	To be up to date with gnulib's git-version-gen.
	WARNING: This breaks compatibility with non v* tags.
	For us that means everything before 4.22.9 won't work
	anymore.
2014-11-21 12:02:02 +00:00
mef
708e892a30 Version 3.2.2:
- The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
- Rejecting buddy requests in jabber won't accept them. Sorry for that.
- Purple builds can now enable built in protocols when configuring, by
  passing a parameter such as --jabber=1 to configure
- You can now use /oper to change passwords with "ac x set -del password"
- Complex unicode characters (non-BMP) now display correctly in twitter.
- A few init / build script / pkg-config fixes. Added "install-systemd"
  make target.

Finished 5 Jul 2014

Version 3.2.1:
- Most important change: http_client updated to use HTTP/1.1, now required
  by Twitter.
- fill_by setting can now be used to fill a channel contacts *not* in a
  certain group/on a certain account/etc. See "help set fill_by"
- Added utf8_nicks setting which lets you use non-ASCII nicknames for your
  contacts. Might not work with all IRC clients, use at your own risk!
- Lots of bugfixes.

Finished 27 Nov 2013
2014-11-20 08:38:59 +00:00
markd
32cd76493a Update konversation to 1.5.1
* Fixed a bug causing wildcards in command alias replacement patterns not
  to be expanded.
* Fixed a bug causing auto-joining of channels not starting in # or & to
  sometimes fail because the auto-join command was generated before we got
  the CHANTYPES pronouncement by the server.
* Added a size sanity check for incoming Blowfish ECB blocks. The blind
  assumption of incoming blocks being the expected 12 bytes could lead to
  a crash or up to 11 byte information leak due to an out-of-bounds read.
  This fixes CVE-2014-8483.
* Enabling SSL/TLS support for connections will now advertise the protocols
  Qt considers secure by default, instead of being hardcoded to TLSv1.
* Fixed the bundled 'sysinfo' script not coping with empty lines in
  /etc/os-release.
* Made disk space info in the bundled 'sysinfo' script more robust by
  forcing the C locale for 'df'.
* Added an audio player type hint for Cantata to the bundled 'media' script.
* Fixed some minor comparison logic errors turned up by static analysis.
* Konversation now depends on KDE Platform v4.9.0 or higher.
2014-11-14 09:31:14 +00:00
fhajny
b4eb3326bc Backport upstream commit to fix CVE-2014-8760. Bump PKGREVISION. 2014-11-13 09:45:47 +00:00
adam
8e3b70e314 Revbump after updating boost 2014-11-07 19:39:24 +00:00
obache
ffffdaf973 remove duplicated inet6 option. 2014-11-02 05:36:25 +00:00
obache
98911cbf06 Fixes unusual MESSAGE_SRC usage. 2014-11-02 05:35:39 +00:00
mrg
443b49081a update to ircii 20141028. mostly, this fixes a resize bug. 2014-11-01 14:24:14 +00:00
jnemeth
a4224c6d27 libgee was renamed to libgee0.6 2014-10-27 08:57:06 +00:00
prlw1
23c510b6a3 Rename libgee to libgee0.6 2014-10-25 19:00:14 +00:00
gdt
a1be3fa8f3 Update to 4.0.1.
21 Oct 2014:

- Hardened Windows build
- Fix max message size for Novell Groupwise
- New Czech, Finnish, Brazilian Portuguese, Norwegian Bokmål
  translations.  Updated French, Chinese translations.
- Release 4.0.1
2014-10-21 12:04:12 +00:00
gdt
74f8cac1f2 Update to 4.1.0.
21 Oct 2014:
- Release 4.1.0
- Modernized autoconf build system
- Use constant-time comparisons where needed
- Use gcrypt secure memory allocation
- Correctly reject attempts to fragment a message into too many pieces
- Fix a missing opdata when sending message fragments
- Don't lose the first user message when REQUIRE_ENCRYPTION is set
- Fix some memory leaks
- Correctly check for children contexts' state when forgetting a context
- API Changes:
  - Added API functions otrl_context_find_recent_instance and
    otrl_context_find_recent_secure_instance.
2014-10-21 11:46:31 +00:00
alnsn
bdc6025cdf Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
fhajny
faad3c0d90 Cache remote deps. This should help offline builds and prevent PLIST
changes if upstream updates one of the dependencies. Clean up and
reorder Makefile for better readability.
2014-10-16 12:47:59 +00:00
joerg
92d5a64360 Sync PLIST with installation. Bump revision. 2014-10-15 22:05:40 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
jperkin
3f64d086b5 Update irssi-icb to version 0.15. Requested during the freeze by agc, as
the version number accidentally went backwards in the last irssi update.

This release mainly incorporates most of the pkgsrc patches into the upstream
tarball, so the only real change of note is that /beep output has been fixed.
2014-09-30 08:59:58 +00:00