Commit graph

292094 commits

Author SHA1 Message Date
markd
31ea3014a4 tex-mathalfa{,-doc}: update to 1.10
changes unknown
2019-01-22 12:45:08 +00:00
markd
1246c2ae26 tex-ifmtarg{,-doc}: update to 1.2b
minimal changes
2019-01-22 12:34:50 +00:00
markd
f06ae1d6e7 tex-apnum{,-doc}: update to 1.7
- \eprint: bug removed (round brackets around negative constants)
2019-01-22 12:22:18 +00:00
markd
1b7ccbe994 tex-cleveref{,-doc}: update to 0.21.4
changes unknown
2019-01-22 12:09:31 +00:00
gson
d66d7129b2 qemu: add some missing binaries to NOT_PAX_MPROTECT_SAFE.
Bump PKGREVISION.
2019-01-22 12:08:14 +00:00
markd
0f4d127228 texlive-collection-latexextra: add tex-{etoc,newunicodechar,stackengine} 2019-01-22 12:00:20 +00:00
markd
a621b1ca81 texlive-collection-plaingeneric: add tex-listofitems 2019-01-22 11:56:48 +00:00
markd
2a389c423d print: add tex-{etoc,listofitems,newunicodechar,stackengine}{,-doc} 2019-01-22 11:54:19 +00:00
markd
afc548b44e tex-stackengine{,-doc}: Add version 4.01
The package provides a versatile way to stack objects
vertically in a variety of customizable ways. A number of
useful macros are provided, all of which make use of the
stackengine core.
2019-01-22 11:50:08 +00:00
markd
c84d95a3c3 tex-newunicodechar{,-doc}: Add version 1.2
The package provides a friendly interface for defining the
meaning of Unicode characters. The document should be processed
by (pdf)LaTeX with the unicode option of inputenc or inputenx,
or by XeLaTeX/LuaLaTeX. The command provided is
\newunicodechar{<char>}{<code>} where <char> is a
directly-typed Unicode character, and <code> is its
replacement.
2019-01-22 11:48:32 +00:00
markd
ccd5a81a63 tex-listofitems{,-doc}: Add version 1.6
This simple package is designed to read a list of items whose
parsing character may be selected by the user. Once the list is
read, its items are stored in a structure that behaves as a
dimensioned array. As such, it becomes very easy to access an
item in the list by its number. For example, if the list is
stored in the macro \foo, the item #3 is designated by \foo[3].
A component may, in turn, be a list with a parsing delimiter
different from the parent list, paving the way for nesting and
employing a syntax reminiscent of an array of several
dimensions of the type \foo[3,2] to access the item #2 of the
list contained within the item #3 of the top-tier list.
2019-01-22 11:46:50 +00:00
markd
18f7ea3bd7 tex-etoc{,-doc}: Add version 1.08p
The package gives the user complete control of how the entries
of the table of contents should be constituted from the name,
number, and page number of each sectioning unit. The layout is
controlled by the definition of 'line styles' for each
sectioning level used in the document. The package provides its
own custom line styles (which may be used as examples), and
continues to support the standard formatting inherited from the
LaTeX document classes, but the package can also allow the user
to delegate the details to packages dealing with list making
environments (such as enumitem). The package's default global
style typesets tables of contents in a multi-column format,
with either a standard heading, or a ruled title (optionally
with a frame around the table). The \tableofcontents command
may be used arbitrarily many times in the same document, while
\localtableofcontents provides a 'local' table of contents.
2019-01-22 11:45:37 +00:00
adam
5482527154 Updated lang/npm 2019-01-22 11:19:34 +00:00
adam
9c76d82c6d npm: updated to 6.6.0
v6.6.0

REFACTORING OUT npm-REGISTRY-CLIENT

Today is an auspicious day! This release marks the end of a massive internal refactor to npm that means we finally got rid of the legacy npm-registry-client in favor of the shiny, new, window.fetch-like npm-registry-fetch.

