summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-09geography/R-rnaturalearth: import R-rnaturalearth-0.1.0brook4-1/+27
Facilitates mapping by making natural earth map data from <http://www.naturalearthdata.com/> more easily available to R users.
2020-08-09doc: Added geography/R-rnaturalearthdata version 0.1.0brook1-1/+2
2020-08-09geography/R-rnaturalearthdata: import R-rnaturalearthdata-0.1.0brook4-1/+25
Vector map data from <http://www.naturalearthdata.com/>. Access functions are provided in the accompanying package 'rnaturalearth'.
2020-08-09doc: Updated www/libmicrohttpd to 0.9.71nia1-1/+2
2020-08-09libmicrohttpd: Update to 0.9.71nia2-8/+7
Sun 28 Jun 2020 09:36:01 PM CEST Fix buffer overflow issue in URL parser. Releasing libmicrohttpd 0.9.71. -CG Tue 16 Jun 2020 08:44:22 PM CEST Add logic to try again if GNUtls uncork() fails. -CG Wed 10 Jun 2020 09:44:29 PM CEST Fixed PostProcessor bug discovered by MD, which given certain parser boundaries caused the returned values to be wrong. -CG/MD Wed 08 Apr 2020 10:53:01 PM CEST Introduce `enum MHD_Result` for #MHD_YES/#MHD_NO to avoid using 'int' so much. Note that this change WILL cause compiler warnings until (most) MHD callbacks in application code change their return type from 'int' to 'enum MHD_Result'. That said, avoiding possible confusions of different enums is going to make the code more robust in the future. For conditional compilation, test for "MHD_VERSION >= 0x00097002". -CG Tue 07 Apr 2020 02:58:39 PM BRT Fixed #5501 (Added example for how to provide a tiny threaded websocket server). -SC Tue 31 Mar 2020 02:36:40 PM BRT Fixed #6142 (applied several spelling fixes). -DKG/-SC Sat 07 Mar 2020 05:20:33 PM CET Fixed #6090 (misc. severe socket handling bugs on OS X). -CG
2020-08-09doc: Updated devel/ruby-gettext to 3.3.6taca1-1/+2
2020-08-09devel/ruby-gettext: update to 3.3.6taca3-8/+10
Update ruby-gettext to 3.3.6. ## 3.3.6: 2020-08-04 {#version-3-3-6} ### Improvements * erb: Added support for `-%>`. [GitHub#77][Reported by lremes] * Removed ChangeLog. [GitHub#76][Reported by Will Stephenson] * Don't assume `RbConfig::CONFIG["datadir"]` is available. For example, TruffleRuby doesn't provide it. ### Thanks * lremes * Will Stephenson
2020-08-09Add geography/R-stars.brook1-1/+2
2020-08-09doc: Added geography/R-stars version 0.4.3brook1-1/+2
2020-08-09geography/R-stars: import R-stars-0.4.3brook3-0/+29
Reading, manipulating, writing and plotting spatiotemporal arrays (raster and vector data cubes) in 'R', using 'GDAL' bindings provided by 'sf', and 'NetCDF' bindings by 'ncmeta' and 'RNetCDF'.
2020-08-09doc: Updated devel/libgee to 0.20.3nia1-1/+2
2020-08-09libgee: Update to 0.20.3nia2-8/+7
libgee 0.20.3 ============= * Minor warning fixes for newer valac * Guard GLib.Cond.wait/wait_until calls against spurious or stolen wakeups libgee 0.20.2 ============= * Minor build fixes
2020-08-09doc: Added net/bind916 version 9.16.5taca1-1/+2
2020-08-09net/Makefile: add and enable bind916taca1-1/+2
2020-08-09net/bind916: add version 9.16.5 packagetaca70-0/+4317
Add bind916 version 9.16.5 package (BIND 9.16.5). BIND, the Berkeley Internet Name Daemon. This package contains the BIND 9.16 release. * New dnssec-policy statement to configure a key and signing policy for zones, enabling automatic key regeneration and rollover. * New network manager based on libuv. * Added support for the new GeoIP2 geolocation API, libmaxminddb. * Improved DNSSEC trust anchor configuration using the trust-anchors statement, permitting configuration of trust anchors in DS as well as DNSKEY format. * YAML output for dig, mdig, and delv.
2020-08-09doc: Added geography/R-osmdata version 0.1.3brook1-1/+2
2020-08-09geography/R-osmdata: import R-osmdata-0.1.3brook4-1/+36
Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server and processed with very fast 'C++' routines for return to 'R'.
2020-08-09doc: Updated graphics/libgdiplus to 6.0.5nia1-1/+2
2020-08-09libgdiplus: Update to 6.0.5nia2-8/+7
Unknown changes
2020-08-09doc: Added geography/R-osmar version 1.1.7brook1-1/+2
2020-08-09geography/R-osmar: import R-osmar-1.1.7brook4-1/+30
This package provides infrastructure to access OpenStreetMap data from different sources, to work with the data in common R manner, and to convert data into available infrastructure provided by existing R packages (e.g., into sp and igraph objects).
2020-08-09doc: Added geography/R-ggspatial version 1.0.3brook1-1/+2
2020-08-09geography/R-ggspatial: import R-ggspatial-1.0.3brook4-1/+36
Spatial data plus the power of the ggplot2 framework means easier mapping when input data are already in the form of spatial objects.
2020-08-09doc: Updated devel/ruby-bindata to 2.4.8taca1-1/+2
2020-08-09devel/ruby-bindata: update to 2.4.8taca2-7/+7
Update ruby-bindata to 2.4.8. == Version 2.4.8 (2020-07-21) * Bug fix array self assignment. Thanks to Spencer McIntyre. * Bug fix Stringz max_length. Thanks to cdelafuente-r7.
2020-08-09doc: Updated devel/ruby-backports to 3.18.1taca1-1/+2
2020-08-09devel/ruby-backports: update to 3.18.1taca2-7/+7
Update ruby-backports to 3.18.1. 3.18.1 - 2020-06-23 * Update dependency 3.18.0 - 2020-06-22 * Require per ruby version / all requires now check RUBY_VERSION to be more efficient [#149]
2020-08-09doc: Updated databases/ruby-sequel to 5.35.0taca1-1/+2
2020-08-09doc: Updated net/syncthing to 1.7.1nia1-1/+2
2020-08-09databases/ruby-sequel: update to 5.35.0taca3-8/+11
Update ruby-sequel to 5.35.0. === 5.35.0 (2020-08-01) * Recognize another disconnect error in the oracle adapter (sterlzbd) (#1705) * Consider all associations with :dataset options as instance-specific associations (jeremyevans) * Make Model.finalize_associations not break with instance-specific associations (jeremyevans) * Make association placeholder loader consider block if instance_specific: false association option is used (jeremyevans) * Copy composite unique constraints when emulating alter table operations on SQLite (jeremyevans) (#1704) * Add instance_specific_default plugin for setting default association :instance_specific value, or warning/raising for cases where it is not specified (jeremyevans) * Make Model.plugin issue deprecation warning if loading plugin with arguments and block if plugin does not accept arguments/block (jeremyevans) * Make validation_class_methods consider all :if, :allow_missing, :allow_nil, and :allow_blank settings, instead of just the first (jeremyevans) * Include hash entries with nil keys in Dataset#to_dot output in to_dot extension (jeremyevans) * Remove unneeded conditionals from plugins and extensions (jeremyevans) * Fix exception class in run_transaction_hooks extension if calling run_after_{commit,rollback}_hooks outside of a transaction (jeremyevans) === 5.34.0 (2020-07-01) * Make eager_graph work correctly if called with no associations (jeremyevans) * Make :ruby eager limit strategy handle cases where there is no limit or offset (jeremyevans) * Do not keep a reference to a Sequel::Database instance that raises an exception during initialization (jeremyevans) * Make Database#pool.all_connections not yield for a single connection pool in disconnected state (jeremyevans) * Raise an exception if trying to disconnect a server that doesn't exist in the sharded connection pools (jeremyevans) * Support :refresh option when calling *_pks getter method in the association_pks plugin (jeremyevans) * Support caching of repeated calls to *_pks getter method in the association_pks plugin using :cache_pks association option (jeremyevans) * Add *_pks_dataset methods for one_to_many and many_to_many associations when using the association_pks plugin (jeremyevans)
2020-08-09syncthing: Update to 1.7.1nia2-8/+7
This hotfix release fixes an issue with block validation. Bugfixes: #6827: syncthing 1.6.1 -> 1.7.0 fails on "failed validating data" v1.7.0 This release performs a database migration to optimize for clusters with many devices. Bugfixes: #6552: panic: Stop called more than once on ... created by nat.Service #6564: Closing an already removed connection causes GUI error message #6646: Misleading error message when to be deleted dir contains receive-only changes #6653: panic: nil pointer dereference in leveldb.(*DB).isClosed() #6654: panic: runtime error: index out of range in processNeeded() #6655: panic: nil pointer dereference in checkUpgrade() #6679: QUIC listener is not added when default TCP port is unavailable #6697: Malformed listen address causes hang on startup #6706: Changing a folder in web UI removes introduced-by info Enhancements: #1830: "Folder path missing" when folder path is a junction #4703: Suggest setting up auth on initial startup #5910: Add Badger database backend for testing and consideration #6372: Reduce database size by optimizing version list storage Other issues: #6608: Data race in Windows fs watcher tests #6625: TestRequestRemoteRenameChanged is racy/flaky
2020-08-09doc: Updated databases/ruby-awesome_nested_set to 3.2.1taca1-1/+2
2020-08-09databases/ruby-awesome_nested_set: update to 3.2.1taca2-8/+7
Update ruby-awesome_nested_set to 3.2.1. 3.2.1 * Don't reload in after_save callback. [Petrik de Heus](https://github.com/p8) * Fix deprecation warning "Passing a range to `#in` is deprecated". [Konstantin Mochalov](https://github.com/kolen) * [Compare to 3.2.0](https://github.com/collectiveidea/awesome_nested_set/compare/v3.2.0...v3.2.1)
2020-08-09doc: Updated archivers/ruby-ffi-libarchive to 1.0.3taca1-1/+2
2020-08-09doc: Updated games/7kaa to 2.15.4p1nia1-1/+2
2020-08-09archivers/ruby-ffi-libarchive: update to 1.0.3taca2-7/+7
Update ruby-ffi-libarchive to 1.0.3. 1.0.3 (2020-06-26) * Optionally clone entries when iterating through an archive #30 (jatoben) * Replace specific types with more generic equivalents. #32 (phiggins) * Modern expeditor / buildkite setup #33 (tas50)
2020-08-097kaa: Update to 2.15.4p1nia2-7/+7
"This is a patch release to fix a few issues with 2.15.4. All users should upgrade."
2020-08-09doc: Updated www/apache24 to 2.4.46taca1-1/+2
2020-08-09www/apache24: update to 2.4.46taca2-10/+10
Update apache24 to 2.4.46 (Apache HTTPD 2.4.46). It fixes several security problems: CVE-2020-9490: Push Diary Crash on Specifically Crafted HTTP/2 Header CVE-2020-11984: mod_uwsgi buffer overlow CVE-2020-11985: CWE-345: Insufficient verification of data authenticity CVE-2020-11993: Push Diary Crash on Specifically Crafted HTTP/2 Header pkgsrc changes: reduce warnings by SUBST_* processing. Changes with Apache 2.4.46 *) mod_proxy_fcgi: Fix build warnings for Windows platform [Eric Covener, Christophe Jaillet] Changes with Apache 2.4.45 *) mod_http2: remove support for abandoned http-wg draft <https://datatracker.ietf.org/doc/draft-kazuho-h2-cache-digest/>. [Stefan Eissing] Changes with Apache 2.4.44 *) mod_proxy_uwsgi: Error out on HTTP header larger than 16K (hard protocol limit). [Yann Ylavic] *) mod_http2: Fixes <https://github.com/icing/mod_h2/issues/200>: "LimitRequestFields 0" now disables the limit, as documented. Fixes <https://github.com/icing/mod_h2/issues/201>: Do not count repeated headers with same name against the field count limit. The are merged internally, as if sent in a single HTTP/1 line. [Stefan Eissing] *) mod_http2: Avoid segfaults in case of handling certain responses for already aborted connections. [Stefan Eissing, Ruediger Pluem] *) mod_http2: The module now handles master/secondary connections and has marked methods according to use. [Stefan Eissing] *) core: Drop an invalid Last-Modified header value coming from a FCGI/CGI script instead of replacing it with Unix epoch. [Yann Ylavic, Luca Toscano] *) Add support for strict content-length parsing through addition of ap_parse_strict_length() [Yann Ylavic] *) mod_proxy_fcgi: ProxyFCGISetEnvIf unsets variables when expression evaluates to false. PR64365. [Michael König <mail ikoenig.net>] *) mod_proxy_http: flush spooled request body in one go to avoid leaking (or long lived) temporary file. PR 64452. [Yann Ylavic] *) mod_ssl: Fix a race condition and possible crash when using a proxy client certificate (SSLProxyMachineCertificateFile). [Armin Abfalterer <a.abfalterer gmail.com>] *) mod_ssl: Fix memory leak in stapling code. PR63687. [Stefan Eissing] *) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREAM_TAG. PR64330 [Stefan Eissing] *) mod_http2: Fixed regression that caused connections to close when mod_reqtimeout was configured with a handshake timeout. Fixes gitub issue #196. [Stefan Eissing] *) mod_proxy_http2: the "ping" proxy parameter (see <https://httpd.apache.org/docs/2.4/mod/mod_proxy.html>) is now used when checking the liveliness of a new or reused h2 connection to the backend. With short durations, this makes load-balancing more responsive. The module will hold back requests until ping conditions are met, using features of the HTTP/2 protocol alone. [Ruediger Pluem, Stefan Eissing] *) core: httpd is no longer linked against -lsystemd if mod_systemd is enabled (and built as a DSO). [Rainer Jung] *) mod_proxy_http2: respect ProxyTimeout settings on backend connections while waiting on incoming data. [Ruediger Pluem, Stefan Eissing]
2020-08-09doc: Updated emulators/libretro-mgba to 0.8.2nia1-1/+2
2020-08-09doc: Updated emulators/mgba to 0.8.3nia1-1/+2
2020-08-09mgba: Update to 0.8.3nia4-36/+14
0.8.3: (2020-08-03) Emulation fixes: - ARM: Fix LDM^ writeback to user-mode register - ARM: Fix LDM^ {pc} differences (fixes mgba.io/i/1698) - ARM: Fix edge case with Thumb SBC flags (fixes mgba.io/i/1818) - GB MBC: Fix MBC1 RAM enable bit selection - GB MBC: Fix MBC2 bit selection - GB Memory: Fix OAM DMA from top 8 kB - GB Video: Always initialize palette - GBA Savedata: Fix potential corruption when loading a 1Mbit flash save - GBA Video: Fix invalid read in mode 4 mosaic - GBA Video: Fix color of disabled screen - SM83: Fix flags on little endian PowerPC Other fixes: - All: Correct format strings for some numbers on Windows (fixes mgba.io/i/1794) - All: Correct more format strings on Windows (fixes mgba.io/i/1817) - ARM: Fix decoder detection of branches with ALU and LDR instrctions - CMake: Fix build with libzip 1.7 - CMake: Add missing dllexports.h file to dev installation - GB Core: Fix extracting SRAM when none is present - GBA: Fix leak if attempting to load BIOS multiple times - GBA Memory: Fix instability on Wii when using AGBPrint - GBA Savedata: Fix extracting save when not yet configured in-game - Qt: Fix file handle leak on opening an invalid ROM - Qt: Fix Italian RTC translation (fixes mgba.io/i/1798) - Qt: Add missing option for Wisdom Tree in overrides list - Qt: Fix stability regression on AMD drivers (fixes mgba.io/i/1791) - Util: Fix crash if PNG header fails to write Misc: - FFmpeg: Use range coder for FFV1 to reduce output size - Qt: Add per-page scrolling to memory view (fixes mgba.io/i/1795) - Qt: Add setting to display ROM filename in title (closes mgba.io/i/1784)
2020-08-09desktop-file-utils: Remove a patch for removed fileryoon1-16/+0
2020-08-09doc: Updated net/rclone to 1.52.3leot2-3/+3
2020-08-09rclone: Update to 1.52.3leot2-8/+7
Changes: 1.52.3 ------ * Bug Fixes * docs * Disable smart typography (eg en-dash) in MANUAL.* and man page (Nick Craig-Wood) * Update install.md to reflect minimum Go version (Evan Harris) * Update install from source instructions (Nick Craig-Wood) * make_manual: Support SOURCE_DATE_EPOCH (Morten Linderud) * log: Fix --use-json-log going to stderr not --log-file on Windows (Nick Craig-Wood) * serve dlna: Fix file list on Samsung Series 6+ TVs (Matteo Pietro Dazzi) * sync: Fix deadlock with --track-renames-strategy modtime (Nick Craig-Wood) * Cache * Fix moveto/copyto remote:file remote:file2 (Nick Craig-Wood) * Drive * Stop using root_folder_id as a cache (Nick Craig-Wood) * Make dangling shortcuts appear in listings (Nick Craig-Wood) * Drop "Disabling ListR" messages down to debug (Nick Craig-Wood) * Workaround and policy for Google Drive API (Dmitry Ustalov) * FTP * Add note to docs about home vs root directory selection (Nick Craig-Wood) * Onedrive * Fix reverting to Copy when Move would have worked (Nick Craig-Wood) * Avoid comma rendered in URL in onedrive.md (Kevin) * Pcloud * Fix oauth on European region "eapi.pcloud.com" (Nick Craig-Wood) * S3 * Fix bucket Region auto detection when Region unset in config (Nick Craig-Wood)
2020-08-09doc: Updated audio/solfege to 3.22.2nb6schmonz1-1/+2
2020-08-09Add missing dependency on py-sqlite3. On macOS, add dependency onschmonz1-5/+7
timidity for MIDI, and remove the one on vorbis-tools (I've never needed to try playing an .ogg in GNU Solfege). Basic functionality once again works nearly by default on macOS, modulo needing to install patches for timidity. Bump PKGREVISION.
2020-08-09doc/TODO: add somewiz1-2/+9
+ apache24-2.4.46, gopls-0.4.4, hiredis-1.0.0, musescore-3.5, polkit-0.117, py-parso-0.8.0, py-setuptools-49.2.1 [drops python-2.x support], rclone-1.52.3.
2020-08-09Fix ICU option. Disable benchmarking as it requires git and externaljoerg2-2/+6
downloads. Require gtk-doc for documentation to match PLIST.
2020-08-09Fix build against newer Jasper.joerg2-1/+22