Commit graph

277129 commits

Author SHA1 Message Date
minskim
2d4dce4b2b math/R-XML: Update to 3.89.1.9
Bug fixes only.
2018-02-09 00:19:24 +00:00
jdolecek
7b39c84375 Add upstream bug report number for the libgcc part of patch too
Thanks Jonathan for elaboration of why it's necessary.
2018-02-09 00:01:13 +00:00
jdolecek
fc664aceaa Note the config.m4 patch was also reported on the master github project 2018-02-08 22:15:12 +00:00
jdolecek
f88f94cca8 note configure meta_ccld was reported upstream as #75940 2018-02-08 21:50:55 +00:00
adam
4279b94199 py-matplotlib-gtk2/tk: fix building #52992 2018-02-08 21:37:14 +00:00
jdolecek
3123663b49 drop patch removing pthread checks for apache <2.4.1 module build
the patch predates php56, doesn't seem to be necessary when building
with apache22, and we want to reduce diffs against upstream; maybe
that part was needed with distant past with apache 1.3 or whatnot,
but that is not in pkgsrc any more
2018-02-08 21:23:04 +00:00
adam
ab50a47cb7 Updated devel/py-pyobjc, databases/postgresqlNN, emulators/fs-uae* 2018-02-08 21:00:40 +00:00
adam
689f91fe52 fs-uae-arcade: added version 2.8.3
Changes in FS-UAE Arcade 2.8.1:
Added stretch / keep aspect toggle button to top right menu.
Added V-Sync toggle button to top right menu.
Ability to see and change variant before starting the game.
Make menu rendering conformant to FS-UAE style.
More transition animations.
New cover rendering for non-portrait covers.
Use --platform= to start with a given platform filter, e.g. --platform=cd32.
Variant sort order fixed to be same as in FS-UAE Launcher.
Fixed arrow keys for FS-UAE Arcade on MacOS.
Reversed position of platform and publisher names.

Changes in FS-UAE Arcade 2.8.2:
Allow mouse to be used to activate the close button.
Show mouse cursor briefly when moving the mouse.
2018-02-08 20:58:50 +00:00
adam
24cbdcf8d7 fs-uae-launcher: updated to 2.8.3
Changes in FS-UAE Launcher 2.8.1:
Fixed problem where rating could be reset for first loaded game/variant.
New experimental option: relative_temp_feature.

Changes in FS-UAE Launcher 2.8.2:
New option whdload_boot_dir must be used to enable an old feature, previously it was enabled by the presence of Hard Drives/WHDLoad.

Changes in FS-UAE Launcher 2.8.3:
Show error message when version started is too old (cannot read databases).
Fixed save state dir when starting with UUID parameter.
CDTV games (from database) did not set CDTV model.
Imported updated translations from crowdin.com.
2018-02-08 20:57:27 +00:00
adam
ac7d305d56 fs-uae: updated to 2.8.3
Changes in FS-UAE 2.8.1:
Alt+F4 and Cmd+Q will no longer quit FS-UAE (in full keyboard emulation mode).
Use raw input on Windows again (allows grabbing of Windows keys, etc).
New option raw_input = 0 will disable use of raw input for keyboard.
Fixed loading shaders from fs-uae.dat.
Updated Xbox 360 configs for Linux.

Changes in FS-UAE Launcher 2.8.2:
New option whdload_boot_dir must be used to enable an old feature, previously it was enabled by the presence of Hard Drives/WHDLoad.

Changes in FS-UAE 2.8.3:
Fix decoding on non-ascii %-escaped file names on directory HDs.
Fixed caps lock.
Imported updated translations from crowdin.com.
2018-02-08 20:56:22 +00:00
jdolecek
75a44c8ee3 remove part of configure patch related to sqlite3
the part of the patch is not needed anymore, we use external sqlite3 lib,
and the patch was for the bundled sqlite3 build
2018-02-08 20:55:42 +00:00
adam
6dcda92d4a Reset revision 2018-02-08 20:55:03 +00:00
adam
ce1adb2cfc postgresql: updated to 10.2, 9.6.7, 9.5.11, 9.4.16, and 9.3.21
This release fixes two security issues. This release also fixes issues with VACUUM, GIN indexes, and hash indexes that could lead to data corruption, as well as fixes for using parallel queries and logical replication.

