summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-12-30glibmm: Drop GCC_REQD from buildlink3.mkgdt1-6/+1
As a hack for 2017Q4, I added GCC_REQD+=4.9 to glibmm's buildlink3.mk, to make some fraction of glibmm-depending packages build on the branch. This commit reverts the bl3 addition (but leaves GCC_REQD+=4.9 for glibmm itself). The result will be that someone building pkgsrc with a compiler older than gcc 4.9 will be able to build glibmm (via forcing 4.9), and depending packages will fail. This is much like the situation before the previous commit, except that glibmm will build.
2017-12-30doc: Updated www/p5-libwww to 6.31wiz1-1/+2
2017-12-30p5-libwww: update to 6.31.wiz2-8/+8
6.31 2017-12-11 01:55:53Z - fix version numbering (RT#123841) 6.30 2017-12-07 - Use tr/// instead of s/// where appropriate (Ville Skyttä) (GH #265) - Use parent -norequire instead of base to not look for external dependencies (Fabian Zeindler) (GH #259) - Fix run_handlers to allow assigning to the request / response (Gianni Ceccarelli) (GH #274)
2017-12-30doc: Updated www/p5-Mojolicious to 7.59wiz1-1/+2
2017-12-30p5-Mojolicious: update to 7.59.wiz2-7/+7
7.59 2017-12-15 - Moved home and ua attributes from Mojo to Mojolicious. - Changed Mojo::IOLoop::Client to only start a thread pool with Net::DNS::Native on demand. (Grinnz) - Improved subprocess method in Mojo::IOLoop to allow for easier role composition. - Fixed RFC 7230 compliance bug in Mojo::Message::Response. (jberger)
2017-12-30doc: Updated www/p5-HTTP-Message to 6.14wiz1-1/+2
2017-12-30p5-HTTP-Message: update to 6.14.wiz2-7/+7
6.14 2017-12-20 22:28:48Z - Add some useful examples in HTTP::Request (GH #92) (Chase Whitener). Batch requests are now explained. - PUT and PATCH docs updated (GH #84) (saturdaywalkers) - Trim trailing \r from status line so message() doesn't return it (GH #87) (Felipe Gasper) - Bring test coverage of HTTP::Config to 100% (GH #85) (Pete Houston) - Add 103 Early Hints to HTTP::Status (GH #94) (Tatsuhiko Miyagawa)
2017-12-30doc: Updated time/p5-Time-Piece to 1.3203wiz1-1/+2
2017-12-30p5-Time-Piece: update to 1.3203.wiz2-7/+7
1.3203 2017-12-12 - Fix copy constructor erroneous parent modification (Thanks Grinnz!) - Fix wrong islocal of existing object in copy constructor (Thanks Grinnz!) - Switch to XSLoader
2017-12-30doc: Updated time/p5-Time-HiRes to 1.9750wiz1-1/+2
2017-12-30p5-Time-HiRes: update to 1.9750.wiz2-7/+7
1.9750 [2017-12-22] - update META.yml and META.json for XSLoader instead of DynaLoader [rt.cpan.org #123933] 1.9749 [2017-12-21] - CPAN release - Quieten Time-HiRes test noise: blead 0f009486 - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789] - disable a flapping test for CI: blead cd2a978d - Avoid newGVgen in blead-upstream modules: blead 732d3893 - Declaration after statement in typemap: blead d269f586 - semicolon-friendly diagnostic control: blead 7347ee54 - in macOS (OS X) check properly in runtime whether futimens() and utimensat() are available 1.9748 [2017-12-16] - bleadperl only - semicolon-friendly diagnostic control: blead 7347ee54 1.9747 [2017-09-13] - bleadperl only - Switch some core modules to XSLoader: blead b9a5a78f [rt.cpan.org #129789]
2017-12-30doc: Updated time/p5-DateTime-Format-Strptime to 1.7500wiz1-1/+2
2017-12-30p5-DateTime-Format-Strptime: update to 1.7500.wiz2-7/+7
1.75 2017-12-24 - Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.
2017-12-30doc: Updated textproc/p5-podlators to 4.10wiz1-1/+2
2017-12-30p5-podlators: update to 4.10.wiz2-8/+7
podlators 4.10 (2017-12-25) [Pod::Man] Change man page references and function names to bold instead of italic, following the current Linux man page standard. The previous formatting was taken from Solaris, and it seems safe to say that the Linux man page formatting conventions are now much more widely followed than Solaris's. Patch from Guillem Jover. [Pod::Man] Revert the .IX handling code to the earlier version from Bjarni Ingi Gislason but add the trailing backslashes that should hopefully avoid blank page issues on HP-UX. This fixes a warning regression when man is run with warnings enabled. (Debian Bug#847972) [Pod::Man] Wrap the output file descriptor in a glob before passing it to PerlIO::get_layers so that the layer check works properly. Previously, this code would throw a warning if given a scalar not wrapped in a glob and not detect layers properly. Patch from Zefram. (#122521) Produce a proper diagnostic when given empty input on standard input with no other arguments to pod2man or pod2text. Reported by Guillem Jover.
2017-12-30doc: Updated textproc/p5-ack to 2.22wiz1-1/+2
2017-12-30p5-ack: update to 2.22.wiz2-7/+7
2.22 Fri Dec 22 16:42:43 CST 2017 ==================================== No changes since 2.21_01. 2.21_01 Mon Dec 18 23:40:45 CST 2017 ==================================== [FIXES] Avoid a fatal error that sometimes happened if a file was unreadable. (GH#520) [ENHANCEMENTS] Added support for the Kotlin language. Sped up file type detection for certain files. 2.20 Sun Dec 10 21:54:55 CST 2017 ==================================== No changes since 2.19_01. 2.19_01 Thu Dec 7 23:35:53 CST 2017 ==================================== [FIXES] Changed a construction in the docs that Ubuntu flagged as a misspelling. [ENHANCEMENTS] When using submodules, the .git directory will be a file. Make ack ignore this by default. Thanks, Michele Campeotto. (GH#653) [INTERNALS] Replaced all the test data for the test suite with public domain documents.
2017-12-30doc: Updated textproc/p5-YAML-LibYAML to 0.69wiz1-1/+2
2017-12-30p5-YAML-LibYAML: update to 0.69.wiz2-7/+7
0.69 Tue Dec 26 18:37:25 CET 2017 - Security fix Add $LoadBlessed option to turn on/off loading objects PR#73 PR#74 TINITA++ 0.68 Mon Dec 18 20:01:05 CET 2017 - Fix regex roundtrip (fixes issue#69) PR#70 (TINITA++) - Fix loading of many regexes (fixes issue#64) PR#71 (TINITA++)
2017-12-30doc: Updated textproc/p5-XML-LibXML-Simple to 0.99wiz1-1/+2
2017-12-30p5-XML-LibXML-Simple: update to 0.99.wiz2-7/+7
version 0.99: Mon 11 Dec 12:53:14 CET 2017 Changes: - support SuppressEmpty. Improvements: - typo rt.cpan.org#123618 [Gregor Herrmann, Debian]
2017-12-30doc: Updated textproc/p5-Text-Xslate to 3.5.4wiz1-2/+3
2017-12-30p5-Text-Xslate: update to 3.5.4.wiz2-7/+7
v3.5.4 2017-12-19T14:06:41Z - Guarantee that test cleans up after itself (jkeenan #189)
2017-12-30doc: Updated security/p5-Digest-SHA3 to 1.03wiz1-1/+2
2017-12-30p5-Digest-SHA3: update to 1.03.wiz2-7/+7
1.03 Mon Dec 25 00:08:10 MST 2017 - added "--ignore-missing" and "--strict" options to sha3sum -- consistent with GNU coreutils -- ref. rt.cpan.org #123897 1.02 Fri Dec 8 22:44:46 MST 2017 - added "tag" option (BSD-style checksums) to sha3sum -- consistent with GNU sha1sum, sha224sum, etc. -- thanks to Christopher Tubbs for suggestion - modified SHA3.pm to use XSLoader -- falls back to DynaLoader if necessary
2017-12-30mozc-server: fix a build error on NetBSD/amd64 7.1.1 + pkgsrc-2017Q4.tsutsui2-1/+18
Apply a patch from the upstream pull request #424: https://github.com/google/mozc/pull/424/files > Fix reference to std::swap #424
2017-12-30doc: Updated security/p5-Digest-SHA to 6.01wiz1-1/+2
2017-12-30p5-Digest-SHA: update to 6.01.wiz2-7/+7
6.01 Mon Dec 25 00:08:08 MST 2017 - added "--ignore-missing" and "--strict" options to shasum -- consistent with GNU coreutils -- ref. rt.cpan.org #123897 - removed PERL_CORE preambles from test scripts -- preambles no longer needed for core testing -- thanks to Chris Williams for patch -- ref. rt.cpan.org #123863 6.00 Fri Dec 8 22:44:44 MST 2017 - added "tag" option (BSD-style checksums) to shasum -- consistent with GNU sha1sum, sha224sum, etc. -- thanks to Christopher Tubbs for suggestion - modified SHA.pm to use XSLoader -- falls back to DynaLoader if necessary - decoupled Digest::SHA and Digest::SHA::PurePerl -- scripts/tests in each module now fully independent -- Digest::SHA::PurePerl to be phased out eventually -- past versions will remain available
2017-12-30doc: Updated security/p5-CryptX to 0.056wiz1-1/+2
2017-12-30p5-CryptX: update to 0.056.wiz2-7/+7
0.056 2017-12-22 - new Crypt::Stream::Rabbit
2017-12-30doc: Updated net/p5-Zabbix-Sender to 0.07wiz1-1/+2
2017-12-30p5-Zabbix-Sender: update to 0.07.wiz2-7/+9
0.07 2017-12-23 Use Moo and Type::Tiny.
2017-12-30doc: Updated net/p5-SOAP-Lite to 1.24wiz1-1/+2
2017-12-30p5-SOAP-Lite: update to 1.24.wiz2-8/+8
1.24 December 19, 2017 + Consistent Versioning https://github.com/redhotpenguin/soaplite/pull/24 ! Remove is_utf8() check from 78588 1.23 December 18, 2017 ! RT #78588 unicode data not correct encoded
2017-12-30doc: Updated net/p5-SNMP-Info to 3.39wiz1-1/+2
2017-12-30p5-SNMP-Info: update to 3.39.wiz2-7/+7
version 3.39 (2017-12-17) [ENHANCEMENTS] * #236 Enhanced Ubiquiti device support (L. Begnaud) * add HP J9774A model (H. Teulahti) [BUG FIXES] * fix scripts (F. Mass) * fix CiscoASA typos (laelly)
2017-12-30doc: Updated net/p5-Net-GitHub to 0.91wiz1-1/+2
2017-12-30p5-Net-GitHub: update to 0.91.wiz2-7/+7
0.91 2017-12-11 - methods to the Orgs class to list outside collaborators and team maintainers (grantm)
2017-12-30doc: Updated net/p5-Net-DNS-Resolver-Mock to 1.20171219wiz1-1/+2
2017-12-30p5-Net-DNS-Resolver-Mock: update to 1.20171219.wiz2-7/+7
Changes not found.
2017-12-30doc: Updated net/p5-Net-DNS to 1.14wiz1-1/+2
2017-12-30p5-Net-DNS: update to 1.14.wiz2-7/+7
**** 1.14 Dec 15, 2017 Fix rt.cpan.org #123702 'use base' should not be used in packages with several subpackages defined Fix rt.cpan.org #123676 Net::DNS::Nameserver malformed message on big axfr
2017-12-30doc: Updated math/p5-Math-GMP to 2.16wiz1-1/+2
2017-12-30p5-Math-GMP: update to 2.16.wiz2-7/+7
2.16 2017-12-18 Shlomif - Fix behaviour under "use feature 'bitwise'" - See https://rt.cpan.org/Public/Bug/Display.html?id=123907 - Thanks to Sisphus for the report and perlxs for some insights.
2017-12-30doc: Updated mail/p5-Mail-Message to 3.005wiz1-1/+2
2017-12-30p5-Mail-Message: update to 3.005.wiz2-7/+7
version 3.005: Fri 22 Dec 09:43:45 CET 2017 Fixes: - repair loose dependency on Mail::Transport [cpantesters] version 3.004: Thu 21 Dec 09:08:52 CET 2017 Fixes: - field unfold replaces leading whitespace into blank. [Mark Nienberg] Improvements: - improve docs on $msg->send().
2017-12-30doc: Updated mail/p5-Mail-DKIM to 0.50wiz1-1/+2
2017-12-30p5-Mail-DKIM: update to 0.50.wiz2-7/+7
Version 0.50 * ARC code passing all tests and production ready. * Added strict mode to DKIM to reject sha1 and key sizes smaller than 1024 bit.
2017-12-30doc: Updated mail/p5-Mail-Box to 3.004wiz1-1/+2
2017-12-30p5-Mail-Box: update to 3.004.wiz2-7/+7
version 3.004: Fri 22 Dec 09:46:28 CET 2017 Fixes: - minor change in Mail::Message broken regression test [cpantesters]