summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Add py-gandi.cli-0.19:joerg4-0/+325
gandicli is a command line interface for the Gandi.net services. It can be used to buying and managing domains, web applications, virtual machines or SSL certificates.
2016-10-27Add the necessary dependencies for safe concurrent build.joerg2-4/+5
2016-10-27Updated net/syncthing to 0.14.9abs2-3/+3
2016-10-27Updated net/syncthing to 0.14.9abs2-7/+7
v0.14.9 Resolved issues: #3651: Documentation PDFs are fixed. #3638: German localisation is improved. (As are a couple of others as I forgot to update them the last release.) #3619: Browser error on first startup doesn't happen as easily anymore. #3664: Syncthing compiles in Go versions older than 1.7 again. #3577: Adding folder using Long UNC path no longer causes stack overflow (but don't do that, it's not necessary). v0.14.8 This is a minor release recommended for all users. The main change here is to handle issues with the new SHA256 implementation introduced in 0.14.7. When using the monitor process (which is the default) crashes will be detected and the new hashing package disabled. A manual selection can also be forced by setting the environment variable STHASHING to either minio (the new package) or standard (the default Go package). Resolved issues: #3613: The monitor process now detects crashes due to the new hashing package and disables it on subsequent launch. #3614: The two hash packages are benchmarked on startup and the fastest on is selected. #3588: Folders are now correctly shown as out of sync when they miss only deleted files. #3578: UPnP handling is corrected in the case where more than one router is detected. #3639: Patterns with terminal slash (e.g., "dir/") now correctly ignore directory contents.
2016-10-27Updated comms/asterisk14 to 14.1.0jnemeth1-1/+2
2016-10-27Update to Asterisk 14.1.0: this is mostly a bug fix release.jnemeth5-33/+20
The Asterisk Development Team has announced the release of Asterisk 14.1.0. The release of Asterisk 14.1.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-26277 - Add dialplan function PJSIP_SEND_SESSION_REFRESH that sends a session refresh to update formats on a channel after session establishment (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-26477 - pjproject: SEGV during SSL operations (Reported by George Joseph) * ASTERISK-17470 - [patch] - When videosupport=yes, asterisk allows one end peer to send video, even though the other end supports only audio. (Reported by effie mouzeli) * ASTERISK-26416 - pjproject-bundled: configure fails to check for all required utilities (Reported by Corey Farrell) * ASTERISK-26466 - core: Be forgiving on external callerid that may be flawed so we don't drop events (Reported by Richard Mudgett) * ASTERISK-26362 - res_config_mysql: Broken after 13.10 (Reported by Carlos Chavez) * ASTERISK-26446 - app_dial: There's no way to override the hangupcause on unanswered channels (Reported by George Joseph) * ASTERISK-26410 - core: Asterisk 14 doesn't show the header in the console or verbose when starting (Reported by Dan Jenkins) * ASTERISK-24311 - Populating database via Alembic fails when using same database for multiple schema sets (Reported by Dafi Ni) * ASTERISK-26438 - [patch] chan_sip: auto_force_rport: No NAT = No Symmetric Response. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-18232 - Broken REGISTER sent to IPv4 server when bindaddr=[::] (Reported by Jacek) * ASTERISK-25468 - Deadlock in chan_sip - core show locks shows do_monitor lock (Reported by Barry Flanagan) * ASTERISK-26397 - manager: PresenceState action crashes Asterisk 14 (Reported by Andrew Nagy) * ASTERISK-26389 - res_odbc: Clean up pooling options (Reported by Joshua Colp) * ASTERISK-26359 - [patch] cdr_mysql: fails to use UTC if so instructed (Reported by Tzafrir Cohen) * ASTERISK-26273 - core: Won't compile when LOW_MEMORY is enabled (Reported by Anthony Messina) * ASTERISK-26391 - Consoles do not display verbose logger messages even when requested. (Reported by Marcelo Terres) * ASTERISK-26263 - SQL error when using realtime and registering extension / inserting into ps_contacts (Reported by Jeppe Ryskov Larsen) * ASTERISK-26365 - rtp: Offer with multiple payloads for same codec is incorrectly handled (Reported by Joshua Colp) * ASTERISK-19968 - TCP Session-Timers not dropping call (Reported by Aaron Hamstra) * ASTERISK-26374 - res_pjsip_multihomed: Contact port is rewritten for connectionful protocols (Reported by Joshua Colp) * ASTERISK-26367 - rtp: Timestamps broken when video frame is across multiple RTP packets (Reported by Joshua Colp) * ASTERISK-26375 - res_pjsip_transport_management: Log message states seconds, but time value is milliseconds (Reported by Joshua Colp) * ASTERISK-26364 - res_pjsip: Don't assume a request will have target addresses (Reported by Joshua Colp) * ASTERISK-26360 - app_queue: "queue show" output gets "failed to extend from 240 to 327" msgs. (Reported by Richard Mudgett) * ASTERISK-26316 - res_pjsip_callerid: Irregular URI causes unexpected callerid (Reported by Kevin Harwell) * ASTERISK-26349 - 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed (Reported by Dmitry Melekhov) * ASTERISK-26272 - chan_sip: File descriptors leak (UDP sockets) (Reported by Etienne Lessard) * ASTERISK-26264 - res_pjsip: Crash when applying ACL from non-existent endpoint (Reported by nappsoft) * ASTERISK-26341 - ARI: Stopping a media playlist only stops the current media URI being played back, and not the whole list (Reported by Matt Jordan) * ASTERISK-25691 - Crash occurs when screening mode (Dial's 'p' argument) is enabled and callee rejects a call or hangs up. (Reported by Etienne Lessard) * ASTERISK-26331 - Crash on "core show channeltype Surrogate" in ast_format_cap_get_names (Reported by CGI.NET) * ASTERISK-26269 - res_pjsip: Wrong state for aors without registered contacts after startup (Reported by nappsoft) * ASTERISK-26282 - AEL: macro-call in Dial application, macro "lacks 's' extension" (Reported by chris de rock) * ASTERISK-26226 - pbx: Asterisk crash on AMI action "ShowDialplan" when there's a circular dependency between contexts (Reported by Etienne Lessard) * ASTERISK-26299 - app_queue: Queue application sometimes stops calling members with Local interface (Reported by Etienne Lessard) * ASTERISK-26279 - pjproject-bundled: Fails to compile on Debian 6 (Reported by George Joseph) * ASTERISK-26306 - channel: Hang-up crashes, chan_pjsip not cleaning up properly (Reported by Alexander Traud) * ASTERISK-26203 - res_fax: Deadlock when using FAXOPT(gateway)=yes with Local channels (Reported by Etienne Lessard) * ASTERISK-24822 - Deadlock: Fax Gateway framehook creates locking inversion in T.38 query option with features bridging code (Reported by David Brillert) * ASTERISK-22732 - Deadlock potential in res_fax and CCSS with local channels. (Reported by Richard Mudgett) * ASTERISK-26288 - followme: fails to reset config items to default values on reload (Reported by Tzafrir Cohen) * ASTERISK-22374 - Finish mapping the sip.conf parameters to res_sip.conf parameters (Reported by Matt Jordan) * ASTERISK-24425 - [patch] jabber/xmpp to use TLS instead of SSLv3, security fix POODLE (CVE-2014-3566) (Reported by abelbeck) * ASTERISK-26228 - res_pjsip_sdp_rtp: G729A does not include annexb=no attribute. (Reported by Ali Ghavidel) * ASTERISK-25472 - Swagger scripts are not replacing format variable in file brief (Reported by Corey Farrell) * ASTERISK-25984 - res_odbc relies on res_odbc_transaction, but it's not mandatory to compile it (Reported by József Dudás) * ASTERISK-26305 - Asterisk 14: Two resolver unbound testsuite tests fail (Reported by Richard Mudgett) * ASTERISK-26303 - [patch] BuildSystem: ca_list_path capabilities not detected in PJProject. (Reported by Alexander Traud) * ASTERISK-25492 - ARI: Path parameters are case sensitive (Reported by Joshua Colp) * ASTERISK-26164 - XMPP no longer triggers NOTIFY to device via chan_pjsip (Reported by Ross Beer) * ASTERISK-26233 - pbx: Failure to remove inconsistent extension names (Reported by Corey Farrell) * ASTERISK-26246 - Security: Privilege escalation by AMI adding dialplan extensions. (Reported by Richard Mudgett) * ASTERISK-26267 - ast_register_atexit callbacks should be run on failed startup. (Reported by Corey Farrell) * ASTERISK-26241 - res_pjsip: When using compact headers, rpid and pai are incorrectly generated (Reported by George Joseph) * ASTERISK-25797 - app_queue: Crash when calling a queue with a member with a forward to an nonexistent extension (Reported by Etienne Lessard) * ASTERISK-26239 - res_pjsip_logger: An empty global/debug option is treated as a "match all" hostname (Reported by George Joseph) * ASTERISK-26238 - res_pjsip: Empty global default_from_user causes crash (Reported by Joshua Colp) * ASTERISK-26268 - alembic: 'auth_username' not in PJSIP 'identify_by' enum (Reported by Joshua Colp) * ASTERISK-26253 - sdp_srtp: libsrtp now a required dependency, shouldn't be (Reported by Ben Merrills) * ASTERISK-26145 - pjsip: Deadlock with suspend + masquerade + indicate (Reported by Ross Beer) * ASTERISK-26183 - alembic: error when using sqlalchemy version 1.1.0b2 (Reported by Kevin Harwell) * ASTERISK-26283 - res_resolver_unbound: fails configure on older Ubuntu and CentOS (Reported by George Joseph) * ASTERISK-26280 - DNS lookups can block channel media paths (Reported by Mark Michelson) * ASTERISK-26278 - asterisk.h should produce a reasonable error for external modules that fail to define AST_MODULE_SELF_SYM. (Reported by Corey Farrell) * ASTERISK-25217 - [patch]res_pjsip_outbound_publish.c needs a similar treatment for module unloading as res_pjsip_outbound_registration.c (Reported by Richard Mudgett) * ASTERISK-26265 - Errors ignored from some parts of system initialization. (Reported by Corey Farrell) * ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex for get all (Reported by Dmitry) * ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains brackets with IP6 (Reported by Alexander Traud) * ASTERISK-25996 - Remove "live_dangerously" requirement on DB(read) (Reported by Andrew Nagy) * ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..." (Reported by Hans van Eijsden) * ASTERISK-26237 - Fax is detected on regular calls. (Reported by Richard Mudgett) Improvements made in this release: ----------------------------------- * ASTERISK-26409 - codec_opus: Update Asterisk to support the l translation codec. (Reported by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-14.1.0 Thank you for your continued support of Asterisk!
2016-10-27Updated comms/asterisk13 to 13.12.0jnemeth1-1/+2
2016-10-27Update to Asterisk 13.12.0: this is mostly a bug fix release.jnemeth4-20/+20
The Asterisk Development Team has announced the release of Asterisk 13.12.0. The release of Asterisk 13.12.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New Features made in this release: ----------------------------------- * ASTERISK-26277 - Add dialplan function PJSIP_SEND_SESSION_REFRESH that sends a session refresh to update formats on a channel after session establishment (Reported by Matt Jordan) Bugs fixed in this release: ----------------------------------- * ASTERISK-26477 - pjproject: SEGV during SSL operations (Reported by George Joseph) * ASTERISK-17470 - [patch] - When videosupport=yes, asterisk allows one end peer to send video, even though the other end supports only audio. (Reported by effie mouzeli) * ASTERISK-26416 - pjproject-bundled: configure fails to check for all required utilities (Reported by Corey Farrell) * ASTERISK-26466 - core: Be forgiving on external callerid that may be flawed so we don't drop events (Reported by Richard Mudgett) * ASTERISK-26362 - res_config_mysql: Broken after 13.10 (Reported by Carlos Chavez) * ASTERISK-26446 - app_dial: There's no way to override the hangupcause on unanswered channels (Reported by George Joseph) * ASTERISK-24311 - Populating database via Alembic fails when using same database for multiple schema sets (Reported by Dafi Ni) * ASTERISK-26438 - [patch] chan_sip: auto_force_rport: No NAT = No Symmetric Response. (Reported by Alexander Traud) * ASTERISK-26426 - format_ogg_opus: remove from source (Reported by Kevin Harwell) * ASTERISK-18232 - Broken REGISTER sent to IPv4 server when bindaddr=[::] (Reported by Jacek) * ASTERISK-25468 - Deadlock in chan_sip - core show locks shows do_monitor lock (Reported by Barry Flanagan) * ASTERISK-26397 - manager: PresenceState action crashes Asterisk 14 (Reported by Andrew Nagy) * ASTERISK-26389 - res_odbc: Clean up pooling options (Reported by Joshua Colp) * ASTERISK-26359 - [patch] cdr_mysql: fails to use UTC if so instructed (Reported by Tzafrir Cohen) * ASTERISK-26273 - core: Won't compile when LOW_MEMORY is enabled (Reported by Anthony Messina) * ASTERISK-26263 - SQL error when using realtime and registering extension / inserting into ps_contacts (Reported by Jeppe Ryskov Larsen) * ASTERISK-26374 - res_pjsip_multihomed: Contact port is rewritten for connectionful protocols (Reported by Joshua Colp) * ASTERISK-26367 - rtp: Timestamps broken when video frame is across multiple RTP packets (Reported by Joshua Colp) * ASTERISK-26375 - res_pjsip_transport_management: Log message states seconds, but time value is milliseconds (Reported by Joshua Colp) * ASTERISK-19968 - TCP Session-Timers not dropping call (Reported by Aaron Hamstra) * ASTERISK-26360 - app_queue: "queue show" output gets "failed to extend from 240 to 327" msgs. (Reported by Richard Mudgett) * ASTERISK-26316 - res_pjsip_callerid: Irregular URI causes unexpected callerid (Reported by Kevin Harwell) * ASTERISK-26349 - 13.11.1 res_pjsip/pjsip_distributor.c: Request 'REGISTER' failed (Reported by Dmitry Melekhov) * ASTERISK-26272 - chan_sip: File descriptors leak (UDP sockets) (Reported by Etienne Lessard) * ASTERISK-26264 - res_pjsip: Crash when applying ACL from non-existent endpoint (Reported by nappsoft) * ASTERISK-26288 - followme: fails to reset config items to default values on reload (Reported by Tzafrir Cohen) * ASTERISK-25691 - Crash occurs when screening mode (Dial's 'p' argument) is enabled and callee rejects a call or hangs up. (Reported by Etienne Lessard) * ASTERISK-26331 - Crash on "core show channeltype Surrogate" in ast_format_cap_get_names (Reported by CGI.NET) * ASTERISK-26282 - AEL: macro-call in Dial application, macro "lacks 's' extension" (Reported by chris de rock) * ASTERISK-26226 - pbx: Asterisk crash on AMI action "ShowDialplan" when there's a circular dependency between contexts (Reported by Etienne Lessard) * ASTERISK-26279 - pjproject-bundled: Fails to compile on Debian 6 (Reported by George Joseph) * ASTERISK-26306 - channel: Hang-up crashes, chan_pjsip not cleaning up properly (Reported by Alexander Traud) * ASTERISK-26299 - app_queue: Queue application sometimes stops calling members with Local interface (Reported by Etienne Lessard) * ASTERISK-26203 - res_fax: Deadlock when using FAXOPT(gateway)=yes with Local channels (Reported by Etienne Lessard) * ASTERISK-24822 - Deadlock: Fax Gateway framehook creates locking inversion in T.38 query option with features bridging code (Reported by David Brillert) * ASTERISK-22732 - Deadlock potential in res_fax and CCSS with local channels. (Reported by Richard Mudgett) * ASTERISK-26269 - res_pjsip: Wrong state for aors without registered contacts after startup (Reported by nappsoft) * ASTERISK-22374 - Finish mapping the sip.conf parameters to res_sip.conf parameters (Reported by Matt Jordan) * ASTERISK-24425 - [patch] jabber/xmpp to use TLS instead of SSLv3, security fix POODLE (CVE-2014-3566) (Reported by abelbeck) * ASTERISK-25472 - Swagger scripts are not replacing format variable in file brief (Reported by Corey Farrell) * ASTERISK-26228 - res_pjsip_sdp_rtp: G729A does not include annexb=no attribute. (Reported by Ali Ghavidel) * ASTERISK-25984 - res_odbc relies on res_odbc_transaction, but it's not mandatory to compile it (Reported by József Dudás) * ASTERISK-26303 - [patch] BuildSystem: ca_list_path capabilities not detected in PJProject. (Reported by Alexander Traud) * ASTERISK-25492 - ARI: Path parameters are case sensitive (Reported by Joshua Colp) * ASTERISK-26233 - pbx: Failure to remove inconsistent extension names (Reported by Corey Farrell) * ASTERISK-26164 - XMPP no longer triggers NOTIFY to device via chan_pjsip (Reported by Ross Beer) * ASTERISK-26246 - Security: Privilege escalation by AMI adding dialplan extensions. (Reported by Richard Mudgett) * ASTERISK-26267 - ast_register_atexit callbacks should be run on failed startup. (Reported by Corey Farrell) * ASTERISK-26241 - res_pjsip: When using compact headers, rpid and pai are incorrectly generated (Reported by George Joseph) * ASTERISK-26239 - res_pjsip_logger: An empty global/debug option is treated as a "match all" hostname (Reported by George Joseph) * ASTERISK-26238 - res_pjsip: Empty global default_from_user causes crash (Reported by Joshua Colp) * ASTERISK-25797 - app_queue: Crash when calling a queue with a member with a forward to an nonexistent extension (Reported by Etienne Lessard) * ASTERISK-26268 - alembic: 'auth_username' not in PJSIP 'identify_by' enum (Reported by Joshua Colp) * ASTERISK-26145 - pjsip: Deadlock with suspend + masquerade + indicate (Reported by Ross Beer) * ASTERISK-26183 - alembic: error when using sqlalchemy version 1.1.0b2 (Reported by Kevin Harwell) * ASTERISK-26280 - DNS lookups can block channel media paths (Reported by Mark Michelson) * ASTERISK-25217 - [patch]res_pjsip_outbound_publish.c needs a similar treatment for module unloading as res_pjsip_outbound_registration.c (Reported by Richard Mudgett) * ASTERISK-26265 - Errors ignored from some parts of system initialization. (Reported by Corey Farrell) * ASTERISK-26206 - [patch] res_pjsip: Use more compatible regex for get all (Reported by Dmitry) * ASTERISK-26256 - [patch] SIP/SDP origin (o=) contains brackets with IP6 (Reported by Alexander Traud) * ASTERISK-25996 - Remove "live_dangerously" requirement on DB(read) (Reported by Andrew Nagy) * ASTERISK-26148 - pjsip: Cannot compile 13.10.0-rc1: "libasteriskpj.so: undefined reference to..." (Reported by Hans van Eijsden) Improvements made in this release: ----------------------------------- * ASTERISK-26409 - codec_opus: Update Asterisk to support the translation codec. (Reported by Kevin Harwell) * ASTERISK-26289 - Announcer channels in ConfBridges cause inefficiencies (Reported by Mark Michelson) * ASTERISK-25980 - [patch]res_fax: set FAXMODE variable to let dialplan know what fax transport was used (Reported by Alexei Gradinari) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-13.12.0 Thank you for your continued support of Asterisk!
2016-10-27Import the second part of a patch from John Marinokhorben2-3/+48
This: - fixes the "/usr/ports" paths in code and man pages to ${PKGSRCDIR} (normal) or hardcoded to "/usr/pkgsrc" (future, its for builders like Synth and poudriere) - changes default DB path from "/var/db/pkg" to "/var/db/pkgng". It seems the original default was too ambiguous as "pkg" is used everywhere in pkgsrc and it's the default format (not pkgng format) - similarly, changes default CACHE patch from "/var/cache/pkg" to "/var/cache/pkgng" - bumps PKGREVISION again Another relevant comment from John and reworded by myself for context: (all misquotings mine) « Importantly, FreeBSD, NetBSD, and DragonFly all provide libarchive in base. Therefore, this changes the port to use the base version when available because the libarchive requirement is considered heavy. The OpenSSL dependency brings a lot with, including perl. When trying to update the bootstrap to build pkgng instead of pkg_* tools, it is critical that the dependencies remain low. Other platforms will have to suffer with the libarchive requirement if they want to use pkgng. Following this, special linking code is needed for DragonFly since the SSL libraries are now private. In fact, the only userland program allowed to link with them is pkg(8) for bootstrapping reasons listed above. » Thanks again!
2016-10-27Improve the most trivial parts of a patch from John Marinokhorben2-6/+6
This does: - remove the requirement for C++ (there is no C++ code there) - properly substitute $PKGSRCDIR for PORTSDIR - remove sbin/pkg2ng as it is inapplicable for pkgsrc - bump PKGREVISION accordingly More changes pending...
2016-10-26Updated net/nsd to 4.1.13ryoon1-1/+2
2016-10-26Update to 4.1.13ryoon3-25/+7
* Remove an useless patch Changelog: NSD 4.1.13 Sep 27, 2016 Features multi-master-check: yes can be used to check all masters for the last version, using the higher version from the configured masters, from Manabu Sonoda. Support RR type OPENPGPKEY from RFC 7929. Can config key algorithms with the digest name, eg. 'sha256'. configure --disable-radix-tree for about 15% lower memory usage. for type SRV add A/AAAA to the additional section (if possible), just like we already do for type MX. more extensible edns option handling. Bugfixes Fix compile warnings about unused result from write and strtol. and signcompare in minmax retrytime. Fix #812: fix that make depend fails after distribution. Fix #817: xfrd update failed loop. Add robustness against unallocated data in nsec3 trees. Fix README spelling error of BSD license (reported by Joerg Jung). Fix multimaster for not tried full zone transfer for a expired zone. Fix #827: fix compile with openssl 1.1.0 with api=1.1.0.
2016-10-26Updated mail/thunderbird-l10n to 45.4.0ryoon1-1/+2
2016-10-26Update to 45.4.0ryoon2-235/+235
* Sync with thunderbird-45.4.0
2016-10-26Updated mail/thunderbird to 45.4.0ryoon1-1/+2
2016-10-26Update to 45.4.0ryoon2-7/+7
Changelog: Fixed "Apply columns to..." did not honor special folders Fixed Threading broken when editing message draft, due to loss of Message-ID Fixed Mail saved as template copied In-Reply-To and References from original email. Fixed Additional spaces were inserted when drafts were edited. Fixed Recipient addresses were shown in red despite being inserted from the address book in some circumstances. Fixed Display name was truncated if no separating space before email address.
2016-10-26Updated www/firefox-l10n to 49.0.2ryoon1-1/+2
2016-10-26Update to 49.0.2ryoon2-359/+359
* Sync with firefox 49.0.2
2016-10-26Updated net/corebird to 1.3.3ryoon1-1/+2
2016-10-26Update to 1.3.3ryoon3-10/+30
* Change tarball to released one Changelog: Version 1.3.3 (2016-10-01): - Support longer tweets in a few more places - Properly escape ampersand characters in user mentions to fix GtkLabel warnings about wrong escape characters in tooltips - Fix tweet length calculations for whitespace-only tweets - Check for duplicated entries in media arrays. This is apparently a problem on Twitter's side but led to crashes in Corebird (see #627) - Use the correct nsfw status of a tweet, i.e. the one that can actually show images. - Fix a crash when sending a tweet with multiple images attached - Fix tweet length calculation of quote tweets. This previously led to tweets getting rejected by the server even though Corebird claimed they were fine. See #628 Version 1.3.2 (2016-09-25): - Cope with the tweet length changes introduced by Twitter - Fix a problem with malformed media URLs
2016-10-26Updated www/firefox to 49.0.2ryoon1-1/+2
2016-10-26Update to 49.0.2ryoon2-7/+7
CHangelog: New Asynchronous rendering of the Flash plugins is now enabled by default. This should improve performance and reduce crashes for sites that use the Flash plugin. (Bug 1307108) Fixed Change D3D9 default fallback preference to prevent graphical artifacts (Bug 1306465) Network issue prevents some users from seeing the Firefox UI on startup (Bug 1305436) Web compatibility issue with Array.prototype.values (Bug 1299593) Various security fixes (CVE-2016-5287, CVE-2016-5288) Web compatibility issue with file uploads (Bug 1306472) Changed Diagnostic information on timing for tab switching (Bug 1304113) Fix a Canvas filters graphics issue affecting HTML5 apps (Bug 1304539)
2016-10-26Updated time/py-vdirsyncer to 0.14.0wiz1-1/+2
2016-10-26Updated py-vdirsyncer to 0.14.0.wiz2-7/+7
Version 0.14.0 ============== *released on 26 October 2016* - ``vdirsyncer sync`` now continues other uploads if one upload failed. The exit code in such situations is still non-zero. - Add ``partial_sync`` option to pair section. See :ref:`the config docs <partial_sync_def>`. - Vdirsyner will now warn if there's a string without quotes in your config. Please file issues if you find documentation that uses unquoted strings. - Fix an issue that would break khal's config setup wizard.
2016-10-26Updated databases/py-peewee to 2.8.5fhajny1-1/+2
2016-10-26Update databases/py-peewee to 2.8.5.fhajny3-8/+11
2.8.5 - Starting docs on sqliteq - Use parentheses for compound select with MySQL. - Remove "clean_prefetch_subquery" as I'm not sure why it exists in the first place. 2.8.4 - New playhouse extension module for working with SQLite in multi-threaded / concurrent environments. The new module is called playhouse.sqliteq and it works by serializing queries using a dedicated worker thread (or greenlet). The performance is quite good, hopefully this proves useful to someone besides myself! You can learn more by reading the sqliteq documentation. - #1061 - @akrs patched a bug in TimestampField which affected the accuracy of sub-second timestamps (for resolution > 1). - #1071, small python 3 fix. - #1072, allow DeferredRelation to be used multiple times if there are multiple references to a given deferred model. - #1073, fixed regression in the speedups module that caused SQL functions to always coerce return values, regardless of the coerce flag. - #1083, another Python 3 issue - this time regarding the use of exc.message.
2016-10-26Updated devel/nspr to 4.13.1ryoon1-1/+2
2016-10-26Update to 4.13.1ryoon2-7/+7
Changelog: The NSPR 4.13.1 release is now available.  The hg tag is NSPR_4_13_1_RTM.  The source tar file can be downloaded from https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.13.1/src/ NSPR 4.13.1 contains a single bug fix. The previously released version 4.13 had changed pipes to be nonblocking by default, and as a consequence, PollEvent was changed to not block on clear. The NSPR development team received reports that these changes caused regressions in some applications that use NSPR, and it has been decided to revert the changes made in NSPR 4.13. NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent.
2016-10-26Updated databases/elasticsearch to 2.4.1fhajny1-1/+2
2016-10-26Update elasticsearch to 2.4.1fhajny3-11/+11
=== Enhancements Allocation:: - Change DiskThresholdDecider's behavior when factoring in leaving shards Cluster:: - Add clusterUUID to RestMainAction output === Bug fixes Core:: - Guard against negative result from FileStore.getUsableSpace when pick... Highlighting:: - skip GeoPointMultiTermQuery when highlighting - Fix highlighting of MultiTermQuery within a FunctionScoreQuery Index APIs:: - Fix IndexNotFoundException in multi index search request. Internal:: - Don't fail replica if FlushNotAllowedEngineException is thrown Network:: - Don't send exception responses twice Packaging:: - Fix Windows GC options Query DSL:: - Fail parsing when match query contains an array of terms REST:: - Correct the description for refresh Reindex API:: - Make reindex tests a little less flaky Scripting:: - Native scripts should be created once per index, not per segment. Settings:: - Validate max thread/merge settings
2016-10-26Updated sysutils/consul to 0.7.0fhajny1-1/+2
2016-10-26Update sysutils/consul to 0.7.0fhajny2-9/+8
BREAKING CHANGES: - The default behavior of leave_on_terminate and skip_leave_on_interrupt are now dependent on whether or not the agent is acting as a server or client. - The allow_stale configuration for DNS queries to the Consul agent now defaults to true, allowing for better utilization of available Consul servers and higher throughput at the expense of weaker consistency. - Output from HTTP checks is truncated to 4k when stored on the servers, similar to script check output. - Consul's Go API client will now send ACL tokens using HTTP headers instead of query parameters, requiring Consul 0.6.0 or later. - Removed support for protocol version 1, so Consul 0.7 is no longer compatible with Consul versions prior to 0.3. - The Raft peers information in consul info has changed format and includes information about the suffrage of a server, which will be used in future versions of Consul. - New translate_wan_addrs behavior from [GH-2118] translates addresses in HTTP responses and could break clients that are expecting local addresses. - The behavior of the peers.json file is different in this version of Consul. This file won't normally be present and is used only during outage recovery. - Consul's default Raft timing is now set to work more reliably on lower-performance servers, which allows small clusters to use lower cost compute at the expense of reduced performance for failed leader detection and leader elections. FEATURES: - Transactional Key/Value API: A new /v1/txn API was added that allows for atomic updates to and fetches from multiple entries in the key/value store inside of an atomic transaction. - Native ACL Replication: Added a built-in full replication capability for ACLs. - Server Connection Rebalancing: Consul agents will now periodically reconnect to available Consul servers in order to redistribute their RPC query load. - Raft Updates and Consul Operator Interface: This version of Consul upgrades to "stage one" of the v2 HashiCorp Raft library. - Consul's default Raft timing is now set to work more reliably on lower-performance servers, which allows small clusters to use lower cost compute at the expense of reduced performance for failed leader detection and leader elections. - Servers will now abort bootstrapping if they detect an existing cluster with configured Raft peers. - Added new consul operator command, HTTP endpoint, and associated ACL to allow Consul operators to view and update the Raft configuration. - Serf Lifeguard Updates: Implemented a new set of feedback controls for the gossip layer that help prevent degraded nodes that can't meet the soft real-time requirements from erroneously causing serfHealth flapping in other, healthy nodes - Prepared Query Near Parameter: Prepared queries support baking in a new Near sorting parameter. - Automatic Service Deregistration: Added a new deregister_critical_service_after timeout field for health checks which will cause the service associated with that check to get deregistered if the check is critical for longer than the timeout. - WAN Address Translation Everywhere: Extended the translate_wan_addrs config option to also translate node addresses in HTTP responses, making it easy to use this feature from non-DNS clients. - RPC Retries: Consul will now retry RPC calls that result in "no leader" errors for up to 5 seconds. - Circonus Telemetry Support: Added support for Circonus as a telemetry destination. IMPROVEMENTS: - agent: Reap time for failed nodes is now configurable via new reconnect_timeout and reconnect_timeout_wan config options (use with caution). - agent: Joins based on a DNS lookup will use TCP and attempt to join with the full list of returned addresses. - agent: Consul will now refuse to start with a helpful message if the same UNIX socket is used for more than one listening endpoint. - agent: Removed an obsolete warning message when Consul starts on Windows. - agent: Defaults bind address to 127.0.0.1 when running in -dev mode. - agent: Added version information to the log when Consul starts up. - agent: Added timing metrics for HTTP requests in the form of consul.http.<verb>.<path>. - build: Updated all vendored dependencies. - build: Consul releases are now built with Go 1.6.3. - checks: Script checks now support an optional timeout parameter. - checks: HTTP health checks limit saved output to 4K to avoid performance issues. - cli: Added a -stale mode for watchers to allow them to pull data from any Consul server, not just the leader. - dns: Consul agents can now limit the number of UDP answers returned via the DNS interface. - dns: Consul now compresses all DNS responses by default. - dns: Added a new recursor_timeout configuration option to set the timeout for Consul's internal DNS client that's used for recursing queries to upstream DNS servers. - dns: Added a new -dns-port command line option so this can be set without a config file. - ui: Added a new network tomography visualization to the UI. BUG FIXES: - agent: Fixed an issue where a health check's output never updates if the check status doesn't change after the Consul agent starts. - agent: External services can now be registered with ACL tokens. - agent: Fixed an issue where large events affecting many nodes could cause infinite intent rebroadcasts, leading to many log messages about intent queue overflows. - agent: Gossip encryption keys are now validated before being made persistent in the keyring, avoiding delayed feedback at runtime. - dns: Fixed an issue where DNS requests for SRV records could be incorrectly trimmed, resulting in an ADDITIONAL section that was out of sync with the ANSWER. - dns: Fixed two issues where DNS requests for SRV records on a prepared query that failed over would report the wrong domain and fail to translate addresses. - server: Fixed a deadlock related to sorting the list of available datacenters by round trip time. - server: Fixed an issue with the state store's immutable radix tree that would prevent it from using cached modified objects during transactions, leading to extra copies and increased memory / GC pressure. - server: Upgraded Bolt DB to v1.2.1 to fix an issue on Windows where Consul would sometimes fail to start due to open user-mapped sections.
2016-10-26Match PLIST with reality.joerg2-3/+5
2016-10-26Fix the path to mksnapshot.target.mkpho1-7/+6
It's incorrect at least for nodejs-7.0.0 Also, use the subst framework rather than a hand-written target.
2016-10-26Updated security/vault to 0.6.2fhajny1-1/+2
2016-10-26Update security/vault to 0.6.2.fhajny2-8/+7
DEPRECATIONS/CHANGES: - Convergent Encryption v2: New keys in transit using convergent mode will use a new nonce derivation mechanism rather than require the user to supply a nonce. While not explicitly increasing security, it minimizes the likelihood that a user will use the mode improperly and impact the security of their keys. Keys in convergent mode that were created in v0.6.1 will continue to work with the same mechanism (user-supplied nonce). - etcd HA off by default: Following in the footsteps of dynamodb, the etcd storage backend now requires that ha_enabled be explicitly specified in the configuration file. The backend currently has known broken HA behavior, so this flag discourages use by default without explicitly enabling it. If you are using this functionality, when upgrading, you should set ha_enabled to "true" before starting the new versions of Vault. - Default/Max lease/token TTLs are now 32 days: In previous versions of Vault the default was 30 days, but moving it to 32 days allows some operations (e.g. reauthenticating, renewing, etc.) to be performed via a monthly cron job. - AppRole Secret ID endpoints changed: Secret ID and Secret ID accessors are no longer part of request URLs. The GET and DELETE operations are now moved to new endpoints (/lookup and /destroy) which consumes the input from the body and not the URL. - AppRole requires at least one constraint: previously it was sufficient to turn off all AppRole authentication constraints (secret ID, CIDR block) and use the role ID only. It is now required that at least one additional constraint is enabled. Existing roles are unaffected, but any new roles or updated roles will require this. - Reading wrapped responses from cubbyhole/response is deprecated. The sys/wrapping/unwrap endpoint should be used instead as it provides additional security, auditing, and other benefits. The ability to read directly will be removed in a future release. - Request Forwarding is now on by default: in 0.6.1 this required toggling on, but is now enabled by default. This can be disabled via the "disable_clustering" parameter in Vault's config, or per-request with the X-Vault-No-Request-Forwarding header. - In prior versions a bug caused the bound_iam_role_arn value in the aws-ec2 authentication backend to actually use the instance profile ARN. This has been corrected, but as a result there is a behavior change. To match using the instance profile ARN, a new parameter bound_iam_instance_profile_arn has been added. Existing roles will automatically transfer the value over to the correct parameter, but the next time the role is updated, the new meanings will take effect. FEATURES: - Secret ID CIDR Restrictions in AppRole: Secret IDs generated under an approle can now specify a list of CIDR blocks from where the requests to generate secret IDs should originate from. If an approle already has CIDR restrictions specified, the CIDR restrictions on the secret ID should be a subset of those specified on the role [GH-1910] - Initial Root Token PGP Encryption: Similar to generate-root, the root token created at initialization time can now be PGP encrypted [GH-1883] - Support Chained Intermediate CAs in pki: The pki backend now allows, when a CA cert is being supplied as a signed root or intermediate, a trust chain of arbitrary length. The chain is returned as a parameter at certificate issue/sign time and is retrievable independently as well. [GH-1694] - Response Wrapping Enhancements: There are new endpoints to look up response wrapped token parameters; wrap arbitrary values; rotate wrapping tokens; and unwrap with enhanced validation. In addition, list operations can now be response-wrapped. [GH-1927] - Transit features: The transit backend now supports generating random bytes and SHA sums; HMACs; and signing and verification functionality using EC keys (P-256 curve) IMPROVEMENTS: - api: Return error when an invalid (as opposed to incorrect) unseal key is submitted, rather than ignoring it [GH-1782] - api: Add method to call auth/token/create-orphan endpoint [GH-1834] - api: Rekey operation now redirects from standbys to master [GH-1862] - audit/file: Sending a SIGHUP to Vault now causes Vault to close and re-open the log file, making it easier to rotate audit logs [GH-1953] - auth/aws-ec2: EC2 instances can get authenticated by presenting the identity document and its SHA256 RSA digest [GH-1961] - auth/aws-ec2: IAM bound parameters on the aws-ec2 backend will perform a prefix match instead of exact match [GH-1943] - auth/aws-ec2: Added a new constraint bound_iam_instance_profile_arn to refer to IAM instance profile ARN and fixed the earlier bound_iam_role_arn to refer to IAM role ARN instead of the instance profile ARN [GH-1913] - auth/aws-ec2: Backend generates the nonce by default and clients can explicitly disable reauthentication by setting empty nonce [GH-1889] - auth/token: Added warnings if tokens and accessors are used in URLs [GH-1806] - command/format: The format flag on select CLI commands takes yml as an alias for yaml [GH-1899] - core: Allow the size of the read cache to be set via the config file, and change the default value to 1MB (from 32KB) [GH-1784] - core: Allow single and two-character path parameters for most places [GH-1811] - core: Allow list operations to be response-wrapped [GH-1814] - core: Provide better protection against timing attacks in Shamir code [GH-1877] - core: Unmounting/disabling backends no longer returns an error if the mount didn't exist. This is line with elsewhere in Vault's API where DELETE is an idempotent operation. [GH-1903] - credential/approle: At least one constraint is required to be enabled while creating and updating a role [GH-1882] - secret/cassandra: Added consistency level for use with roles [GH-1931] - secret/mysql: SQL for revoking user can be configured on the role [GH-1914] - secret/transit: Use HKDF (RFC 5869) as the key derivation function for new keys [GH-1812] - secret/transit: Empty plaintext values are now allowed [GH-1874] BUG FIXES: - audit: Fix panic being caused by some values logging as underlying Go types instead of formatted strings [GH-1912] - auth/approle: Fixed panic on deleting approle that doesn't exist [GH-1920] - auth/approle: Not letting secret IDs and secret ID accessors to get logged in plaintext in audit logs [GH-1947] - auth/aws-ec2: Allow authentication if the underlying host is in a bad state but the instance is running [GH-1884] - auth/token: Fixed metadata getting missed out from token lookup response by gracefully handling token entry upgrade [GH-1924] - cli: Don't error on newline in token file [GH-1774] - core: Pass back content-type header for forwarded requests [GH-1791] - core: Fix panic if the same key was given twice to generate-root [GH-1827] - core: Fix potential deadlock on unmount/remount [GH-1793] - physical/file: Remove empty directories from the file storage backend [GH-1821] - physical/zookeeper: Remove empty directories from the zookeeper storage backend and add a fix to the file storage backend's logic [GH-1964] - secret/aws: Added update operation to aws/sts path to consider ttl parameter [39b75c6] - secret/aws: Mark STS secrets as non-renewable [GH-1804] - secret/cassandra: Properly store session for re-use [GH-1802] - secret/ssh: Fix panic when revoking SSH dynamic keys [GH-1781]
2016-10-26Added mail/py-authres version 0.800jperkin1-1/+2
2016-10-26Add py-authres.jperkin1-1/+2
2016-10-26Import mail/py-authres version 0.800 into pkgsrc.jperkin4-0/+70
This module (authres) is designed to provide support for RFC 5451/7001, originally http://tools.ietf.org/html/rfc5451 and currently http://tools.ietf.org/html/rfc7001 processing in Python. Packaged by Coy Hile in https://github.com/joyent/pkgsrc/pull/421
2016-10-26Updated geography/mapcode to 2.4.0fhajny1-1/+2
2016-10-26Update geography/mapcode to 2.4.0. Build with thread support.fhajny2-7/+10
Changes in 2.4.0 - Added scripts for Korean (Choson'gul / Hangul), Burmese, Khmer, Sinhalese, Thaana (Maldivan), Chinese (Zhuyin, Bopomofo), Tifinagh (Berber), Tamil, Amharic, Telugu, Odia, Kannada, Gujarati. - Renamed constants to more correct terms (Malay to Malayalam, Hindi to Devanagari). - Added getAlphabetsForTerritory(t), returning the most commonly used alphabets for territory t. - Improved some characters for Arabic and Devanagari. - Fixed Bengali to also support Assamese. - Improved readability of implementation. - Added conditional define option for unittest: NO_POSIX_THREADS. Add -DNO_POSIX_THREADS to your compiler command-line to not use pthreads.h, for example, on MSVC platforms. - Added conditional define option library: NO_FAST_ENCODE. Add -DNO_FAST_ENCODE to your compiler command-line to not use the fast encoding (default is to use fast encoding). Using fast encoding speeds up de encoding by a factor of 2. For normal use, there is no reason not to use fast encoding. - Added parseMapcodeString to get individual mapcode elements, like the territory code, the 'proper' mapcode (without the territory and precision extension) and the precision extension parsed from a (user) input string. - Additional bug fixes.
2016-10-26Added textproc/py-webencodings version 0.5.kleink1-1/+2
2016-10-26+ py-webencodingskleink1-1/+2
2016-10-26Import webencodings 0.5 as textproc/py-webencodings.kleink4-0/+55
This is a Python implementation of the WHATWG Encoding standard. In order to be compatible with legacy web content when interpreting something like Content-Type: text/html; charset=latin1, tools need to use a particular set of aliases for encoding labels as well as some overriding rules. For example, US-ASCII and iso-8859-1 on the web are actually aliases for windows-1252, and an UTF-8 or UTF-16 BOM takes precedence over any other encoding declaration. The Encoding standard defines all such details so that implementations do not have to reverse-engineer each other. This module has encoding labels and BOM detection, but the actual implementation for encoders and decoders is Python's.
2016-10-26Updated comms/asterisk to 11.24.0jnemeth1-1/+2
2016-10-26Update to Asterisk 11.24.0: this is a bug fix release.jnemeth3-12/+49
The Asterisk Development Team has announced the release of Asterisk 11.24.0. The release of Asterisk 11.24.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs fixed in this release: ----------------------------------- * ASTERISK-26438 - [patch] chan_sip: auto_force_rport: No NAT = No Symmetric Response. (Reported by Alexander Traud) * ASTERISK-18232 - Broken REGISTER sent to IPv4 server when bindaddr=[::] (Reported by Jacek) * ASTERISK-26359 - [patch] cdr_mysql: fails to use UTC if so instructed (Reported by Tzafrir Cohen) * ASTERISK-19968 - TCP Session-Timers not dropping call (Reported by Aaron Hamstra) * ASTERISK-26360 - app_queue: "queue show" output gets "failed to extend from 240 to 327" msgs. (Reported by Richard Mudgett) * ASTERISK-26272 - chan_sip: File descriptors leak (UDP sockets) (Reported by Etienne Lessard) * ASTERISK-26288 - followme: fails to reset config items to default values on reload (Reported by Tzafrir Cohen) * ASTERISK-26282 - AEL: macro-call in Dial application, macro "lacks 's' extension" (Reported by chris de rock) * ASTERISK-26226 - pbx: Asterisk crash on AMI action "ShowDialplan" when there's a circular dependency between contexts (Reported by Etienne Lessard) * ASTERISK-26299 - app_queue: Queue application sometimes stops calling members with Local interface (Reported by Etienne Lessard) * ASTERISK-26306 - channel: Hang-up crashes, chan_pjsip not cleaning up properly (Reported by Alexander Traud) * ASTERISK-26203 - res_fax: Deadlock when using FAXOPT(gateway)=yes with Local channels (Reported by Etienne Lessard) * ASTERISK-24822 - Deadlock: Fax Gateway framehook creates locking inversion in T.38 query option with features bridging code (Reported by David Brillert) * ASTERISK-22732 - Deadlock potential in res_fax and CCSS with local channels. (Reported by Richard Mudgett) * ASTERISK-24841 - ConfBridge: Strange sampling rates chosen when channels have multiple native formats (Reported by Matt Jordan) * ASTERISK-24425 - [patch] jabber/xmpp to use TLS instead of SSLv3, security fix POODLE (CVE-2014-3566) (Reported by abelbeck) * ASTERISK-25706 - pbx: Abort asterisk on features reload (handle_hint_change) (Reported by Krzysztof Trempala) * ASTERISK-26233 - pbx: Failure to remove inconsistent extension names (Reported by Corey Farrell) * ASTERISK-26267 - ast_register_atexit callbacks should be run on failed startup. (Reported by Corey Farrell) * ASTERISK-26265 - Errors ignored from some parts of system initialization. (Reported by Corey Farrell) * ASTERISK-25996 - Remove "live_dangerously" requirement on DB(read) (Reported by Andrew Nagy) * ASTERISK-26237 - Fax is detected on regular calls. (Reported by Richard Mudgett) * ASTERISK-23013 - [patch] Deadlock between 'sip show channels' command and attended transfer handling (Reported by Ben Smithurst) * ASTERISK-26211 - Unit tests: AST_TEST_DEFINE should be used in conditional code. (Reported by Corey Farrell) * ASTERISK-26207 - [patch] sRTP: Count a roll-over of the sequence number even on lost packets. (Reported by Alexander Traud) * ASTERISK-26038 - 'make install' doesn't seem to install OS/X init files (Reported by Tzafrir Cohen) * ASTERISK-26133 - app_queue: Queue members receive multiple calls (Reported by Richard Miller) * ASTERISK-26196 - pbx: Time based includes can leak timezone string (Reported by Corey Farrell) * ASTERISK-25659 - res_rtp_asterisk: ECDH not negotiated causing DTLS failure occurred on RTP instance (Reported by Edwin Vandamme) * ASTERISK-26046 - [patch] Avoid obsolete warnings on autoconf. (Reported by Alexander Traud) * ASTERISK-25289 - Build System does not respect CFLAGS and CXXFLAGS when building menuselect (Reported by Jeffrey Walton) * ASTERISK-26119 - [patch] fix: memory leaks, resource leaks, out of bounds and bugs (Reported by Alexei Gradinari) * ASTERISK-26179 - chan_sip: Second T.38 request fails (Reported by Joshua Colp) * ASTERISK-26157 - Build: Fix errors highlighted by GCC 6.x (Reported by George Joseph) Improvements made in this release: ----------------------------------- * ASTERISK-26220 - Add support for noreturn function attributes. (Reported by Corey Farrell) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.24.0 Thank you for your continued support of Asterisk!
2016-10-25Updated geography/geos to 3.5.1gdt1-1/+2
2016-10-25Update to 3.5.1.gdt2-7/+7
Upstream changes are bugfixes: - Fix CMake configuration to allow build from released sources package (#753) - Fix memory leaks in single-sided buffers (#747), PlanarGraph and tests - Fix GeometryEditor to correctly update factory of empty geometries (#749) - Fix snapping of last segment of a closed linestring (#758) - Fix memory exhaustion case in isvalid (#757) - Fix Windows build with Visual Studio 2008 (#766) - Fix incorrect return from prepared multipoint intersects (#764) - Fix build against GCC 3.5.0+ (#784)
2016-10-25Remove DRAGONFLY_CCVER=gcc44marino3-6/+3
This is not a legal value for CCVER anymore. The legal values are "gcc47" or "gcc50". However, "gcc47" should be avoid. For now everything should build with the primary base compiler on DragonFly.
2016-10-25DragonFly: Update _OPSYS_SYSTEM_RPATHmarino1-2/+2
It's going on 10 years since gcc 3.4 and gcc 4.1 were part of DragonFly. DF Release 4.4 is the earliest with any kind of support and the earliest possible GCC version is 4.7 there.