summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-27Update to 52.0.1ryoon3-805/+3968
* Sync with thunderbird-52.0.1
2017-04-27Updated mail/thunderbird to 52.0.1ryoon1-1/+2
2017-04-27Update to 52.0.1ryoon125-2742/+2799
Changelog: 52.0.1: Fixed Clicking on a link in an email may not open this link in the external browser. Crash due to incompatibility with McAfee Anti-SPAM add-on. Add-on is blocked in 52.0.1 52.0: New Folder pane toolbar and folder view selector (replacement for folder view arrows) Optionally remove corresponding data files when removing an account from Thunderbird Import settings from Becky! Internet Mail Possibility to copy message filter Dictionary setting is restored when editing a draft. Content-Language header (RFC 3282) transmitted with message Calendar: Event can now be created and edited in a tab Calendar: Processing of received invitation counter proposals Chat: Support Twitter Direct Messages Chat: Liking and favoriting in Twitter Chat: XMPP: Support SASL SCRAM authentication mechanism Chat: Support Jabber/XMPP Message Carbons (XEP-280) Changed IMPORTANT: The way images are included in a compose window has changed. Images are now included as data URIs and not as references to parts of other messages or operating system files. This allows better interoperability with office packages such as MS Office or LibreOffice. Images linked from locations on the internet will no longer be downloaded and attached to the message automatically. This can be changed for each image individually via the Image Properties dialog or globally by setting the preference mail.compose.attach_http_images. Correspondents column now default for all new folders, can be switched off with preference mail.threadpane.use_correspondents When replying to a mailing list, reply will be sent to address in From header ignoring Reply-to header On Linux PulseAudio is now required to play sound Formatting toolbar is now left in place when delivery format is switched to plain text only Messages in IMAP folders read on external device are now filtered by default Folders backed by mbox storage larger than 4GB are supported without warning (unless preference mailnews.allowMboxOver4GB is set to false) IMAP caching now uses Mozilla's latest caching technology The keyboard shortcut to insert hyperlinks into a compose window was changed from CTRL+L to CTRL+K to align with Office applications Chat: Removed Yahoo! Messenger support (since Yahoo removed support) Fixed Message preview pane non-functional after IMAP folder was renamed or moved Fixed Editing in paragraph format: Pressing Shift+Enter sometimes doesn't move the cursor to the next line Various corrections when composing messages in paragraph format Paste as quotation doesn't always work Long lines in plain text replies not properly wrapped Undesired white-space before signature in paragraph mode When attachment unavailable, compose shows endless "Attaching..." message instead of error Text encoding of reply sometimes incorrect (uses encoding of last viewed message) Text encoding of message display, reply or forwarded message sometimes incorrect (uses encoding of attachment) Delivery Format not preserved for saved drafts (Auto-Detect|Plaintext|HTML|Both) Reply to own e-mail does not reply with the correct identity IMAP message part caching Links with escaped non-ASCII (international) characters can't be clicked Calendar: Events specified in timezone "local time" generate alerts in UTC time Chat: XMPP Resource collisions Various security fixes Security fixes: #CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP #CVE-2017-5401: Memory Corruption when handling ErrorResult #CVE-2017-5402: Use-after-free working with events in FontFace objects #CVE-2017-5403: Use-after-free using addRange to add range to an incorrect root object #CVE-2017-5404: Use-after-free working with ranges in selections #CVE-2017-5406: Segmentation fault in Skia with canvas operations #CVE-2017-5407: Pixel and history stealing via floating-point timing side channel with SVG filters #CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping #CVE-2017-5411: Use-after-free in Buffer Storage in libGLES #CVE-2017-5408: Cross-origin reading of video captions in violation of CORS #CVE-2017-5412: Buffer overflow read in SVG filters #CVE-2017-5413: Segmentation fault during bidirectional operations #CVE-2017-5414: File picker can choose incorrect default directory #CVE-2017-5416: Null dereference crash in HttpChannel #CVE-2017-5425: Overly permissive Gecko Media Plugin sandbox regular expression access #CVE-2017-5426: Gecko Media Plugin sandbox is not started if seccomp-bpf filter is running #CVE-2017-5418: Out of bounds read when parsing HTTP digest authorization responses #CVE-2017-5419: Repeated authentication prompts lead to DOS attack #CVE-2017-5405: FTP response codes can cause use of uninitialized values for ports #CVE-2017-5421: Print preview spoofing #CVE-2017-5422: DOS attack by using view-source: protocol repeatedly in one hyperlink #CVE-2017-5399: Memory safety bugs fixed in Thunderbird 52 #CVE-2017-5398: Memory safety bugs fixed in Thunderbird 52 and Thunderbird 45.8
2017-04-27Updated editors/emacs25 to 25.2ryoon2-3/+4
Updated editors/emacs25-nox11 to 25.2
2017-04-27Update to 25.2ryoon5-13/+17
* Add xml to default options to enable internel web browser, eww Changelog: * Changes in Emacs 25.2 This is mainly a bug-fix release, but there are some other changes. ** 'find-library', 'help-function-def' and 'help-variable-def' now run 'find-function-after-hook'. ** New basic face 'fixed-pitch-serif', for a fixed-width font with serifs. The 'Info-quoted' and 'tex-verbatim' faces inherit from it by default. ** New variable 'use-default-font-for-symbols', for backward compatibility. This variable allows you to get back pre-Emacs 25 behavior where the font for displaying symbol and punctuation characters was always selected according to your fontset setup. By default, Emacs 25 tries to use the default face's font for such characters, if it supports them, disregarding the fontsets. Set this variable to nil to disable this and get back the old behavior. ** 'electric-quote-mode' is no longer suppressed in a buffer whose coding system cannot represent curved quote characters. Instead, users can deal with the unrepresentable characters in the usual way when they save the buffer. ** New variable 'inhibit-compacting-font-caches'. Set this variable to a non-nil value to speed up display of characters using large fonts, at the price of a larger memory footprint. ** The version number of CC Mode has been changed from 5.33 to 5.32.99, although the software itself hasn't changed. This aims to reduce confusion with the standalone CC Mode 5.33 (available from http://cc-mode.sourceforge.net), which is a more mature version than the one included in Emacs 25.2.
2017-04-27Updated devel/p5-IO-Pager to 0.37mef2-3/+4
Updated devel/p5-IPC-Run to 0.95
2017-04-27Fix typo.wiz1-2/+2
2017-04-27Updated devel/p5-IPC-Run to 0.95mef2-8/+7
-------------------------------- 0.95 Mon Apr 24 2017 - Spelling fixes - doc fix: full_result returns $?, not $? >> 8 - Fix check for reaped PID in reap_nb - Re-remove unnecessary use of UNIVERSAL 0.94_02 Thu Apr 14 2016 - Skip infinity test on perl below 5.8.9 0.94_01 Tue Apr 12 2016 - Enable Travis-CI integration for IPC::Run - Use q{} and qq{} to fix problems with quotation in cmd.exe - sync $VERSION across all files to address kwalitee - RT 109243 - Stop side affect of altering flushing of STDOUT and STDERR - CHILD_HANDLE should be closed with 'Close' to prevent a warning. - require Win32API::File on Windows - Better timer error message + an additional unit test - Catching previously non-detected malformed time strings - Let Timer accept all allowable perl numbers - allow the OS to choose the ephemeral port to use - Don't use version.pm to parse the perl version in Makefile.PL - perltidy - Do not import POSIX into local namespace (it's a memory hog)
2017-04-27Updated devel/p5-IO-Pager to 0.37mef2-8/+7
--------------------------------- 0.37 Tue Apr 25 2017 Fix tests for Perl 5.26 removal of . from @INC
2017-04-27Updated misc/todoman to 3.1.0wiz2-3/+3
2017-04-27Updated todoman to 3.1.0.wiz3-8/+11
v3.1.0 ------ * Last-modified fields of todos are now updated upon edition. * Sequence numbers are now properly increased upon edition. * Add new command ``todo cancel`` to cancel an existing todo without deleting it. * Add a new setting ``default_command``. * Replace ``--all`` and ``--done-only`` with ``--status``, which allows fine-grained status filtering. Use ``--status ANY`` or ``--status COMPLETED`` to obtain the same results as the previous flags. * Rename ``--today`` flag to ``--startable``. * Illegal start dates (eg: start dates that are not before the due date) are ignored and are removed when saving an edited todo.
2017-04-27Updated devel/py-pbr to 3.0.0wiz2-3/+3
2017-04-27Updated py-pbr to 3.0.0.wiz2-7/+7
3.0.0 ----- * Remove 'build\_sphinx\_latex' * Stop building man pages by default * docs: Use definition lists * add image.nonlocal\_uri to the list of warnings ignored * doc: Document Sphinx integration * add changelog to published documentation
2017-04-27Updated devel/py-hypothesis to 3.8.2wiz2-4/+3
2017-04-27Updated py-hypothesis to 3.8.2.wiz3-11/+11
3.8.2 - 2017-04-26 This is a code reorganisation release that moves some internal test helpers out of the main source tree so as to not have changes to them trigger releases in future. 3.8.1 - 2017-04-26 This is a documentation release. Almost all code examples are now doctests checked in CI, eliminating stale examples. 3.8.0 - 2017-04-23 This is a feature release, adding the iterables strategy, equivalent to lists(...).map(iter) but with a much more useful repr. You can use this strategy to check that code doesn’t accidentally depend on sequence properties such as indexing support or repeated iteration. 3.7.4 - 2017-04-22 This is a bug fix release for a single bug: In 3.7.3, using @example and a pytest fixture in the same test could cause the test to fail to fill the arguments, and throw a TypeError. 3.7.3 - 2017-04-21 This release should include no user visible changes and is purely a refactoring release. This modularises the behaviour of the core “given” function, breaking it up into smaller and more accessible parts, but its actual behaviour should remain unchanged. 3.7.2 - 2017-04-21 This reverts an undocumented change in 3.7.1 which broke installation on debian stable: The specifier for the hypothesis[django] extra_requires had introduced a wild card, which was not supported on the default version of pip. 3.7.1 - 2017-04-21 This is a bug fix and internal improvements release. In particular Hypothesis now tracks a tree of where it has already explored. This allows it to avoid some classes of duplicate examples, and significantly improves the performance of shrinking failing examples by allowing it to skip some shrinks that it can determine can’t possibly work. Hypothesis will no longer seed the global random arbitrarily unless you have asked it to using random_module() Shrinking would previously have not worked correctly in some special cases on Python 2, and would have resulted in suboptimal examples.
2017-04-27Updated archivers/par2 to 0.7.0wiz2-3/+3
2017-04-27Updated par2 to 0.7.0.wiz4-47/+7
17 April 2017 Ike Devolder * release: 0.7.0 * Merged OpenMP version and so enabled multithreading * added -t flag to set the number of threads (all possible threads used by default) * Added -B flag to set the basepath for difficult to guess situations * bugfixes
2017-04-27Updated textproc/p5-YAML-Syck to 1.30wiz2-3/+3
2017-04-27Updated p5-YAML-Syck to 1.30.wiz2-8/+7
[Changes for 1.29_02 - 2016-03-03] * Fix handling carriage return after c-indicator RT 41141 * Fix CHECK_UTF8 SEGV with empty len=0 strings RT 61562 * Add missing function declarations * Tighten the TODO tests, no passing TODOs now. But still JSON SingleQuote and \/ and \u roundtrips do fail. [Changes for 1.29_01 - 2014-12-14] * Experimentally try patch from RT 83825. Will release if no test failures or complaints. * Fix crash in syck_emit on platforms with long long pointers
2017-04-27Updated www/p5-Net-HTTP to 6.14wiz2-3/+3
2017-04-27Updated p5-Net-HTTP to 6.14.wiz2-7/+7
6.14 2017-04-24 11:27:26-04:00 America/Toronto - Improvements to live tests (Shoichi Kaji and Kent Fredric) - Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi Kaji)
2017-04-27Updated www/p5-Mojolicious to 7.31wiz2-3/+3
2017-04-27Updated p5-Mojolicious to 7.31.wiz2-7/+7
7.31 2017-04-23 - Removed deprecated files, slurp and spurt functions from Mojo::Util. - Removed deprecated parts attribute from Mojo::Home. - Removed deprecated slurp and spurt methods from Mojo::ByteStream. - Removed deprecated lib_dir, list_files, parse and rel_dir methods from Mojo::Home. - Removed deprecated rel_dir method from Mojolicious::Command. - Removed deprecated is_status_class method from Mojo::Message::Response. - Fixed a bug in the app generator command where the config file name was not based on the application moniker.
2017-04-27Updated graphics/p5-Image-ExifTool to 10.50wiz2-3/+3
2017-04-27Updated p5-Image-ExifTool to 10.50.wiz2-7/+7
Apr. 20, 2017 - Version 10.50 (production release) - Decode a new Pentax tag (thanks Andras Salamon) - Improved decoding of Olympus DriveMode (thanks Herbert Kauer) - Improved handling of errors from utime when setting file times - Fixed potential hang problem when reading corrupted QuickTime metadata - Fixed problem deleting duplicate EXIF tags when writing other tags at the same time Apr. 10, 2017 - Version 10.49 - Added "DateFmt" utility function for use in advanced formatting expressions - Added a new Sony/Minolta LensType (thanks LibRaw) - Decode a new Panasonic tag - Fixed problem decoding Sony VariableLowPassFilter values (thanks Jos Roost) - Fixed problem setting XMP:About when creating new XMP in a file - Fixed an incorect Pentax DriveMode value (thanks Andras Salamon) - API Changes - Allow access to the advanced formatting expression via a new ExifTool "FMT_EXPR" member variable Apr. 3, 2017 - Version 10.48 - Added some new FujiFlashMode values (thanks Albert Shan) - Added a new Sony LensType (thanks Jos Roost) - Added a new Canon LensType (thanks LibRaw) - Added a new CanonModelID and minor changes to some others (thanks Dmitry) - Decode two Pentax tags and added a number of new values for other Pentax tags (thanks Andras Salamon) - Decode a new Sony tag (thanks Jos Roost) - Improvements to the experimental Validate feature - Fixed problem which could cause hang when reading bad PPT documents Mar. 20, 2017 - Version 10.47 - Added read support for JSON-format files - Added two new Sony/Minolta lenses (thanks Jos Roost) - Added a number of new Pentax tag values - Decode a new Canon CR2 tag (thanks Ed Hannon) - Decode WB information for Canon 800D (thanks LibRaw) - Improved config_files/photoshop_paths.config to indicate start of paths - Attempt to validate new file names in Windows before renaming images - Experimental Validate feature no longer warns about Windows XP tags - Fixed problem extracting layer information from very large PSD/PSB files Mar. 8, 2017 - Version 10.46 - Moved Mac System tags from the Extra table into a new MacOS group and added ability to extract them by requesting the MacOS group - Updated QuickTime GenreID list (thanks Francois Bonzon) - Fixed "Invalid xref" problem when reading some PDF files - Fixed error in Minolta lens list (thanks Jos Roost) - Fixed minor problem with -U option generating Unknown tags for some known bytes in variable-sized strings - API Changes: - Enhanced RequestTags option to allow groups to be requested Mar. 2, 2017 - Version 10.45 - Added ability to write a number of Mac OS X system tags (including the file creation date!) - Added ability to extract OS X extended attributes ("XAttr" tags) - API Changes: - Added XAttrTags option - Enhanced RequestAll option Feb. 24, 2017 - Version 10.44 - Added a few new CanonModelID values and a new Canon LensType - Added two new Nikon lenses (thanks Rolf Probst) - Added a few new Sony/Minolta lenses (thanks Jos Roost) - Added two new Sony MeteringMode values (thanks Jos Roost) - Improved verbose dump of Photoshop Layer information - Patched to allow "FileName encoding not specified" warnings to be avoided by setting -charset filename="" - Fixed problem in photoshop_paths.config printing some paths Feb. 16, 2017 - Version 10.43 - Restrict writing of EXIF:FlashEnergy to a single value as per EXIF spec - Reverted format change of Sony ImageCount tag - Changed PNG new eXIF/zXIF chunk names to "exIf" and "zxIf" until the proposed chunks are accepted (of course, while maintaining backward compatibility for reading/updating the other chunks) - Lowered priority of XMP-pdf:Keywords so it doesn't take precedence over PDF:Keywords when the Duplicates option is not used - Improved config_files/convert_regions.config to handle the case where the RegionInfoMP is missing a Rectangle Feb. 10, 2017 - Version 10.42 - Added ability to read/write PNG eXIF and zXIF chunks, and made these the place where new EXIF is created in PNG images (zXIF if the -z option is used, or eXIF otherwise) - Added ability to copy Photoshop OriginPathInfo with photoshop_paths.config - Made FileUserID and FileGroupID writable - Changed format for a Sony ImageCount tag - Improvements to experimental Validate feature - Fixed incorrect XMP swf namespace URI - Fixed problem using new -p section feature when combined with -w or -ee - Fixed formatting problem in -listx output when -lang option was used - Fixed problem where UserComment wasn't removed if found in IFD0 when writing it to the correct IFD Feb. 1, 2017 - Version 10.41 - Added an experimental metadata validation feature (invoked either by requesting the new Extra Validate tag or by setting the API Validate option) - Added support for PSDT file extension - Added age.config to the distribution - Added a new Sony lens (thanks Jos Roost) - Added a new PentaxModelID (thanks Louis Granboulan) - Enhanced -p option to allow files to be grouped in sections - Made makernote offset warning minor - Relaxed parsing of NMEA GGA sentence so comma after the geoid units is now optional - Patched problem extracting value of an unsafe binary tag with the -b option when specified using -TAG# instead of -TAG with -n - API Changes: - Added experimental Validate option
2017-04-27Updated www/p5-HTML-Tree to 5.05wiz2-3/+3
2017-04-27Updated p5-HTML-Tree to 5.05.wiz2-7/+7
5.05 2017-04-26 [FIXES] * Revert Dist::Zilla Removal - https://github.com/jfearn/HTML-Tree/issues/7 - Vendor note: It should be simpler to compare 5.03 and 5.05 than to compare 5.04 and 5.05, or 5.03 and 5.05. - Fixes RT#12230: Undeclared dep on Test::Fatal - https://rt.cpan.org/Ticket/Display.html?id=121230 * Proper fix for '.' in @INC - https://rt.cpan.org/Ticket/Display.html?id=120521
2017-04-27Updated graphics/p5-GD to 2.66wiz2-3/+3
2017-04-27Updated p5-GD to 2.66.wiz2-10/+8
2.66 * throw proper error on newFrom* with not-existing file * add t/transp.t from RT #40525 * Improve RT #54366 multiple gd.h warning * better doc for GD::Simple->arc * fix ANIMGIF with libgd 2.3.0-dev 2.65 * fix --gdlib_config_path to accept an argument (fperrad) 2.64 * Update doc for LIBGD_VERSION() * Fix 5.6.2, which does not have float in its typemap 2.63 * renamed VERSION() to LIBGD_VERSION(), RT #121307. It was treated magically by "use GD 2.18" 2.62 * fixed wrong <5.14 code generated with ExtUtils::Constants RT #121297. Don't generate const-xs.inc, only when missing. * add -liconv on hpux also (our pkgconfig parser cannot handle it) 2.61 * add CONFIGURE_REQUIRES META * add --gdlib_config_path * add Image Filters: scatter, pixelate, negate, grayscale, brightness, contrast, color, selectiveBlur, edgeDetectQuick, gaussianBlur, emboss, meanRemoval, smooth, copyGaussianBlurred * add palette methods: createPaletteFromTrueColor, neuQuant (but discouraged), colorMatch. * add interpolation methods: copyScale, copyRotateInterpolated, interpolationMethod. * add double GD::VERSION * add all gd.h constants 2.60 * add missing methods newFromWBMP, newFromXbm, (RT #68784) and some missing docs * Add --lib_fontconfig_path, --fcgi options * rewrote most of the XS code * cleanup Makefile.PL #20 2.59 * error on failing libgd calls * fix colorClosestAlpha, colorAllocateAlpha * add missing documentation 2.58 * fix VERSION_STRING for 2.0.x * honor --lib_gd_path specific gdlib-config * Loosen the comparison tests with GDIMAGETYPE ne gd2 * Improve gdlib-config parsing (PR #17), esp. with 2.0.34 2.57 * fix Jpeg magic number detection RT #26146 * fix RGB - HSV roundtrips: RT #120572 by J2N-FORGET * fix -print-search-dirs errors RT #106265 * co-maint to rurban * add hv_fetchs, CI smokers * add GD::VERSION_STRING api 2.56_03 * add alpha method * improve option handling * fix meta data 2.56_02 * fix feature extraction >= 2.2 [RT #119459] 2.56_01 * rm Build.PL, fix permissions, fix for missing gdlib-config
2017-04-27Updated misc/p5-Business-ISBN to 3.004wiz2-3/+3
2017-04-27Updated p5-Business-ISBN to 3.004.wiz2-7/+7
3.004 2017-04-24T20:02:52Z * Remove Mojo dependencies after splitting out Business::xISBN (Michiel Beijen) * Remove unneeded code from the checksumming stuff (Mike O'Regan) * We now test on Windows through AppVeyor
2017-04-27Updated print/abcm2ps to 8.13.9wiz2-3/+3
2017-04-27Updated abcm2ps to 8.13.9.wiz2-7/+7
---- Version 8.13.9 - 2017-04-21 ---- Fix bad handling of the 4th parameter of %%tuplets (reported by Reinier Maliepaard) Execute the format file in '-F' when '-H' (reported by Richard Robinson) Add %%ss-pref (stylesheet prefix) as a replacement of %%abcm2ps Fix bad colors of lyrics and chord indications when last voice has a color (reported by Jean-Luc Fargere)
2017-04-27Updated mail/neomutt to 20170421wiz1-1/+2
2017-04-27Updated neomutt to 20170421.wiz3-12/+10
2017-04-21 Richard Russon <rich@flatcap.org> * Features - add lua scripting - add command-line batch mode - index_format: add support of %K * Bug Fixes - attachment/pager: Use mailcap for test/* except plain - Fix uncollapse_new in pager - fix garbage in chdir prompt due to unescaped string - Fix inbox-first functionality when using mutt_pretty_mailbox - add full neomutt version to log startup - fix bug in uncolor for notmuch tag - fix broken from_chars behaviour * Coverity defects - strfcpy - add variable - function arg could be NULL/invalid - add variable - failed function leads to invalid variable - add variable - Context could become NULL - add variable - alloc/strdup could return NULL - add variable - route through code leads to invalid variable - remove variable test - test functions - tidy switches - unused variables - refactor only - check for buffer underruns - fix leaks - minor fixes - bug: add missing break - bug: don't pass large object by value - fix: use correct buffer size - shadow variables - 0 -> NULL * Docs - many minor updates - sync translations - delete trailing whitespace - indent the docbook manual - use w3m as default for generating UTF8 manual.txt * Website - many minor updates - fix broken links - add to list of useful programs - test automatic html checker - remove trailing whitespace - add irc description - update issue labels (dev) - new page: closed discussions - new page: making neomutt (dev) * Build - drop obsolete m4 scripts - don't look for lua libs unless asked for - workaround slang warnings - lower the gettext requirement 0.18 -> 0.17 - add keymap_alldefs.h to BUILT_SOURCES - fix make dist distcheck - Remove -Iimap from CFLAGS and include imap/imap.h explicitly - mx: fix conditional builds - Make iconv mandatory (no more --disable-iconv) - refactor: Split out BUFFER-handling functions * Tidy - drop control characters from the source - drop vim modelines - delete trailing whitespace - mark all local functions as static - delete unused functions - replace FOREVER with while (true) - drop #if HAVE_CONFIG_H - use #ifdef for potentially missing symbols - remove #if 0 code blocks - drop commented out source - IMAP auth functions are stored by pointer cannot be static - force OPS to be rebuilt after a reconfigure - be specific about void functions - expand a few more alloc macros - add argument names to function prototypes - drop local copy of regex code - rearrange code to avoid forward declarations - limit the scope of some functions - give the compress functions a unique name - use snake_case for function names - add missing newlines to mutt_debug - remove generated files from repo - look for translations in all files - fix arguments to printf-style functions - license text - unify include-guards - tidy makefiles - initialise pointers - make strcmp-like functions clearer - unify sizeof usage - remove forward declarations - remove ()s from return - rename files hyphen to underscore - remove unused macros - use SEEK_SET, SEEK_CUR, SEEK_END - remove constant code - fix typos and grammar in the comments - Switch to using an external gettext runtime - apply clang-format to the source code - boolify returns of 84 functions - boolify lots of struct members - boolify some function parameters * Upstream - Add $ssl_verify_partial_chains option for OpenSSL - Move the OpenSSL partial chain support check inside configure.ac - Don't allow storing duplicate certs for OpenSSL interactive prompt - Prevent skipped certs from showing a second time - OpenSSL: Don't offer (a)ccept always choice for hostname mismatches - Add SNI support for OpenSSL - Add SNI support for GnuTLS - Add shortcuts for IMAP and POP mailboxes in the file browser - Change OpenSSL to use SHA-256 for cert comparison - Fix conststrings type mismatches - Pass envlist to filter children too - Fix mutt_envlist_set() for the case that envlist is null - Fix setenv overwriting to not truncate the envlist - Fix (un)sidebar_whitelist to expand paths - Fix mutt_refresh() pausing during macro events - Add a menu stack to track current and past menus - Change CurrentMenu to be controlled by the menu stack - Set refresh when popping the menu stack - Remove redraw parameter from crypt send_menus - Don't full redraw the index when handling a command from the pager - Filter other directional markers that corrupt the screen - Remove the OPTFORCEREDRAW options - Remove SidebarNeedsRedraw - Change reflow_windows() to set full redraw - Create R_MENU redraw option - Remove refresh parameter from mutt_enter_fname() - Remove redraw flag setting after mutt_endwin() - Change km_dokey() to pass SigWinch on for the MENU_EDITOR - Separate out the compose menu redrawing - Separate out the index menu redrawing - Prepare for pager redraw separation - Separate out the pager menu redrawing - Don't create query menu until after initial prompt - Silence imap progress messages for pipe-message - Ensure mutt stays in endwin during calls to pipe_msg() - Fix memleak when attaching files - Add $ssl_verify_partial_chains option for OpenSSL - Move the OpenSSL partial chain support check inside configureac - Don't allow storing duplicate certs for OpenSSL interactive prompt - Prevent skipped certs from showing a second time - OpenSSL: Don't offer (a)ccept always choice for hostname mismatches - Add SNI support for OpenSSL - Add SNI support for GnuTLS - Add shortcuts for IMAP and POP mailboxes in the file browser - Updated French translation - Change OpenSSL to use SHA-256 for cert comparison - Fix conststrings type mismatches - Pass envlist to filter children too - Fix mutt_envlist_set() for the case that envlist is null - Fix setenv overwriting to not truncate the envlist - Fix mutt_refresh() pausing during macro events - Add a menu stack to track current and past menus - Change CurrentMenu to be controlled by the menu stack - Set refresh when popping the menu stack - Remove redraw parameter from crypt send_menus - Don't full redraw the index when handling a command from the pager - Fix (un)sidebar_whitelist to expand paths - Filter other directional markers that corrupt the screen - Remove the OPTFORCEREDRAW options - Remove SidebarNeedsRedraw - Change reflow_windows() to set full redraw - Create R_MENU redraw option - Remove refresh parameter from mutt_enter_fname() - Remove redraw flag setting after mutt_endwin() - Change km_dokey() to pass SigWinch on for the MENU_EDITOR - Separate out the compose menu redrawing - Separate out the index menu redrawing - Prepare for pager redraw separation - Separate out the pager menu redrawing - Don't create query menu until after initial prompt - Silence imap progress messages for pipe-message - Ensure mutt stays in endwin during calls to pipe_msg() - Fix memleak when attaching files - automatic post-release commit for mutt-181 - Added tag mutt-1-8-1-rel for changeset f44974c10990 - mutt-181 signed - Add ifdefs around new mutt_resize_screen calls - Add multiline and sigwinch handling to mutt_multi_choice - Set pager's REDRAW_SIGWINCH when reflowing windows - Add multiline and sigwinch handling to mutt_yesorno - Change the sort prompt to use (s)ort style prompts - Handle the pager sort prompt inside the pager - Fix GPG_TTY to be added to envlist - automatic post-release commit for mutt-182
2017-04-27Updated net/py-lexicon to 2.1.2fhajny1-1/+2
2017-04-27Update net/py-lexicon to 2.1.2.fhajny3-8/+11
2.1.2 - Initial implementation of a provider for PowerDNS 2.1.1 - Changes to testing framework
2017-04-27firefox: bump required nssmaya1-2/+2
2017-04-27Updated net/youtube-dl to 20170426leot1-1/+2
2017-04-27Update net/youtube-dl to 20170426leot3-11/+17
Changes: version 2017.04.26 Core * Introduce --keep-fragments for keeping fragments of fragmented download on disk after download is finished * [YoutubeDL] Fix output template for missing timestamp (#12796) * [socks] Handle cases where credentials are required but missing * [extractor/common] Improve HLS extraction (#12211) - Extract m3u8 parsing to separate method - Improve rendition groups extraction - Build stream name according stream GROUP-ID - Ignore reference to AUDIO group without URI when stream has no CODECS - Use float for scaled tbr in _parse_m3u8_formats * [utils] Add support for TTML styles in dfxp2srt * [downloader/hls] No need to download keys for fragments that have been already downloaded * [downloader/fragment] Improve fragment downloading - Resume immediately - Don't concatenate fragments and decrypt them on every resume - Optimize disk storage usage, don't store intermediate fragments on disk - Store bookkeeping download state file + [extractor/common] Add support for multiple getters in try_get + [extractor/common] Add support for video of WebPage context in _json_ld (#12778) + [extractor/common] Relax JWPlayer regular expression and remove duplicate URLs (#12768) Extractors * [iqiyi] Fix extraction of Yule videos * [vidio] Improve extraction and sort formats + [brightcove] Match only video elements with data-video-id attribute * [iqiyi] Fix playlist detection (#12504) - [azubu] Remove extractor (#12813) * [porn91] Fix extraction (#12814) * [vidzi] Fix extraction (#12793) + [amp] Extract error message (#12795) + [xfileshare] Add support for gorillavid.com and daclips.com (#12776) * [instagram] Fix extraction (#12777) + [generic] Support Brightcove videos in <iframe> (#12482) + [brightcove] Support URLs with bcpid instead of playerID (#12482) * [brightcove] Fix _extract_url (#12782) + [odnoklassniki] Extract HLS formats version 2017.04.17 Extractors * [limelight] Improve extraction LimelightEmbeddedPlayerFlash media embeds and add support for channel and channelList embeds * [generic] Extract multiple Limelight embeds (#12761) + [itv] Extract series metadata * [itv] Fix RTMP formats downloading (#12759) * [itv] Use native HLS downloader by default + [go90] Extract subtitles (#12752) + [go90] Extract series metadata (#12752) version 2017.04.16 Core * [YoutubeDL] Apply expand_path after output template substitution + [YoutubeDL] Propagate overridden meta fields to extraction results of type url (#11163) Extractors + [generic] Extract RSS entries as url_transparent (#11163) + [streamango] Add support for streamango.com (#12643) + [wsj:article] Add support for articles (#12558) * [brightcove] Relax video tag embeds extraction and validate ambiguous embeds' URLs (#9163, #12005, #12178, #12480) + [udemy] Add support for react rendition (#12744) version 2017.04.15 Extractors * [youku] Fix fileid extraction (#12741, #12743) version 2017.04.14 Core + [downloader/hls] Add basic support for EXT-X-BYTERANGE tag (#10955) + [adobepass] Improve Comcast and Verison login code (#10803) + [adobepass] Add support for Verizon (#10803) Extractors + [aenetworks] Add support for specials (#12723) + [hbo] Extract HLS formats + [go90] Add support for go90.com (#10127) + [tv2hu] Add support for tv2.hu (#10509) + [generic] Exclude URLs with xml ext from valid video URLs (#10768, #11654) * [youtube] Improve HLS formats extraction * [afreecatv] Fix extraction for videos with different key layout (#12718) - [youtube] Remove explicit preference for audio-only and video-only formats in order not to break sorting when new formats appear * [canalplus] Bypass geo restriction version 2017.04.11 Extractors * [afreecatv] Fix extraction (#12706) + [generic] Add support for <object> YouTube embeds (#12637) * [bbccouk] Treat bitrate as audio+video bitrate in media selector + [bbccouk] Skip unrecognized formats in media selector (#12701) + [bbccouk] Add support for https protocol in media selector (#12701) * [curiositystream] Fix extraction (#12638) * [adn] Update subtitle decryption key * [chaturbate] Fix extraction (#12665, #12688, #12690)
2017-04-27It is no longer needed to add -D_OPENBSD_SOURCE to CPPFLAGS forleot1-5/+1
reallocarray(3) in NetBSD, fixed in tmux-2.4 by upstream (NFC).
2017-04-27Remove patch that is not in distinfo.wiz1-22/+0
2017-04-27Updated lang/py36-html-docs to 3.6.1leot1-1/+2
2017-04-27Update lang/py36-html-docs to 3.6.1leot3-10/+8
No changelog available.
2017-04-27Don't write an endless stream of silence whilst preparing playback.nat3-2/+26
Bump PKGREVISION. Addresses PR kern/52196.
2017-04-27sortjnemeth1-3/+3
2017-04-27Added www/firefox52-l10n version 52.1.0ryoon1-1/+2
2017-04-27Add firefox52-l10nryoon1-1/+2
2017-04-27Import firefox52-l10n-52.1.0 as www/firefox52-l10n.ryoon5-0/+29361
This package contains language packs for www/firefox52.
2017-04-27Added www/firefox52 version 52.1.0ryoon1-1/+2