summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-19Updated multimedia/mpv to 0.8.0wiz1-1/+2
2015-02-19Update to 0.8.0 from Leonardo Taccari in PR 49670.wiz2-8/+8
Release 0.8.0 ------------- Diogo Franco Kovensky released this Feb 17, 2015 - 63 commits to master since this release Warning: for the first 4 hours of the release, the v0.8.0 tag pointed to git master instead of the release. This was fixed later. Changes ------- Changes that may break users' config files have been annotated with a (!). * (!) vo_opengl_old has been removed. OpenGL rendering now requires hardware that can do at least OpenGL 2.1, the oldest version supported by vo_opengl. * (!) vf_pp has been removed. A version of it can still be accessed through lavfilter (e.g. --vf=lavfi=[pp...]), but it receives no QP information. Also, vf_dlopen no longer passes QP information to its loaded plugin either (it's always 0). * (!) vf_softpulldown, vf_swapuv, vf_phase, vf_divtc and vf_ilpack have all been removed. Ports or alternative versions of these filters are available through libavfilter (vf_lavfi). * vf_pullup and vf_noise now are simply wrappers to their libavfilter equivalents. Both are only currently available on FFmpeg (not Libav). * (!) ao_portaudio has been removed. There is good support for the native audio drivers of all major desktop platforms, as well as ao_sdl and ao_openal as fallbacks. * (!) vo_opengl's lscale suboption has been renamed to scale; lradius is now scale-radius, lparam1 and lparam2 are now respectively scale-param1 and scale-param2; lscale-down is now scale-down. The cscale suboption remains as is. * (!) Several of the vo_opengl radius-preset aliases supported by scale have been removed; use scale-radius to set if needed. For example, use --vo=opengl:scale=lanczos:scale-radius=2 instead of scale=lanczos2. The default radius is recommended for most filters. * (!) vo_opengl no longer supports the stereo suboption. The anaglyph effect can be reproduced with the stereo3d filter. The quadbuffer support, which requires expensive specialized hardware to begin with, is removed. * (!) The approx-gamma suboption to vo_opengl has been removed. The BT.1886 specification says that it's actually how it's supposed to be done so it is now the default when srgb or icc-profile are enabled. This does not include BT.1886's gamma drop. * (!) The no-scale-sep and indirect suboptions to vo_opengl have been removed. These are now autodetected and enabled whenever they would have benefit. * (!) The --lua and --lua-opts parameters / options are now called --script and --script-opts, respectively. The lua subdir of the mpv config dir is also now expected to be called scripts instead. * (!) The --fixed-vo option has been removed. It has been the default for a long time anyway, and disabling fixed-vo is not useful. * vo_opengl_hq has been updated to take into account new features. fancy-downscaling and sigmoid-upscaling are enabled, "mitchell" is now the default for scale-down. * The sub-visibility OSD message is now clearer about whether subtitles are hidden or just not available / selected. * The device IDs given to --audio-device for use with ao_coreaudio now use UIDs, so they don't change when devices are added/removed or after reboots. * --msg-level now also accepts ',' as separator. * (Client API) The client API now refuses to initialize if the LC_NUMERIC locale is not "C". * (Client API) The native type of the msg-level parameter is now a key-value list. Setting or reading it as a string still works. * (Slave API) The get_property command is now deprecated. * Documentation updates. * PDF documentation is now disabled by default due to rst2pdf being fickle, causing weird build errors. * Print desync messages with negative A/V sync as well. While rare, it could happen with some uses of --autosync. Bug fixes --------- * (Windows) Avoid resizing the video window when player is minimized, might address bug #1547. * (NetBSD) Fix build with v4l2. * (Linux) Attempt to address conflicts with the pulseaudio mixer. (bug #1578) * Multiple cdda:// fixes. (bugs #1555, #1560) * VP9 timestamps no longer cause "missing PTS" warnings with new enough FFmpeg builds. * Fix a crash when using H.264 hardware decoding on new enough libavcodecs. (bug #1587) New features ------------ * vo_opengl now supports frame blending to eliminate stuttering when the video framerate does not nicely match the display framerate through the smoothmotion suboption. This is not meant to artificially increase the video's FPS, so there is no "soap opera effect" or difficulties with some video types (e.g. anime). * vo_opengl now supports sigmoidal upscaling (e.g. for fullscreen), which reduces ringing induced by upscaling, enabled through the sigmoid-upscaling suboption. * vo_opengl now supports ewa_lanczos (Jinc) scaling, which provides higher quality with less aliasing. It supports an experimental scale-antiringing parameter, which tries to further reduce video ringing. * vo_opengl now has a linear-scaling suboption, that makes the scalers work in linear light. Implied by the srgb, icc-profile or the new sigmoid-upscaling suboption. * vo_opengl has improved downscaling for higher downscale ratios when fancy-downscaling is enabled. * Add --keep-open=always to make --keep-open apply to all files instead of only the last. * mpv now filters the tags that are printed on the console to try to hide useless metadata. The filter works as a whitelist, and can be configured with the --display-tags option. * Add a --sub-scale-by-window option that, when set to 'no', prevents subtitles from changing their pixel size when the window changes sizes. * vo_opengl now technically has GLES 2 and 3 support (but not GLES 1). GLES 3 support is only tested on Mesa's software emulation. GLES 2 has been tested on nvidia drivers. Both GLES modes are feature deficient and inefficient due to GLES limitations, so they should not be preferred over the standard OpenGL mode. * (X11) vo_opengl now supports the icc-profile-auto option on X11 hosts. * The 'A' key now by default cycles through a list of preset aspect ratios. Meant to be used to work around broken files. * There is now a "force" mode for --loop. Works like "inf", but tries to open files/streams even if there was an error on the previous attempt. * There is now a --log-file option to write mpv's log messages to a specifed file. * There is now a --audio-file-auto option to automatically load an external audio file with certain constraints. Will only load external audio if the playing file has a video stream. Set to "exact" by default. (bug #967) * There is now a --network-timeout option to specify a timeout in seconds for network access. If 0 (default), uses the libavformat default. If a protocol that doesn't support timeouts is used, this option is ignored. * (X11) The XF86 special keys are now all mappable in input.conf. All keys documented in XF86keysym.h are available, but only as their numeric codes. * (Linux) The DVB implementation now supports DVB-S2 through S2API. * (Linux) The VDR format for channels.conf is now supported and preferred. See http://linuxtv.org/vdrwiki/index.php/Syntax_of_channels.conf for the syntax. Tuning to DVB-S2 channels requires the VDR-format channels.conf. * (Linux) There is now a --dvbin-full-transponder option for handling special broadcast cases where PIDs switch, or just to work around incomplete PID data. * (Client API) There is now an opengl_cb VO, which receives the OpenGL context from the libmpv client. This allows a client to render libmpv video directly to a provided OpenGL context without having to use --wid embedding. * (Client API) The aforementioned --wid parameter can now be set at any time, but has no effect if a file is already loaded. * (Client API) The list of DVD titles can now be queried. * (Client API) There is now a filtered-metadata property, containing only the tags allowed by --display-tags. * (Client API) There is now support for XEmbed --wid targets, such as a GtkSocket's gtk_socket_get_id(). * (Client API) There is now a file-format property with a symbolic name for the file format. In some cases this might be a comma separated list of various different extensions due to libavformat idiosyncrasies. * (Client API) There is now a mouse command for generating mouse events over the video window. * (Client API) There is now a partially-seekable property that indicates whether a file is only considered seekable because of the stream cache, but would not be seekable otherwise (e.g. realtime stream, or HTTP with no resume support). Small relative seeks may be fine, but larger seeks will likely fail. * (Client API) There is now an MPV_EVENT_QUEUE_OVERFLOW event that is posted whenever events have to be dropped because the queue is full. No further events are posted until the MPV_EVENT_QUEUE_OVERFLOW is consumed to avoid duplicated posting. * (Client API) There is now a helper mpv_wait_async_requests() function that blocks until all known async requests have completed. (bug #1542) * (Client API) There is now a detected-hwdec property that returns the detected hardware decoder when one is successfully opened. This probably only returns a valid value after playback has started. * (Client API) There are now audio_add, audio_remove and audio_reload counterparts to the equivalent sub_ commands for handling external audio files.
2015-02-19Fix build with waf-1.8.6.wiz2-1/+24
2015-02-19Note update of databases/ruby-activerecord32 package to 3.2.21nb1.taca1-1/+2
2015-02-19Fix dependency to ruby-arel30.taca1-2/+3
Bump PKGREVISION.
2015-02-19Note update of www/squid3 package to 3.5.2.taca1-1/+2
2015-02-19Update squid3 to 3.5.2 (Squid 3.5.3).taca2-6/+6
Changes to squid-3.5.2 (18 Feb 2015): - Regression Bug 4176: Digest auth too many helper lookups - Regression Bug 4180: not-fully-initialized data member in ACLUserData - Bug 4172: Solaris broken krb5-config - Bug 4073: Cygwin compile errors - Bug 3919: remove several never-true / never-false comparisons - HTTPS: Add missing root CAs when validating chains that passed internal checks - Fix some cbdataFree related memory leaks - Quieten CBDATA 'leak' messages - Set SNI information in transparent bumping mode - negotiate_kerberos_auth: fix krb5.conf backward compatibility - Fix memory leaks in cachemgr.cgi URL parser - Fix sslproxy_options in peek-and-splice mode - ... and fix several portability and build issues - ... and some documentation updates - ... and all fixes from squid 3.4.11
2015-02-19Note update of net/bind99 and net/bind910 packages:taca1-1/+3
net/bind99 9.9.6pl2 net/bind910 9.10.1pl2
2015-02-19Update bind910 to 9.10.1pl2 (BIND 9.10.1-P2).taca2-6/+6
--- 9.10.1-P2 released --- 4053. [security] Revoking a managed trust anchor and supplying an untrusted replacement could cause named to crash with an assertion failure. (CVE-2015-1349) [RT #38344] 4027. [port] Net::DNS 0.81 compatibility. [RT #38165]
2015-02-19Update bind99 to 9.9.6pl2 (BIND 9.9.6-P2).taca2-6/+6
--- 9.9.6-P2 released --- 4053. [security] Revoking a managed trust anchor and supplying an untrusted replacement could cause named to crash with an assertion failure. (CVE-2015-1349) [RT #38344] 4027. [port] Net::DNS 0.81 compatibility. [RT #38165]
2015-02-19Fix CVE-2015-0273 php: #68942 Use after free vulnerability insevan5-2/+101
unserialize() with DateTimeZone Reviewed by wiz@
2015-02-19Remove streamripper-current, used for updating streamripper.wiz10-97/+3
2015-02-19Updated audio/streamripper to 1.64.6wiz2-3/+3
2015-02-19Update to 1.64.6 using audio/streamripper-current and patch from PR 49677wiz9-190/+53
provided by Petar Bogdanovic. New for 1.64.6 ------------------------------------ Mon Mar 30 21:10:13 EDT 2009 * Fix bug which creates corrupted id3v2 tags * Remove trailing periods for stream name New for 1.64.5 ------------------------------------ Sun Mar 8 12:08:15 EDT 2009 * Change default values for - localhost from "localhost" to "127.0.0.1" - splitpoint padding from 300 ms to 0 ms - metadata and relay codeset (if UTF-8) to ISO-8859-1 - id3 codeset to UTF-16 - "keep files in incomplete" from false to true * Fix parse rules to properly tag artists with "-" in their name (#540543) * Fix bitrate & metadata reporting in console (#1957248) * Fix integer overflow on bytes read (#1261305) * Option for stopping based on megabytes ripped now uses MiB instead of MB * Support splitting based on empty StreamTitle= strings 2648664 New for 1.64.4 ------------------------------------ Mon Feb 16 21:27:29 EST 2009 * Fix problem where corrupt ogg files are being created * Robustify metadata parsing for Limecast servers * Fix buffer overflow bug with substitution rules (#2492422) * Fix file creation bug when "/" is in stream name (#2533980) * Disable creating cue file for ogg streams * Fix problem skipping extra track on ogg streams
2015-02-19Updated sysutils/estd to 0.11wiz1-1/+2
2015-02-19Update to r11. From Leonardo Taccari in PR 49679.wiz3-50/+7
Changes: * fix incorrect static array initialization
2015-02-18Fix path to ruby-arel dependency now that it has moved. Fixes pbulk.jperkin1-2/+2
2015-02-18Updated meta-pkgs/bulk-large to 20150218jperkin1-1/+2
2015-02-18The gnome-admin meta package was deleted, remove from here too.jperkin1-3/+2
Bump PKGREVISION.
2015-02-18Add some more tex dependencies needed with recent doxygen.joerg1-1/+4
2015-02-18Note update of the "phpmyadmin" package to version 4.3.9.tron1-1/+2
2015-02-18Update "phpmyadmin" package to version 4.3.9. Changes since version 4.3.6:tron2-6/+6
- bug #4728 Incorrect headings in routine editor - bug #4730 Notice while browsing tables when phpmyadmin pma database exists, but not all the tables - bug #4729 Display original field when using "Relational display column" option and display column is empty - bug #4734 Default values for binary fields do not support binary values - bug #4736 Changing display options breaks query highlighting - bug Undefined index submit_type - bug #4738 Header lose align when scrolling in Firefox - bug #4741 in ./libraries/Advisor.class.php#184 vsprintf(): Too few arguments - bug #4743 Unable to move cursor with keyboard in filter rows box - bug Incorrect link in doc - bug #4745 Tracking does not handle views properly - bug #4706 Schema export doesn't handle dots in db/table name - bug #3935 Table Header not displayed correct (Safari 5.0.5 Mac) - bug #4750 Disable renaming referenced columns - bug #4748 Column name center-aligned instead of left-aligned in Relations - bug Undefined constant PMA_DRIZZLE - bug #4712 Wrongly positioned date-picker while Grid-Editing - bug #4714 Forced ORDER BY for own sql statements - bug #4721 Undefined property: stdClass::$version - bug #4719 'only_db' not working - bug #4700 Error text: Internal Server Error - bug #4722 Incorrect width table summary when favorite tables is disabled - bug #4710 Nav tree error after filtering the tables - bug #4716 Collapse all in navigation panel is sometimes broken - bug #4724 Cannot navigate in filtered table list - bug #4717 Database navigation menu broken when resolution/screen is changing - bug #4727 Collation column missing in database list when DisableIS is true - bug Undefined index central_columnswork - bug Undefined index favorite_tables - bug #4694 js error on marking table as favorite in Safari (in private mode) - bug #4695 Changing $cfg['DefaultTabTable'] doesn't update link and title - bug Undefined index menuswork - bug Undefined index navwork - bug Undefined index central_columnswork - bug #4697 Server Status refresh not behaving as expected - bug Null argument in array_multisort() - bug #4699 Navigation panel should not hide icons based on 'TableNavigationLinksMode' - bug #4703 Unsaved schema page exported as pdf.pdf - bug #4707 Call to undefined method PMA_Schema_PDF::dieSchema() - bug #4702 URL is non RFC-2396 compatible in get_scripts.js.php
2015-02-18Wants qmake for qt detection.joerg1-1/+2
2015-02-18Fix race condition.joerg2-3/+12
2015-02-18Race conditions around term.h.joerg1-1/+6
2015-02-18Fix compile with clang on i386.roy2-1/+25
Patch taken from FreeBSD.
2015-02-18Updated devel/p5-Config-GitLike to 1.16mef1-1/+5
Updated devel/p5-Hash-MultiValue to 0.16 Updated devel/p5-App-cpanminus to 1.7027 Updated devel/p5-MooX-HandlesVia to 0.001007
2015-02-18Update to 0.001007mef2-6/+6
------------------ 0.001007 2015-02-16 09:12:08-05:00 America/New_York - fix some badly cp'd pod (RT 91955) - add missing test time dependency on Test::Fatal (RT 101971)
2015-02-18Update to 1.7027mef2-6/+6
---------------- 1.7027 2015-02-14 12:14:13 PST [Improvements] - Use provides as provided in META.json and do not scan packages as PAUSE does. #435
2015-02-18Update 0.16mef2-6/+6
----------- 0.16 2015-02-17 08:39:35 CET - a few microöptimisations (microoptimisations)
2015-02-18Update to 1.15mef2-6/+6
-------------- 1.16 2015-02-16 - Canonicalize paths using File::Spec->canonpath; this addresses failures on Windows where /-separated paths were stored in the origins hash, due to Cwd::abs_path returning them
2015-02-18Updated devel/p5-autobox to 2.83mef1-1/+9
Updated devel/p5-autobox-Core to 1.28 Updated devel/p5-autodie to 2.26 Updated devel/p5-circular-require to 0.11 Updated devel/p5-experimental to 0.013 Updated devel/p5-indirect to 0.33 Updated devel/p5-lib-abs to 0.93 Updated devel/p5-namespace-autoclean to 0.24
2015-02-18Update 0.20 to 0.24mef2-6/+6
------------------- 0.24 2015-01-03 20:44:36Z - re-release to fix problematic $VERSION declaration (RT#101095) 0.23 2014-12-27 04:07:03Z - be more lenient in optional Mouse tests to handle edge cases in older and pure perl versions 0.22 2014-11-04 06:19:54Z - fix an erroneous change in 0.21 0.21 2014-11-04 05:24:36Z - drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better overload handling
2015-02-18Update to 2.000015mef2-6/+6
------------------ 2.000015 - 2014-12-12 - Avoid using += in Makefile when bootstrapping for portability (RT#100797) - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0, and bump our EUMM prereq to 7.0. - fix shell test for shells where we can't prevent some rc files from being loaded, like zsh (RT#99819).
2015-02-18Update to 0.93mef2-7/+6
-------------- 0.93 2013-10-25 Fix for not-existant path. RT#83706 Added -soft flag
2015-02-18Update 0.30 to 0.33mef2-7/+6
------------------- 0.33 2014-09-29 20:20 UTC + Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks. Thanks Graham Knop for reporting. + Fix : Segfaults during global destruction of a thread or a pseudo-fork. 0.32 2014-09-21 20:15 UTC + Add : Support for the PERL_OP_PARENT optional feature introduced in perl 5.21.2. + Fix : [RT #92806] : Tests that use run_perl() fail on Android Thanks Brian Fraser for the patch. + Fix : indirect constructs will no longer segfault while inside the empty package on perl 5.8.x. This fix may also prevent some segfaults during global destruction. 0.31 2013-09-05 16:45 UTC + Fix : [RT #88428] : no indirect in eval can trigger for direct calls on __PACKAGE__ Thanks Graham Knop for reporting. + Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository.
2015-02-18Update 0.007 to 0.013mef2-6/+6
---------------------- 0.013 2014-10-25 21:54:47+02:00 Europe/Amsterdam Rename lvalue_refs to refaliasing 0.012 2014-10-12 12:10:06+02:00 Europe/Amsterdam Added lvalue references feature 0.011 2014-09-27 14:08:47+02:00 Europe/Amsterdam Clarified which order to apply pragmas [Grant McLean] 0.010 2014-08-19 17:47:20+02:00 Europe/Amsterdam Add returning 1's to evals in tests 0.009 2014-08-16 13:43:53+02:00 Europe/Amsterdam Hardcode features for perl < 5.15.7 0.008 2014-07-05 13:58:28+02:00 Europe/Amsterdam Give better perl version formatting Fix smartmatch/switch description
2015-02-18Update to 0.11mef2-7/+6
--------------- 0.11 2013-07-24 - convert to Devel::OverrideGlobalRequire
2015-02-182.26 2014-12-26 16:27:23+00:00 UTCmef2-7/+6
* BUGFIX / INCOMPAT: Remove "fileno" and "umask" from the list of CORE subs protected by autodie and Fatal. When they return undef, it is not a failure. * BUGFIX: Fixed an error that could occur during global destruction of the form "(in cleanup) Can't use an undefined value as an ARRAY reference at .../autodie/Scope/GuardStack.pm line 48 during global destruction" (Thanks to Dave Rolsky). * BUGFIX: The open-pragma is now properly ignored when open is given an explicit layer. This brings autodie protected open in sync with open. Thanks to Gregory Oschwald and Graham Knop for the report + test case and the patch. (GH#52 + GH#53) * BUGFIX: Hide the "SCALAR" (buffer) argument in the string representation of autodie::exception for the read, sysread and syswrite CORE subs. This is to avoid a dump of binary data to the screen/log when a (sys)read or syswrite fails. * FEATURE: Let autodie::exception work in equality tests and string comparison via "overload fallback". (Thanks to Michael G. Schwern) * DOC: Mention that "kill" is in the ":ipc" category. It has been there since autodie v2.14. (Thanks to Felipe Gasper for reporting it, RT#97320). * INTERNAL: Use "parent" instead of "base" for inheritance. Also avoid some @ISA relationships that were redundant. Either truly redundant ones or by importing "import" from Exporter v5.57. - This change implies that perl 5.8 users must now also fetch "parent" from cpan. (Thanks to Olivier Mengue (Mengué), GH#59) * DEVEL / TEST: The autodie module now accepts an undefined Fatal version, assuming it to be development version. Test cases that require versions are now either skipped or considered "release" test. * TEST / INTERNAL: Enabled travis-ci for Perl 5.20 * TEST: Close temp file before re-opening in t/truncate.t. (Thanks to Craig A. Berry, RT#96609) * TEST: Pass O_TRUNC with O_CREAT to sysopen in t/utf8_open.t. (Thanks to Craig A. Berry, RT#87237) * TEST: Clean up temp file in t/truncate.t. (Thanks to Dave Mitchell, RT#100688)
2015-02-18Update 1.2 to 1.28mef2-7/+6
------------------ 1.28 Misc - Make crypt() test optional for platforms without it (thanks Hugmeir) 1.27 Misc - new version just to creage a new .tar.gz. a './' owned by root apparently got added to the tar at some point after 'make dist'. 1.26 Fix - remove 'use feature' from t/synopsis.t. this lets older perls perl. 1.25 Wed Jun 12 14:45:54 CDT 2013 Fix - remove 'use feature' from t/synopsis.t. that was cut and paste from the docs but wasn't actually necessary there. 1.24 Sun Jul 15 11:05:11 PDT 2012 Misc - MANIFEST no longer includes previous distribution tar balls (Jacinta Richardson) 1.23 Thu Jul 12 18:05:46 PDT 2012 Docs - Minor corrections (Jacinta Richardson) 1.22 Thu Jul 12 17:16:06 PDT 2012 New Features - %hash->each is now guaranteed to iterate through the complete hash, unlike each(%hash). [github 7] - defined() Distribution Changes - Added Test::More 0.88 as a pre-req (Jacinta Richardson) - Added license for new versions of EMM Docs - Expanded module synopsis (Jacinta Richardson) - Wrote documentation for all (or most) functions - Tidied book extract (Jacinta Richardson) Incompatible changes (Jacinta Richardson) - Removed functions - rand - bxor - gt - ne - mlt - times - div - le - meq - mne - add - eq - lshift - mge - rshift - band - flip - mult - mgt - sub - bor - ge - mcmp - mle - autobox::Core::CODE::map Bug Fixes - xor uses xor instead of ^ (Jacinta Richardson) 1.21 Mon Sep 26 16:15:19 PDT 2011 New Features - $string->reverse will now always reverse the string regardless of context. (Technically an incompatible change, but the list behavior of $string->reverse was clearly useless). Distribution Changes - fix MANIFEST (thanks Steffen Mueller (Müller) ). - move POD History section into standard Changes file (chocolateboy). - look, a change log! Misc - removed unnecessary prototypes on methods (schwern) - updated dependency on autobox
2015-02-18Update to 2.83mef2-7/+6
-------------- 2.83 Sun Feb 1 21:34:01 2015 - RT #100247: fix assertion failures on 5.21.x perls with -DDEBUGGING (thanks, ilmari and Father Chrysostomos) - RT #100717: don't hide autobox::universal from PAUSE (thanks, ppisar) - RT #89754: INSTALLDIRS fix (thanks, Kent Fredric)
2015-02-18Updated filesystems/p5-Module-Path to 0.18mef1-1/+4
Updated filesystems/p5-MooseX-Types-Path-Tiny to 0.011 Updated filesystems/p5-Path-Tiny to 0.061
2015-02-18Update to 0.061mef2-6/+6
--------------- 0.061 2014-11-13 16:50:05-05:00 America/New_York [FIXED] - Fixed append_utf8 and append_raw with 'truncate' option.
2015-02-18Update 0.006 to 0.011mef2-7/+6
--------------------- 0.011 2014-08-30 03:17:07Z - documentation amendments (thanks, Demian Riccardi!) - add missing prereq declaration 0.010 2014-02-16 22:02:29Z - fixed if eval problem in "use if" in 0.009 0.009 2014-02-16 21:57:00Z - only clean namespaces when MooseX::Types is new enough that our declared types are installed as methods 0.008 2014-02-16 21:20:46Z - new Paths, AbsPaths types, for coercable ArrayRefs 0.007 2013-12-22 00:44:49Z - add missing authority data to module and metadata
2015-02-18Update 0.13 to 0.18mef2-7/+6
------------------- 0.18 2014-12-17 - RIBASUSHI++ reminded me that to be a usable directory in @INC we need to check -d && -r && -x. 0.17 2014-12-17 - Fixed RT#96433: ignore directories in @INC which don't exist. Apologies to ETHER++ for over-thinking this one, and taking so long to fix it. 0.16 2014-12-13 - Added TODO.md with an initial todo list for the module 0.15 2014-10-14 - Doing a foreach $dir (@INC) and then resolving symblinks on $dir was changing the entries in @INC. HAARG++ for pull request with fix. - Changed author email address to be my CPAN email address. 0.14 2014-08-16 - Added Travis config, using cpanfile and cpanm to ensure all dependencies are installed before running tests with prove. Thanks to DAGOLDEN. - Improved the first paragraph of DESCRIPTION, so search results give a better summary of the module.
2015-02-18Fix CVE-2015-0273 php: #68942 Use after free vulnerability insevan5-2/+101
unserialize() with DateTimeZone Reviewed by wiz@
2015-02-18Fix CVE-2015-0273 php: #68942 Use after free vulnerability insevan4-2/+51
unserialize() with DateTimeZone Reviewed by wiz@
2015-02-18Updated sysutils/estd to 0.10wiz1-1/+2
2015-02-18Update to r10 from Leonardo Taccari in PR 49675:wiz4-143/+39
Changes: * Fix build on DragonFly due to pidfile changes. * Add support for TECH_LOONGSON, TECH_ROCKCHIP, and TECH_GENERIC. Taken from pkgsrc, submitted-by: Leonardo Taccari, original patches by Jared D. McNeill.
2015-02-18Add magic to fix freetype pc files on NetBSD 6 and 7 which had outdatedwiz2-10/+16
information in the installed pc file. Remove local hack in fonts/harfbuzz. From Leonardo Taccari <iamleot@gmail.com> in private email.