Security Issues
* CVE-2018-1052: Fix the processing of partition keys containing multiple expressions
* CVE-2018-1053: Ensure that all temporary files made with "pg_upgrade" are non-world-readable

Bug Fixes and Improvements
* Fix crash and potential disclosure of backend memory when processing partition keys containing multiple expressions
* Fix potential disclosure of temporary files containing database passwords created by pg_upgrade by not allowing these files to be world-accessible
* Fix cases where VACUUM would not remove dead rows if they were updated while "key-share" locked, leading to potential data corruption
* Fix for GIN indexes to prevent bloat by ensuring the pending-insertions list is cleaned up by VACUUM
* Fix potential index corruption with hash indexes due to failure to mark metapages as dirty
* Fix several potential crash scenarios for parallel queries, including when a bitmap heap scan cannot allocate memory
* Fix several potential hang-ups in parallel queries, including when a parallel worker fails to start
* Fix collection of EXPLAIN statistics from parallel workers
* Prevent fake deadlock failures when multiple sessions are running CREATE INDEX CONCURRENTLY
* Fix for trigger behavior when using logical replication
* Several fixes for "walsender" functionality to improve stability as well as visibility into the replication process
* Fix logical decoding to correctly clean up disk files for crashed transactions
* Several fixes for identity columns, including disallowing identity columns on tables derived from composite types and partitions
* Fix handling of list partitioning constraints for partition keys of boolean and array types
* Fix incorrectly generated plans for UPDATE and DELETE queries when a table has a mix of inherited regular and foreign child tables
* Fix incorrect query results from cases involving GROUPING SETS when used with flattened subqueries
* Fix UNION/INTERSECT/EXCEPT over zero columns, e.g. "SELECT UNION SELECT;"
* Several fixes for subqueries within a LATERAL subquery
* Several improvements for query planning estimation
* Allow a client that supports SCRAM channel binding, such as a future version of PostgreSQL or libpq, to connect to a PostgreSQL 10 server
* Fix sample INSTR() functions used to help transition from Oracle(r) PL/SQL to PostgreSQL PL/pgSQL to correctly match Oracle functional behavior
* Fix pg_dump to make permissions (ACL), security label, and comment entries reliably identifiable in archive outputs
* Modify behavior for contrib/cube's "cube ~> int" operator to make it compatible with KNN search. This is a backwards incompatible change and any expression indexes or materialized views using this operator will need to be reindexed and refreshed, respectively.
* Several fixes in contrib/postgres_fdw to prevent query planner errors
* Added modern examples of auto-start scripts for PostgreSQL on macOS in the contrib/start-scripts/macos directory
* Several fixes for Windows, including postmaster startup and compatibility with libperl
* Spinlock fixes and support for Motorola 68K and 88K architectures
2018-02-08 20:53:56 +00:00
adam
528c710d21 py-pyobjc: updated to 4.1
Version 4.1:
Protection agains buffer overflow and negative indexes in __getitem__ and __setitem__ for objc.varlist instances.

Fix incorrect metadata for +[NSEvent addLocalMonitorForEventsMatchingMask:handler:]

Fix incorrect and misleading error message in the exception that is raised when return a value from a block that should not return a value.

Issue 223: Fix hard crash when executing help(Cocoa)
Fetching the help for PyObjC framework wrappers isn’t very useful due to the sheer size of the output (4.5 million lines of output for help(Cocoa) at the moment), but shouldn’t cause a hard crash of the interpreter.

Issue 218: Explictly cause an ImportError when reloading `objc._objc`
Reloading the PyObjC core extension now raises an ImportError because this cannot work and used to raise a rather vague error.

Updated metadata for Xcode 9.2

Added missing `MAC_OS_X_VERSION_*` constants

Fix memory error in struct wrappers which resulted in a use-after-free error in the initializer for structs.

Add bindings for frameworks Security, SecurityFoundation and and SecurityInterface.
The bindings for the Security framework don’t expose a number of older APIs that were deprecated in macOS 10.7.

