Commit graph

323287 commits

Author SHA1 Message Date
brook
3b9b729d7f geography/R-stars: import R-stars-0.4.3
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-09 15:24:46 +00:00
nia
b056116e02 doc: Updated devel/libgee to 0.20.3 2020-08-09 15:23:39 +00:00
nia
d6c6a51d38 libgee: Update to 0.20.3
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-09 15:23:28 +00:00
taca
6484f01dea doc: Added net/bind916 version 9.16.5 2020-08-09 15:21:20 +00:00
taca
1ee5008995 net/Makefile: add and enable bind916 2020-08-09 15:20:54 +00:00
taca
d7342ddc4c net/bind916: add version 9.16.5 package
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-09 15:20:21 +00:00
brook
7ee180e390 doc: Added geography/R-osmdata version 0.1.3 2020-08-09 15:19:55 +00:00
brook
7c3150cbe1 geography/R-osmdata: import R-osmdata-0.1.3
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-09 15:19:41 +00:00
nia
4e576cbd0e doc: Updated graphics/libgdiplus to 6.0.5 2020-08-09 15:19:15 +00:00
nia
8b7ba3b3b6 libgdiplus: Update to 6.0.5
Unknown changes
2020-08-09 15:18:59 +00:00
brook
9839791750 doc: Added geography/R-osmar version 1.1.7 2020-08-09 15:17:06 +00:00
brook
5b10434c9a geography/R-osmar: import R-osmar-1.1.7
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-09 15:16:52 +00:00
brook
dcc423bfd4 doc: Added geography/R-ggspatial version 1.0.3 2020-08-09 15:14:30 +00:00
brook
7acf3ba5f3 geography/R-ggspatial: import R-ggspatial-1.0.3
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-09 15:14:14 +00:00
taca
20d914776b doc: Updated devel/ruby-bindata to 2.4.8 2020-08-09 15:11:39 +00:00
taca
56ee83177e devel/ruby-bindata: update to 2.4.8
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-09 15:11:16 +00:00
taca
6a82f24723 doc: Updated devel/ruby-backports to 3.18.1 2020-08-09 15:08:49 +00:00
taca
b6d09c2846 devel/ruby-backports: update to 3.18.1
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-09 15:08:26 +00:00
taca
8fa26a8afd doc: Updated databases/ruby-sequel to 5.35.0 2020-08-09 15:07:44 +00:00
nia
3571cc348e doc: Updated net/syncthing to 1.7.1 2020-08-09 15:07:25 +00:00
taca
16e660577c databases/ruby-sequel: update to 5.35.0
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-09 15:07:20 +00:00
nia
8f10030edc syncthing: Update to 1.7.1
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-09 15:07:15 +00:00
taca
b3a68f4c06 doc: Updated databases/ruby-awesome_nested_set to 3.2.1 2020-08-09 15:06:09 +00:00
taca
e5b231bba6 databases/ruby-awesome_nested_set: update to 3.2.1
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-09 15:05:22 +00:00
taca
a351f6eb7a doc: Updated archivers/ruby-ffi-libarchive to 1.0.3 2020-08-09 15:04:39 +00:00
nia
580d2fb607 doc: Updated games/7kaa to 2.15.4p1 2020-08-09 15:03:44 +00:00
taca
7a12337d37 archivers/ruby-ffi-libarchive: update to 1.0.3
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-09 15:03:41 +00:00
nia
10028157ac 7kaa: Update to 2.15.4p1
"This is a patch release to fix a few issues with 2.15.4. All users should
upgrade."
2020-08-09 15:03:29 +00:00
taca
11e1459951 doc: Updated www/apache24 to 2.4.46 2020-08-09 15:02:30 +00:00
taca
0b6958509f www/apache24: update to 2.4.46
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-09 15:01:55 +00:00
nia
be6c4987e3 doc: Updated emulators/libretro-mgba to 0.8.2 2020-08-09 14:38:18 +00:00
nia
18d7086c8a doc: Updated emulators/mgba to 0.8.3 2020-08-09 14:37:33 +00:00
nia
96c4cfab02 mgba: Update to 0.8.3
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-09 14:37:22 +00:00
ryoon
d9e1b62f05 desktop-file-utils: Remove a patch for removed file 2020-08-09 11:37:50 +00:00
leot
f31a67c833 doc: Updated net/rclone to 1.52.3 2020-08-09 10:10:12 +00:00
leot
e77b9039ab rclone: Update to 1.52.3
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-09 10:10:01 +00:00
schmonz
5199ec9f19 doc: Updated audio/solfege to 3.22.2nb6 2020-08-09 09:05:08 +00:00
schmonz
65601d9bda Add missing dependency on py-sqlite3. On macOS, add dependency on
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-09 09:04:54 +00:00
wiz
1cf6a6fe97 doc/TODO: add some
+ 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-09 08:46:30 +00:00
joerg
c8f40312c9 Fix ICU option. Disable benchmarking as it requires git and external
downloads. Require gtk-doc for documentation to match PLIST.
2020-08-09 00:53:12 +00:00
joerg
80989cb9cf Fix build against newer Jasper. 2020-08-09 00:01:09 +00:00
joerg
5c42f6e9f7 No longer supports Python 3.6 2020-08-09 00:00:56 +00:00
joerg
e98ba829c9 Switch to pypi for the distfile, the github release is not directly usable. 2020-08-08 23:48:33 +00:00
brook
3cde646c2f doc: Added geography/R-spData version 0.3.3 2020-08-08 23:35:32 +00:00
brook
6f2e37ca95 geography/R-spData: import R-spData-0.3.3
Diverse spatial datasets for demonstrating, benchmarking and teaching
spatial data analysis. It includes R data of class sf (defined by the
package 'sf'), Spatial ('sp'), and nb ('spdep'). Unlike other spatial
data packages such as 'rnaturalearth' and 'maps', it also contains
data stored in a range of file formats including GeoJSON, ESRI
Shapefile and GeoPackage. Some of the datasets are designed to
illustrate specific analysis techniques. cycle_hire() and
cycle_hire_osm(), for example, is designed to illustrate point pattern
analysis techniques.
2020-08-08 23:35:17 +00:00
brook
984e0cd9d6 doc: Added geography/R-lwgeom version 0.2.5 2020-08-08 23:32:24 +00:00
brook
23ae8b5341 geography/R-lwgeom: import R-lwgeom-0.2.5
Access to selected functions found in 'liblwgeom'
<https://github.com/postgis/postgis/tree/master/liblwgeom>, the
light-weight geometry library used by 'PostGIS' <http://postgis.net/>.
2020-08-08 23:32:09 +00:00
brook
085ffeef84 doc: Added geography/R-raster version 3.0.12 2020-08-08 23:28:22 +00:00
brook
65fbcc28bb geography/R-raster: import R-raster-3.0.12
Reading, writing, manipulating, analyzing and modeling of gridded
spatial data. The package implements basic and high-level functions.
Processing of very large files is supported. There is a also support
for vector data operations such as intersections. See the manual and
tutorials on <https://rspatial.org/> to get started.
2020-08-08 23:28:07 +00:00
brook
819b2d8f1c Add geography/R-rosm. 2020-08-08 23:23:04 +00:00