Commit graph

272358 commits

Author SHA1 Message Date
markd
49ada7700a tex-platex{,-doc}: update to 2017.45413
* Fix a bug in tabular environment, which was introduced in version
2017/07/29.
2017-10-23 06:38:17 +00:00
markd
f119a2e8ce tex-fontspec{,-doc}: update to 2.6e
* Re-enable use of `HyphenChar=None` in LuaLaTeX. (Hyphenation and font
  choice are decoupled in LuaTeX, except for this one setting.)
* Some internal changes needed by `unicode-math` to fix some cross-over
  code.
2017-10-23 02:21:37 +00:00
markd
5ec3df1c4c tex-glossaries{,-doc}: update to 4.33
- added package option nolangwarn
- added package option esclocations
- added \GlsSetXdyNumberGroupOrder
- added starred form of \GlsSetXdyFirstLetterAfterDigits
2017-10-23 02:08:35 +00:00
markd
48d49ab85d tex-xcharter{,-doc}: update to 1.1
This update includes support for Serbian Cyrillic typesetting in XeLaTeX.
LuaLaTeX and pdflatex.
2017-10-23 02:02:00 +00:00
markd
ae6dbd62f7 tex-fmtcount{,-doc}: update to 3.04
* Fix issue (New definition of `\Numberstring` is now causing
problems with glossaries.sty)

* Code optimization with \octal, \hexdecimal, \aaalph, \abalph and
  uppercase counterparts when applicable.

* Declare \ordinalnum with etoolbox \newrobustcmd*, rather than LaTeX
  kernel \DeclareRobustCommand* --- this is preferable for compilation
  with TeX4ht.

* Test bench upgrade.
2017-10-23 01:57:24 +00:00
markd
3241ca0c46 tex-l3{kernel,packages,experimental}{,-doc}: update to 2017.45340
- Rename \box_use_clear:N to \box_use_drop:N as this command has
  non-standard grouping behaviour
- New \inteval command in xfp
- New \c_catcode_active_space_tl
- Fix bug with color code when \current at color is not a simple
  string
- Fix behaviour of \sys_rand_seed: in engines without the
  underlying random number primitives
- Allow only integer powers for negative bases in floating point
  expressions
- Various documentation improvements
2017-10-23 01:49:57 +00:00
markd
572441c16c tex-pstricks-add{,-doc}: update to 3.84
This version has a new macro \psRandomPoinArea to draw random points in a
square qhich is devided by a function.
2017-10-23 01:39:34 +00:00
markd
eabc2f7c17 tex-epstopdf{,-doc}: update to 2.27
epstopdf 2.27 contains bug fixes for parsing and checking of the
--gsopt value. For exampole, --gsopt -dAutoFilterColorImages=true
previously incorrectly failed, but now (I hope) works. Thanks to
Yannick Berker for the report, analysis, and fix.
2017-10-23 01:31:30 +00:00
markd
c746943b99 tex-mcf2graph{,-doc}: update to 4.28
-improve function ext(),EXT()
-update MCF syntax manual

-change syntax #n
  #n => $n
-update MCF syntax manual
2017-10-23 01:24:36 +00:00
markd
2f345254a4 tex-tcolorbox{,-doc}: update to 4.11
- Standard internal minipage settings changed from 'c' to 'b' which
should fix some glitches
2017-10-23 01:19:56 +00:00
markd
0462242cae tex-texinfo: update to 5.1.45305
changes unknown
2017-10-23 01:14:12 +00:00
markd
b58749c1ab tex-texlive.infra: update to 2017.45305
use symbolic return codes
2017-10-23 01:11:03 +00:00
markd
f01a4890ab tex-koma-script: update to 3.24
- additional defaults for section command declarations
- improved right-to-left compatibility and new commands \IfRTL and
   \IfLTR