Add bindings to libdispatch.
These bindings require macOS 10.8 or later, libdispatch was available earlier but macOS 10.8 changed the API in such a way that wrapping became a lot easier.
2018-02-08 19:54:18 +00:00
bsiegert
2b68db1f2d go-1.9.4 2018-02-08 19:32:54 +00:00
bsiegert
66aa33f03a Update Go to 1.9.4.
By using the clang or gcc plugin mechanism, it was possible for an attacker to
trick the “go get” command into executing arbitrary code. The go command now
restricts the set of allowed host compiler and linker arguments in cgo source
files to a list of allowed flags, in particular disallowing -fplugin= and
-plugin=.

The issue is CVE-2018-6574 and Go issue golang.org/issue/23672. See the Go
issue for details.

Thanks to Christopher Brown of Mattermost for reporting this problem.
2018-02-08 19:32:17 +00:00
jperkin
18b597e81f haproxy: Use C99. 2018-02-08 19:12:50 +00:00
minskim
7a3be5054a doc: Added devel/R-IRdisplay version 0.4.4 2018-02-08 17:45:22 +00:00
minskim
797ab4b2ad devel/Makefile: Add R-IRdisplay 2018-02-08 17:45:04 +00:00
minskim
2a567863a3 devel/R-IRdisplay: Import version 0.4.4
An interface to the rich display capabilities of 'Jupyter' front-ends
(e.g. 'Jupyter Notebook'). Designed to be used from a running
'IRkernel' session.
2018-02-08 17:44:29 +00:00
minskim
f96ddc7878 doc: Added textproc/R-jsonlite version 1.5 2018-02-08 17:37:29 +00:00
minskim
1b806c991b textproc/Makefile: Add R-jsonlite 2018-02-08 17:36:15 +00:00
minskim
98ce0c739c textproc/R-jsonlite: Import version 1.5
A fast JSON parser and generator optimized for statistical data and
the web. Started out as a fork of 'RJSONIO', but has been completely
rewritten in recent versions. The package offers flexible, robust,
high performance tools for working with JSON in R and is particularly
powerful for building pipelines and interacting with a web API. The
implementation is based on the mapping described in the vignette
(Ooms, 2014). In addition to converting JSON data from/to R objects,
'jsonlite' contains functions to stream, validate, and prettify JSON
data. The unit tests included with the package verify that all edge
cases are encoded and decoded consistently for use with dynamic data
in systems and applications.
2018-02-08 17:35:23 +00:00
jperkin
cbe6b7be74 eom: Set _XOPEN_SOURCE correctly. 2018-02-08 17:01:34 +00:00
jperkin
1bd48319d2 marco: Don't specify -ansi. 2018-02-08 16:50:22 +00:00
adam
59a789f3df Removed unused line 2018-02-08 16:44:11 +00:00
adam
242fc4ef53 Updated archivers/py-lhafile, time/py-pendulum 2018-02-08 16:43:03 +00:00
adam
1be1870715 py-pendulum: updated to 1.4.1
1.4.1:
Fixed an error when comparing a Period to a timedelta in PyPy.
Fixed an offset error for datetimes between the before last and last transition.
Fixed unpickling with undefined / empty timezone name.
2018-02-08 16:42:40 +00:00
adam
2389b01d61 py-lhafile: updated to 0.2.2
v0.2.2
dummy version bump
2018-02-08 16:38:43 +00:00
jaapb
fbdec96989 doc: Updated x11/xlockmore to 5.46nb10 2018-02-08 16:03:38 +00:00
jaapb
b323055910 Fixed x11/xlockmore so it compiles with RELRO flags. 2018-02-08 16:03:12 +00:00
tsutsui
20f9e94726 doc: Updated net/mikutter to 3.6.2 2018-02-08 14:55:50 +00:00
tsutsui
6cc553305b mikutter: update to 3.6.2.
Upstream changes:

mikutter 3.6.2

* update translations
* cannot send a carsh report but gets Segmentation Fault on crash
  during a Gtk event callback
* crash when plugins written for 3.4 and prior try to access nonexistent
  images
* crash on opening a URL using an external browser on Windows
2018-02-08 14:55:28 +00:00
tsutsui
72882f7316 doc: Updated multimedia/adobe-flash-player to 28.0.0.161 2018-02-08 14:48:55 +00:00
tsutsui
0e28d2cd2c adobe-flash-player: update to 28.0.0.161.
Upstream announcement:

 https://helpx.adobe.com/security/products/flash-player/apsb18-03.html

