summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11fixes for old bmake, undefined variable is not treated as empty.obache1-2/+2
2014-03-11Updated net/zeromq to 4.0.4obache1-1/+2
2014-03-11Update zeromq to 4.0.4.obache2-6/+6
0MQ version 4.0.4 stable, released on 2014/03/10 ================================================ Bug Fixes --------- * Fixed #909; out of tree build issue on Linux. * Fixed #888; hangs on terminate when inproc connected but never bound. * Fixed #868; assertion failure at ip.cpp:137 when using port scanner. * Fixed #818; fix timestamp counter on s390/s390x. * Fixed #817; only export zmq_* symbols. * Fixed #797; fixed setting TCP keepalive on Windows. * Fixed #775; compile error on Windows. * Fixed #763; when talking to a ZMTP v1 peer (libzmq 2.2), a socket would send an extra identity frame at the start of the connection. * Fixed LIBZMQ-576 - Crash closing a socket after zmq_msg_send returns EAGAIN (reverts LIBZMQ-497) * Fixed LIBZMQ-584; subscription filters getting lost on reconnection.
2014-03-10Force the use of clang on Snow Leopard, the llvm-backed gcc is unable tojperkin1-1/+8
compile Python 3.3 correctly, and as per http://bugs.python.org/issue13241 the Python developers are uninterested in fixing this.
2014-03-10Update to 24.3.0ryoon2-258/+258
* Sync with firefox24-24.3.0
2014-03-10Detect Clang and apply proper compiler settings.asau1-2/+15
This fixes bootstrapping on FreeBSD 10 where cc is Clang pretending poorly to be GCC.
2014-03-10Updated www/firefox24 to 24.3.0ryoon1-1/+2
2014-03-10Reset PKGREVISIONryoon1-2/+1
2014-03-10Update to 24.3.0ryoon2-6/+6
Changelog: Fixed in Firefox ESR 24.3 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
2014-03-10Updated databases/sqlite3 to 3.8.4adam1-1/+4
2014-03-10devel/nss 3.15.4 or later is required.ryoon1-2/+2
Fix build. From Matthias Ferdinand.
2014-03-10Updated devel/cvs-fast-export to 1.9ryoon2-3/+3
2014-03-10Update to 1.9ryoon4-24/+35
* Add dependency to python for cvssync script Changelog: 1.9 @ 2014-03-08 RCS/CVS usernames may now begin with a digit (patch by Jesse Weinstein). Cleaned up a mess around keyword expansion; it had been misdocumented. Fixed some minor bugs in the test suite. Fixed a signedness issue on 64-bit machines. 1.8 @ 2014-02-19 Processing of hardlinks field was incorrect, is now fixed. 1.7 @ 2014-02-18 Allow # in symbol names. Addresses a corner case in the NetBSD repository. 1.6 @ 2014-02-17 Fix a brown-paper-bag bug in cvssync. 1.5 @ 2014-02-16 Skip a hardlinks field, if present. Add a -c option to cvssync that makes mirrors with CVSROOTs. 1.4 @ 2014-02-04 Optimization to call sbrk() less often needs to be conditioned on GCC. 1.3 @ 2014-01-23 Improved performance on masters with lots of symbols; thank Jens Bethkowsky. 1.2 @ 2014-01-04 Smarter blob directory creation to reduce search overhead for blobs. 1.1 @ 2014-01-03 Cope with CVS-NT kopt strings containing garbage binary data. 1.0 @ 2013-12-28 Bug fix: Non-top-level .cvsignores are now converted. More speed and significant lowering of memory usage. Most error messages are now explained on the manual page. 0.8 @ 2013-12-16 Processing speed has approximately tripled since last release. cvs-fast-export has save progress metering again. cvssync can now take a CVS URL argument. 0.7 @ 2013-12-15 -i option for incremental dumping. -p option for enabling load status reports. Many documentation improvements. There is now a regression-test suite for the package. cvssync tool for mirroring remote CVS repos added. 0.6 @ 2013-12-10 Improvements for CVS-NT support. Improve timing of missing-commitids message
2014-03-10Updated mail/thunderbird-l10n to 24.3.0ryoon1-1/+2
2014-03-10Update to 24.3.0ryoon2-138/+138
* Sync with thunderbird 24.3.0
2014-03-10Updated devel/nss to 3.15.5ryoon1-1/+2
2014-03-10Update to 3.15.5ryoon2-6/+6
Changelog: From: https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.5_release_notes Network Security Services (NSS) 3.15.5 is a patch release for NSS 3.15. New functionality: * Added support for the TLS application layer protocol negotiation (ALPN) extension. Two SSL socket options, SSL_ENABLE_NPN and SSL_ENABLE_ALPN, can be used to control whether NPN or ALPN (or both) should be used for application layer protocol negotiation. * Added the TLS padding extension. The extension type value is 35655, which may change when an official extension type value is assigned by IANA. NSS automatically adds the padding extension to ClientHello when necessary. * Added a new macro CERT_LIST_TAIL, defined in certt.h, for getting the tail of a CERTCertList. Notable Changes: * Bug 950129: Improve the OCSP fetching policy when verifying OCSP responses * Bug 949060: Validate the iov input argument (an array of PRIOVec structures) of ssl_WriteV (called via PR_Writev). Applications should still take care when converting struct iov to PRIOVec because the iov_len members of the two structures have different types (size_t vs. int). size_t is unsigned and may be larger than int.
2014-03-10Pull in necessary includes. Fixes build on older compilers, notably the onejperkin20-4/+283
shipped with OS X Snow Leopard.
2014-03-10Changes 3.8.4:adam9-41/+26
Code optimization and refactoring for improved performance. Add the ".clone" and ".save" commands to the command-line shell. Update the banner on the command-line shell to alert novice users when they are using an ephemeral in-memory database. Fix editline support in the command-line shell. Add support for coverage testing of VDBE programs using the SQLITE_TESTCTRL_VDBE_COVERAGE verb of sqlite3_test_control(). Update the _FILE_OFFSET_BITS macro so that builds work again on QNX. Change the datatype of SrcList.nSrc from type u8 to type int to work around an issue in the C compiler on AIX. Get extension loading working on Cygwin. Bug fix: Fix the char() SQL function so that it returns an empty string rather than an "out of memory" error when called with zero arguments. Bug fix: DISTINCT now recognizes that a zeroblob and a blob of all 0x00 bytes are the same thing. Ticket [fccbde530a] Bug fix: Compute the correct answer for queries that contain an IS NOT NULL term in the WHERE clause and also contain an OR term in the WHERE clause and are compiled with SQLITE_ENABLE_STAT4. Ticket [4c86b126f2] Bug fix: Make sure "rowid" columns are correctly resolved in joins between normal tables and WITHOUT ROWID tables. Ticket [c34d0557f7] Bug fix: Make sure the same temporary registers are not used in concurrent co-routines used to implement compound SELECT statements containing ORDER BY clauses, as such use can lead to incorrect answers. Ticket [8c63ff0eca] Bug fix: Ensure that "ORDER BY random()" clauses do not get optimized out. Ticket [65bdeb9739] Bug fix: Repair a name-resolution error that can occur in sub-select statements contained within a TRIGGER. Ticket [4ef7e3cfca] Bug fix: Fix column default values expressions of the form "DEFAULT(-(-9223372036854775808))" so that they work correctly, initializing the column to a floating point value approximately equal to +9223372036854775808.0.
2014-03-10Grab maintainershipfhajny1-2/+2
2014-03-10+ libgee-0.12.1, libsecret-0.18, python33-3.3.5.wiz1-2/+4
2014-03-10Note update of x11/ruby-tk package to 1.9.3p545nb3.taca1-1/+2
2014-03-10Switch to use lang/tcl85 and x11/tk85 instead of lang/tcl and x11/tk.taca1-4/+4
Bump PKGREVISION.
2014-03-10Note addtion of lang/tcl85 and x11/tk85 packages 8.5.15nb1.taca1-1/+3
2014-03-10Add and enable tk85.taca1-1/+2
2014-03-10Restore tk-8.5.15 package as lang/tk85 with bump PKGREVISION sincetaca11-0/+1065
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6 and later.
2014-03-10Add and enable tcl85.taca1-1/+2
2014-03-10Restore tcl-8.5.15 package as lang/tcl85 with bump PKGREVISION sincetaca19-0/+1743
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6 and later.
2014-03-10Support builtin libexpat on Darwin.jperkin2-5/+10
2014-03-10Fix patch offsets.jperkin2-5/+5
2014-03-10Updated databases/redis to 2.8.7fhajny2-3/+3
2014-03-10Update redis to 2.8.7.fhajny3-7/+15
--[ Redis 2.8.7 ] Release date: 5 Mar 2014 # UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds new features so users may want to upgrade in order to exploit the new functionalities. * [FIX] Sometimes the absolute config file path was obtained in a wrong way. This happened when there was a "dir" directive inside the config file and at the same time the configuration file was given as a relative path to redis-server or redis-sentinel executables. * [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are called during an interactive session. * [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the new Sentinel design. This error was actually a fix for a design error in the first implementation of Sentinel. * [FIX] Sentinel: added a missing exit() call to abort after config file checks at startup. This error was introduced with an improvement in a previous 2.8 release. * [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other archs not capable of dealing with unaligned accesses. This also makes the code faster in archs where unaligned accesses are allowed. * [FIX] Sentinel: better nodes fail over start time desynchronization to avoid split-brain during the voting process needed to get authorization to fail over. This means the system is less likely to need to retry and will fail over faster. No changes in behavior / correctness. * [FIX] Force INFO used_memory_peak to match peak memory. This generated some confusion among users even if it was not an actual bug. * [NEW] Sentinel unit tests and framework. More tests needed and units must be improved in order to have less false positives, but it is a start and features a debugging console that is useful to fix tests or to inspect bugs causing tests failures. * [NEW] New Sentinel events: +/-monitor and +set used to monitor when an instance to monitor is added or removed, or when a configuration is modified via SENTINEL SET. * [NEW] Redis-cli updated to use SCAN instead of random sampling via RANDOMKEY in order to implement --bigkeys feature. Moreover the implementation now supports pipelining and reports more information at the end of the scan. Much faster, much better. A special thank you to Michael Grunder for this improvement. * [NEW] redis-cli now supports a new --intrinsic-latency mode that is able to meter the latency of a system due to kernel / hypervisor. How to use it is explained at http://redis.io/topics/latency. * [NEW] New command BITPOS: find first bit set or clear in a bitmap. * [NEW] CONFIG REWRITE calls are now logged. --[ Redis 2.8.6 ] Release date: 13 Feb 2014 # UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua scripts with EVALSHA and attached slaves and/or AOF persistence should consider upgrading ASAP. * [FIX] Fixed an critical EVALSHA script cache bug: scripts executed may not propagate to AOF / Slaves correctly under certain conditions. See issue #1549 at Github for more information. * [FIX] Fixed multiple bugs resulting into closing the link with master or slave during replication without good reasons. This will result in useless resynchronizations, or infinite loops where the replication link can't be established. * [FIX] Don't count the time needed to populate the buffers of clients waiting in MONITOR mode when populating the Slow Log entries. * [NEW] AOF write errors (like no space on device) no longer abort Redis if the fsync policy is none or every second. The database enters a read-only mode where every write is refused with an error. Normal operations are restored as soon as Redis is able to append again data to the AOF file. * [NEW] Sentinel now accepts SHUTDOWN command. --[ Redis 2.8.5 ] Release date: 4 Feb 2014 # UPGRADE URGENCY: HIGH for Redis, LOW for Sentinel. Redis users using Lua scripts with expires, and Redis users relying on the ability of Redis to block writes on RDB saving errors should plan to upgrade ASAP. * [FIX] Fixed a replication bug caused by Lua scripts + expired keys: keys could expire in the middle of scripts causing non-deterministic behavior. * [FIX] MISCONFIG error if condition fixed, the server was no longer able to stop writes on RDB misconfiguration after this error was introduced. * [FIX] REDIS_AOF_REWRITE_MIN_SIZE is now 64mb like example redis.conf default. * [FIX] Perform fflush() before fsync() in rio.c (bug without actual effects). * [FIX] Don't log MONITOR clients as disconnecting slaves. * [FIX] SENTINEL MASTER arity check fixed. Crashed the Sentinel instance when the command was given without arguments. * [NEW] Allow CONFIG and SHUTDOWN while in stale-slave state. * [NEW] Support for configurable TCP listen(2) backlog size. * [NEW] redis-cli supports SCAN via the --scan and --pattern options. * [NEW] SENTINEL SET master quorum via runtime API implemented. --[ Redis 2.8.4 ] Release date: 13 Jan 2014 # UPGRADE URGENCY: MODERATE for Redis and Sentinel. * [FIX] Makefile compatibility with non common make variants improved. * [FIX] SDIFF crash in very unlikely to trigger state fixed. * [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite process. * [FIX] Set TCP port to 0 works again to disable TCP networking. * [FIX] Fixed replication with old Redis instances as masters by not sending REPLCONF ACK to them. * [FIX] Fix keyspace notifications rewrite and CONFIG GET output. * [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow). * [NEW] Sentinel now has a run time configuration API. * [NEW] Log when we lost connection with master or slave. * [NEW] When instance is turned from slave to master now inherits the old master replication offset when possible. This improves the Sentinel failover procedure.
2014-03-10Updated chat/prosody to 0.9.3fhajny1-1/+2
2014-03-10Update prosody to 0.9.3.fhajny7-22/+29
Changes in 0.9.3: - A config file passed as command line argument is no longer forgotten when config is reloaded - MUC: Allow admins to always bypass restrict_room_creation - Strip trailing '.' when normalizing hostnames - HTTP: Prevent silent connection failures - Components: Allow easier overriding of component authentication by plugins - Components: Enable TCP keepalives - Migrator: Better error reporting and improved robustness - S2S: Include IP in log messages, if hostname is unavailable - TLS: Log error when initialization fails Changes in 0.9.2: - Debian/Ubuntu packages fixed to always generate per-system certs - TLS: Improved cipher string, and use Prosody's preferred ciphers - MUC: Fix for Spark clients not displaying room lists
2014-03-10check FAKE_NCURSES is defined before evaluate it.obache1-2/+2
2014-03-10Updated www/squidGuard to 1.4nb9obache1-1/+2
2014-03-10Apply squidGuard-1.4_upgrade.patch for Update SquidGuard to supply Squid 3.4obache2-3/+10
updated helper protocol, taken from Squid Bug#3978 http://bugs.squid-cache.org/show_bug.cgi?id=3978 PR pkg/48649 by Benjamin Lorenz.
2014-03-10Updated www/squid3 to 3.4.4adam1-1/+2
2014-03-10Changes 3.4.4:adam4-81/+6
* Avoid assertions on Range requests that trigger Squid-generated errors. * Protect MemBlob::append() against raw-space writes * Copyright: Relicense helpers by Treehouse Networks Ltd. * Portability: define CMSG related structures individually * Fix helper ID number assignment * Fixed stalled concurrent rock store reads by insuring their ID uniqueness. * Bug 3186, Bug 3628: Digest authentication always sending stale=false for nonce * dynamic_cert_mem_cache_size option related fixes * Fix umask default on crash report generated email * Fix pthread library detection on FreeBSD 10 * Bug 4029: intercepted HTTPS requests bypass caching checks * Bug 4026: SSL and adaptation_access does not handle aborted connections * Bug 4001: remove use of strsep() * Move compat/unsafe.h protections from libcompat to source maintenance * Bug 3969: user credentials cache lookup for Digest authentication broken * Various fixes to configure for FreeBSD 10 * Regression Bug 3769: client_netmask not evaluated since Comm redesign
2014-03-10tell MASTER_SITE_MOZILLA_ALL, MASTER_SITE_MOZILLA_ESR, MASTER_SITE_NETLIB,obache1-1/+6
MASTER_SITE_RUBYGEMS and MASTER_SITE_HASKELL_HACKAGE.
2014-03-10Swap the ordering of the buildlink3 filters so that ${LOCALBASE} isjperkin1-13/+13
transformed before ${X11BASE}. On Red Hat Linux with native X11, X11BASE=/usr and so any ${LOCALBASE} which is under that hierarchy (e.g. the default /usr/pkg) will break in weird and wonderful ways. In addition to this, use ${LIBABISUFFIX} where appropriate, and avoid some extra transformations in the X11BASE=/usr case. This along with other recent changes gets us to a very healthy >12k packages with native X11 on Red Hat Linux 6 (and clones).
2014-03-10When creating fake .pc files, first check all possible pkgconfigjperkin4-4/+16
directories rather than just lib/pkgconfig. Required for Red Hat Linux support which spreads them across lib${LIBABISUFFIX} and share directories.
2014-03-10Remove PKGREVISION incorrectly addedfhajny2-4/+3
2014-03-10Updated chat/ejabberd to 13.12nb1fhajny1-1/+2
2014-03-10Fix config file locationfhajny1-2/+2
2014-03-10Update ejabberd to 13.12.fhajny3-63/+64
Changes since 13.10: - New OpenSSL ciphers option in c2s, s2s and s2s_out - mod_roster: new access rule to restrict roster modificartion - mod_pubsub: support for data migration from mnesia to odbc - ejabberd_xmlrpc included - Bugfixes
2014-03-10optimization hack for m68k is not required anymore.obache1-15/+0
confirmed by tsutsui@ on NetBSD/luna68k 6.1.3.
2014-03-10Updated net/rabbitmq to 3.2.4fhajny1-1/+2
2014-03-10Update rabbitmq to 3.2.4.fhajny3-8/+7
Bugfixes in 3.2.4 ================= server ------ bug fixes 26014 prevent 541 internal error removing a nonexistent binding from a topic exchange (since 3.2.0) 25762 fix failure to delete virtual host if a queue in the virtual host is deleted concurrently (since 1.0.0) 26013 ensure connection.blocked is sent in all circumstances it should be (since 3.2.0) 26006, 26038 ensure autoheal does not hang if a node is manually stopped during autoheal (since 3.1.0) 26000 prevent crash of mirrored supervisor in some circumstances after a network partition is healed (since 2.6.0) 25972 fix syntax error in example configuration file (since 3.2.0) management plugin ----------------- bug fixes 24476 prevent statistics database from vanishing after a network partition is healed (since 2.8.3) 25983 prevent "node statistics not available" error when mochiweb is configured with an explicit list of SSL ciphers (since 2.6.0) federation plugin ----------------- bug fixes 25998 ensure upstreams which are timing out establishing network connections can be deleted in a timely fashion (since 3.0.0) shovel plugin ------------- bug fixes 25996 ensure shovels which are timing out establishing network connections do not block broker shutdown (since 2.3.0) STOMP plugin ------------ bug fixes 26028 prevent potential deadlocks during shutdown (since 2.3.0) MQTT plugin ----------- bug fixes 25982 ensure messages published with QOS=1 are persistent (since 3.1.0) Erlang client ------------- bug fixes 26041 prevent rare, fake "541 internal error" reported client-side when shutting down connections (since 2.1.1) .NET client ----------- bug fixes 26016 ensure SSL connection establishment times out if necessary (since 1.0.0) 26047 ensure IModel.ConfirmSelect() is idempotent (since 2.3.0) Bugfixes in 3.2.3 ================= server ------ bug fixes 25936 stem leak when queues with active consumers terminate (since 3.2.0) 25928 fix cosmetic error when sending connection.close-ok after client already closed the connection (since 1.0.0) 25965 limit messages to ~2GB to prevent "Absurdly large distribution output data buffer" VM crash (since 1.0.0) 24927 avoid broker being overwhelmed while logging benign messages starting with "Discarding messages" (since 1.0.0) 25952 prevent "Absurdly large distribution output data buffer" VM crash when sending many/large messages to a mirrored queue (since 2.6.0) 25925 remove extraneous service parameters when installing on windows (since 1.5.0) 25929 prevent error being logged when connection is closed while it is still being opened (since 1.0.0) federation plugin ----------------- bug fixes 25945 ensure federated queues correctly stop federating messages when channels close or crash without cancellation from consumers (since 3.2.0) 25971 prevent crash of federated mirrored queues on deletion (since 3.2.0) 25956 prevent federation of the queues used internally by federated exchanges (since 3.2.0) 25949 prevent unnecessary CPU use when ACKs are not in use (since 2.6.0) shovel plugin ----------------- bug fixes 25934 remove ordering constraint on configuration items (since 2.0.0) 25949 prevent unnecessary CPU use when ACKs are not in use (since 2.0.0) LDAP plugin ----------- bug fixes 25914 fix use of dn_lookup_attribute configuration on OpenLDAP (since 2.8.0)
2014-03-10Search for pkgconfig files in lib${LIBABISUFFIX} and share directoriesjperkin57-83/+162
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.