- new option singlespacing for scrlayer and scrlayer-scrpage
- improved manuals
2017-10-23 00:56:05 +00:00
markd
b78cb35bd2 tex-fbb{,-doc}: update to 1.14
changes unknown
2017-10-23 00:51:46 +00:00
markd
67c547a5ce tex-newtx{,-doc}: update to 1.527
This update corrects the behavior of the package under XeLaTeX and
LuaLaTeX when using libertine with newtxmath. It now behaves as the
documentation describes.
2017-10-23 00:47:19 +00:00
markd
50a6e9f0db tex-updmap-map: update to 2017.45274
changes unknown
2017-10-23 00:41:35 +00:00
adam
c430d6122f Updated security/py-oauthlib, www/py-WebTest, devel/py-execnet, textproc/py-pyquery 2017-10-22 20:41:29 +00:00
adam
8efbe9cd9b py-pyquery: update to 1.3.0
1.3.0:
Remove some unmaintained modules: pyquery.ajax and pyquery.rules
Code cleanup. No longer use ugly hacks required by python2.6/python3.2.
Run tests with python3.6 on CI
Add a method argument to .outer_html()
2017-10-22 20:39:23 +00:00
adam
55746dcc3a py-execnet: update to 1.5.0
1.5.0
-----

- support shell escaping in python pathnames of popen.

  Eugene Ciurana discovered that execnet breaks if you use
  pathnames with spaces in a "python=" part of a spec.
  We now use shlex.split to split the string.  There is a
  potential for regressions if you used quote or escape
  sequences as part of your python command.

- Only insert importdir into sys.path if it is not already in the path.

  This prevents a bug when using enum34 with python 3.6 and
  pytest-xdist.

  The issue is that enum34 installs an 'enum' module in site-packages
  which is normally shadowed by the stdlib version of enum, however in
  gateway_bootstrap.py site-packages is added at the front the the
  search path. This means on the workers enum34 is hit for import enum
  which in turn causes import re to fail (as it makes use of the new
  enum features in 3.6).

- fix 49 - use inspect.getfullargspec if possible to avoid deprecationwarnings

- fix 56 - use partials in safe_terminate to avoid a bad carried binding

- fix spec parsing on Windows due to path containing '\' characters.
2017-10-22 20:36:31 +00:00
adam
ff7a7555c8 py-WebTest: update to 2.0.29
2.0.29:
- Bugfix: Preserve submit order for radio inputs.
- Fixed 186: avoid UnicodeDecodeError in linter with py2 when a header contain
  non ascii chars
2017-10-22 20:33:09 +00:00
adam
d85ca9d7c5 py-oauthlib: update to 2.0.6
2.0.6:
* 2.0.5 contains breaking changes.
2017-10-22 20:29:56 +00:00
adam
f6a9b15af3 py-crontab: update to 2.2.5
2.2.5:
Bug fixes.
2017-10-22 20:26:52 +00:00
adam
76421523b1 Updated databases/mysql5[567] 2017-10-22 20:22:17 +00:00
adam
c0bf9d5314 mysql57: update to 5.7.20
Changes in MySQL 5.7.20:

Audit Log Notes

Event-matching filter rules for the audit_log plugin now support an abort element, which can be used to prevent qualifying events from executing. For more information, see Audit Log Filtering. This capability can be used, for example, to augment the capabilities of MySQL Enterprise Firewall, which blocks SQL statements on a per-user basis, by writing audit filtering rules that match statements and block them based on characteristics of the statements themselves.

Deprecation and Removal Notes

Previously, the --transaction-isolation and --transaction-read-only server startup options corresponded to the tx_isolation and tx_read_only system variables. For better name correspondence between startup option and system variable names, transaction_isolation and transaction_read_only have been created as aliases for tx_isolation and tx_read_only. The tx_isolation and tx_read_only variables are now deprecated and will be removed in MySQL 8.0. Applications should be adjusted to use transaction_isolation and transaction_read_only instead.