Adobe Security Bulletin
 Security updates available for Flash Player | APSB18-03

 Summary
  Adobe has released security updates for Adobe Flash Player for Windows,
  Macintosh, Linux and Chrome OS. These updates address critical
  vulnerabilities that could lead to remote code execution in Adobe Flash
  Player 28.0.0.137 and earlier versions.  Successful exploitation could
  potentially allow an attacker to take control of the affected system.

  Adobe is aware of a report that an exploit for CVE-2018-4878 exists in
  the wild, and is being used in limited, targeted attacks against Windows
  users.  These attacks leverage Office documents with embedded malicious
  Flash content distributed via email.
2018-02-08 14:48:28 +00:00
fhajny
5d53657e0d net/bind910: Fix problem in configure where contents of $LIBS would
be lost when json-c support was enabled.
2018-02-08 14:43:06 +00:00
jperkin
453cf432d6 kwallet: Fix build, handle categories file correctly. 2018-02-08 13:49:03 +00:00
triaxx
3417f2b33b Fix an inconsistency for package database directory.
The pkgdb variable generated for pbulk.conf is ${PREFIX}/var/db/pkg but
bootstrap generates by default PKG_DBDIR=${PREFIX}/pkgdb.
This fix add a common PKGDBDIR variable used for both pbulk.conf and
bootstrapkit.
2018-02-08 12:59:28 +00:00
fhajny
2da6ec490b doc: Updated sysutils/consul to 1.0.5 2018-02-08 12:58:41 +00:00
fhajny
b3ed8c3c76 sysutils/consul: Update to 1.0.5.
SECURITY:

- dns: Updated DNS vendor library to pick up bug fix in the DNS server
  where an open idle connection blocks the accept loop.

FEATURES:

- agent: Added support for gRPC health checks that probe the standard
  gRPC health endpoint.

IMPROVEMENTS:

- agent: (Consul Enterprise) The `disable_update_check` option to
  disable Checkpoint now defaults to `true`
- build: Bumped Go version to 1.9.3.

BUG FIXES:

- agent: (Consul Enterprise) Fixed an issue where the snapshot agent's
  HTTP client config was being ignored in favor of the HTTP
  command-line flags.
- agent: Fixed an issue where health checks added to services with
  tags would cause extra periodic writes to the Consul servers, even
  if nothing had changed.
- agent: Fixed several areas where reading from catalog, health, or
  agent HTTP endpoints could make unintended mofidications to Consul's
  state in a way that would cause unnecessary anti-entropy syncs back
  to the Consul servers.
- agent: Fixed an issue where Serf events for failed Consul servers
  weren't being proactively processed by the RPC router.
2018-02-08 12:58:32 +00:00
fhajny
63ae76c0bc doc: Updated databases/py-peewee to 3.0.15 2018-02-08 12:56:19 +00:00
fhajny
6f499fcb75 databases/py-peewee: Update to 1.0.5.
1.0.5
- Use same schema used for reflection in generated models.
- Preserve pragmas set on deferred Sqlite database if database is
  re-initialized without re-specifying pragmas.

1.0.4
- Fix bug creating model instances on Postgres when model does not
  have a primary key column.
- Extend postgresql reflection to support array types.
2018-02-08 12:56:10 +00:00
jperkin
668686a41c doc: Updated devel/git-base to 2.16.1nb1 2018-02-08 11:28:56 +00:00
jperkin
6bf53d2215 git-base: Install symlinks. Bump PKGREVISION. 2018-02-08 11:28:46 +00:00
mrg
1d3912e163 instead of removing "struct tm;", include <ctime>. also, the file
is called date_object.h.  fixes GCC 6 build.
2018-02-08 10:50:44 +00:00
hauke
0bd4e2b42d Get rid of spurious error message when started from a window manager
Install man page
2018-02-08 09:43:32 +00:00
martin
3330788a52 Added sysutils/u-boot-jetson-tx2 version 2017.11 2018-02-08 09:03:32 +00:00
martin
eac7fb863b Add u-boot-jetson-tx2 2018-02-08 08:58:23 +00:00
martin
5dea3f86c8 U-boot for Jetson TX2 developement board. 2018-02-08 08:57:32 +00:00
adam
a41d20dfe1 Updated devel/py-olefile, security/py-asyncssh, fonts/py-fonttools 2018-02-08 08:29:21 +00:00