summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-09comms/asterisk was updated to 11.19.0jnemeth1-2/+2
2015-08-09quickly eliminate PKGREVISION on updatejnemeth1-2/+1
2015-08-09Updated comms/asterisk to 11.19.0nb1jnemeth1-1/+2
2015-08-09Update to Asterisk 11.19.0: this is mainly a bug fix release withjnemeth8-83/+161
minor features pkgsrc changes: - new version of core sounds - add options for SNMP and PostgreSQL from Mike Bowie in PR/49661 and by popular demand - add back support for menuselect personalization as that's how I was doing menuselect non-interactively - XXX need to look at a better way of doing this - disable PJSIP for now as it doesn't work well on NetBSD from Mike Bowie Since I added an option for PostgreSQL I also looked at adding an option for directly using MySQL. Turns out that all the MySQL modules are in the addons directory and are marked as being deprecated. So I didn't bother. While investigating this, I also noted that all the pgsql modules are marked as "extended" support. This basically means that it is supported by the community, but there is no one person listed as being responsible who would take the lead for maintaining them. This basically means that they are unsupported / low priority. See https://wiki.asterisk.org/wiki/display/AST/Asterisk+Module+Support+States . Also with the pgsql modules, there is no way to do a database query from the dialplan. Thus it is recommended to use the unixodbc option as the modules are supported and offer the most functionality. ----- The Asterisk Development Team has announced the release of Asterisk 11.19.0. The release of Asterisk 11.19.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-25250 - chan_sip - Despite the channel being answered, caller on a call established via Local channel continues to hear ringback (Reported by Etienne Lessard) * ASTERISK-25247 - choppy audio when spying on a g722 channel, chan_sip or chan_pjsip (Reported by hristo) * ASTERISK-24853 - Documentation claims chan_sip outbound registrations support WS or WSS as valid transports (not true) (Reported by PSDK) * ASTERISK-25257 - [patch]channels/sig_pri.h -> sig_pri_span -> force_restart_unavailable_chans in wrong scope (Reported by Patric Marschall) * ASTERISK-25103 - Roundup - investigate Asterisk DTLS crashes (Reported by Rusty Newton) * ASTERISK-22805 - res_rtp_asterisk: Crash when calling BIO_ctrl_pending in dtls_srtp_check_pending when dialed by JSSIP (Reported by Dmitry Burilov) * ASTERISK-24550 - res_rtp_asterisk: Crash in ast_rtp_on_ice_complete during DTLS handshake (Reported by Osaulenko Alexander) * ASTERISK-24651 - [patch] Fix race condition in DTLS (Reported by Badalian Vyacheslav) * ASTERISK-24832 - [patch]DTLS-crashes within openssl (Reported by Stefan Engström) * ASTERISK-25127 - DTLS crashes following "Unable to cancel schedule ID" in dtls_srtp_check_pending (Reported by Dade Brandon) * ASTERISK-25213 - [patch]Possibility of deadlock in chan_sip INVITE early Replace code (Reported by Walter Doekes) * ASTERISK-25220 - [patch]Closing of fd -1 in chan_mgcp.c (Reported by Walter Doekes) * ASTERISK-25219 - [patch]Source and destination overlap in memcpy in rtp_engine.c (Reported by Walter Doekes) * ASTERISK-25212 - [patch]Segfault when using DEBUG_FD_LEAKS (Reported by Walter Doekes) * ASTERISK-19277 - [patch]endlessly repeating error: "poll failed: Bad file descriptor" (Reported by Barry Chern) * ASTERISK-25202 - Hints extension state broken between 13.3.2 and 13.4 (Reported by cervajs) * ASTERISK-25154 - [patch]fromtag may need to be updated after successful call dialog match (Reported by Damian Ivereigh) * ASTERISK-25139 - Malicious transfer sequence locks up Asterisk (Reported by Gregory Massel) * ASTERISK-25094 - PBX core: Investigate thread safety issues (Reported by Corey Farrell) * ASTERISK-22559 - gcc 4.6 and higher supports weakref attribute but asterisk doesn't detect it. (Reported by ibercom) * ASTERISK-24717 - ASAN: global-buffer-overflow codec_{ilbc | gsm | adpcm | ipc10} (Reported by Badalian Vyacheslav) * ASTERISK-25100 - asterisk coredump if host has an IPv6 address that end with ::80 (Reported by Mark Petersen) Improvements made in this release: ----------------------------------- * ASTERISK-25040 - pbx: Improve performance of reloads by making hint destruction more performant (Reported by Matt Jordan) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.19.0 Thank you for your continued support of Asterisk! ----- The Asterisk Development Team has announced the release of Asterisk 11.18.0. The release of Asterisk 11.18.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-25112 - Logger: Configuration settings are not reset to default during reload. (Reported by Corey Farrell) * ASTERISK-24887 - [patch]tags in a=crypto lines do not accept 2 or more digits (Reported by Makoto Dei) * ASTERISK-24944 - main/audiohook.c change prevents G722 call recording (Reported by Ronald Raikes) * ASTERISK-25083 - Message.c: Message channel becomes saturated with frames leading to spammy log messages (Reported by Jonathan Rose) * ASTERISK-25041 - [patch]Broken column type checking in res_config_mysql addon (Reported by Alexandre Fournier) * ASTERISK-21893 - Segfault after call hangup, in ast_channel_hangupcause_set, at channel_internal_api.c (Reported by Alexandr Gordeev) * ASTERISK-25074 - Regression: Recent clang-related change broke cross compiling of Asterisk (Reported by Sebastian Kemper) * ASTERISK-25042 - asterisk.conf options override command-line options. (Reported by Corey Farrell) * ASTERISK-24442 - Outgoing call files don't work properly when set in the future (Reported by tootai) * ASTERISK-25034 - chan_dahdi: Some telco switches occasionally ignore ISDN RESTART requests. (Reported by Richard Mudgett) * ASTERISK-25038 - Queue log "EXITWITHTIMEOUT" does not always contain waiting time (Reported by Etienne Lessard) * ASTERISK-22708 - res_odbc.conf negative_connection_cache option not respected, failover between DSNs doesn't work (Reported by JoshE) * ASTERISK-25028 - Build System: Unneeded defines in asterisk/buildopts.h (Reported by Corey Farrell) * ASTERISK-19608 - Asterisk-1.8.x starts rejecting calls with cause code 44 after some time. (Reported by Denis Alberto Martinez) * ASTERISK-24976 - cdr_odbc not include new columns added on 1.8 (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-25022 - Memory leak setting up DTLS/SRTP calls (Reported by Steve Davies) * ASTERISK-22790 - check_modem_rate() may return incorrect rate for V.27 (Reported by not here) * ASTERISK-23231 - Since 405693 If we have res_fax.conf file set to minrate=2400, then res_fax refuse to load (Reported by David Brillert) * ASTERISK-24955 - res_fax: v.27ter support baud rate of 2400, which is disallowed in res_fax's check_modem_rate (Reported by Matt Jordan) * ASTERISK-24916 - Increasing memory usage when multiple reinvite during call (Reported by Christophe Osuna) * ASTERISK-19538 - Asterisk segfaults on sippeers realtime redundancy (Reported by Alex) * ASTERISK-24749 - ConfBridge: Wrong language on playing conf-hasjoin and conf-hasleft when played to bridge (Reported by Philippe Bolduc) * ASTERISK-24991 - Check for ao2_alloc failure in __ast_channel_internal_alloc (Reported by Corey Farrell) * ASTERISK-24895 - After hangup on the side of the ISDN network no HangupRequest event comes for the dahdi channel. (Reported by Andrew Zherdin) * ASTERISK-24774 - Segfault in ast_context_destroy with extensions.ael and extensions.conf (Reported by Corey Farrell) * ASTERISK-24975 - Enabling 'DEBUG_THREADLOCALS' Causes the Build to Fail (Reported by Ashley Sanders) * ASTERISK-24959 - [patch]CLI command cdr show pgsql status (Reported by Rodrigo Ramirez Norambuena) * ASTERISK-24954 - Git migration: Asterisk version numbers are incompatible with the Test Suite (Reported by Matt Jordan) * ASTERISK-21777 - Asterisk tries to transcode video instead of audio (Reported by Nick Ruggles) * ASTERISK-24380 - core: Native formats are set to h264 with certain audio/video codec configuration, resulting in path translation WARNINGs (Reported by Matt Jordan) * ASTERISK-22352 - [patch] IAX2 custom qualify timer is not taken into account (Reported by Frederic Van Espen) * ASTERISK-24894 - [patch] iax2_poke_noanswer expiration timer too short (Reported by Y Ateya) * ASTERISK-23319 - Segmentation fault in queue_exec at app_queue.c (Reported by Vadim) * ASTERISK-24847 - [security] [patch] tcptls: certificate CN NULL byte prefix bug (Reported by Matt Jordan) * ASTERISK-21211 - chan_iax2 - unprotected access of iaxs[peer->callno] potentially results in segfault (Reported by Jaco Kroon) * ASTERISK-18032 - [patch] - IPv6 and IPv4 NAT not working (Reported by Christoph Timm) * ASTERISK-24942 - Voicemail API: message is deleted when destination mailbox is at maxmsg (Reported by Scott Griepentrog) * ASTERISK-24932 - Asterisk 13.x does not build with GCC 5.0 (Reported by Jeffrey C. Ollie) * ASTERISK-21854 - Long Asterisk-version strings display improperly in the 'Connected to ...' line upon remote console connection (Reported by klaus3000) * ASTERISK-24155 - [patch]Non-portable and non-reliable recursion detection in ast_malloc (Reported by Timo Teräs) * ASTERISK-24142 - CCSS: crash during shutdown due to device lookup in destroyed container (Reported by David Brillert) * ASTERISK-24683 - Crash in PBX ast_hashtab_lookup_internal during core restart now (Reported by Peter Katzmann) * ASTERISK-24805 - [patch] - ASAN: Race condition (heap-use-after-free) on asterisk closing (Reported by Badalian Vyacheslav) * ASTERISK-24881 - ast_register_atexit should only be used when absolutely needed (Reported by Corey Farrell) * ASTERISK-24864 - app_confbridge: file playback blocks dtmf (Reported by Kevin Harwell) * ASTERISK-14233 - [patch] Buddies are always auto-registered when processing the roster (Reported by Simon Arlott) * ASTERISK-24780 - [patch] - Buddies are always auto-registered when processing the roster (Reported by Simon Arlott) Improvements made in this release: ----------------------------------- * ASTERISK-24744 - Swedish Core Voice prompts (Reported by Tove Hjelm) * ASTERISK-25043 - [patch] Avoiding ERR_remove_state in OpenSSL (Reported by Alexander Traud) * ASTERISK-24917 - [patch] clang compilation warnings (Reported by Diederik de Groot) * ASTERISK-25040 - pbx: Improve performance of reloads by making hint destruction more performant (Reported by Matt Jordan) * ASTERISK-24965 - cel_pgsql - log_error string references CDR instead of CEL (Reported by Rodrigo Ramirez Norambuena) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-11.18.0 Thank you for your continued support of Asterisk!
2015-08-09(Just) githubify.mef2-10/+9
2015-08-08ROP_UNROLL_CASE63() wants a RROP_UNROLL_CASE32 that doesn't exist,mrg2-1/+17
so let's define it similar to RROP_UNROLL_CASE8/RROP_UNROLL_CASE16. fixes build on netbsd/sparc64.
2015-08-08Updated converters/libmwaw to 0.3.6.2wiz1-1/+2
2015-08-08Update to 0.3.6.2:wiz3-21/+11
16/07/2015: - RagTime v5-v6 parser: try to retrieve the main layouts and the picture/shape/textbox, ie. now, it generates result but it is still very imcomplete... - MWAW{Graphic,Presentation,Text}Listener: correct a problem in OpenGroup which may create to incorrect document, - create an MWAWEmbeddedObject class to store a picture with various representation, - MWAW*Listener: rename insertPicture in insertShape, add a function to insert a texbox in a MWAWGraphicShape(which only insert a basic textbox) ... 22/06/2015: - add a parser for MacDraft v4-v5 document - allow to create pattern's surface with various intensity - allow to create simple measure 14/06/2015: - allow to build doc only for the api classes, using --with-docs=no|api|full to create no documentation, only API classes' documentations, all classes' documentations 5/28/2015: - add a minimal parser for ApplePict v1.v2, ie. no clipping, do not take in account the copy mode: srcCopy, srcOr, ... -------- version 0.3.5 (start) ------------- 5/10/2015: - add a parser for MacDraft v1 Document 4/29/2015: - add a parser for ClarisDraw Document 4/18/2015: - RagTime v5-v6 parser(not functional): continue to works on this filter, try to find the different kinds of cluster and how to parse them, ... - AppleWorks/ClarisWorks parser[spreadsheet]: do not remove first empty row/columns. - remove all assert calls - rename Box2,Vec2,... in MWAWBox2, MWAWVec2,... to avoid potential name's conflict
2015-08-08Updated devel/automake to 1.15nb2wiz1-1/+2
2015-08-08AM_PATH_PYTHON: recognize python3.4.wiz3-3/+20
Send upstream as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21219 Bump PKGREVISION.
2015-08-08sys161dholland2-3/+3
2015-08-08Removed options.mk that really shouldn't be there (yet). Sorry.jaapb1-2/+1
2015-08-08Update to 2.0.3.dholland4-8/+27
Upstream changes: 20150804 dholland System/161 2.0.3 released. 20150714 dholland Fix the serial port FORCE logic meant to prevent ........ interrupt flapping. Thanks to Winnie Wu for a test ........ kernel and workload that reliably repeated the problem. 20150709 dholland Recognize some obvious aliases for disk161 commands. 20150706 dholland Add page on profiling to the manual. 20150706 dholland Add dynamic profiling control to the trace device. 20150703 dholland If profiling, write the profile out if we die(). 20150703 dholland Include seek times in disk activity trace output. 20150126 dholland System/161 2.0.2 released. 20150126 dholland Fix brown paper bag release. Sigh. 20150126 dholland System/161 2.0.1 released. 20150121 dholland Fix up some gdb threads issues appearing with gdb 7.8. 20150117 dholland Update included .hgignore file, from Cary Gray. 20150115 dholland System/161 2.0 released. 20150115 dholland Add workaround to make disk rotdelay deterministic. 20150114 dholland Fix stdint.h-related build problems on Linux. 20150114 dholland Fix flock-related build problem on Linux. 20150109 dholland Add software debugger requests to the trace device. 20150105 dholland Make the testsuite run. 20150105 dholland Add support for installing into a chroot/DESTDIR. 20150105 dholland Add man pages for all executables.
2015-08-08PR pkg/50137: restore distinfo accidently lost in previous commitmartin1-1/+4
2015-08-08Reset maintainer, he resigned quite some time ago.wiz5-10/+10
2015-08-08Updated mail/p5-MIME-Charset to 1.012wen2-3/+3
2015-08-08Update to 1.012wen2-7/+6
Upstream changes: 1.012 2015-03-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * CPAN RT #100839: Malformed JSON in META.json. 1.011.3 2014-12-10 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Use "eval 'require ...'" to import optional encoding modules. Overridden $SIG{__DIE__} can pass "eval 'use ...'". * Replace META.yml with META.json. 1.011.2 2014-11-27 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Added module CPAN to configure_require for inc::Test::AutoInstall. * Added POD2::Base to recommended feature. * Fix: wrong prototype for _resolve_S(). * Move repository to github. 1.011.1 2013-10-07 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Fix: "shift_jis-2004" did not depend on Encode::JISX0213 but Encode::ShiftJIS2004. * Chg: Added gb18030 to extended mapping of GB2312. * Updated inc::Module::Install to version 1.01. 1.011.0 2013-09-26 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Use Encode::JISX0213 instead of Encode::JIS2K which was not fully implemented. * Added support for iso-2022-jp-2 and JIS X 0213 encodings. * Reformat Changes file to suit to CPAN::Changes::Spec. 1.010.1 2013-08-25 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * No new features. * CPAN RT #86917: Invalid META. * Move Japanese documentation under POD2::JA. 1.010 2013-04-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Fix: UTF-16 & UTF-32 encoders are died by the texts without BOM. * Added a test #6 and some cases to test #4. * Changed layout of distribution. 1.009.3 2012-12-30 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * No new features. * CPAN RT #77715: Spelling mistake in documentation. * Bug on CPAN site: cannot render PODs including "=item" with non-ASCII. 1.009.2 2012-06-02 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Fix: detect_7bit_charset(): if charset was unknown, returns undef instead of "US-ASCII". * COPYING: Updated the address of FSF.
2015-08-08reanimate curl-7.43.0 and add the upstream fix forspz9-56/+76
http://curl.haxx.se/mail/lib-2015-06/0122.html found in https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094
2015-08-08Note update of PHP packages:taca1-1/+4
lang/php54 5.4.44 lang/php55 5.5.28 lang/php56 5.6.12
2015-08-08Update php56 to 5.6.12.taca2-6/+6
06 Aug 2015, PHP 5.6.12 - Core: . Fixed bug #70012 (Exception lost with nested finally block). (Laruence) . Fixed bug #70002 (TS issues with temporary dir handling). (Anatol) . Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive method calls). (Stas) . Fixed bug #69892 (Different arrays compare indentical due to integer key truncation). (Nikita) . Fixed bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref). (Stas) - CLI server: . Fixed bug #69655 (php -S changes MKCALENDAR request method to MKCOL). (cmb) . Fixed bug #64878 (304 responses return Content-Type header). (cmb) - GD: . Fixed bug #53156 (imagerectangle problem with point ordering). (cmb) . Fixed bug #66387 (Stack overflow with imagefilltoborder). (cmb) . Fixed bug #70102 (imagecreatefromwebm() shifts colors). (cmb) . Fixed bug #66590 (imagewebp() doesn't pad to even length). (cmb) . Fixed bug #66882 (imagerotate by -90 degrees truncates image by 1px). (cmb) . Fixed bug #70064 (imagescale(..., IMG_BICUBIC) leaks memory). (cmb) . Fixed bug #69024 (imagescale segfault with palette based image). (cmb) . Fixed bug #53154 (Zero-height rectangle has whiskers). (cmb) . Fixed bug #67447 (imagecrop() add a black line when cropping). (cmb) . Fixed bug #68714 (copy 'n paste error). (cmb) . Fixed bug #66339 (PHP segfaults in imagexbm). (cmb) . Fixed bug #70047 (gd_info() doesn't report WebP support). (cmb) - ODBC: . Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined columns). (cmb) - OpenSSL: . Fixed bug #69882 (OpenSSL error “key values mismatch” after openssl_pkcs12_read with extra cert) (Tomasz Sawicki) . Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically secure). (Stas) - Phar: . Improved fix for bug #69441. (Anatol Belski) . Fixed bug #70019 (Files extracted from archive may be placed outside of destination directory). (Anatol Belski) - SOAP: . Fixed bug #70081 (SoapClient info leak / null pointer dereference via multiple type confusions). (Stas) - SPL: . Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject items). (sean.heelan) . Fixed bug #70166 (Use After Free Vulnerability in unserialize() with SPLArrayObject). (taoguangchen at icloud dot com) . Fixed bug #70168 (Use After Free Vulnerability in unserialize() with SplObjectStorage). (taoguangchen at icloud dot com) . Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList). (taoguangchen at icloud dot com) - Standard: . Fixed bug #70096 (Repeated iptcembed() adds superfluous FF bytes). (cmb)
2015-08-08Update php55 to 5.5.28.taca2-6/+6
06 Aug 2015, PHP 5.5.28 - Core: . Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive method calls). (Stas) . Fixed bug #69892 (Different arrays compare indentical due to integer key truncation). (Nikita) . Fixed bug #70002 (TS issues with temporary dir handling). (Anatol) . Fixed bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref). (Stas) - OpenSSL: . Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically secure). (Stas) - Phar: . Improved fix for bug #69441. (Anatol Belski) . Fixed bug #70019 (Files extracted from archive may be placed outside of destination directory). (Anatol Belski) - SOAP: . Fixed bug #70081 (SoapClient info leak / null pointer dereference via multiple type confusions). (Stas) - SPL: . Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject items). (sean.heelan) . Fixed bug #70166 (Use After Free Vulnerability in unserialize() with SPLArrayObject). (taoguangchen at icloud dot com) . Fixed bug #70168 (Use After Free Vulnerability in unserialize() with SplObjectStorage). (taoguangchen at icloud dot com) . Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList). (taoguangchen at icloud dot com)
2015-08-08Update phpt54 to 5.4.44.taca3-9/+30
06 Aug 2015 PHP 5.4.44 - Core: . Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive method calls). (Stas) . Fixed bug #69892 (Different arrays compare indentical due to integer key truncation). (Nikita) . Fixed bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref). (Stas) - OpenSSL: . Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically secure). (Stas) - Phar: . Improved fix for bug #69441. (Anatol Belski) . Fixed bug #70019 (Files extracted from archive may be placed outside of destination directory). (Anatol Belski) - SOAP: . Fixed bug #70081 (SoapClient info leak / null pointer dereference via multiple type confusions). (Stas) - SPL: . Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject items). (sean.heelan) . Fixed bug #70166 (Use After Free Vulnerability in unserialize() with SPLArrayObject). (taoguangchen at icloud dot com) . Fixed bug #70168 (Use After Free Vulnerability in unserialize() with SplObjectStorage). (taoguangchen at icloud dot com) . Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList). (taoguangchen at icloud dot com)
2015-08-07use -fno-reorder-blocks for sparc64, mips, and vax and GCC 4.5*.mrg1-1/+14
something in op.c (as miniop.c) is mis-compiled with this option which is enabled by -O2, when using GCC 4.5. i didn't try to figure out exactly what as op.c is 419,359 bytes long and the assembler output is almost 100% different and approximiately 1.5MB either way (the diff of the asm output is larger than the combined inputs), so for now we have this hack. this problem doesn't appear to occur in newer GCC. XXX: pullup to 2015Q2.
2015-08-07Updated mail/p5-Email-Send to 2.201wen2-3/+3
2015-08-07Update to 2.201wen2-7/+6
Upstream changes: 2.201 2015-03-05 ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD ** add x_deprecated metadata
2015-08-07Updated mail/p5-Mail-POP3Client to 2.19wen2-3/+3
2015-08-07Update to 2.19wen2-7/+7
Add LICENSE Upstream changes: 2.19 2013/19/03 + RT82713 - version number contains a space.
2015-08-07Updated mail/p5-Email-Address to 1.907wen2-3/+3
2015-08-07Update to 1.907wen2-7/+6
Upstream changes: 1.907 2015-02-03 17:48:10-05:00 America/New_York - restore 5.8.x compatibility 1.906 2015-02-03 16:48:11-05:00 America/New_York - the test suite tests parses more directly, which eliminates a number of misleading (and possibly wrong) test cases - escaped characters in a quoted string are now properly unescaped for the ->phrase method, which means things should round trip better from their decomposed form
2015-08-07Recursive revbump associated with lang/ocaml update.jaapb65-130/+131
2015-08-07Updated lang/camlp5 to 6.14jaapb2-3/+3
2015-08-07Updated package to latest version, 6.14. No changes to this release,jaapb3-8/+8
except that camlp5 is now compatible with ocaml 4.02.3.
2015-08-07Updated lang/ocaml to 4.02.3jaapb2-3/+3
2015-08-07This is an update of lang/ocaml to its latest version, 4.02.3. Changesjaapb6-211/+628
include: Bug fixes: - Top-level custom printing for GADTs: interface change in 4.02.2 (Grégoire Henry, report by Jeremy Yallop) - corrupted final_table (ygrek) - R#6926: Regression: ocamldoc lost unattached comment (Damien Doligez, report by François Bobot) - Aliased result type of GADT constructor results in assertion failure (Jacques Garrigue) Feature wishes: - PR#6691: install .cmt[i] files for stdlib and compiler-libs (David Sheets, request by Gabriel Radanne) - New primitive: caml_alloc_dummy_function (Hugo Heuzard)
2015-08-07Remove PKGREVISION setting from Makefile.common. This should never be here.wiz1-2/+1
Noted by Matthias Ferdinand on pkgsrc-users.
2015-08-07netatalk requires libevent 2.x, the builtin one on NetBSD<7 is older.fhajny1-1/+2
Fixes pkg/50084.
2015-08-07Updated math/R-DBI to 0.3.1wen2-3/+3
2015-08-07Update to 0.3.1wen2-6/+6
Upstream changes: # Version 0.3.1 * Actually export `dbIsValid()` :/ * `dbGetQuery()` uses `dbFetch()` in the default implementation. # Version 0.3.0 ## New and enhanced generics * `dbIsValid()` returns a logical value describing whether a connection or result set (or other object) is still valid. (#12). * `dbQuoteString()` and `dbQuoteIdentifier()` to implement database specific quoting mechanisms. * `dbFetch()` added as alias to `fetch()` to provide consistent name. Implementers should define methods for both `fetch()` and `dbFetch()` until `fetch()` is deprecated in 2015. For now, the default method for `dbFetch()` calls `fetch()`. * `dbBegin()` begins a transaction (#17). If not supported, DB specific methods should throw an error (as should `dbCommit()` and `dbRollback()`). ## New default methods * `dbGetStatement()`, `dbGetRowsAffected()`, `dbHasCompleted()`, and `dbGetRowCount()` gain default methods that extract the appropriate elements from `dbGetInfo()`. This means that most drivers should no longer need to implement these methods (#13). * `dbGetQuery()` gains a default method for `DBIConnection` which uses `dbSendQuery()`, `fetch()` and `dbClearResult()`. ## Deprecated features * The following functions are soft-deprecated. They are going away, and developers who use the DBI should begin preparing. The formal deprecation process will begin in July 2015, where these function will emit warnings on use. * `fetch()` is replaced by `dbFetch()`. * `make.db.names()`, `isSQLKeyword()` and `SQLKeywords()`: a black list based approach is fundamentally flawed; instead quote strings and identifiers with `dbQuoteIdentifier()` and `dbQuoteString()`. * `dbGetDBIVersion()` is deprecated since it's now just a thin wrapper around `packageVersion("DBI")`. * `dbSetDataMappings()` (#9) and `dbCallProc()` (#7) are deprecated as no implementations were ever provided. ## Other improvements * `dbiCheckCompliance()` makes it easier for implementors to check that their package is in compliance with the DBI specification. * All examples now use the RSQLite package so that you can easily try out the code samples (#4). * `dbDriver()` gains a more effective search mechanism that doesn't rely on packages being loaded (#1). * DBI has been converted to use roxygen2 for documentation, and now most functions have their own documentation files. I would love your feedback on how we could make the documentation better!
2015-08-07Updated mail/p5-Mail-Sender to 0.8.23wen2-3/+3
2015-08-07Update to 0.8.23wen2-7/+7
Add LICENSE Upstream changes: Version 0.8.21 - fixed the case in the header names (Content-type -> Content-Type) - fixed the encoding of non-ascii stuff in headers (RFC 2047) - fixed using the ctype even for body with MailFile Version 0.8.23 - fixed problems with long subjects containing accentuated characters - fixed problems with IO::Socket::SSL - trims addresses passed in an array (per request) - changed licence per request from Fedora - fix to allow very long passwords - fix error in TestServer()
2015-08-07Updated textproc/p5-Pod-Tree to 1.25wen2-3/+3
2015-08-07Update to 1.25wen2-7/+8
Upstream changes: 1.25 2015.05.25 - Rename test files to have number prefix. - Move test reqirements to TEST_REQUIRES or BUILD_REQUIRES for older EUMM - Older versions of EU::MM require quotes around 2-dot versions (CHORNY) 1.24 2015.05.22 - Include the rc files in the distribution to use the proper Perl::Critic configuration. - use Test::Version to make sure we have the same version number in every module. - Configure Perl::Critic to be level 4. - Lots of other refactorings.
2015-08-07Updated devel/p5-Convert-Binary-C to 0.77wen2-3/+3
2015-08-06Update to 0.77wen2-7/+6
Upstream changes: Version 0.77 (2015-07-22) ------------------------- * ensure consistent order of enums when generating code; this was a real bug and caused the configuration part of C::B::C to report wrong (even invalid) configurations back to the user when built using a recent version of Perl that randomises hash keys * fix cpan #85264: the POD test was reporting a missing =back tag in one of the support modules; the ultimate fix was to ensure only the provided modules were POD checked * fix cpan #83167: an artificially low refcnt for immortal variables introduced recently for debug Perl builds was causing the refcnt tests to fail for SvNULLs; thanks to Reini Urban for his patch; also thanks to Nicholas Clark for pointing me to the Perl commit * fix cpan #78165: spelling errors in the documentation; thanks to gregor herrmann for providing a patch * fix deprecated use of unescaped braces in regex * fix some gcc and Perl warnings * switch from SnapshotCM to git repo: github.com/mhx/Convert-Binary-C/
2015-08-06Restore i386 distfile.ryoon1-1/+4
Fix PR pkg/50130.
2015-08-06Updated devel/p5-Module-Pluggable to 5.2wen1-1/+2
2015-08-06Update to 5.2wen2-8/+6
Upstream changes: 2015-08-05 - 5.2 Use Module::Runtime if it's installed (thanks to Olivier Mengu茅) Switch to using ExtUtils::MakeMaker (thanks to Karen Etheridge and Tim Orling)
2015-08-06Add support for CFLAGSkhorben2-2/+5
No functional change intended.
2015-08-06Add support for CFLAGSkhorben2-2/+6
No functional change intended.
2015-08-06Add support for CFLAGSkhorben3-6/+19
No functional change intended.