Now, the installer had already done most of this work with the release of npm@5, but it turns out every other command still used the legacy client. This release updates all of those commands to use the new client, and while we're at it, adds a few extra goodies:

All OTP-requiring commands will now prompt. --otp is no longer required for dist-tag, access, et al.
We're starting to integrate a new config system which will eventually get extracted into a standalone package.
We now use libnpm for the API functionality of a lot of our commands! That means you can install a library if you want to write your own tooling around them.
There's now an npm org command for managing users in your org.
pacote now consumes npm-style configurations, instead of its own naming for various config vars. This will make it easier to load npm configs using libnpm.config and hand them directly to pacote.

NEW FEATURES
Make npm dist-tags the same as npm dist-tag ls.
Add support for IBM i.
Update profile to support new npm-profile API.

BUGFIXES
Fix support for passing git binary path config with --git.
Check for npm.config's existence in error-handler.js to prevent weird errors when failures happen before config object is loaded.
Fix checking for optional dependencies.
Remove tink experiments.
Handle git branch references correctly.
Report any errors above 400 as potentially not supporting audit.
Set default homepage to an empty string.
Fix npm-prefix description.

DOCS
Fix typo in npm-token documentation.
Correct docs for fake-registry interface.
2019-01-22 11:19:17 +00:00
markd
444c5c7f0b texlive-collection-langarabic: rev 47518
note kurdishlipsum
2019-01-22 11:05:53 +00:00
markd
b138c92e2a texlive-collection-langportuguese: rev 47524
comment latex-via-exemplos
2019-01-22 11:00:25 +00:00
adam
68879a1f88 Updated textproc/py-eradicate, devel/py-entrypoints 2019-01-22 10:48:37 +00:00
adam
ae99a032f8 py-entrypoints: updated to 0.3
0.3:
Unknown changes
2019-01-22 10:48:14 +00:00
adam
a13c51a1c8 py-eradicate: updated to 1.0
1.0:
Unknown changes
2019-01-22 10:44:10 +00:00
adam
f0eb616ad9 Updated devel/py-doctor, devel/py-logbook 2019-01-22 10:36:41 +00:00
adam
251907efcf py-logbook: updated to 1.4.3
Version 1.4.3
- Fixed Pypi release for 1.4.2

Version 1.4.2
- Use correct record delimiters (null for UNIX, newline for network) in SyslogHandler
- Try to reconnect to SyslogHandler TCP sockets when they are disconnected
- Use RFC 5424 format for networking logging in SyslogHandler
2019-01-22 10:36:24 +00:00
adam
c9f1b336b5 epydoc: PYTHON_VERSIONS_INCOMPATIBLE -> PYTHON_VERSIONS_ACCEPTED 2019-01-22 10:32:02 +00:00
adam
6710379b71 py-doctor: updated to 16.3.0
16.3.0:
Unknown changes
2019-01-22 10:29:46 +00:00
adam
b487e80b8c Updated devel/py-flexmock, databases/py-mongo 2019-01-22 10:00:30 +00:00
adam
111da1d0f7 py-mongo: updated to 3.7.2
Version 3.7.2 fixes a few issues discovered since the release of 3.7.1.
- Fixed a bug in retryable writes where a previous command's "txnNumber"
  field could be sent leading to incorrect results.
- Fixed a memory leak of a few bytes on some insert, update, or delete
  commands when running against MongoDB 3.6+.
- Fixed a bug that caused :meth:pymongo.collection.Collection.ensure_index
  to only cache a single index per database.
- Updated the documentation examples to use
  :meth:pymongo.collection.Collection.count_documents instead of
  :meth:pymongo.collection.Collection.count and
  :meth:pymongo.cursor.Cursor.count.
