Commit graph

204443 commits

Author SHA1 Message Date
ryoon
03d766b9ef Fix comment on patches/patch-lib_stdio.in.h.
Previous comment is irrelevant. Pointed out by wiz@. Thank you.
2013-07-19 14:49:28 +00:00
ryoon
acd20b1327 Fix builtin detection conditionals.
* Correct detection of following cases.
  non-editline/readline, editline/non-readline, and editline/readline.
* If builtin editline has header files in include/editline, create
  include/readline/* symlinks.
* Fix PR pkg/48062 with above fixes. Confirmed on Ubuntu Linux/amd64 13.04.
2013-07-19 14:35:37 +00:00
ryoon
0ced55d9f7 Set OS_VARIANT for OmniOS.
* OmniOS (SunOS variant) is shipped with readline 6.2. OS_VARIANT=OmniOS
  will be used by devel/readline/buildlink3.mk.
2013-07-19 14:29:16 +00:00
degroote
d99d04b832 Updated mail/imapfilter to 2.55 2013-07-19 14:01:22 +00:00
degroote
c4a6096754 Update imapfilter to 2.5.5
Changes since 2.0.6:

IMAPFilter 2.5.5 - 8 Jun 2013
  - Work-around for some servers that send an unexpected APPEND response.
  - The serial number of the certificates is taken into account, because some
    servers send different certificates with the same subject and issuer.
  - Details of the stored certificates are written to the certificates file, in
    order to make it easier to distinguish each of them.
  - Support for TLS versions 1.1 and 1.2 for secure connections.

IMAPFilter 2.5.4 - 9 Apr 2013
  - Some server responses are now parsed less stricly.
  - More detailed information is now printed when there's an error.
  - Bug fix; various corrections in the recovery mechanism.

IMAPFilter 2.5.3 - 22 Jul 2012
  - New implementation for international mailbox names.
  - Bug fix; wrong variable name in one of the examples on extending.
  - Bug fix; an OpenSSL compilation warning.

IMAPFilter 2.5.2 - 29 Feb 2012
  - Persistent errors or connection failures are now ignored when running in
    daemon mode, and a reconnection is attempted during the next loop iteration.
  - Bug fix; problems with failure handling during login/logout.

IMAPFilter 2.5.1 - 27 Feb 2012
  - Support for recovery of a session after a BYE response is received.
  - Option to control in which cases a terminated session will be restored.
  - Bug fix; a BYE response could sometimes get incorrectly ignored.

IMAPFilter 2.5 - 23 Feb 2012
  - Support for recovery of a session when a network failure is encountered,
    and other robustness improvements.
  - Informational messages are printed also for the fetch and append methods.
  - Lua 5.2 compatibility, while the codebase can still be compiled with
    version 5.1.
  - The OpenSSL library is now a mandatory build requirement.
  - Bug fix; unrecoverable login failures did not result in aborting of the
    execution of the configuration.
  - Bug fix; when messages were appended to a mailbox that did not exist, it
    failed to create the mailbox and then retry the appending.
  - Bug fix; misleading errors were printed on some SSL failures.
  - Bug fix; protected call of the commands to execute in the daemon function
    could hide important failures.
  - Bug fix; the man page had an incorrect description of the -d option.
  * Support for the old deprecated 1.x configuration format has been removed,
    and the current 2.x format can only be executed from now on.

IMAPFilter 2.4.2 - 19 Jan 2012
  - Bug fix; some ASCII characters in mailbox names were incorrectly converted
    to UTF-7.

IMAPFilter 2.4.1 - 8 Dec 2011
  - Bug fix; become_daemon() failure.

IMAPFilter 2.4 - 6 Dec 2011
  - Support for non-ASCII mailbox names.
  - New environment variable to set the configuration directory.
  - Bug fix; parsing of some server responses was broken since the previous
    release.
  - Bug fix; the match_field() method matched on the whole header field,
    instead of only the header field body.
  - Bug fix; debug file check caused printing of a misleading error message.
  - Bug fix; typo error in a configuration man page example.

IMAPFilter 2.3 - 6 Aug 2011
  - Support for appending/uploading messages to mailboxes.
  - Debug file option now takes filename argument.
  - New simplified configuration and building procedure.
  - Bug fix; in some cases a mailbox was incorrectly assumed selected.
  - Bug fix; in some cases server capabilities needed update after login.
  - Bug fix; timeout problem with CRAM-MD5 authentication.
  - Bug fix; some servers send non-ASCII characters in their responses.

IMAPFilter 2.2.3 - 6 Mar 2011
  - Project moved to GitHub.
  - Changed file and directory structure.
  - The next UID is returned as an additional return value of check_status().
  - All processing methods now return a boolean based on their success.
  - Bug fix; a lost connection is now handled better by trying to reconnect.
  - Bug fix; in some cases in IDLE a message had arrived but was ignored.
  - Bug fix; in some servers the initial IDLE reply wasn't handled correctly.
  - Bug fix; typo errors in the documentation.

IMAPFilter 2.2.2 - 23 Jan 2010
  - Bug fix; a couple of errors in the extending examples file.

IMAPFilter 2.2.1 - 20 Jan 2010
  - A global option for the IDLE refreshing interval was added.
  - Bug fix; more detailed reporting when SSL socket errors occur.

IMAPFilter 2.2 - 30 Dec 2009
  - Support for combining searching methods in multiple mailboxes at the same
    or different accounts and processing of the results in bulk.
  - Support for meta-searching that allows searching on the previous searching
    results.
  - The processing and fetching methods were enhanced to reflect the new
    changes and the documentation was updated.
  - Global options for the message cache and the certificates were added.
  - Bug fix; questions for certificates are not asked while in daemon mode, but
    instead an error is printed.
  * A different format is used for the returned structures of the searching
    methods, due to the introduction of multiple mailbox searching and
    meta-searching, and thus any configuration files that rely on them should
    be updated. Consequently, the processing and fetching methods have been
    also enhanced and the relevant documentation updated, and while these
    changes are backwards compatible, an update of the configuration file is
    still recommended.

IMAPFilter 2.1.2 - 3 Dec 2009
  - Bug fix; cache for message parts didn't work correctly.
  - Bug fix; documentation error.

IMAPFilter 2.1.1 - 24 Nov 2009
  - Bug fix; global option timeout and enter_idle() didn't play well together.

IMAPFilter 2.1 - 23 Nov 2009
  - Support for the IMAP IDLE extension (RFC 2177) through the enter_idle()
    method.
  - Support for fetching of a message's body structure through the
    fetch_structure() method, and of a message's specific body part through the
    fetch_parts() method.
  - Addition of a global option that controls the character set used for all
    the searching methods.
  - Bug fix; fetching of non-existent messages.
  - Bug fix; no trailing end-of-line characters in the results of
    fetch_fields().

IMAPFilter 2.0.11 - 20 Sep 2009
  - Bug fix; fetching of messages with empty body.
  - Workaround for problematic IMAP server sending non-compliant mailbox status
    information.

IMAPFilter 2.0.10 - 16 Feb 2008
  - Bug fix; failed a great number (tens of thousands) of commands were
    exchanged with an IMAP server.
  - Bug fix; failed to fetch the body of some messages in some extremely rare
    occasions.
  - Bug fix; the description for the contain_header() method was clarified.

IMAPFilter 2.0.9 - 26 Dec 2007
  - Bug fix; the match_*() methods failed to match messages.
  - Bug fix; the match_*() methods failed with an error when no messages
    matched.
  - Bug fix; note added in the documentation about the need to use double
    backslashes inside of regular expression patterns.

IMAPFilter 2.0.8 - 23 Dec 2007
  - Bug fix; on some platforms it is necessary to link against the math library.

IMAPFilter 2.0.7 - 22 Dec 2007
  - Bug fix; the match_*() methods failed with an error message.
2013-07-19 13:58:56 +00:00
joerg
024f318eb6 Fix missing termios.h. Explicitly use pointer as guard value. 2013-07-19 12:58:20 +00:00
joerg
b4466a6462 Fix header guards. 2013-07-19 12:57:51 +00:00
joerg
f844aecce7 Install missing files as necessary. 2013-07-19 12:57:28 +00:00
joerg
b875b6db86 Add missing termios.h includes. 2013-07-19 12:54:58 +00:00
joerg
178d9dd159 Fix friend definition. 2013-07-19 12:53:09 +00:00
joerg
45f29ced64 Not MAKE_JOBS_SAFE. 2013-07-19 12:52:10 +00:00
joerg
b79b4551c9 Don't use false as pointer. Don't use default arguments in friend
definition.
2013-07-19 12:51:56 +00:00
joerg
9affe62cdd Fix return type. 2013-07-19 12:51:10 +00:00
joerg
52e9af90d3 Fix build with automake 1.4. 2013-07-19 12:50:44 +00:00
ryoon
44608567a7 Fix build on Ubuntu Linux/amd64 13.04.
* patch is borrowed from Gentoo Linux.
2013-07-19 12:13:36 +00:00
ryoon
2787f53c63 Recursive revbump from gtk2/modules.mk update. 2013-07-19 10:08:58 +00:00
fhajny
e6d7be4ea3 Updated www/yaws to 1.96 2013-07-19 09:53:53 +00:00
fhajny
202121c2a0 Update yaws to 1.96.
Too many changes, see website for changelog:

http://yaws.hyber.org/
2013-07-19 09:53:34 +00:00
fhajny
76ca662ad6 Updated chat/ejabberd to 2.1.13 2013-07-19 09:46:03 +00:00
fhajny
46fc140e4c Update ejabberd to 2.1.13.
Bugs fixed since 2.1.12:
* Compilation: Detect correctly newer Darwin versions (EJAB-1594)
* Guide: ejabberd_service expects a shaper_rule, not a shaper
* MUC: Handle multiple < and > in mod_muc_log plaintext mode (EJAB-1640)
* MUC: Handle ~ control sequence in text of mod_muc_log (EJAB-1639)
* MUC: list_to_integer/2 only works in OTP R14 and newer
* Pubsub: access_createnode acl also applies to auto created nodes
* Web: Normalize HTTP path
2013-07-19 09:45:37 +00:00
fhajny
b7c93fbbd2 Updated net/rabbitmq to 3.1.3 2013-07-19 09:35:23 +00:00
fhajny
8000eddc0a Update rabbitmq to 3.1.3.
Bugs fixed in 3.1.3
==================================

management plugin
------------------
25643 fix bug that lead to incorrect reporting of accumulated
      stats (since 3.1.2)


Bugs fixed in 3.1.2:
==================================

server
------
25636 fix startup failure when using SSL with Erlang/OTP R16B01
25571 fix potential deadlock in application shutdown handling (since 2.1.0)
25567 fix queue crash requeuing in-memory messages (since 2.7.0)
25599 fix queue record leak of exclusive durable queues after forceful
      shutdown (since 3.0.1)
25576 fix bug in queue index where a broker crash between segment
      deletion and journal truncation could prevent the broker from
      subsequently starting (since 2.0.0)
25615 fix duplicate mirror queue slaves starting on a single node (since 2.6.0)
25588 ensure per-message-TTL is removed when messages are dead-lettered
      (since 3.0.0)
25575 fix bug handling empty rabbit_serial leading to startup failure
      (since 1.7.0)
25640 fix channel crash with a race between basic.ack and basic.cancel
      when prefetch >= 1 (since 3.1.0)
25638 fix leak affecting HA/mirrored queues (since 3.0.0)
25611 improve stack traces when message store crash occurs
25612 fix crashing processes when stopping node as part of a cluster
      (since 2.4.0)

stomp plugin
-------------
25564 fix handling of reply-to for non-temporary queue destinations
      (since 3.1.0)
25566 allow unescaped colons in header values for STOMP 1.0 compatibility


management plugin
-----------------
25592 fix bug allowing unprivileged users to see stats for all vhosts
      (since 3.1.0)
25600 fix consumer record leak in the management database (since 2.2.0)
25629 fix memory leak in the presence of long-lived channels and
      short-lived queues (since 3.1.0)
25580 fix bug preventing definitions file from loading if it contained
      a policy from a non default vhost (since 3.1.1)

LDAP plugin
-----------
25573 fix garbled login failure errors (since 2.3.0)

Java client
-----------
25633 fix quoting and escaping in json parser, avoid a potentially
      non-terminating loop and improve error handling (since 2.8.2)
      (thanks to Bradley Peabody)

Erlang client
-------------
25521 fix negotiated frame-max handling, which was being ignored (since 2.0.0)
25489 fix rpc client/server to ensure correlation-ids are valid UTF-8 strings
      (since 2.0.0) (thanks to Daniel White)
2013-07-19 09:35:02 +00:00
adam
8910bfaeee Changes 3.2.3:
* LIBZMQ-526 Assertion failure "Invalid argument (tcp_connecter.cpp:285)"
* LIBZMQ-446 Setting the DSCP bits by default causes CAP_NET_ADMIN error
* LIBZMQ-496 Crash on heavy socket opening/closing: Device or resource busy (mutex.hpp:90)
* LIBZMQ-462 test_connect_delay fails at test_connect_delay.cpp:80
* LIBZMQ-497 Messages getting dropped
* LIBZMQ-488 signaler.cpp leaks the win32 Event Handle
* LIBZMQ-476 zmq_disconnect has no effect for inproc sockets
* LIBZMQ-475 zmq_disconnect does not sent unsubscribe messages
2013-07-19 08:16:36 +00:00
wiz
8da1a96f7d Updated x11/xconsole to 1.0.6 2013-07-19 05:53:20 +00:00
wiz
9bbb6050e0 Update to 1.0.6:
This release fixes a build issue on FreeBSD, minor file handling issues on
all platforms, and deletes code for OS'es that xconsole hasn't built on in
years.

Alan Coopersmith (7):
      config: Add missing AC_CONFIG_SRCDIR
      unifdef -Uultrix
      unifdef -UISC
      unifdef -ULynx
      Fix file leak if fdopen() fails
      Use fstat() on the fd from open(), instead of stat() on the same pathname
      xconsole 1.0.6

Niclas Zeising (1):
      Fix build on FreeBSD
2013-07-19 05:53:07 +00:00
taca
18f365743d Setting both 53 and 54 to PHP_VERSIONS_ACCEPTED isn't required since
default is both 53 and 54.
2013-07-19 03:59:59 +00:00
manu
3aab276ce7 Add f90 option for fortran90 bindings 2013-07-19 03:52:29 +00:00
wiz
ce31b0dccf Updated lang/perl5 to 5.18.0nb2 2013-07-18 22:17:44 +00:00
wiz
336127f444 Fix netbsd hints:
--whole-archive is a linker flag, not a compiler flag.
Bump PKGREVISION.

Hopefully improves p5-gettext with clang from pkgsrc.
2013-07-18 22:17:33 +00:00
adam
1c0045ec69 Updated devel/py-mako to 0.8.1 2013-07-18 20:34:47 +00:00
adam
fa6ee22f15 Changes 0.8.1:
- [bug] Changed setup.py to skip installing markupsafe
  if Python version is < 2.6 or is between 3.0 and
  less than 3.3, as Markupsafe now only supports 2.6->2.X,
  3.3->3.X.
- [bug] Fixed regression where "entity" filter wasn't
  converted for py3k properly (added tests.)
- [bug] Fixed bug where mako-render script wasn't
  compatible with Py3k.
- [bug] Cleaned up all the various deprecation/
  file warnings when running the tests under
  various Pythons with warnings turned on.
2013-07-18 20:33:50 +00:00
joerg
3d50cf058d Fix path. 2013-07-18 20:19:51 +00:00
joerg
eef10a417d Install missing files as needed. 2013-07-18 20:19:03 +00:00
wiz
294cf34957 Drop maintainership. 2013-07-18 17:09:25 +00:00
jperkin
4b1d6ecd5b Updated pkgtools/mksandbox to 1.1 2013-07-18 16:07:37 +00:00
jperkin
58c1cbdabc mksandbox-1.1:
* Add /lib64 and /usr/lib64 on Linux.
  * Ensure that read-only --bind mounts on Linux are actually read-only.
2013-07-18 16:07:22 +00:00
ryoon
c9784628bf Fix non-editline builtin case.
Many thanks for obache@.

* READLINE_DEFAULT is depends on builtin editline/readline type if possible.
* _READLINE_ACCEPTED is always "editline readline", both are provided.

Tested on OmniOS (builtin readline-6.2; with some modifications) and NetBSD.

XXX If buitin readline is incompatible, READLINE_DEFAULT is set as readline.
    According to devel/readline/builtin.mk, SunOS, Darwin, and Interix's
    readline is incompatible with GNU readline.
    This behavior should be fixed.
2013-07-18 14:59:04 +00:00
wiz
22691b7634 Fix previous. See PR 48059. 2013-07-18 13:10:03 +00:00
sborrill
f08ecd431a From 6.2, this is 2-clause BSD rather than GPL 2013-07-18 13:05:48 +00:00
sborrill
9b1d89eb4e Add extra example source file 2013-07-18 12:07:43 +00:00
joerg
4c8518dd65 Add termios.h formerly included by unistd.h. 2013-07-18 12:07:24 +00:00
joerg
df0fa0cf65 Fix inline use. 2013-07-18 12:06:39 +00:00
joerg
71dd2cff59 ISO C++ doesn't allow default arguments on friends, if it isn't a
declaration.
2013-07-18 12:06:10 +00:00
joerg
7d48f4fa3f Fix format string, some missing prototypes and the check for signal
handler type.
2013-07-18 12:05:09 +00:00
joerg
f06bdd6780 Fix build with editline. 2013-07-18 12:03:52 +00:00
joerg
cba5d22771 Fix use of NUL compared against pointers, including a real bug due to
missing indices. Bump revision.
2013-07-18 12:01:29 +00:00
sborrill
3d3f5dd2ad Updated devel/libxenserver to 6.2.0 2013-07-18 12:00:17 +00:00
sborrill
6e2b01beca Update to 6.2.0 SDK for use with XenServer 6.2 and earlier (support for
XenServer 4.0 has been removed from this release).
2013-07-18 11:59:28 +00:00
joerg
e2251856a6 ISO C++ doesn't allow default arguments on friends, if they are not
declarations as well.
2013-07-18 11:57:42 +00:00
dholland
99f1007628 imake 2013-07-18 08:04:40 +00:00