The query cache is now deprecated and is removed in MySQL 8.0. Deprecation includes these items:
* The FLUSH QUERY CACHE and RESET QUERY CACHE statements.
* The SQL_CACHE and SQL_NO_CACHE SELECT modifiers.
* These system variables: have_query_cache, ndb_cache_check_time, query_cache_limit, query_cache_min_res_unit, query_cache_size, query_cache_type, query_cache_wlock_invalidate.
* These status variables: Qcache_free_blocks, Qcache_free_memory, Qcache_hits, Qcache_inserts, Qcache_lowmem_prunes, Qcache_not_cached, Qcache_queries_in_cache, Qcache_total_blocks.

The mysql client by default strips comments in statements sent to the server, and this behavior is controlled using --skip-comments (strip comments), and --comments (preserve comments).
Comment stripping is now deprecated. This feature and the options to control it will be removed in a future MySQL release.

These syntax constructs for table and column references are now deprecated and will be removed in a future version of MySQL. Instances of these constructs should be changed to remove the leading period.
* .col_name
* .tbl_name
* .tbl_name.col_name

Security Notes

Certificates automatically generated by mysqld and mysql_ssl_rsa_setup now use X509 v3 rather than v1.
The keyring_okv plugin now supports password-protecting the key file used for secure connections. See Using the keyring_okv KMIP Plugin.

Bugs Fixed
2017-10-22 20:20:57 +00:00
adam
c28d534e30 mysql56: update to 5.6.38
Changes in MySQL 5.6.38:

Packaging Notes
---------------
mysqlcheck was missing in the MySQL Server Docker image, which prevented mysql_upgrade from running.

Bugs Fixed
----------
InnoDB: Replication lag occurred on slave instances during large update operations on tables with many partitions.
InnoDB: A failure occurred during an end range comparison.
InnoDB: Enabling the innodb_buffer_pool_load_now setting failed in readonly mode. The event that signals the buffer pool load thread was not initialized.
InnoDB: A long wait for a dictionary operation lock held by a full-text search synchronization operation caused a server exit.
Partitioning: Queries involving NULL were not always handled correctly on tables that were partitioned by LIST.
Replication: When replicating a partitioned table with an index, on a replication slave where HASH_SCAN was specified as part of the slave_rows_search_algorithms setting, the slave I/O thread sometimes stopped with an error HA_ERR_KEY_NOT_FOUND.
Replication: Replication clients no longer enable LOCAL capability for LOAD DATA statements, because they do not use LOAD DATA LOCAL statements.
Replication: In case of a failure while creating multiple slave applier worker threads, some threads would be left orphaned and their resources would not be collected. Thanks to Laurynas Biveinis for his contribution to fixing this bug.
MSI packages for Windows failed to detect when Microsoft Visual C++ 2010 Redistributable Package was installed.
yaSSL could incorrectly perform TLS cipher negotiation.
The server failed to check the maximum path length for partition names.
Identifiers containing a mixture of backslashes and backticks could be parsed incorrectly.
Source packages for Debian platforms contained prebuilt debug binaries, causing build failures on any architectures other than the one on which those binaries were built.
Uninstalling the daemon_memcached plugin caused a serious error.
Selecting from a view could yield different results with materialization enabled versus materialization disabled.
The Performance Schema failed to check the maximum host length for client connections.
A server error occurred when a full text search result exceeded the innodb_ft_result_cache_limit setting. The patch for this bug also backports a related patch.
If a stored function was considered a constant by the optimizer, calling it from a subquery in a NOT IN condition in the WHERE clause could cause a server exit.
A mysqldump memory leak was fixed.
If a session rolled back to a savepoint and then was killed, the statements up to the point of the savepoint could be committed.
For clients that used Connector/Python and authenticated using the sha256_password plugin, the server could handle connections incorrectly.
NAME_CONST() can return null if incorrect arguments are given. In some cases, this was not handled and could cause a server exit.
2017-10-22 20:18:04 +00:00
adam
3b3820fb01 mysql55: update to 5.5.58
Changes in MySQL 5.5.58:

Packaging Notes
---------------
mysqlcheck was missing in the MySQL Server Docker image, which prevented mysql_upgrade from running.

