summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-14ham/fldigi updated to 4.0.12mef2-7/+7
=Version 4.0.12= 2017-10-25 David Freese <w1hkj@bellsouth.net> abb522d: Farnsworth timing 408a01b: PSK sinc filter 8cfc154: ACL interface 792b152: Text capture dd2c8ef: OSX start process
2017-11-14doc: Updated ham/xlog to 2.0.15mef1-1/+2
2017-11-14ham/xlog updated to 2.0.15mef2-8/+7
- Changes for xlog version 2.0.15 - 2017-nov-08 * Clean up warnings reported by user from a macOS build * Updated cty.dat to 20171030 * 60m is now consistently referred to as "5" (not 5.2 or 5.3) * Upgraded to ADIF version 3.0.6 * Cleaned up Glib Critical and Glib Warnings (that I could create) * Added all modes and submodes * ADIF3 output is now supported, ADIF2 output has been removed * ADIF Import has been updated * added adif_ok to xlog.cfg to indicate ADIF3 update of bands, modes, and scoringbands has oc curred * Users will see new defaults restored if they have customized via: Settings->Dialogs->Scoring Settings->Preferences->General comma separated list of modes Settings->Preferences->General comma separated list of bands * Fixed bands in scoring window * Added feature: sort log by callsign
2017-11-14Updated www/py-yarl, devel/py-dulwichadam1-1/+3
2017-11-14py-dulwich: updated to 0.18.6adam2-7/+7
0.18.6: BUG FIXES * Fix handling of empty repositories in ``porcelain.clone``. * Raise an error when attempting to add paths that are not under the repository. * Fix error message for missing trailing ]. IMPROVEMENTS * Enforce date field parsing consistency. This also add checks on those date fields for potential overflow.
2017-11-14py-yarl: updated to 0.14.2adam2-7/+7
0.14.2: Restore strict parameter as no-op in quote/unquote 0.14.1: Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2 0.14.0: Drop strict mode Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url
2017-11-14lang/go: remove references to non-existent fileswiz1-3/+1
2017-11-14doc: Updated net/wget to 1.19.1nb3leot1-1/+2
2017-11-14wget: Use devel/libidn2 and adjust `idn' option logic in options.mkleot2-4/+7
Since wget-1.19, libidn2 is needed for the IDN/IRIs support. Adjust the `idn' package option logic to reflect that and explicitly ask for it via CONFIGURE_ARGS. This should also fix the build without the `idn' option selected pointed out by john heasley via PR pkg/52726. Bump PKGREVISION
2017-11-14doc: Updated finance/p5-Finance-Quote to 1.47wiz1-1/+2
2017-11-14p5-Finance-Quote: update to 1.47.wiz2-7/+7
1.47 2017-11-12 17:19:42+01:00 Europe/Brussels * Use AlphaVantage for currency quotes instead of Yahoo (Mike Alexander) 1.46 2017-11-12 17:13:15+01:00 Europe/Brussels * Drop long-obsolete debian directory (Florian Schlichting) * AlphaVantage: - added support for .IL => USD currency and division (Adriano Baldi) - graceful error catchup (Mike Alexander) * Yahoojson: - module adapted to new URL and returned json (Rafael Casali)
2017-11-14www/py-gunicorn: Set INSTALLATION_DIRS for non-static pathsminskim1-1/+3
List directories containing ${PKGBASE} in INSTALLATION_DIRS explicitly.
2017-11-13reset maintainermaya7-14/+14
2017-11-13doc: Updated x11/qt5-qtbase to 5.5.1nb16minskim1-1/+2
2017-11-13x11/qt5-qtbase: Apply upstream fix to build with macOS-10.13 SDKminskim4-3/+56
Bump PKGREVISION.
2017-11-13Note update of print/ghostscript-gpl to 9.06nb19.he1-1/+2
2017-11-13Apply fix for CVE-2016-7977,he3-59/+4
fixing bug 697169, from http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=8abd22010eb4db0fb1b10e430d5f5d83e015ef70 Revert fix for CVE-2017-8291, it has build issues :( Apparently our base ghostscript-gpl is too old for the fix. Bump PKGREVISION.
2017-11-13Note update of print/ghostscript-gpl to 9.06nb18.he1-1/+2
2017-11-13Apply fix for CVE-2016-7978,he3-3/+20
fixing bug 697179, fixing a double free and memory corruption. Fix from http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=6f749c0c44e
2017-11-13doc: Updated textproc/p5-XML-Compile-SOAP12 to 3.05wiz1-1/+2
2017-11-13p5-XML-Compile-SOAP12: update to 3.05.wiz2-8/+8
version 3.05: Wed 8 Nov 10:21:12 CET 2017 Fixes: - server does not send error correctly. rt.cpan.org#116445 [Mohamad Hallal]
2017-11-13doc: Updated math/p5-Spreadsheet-Read to 0.75wiz1-1/+2
2017-11-13p5-Spreadsheet-Read: update to 0.75.wiz2-7/+7
0.75 - 09 Nov 2017, H.Merijn Brand * Windows does not like an exec with arguments that have spaces (PR#15) Three fixes by Andrew Gregory <andrew.gregory.8@gmail.com>). Thanks! * Fix column clipping * Manually generate cells to delete when clipping * Skip cell deletion if they were never generated * File names cannot have \0 in newer perls
2017-11-13doc: Updated math/p5-Math-Prime-Util to 0.69wiz1-1/+2
2017-11-13p5-Math-Prime-Util: update to 0.69.wiz2-7/+7
0.69 2017-11-08 [ADDED] - is_totient(n) true if euler_phi(x) == n for some x [FUNCTIONALITY AND PERFORMANCE] - is_square_free uses abs(n), like Pari and moebius. - is_primitive_root could be wrong with even n on some platforms. - euler_phi and moebius with negative range inputs weren't consistent. - factorialmod given a large n and m where m was a composite with large square factors was incorrect. Fixed. - numtoperm will accept negative k values (k is always mod n!) - Split XS mapping of many primality tests. Makes more sense and improves performance for some calls. - Split final test in PP cluster sieve. - Support some new Math::Prime::Util::GMP functions from 0.47. - C spigot Pi is 30-60% faster on x86_64 by using 32-bit types. - Reworked some factoring code. - Remove ISAAC (Perl and C) since we use ChaCha. - Each thread allocs a new const array again instead of sharing.
2017-11-13doc: Updated finance/p5-Finance-Quote to 1.45wiz1-1/+2
2017-11-13p5-Finance-Quote: update to 1.45.wiz2-7/+7
1.45 2017-11-08 21:35:51+01:00 Europe/Brussels * alphavantage * more suffix - currency pairs added * GBP and GBX divided by 100
2017-11-13doc: Updated devel/p5-Function-Parameters to 2.001003wiz1-1/+2
2017-11-13Note update of print/ghostscript-gpl to 9.06nb17.he1-1/+2
2017-11-13p5-Function-Parameters: update to 2.001003.wiz2-8/+10
2.001003 2017-11-11 - Fix threaded initialization issue better. This is the same issue that was fixed in 2.001002, but now we use PL_op_mutex instead of PL_check_mutex. This has the advantage of also being thread-safe on v5.14. 2.001002 2017-11-09 - Fix crash when Function::Parameters is loaded at runtime by multiple threads (a stack overflow due to infinite recursion). This is arguably a core bug (#132413). The current workaround employed by Function::Parameters slightly abuses an internal perl mutex meant for something else (protecting op checkers), but it fixes the issue on perls v5.16 .. v5.26. v5.14 doesn't have this API yet, so the workaround is not thread safe there. It is technically possible to still run into this issue if two threads initialize Function::Parameters at the exact same moment (I haven't managed to reproduce this yet, so hopefully it's unlikely in practice). It is possible to completely avoid the problem on all versions of perl and Function::Parameters by making sure the module is loaded before the first thread is created.
2017-11-13Apply fix for CVE-2017-8291, from their git repository,he2-2/+57
fixing bug 697799: have .rsdparams check its parameters. Bump PKGREVISION.
2017-11-13Note update of graphics/ImageMagick to 7.0.7.11.he1-1/+2
2017-11-13Update ImageMagick to version 7.0.7.11.he2-7/+7
Upstream changes: 2017-11-11 7.0.7-11 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-11, GIT revision 21635:0447c6b46:20171111. 2017-11-05 7.0.7-10 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-10, GIT revision 21612:36e2aabfd:20171105. 2017-11-03 7.0.7-10 Dirk Lemstra <dirk@lem.....org> * Fixed a problem with resource bookkeeping in AcquireMatrixInfo(). 2017-10-30 7.0.7-9 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 7.0.7-9, GIT revision 21580:2682a311e:20171031. 2017-10-20 7.0.7-9 Cristy <quetzlzacatenango@image...> * Encode JSON control characters (reference https://github.com/ImageMagick/ImageMagick/issues/848). 2017-10-27 7.0.7-9 Dirk Lemstra <dirk@lem.....org> * Added support for reading mipmaps in dds images (reference https://github.com/ImageMagick/ImageMagick/issues/845).
2017-11-13doc: Updated textproc/p5-XML-LibXML-Simple to 0.98wiz1-1/+2
2017-11-13p5-XML-LibXML-Simple: update to 0.98.wiz2-12/+11
version 0.98: Wed 8 Nov 10:38:35 CET 2017 Improvements: - warn about the dwimmery of the code rt.cpan.org#114021 [David Schmidt, Slaven Rezic] - typo rt.cpan.org#114211 [Gregor Herrmann, Debian] - remove dependency on File::Slurp::Tiny, never used it rt.cpan.org#123537 [Dan Book]
2017-11-13doc: Updated net/p5-Net-Frame-Simple to 1.09wiz1-1/+2
2017-11-13p5-Net-Frame-Simple: update to 1.09.wiz2-7/+7
1.09 Thu 9 Nov 18:07:44 CET 2017 - feature: $NoUnableToUnpackWarnings global variable to disable printing a message when unpack() doesn't know how to unpack the next layer, and $NoModuleNotFoundWarnings does the same when not able to load a module for a next layer. See SYNOPSIS for usage. See original request on CPAN RT#123570.
2017-11-13doc: Updated misc/p5-Locale-libintl to 1.29wiz1-1/+2
2017-11-13p5-Locale-libintl: update to 1.29.wiz2-7/+7
Version 1.29 - 09 Aug 2017 * Important: Fixed a bug that caused .mo files with a revision number of 0.1 not to be loaded (see https://github.com/gflohr/libintl-perl/issues/1) * New bug tracker address is https://github.com/gflohr/libintl-perl/issues
2017-11-13doc: Updated mail/p5-User-Identity to 0.98wiz1-1/+2
2017-11-13p5-User-Identity: update to 0.98.wiz2-7/+7
version 0.98: Wed 8 Nov 09:46:42 CET 2017 Improvements: - altered documentation style - class detection typo rt.cpan.org#123553 [Randy Diffenderfer] - require perl 5.10
2017-11-13doc: Updated mail/p5-Mail-Message to 3.003wiz1-1/+2
2017-11-13p5-Mail-Message: update to 3.003.wiz2-7/+7
version 3.003: Wed 8 Nov 13:02:24 CET 2017 Fixes: - incorrect use of reftype. rt.cpan.org#121244 [Matthew Darwin] - missing 'use warnings' in ::Build
2017-11-13doc: Updated mail/p5-MIME-Types to 2.14wiz1-1/+2
2017-11-13p5-MIME-Types: update to 2.14.wiz2-8/+7
version 2.14: Wed 8 Nov 17:45:22 CET 2017 Fixes: - MojoX should not die on missing types. rt.cpan.org#123298 [Dmitry Latin]
2017-11-13doc: Updated devel/p5-Set-Object to 1.38wiz1-1/+2
2017-11-13p5-Set-Object: update to 1.38.wiz2-8/+7
1.38, 2017-11-11 * Add test_cover and release targets 1.37, 2017-11-11 * Test fixes for -Ddefault_inc_excludes_dot, RT #120540 * Skip failing threads test <= 5.10.0 * Add CI hooks 1.36, 2017-11-10 * Davem fixed get-magic for the new arguments, fixing NetHack-Item L<[perl #132152]|https://rt.perl.org/Public/Bug/Display.html?id=132152>. See L<[cpan #123582]|https://rt.cpan.org/Ticket/Display.html?id=123582> * Stabilize F<t/misc/kwalitee.t> test
2017-11-13doc: Updated devel/p5-PadWalker to 2.3wiz1-1/+2
2017-11-13p5-PadWalker: update to 2.3.wiz2-8/+7
2.3 Fri 10 Nov 2017 18:26:29 GMT - Make tests work with -Ddefault_inc_excludes_dot https://rt.cpan.org/Public/Bug/Display.html?id=120421
2017-11-13doc: Updated devel/p5-Log-Agent to 1.003wiz1-1/+2