summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-11Update to 3.20130710. From the changelog:schmonz2-7/+6
* blogspam: Fix encoding issue in RPC::XML call. Thanks, Changaco * comments: The formats allowed to be used in comments can be configured using comments_allowformats. Thanks, Michal Sojka * calendar: When there are multiple pages for a given day, they're displayed in a popup on mouseover. Thanks, Louis * osm: Remove trailing slash from KML maps icon. * page.tmpl: omit searchform, trails, sidebar and most metadata in CGI (smcv) * openid: Automatically upgrade openid_realm to https when accessed via https. * The ip() pagespec can now contain glob characters to match eg, a subnet full of spammers. * Fix crash that could occur when a needsbuild hook returned a file that does not exist. * Fix python proxy to not crash when fed unicode data in getstate and setstate. Thanks, chrysn * Fix committing attachments when using svn.
2013-07-11Updated textproc/p5-Text-Sass to 0.97wen1-1/+2
2013-07-11Update to 0.97wen2-7/+6
Upstream changes: 0.97 - #80831 comma-separated selectors from BGRIMM #80927 scss to css for nested includes from BGRIMM 0.96 - #77718 pod encoding bug from ANDK - improved URL handling, tests from Dan Markham 0.95 - bugfix for RT#74181 from Andrei Arsenin 0.94 - bugfix for RT#74160 from Andrei Arsenin
2013-07-11sortjnemeth2-5/+5
2013-07-10Try fixing the option handling.wiz1-2/+2
2013-07-10+shibboleth-sp-2.5.2 (noted in PR 48030)dholland1-1/+2
2013-07-10Restore accidentally removed #.ryoon2-8/+5
Linux build should be fixed.
2013-07-10Regenerated build rules file for subversion-1.8.0.wiz9-503/+733
Bump PKGREVISION of all subversion packages to be on the safe side. Update ap2-subversion PLIST for the change.
2013-07-10Add patch from Thomas E. Dickey to address the build problems fromwiz2-1/+99
PR 48031 and PR 48035.
2013-07-10Remove duplicate line.wiz1-2/+1
2013-07-10Oops, forgot <stdarg.h>. PR 48037dholland2-1/+14
There must be something wrong with netbsd's headers, as none of #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <err.h> ought to leak in stdarg.h, but apparently one is.
2013-07-10Updated time/p5-TimeDate to 2.30schmonz1-1/+2
2013-07-10Update to 2.30. From the changelog:schmonz2-8/+13
* Syncing distribution version number with Date::Parse, not functional changes
2013-07-10Updated www/p5-CGI to 3.63schmonz1-1/+2
2013-07-10Update to 3.63. From the changelog:schmonz2-7/+6
[SECURITY] - CR escaping for Set-Cookie and P3P headers was improved. There was potential for newline injection in these headers. (Thanks to anazawa, https://github.com/markstos/CGI.pm/pull/23) [INTERNALS] - Changed how the deprecated endform function was defined for compatibilty with the development version of Perl. - Fix failures in t/tmpdir.t when run as root https://github.com/markstos/CGI.pm/issues/22, RT#80659) - Made it possible to force a sorted order for things like hash attributes so that tests are not dependent on a particular hash ordering. This will be required in modern perls which will change the ordering per process. (Yves, RT#80659) - formatting of CGI::Carp documentation was improved. Thanks to benkasminbullock. - un-TODO some tests in t/tmpdir.t that were passing in most cases. More on this: https://github.com/markstos/CGI.pm/issues/19# https://github.com/markstos/CGI.pm/commit/cc73dc9807b0fabb56b3cdf1a9726588b2eda0f7
2013-07-10Updated www/p5-LWP-Protocol-https to 6.04schmonz1-1/+2
2013-07-10Update to 6.04. From the changelog:schmonz2-7/+6
- Fix IO::Socket::SSL warnings when not verifying hostname. - Doc spelling fix.
2013-07-10Updated www/p5-LWP-UserAgent-Determined to 1.06schmonz1-1/+2
2013-07-10Update to 1.06. From the changelog:schmonz2-7/+6
* Mock http responses to avoid unnecessary network requests -- Randy Stauner * Fix for RT#55591: Incorrect default value for 'codes_to_determinate' from yibe via github.
2013-07-10Updated www/p5-LWPx-ParanoidAgent to 1.09schmonz1-1/+2
2013-07-10Update to 1.09. From the changelog:schmonz2-7/+6
- Makefile.PL updated - removed TLS test for now, some cpan testers reporting issues with the configuration, seems pointless given the Makefile - removed some of the tests that seem to fail on congested machines (eg: cpantesters). - [SREZIC] added mirror support: https://rt.cpan.org/Ticket/Display.html?id=44569
2013-07-10Updated www/p5-URI-Escape-XS to 0.10schmonz1-1/+2
2013-07-10Update to 0.10. From the changelog:schmonz2-7/+6
- Updated mail address - Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/2 - POD Fixes - Addressed: RT#78738: Please provide LICENSE in metadata. - Addressed: RT#74344: Fails when Net::IDN::Encode 2.003 installed
2013-07-10Updated www/p5-Net-FastCGI to 0.14schmonz1-1/+2
2013-07-10Update to 0.14. From the changelog:schmonz2-7/+6
- Don't rely on hash keys being ordered in tests, Perl 5.18 introduces a per process randomization.
2013-07-10Updated devel/p5-Test-HexString to 0.03schmonz1-1/+2
2013-07-10Update to 0.03. From the changelog:schmonz2-7/+6
* Minor toolchain updates: + META.yml + META.json + Don't add Module::Build to configure_requires * Updated FSF address in LICENSE file
2013-07-10Updated www/p5-URI-Escape-XS to 0.08nb3schmonz1-1/+2
2013-07-10Updated databases/p5-DBD-SQLite to 1.39schmonz1-1/+2
2013-07-10Update to 1.39. From the changelog:schmonz2-7/+6
- OpenBSD doesn't like the previous _XOPEN_SOURCE hack (ISHIGAKI) - Disabled a unicode-related test for older perls (ISHIGAKI) - Tentatively defined _XOPEN_SOURCE under *BSD systems to see if it solves a compilation issue for threaded perls (ISHIGAKI) - As of SQLite 3.7.15, SQLite's query optimizer was enhanced and the result order of a SELECT statement without an ORDER BY clause may be different from the one of the previous versions. If your applications or tests mistakenly depend on the arbitrary output order, they may be broken with this enhancement. - Updated to SQLite 3.7.17 (ISHIGAKI) - Fixed tests that mistakenly made invalid assumptions about the result order (ISHIGAKI) - Added a brief note on useful pragmata. (ISHIGAKI) - Resolved #85302: type fixes (ISHIGAKI) - Updated to SQLite 3.7.16.1 (ISHIGAKI) - Removed two obsolete pragma calls at login time (ISHIGAKI) - Resolved #80344: Set SQLITE_DISABLE_DIRSYNC on AIX (suggested by Steve Barnsley) (ISHIGAKI) - Resolved #81536: primary_key_info returns the wrong KEY_SEQ (VLYON) - Resolved #84027: Finalizer() not called in (D. Richard Hipp) - Resolved #84372: -Wpointer-sign warnings with utf8_hop (RURBAN) - Resolved #84373: Add test for RT #26775 "name)" key with DISTINCT (RURBAN/ISHIGAKI) - Resolved #70815: DBD::SQLite 1.33 build is broken under Solaris using Sun C (RURBAN) - Resolved #84380: Fix WINLIKE for mingw/msys (RURBAN) - Added a note on DBD::SQLite and File::Temp (suggested by TOKUHIROM) (ISHIGAKI) - Resolved #56444: immediate transaction should be on by default, and the doc be updated. If you really need the deferred transaction (which had long been the default), set sqlite_use_immediate_transaction to false explicitly. (ISHIGAKI) - Updated to SQLite 3.7.14 (ISHIGAKI) - Added support for foreign_key_info (DAMI/ISHIGAKI) - Added several methods to retrieve internal information such as table_column_metadata/db_filename/*_status (ISHIGAKI/VOVKASM) - Added sqlite_load_extension so that extensions can add functions internally (ISHIGAKI) - Resolved #77617: atoll () sometimes just is atol () (GAAS) - Resolved #48084: improper "require utf8" in tests (ISHIGAKI) - Resolved #77724: bug in primary_key_info with regard to column names containing whitespace (ISHIGAKI) - Resolved #79364: variance example of the doc (ISHIGAKI) - Resolved #78833: utf8 flag for column names (JAMADAM) (This hopefully resolved #72418 as well) - Resolved #64177: ping() wipes out the errstr (ISHIGAKI) - Resolved #79576: (patch) bind_param don't work with PADTMP scalars (VOVKASM) - Refactored primary_key_info to support attached databases (ISHIGAKI)
2013-07-10Updated converters/p5-MIME-Base64 to 3.14schmonz1-1/+2
2013-07-10Update to 3.14. From the changelog:schmonz3-11/+10
* Install to 'site' instead of 'perl' when perl version is 5.12+
2013-07-10Updated databases/p5-DB_File to 1.829schmonz1-1/+2
2013-07-10Update to 1.829. From the changelog:schmonz3-20/+10
* make realclean: removing all files RT #68214 * Documented the issue where the error below BDB0588 At least one secondary cursor must be specified to DB->join * DB_File installs to wrong place for CPAN version RT #70420 Makefile.PL prevents INSTALLDIRS on command line. RT #68287: Makefile.PL prevents INSTALLDIRS on command line. * typo fix RT #85335 * Minor change to build with Berkeley DB 6.x
2013-07-10Updated devel/p5-Modern-Perl to 1.20121103schmonz1-1/+2
2013-07-10Update to 1.20121103. From the changelog:schmonz2-7/+6
- fixed VERSION( undef ) (Peter Vereshagin, RT #80304) - fixed POD encoding error (Norbert E. Gruener, RT #80468) - added Perl 5.16 support
2013-07-10Updated devel/p5-Test-Exception to 0.32schmonz1-1/+2
2013-07-10Update to 0.32. From the changelog:schmonz2-7/+6
- prep for upcoming Test::Simple 0.99 - Fixed tests that broke due to Test::More diagnostic changes
2013-07-10Updated devel/p5-Test-Harness to 3.28schmonz1-1/+2
2013-07-10Update to 3.28. From the changelog:schmonz2-7/+6
- Bugfix: Fix taint failures on Windows (Jan Dubois)
2013-07-10Updated textproc/p5-XML-Feed to 0.52schmonz1-1/+2
2013-07-10Update to 0.52. From the changelog:schmonz2-7/+6
* Build.PL: add dist_author and x_contributors to META files * .gitignore: ignore some generated files * add use warnings to the modules * remove Id tags from the times of Subversion * add version number to all the modules
2013-07-10Updated textproc/p5-XML-RSS to 1.54schmonz1-1/+2
2013-07-10Update to 1.54. From the changelog:schmonz2-7/+6
- Apply a patch from Debian for correcting a typo. - https://rt.cpan.org/Public/Bug/Display.html?id=85962 - Thanks to Gregor Herrmann - Implement a more user-friendly error with XML::RSS->new(version=>1.0) and a missing "link" and/or "title" field. - Thanks to Gabor Szabo for reporting it.
2013-07-10Updated devel/p5-Memoize to 1.03schmonz1-1/+2
2013-07-101.03 Sun, 22 Apr 2012 17:11:16 -0400schmonz2-7/+7
* Clarified MERGE cache options and fixed bug * Documentation fixes
2013-07-10Updated textproc/p5-ack to 2.04schmonz1-1/+2
2013-07-10Update to 2.04. From the changelog:schmonz2-7/+6
ack now runs on a standard Perl 5.8.8 install with no module updates. The minimum Perl requirement for ack is now explicitly 5.8.8. Anything before 5.8.8 will not work, and we've added checks. Thanks, Michael McClimon. [FIXES] ack was colorizing captured groups even if --nocolor was given. Thanks, Dale Sedivic. [ENHANCEMENTS] The --shell file type now recognizes the fish shell. We now ignore minified CSS or Javascript, in the form of either *.css.min or *.min.css, or *.js.min or *.min.js. Added support for the Dart language. ack 2.02 was much slower than ack 1.96, up to 8x slower in some cases. These slowdowns have been mostly eliminated, and in some cases ack 2.04 is now faster than 1.96. The firstlinematch file type detection option now only searches the first 250 characters of the first line of the file. Otherwise, ack would read entire text files that were only one line long, such as minified JavaScript, and that would be slow. Thanks, Michael McClimon. [DOCUMENTATION] Many clarifications and cleanups. Thanks, Michael McClimon.
2013-07-10Updated devel/p5-File-chdir to 0.1008schmonz1-1/+2
2013-07-10Update to 0.1008. From the changelog:schmonz2-7/+6
- Fixed broken use of abs_path on Cygwin [Joel Berger] - Fixed broken Pod link; reordered CAVEATS section