Commit graph

284719 commits

Author SHA1 Message Date
wiz
04e8b54313 doc: Updated x11/xscreensaver to 5.39nb1 2018-07-21 06:16:08 +00:00
wiz
d3dc4934a5 xscreensaver: add some dependencies
Should fix image loading support.

Bump PKGREVISION.
2018-07-21 06:15:58 +00:00
leot
93195bc65f doc: Get rid of a newline and of a double `cce' (whoops!) 2018-07-20 19:16:24 +00:00
leot
651fe6c13d doc: Updated print/foomatic4-db-engine to 4.0.12nb9 2018-07-20 19:15:11 +00:00
leot
663a358e79 doc: Updated print/foomatic4-db-engine to 4.0.12nb9 2018-07-20 19:14:13 +00:00
leot
9146ede530 foomatic4-db-engine: Avoid possible strcpy(3) undefined behaviour
When *dst and *src overlaps in strcpy(3) according to POSIX the behaviour is
undefined and at least on NetBSD this lead to SIGABRT (due buffer overflow
detection of fortify) in foomatic-combo-xml.

PKGREVISION++
2018-07-20 19:14:00 +00:00
reinoud
472c0aa305 Add comment about updating misc/udfclient to version 0.8.9 2018-07-20 19:08:53 +00:00
reinoud
ee08d621ea Bump misc/udfclient to version 0.8.9 2018-07-20 19:07:41 +00:00
jperkin
246c0699fb doc: Added net/bwm-ng version 0.6.1 2018-07-20 16:23:36 +00:00
jperkin
18445d8fd6 net: Add bwm-ng 2018-07-20 16:23:19 +00:00
jperkin
388e7f0a0f Add bwm-ng version 0.6.1 to pkgsrc.
Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor for Linux, BSD, Solaris, Mac OS X and others.
2018-07-20 16:22:41 +00:00
fhajny
f09c8e8603 doc: Updated lang/nodejs to 10.7.0 2018-07-20 13:59:56 +00:00
fhajny
724651191a lang/nodejs: Update to 10.7.0.
- console:
  - The `console.timeLog()` method has been implemented.
- deps:
  - Upgrade to libuv 1.22.0.
  - Upgrade to ICU 62.1 (Unicode 11, CLDR 33.1).
- http:
  - Added support for passing both `timeout` and `agent` options to
    `http.request`.
- inspector:
  - Expose the original console API in `require('inspector').console`.
- napi:
  - Added experimental support for functions dealing with bigint
    numbers.
- process:
  - The `process.hrtime.bigint()` method has been implemented.
  - Added the `--title` command line argument to set the process title
    on startup.
- trace_events:
  - Added process\_name metadata.
2018-07-20 13:59:41 +00:00
taca
527f370405 doc: note update of lang/php.
lang/php71	7.1.20
	lang/php72	7.2.8
	lang/php70	7.0.31
	lang/php56	5.6.37
2018-07-20 13:34:09 +00:00
taca
307f51cba0 lang/php: reset PKGREVISION
Reset PKGREVISION with all php's version updates.
2018-07-20 13:33:02 +00:00
taca
efd25f6168 lang/php72: reset PKGREVISION
Reset PKGREVISION along with update to 7.2.8.
2018-07-20 13:29:50 +00:00
taca
12c71c75d8 lang/php56: update to 5.6.37
19 Jul 2018, PHP 5.6.37

- Exif:
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
  . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
2018-07-20 13:28:48 +00:00
taca
fbbe9cfe3e lang/php70: update to 7.0.31
19 Jul 2018 PHP 7.0.31

- Exif:
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
  . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
2018-07-20 13:27:28 +00:00
taca
a1b86caa60 lang/php72: update to 7.2.8
19 Jul 2018, PHP 7.2.8

- Core:
  . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
    with an error handler). (Laruence)
  . Fixed bug #76520 (Object creation leaks memory when executed over HTTP).
    (Nikita)
  . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
    properly). (Nikita)

- Date:
  . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)

- EXIF:
  . Fixed bug #76409 (heap use after free in _php_stream_free). (cmb)
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
  . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- FPM:
  . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
    non-blocking). (Nikita)

- GMP:
  . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
    other classes). (Nikita)

- intl:
  . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
    type). (cmb)

- mbstring:
  . Fixed bug #76532 (Integer overflow and excessive memory usage
    in mb_strimwidth). (MarcusSchwarz)

- Opcache:
  . Fixed bug #76477 (Opcache causes empty return value).
    (Nikita, Laruence)

- PGSQL:
  . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)

- phpdbg:
  . Fix arginfo wrt. optional/required parameters. (cmb)

- Reflection:
  . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
    error handler). (Laruence)
  . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
    inherited classes). (Nikita)

- Standard:
  . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
    (Laruence)
  . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)

- ZIP:
  . Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM).
    (Dennis Birkholz, Remi)
2018-07-20 13:25:26 +00:00
taca
f8a924d51f lang/php71: update to 7.1.20
19 Jul 2018, PHP 7.1.20

- Core:
  . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
    with an error handler). (Laruence)
  . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
    properly). (Nikita)

- Date:
  . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)

- exif:
  . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in
    exif_thumbnail_extract of exif.c). (Stas)
 . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif
    data). (Stas)

- FPM:
  . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
    non-blocking). (Nikita)

- GMP:
  . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
    other classes). (Nikita)

- intl:
  . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
    type). (cmb)

- mbstring:
  . Fixed bug #76532 (Integer overflow and excessive memory usage
    in mb_strimwidth). (MarcusSchwarz)

- PGSQL:
  . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)

- phpdbg:
  . Fix arginfo wrt. optional/required parameters. (cmb)

- Reflection:
  . Fixed bug #76536 (PHP crashes with core dump when throwing exception in
    error handler). (Laruence)
  . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
    inherited classes). (Nikita)

- Standard:
  . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
    (Laruence)
  . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)

- Win32:
  . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol)
2018-07-20 13:23:46 +00:00
wen
9df81fc5df Updated devel/p5-File-Temp to 0.2308 2018-07-20 13:08:02 +00:00
wen
0af1880f27 Update to 0.2308
Upstream changes:
0.2308    2018-07-11 21:06:16Z
          - remove File::Temp::Dir from the PAUSE index (it is not in its own
            .pm file, so it is not 'use'able on its own)

0.2307    2018-06-24 19:40:29Z (TRIAL RELEASE)
          - change EXLOCK default from true to false; addresses RT#123959.
            Note that this option was always a no-op on non-BSD platforms;
            changing the default to false makes behaviour more predictable and
            consistent across platforms.

0.2306    2018-06-24 19:33:47Z
          - switch from 'use vars' to 'our'

0.2305    2018-04-19 11:58:49Z (TRIAL RELEASE)
          - documentation updates for what versions contain what features
            (thanks, Brian Mowrey! RT#101518)
          - fix bad use of skip() in tests (RT#95922)
          - Fall back to CSIDL_LOCAL_APPDATA under taint on Windows (RT#60340)
          - update distribution tooling
2018-07-20 13:04:03 +00:00
minskim
1a950a9ba9 doc: Added devel/c++gsl version 1.0.0 2018-07-20 11:32:52 +00:00
minskim
695620279c devel/Makefile: Add c++gsl 2018-07-20 11:32:35 +00:00
minskim
f3fd502344 devel/c++gsl: Import version 1.0.0
The Guideline Support Library (GSL) contains functions and types that
are suggested for use by the C++ Core Guidelines maintained by the
Standard C++ Foundation. This package contains Microsoft's
implementation of GSL.
2018-07-20 11:32:25 +00:00
fhajny
0a456e226a doc: Updated chat/ejabberd to 18.06 2018-07-20 09:58:35 +00:00
fhajny
4cefc4c8d8 chat/ejabberd: Update to 18.06.
Admin
- Stop ejabberd initialization on invalid/unknown options
- Add new options for OOM watchdog: oom_watermark and oom_queue
- Add ability to modify version string
- Add option ext_api_headers to define REST API custom headers
- Fix Erlang limits in ejabberdctl.cfg.example to reflect current
  situation
- Make trusted_proxied ejabberd_http option accept ip masks
- Teach acl ip matching about ipv4 mapped ipv6 addresses
- Removed watchdog_admins option from config, as has no effect anymore
- Improve logging of external authentication failures
- ejabberd_auth: Don't use cache if the option is disabled
- Make connected_users_info and user_sessions_info DB-agnostic

Core
- Support SASL PLAIN by xmpp_stream_out
- Add Resource Binding support to xmpp_stream_out
- Improve robustness of external authentication backends
- Don't use 'unsupported-version' inside SM element
- Generate SASL failures on unencrypted connections only for s2s
- Fix reset_stream in websocket using pre-rfc protocol
- Don't crash in bosh when we receive request with RID < prev_rid
- Get rid of all calls to jlib.erl module
- Support IPv6 connections for PostgreSQL, MySQL and LDAP
- Fix authentication for usernames containing uppercase characters
- Optimize HTTP requests memory usage
- PKIX: Just warn instead of ignore a certificate containing no domain
  names
- PKIX: Don't replace valid certificates with invalid ones

Modules
- Log modules startup
- mod_disco: Advertise disco#info and disco#items features
- mod_irc: is moved away from ejabberd repo to ejabberd-contrib
- mod_mam: Don't replace existing stanza ID
- HTTP upload: Generate HTTP Upload form using xdata codec
- HTTP upload: Improve error formatting
- HTTP upload: Return detailed error if HTTP upload is too large

MUC
- Always display room's xdata in disco#info
- Display muc#roomconfig_changesubject in room's disco#info
- Render roomname, allowinvites and allowpm in room disco#info
- Support for roomconfig_lang/roominfo_lang
- mod_muc_sql: Fix export to SQL

Push
- Omit summary for outgoing messages
- Further improve handling of carbons
- Also include sender/body for carbons
- Include a static body text by default
- keepalive: Increase default timeout to 3 days
- SQL: Check 'max_user_sessions' limit
2018-07-20 09:58:26 +00:00
fhajny
dc6fe07987 security/erlang-jose: Provide workaround to build on erlang>=21. 2018-07-20 09:55:47 +00:00
adam
f5a300924a Updated databases/py-peewee, devel/py-dash 2018-07-20 09:43:50 +00:00
adam
078fb6f043 py-dash: updated to 4.6.1
v4.6.1:
Misc
- Support Python 3.7.
2018-07-20 09:42:54 +00:00
wiz
ce4209719d doc: Updated x11/xf86-video-r128 to 6.11.0 2018-07-20 09:41:37 +00:00
wiz
8702d41453 xf86-video-r128: update to 6.11.0.
Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dylan Aïssi (1):
      Fix typo: Initalizing --> Initializing

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-r128: remove the GlxSetVisualConfigs stub and friends

Helmut Grohne (1):
      Fix for cross build failure

Kevin Brace (31):
      Move the location where R128PreInitGamma is called
      Move assignment of color depth variables away from R128PreInitVisual
      Move the assignment to monitor field of ScrnInfoRec record
      Move R128PreInitVisual and R128PreInitGamma calls
      Remove R128ProbeDDC
      Refactor R128PreInitWeight
      Move the location xf86CrtcConfigInit is called inside R128PreInit
      Move existing mode setting initialization code into R128LegacyMS
      Move R128InitCrtcRegisters to r128_crtc.c
      Move R128InitCrtc2Registers to r128_crtc.c
      Move R128InitCrtcBase to r128_crtc.c
      Move R128InitCrtc2Base to r128_crtc.c
      Convert R128Div to an inline function
      Move R128InitPLLRegisters to r128_crtc.c
      Move R128InitPLL2Registers to r128_crtc.c
      Move R128RestoreCrtcRegisters to r128_crtc.c
      Move R128RestoreCrtc2Registers to r128_crtc.c
      Move R128InitDACRegisters to r128_output.c
      Move R128RestoreDACRegisters to r128_output.c
      Move R128RestorePLLRegisters to r128_crtc.c
      Move R128RestorePLL2Registers to r128_crtc.c
      Move R128InitDDARegisters to r128_crtc.c
      Move R128InitDDA2Registers to r128_crtc.c
      Move the location R128PreInitDRI is called
      Deprecate R128TRACE macro when generating debug messages
      Remove compilation warnings related to debug messages
      Using __func__ string for debug message function identification
      Convert tabs to white spaces for r128_output.c
      Fix for some RAGE 128 Pro causing out of range display error
      Reorganize r128_exa.c
      Version bumped to 6.11.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (2):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: use exec instead of waiting for configure to finish

Stefan Dirsch (1):
      Include <stdint.h> in order to declare uint32_t
2018-07-20 09:41:28 +00:00
adam
20de678f31 py-peewee: updated to 3.6.4
3.6.4:
Take a whole new approach, following what simplejson does. Allow the
build_ext command class to fail, and retry without extensions in the event we
run into issues building extensions.

3.6.3:
Add check in setup.py to determine if a C compiler is available before
building C extensions.

3.6.2:
Use ctypes.util.find_library to determine if libsqlite3 is installed.
Should fix problems people are encountering installing when SQLite3 is not
available.

3.6.1:
Fixed issue with setup script.

3.6.0:
* Support for Python 3.7, including bugfixes related to new StopIteration
  handling inside of generators.
* Support for specifying ROWS or RANGE window frame types.
* Add APIs for user-defined window functions if using [pysqlite3](https://github.com/coleifer/pysqlite3)
  and sqlite 3.25.0 or newer.
* TimestampField now uses 64-bit integer data-type for storage.
* Added support to pwiz and playhouse.reflection to enable generating
  models from VIEWs.
* Added lower-level database API for introspecting VIEWs.
* Revamped continuous integration setup for better coverage, including 3.7 and
  3.8-dev.
* Allow building C extensions even if Cython is not installed, by distributing
  pre-generated C source files.
* Switch to using setuptools for packaging.
2018-07-20 09:38:49 +00:00
bouyer
1b3c7d93c4 Update distinfo for new patch-external_mysql-connector-cpp_config.h 2018-07-20 09:36:57 +00:00
bouyer
8e70d8abf5 Define HAVE_INTTYPES_H for __NetBSD__ too.
Fixes build on NetBSD/i386 8.0 at last
2018-07-20 09:36:19 +00:00
fhajny
70ab6e5edb doc: Updated graphics/erlang-eimp to 1.0.6 2018-07-20 09:26:28 +00:00
fhajny
f11839448a graphics/erlang-eimp: Update to 1.0.6.
- Updating p1_utils to version 1.0.12.
2018-07-20 09:26:21 +00:00
fhajny
a663e99a10 doc: Updated net/erlang-esip to 1.0.24 2018-07-20 09:23:58 +00:00
fhajny
04a36fb9ac net/erlang-esip: Update to 1.0.24.
- Updating fast_tls to version 1.0.23.
- Updating stun to version 1.0.23.
- Updating p1_utils to version 1.0.12.
2018-07-20 09:23:49 +00:00
fhajny
414075485a doc: Updated net/erlang-xmpp to 1.2.2 2018-07-20 09:22:04 +00:00
fhajny
21f934e408 net/erlang-xmpp: Update to 1.2.2.
Version 1.2.2
- Updating fast_xml to version 1.1.32.
- Fix crash when trying to encode xmlcdata
- Add missing files to hex package

Version 1.2.1
- Updating p1_utils to version 1.0.12.
- Updating fast_xml to version 1.1.31.
- Updating stringprep to version 1.0.12.

Version 1.2.0
- Support XEP-0377: Spam Reporting
- New xmpp_lang module to validate language tags
- Improve muc#roominfo and muc#roomconfig data forms
- XEP-0363: support and tags
- XEP-0363: data form support
- Add more functions to format errors
- Change arity of err_gone(), err_redirect() and serr_see_other_host()
  THIS CHANGE INTRODUCES API INCOMPATIBILITY: use xref to check the code
- Support multiple namespaces for the same data form
2018-07-20 09:21:56 +00:00
fhajny
f7ebba80a6 doc: Updated net/erlang-stun to 1.0.23 2018-07-20 09:18:05 +00:00
fhajny
a30300406a net/erlang-stun: Update to 1.0.23.
- Updating fast_tls to version 1.0.23.
- Updating p1_utils to version 1.0.12.
- Use p1_fsm instead of gen_fsm
- Remove unused dependency on port compiler
2018-07-20 09:17:56 +00:00
fhajny
8d48f8820c doc: Updated textproc/erlang-stringprep to 1.0.12 2018-07-20 09:14:38 +00:00
fhajny
5a59516812 textproc/erlang-stringprep: Update to 1.0.12.
- Updating p1_utils to version 1.0.12.
2018-07-20 09:14:29 +00:00
fhajny
31d64bd972 doc: Updated databases/erlang-p1_pgsql to 1.1.6 2018-07-20 09:11:35 +00:00
fhajny
bd5cad39e4 databases/erlang-p1_pgsql: Update to 1.1.6.
- Add support for ipv6 connections
2018-07-20 09:11:25 +00:00
fhajny
9cf5f81b00 doc: Updated databases/erlang-p1_mysql to 1.0.6 2018-07-20 09:09:39 +00:00
fhajny
234cef9959 databases/erlang-p1_mysql: Update to 1.0.6.
- Add support for ipv6 connections
2018-07-20 09:09:27 +00:00
fhajny
9614fb1c09 doc: Updated converters/erlang-iconv to 1.0.8 2018-07-20 09:07:55 +00:00