summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-04-13Update jbig2dec to 0.13.wiz2-7/+7
Version 0.13 (2016 April 07) * Bug fix release.
2016-04-13Updated devel/py-click to 6.6wiz2-3/+3
2016-04-13Update py-click to 6.6.wiz2-7/+7
Version 6.6 ----------- (bugfix release; released on April 4th 2016) - Fix bug in `click.Path` where it would crash when passed a `-`. See #551.
2016-04-13Updated devel/py-mock to 2.0.0wiz2-3/+3
2016-04-13Fix previous.wiz1-2/+4
2016-04-13Update py-mock to 2.0.0wiz2-10/+9
Library ------- - Issue #26323: Add Mock.assert_called() and Mock.assert_called_once() methods to unittest.mock. Patch written by Amit Saha. - Issue #22138: Fix mock.patch behavior when patching descriptors. Restore original values after patching. Patch contributed by Sean McCully. - Issue #24857: Comparing call_args to a long sequence now correctly returns a boolean result instead of raising an exception. Patch by A Kaptur. - Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. Initial patch by Aaron Hill. - Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3. - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. Patch from Nicola Palumbo and Laurent De Buyst. - Issue #23661: unittest.mock side_effects can now be exceptions again. This was a regression vs Python 3.4. Patch from Ignacio Rossi - Issue #23310: Fix MagicMock's initializer to work with __methods__, just like configure_mock(). Patch by Kasia Jachim. - Issue #23568: Add rdivmod support to MagicMock() objects. Patch by Håkan Lövdahl. - Issue #23581: Add matmul support to MagicMock. Patch by Håkan Lövdahl. - Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ implementation in issue #21408 they are redundant. *** NOT BACKPORTED *** - Issue #21270: We now override tuple methods in mock.call objects so that they can be used as normal call attributes. - Issue #21256: Printout of keyword args should be in deterministic order in a mock function call. This will help to write better doctests. - Issue #21262: New method assert_not_called for Mock. It raises AssertionError if the mock has been called. - Issue #21238: New keyword argument `unsafe` to Mock. It raises `AttributeError` incase of an attribute startswith assert or assret. - Issue #21239: patch.stopall() didn't work deterministically when the same name was patched more than once. - Issue #21222: Passing name keyword argument to mock.create_autospec now works. - Issue #17826: setting an iterable side_effect on a mock function created by create_autospec now works. Patch by Kushal Das. - Issue #17826: setting an iterable side_effect on a mock function created by create_autospec now works. Patch by Kushal Das. - Issue #20968: unittest.mock.MagicMock now supports division. Patch by Johannes Baiter. - Issue #20189: unittest.mock now no longer assumes that any object for which it could get an inspect.Signature is a callable written in Python. Fix courtesy of Michael Foord. - Issue #17467: add readline and readlines support to mock_open in unittest.mock. - Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name. - Issue #15323: improve failure message of Mock.assert_called_once_with - Issue #14857: fix regression in references to PEP 3135 implicit __class__ closure variable (Reopens issue #12370) - Issue #14295: Add unittest.mock
2016-04-13Updated security/py-rsa to 3.4.1wiz2-3/+3
2016-04-13Update py-rsa to 3.4.1:wiz2-7/+7
Version 3.4.1 - released 2006-03-26 ---------------------------------------- - Included tests/private.pem in MANIFEST.in - Included README.md and CHANGELOG.txt in MANIFEST.in
2016-04-13Updated devel/talloc to 2.1.6wiz2-3/+3
2016-04-13Update talloc to 2.1.6.wiz2-8/+7
Changes not found.
2016-04-13Updated devel/waf to 1.8.20wiz2-3/+3
2016-04-13Update waf to 1.8.20:wiz2-8/+8
NEW IN WAF 1.8.20 ----------------- * Detection SUN cc compiler version 5.0 #1697 * Initialize 'VALAFLAGS' with OS flags #1703 * Convert --perlbinary data to list #1705 * Cppcheck fixes #1708 * Boost module enhancements and fixes #1709 * Various cpplint enhancements #1711 * Workaround for unreadable home folders
2016-04-13Updated audio/abcde to 2.7.2wiz2-3/+3
2016-04-13Update abcde to 2.7.2:wiz2-7/+7
abcde 2.7.2 * When using musicbrainz, don't assume that there will be release events attached to a particular CD release. Bug fix for the addition of year information support in 2.7.1. Thanks to Ed Oehler and Alan W. Kerr for debugging help. * Support for output to the Matroska container (mka). Encoder is FFmpeg (or avconv). Typical conf file syntax would be: MKAENCODERSYNTAX=ffmpeg FFMPEG=ffmpeg FFMPEGENCOPTS="-c:a ac3 -b:a 448k" OUTPUTTYPE="mka" Thanks to Shantiq and Fakeoutdoorsman of the Ubuntu Forums for the idea. * Add id3tag mp3 tagger as this is the tagger available to OpenBSD users. Thanks to Christopher Zimmermann for the notification and patch. * Allow for cddb response 500. Thanks again to Von Welch for the bug report and patch. This closes Issue 26: http://abcde.einval.com/bugzilla/show_bug.cgi?id=26 * Fix for 'expansion of $REDIR' bug on MacOSX. Thanks to Von Welch for the bug report. This closes Issue 22: http://abcde.einval.com/bugzilla/show_bug.cgi?id=22 * Makefile adjusted to allow the sample abcde.conf file to be installed by default to /etc rather than $(prefix)/etc. Thanks to Volker Schmidt from archlinux for the bug report: https://bugs.archlinux.org/task/46671 * Allow getalbumart to correctly place cover image when single track is selected. Thanks to Nino Burini for the bug report and also the fix. This closes Issue 25: http://abcde.einval.com/bugzilla/show_bug.cgi?id=25
2016-04-13+ MesaLib-11.2.0, calibre-2.54, duplicity-0.7.07 [pkg/51061],wiz1-4/+7
p5-Devel-Symdump-2.1600, p5-Net-SSLeay-1.74, wine-devel-1.9.7.
2016-04-13Refactored patch-Makefile.in to fix building with pkgconfadam2-4/+4
2016-04-13Updated multimedia/mpv to 0.17.0leot1-1/+2
2016-04-13Update multimedia/mpv to 0.17.0.leot3-16/+9
Changes: Release 0.17.0 ============== Note: The client API examples have moved to https://github.com/mpv-player/mpv-examples Build System Changes -------------------- - install symbolic SVG icon - build: allow plain-gl build on OSX (#2980) - build: disable encoding mode by default (uses deprecated FFmpeg APIs) Features -------- New ~~~ - csputils: add DCI-P3 colorspace - d3d11va hwdec - demux: add null demuxer - ipc: add Windows implementation with named pipes - mediacodec decoder hwdec wrapper - vo_opengl: add dxva2 interop to angle backend - vo_opengl: generate 3DLUT against source and use full BT.1886 (#2815) Options and Commands -------------------- Added ~~~~~ - command: add cache-speed property - command: add keepaspect property - command: add video-stereo-mode property (#2994) - command: export canonical ffmpeg version identifier (ffmpeg-version) - command: export lists of all codecs (decoder-list and encoder-list) - osd: add italic font for osd (#3031) Changed ~~~~~~~ - aspect: make video-zoom logarithmic (#3004) - command: export more information under track-list - ipc: rename --input-unix-socket to --input-ipc-server - vo_opengl: decrease default superxbr-edge-strength - vo_opengl: rename prescale to prescale-luma Fixes and Minor Enhancements ---------------------------- - TOOLS/zsh.pl: don't complete URLs by default unless no files match (#2892) - ad_lavc, vd_lavc: support new Libav decoding API - cache: disable useless "Cache is not responding" warning (#3019) - demux: delay bitrate calculation on packets with unknown timestamps (#2903) - demux_timeline: set correct seekable flags (#2898) - input: accept plain text for drag and drop (#2945) - input: do not force double-click emulation for artificial commands (#2899) - lavc_conv: fix Libav srt subtitles (#2888) - player: add missing audio reconfig events (#2929, #2920) - player: add wv to list of external audio file extensions - player: fix --stream-dump exit code (#2848) - player: fix breakage when combining 3D and rotate auto-filters - playlist: improve shuffle algorithm (better uniformity) - sub: interpret "text" subtitles as srt - vo_opengl, osd: allow osc.lua to react faster on resizes - vo_opengl: GLX: try to create 3.3 core profile context (#2938) - vo_opengl: draw transparency checkerboard after upscaling - vo_opengl: fix operation without GL_ARB_texture_rg - vo_opengl: improve superxbr algorithm - vo_opengl: only open one OpenGL/DX interop handle when using dxva2 (fixes interop with AMD drivers) - wayland: don't set fs mode on every configure (#2817) - x11: do not set _NET_WM_BYPASS_COMPOSITOR by default (#2997) - ytdl_hook: handle optional format_note
2016-04-13Updated math/R-mvtnorm to 1.0.5wen2-3/+3
2016-04-13Update to 1.0.5wen2-7/+7
Upstream changes: Changes in version 1.0-5 (2016-02-02) o improvements in quantile estimation Changes in version 1.0-4 (2016-01-19) o a new algorithm for quantile estimation, again. Quantiles are now computed by a stochastic root finding algorithm. Note that f.quantile in the output of qmv{t,norm} is now (again) the squared difference between the cdf evaluated at the quantile and the level. The \code{interval} argument to the quantile functions is used as a starting value for the root finder when available. o clean-ups in C and R code and documentation Changes in version 1.0-3 (2015-07-21) o new algorithm for quantile estimation. Quantiles are now computed by minimising the squared distance between the distribution function and the probability whereas previous versions used uniroot(). The procedure is now performed multiple times with difference random seeds in order to stabilise the results. The \code{interval} argument to the quantile functions is IGNORED now.
2016-04-13Updated textproc/R-markdown to 0.7.7wen2-3/+3
2016-04-13Update to 0.7.7wen2-8/+8
Update DEPENDS Upstream changes: CHANGES IN markdown VERSION 0.7.7 BUG FIXES o renderMarkdown() works now even if text = character(0) or "" o added an `encoding` argument to renderMarkdown() since multi-byte characters in renderMarkdown() did not work on Windows (thanks, Kohske Takahashi, #63) o fixed #64: invalid 'n' argument in rpubsUpload() (thanks, Wouter van Atteveldt) MAJOR CHANGES o if renderMarkdown() returns a character vector, it will be marked with the UTF-8 encoding if it contains multi-byte characters
2016-04-13Updated mail/R-mime to 0.4wen2-3/+3
2016-04-13Update to 0.4wen2-7/+7
Upstream changes: CHANGES IN mime VERSION 0.4 NEW FEATURES o added a new content type: .geojson -> application/vnd.geo+json (thanks, @dmpe, #3) BUG FIXES o guess_type() may fail on Windows when the file paths are too long (#2) CHANGES IN mime VERSION 0.3 NEW FEATURES o added a few more content types CHANGES IN mime VERSION 0.2 NEW FEATURES o added a function parse_multipart() to parse multipart form data submitted via HTTP POST
2016-04-13Updated mail/p5-Mail-Mbox-MessageParser to 1.5105wen2-3/+3
2016-04-13Update to 1.5105wen2-8/+11
Upstream changes: Version 1.5105: Sat May 2 2015 - Prevent CPAN from indexing private-lib Version 1.5104: Mon Apr 20 2015 - Remove unused File::Cat import Version 1.5103: Mon Apr 20 2015 - Add File::Path dependency for testing. Thanks to Paul Howarth <paul@city-fan.org> for the info. https://rt.cpan.org/Ticket/Display.html?id=103482 - Don't install private Module::Install extension. Thanks to Paul Howarth <paul@city-fan.org> for the bug report. https://rt.cpan.org/Ticket/Display.html?id=103482 - Clarify licensing terms - Move verbose testing to a private module, and implement it in a way that doesn't require editing the Makefile after it is generated. - Require File::Slurp instead of including it, to avoid potential problems like this: http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07 - Improve the ability of the test suite to be run in parallel - Fix Windows test incompatibilities, such as: http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07 http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07 Version 1.5102: Sun Apr 12 2015 - Fix xz and lzip test skip for when tools are not installed - Enable verbose testing for CPAN-testers - Use proper temp dir instead of t/temp - Consolidate issue tracking at rt.cpan.org Version 1.5101: Sat Apr 4 2015 - Add a version check for lzip, to make sure the .lz file can be decompressed properly during testing. Thanks to Paul Howarth <paul@city-fan.org> for the suggestion. - Fix warning about deleting nonexistent test cache - Enhance "make test TEST_VERBOSE=1" to dump debug information - Work around a POD-stripping bug that would cause module load to fail on some platforms Version 1.5100: Sun Mar 22 2015 - Moved code to github - Added xz support. https://rt.cpan.org/Ticket/Display.html?id=68286 Thanks to sascha@trimind.de for initial patches. - Added lzip support. Thanks to an anonymous submitter for the idea. http://sourceforge.net/p/grepmail/patches/8/ - Added POD test - Fixed hang in pure Perl implementation for a malformed mbox file scenario. Thanks to Jason Brooks <jason@petting-zoo.org> for providing an mbox that found this bug. - Fixed $OLDSTDERR used only once warning. https://rt.cpan.org/Ticket/Display.html?id=58053 Thanks to paul@city-fan.org for the bug report and patch. - Fixed enabling of warnings. https://rt.cpan.org/Ticket/Display.html?id=79898 Thanks to atourbin@cpan.org for the bug report and patch. - Fixed a division by zero error for malformed mbox files that start with a newline. https://rt.cpan.org/Ticket/Display.html?id=69469 Thanks to vadz@cpan.org for the bug report. - Fix bug in M::M::Perl documentation. Thanks to Christopher Orsolits <chris@s7logic.com> for spotting it. - Add more cache file validation. Thanks to Richard Higson <richard.higson@gt.owl.de> for reporting the problem.
2016-04-13haskell-mode-13.20mef1-2/+2
2016-04-13After editors/xemacs update, gc unsupported toolkit optionshauke1-3/+2
2016-04-13Updated editors/xemacs to 21.4.24hauke1-1/+2
2016-04-13Update to patch release 21.4.24. From the ChangeLog:hauke26-681/+135
2015-03-24 Vin Shelton <acs@xemacs.org> * XEmacs 21.4.24 is released 2015-02-23 Vin Shelton <acs@xemacs.org> * configure.in: Add LIBOSSAUDIO as appropriate. Patch from netbsd via Hauke Fath. * configure: Rebuild. 2015-02-15 Vin Shelton <acs@xemacs.org> * configure.in: Additional netbsd platform definitions. * configure: Rebuild. I have used the opportunity for a bit of spring cleaning: o remove build restrictions for powerpc and mips (hacks.mk, Makefile) o drop the inactive X11 toolkit options - they were never used, and upstream does not support them for 21.4, anyway (options.mk) o add comments to patch files o upstream converted the texinfo files to v5 format. Patch the offenders to be v4 compatible
2016-04-13Update to 0.04wen2-8/+7
Upstream changes: 0.04 13 Jul 2015 - Whitespace and POD clean up. Functions are described individually. - Added error checking for the array lengths. - Modernized the use of EXPORT, added a minimum perl version, etc. 0.03 26 May 2015 - Remove pod-coverage.t from the test directory. 0.02 17 May 2015 - Get package up to more-or-less current standards using Module-Starter. Tests and documentation updates come with the next release.
2016-04-13Updated math/p5-Math-Derivative to 0.04wen2-3/+3
2016-04-13Updated security/p5-Digest-MD5 to 2.55wen1-1/+2
2016-04-13Update to 2.55wen2-8/+7
Upstream changes: 2016-03-09 Gisle Aas <gisle@ActiveState.com> Release 2.55 Gordon Stanton (2): Make use warnings work including test cases. Initial Travis config Gisle Aas (1): Avoid warning: 'static' is not at beginning of declaration [RT#105646]
2016-04-13Updated www/p5-Mojolicious to 6.58wen1-1/+2
2016-04-13Update to 6.58wen2-7/+7
Upstream changes: 6.58 2016-04-09 - Removed deprecated build_frame and parse_frame methods from Mojo::Transaction::WebSocket. - Added fork policy to Mojolicious::Guides::Contributing. - Improved Mojo::JSON to generate canonical JSON objects. - Fixed bug in Mojo::Loader where classes with exceptions could not be loaded twice. (kiwiroy, sri) 6.57 2016-03-23 - Fixed a few validation bugs in Mojolicious::Validator::Validation. (Mikey, sri) - Fixed copyright notice.
2016-04-13Updated databases/py-cassandra-driver to 3.2.0fhajny1-1/+2
2016-04-13Update databases/py-cassandra-driver to 3.2.0.fhajny2-7/+7
Features - cqlengine: Warn on sync_schema type mismatch - cqlengine: Automatically defer fields with the '=' operator (and immutable values) in select queries - cqlengine: support non-equal conditions for LWT - cqlengine: sync_table should validate the primary key composition - cqlengine: token-aware routing for mapper statements Bug Fixes - Deleting a column in a lightweight transaction raises a SyntaxException - cqlengine: make Token function works with named tables/columns - comparing models with datetime fields fail #79 - cython date deserializer integer math should be aligned with CPython - db_field is not always respected with UpdateStatement - Sync_table fails on column.Set with secondary index
2016-04-13Updated lang/nodejs4 to 4.4.3fhajny1-1/+2
2016-04-13Update lang/nodejs4 to 4.4.3.fhajny2-8/+7
- deps: Fix --gdbjit for embedders. Backported from v8 upstream. - etw: Correctly display descriptors for ETW events 9 and 23 on the windows platform. - querystring: Restore throw when attempting to stringify bad surrogate pair.
2016-04-13Use _XOPEN_NAME_MAX in lieu of NAME_MAX for SunOS.jperkin2-1/+18
2016-04-13Updated devel/atkmm to 2.24.2nb1wiz1-2/+2
2016-04-13Fix PLIST for update. Bump PKGREVISION.wiz2-3/+3
2016-04-13Updated lang/nodejs to 5.10.1nb2ryoon1-1/+2
2016-04-13Return process.execPath as absolute path on NetBSD current like on Linux.ryoon3-3/+32
Bump PKGREVISION for NetBSD current. This fixes node-sass build under NetBSD current.
2016-04-13Updated net/samba4 to 4.3.8manu1-1/+2
2016-04-13Update net/samba4 to 4.3.8manu3-10/+9
This fixes the Badlock bug (CVE-2016-2118) and others vulnerabilities: o CVE-2016-2118 (SAMR and LSA man in the middle attacks possible) o CVE-2016-2115 (SMB IPC traffic is not integrity protected) o CVE-2016-2114 ("server signing = mandatory" not enforced) o CVE-2016-2113 (Missing TLS certificate validation) o CVE-2016-2112 (LDAP client and server don't enforce integrity) o CVE-2016-2111 (NETLOGON Spoofing Vulnerability) o CVE-2016-2110 (Man in the middle attacks possible with NTLMSSP) o CVE-2015-7560 (Incorrect ACL get/set allowed on symlink path) o CVE-2016-0771 (Out-of-bounds read in internal DNS server) o CVE-2015-5370 (Multiple errors in DCE-RPC code)
2016-04-13go-1.6.1bsiegert1-1/+2
2016-04-13Update Go to 1.6.1.bsiegert5-36/+11
Two security-related issues were recently reported, and to address these issues we have just released Go 1.6.1 and Go 1.5.4. We recommend that all users update to one of these releases (if you're not sure which, choose Go 1.6.1). The issues addressed by these releases are: On Windows, Go loads system DLLs by name with LoadLibrary, making it vulnerable to DLL preloading attacks. For instance, if a user runs a Go executable from a Downloads folder, malicious DLL files also downloaded to that folder could be loaded into that executable. This is CVE-2016-3958 and was addressed by this change: https://golang.org/cl/21428 Thanks to Taru Karttunen for identifying this issue. Go's crypto libraries passed certain parameters unchecked to the underlying big integer library, possibly leading to extremely long-running computations, which in turn makes Go programs vulnerable to remote denial of service attacks. Programs using HTTPS client certificates or the Go SSH server libraries are both exposed to this vulnerability. This is CVE-2016-3959 and was addressed by this change: https://golang.org/cl/21533 Thanks to David Wong for identifying this issue.
2016-04-12Updated graphics/eog3 to 3.20.1prlw11-1/+2