summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Recursive bump for perl5-5.28.0wiz562-959/+1126
2018-08-22doc: Updated lang/perl5 to 5.28.0wiz1-1/+2
2018-08-22perl: update to 5.28.0.wiz16-536/+39
Removed some ancient patches. Fix a pkglint warning. Core Enhancements Unicode 10.0 is supported delete on key/value hash slices Experimentally, there are now alphabetic synonyms for some regular expression assertions Mixed Unicode scripts are now detectable In-place editing with perl -i is now safer Initialisation of aggregate state variables Full-size inode numbers The sprintf %j format size modifier is now available with pre-C99 compilers Close-on-exec flag set atomically String- and number-specific bitwise ops are no longer experimental Locales are now thread-safe on systems that support them New read-only predefined variable ${^SAFE_LOCALES} Security [CVE-2017-12837] Heap buffer overflow in regular expression compiler [CVE-2017-12883] Buffer over-read in regular expression parser [CVE-2017-12814] $ENV{$key} stack buffer overflow on Windows Default Hash Function Change Incompatible Changes Subroutine attribute and signature order Comma-less variable lists in formats are no longer allowed The :locked and :unique attributes have been removed \N{} with nothing between the braces is now illegal Opening the same symbol as both a file and directory handle is no longer allowed Use of bare << to mean <<"" is no longer allowed Setting $/ to a reference to a non-positive integer no longer allowed Unicode code points with values exceeding IV_MAX are now fatal The B::OP::terse method has been removed Use of inherited AUTOLOAD for non-methods is no longer allowed Use of strings with code points over 0xFF is not allowed for bitwise string operators Setting ${^ENCODING} to a defined value is now illegal Backslash no longer escapes colon in PATH for the -S switch the -DH (DEBUG_H) misfeature has been removed Yada-yada is now strictly a statement Sort algorithm can no longer be specified Over-radix digits in floating point literals Return type of unpackstring() Deprecations Use of vec on strings with code points above 0xFF is deprecated Some uses of unescaped "{" in regexes are no longer fatal Use of unescaped "{" immediately after a "(" in regular expression patterns is deprecated Assignment to $[ will be fatal in Perl 5.30 hostname() won't accept arguments in Perl 5.32 Module removals Performance Enhancements Modules and Pragmata Removal of use vars Use of DynaLoader changed to XSLoader in many modules Updated Modules and Pragmata Removed Modules and Pragmata More details are in the included perldelta.pod.
2018-08-22py-gsutil: updated to 4.33adam5-33/+69
Release 4.33: Bug Fixes - Fixed an issue with the "rsync" command on Windows that would cause gsutil to incorrectly join file path segments when the source given was the root of a drive, e.g. "C:". - Fixed several places where gsutil referenced a variable that had not been correctly imported. Other Changes - Several documentation updates and clarifications. Release 4.32: Bug Fixes - Fixed a file path resolution issue on Windows that affected local-to-cloud copy-based operations ("cp", "mv", "rsync"). If a local file URI containing relative path components ("." or "..") or forward slashes (rather than backslashes) was provided as a source argument, the resulting destination object(s) was incorrectly named. For recursive operations, this resulted in several files being copied to the same object path, overwriting each other. - Fixed an issue with the "rsync" command on Windows that resulted in each rsync invocation not being able to delete its temporary synchronization files on disk. - Fixed an issue where reading a specific generation of an object from S3 would fail. - Fixed an issue where running gsutil with the top-level "-q" flag would result in credential-related logging statements being emitted to stderr. - Gsutil no longer allows copying from streamed input if the top-level "-m" flag is specified. While this was previously allowed, it did not work correctly. Other Changes - Several documentation updates and clarifications.
2018-08-22py-socksipy-branch: updated CATEGORIES, HOMEPAGE, pkglint fixesadam1-7/+7
2018-08-21doc: Updated x11/libX11 to 1.6.6wiz1-1/+2
2018-08-21libX11: update to 1.6.6.wiz3-9/+10
Security fix release. Alan Coopersmith (6): Make Xkb{Get,Set}NamedIndicator spec & manpages match code Clarify state parameter to XkbSetNamedDeviceIndicator Improve table formatting in XkbChangeControls & XkbKeyNumGroups man pages If XGetImage fails to create image, don't dereference it to bounds check Use size_t for buffer sizes in SetHints.c Change fall through comment in lcDB.c to match gcc's requirements Arthur Huillet (1): _XDefaultError: set XlibDisplayIOError flag before calling exit Bhavi Dhingra (1): Fix possible memory leak in cmsProp.c:140 Martin Natano (1): Don't rebuild ks_tables.h if nothing changed. Matthieu Herrb (2): Remove statement with no effect. libX11 1.6.6 Michal Srb (1): Use flexible array member instead of fake size. Ryan C. Gordon (1): Valgrind fix for XStoreColor and XStoreColors. Samuel Thibault (1): XkbOpenDisplay.3: fix typo Tobias Stoeckmann (4): Validation of server response in XListHosts. Fixed off-by-one writes (CVE-2018-14599). Fixed out of boundary write (CVE-2018-14600). Fixed crash on invalid reply (CVE-2018-14598). walter harms (13): fix shadow warning _XIOError(dpy); will never return so remore dead remove argument check for free() adjust one inden fix shadow char_size fix more shadow warning no need to check argument for _XkbFree() remove stray extern no need to check args for Xfree() fix memleak in error path fix memleak in error path no need to check XFree arguments mark _XDefaultIOError as no_return Fixes: warning: variable 'req' set but not,used wharms (3): add _X_UNUSED to avoid unused variable warnings remove empty line silence gcc warning assignment discards 'const' qualifier from pointer target type
2018-08-21pkgtools/pkglint: update source files to latest staterillig3-48/+46
2018-08-21doc: Updated chat/tootstream to 0.3.5nia1-1/+2
2018-08-21chat/tootstream: Update to 0.3.5.nia3-25/+10
Changes: Added Updated to Mastodon.py 1.3 (no additional features yet) Fixed List renames did not work
2018-08-21doc: Updated chat/py-mastodon to 1.3.0nia1-1/+2
2018-08-21py-mastodon: Update to version 1.3.0.nia3-89/+10
Changes: Several small bug fixes (Thanks goldensuneur, bowlercaptain, joyeusenoelle) Improved stream error handling (Thanks codl) Improvements to streaming: Added on_abort() handler to streams Added automatic reconnecting POTENTIALLY BREAKING CHANGE: Added better error catching to make sure streaming functions do not just crash Mastodon v2.3 compatibility (sorry for the late release) only_media parameter in timeline functions focus support for media_upload() Added media_update() Mastodon v2.4 compatibility Added fields to account_update_credentials() WebPush support: Added push_subscription(), push_subscription_set(), push_subscription_update(), push_subscription_delete() Added webpush crypto utilities: push_subscription_generate_keys(), push_subscription_decrypt_push() Added support for pinned toots, an oversight from 2.1.0: status_pin(), status_unpin() POTENTIALLY BREAKING CHANGE: Changed pagination attributes to not be part of the dict keys of paginated return values. Many internal improvements, more tests
2018-08-21doc: Updated ham/hamlib to 3.3gdt1-1/+2
2018-08-21hamlib: update to 3.3gdt3-10/+13
Version 3.3 2018-08-20 * New models, R&S xk2100, TRXMAnager, Meade LX200 * HTML manual is now generated at 'make dist' so users don't need GNU Info tools installed. TNX Greg, N1DAM for the suggestion. * Handle longer udev generated file names up to 512 characters * Add debug time stamps with new '-Z' option and '--debug-time-stamps' options to rigctl, rotctl, rigctld, and rotctld utilities. * rigctld/rotctld continue working after serial or TCP device disappears. * Updates and fixes to FT-817, K3, IC-7300, AOR 3030, TM-D710, OMNI VII, TH-D72, Flrig, TS-590, piHPSDR, TS-2000, and netrigctl. * Update utility manual pages (section 1) and remove their reference material from the Info manual so it only needs to be update in one file. * Add new general project manual pages (section 7) and edit the Info manual to match. These should not change much so keeping them in sync should not be too much of a burden. The Info manual may be removed at some point in the future. * Last planned release of the present API/ABI. Future releases will require recompilation and relinking by client programs using the C library interface (programs that only use the network daemons should be unaffected).
2018-08-21gdal: Update comments about geosgdt1-6/+7
Note that gdal is not intended to link against geos's C++ library, but does anyway (libtool?). Take primary maintership.
2018-08-21doc: added devel/git-lfstnn1-1/+2
2018-08-21devel/Makefile: +git-lfstnn1-1/+2
2018-08-21devel/git-lfs: import git-lfs-2.5.1tnn4-0/+45
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.
2018-08-21doc: Updated devel/apache-maven to 3.5.4prlw11-1/+2
2018-08-21Update apache-maven to 3.5.4prlw13-13/+13
Overview about the changes This release is primarily aimed to resolve the two regressions introduced in the 3.5.3 release, specifically MNG-6372 and MNG-6388. There are some additional minor improvements, the most notable of which is: * The Maven Super POM changes the default execution of the maven-source-plugin jar goal into jar-no-fork which should resolve some issues complex projects had running releases. The detailed issue list Bugs * MNG-6370 ConcurrencyDependencyGraph#getNumberOfBuilds() does not remove finished projects from unfinished ones * MNG-6372 On Windows Maven can output spurious ANSI escapes such as [0m [0m * MNG-6382 JANSI fails frequently with NumberFormatException when building in parallel * MNG-6386 ${project.baseUri} is not a valid URI (according to RFC 3986) * MNG-6388 Error Fetching Artifacts: “[B cannot be cast to java.lang.String” * MNG-6403 Artifact#VERSION_FILE_PATTERN does not escape period between date and time * MNG-6410 Add groupId to --resume-from suggestion if artifactId is not unique in reactor Improvements * MNG-5756 Java home output in mvn -v is misleading * MNG-5940 Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM * MNG-6362 Add documentation information for GitHub * MNG-6363 Remove secret thread configuration property from code * MNG-6364 Enhanced Jenkinsfile to test Core with JDK 9 * MNG-6411 Improve readability of project list returned when --resume-from option value is invalid Tasks * MNG-6377 switch from Git-WIP to Gitbox Dependency upgrades * MNG-6344 Upgrade Guice to 4.2.0 * MNG-6423 Upgrade to Wagon 3.1.0 https://maven.apache.org/docs/3.5.4/release-notes.html
2018-08-21Updated net/py-boto, net/py-botocore, net/py-boto3, net/py-awscliadam1-1/+5
2018-08-21py-awscli: updated to 1.15.82adam3-9/+70
1.15.82 api-change:mediaconvert: Update mediaconvert command to latest version api-change:dynamodb: Update dynamodb command to latest version 1.15.81 api-change:secretsmanager: Update secretsmanager command to latest version api-change:dax: Update dax command to latest version api-change:sagemaker: Update sagemaker command to latest version 1.15.80 api-change:discovery: Update discovery command to latest version api-change:mediaconvert: Update mediaconvert command to latest version api-change:ec2: Update ec2 command to latest version api-change:ssm: Update ssm command to latest version api-change:redshift: Update redshift command to latest version 1.15.79 api-change:devicefarm: Update devicefarm command to latest version 1.15.78 api-change:autoscaling: Update autoscaling command to latest version api-change:cloudfront: Update cloudfront command to latest version api-change:es: Update es command to latest version 1.15.77 api-change:sagemaker: Update sagemaker command to latest version 1.15.76 api-change:mediaconvert: Update mediaconvert command to latest version api-change:rds: Update rds command to latest version 1.15.75 api-change:ecs: Update ecs command to latest version api-change:dax: Update dax command to latest version api-change:rds: Update rds command to latest version 1.15.74 api-change:ssm: Update ssm command to latest version api-change:secretsmanager: Update secretsmanager command to latest version 1.15.73 api-change:logs: Update logs command to latest version api-change:pinpoint: Update pinpoint command to latest version api-change:ec2: Update ec2 command to latest version api-change:codebuild: Update codebuild command to latest version api-change:ssm: Update ssm command to latest version 1.15.72 api-change:health: Update health command to latest version api-change:dynamodb: Update dynamodb command to latest version 1.15.71 api-change:alexaforbusiness: Update alexaforbusiness command to latest version 1.15.70 api-change:polly: Update polly command to latest version api-change:resource-groups: Update resource-groups command to latest version api-change:ssm: Update ssm command to latest version api-change:kinesis: Update kinesis command to latest version
2018-08-21py-boto3: updated to 1.7.81adam2-11/+8
1.7.81 api-change:mediaconvert: [botocore] Update mediaconvert client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version 1.7.80 api-change:dax: [botocore] Update dax client to latest version api-change:secretsmanager: [botocore] Update secretsmanager client to latest version api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.7.79 api-change:discovery: [botocore] Update discovery client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:redshift: [botocore] Update redshift client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.7.78 api-change:devicefarm: [botocore] Update devicefarm client to latest version 1.7.77 api-change:es: [botocore] Update es client to latest version api-change:autoscaling: [botocore] Update autoscaling client to latest version api-change:cloudfront: [botocore] Update cloudfront client to latest version 1.7.76 api-change:sagemaker: [botocore] Update sagemaker client to latest version 1.7.75 api-change:rds: [botocore] Update rds client to latest version api-change:mediaconvert: [botocore] Update mediaconvert client to latest version 1.7.74 api-change:rds: [botocore] Update rds client to latest version api-change:dax: [botocore] Update dax client to latest version api-change:ecs: [botocore] Update ecs client to latest version 1.7.73 api-change:secretsmanager: [botocore] Update secretsmanager client to latest version api-change:ssm: [botocore] Update ssm client to latest version 1.7.72 api-change:logs: [botocore] Update logs client to latest version api-change:codebuild: [botocore] Update codebuild client to latest version api-change:ssm: [botocore] Update ssm client to latest version api-change:ec2: [botocore] Update ec2 client to latest version api-change:pinpoint: [botocore] Update pinpoint client to latest version 1.7.71 api-change:health: [botocore] Update health client to latest version api-change:dynamodb: [botocore] Update dynamodb client to latest version 1.7.70 api-change:alexaforbusiness: [botocore] Update alexaforbusiness client to latest version
2018-08-21py-botocore: updated to 1.10.81adam3-11/+20
1.10.81 api-change:mediaconvert: Update mediaconvert client to latest version api-change:dynamodb: Update dynamodb client to latest version 1.10.80 api-change:dax: Update dax client to latest version api-change:secretsmanager: Update secretsmanager client to latest version api-change:sagemaker: Update sagemaker client to latest version 1.10.79 api-change:discovery: Update discovery client to latest version api-change:ssm: Update ssm client to latest version api-change:ec2: Update ec2 client to latest version api-change:redshift: Update redshift client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.10.78 api-change:devicefarm: Update devicefarm client to latest version 1.10.77 api-change:es: Update es client to latest version api-change:autoscaling: Update autoscaling client to latest version api-change:cloudfront: Update cloudfront client to latest version 1.10.76 api-change:sagemaker: Update sagemaker client to latest version 1.10.75 api-change:rds: Update rds client to latest version api-change:mediaconvert: Update mediaconvert client to latest version 1.10.74 api-change:rds: Update rds client to latest version api-change:dax: Update dax client to latest version api-change:ecs: Update ecs client to latest version 1.10.73 api-change:secretsmanager: Update secretsmanager client to latest version api-change:ssm: Update ssm client to latest version 1.10.72 api-change:logs: Update logs client to latest version api-change:codebuild: Update codebuild client to latest version api-change:ssm: Update ssm client to latest version api-change:ec2: Update ec2 client to latest version api-change:pinpoint: Update pinpoint client to latest version 1.10.71 api-change:health: Update health client to latest version api-change:dynamodb: Update dynamodb client to latest version 1.10.70 api-change:alexaforbusiness: Update alexaforbusiness client to latest version
2018-08-21py-boto: updated to 2.49.0adam3-18/+15
boto v2.49.0: Import the latest CA Bundle from certifi Fix to support uploads to KMS-encrypted buckets. Support fetching GCS bucket encryption metadata. Update layer1.py Fix tests/unit/glacier/test_writer.py to make work with pypy.
2018-08-21doc: Updated www/p5-WWW-Mechanize-GZip to 0.14wiz1-1/+2
2018-08-21p5-WWW-Mechanize-GZip: update to 0.14.wiz2-8/+7
0.14 2018-08-14 - fixed empty META.yml 0.13 2018-07-16 - fixed typo in POD
2018-08-21doc: Updated www/p5-URI-db to 0.19wiz1-1/+2
2018-08-21p5-URI-db: update to 0.19.wiz2-7/+7
0.19 2018-07-19T15:15:04Z - Added URI::snowflake.
2018-08-21doc: Updated www/p5-Mojolicious to 7.93wiz1-1/+2
2018-08-21p5-Mojolicious: update to 7.93.wiz2-7/+7
7.93 2018-08-11 - Improved Test::Mojo to accept Mojo::File objects pointing to application scripts and to override configurations more consistently. 7.92 2018-08-09 - This release reverts the addition of stream classes (added in 7.83), which have unfortunately resulted in many Mojolicious applications becoming unstable. While there are no known exploits yet, we've chosen to err on the side of cautiousness and will classify this as a security issue. 7.91 2018-08-09 - Fixed a bug in Mojo::IOLoop::Stream where is_readable could not be called after a timeout event. 7.90 2018-08-08 - Deprecated expect_close attribute in Mojo::Content. - Removed deprecated delay helper from Mojolicious::Plugin::DefaultHelpers. - Changed error message for destroyed transactions from "Connection already closed" to "Transaction already destroyed". - Fixed a race condition in Mojo::UserAgent where closing connections could sometimes end up being reused. - Fixed an RFC 7230 compliance problem where HTTP/1.1 responses were sometimes incomplete. 7.89 2018-08-06 - Mojolicious has a new logo! 7.88 2018-07-11 - Added EXPERIMENTAL bytes_read, bytes_written and transition methods to Mojo::IOLoop::Stream. - Added transition event to Mojo::IOLoop::Stream. - Improved default request ids generated by Mojo::Message::Request to be a little more unique. - Fixed a bug where prefork tests would fail if a prefork server was already running. 7.87 2018-07-04 - Added optional support for Cpanel::JSON::XS to Mojo::JSON for much better JSON encoding and decoding performance. That also means Mojo::JSON can no longer encode the two Unicode whitespace characters u2028 and u2029, since this is unsupported by Cpanel::JSON::XS. - Improved Mojo::JSON to encode unknown reference types to "null", consistently with Cpanel::JSON::XS. 7.86 2018-07-02 - Added template attribute to Mojolicious::Command. - Added spawn event to Mojo::IOLoop::Subprocess. - Improved Mojo::IOLoop::Subprocess to only fork new processes after the event loop has been started.
2018-08-21doc: Updated www/p5-LWP-ConsoleLogger to 0.000039wiz1-1/+2
2018-08-21p5-LWP-ConsoleLogger: update to 0.000039.wiz2-20/+21
Use TEST_DEPENDS. 0.000039 2018-08-01 19:40:39Z - (temporarily?) skip XML parsing test under newer versions of Data::Printer 0.000038 2018-07-28 02:39:17Z - Add support for HTTP::CookieJar
2018-08-21doc: Updated www/p5-HTTP-Tiny to 0.076wiz1-1/+2
2018-08-21p5-HTTP-Tiny: update to 0.076.wiz2-12/+9
Use TEST_DEPENDS. 0.076 2018-08-05 21:07:38-04:00 America/New_York - No changes from 0.075-TRIAL. 0.075 2018-08-01 07:03:36-04:00 America/New_York (TRIAL RELEASE) [CHANGED] - The 'peer' option now also can take a code reference 0.074 2018-07-30 15:35:44-04:00 America/New_York - No changes from 0.073-TRIAL. 0.073 2018-07-24 11:33:53-04:00 America/New_York (TRIAL RELEASE) 0.071 never made it to CPAN; skipping to 0.073 [DOCS] - Documented 'protocol' field in response hash. 0.071 2018-04-22 14:45:43+02:00 Europe/Oslo (TRIAL RELEASE) [DOCS] - Documented that method argument to request() is case-sensitive. [INTERNAL] - Minor regex cleanup - Updated .travis.yml for recent Perls
2018-08-21doc: Updated www/p5-FCGI-Client to 0.09wiz1-1/+2
2018-08-21p5-FCGI-Client: update to 0.09.wiz2-13/+12
0.09 2018-07-16T14:23:14Z - Switch to Minilla https://github.com/tokuhirom/p5-fcgi-client/pull/2 - Switch to Moo https://github.com/tokuhirom/p5-fcgi-client/pull/3
2018-08-21doc: Updated www/p5-CGI to 4.40wiz1-1/+2
2018-08-21p5-CGI: update to 4.40.wiz2-10/+10
4.40 2018-08-15 [ FIX / TESTING ] - support perls < 5.10.1 in Makefile.PL by being more dynamic (GH #229, GH #230, thanks to Aristotle) 4.39 2018-08-13 [ FIX / TESTING ] - specify CONFIGURE_REQUIRES in Makefile.PL so can use TEST_REQUIRES to build with older perls (GH #228)
2018-08-21doc: Updated time/p5-Time-Piece to 1.33wiz1-1/+2
2018-08-21p5-Time-Piece: update to 1.33.wiz2-7/+7
1.33 2018-08-18 - Allow objects in overloaded methods
2018-08-21doc: Updated time/p5-DateTime to 1.5000wiz1-1/+2
2018-08-21p5-DateTime: update to 1.5000.wiz2-14/+12
1.50 2018-08-01 - The %F strftime pattern incorrectly zero-padded numbers less than four digits. According to POSIX::strftime, this should output the year as-is without padding. Reported by Andy Lester. GH #83.
2018-08-21doc: Updated textproc/p5-YAML-LibYAML to 0.72wiz1-1/+2
2018-08-21p5-YAML-LibYAML: update to 0.72.wiz2-7/+7
0.72 Sun Jul 8 17:03:08 CEST 2018 - Update to libyaml 0.2.1 (tinita) It's forbidden now to escape single quotes inside double quotes - When disabling $LoadBlessed, return scalars not refs (tinita) - Save anchors also for blessed scalars (tinita)
2018-08-21doc: Updated textproc/p5-XML-SemanticDiff to 1.0007wiz1-1/+2
2018-08-21p5-XML-SemanticDiff: update to 1.0007.wiz2-8/+7
1.0007 2018-07-31 - Drop minimum perl back down to 5.8
2018-08-21doc: Updated textproc/p5-Pod-Markdown to 3.101wiz1-1/+2
2018-08-21p5-Pod-Markdown: update to 3.101.wiz2-11/+9
Use TEST_DEPENDS. 3.101 2018-08-06T14:32:38Z - Ensure local_module_url_prefix defaults to current perldoc_url_prefix. 3.100 2018-08-06T02:07:18Z - Add "local_module_url_prefix" and "local_module_re" args to allow pointing links for local modules to another site [rt-120452].
2018-08-21doc: Updated textproc/p5-Filter to 1.59wiz1-1/+2