2019-01-22 10:00:13 +00:00
adam
bc7ee2d217 py-flexmock: updated to 0.10.3
Release 0.10.3
- fix compatibility with py.test 4.1
- minor documentation fixes
2019-01-22 09:57:05 +00:00
adam
3c3c375c2f Updated print/py-reportlab, www/py-django-filter, www/py-django-admin-sortable2, devel/py-more-itertools 2019-01-22 09:45:50 +00:00
adam
2e8769ee14 py-more-itertools: updated 5.0.0
5.0.0
* New itertools:
    * :func:split_into
    * :func:unzip
    * :func:substrings

* Changes to existing itertools:
    * :func:ilen was optimized a bit
    * :func:first_true now returns None by default. This is the reason for the major version bump - see below.

* Other changes:
   * Some code for old Python versions was removed
   * Some documentation mistakes were corrected
   * Tests now run properly on 32-bit versions of Python
   * Newer versions of CPython and PyPy are now tested against
2019-01-22 09:45:22 +00:00
adam
f8814cd845 py-django-admin-sortable2: updated to 0.7
0.7:
Unknown changes
2019-01-22 09:40:45 +00:00
adam
921076100b py-django-filter: updated to 2.1.0
Version 2.1:

* Fixed a regression in FilterView introduced in 2.0. An empty QuerySet was
  incorrectly used whenever the FilterSet was unbound (i.e. when there were
  no GET parameters).  The correct, pre-2.0 behaviour is now restored.

  A workaround was to set strict=False on the FilterSet. This is no
  longer necessary, so you may restore strict behaviour as desired.

* Added IsoDateTimeFromToRangeFilter. Allows From-To filtering using
  ISO-8601 formatted dates.
2019-01-22 09:37:49 +00:00
adam
aa234b0512 py-reportlab: updated to 3.5.13
RELEASE 3.5.13:
* added rl_setting.reserveTTFNotdef inspired by e3office at bitbucket
2019-01-22 09:36:20 +00:00
adam
b7b6473b54 Updated devel/py-uvloop, security/py-OpenSSL, fonts/py-fonttools, security/py-asyncssh 2019-01-22 09:18:21 +00:00
adam
13f97fe101 py-asyncssh: updated to 1.15.1
Release 1.15.1:
Added callback-based host validation in SSHClient, allowing callers to decide programmatically whether to trust server host keys and certificates rather than having to provide a list of trusted values in advance.
Changed SSH client code to only load the default known hosts file if if exists. Previously an error was returned if a known_hosts value wasn’t specified and the default known_hosts file didn’t exist. For host validate to work in this case, verification callbacks must be implemented or other forms of validation such as X.509 trusted CAs or GSS-based key exchange must be used.
Fixed known hosts validation to completely disable certificate checks when known_hosts is set to None. Previously, key checking was disabled in this case but other checks for certificate expiration and hostname mismatch were still performed, causing connections to fail even when checking was supposed to be disabled.
Switched curve25519 key exchange to use the PyCA implementation, avoiding a dependency on libnacl/libsodium. For now, support for Ed25519 keys still requires these libraries, but once that support appears in PyCA, it may be possible to remove this dependency entirely.
Added get_fingerprint() method to return a fingerprint of an SSHKey.
2019-01-22 09:17:57 +00:00
adam
949d315f42 py-fonttools: updated to 3.36.0
3.36.0:
- [ttx] Added --no-recalc-timestamp option to keep the original font's
  head.modified timestamp.
