Commit graph

302297 commits

Author SHA1 Message Date
christos
b0ef4719f0 PR/54519: Greywolf: jove crashes on redraw or time update (include <time.h>) 2019-09-02 08:53:32 +00:00
christos
d1fdbb6319 PR/54520: Greywolf: jove 'shell' fails with [Out of ptys!], use openpty(3). 2019-09-02 08:51:29 +00:00
adam
630344cec6 Updated archivers/py-zipp, misc/py-tqdm 2019-09-02 08:33:47 +00:00
adam
17110148ae py-tqdm: updated to 4.35.0
tqdm v4.35.0:
* add {bar} format specifier
* add tests and documentation
* update performance tests
2019-09-02 08:33:28 +00:00
adam
5c16062db1 py-zipp: updated to 0.6.0
v0.6.0

When adding implicit dirs, ensure that ancestral directories
are added and that duplicates are excluded.

The library now relies on more_itertools
2019-09-02 08:31:17 +00:00
adam
5223e37833 Updated www/py-furl, devel/py-ipython 2019-09-02 07:56:45 +00:00
adam
c53f0ed2a9 py-ipython: updated to 7.8.0
IPython 7.8.0 contain a few bugfix and 2 new APIs:
- Enable changing the font color for LaTeX rendering
- and Re-Expose some PDB API
2019-09-02 07:55:53 +00:00
adam
9b90f6e030 py-furl: updated to 2.0.0
Furl v2.0.0

Added: All URL components (scheme, host, path, etc) to furl()'s constructor as
keyword arguments. E.g. f = furl(scheme='http', host='host', path='/lolsup').

Changed: furl.truediv() and Path.truediv() now mirror Pathlib.truediv()'s
behavior and return a new instance. The original instance is no longer modified.
Old behavior: f = furl('1'); f / '2' -> str(f) == '1'. New behavior:
f = furl('1'); f /= '2' -> str(f) == '1/2'.

Fixed: Path.load() now accepts Path instances, e.g. f.path.load(Path('hi')).

Removed: Support for Python 2.6, which reached EOL on 2013-10-29.
2019-09-02 07:52:49 +00:00
adam
4200beb864 Added www/py-purl; Updated devel/py-requests-mock 2019-09-02 07:47:40 +00:00
adam
8c49db3860 py-requests-mock: updated to 1.7.0
1.7.0
* Keep blank values query string values on request history
* Add release notes for requests version pin
* Keep blank values
* Pin requests version to <3
* Add known issue for cookies in Sessions
* logger added to adapter.py
2019-09-02 07:34:54 +00:00
adam
4215c01c99 py-purl: added version 1.5
A simple, immutable URL class with a clean API for interrogation and
manipulation.
2019-09-02 07:33:23 +00:00
adam
f4b9a5cc11 Updated security/py-asn1, textproc/py-text-unidecode 2019-09-02 07:04:18 +00:00
adam
c6a62f76de py-text-unidecode: updated to 1.3
1.3:
text-unidecode is now dual-licensed under Artistic License and GPL 1 / GPL 2+, to cause less problems for distributions. Choose license which fits better.
Declare Python 3.7 support, don't declare Python 3.3 support
2019-09-02 07:03:48 +00:00
adam
76f0ddf94d py-asn1: updated to 0.4.7
Revision 0.4.7:

- Added `isInconsistent` property to all constructed types. This property
  conceptually replaces `verifySizeSpec` method to serve a more general
  purpose e.g. ensuring all required fields are in a good shape. By default
  this check invokes subtype constraints verification and is run by codecs
  on value de/serialisation.
- Deprecate `subtypeSpec` attributes and keyword argument. It is now
  recommended to pass `ValueSizeConstraint`, as well as all other constraints,
  to `subtypeSpec`.
- Fixed a design bug in a way of how the items assigned to constructed
  types are verified. Now if `Asn1Type`-based object is assigned, its
  compatibility is verified based on having all tags and constraint
  objects as the type in field definition. When a bare Python value is
  assigned, then field type object is cloned and initialized with the
  bare value (constraints verificaton would run at this moment).
- Added `WithComponentsConstraint` along with related
  `ComponentPresentConstraint` and `ComponentAbsentConstraint` classes
  to be used with `Sequence`/`Set` types representing
  `SET ... WITH COMPONENTS ...` like ASN.1 constructs.
2019-09-02 07:00:38 +00:00
rillig
bd2ae3cf10 mk/build: in build-env, output BUILD_DIRS relative to WRKSRC 2019-09-02 02:59:47 +00:00
rillig
d54bc5b842 mk/build: for build-env, show the BUILD_DIRS 2019-09-02 02:54:57 +00:00
fox
810a887020 doc: Updated textproc/bat to 0.12.0 2019-09-02 02:36:46 +00:00
fox
60178d51ae bat: Update to 0.12.0
Changes since 0.11.0:

Features

  * Binary file content can now be viewed with bat -A
  * bat can now be used as a man pager.
  * Add new style component to separate multiple --line-ranges
  * Added -L as an alias for --list-languages