Bugs Fixed
----------
Replication: Replication clients no longer enable LOCAL capability for LOAD DATA statements, because they do not use LOAD DATA LOCAL statements.
yaSSL could incorrectly perform TLS cipher negotiation.
The server failed to check the maximum path length for partition names.
Identifiers containing a mixture of backslashes and backticks could be parsed incorrectly.
NAME_CONST() can return null if incorrect arguments are given. In some cases, this was not handled and could cause a server exit.
2017-10-22 20:15:31 +00:00
bsiegert
22c455105d Set cwrappers in bootstrap mk.conf too.
When bootstrap is run with --cwrappers=no (or yes, for that matter),
the value is written into mk.conf at the end of the bootstrap but not
used _during_ the bootstrap itself. Thus, when bootstrapping on Linux
with no builtin diffutils, cwrappers ends up indirectly depending on
itself, and there is no way around that. This commit fixes this.
2017-10-22 19:29:20 +00:00
leot
9c2a40e697 doc: Updated comms/gammu to 1.38.5 2017-10-22 18:43:48 +00:00
leot
2026569486 gammu: Update comms/gammu to 1.38.5
Changes:
20171018 - 1.38.5
[+] * Added SMS_1_REFERENCE to SMSD run on receive environment
[-] * Improved logging of run scripts in SMSD
[-] * Improved support for Huawei E1780 and E1552.
[-] * Allow 0 for setuid/setgid in SMSD.
[+] * Added RunOnIncomingCall to SMSD.
[-] * Fixed SQL error when retry of multipart message
[*] * Added status code column
[-] * Fixed some SQL queries for Access and Oracle databases.
[-] * Add option to prefer GSM charset for USSD.
[-] * Sanitize international numbers stored in the database to always start with +.
[-] * Improved support for Telit devices.
[+] * Added USSD support to SMSD.
[-] * Fixed call hangup in SMSD with some modems.
[-] * Fixed decoding USSD response with some modems.
2017-10-22 18:43:28 +00:00
wiz
b303e41e82 doc/TODO: add more
+ ImageMagick-7.0.7.8, MesaLib-17.2.3, apache24-2.4.29, calibre-3.9.0,
  dconf-0.27.1, itstool-2.0.4, libdrm-2.4.85, libvisio-0.1.6,
  mcookie-2.31, musicpd-0.20.11, py-httpbin-0.6.2, py-oauthlib-2.0.6,
  vim-8.0.1207, vim-share-8.0.1207, webkit-gtk-2.18.1.
2017-10-22 14:14:13 +00:00
wiz
f242af1f95 doc: Updated net/youtube-dl to 20171020 2017-10-22 14:03:37 +00:00
wiz
c88357b890 youtube-dl: update to 20171020.
version 2017.10.20

Core
* [downloader/fragment] Report warning instead of error on inconsistent
  download state
* [downloader/hls] Fix total fragments count when ad fragments exist

