Commit graph

276913 commits

Author SHA1 Message Date
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
adam
10e223f277 py-fonttools: updated to 3.22.0
3.22.0:
- [subset] Support subsetting endchar acting as seac-like components
  in CFF.
- [feaLib] Allow to build from pre-parsed ast.FeatureFile object.
  Added tables argument to only build some tables instead of all.
- [textTools] Replaced safeEval with ast.literal_eval.
- [feaLib] Added option to the parser to not resolve include statements.
- [ttLib] Added new ttCollection module to read/write TrueType and
  OpenType Collections. Exports a TTCollection class with a fonts
  attribute containing a list of TTFont instances, the methods save
  and saveXML, plus some list-like methods. The importXML method is
  not implemented yet.
- [unicodeadata] Added ot_tag_to_script function that converts from
  OpenType script tag to Unicode script code.
- Added new designspaceLib subpackage, originally from Erik Van Blokland's
  designSpaceDocument: https://github.com/LettError/designSpaceDocument
  NOTE: this is not yet used internally by varLib, and the API may be subject
  to changes.
- Added new FontTools icon images.
- [unicodedata] Added script_horizontal_direction function that returns
  either "LTR" or "RTL" given a unicode script code.
- [otConverters] Don't write descriptive name string as XML comment if the
  NameID value is 0 (== NULL).
- [unicodedata] Add ot_tags_from_script function to get the list of
  OpenType script tags associated with unicode script code.
- [feaLib] Don't error when "enumerated" kern pairs conflict with preceding
  single pairs; emit warning and chose the first value.
- [loggingTools] In CapturingLogHandler.assertRegex method, match the
  fully formatted log message.
- [sbix] Fixed TypeError when concatenating str and bytes.
- [bezierTools] Implemented cusp support and removed approximate_fallback
  arg in calcQuadraticArcLength. Added calcCubicArcLength
2018-02-08 08:28:56 +00:00
adam
a3d65dd7ac py-asyncssh: updated to 1.12.0
Release 1.12.0:
Enhanced AsyncSSH logging framework to provide detailed logging of events in the connection, channel, key exchange, authentication, sftp, and scp modules. Both high-level information logs and more detailed debug logs are available, and debug logging supports multiple debug levels with different amounts of verboseness. Logger objects are also available on various AsyncSSH classes to allow applications to report their own log events in a manner that can be tied back to a specific SSH connection or channel.
Added support for begin_auth() to be a coroutine, so asynchronous operations can be performed within it to load state needed to perform SSH authentication.
Adjusted key usage flags set on generated X.509 certificates to be more RFC compliant and work around an issue with OpenSSL validation of self-signed non-CA certificates.
Updated key and certificate comment handling to be less sensitive to the encoding of non-ASCII characters. The get_comment() and set_comment() functions now take an optional encoding paramter, defaulting to UTF-8 but allowing for others encodings. There’s also a get_comment_bytes() function to get the comment data as bytes without performing Unicode decoding.
Updated AsyncSSH to be compatible with beta release of Python 3.7.
Updated code to address warnings reported by the latest version of pylint.
Cleaned up various formatting issues in Sphinx documentation.
Significantly reduced time it takes to run unit tests by decreasing the rounds of bcrypt encryption used when unit testing encrypted OpenSSH private keys.
Added support for testing against uvloop in Travis CI.
2018-02-08 08:26:59 +00:00
adam
2b23d9349b py-olefile: updated to 0.45.1
v0.45: olefile can now overwrite streams of any size, improved handling of malformed files, fixed several bugs, end of support for Python 2.6 and 3.3.
2018-02-08 08:17:26 +00:00
mrg
d460fcd72c port these packages to GCC 6:
- audacity: GCC 6 wants std namespace, found via <cmath>.
- smpeg2: don't initialise unsigned with "0-1".
- libclucene/strigi: match GCC 6 (and 7, and 8, and 9.)
2018-02-08 07:28:57 +00:00
minskim
c1cd0810ee doc: Added devel/R-repr version 0.12.0 2018-02-07 20:52:36 +00:00
minskim
2773abd07c devel/Makefile: Add R-repr 2018-02-07 20:52:25 +00:00
minskim
71c59a1a45 devel/R-repr: Import version 0.12.0
String and binary representations of objects for several formats/mime
types.
2018-02-07 20:51:53 +00:00
minskim
342687e660 doc: Added math/R-gtable version 0.2.0 2018-02-07 20:49:33 +00:00
minskim
e0062d82db math/Makefile: Add R-gtable 2018-02-07 20:49:19 +00:00
minskim
41a8e8a637 math/R-gtable: Import version 0.2.0
Tools to make it easier to work with "tables" of 'grobs'.
2018-02-07 20:48:49 +00:00
minskim
52a48f7b01 doc: Added graphics/R-colorspace version 1.3.2 2018-02-07 20:41:50 +00:00
minskim
ad175a81f1 graphics/Makefile: Add R-colorspace 2018-02-07 20:41:29 +00:00
minskim
7905b15702 graphics/R-colorspace: Import version 1.3.2
Carries out mapping between assorted color spaces including RGB, HSV,
HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
CIELAB. Qualitative, sequential, and diverging color palettes based on
HCL colors are provided along with an interactive palette picker (with
either a Tcl/Tk or a shiny GUI).
2018-02-07 20:40:58 +00:00
minskim
acaadec911 doc: Added devel/R-crayon version 1.3.4 2018-02-07 17:04:55 +00:00
minskim
59d0581d07 devel/Makefile: Add R-crayon 2018-02-07 17:04:34 +00:00
minskim
29723d9e7c devel/R-crayon: Import version 1.3.4
Colored terminal output on terminals that support 'ANSI' color and
highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support
is automatically detected. Colors and highlighting can be combined and
nested. New styles can also be created easily. This package was
inspired by the 'chalk' 'JavaScript' project.
2018-02-07 17:03:48 +00:00