Bugfixes

  * Output looks unbalanced when using '--style=grid,numbers' without 'header'
  * issues with filenames starting with "cache"
  * Can't build cache with new theme without creating cache dir
  * --terminal-width -10 is parsed incorrectly

Other

  * Added fish completions to DEB package

New syntaxes

  * Emacs Org mode
  * requirements.txt
  * DotENV .env
  * SSH config syntax (-l ssh_config)
  * /etc/hosts
  * GraphQL
  * Verilog
  * SCSS and Sass
  * strace syntax

Packaging

  * bat is now in the official Gentoo repositories
  * bat is now in the official Alpine Linux repositories
  * bat is in the official Fedora repositories
2019-09-02 02:36:22 +00:00
rillig
0ff5dc4a46 mk: use a single form for headings in the documentation comments 2019-09-02 02:23:02 +00:00
rillig
a8b249fd3c mk/mysql.buildlink3.mk: add missing BUILD_DEFS 2019-09-02 02:14:58 +00:00
dholland
c2e8b5db09 Explicitly disable EGL if MESALIB_SUPPORTS_EGL isn't yes.
Otherwise, the build fails.
2019-09-01 20:38:34 +00:00
ryoon
062ea9219f Added multimedia/dvd-vr version 0.9.7 2019-09-01 14:03:09 +00:00
ryoon
7535174df5 Enable dvd-vr 2019-09-01 14:02:26 +00:00
ryoon
f5e1665299 multimedia/dvd-vr: import dvd-vr-0.9.7
dvd-vr is a utility to identify and optionally copy recordings
from a DVD-VR format disc, which can be created by devices like
DVD recorders and camcorders.
2019-09-01 14:01:39 +00:00
taca
213f2b8028 doc: note update of mail/roundcube* packages to 1.3.10
mail/roundcube
	mail/roundcube-plugin-enigma
	mail/roundcube-plugin-password
	mail/roundcube-plugin-zipdownload
2019-09-01 13:13:14 +00:00
taca
9d00c30714 mail/roundcube-plugin-zipdownload: update to 1.3.10
Update roundcube-plugin-password to 1.3.10.  No changes except version.

pkgsrc change: remove duplicated setting PLUGIN.
2019-09-01 13:11:47 +00:00
taca
7797f5c2ce mail/roundcube-plugin-password: update to 1.3.10
Update roundcube-plugin-password to 1.3.10.  No changes except version.

pkgsrc change: remove duplicated setting PLUGIN.
2019-09-01 13:10:39 +00:00
taca
bb9e5f8d3e mail/roundcube-plugin-enigma: update to 1.3.10
RELEASE 1.3.10
--------------
- Enigma: Fix bug where revoked users/keys were not greyed out in key info
- Enigma: Fix error message when trying to encrypt with a revoked key (#6607)
- Enigma: Fix "decryption oracle" bug [CVE-2019-10740] (#6638)
2019-09-01 13:08:55 +00:00
taca
bd92419840 mail/roundcube: update to 1.3.10
RELEASE 1.3.10
--------------
- Managesieve: Fix so "Create filter" option does not show up when Filters menu is disabled (#6723)
- Fix compatibility with kolab/net_ldap3 > 1.0.7 (#6785)
- Fix bug where bmp images couldn't be displayed on some systems (#6728)
- Fix bug in parsing vCard data using PHP 7.3 due to an invalid regexp (#6744)
- Fix bug where bold/strong text was converted to upper-case on html-to-text conversion (6758)
- Fix bug in rcube_utils::parse_hosts() where %t, %d, %z could return only tld (#6746)
- Fix bug where Next/Prev button in mail view didn't work with multi-folder search result (#6793)
- Fix bug where selection of columns on messages list wasn't working
- Fix bug in converting multi-page Tiff images to Jpeg (#6824)
- Fix wrong messages order after returning to a multi-folder search result (#6836)
- Fix PHP 7.4 deprecation: implode() wrong parameter order (#6866)
- Fix bug where it was possible to bypass the position:fixed CSS check in received messages (#6898)
- Fix bug where some strict remote URIs in url() style were unintentionally blocked (#6899)
- Fix bug where it was possible to bypass the CSS jail in HTML messages using :root pseudo-class (#6897)
- Fix bug where it was possible to bypass href URI check with data:application/xhtml+xml URIs (#6896)
2019-09-01 13:08:09 +00:00
taca
16a7783941 doc: php has updated
- php71-7.1.32, php72-7.2.22, php73-7.3.9.

Actually, these were php-{7.1.32,7.2.22,7.3.9}.
2019-09-01 13:06:57 +00:00
wiz
879b53ddaa smalltalk: switch from removed glut to freeglut.
Bump PKGREVISION.

Untested.
2019-09-01 13:06:25 +00:00
taca
b784a3fa7a doc: note update of php languages
lang/php72	7.2.22
	lang/php73	7.3.9
	lang/php71	7.1.32
2019-09-01 13:05:27 +00:00
taca
0f58a4f829 lang/php71: update to 7.1.32
29 Aug 2019, PHP 7.1.32

- mbstring:
  . Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe) (stas)
2019-09-01 13:04:13 +00:00
taca
c14b53fdf3 lag/php73: update to 7.3.9
29 Aug 2019, PHP 7.3.9

- Core:
  . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
  . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
  . Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC
    child). (Nikita)

- Curl:
  . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
    (Abyr Valg)

- Exif:
  . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
    invalid cast). (Nikita)

- FPM:
  . Fixed bug #77185 (Use-after-free in FPM master event handling).
    (Maksim Nikulin)

- Iconv:
  . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
    Jung)

- LiteSpeed:
  . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)

- MBString:
  . Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224) (Stas)

- MySQLnd:
  . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)
  . Fixed bug #78213 (Empty row pocket). (cmb)

- Opcache:
  . Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is
    used). (Nikita)

- Standard:
  . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
    with invalid length). (Nikita)
  . Fixed bug #78282 (atime and mtime mismatch). (cmb)
  . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
    with fixed length buffer). (Albert Casademont)
  . Fixed bug #78346 (strip_tags no longer handling nested php tags). (cmb)
2019-09-01 13:03:17 +00:00
taca
a5c3e4386e lang/php72: update to 7.2.22
29 Aug 2019, PHP 7.2.22

- Core:
  . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
  . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)

- Curl:
  . Fixed bug #77946 (Bad cURL resources returned by curl_multi_info_read()).
    (Abyr Valg)

- Exif:
  . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
    invalid cast). (Nikita)

- Iconv:
  . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
    Jung)