- [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
  with ttx.
- [voltLib] Fixed check for duplicate anchors. Don't try to read past
  the END operator in .vtp file.
- [varLib] Use sentinel value -0x8000 (-32768) to ignore post.underlineThickness
  and post.underlinePosition when generating MVAR deltas.
- [subset] Added --retain-gids option to subset font without modifying the
  current glyph indices.
- [ufoLib] Replace deprecated calls to getbytes and setbytes with new
  equivalent readbytes and writebytes calls. fs >= 2.2 no required.
- [varLib] Allow loading masters from TTX files as well
2019-01-22 09:17:20 +00:00
jperkin
c68f8c9626 rust: Put back SunOS fix lost in previous update. 2019-01-22 09:17:15 +00:00
adam
96bc8c839b py-OpenSSL: updated to 19.0.0
19.0.0:

Backward-incompatible changes:
- X509Store.add_cert no longer raises an error if you add a duplicate cert.

Changes:
- pyOpenSSL now works with OpenSSL 1.1.1.
- pyOpenSSL now handles NUL bytes in X509Name.get_components()
2019-01-22 09:12:09 +00:00
adam
ae1c0e6e5c py-uvloop: updated to 0.12.0
v0.12.0:
New Features
- New SSL implementation. The new implementation is faster and
  and more complete, and will become the default SSL implementation
  in asyncio 3.8. This is a significant change that warrants a release
  candidate to make sure it is tested properly.
- New uvloop.install() helper function.

Bug Fixes
- All bug fixes from 0.11.0—0.11.3 are included in
this release.
- ssl.CertificateError is no longer logged as it's delivered to
the Protocol.connection_lost() anyways.
- Don't use non-existent UDPTransport._address attribute.

Performance
- Improve UDPTransport.sendto() performance.
2019-01-22 08:56:38 +00:00
plunky
d117df6350 Added mail/sieve-connect version 0.89 2019-01-22 06:16:42 +00:00
plunky
eb14b7a430 SUBDIR+= sieve-connect 2019-01-22 06:14:58 +00:00
plunky
178584f6c0 add sieve-connect 0.89, A client for the ManageSieve protocol, as
specifed in RFC 5804.
2019-01-22 06:14:32 +00:00
ryoon
48e11673ea Updated lang/oracle-jre8 to 8.0.202
Updated lang/oracle-jdk8 to 8.0.202
2019-01-22 03:52:23 +00:00
ryoon
a4ee1cbcc4 Update to 8.0.202
Linux/i386 and SunOS/amd64 are not tested.

Changelog:
By default, the JDK on Linux or Solaris uses GTK+ 2 if available;
if not, it uses GTK+ 3.

Security fixes:
CVE-2019-2540
CVE-2018-11212
CVE-2019-2426
CVE-2019-2449
CVE-2019-2422
2019-01-22 03:51:41 +00:00
ryoon
210b0d3e3d Updated devel/bison to 3.0.5 2019-01-22 03:21:14 +00:00
ryoon
554781a58c Update to 3.0.5
Changelog:
* Noteworthy changes in release 3.0.5 (2018-05-27) [stable]

** Bug fixes

*** C++: Fix support of 'syntax_error'

  One incorrect 'inline' resulted in linking errors about the constructor of
  the syntax_error exception.

*** C++: Fix warnings

  GCC 7.3 (with -O1 or -O2 but not -O0 or -O3) issued null-dereference
  warnings about yyformat being possibly null.  It also warned about the
  deprecated implicit definition of copy constructors when there's a
  user-defined (copy) assignment operator.

*** Location of errors

  In C++ parsers, out-of-bounds errors can happen when a rule with an empty
  ride-hand side raises a syntax error.  The behavior of the default parser
  (yacc.c) in such a condition was undefined.

  Now all the parsers match the behavior of glr.c: @$ is used as the
  location of the error.  This handles gracefully rules with and without
  rhs.

*** Portability fixes in the test suite

  On some platforms, some Java and/or C++ tests were failing.
2019-01-22 03:20:40 +00:00
dholland
2f4367eaf9 CHANGES for tradcpp. 2019-01-22 02:29:23 +00:00
dholland
1a227ab0ea Update tradcpp to 0.5.3.
Upstream changes:
   - Fix markup typo in the man page.
   - Abort on line numbering or column numbering overflow. Line
     numbers are limited to values that fit in "unsigned int". Also
     reject input lines longer than 2^32-1 characters. It seems
     reasonable to presume that any input that violates these
     constraints is someone screwing around and not a serious attempt
     to compile or preprocess anything useful. Done in response to
     n2129, but without getting into any of the silliness found there.
   - Recognize __ia64__ for IA64 builds.
   - Recognize __aarch64__ for 64-bit ARM builds, as sent in by
     various people.
   - Recognize __riscv__ and __riscv64__ for risc-v builds.
2019-01-22 02:28:54 +00:00
nia
7c2b22adc7 doc: Updated lang/erlang to 21.2.3 2019-01-22 00:07:52 +00:00
nia
f03db536f9 erlang: Update to version OTP-21.2.3. Should fix non-hipe builds...
---------------------------------------------------------------------
 --- compiler-7.3.1 --------------------------------------------------
 ---------------------------------------------------------------------

 The compiler-7.3.1 application can be applied independently of other
 applications on a full OTP 21 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-15501    Application(s): compiler
               Related Id(s): ERL-514, ERL-807, OTP-14808

               An optimization that avoided allocation of a stack
               frame for some case expressions was introduced in OTP
               21. (ERL-504/OTP-14808) It turns out that in rare
               circumstances, this optimization is not safe.
               Therefore, this optimization has been disabled.

               A similar optimization will be included in OTP 22 in a
               safe way.


 Full runtime dependencies of compiler-7.3.1: crypto-3.6, erts-9.0,
 hipe-3.12, kernel-4.0, stdlib-2.5


 ---------------------------------------------------------------------
 --- erts-10.2.2 -----------------------------------------------------
 ---------------------------------------------------------------------

 Note! The erts-10.2.2 application can *not* be applied independently
       of other applications on an arbitrary OTP 21 installation.

       On a full OTP 21 installation, also the following runtime
       dependencies have to be satisfied:
       -- kernel-6.1 (first satisfied in OTP 21.1)
       -- sasl-3.3 (first satisfied in OTP 21.2)


 --- Fixed Bugs and Malfunctions ---

  OTP-15495    Application(s): erts
               Related Id(s): ERL-821

               Fixed a crash when dangling files were closed after
               init:restart/0.


  OTP-15509    Application(s): erts
               Related Id(s): PR-2027, PR-2093

               A bug that could cause dirty schedulers to become
               unresponsive has been fixed.


 Full runtime dependencies of erts-10.2.2: kernel-6.1, sasl-3.3,
 stdlib-3.5


 ---------------------------------------------------------------------
 --- ssl-9.1.2 -------------------------------------------------------
 ---------------------------------------------------------------------

 The ssl-9.1.2 application can be applied independently of other
 applications on a full OTP 21 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-15477    Application(s): ssl
               Related Id(s): ERL-790

               Fix encoding of the SRP extension length field in ssl.
               The old encoding of the SRP extension length could
               cause interoperability problems with third party SSL
               implementations when SRP was used.


  OTP-15504    Application(s): ssl
               Related Id(s): ERL-371

               Guarantee active once data delivery, handling TCP
               stream properly.


  OTP-15505    Application(s): ssl

               Correct gen_statem returns for some error cases


 Full runtime dependencies of ssl-9.1.2: crypto-4.2, erts-10.0,
 inets-5.10.7, kernel-6.0, public_key-1.5, stdlib-3.5


 ---------------------------------------------------------------------
 --- xmerl-1.3.19 ----------------------------------------------------
 ---------------------------------------------------------------------

 The xmerl-1.3.19 application can be applied independently of other
 applications on a full OTP 21 installation.

 --- Fixed Bugs and Malfunctions ---

  OTP-15492    Application(s): xmerl
               Related Id(s): ERIERL-283

               The charset detection parsing crash in some cases when
               the XML directive is not syntactic correct.


 Full runtime dependencies of xmerl-1.3.19: erts-6.0, kernel-3.0,
 stdlib-2.5


 ---------------------------------------------------------------------
 ---------------------------------------------------------------------
 ---------------------------------------------------------------------
2019-01-22 00:07:35 +00:00
youri
2885f33ab6 Use the unicode license, as suggested by leot@. 2019-01-21 17:13:24 +00:00
youri
6c4049760b doc: Added fonts/unicode-ucd version 11.0.0 2019-01-21 16:57:49 +00:00