Extractors
* [parliamentliveuk] Fix extraction (#14524)
* [soundcloud] Update client id (#14546)
+ [servus] Add support for servus.com (#14362)
+ [unity] Add support for unity3d.com (#14528)
* [youtube] Replace youtube redirect URLs in description (#14517)
* [pbs] Restrict direct video URL regular expression (#14519)
* [drtv] Respect preference for direct HTTP formats (#14509)
+ [eporner] Add support for embed URLs (#14507)
* [arte] Capture and output error message
* [niconico] Improve uploader metadata extraction robustness (#14135)


version 2017.10.15.1

Core
* [downloader/hls] Ignore anvato ad fragments (#14496)
* [downloader/fragment] Output ad fragment count

Extractors
* [scrippsnetworks:watch] Bypass geo restriction
+ [anvato] Add ability to bypass geo restriction
* [redditr] Fix extraction for URLs with query (#14495)


version 2017.10.15

Core
+ [common] Add support for jwplayer youtube embeds

Extractors
* [scrippsnetworks:watch] Fix extraction (#14389)
* [anvato] Process master m3u8 manifests
* [youtube] Fix relative URLs in description
* [spike] Bypass geo restriction
+ [howstuffworks] Add support for more domains
* [infoq] Fix http format downloading
+ [rtlnl] Add support for another type of embeds
+ [onionstudios] Add support for bulbs-video embeds
* [udn] Fix extraction
* [shahid] Fix extraction (#14448)
* [kaltura] Ignore Widevine encrypted video (.wvm) (#14471)
* [vh1] Fix extraction (#9613)


version 2017.10.12

Core
* [YoutubeDL] Improve _default_format_spec (#14461)

Extractors
* [steam] Fix extraction (#14067)
+ [funk] Add support for funk.net (#14464)
+ [nexx] Add support for shortcuts and relax domain id extraction
+ [voxmedia] Add support for recode.net (#14173)
+ [once] Add support for vmap URLs
+ [generic] Add support for channel9 embeds (#14469)
* [tva] Fix extraction (#14328)
+ [tubitv] Add support for new URL format (#14460)
- [afreecatv:global] Remove extractor
- [youtube:shared] Removed extractor (#14420)
+ [slideslive] Add support for slideslive.com (#2680)
+ [facebook] Support thumbnails (#14416)
* [vvvvid] Fix episode number extraction (#14456)
* [hrti:playlist] Relax URL regular expression
* [wdr] Relax media link regular expression (#14447)
* [hrti] Relax URL regular expression (#14443)
* [fox] Delegate extraction to uplynk:preplay (#14147)
+ [youtube] Add support for hooktube.com (#14437)


version 2017.10.07

Core
* [YoutubeDL] Ignore duplicates in --playlist-items
* [YoutubeDL] Fix out of range --playlist-items for iterable playlists and
  reduce code duplication (#14425)
+ [utils] Use cache in OnDemandPagedList by default
* [postprocessor/ffmpeg] Convert to opus using libopus (#14381)

Extractors
* [reddit] Sort formats (#14430)
* [lnkgo] Relax URL regular expression (#14423)
* [pornflip] Extend URL regular expression (#14405, #14406)
+ [xtube] Add support for embed URLs (#14417)
+ [xvideos] Add support for embed URLs and improve extraction (#14409)
* [beeg] Fix extraction (#14403)
* [tvn24] Relax URL regular expression (#14395)
* [nbc] Fix extraction (#13651, #13715, #14137, #14198, #14312, #14314, #14378,
  #14392, #14414, #14419, #14431)
+ [ketnet] Add support for videos without direct sources (#14377)
* [canvas] Generalize mediazone.vrt.be extractor and rework canvas and een
+ [afreecatv] Add support for adult videos (#14376)
2017-10-22 14:03:26 +00:00
tron
9387c45b5b Fix build with scons 3.0.0 or newer 2017-10-22 12:59:33 +00:00
adam
216d072ce2 Updated mail/dovecot2, databases/py-asyncpg 2017-10-22 10:05:02 +00:00
tron
ad37f46b7c Fix build under macOS 2017-10-22 09:30:41 +00:00
triaxx
2482538cbb Update audio/grip to 3.6.1 2017-10-22 07:59:15 +00:00
triaxx
73d6fad56a Add workaround for fixing build on Linux
See https://github.com/westes/flex/issues/241
The problem is fixed in master branch and the workaround could be removed
in the next version update.
2017-10-22 07:55:24 +00:00
triaxx
1aeb209212 Update to 3.6.1
* -Werror does not work properly since id3lib makes warnings

Changes:
v3.6.1 2017-10-04 Johnny A. Solbu <johnny@solbu.net>

  * Patch from Adrian Reber: fix compiler warning
    and enable -Werror and -Wall by default
  * Translation update: Norwegian

v3.6.0 2017-09-14 Johnny A. Solbu <johnny@solbu.net>

  * Patch from Mike Gilbode: Select DiscDB entry from multiple results
  * Translation updates.
2017-10-22 07:55:23 +00:00
adam
c73b0f4245 py-asyncpg: update to 0.13.0
v0.13.0
Backwards Incompatible Changes
------------------------------
Drop support for PostgreSQL 9.1
Remove the deprecated "binary" parameter from Connection.set_type_codec()

New Features
------------
Add support for PostgreSQL 10

Bug Fixes
---------
Document that single fetches can return None
Fix type introspection being very slow on large databases
Fix copy tests on PostgreSQL < 9.4
Fix DeprecationWarning in tests
Fix intermittent authentication failures against PostgreSQL 10 servers
Do not attempt to connect to Unix sockets on Windows when host is not set
Guard against incorrect use of resources associated with a connection
Warn when there are active listeners on a connection that is released
Add a test for cursors on a standby replica.
Clarify the argument/parameter count mismatch exception
Fix TypeError on get_attributes when result has no columns
protocol: Use try-finally explicitly every time we create a waiter
Call correct parent constructor in InterfaceWarning.__init__
Allow grabbing the version information programmatically.
Use the general statement cache for type introspection
Fix issues with inet type I/O
Handle inactive connection closes while stored in the pool
2017-10-22 07:32:05 +00:00
adam
3596329807 dovecot2: update to 2.2.33.2
2.2.33.2:
- doveadm: Fix crash in proxying (or dsync replication) if remote is
  running older than v2.2.33
- auth: Fix memory leak in %{ldap_dn}
- dict-sql: Fix data types to work correctly with Cassandra
2017-10-22 07:07:34 +00:00
wen
58d33e1c40 Updated devel/p5-CPAN-Perl-Releases to 3.40 2017-10-22 02:50:46 +00:00
wen
589c71be18 Update to 3.40
Upstream changes:
version 3.40 at 2017-10-20 22:14:11 +0000
-----------------------------------------

  Change: daff9aedd0530e83e49b6e0445260747884ed31b
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date : 2017-10-20 23:14:11 +0000

    Updated for v5.27.5
2017-10-22 02:49:35 +00:00
wen
2d34528a63 Updated devel/p5-Module-CoreList to 5.20171020 2017-10-22 02:47:20 +00:00
wen
1c1367b643 Update to 5.20171020
Upstream changes:
5.20171020
  - Updated for v5.27.5
2017-10-22 02:46:09 +00:00
wen
d73e80b9ee Updated devel/p5-Test-Simple to 1.302106 2017-10-22 02:42:08 +00:00
wen
f8f5975767 Update to 1.302106
Upstream changes:
1.302106  2017-10-20 20:42:43-07:00 America/Los_Angeles

    - Make version number in HashBase sane.

1.302105  2017-10-20 07:09:45-07:00 America/Los_Angeles

    - No changes since last trial

1.302104  2017-10-19 11:39:01-07:00 America/Los_Angeles (TRIAL RELEASE)

    - Combine multiple diags into one event
2017-10-22 02:39:57 +00:00
mef
0aa4c72ffd doc: Updated cad/gtkwave to 3.3.86 2017-10-22 01:59:42 +00:00
mef
3a67827d32 Updated cad/gtkwave to 3.3.86
3.3.86  03oct17 Added recurse import function (found before only in the hier
                search) into the SST.
                Removed obsolete bundle functionality from SST as recurse
                import more accurately imports recursively.
                Made entrybox taller (using -1) as recent versions of
                gnome have taller window titlebars and the widget was not
                tall enough.
2017-10-22 01:59:25 +00:00
mef
8e5ac94f37 doc: Updated ham/fldigi to 4.0.11 2017-10-22 00:30:37 +00:00
mef
59f9d7cbdf Updated ham/fldigi to 4.0.11
=Version 4.0.11=
2017-10-14  David Freese  <w1hkj@bellsouth.net>

        3302f0d: Text Capture
        35387db: FreeBSD mod
        6e94d54: Documentation update
        e4abdbf: PSK filter
        cd36a46: Audio Stream
        5a9322f: printf cleanup
        e8651ed: CW Multichannel
        89b5207: QSY multi
2017-10-22 00:30:23 +00:00