- LiteSpeed:
  . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)

- MySQLnd:
  . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)

- Opcache:
  . Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing is
    used). (Nikita)

- Standard:
  . Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL stream)
    with invalid length). (Nikita)
  . Fixed bug #78282 (atime and mtime mismatch). (cmb)
  . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
    with fixed length buffer). (Albert Casademont)
2019-09-01 13:02:05 +00:00
nia
1a24d5554e doc: Updated x11/eterm to 0.9.6 2019-09-01 12:08:28 +00:00
nia
2a9fd7e132 eterm: Update to 0.9.6
Don't install as setuid root.
2019-09-01 12:08:17 +00:00
nia
2a24ab5641 mono6: Give up and add cmake to USE_TOOLS.
While here, silcence some pkglint warnings.
2019-09-01 12:04:38 +00:00
nia
2cd4edb02d supertuxkart: fails with wayland installed, so disable it explicitly 2019-09-01 11:44:19 +00:00
nia
bb6acf74e9 doc: remove xine-1.2.3 from TODO 2019-09-01 11:34:12 +00:00
ryoon
d893819e4b Fix dates 2019-09-01 11:16:17 +00:00
nia
e546fa9baf doc: Remove mono-5.2 from TODO 2019-09-01 11:14:54 +00:00
leot
86d8e06a02 doc: Updated www/links-gui to 2.20 2019-09-01 11:08:56 +00:00
leot
3abd0c2c76 doc: Updated www/links to 2.20 2019-09-01 11:08:34 +00:00
leot
6acd79f88f links{,-gui}: Update to 2.20
Changes:
2.20
----
 - Security bug fixed: when links was connected to tor, it would send real
   dns requests outside the tor network when the displayed page contains
   <link rel="dns-prefetch" href="http://host.domain/">.
   This bug is present in links-2.15 to links-2.19.
   Found by Shi Tian.
 - Fix a crash if:
    * External fonts are used
    * Rendering is optimized for LCD
    * The document contains some characters with zero width
 - Accept file urls in the form file://localhost/usr/bin/ or
   file://hostname/usr/bin/ according to RFC 8089
 - Report errors using dialog boxes on OS/2 and Windows because
   the standard output may not be visible
 - Fix an error "ERROR: select for write (5) failed: Bad file descriptor"
   that could happen if the master process was doing dns lookup while being
   suspended
 - Fixed a memory leak of the SSL structure
 - Try to open the file "/dev/input/mice" and use it instead of gpm.
   (the user must be in the "input" group)
   This results in smooth mouse movement on the framebuffer.
 - Report "Lynx/Links" user agent when searching on Google so that
   Google returns non-css page
 - Support the zstd compression algorithm
 - Haiku support
 - Fix mouse dragging not being reported in xterm
 - Use proper cookie expiry
2019-09-01 11:07:51 +00:00
nia
7149a7ab0b glu: correct path to mesa 2019-09-01 10:57:27 +00:00
nia
e8a1c9ebf3 MesaLib: go back to disabling llvm on SunOS and non-dri platforms 2019-09-01 09:36:16 +00:00
nia
416cd391b1 wayland: Add Linux as supported platform 2019-09-01 09:35:05 +00:00
wiz
23fa6ba6af doc/TODO: add some
+ ImageMagick-7.0.8.63, Sigil-0.9.17 [needs QtWebEngine], blender-2.80,
  cbindgen-0.9.1, i3-4.17.1, libarchive-3.4.0, libogg-1.3.4,
  links-2.20, php71-7.1.32, php72-7.2.22, php73-7.3.9, xcb-util-0.4.1.
2019-09-01 08:42:56 +00:00
kre
b65c272448 bash to 5.0.11 2019-09-01 06:00:36 +00:00