Commit graph

280845 commits

Author SHA1 Message Date
wiz
f0f79c01cf doc: Updated devel/libgsf to 1.14.43 2018-04-27 14:19:36 +00:00
hauke
7bbad617e6 Update GLPI to v9.2.3
From the release announcement:

* Hide closed tasks on central,
* Quick search in saved searches panel,
* Fix image in FAQ for anonymous users,
* Possibility to add an analytics javascript,
* Various fixes on components,
* And many more!

The full changelog is available here for more details:
https://github.com/glpi-project/glpi/milestone/24?closed=1
2018-04-27 14:19:29 +00:00
wiz
d69cd219a7 libgsf: update to 1.14.43.
libgsf 1.14.43

Morten:
	* Handle modtime for memory mapped files.

Corentin Noël and Rico Tzschichholz:
	* Introspection fixes.
2018-04-27 14:19:25 +00:00
wiz
1d471eae96 doc: Updated textproc/gsed to 4.5 2018-04-27 14:16:33 +00:00
wiz
07e2a53ee5 gsed: update to 4.5.
* Noteworthy changes in release 4.5 (2018-03-31) [stable]

** Bug fixes

  sed now fails when matching very long input lines (>2GB).
  Before, sed would silently ignore the regex without indicating an
  error. [Bug present at least since sed-3.02]

  sed no longer rejects comments and closing braces after y/// commands.
  [Bug existed at least since sed-3.02]

  sed -E --posix no longer ignores special meaning of '+','?','|' .
  [Bug introduced in the original implementation of --posix option in
  v4.1a-5-gba68fb4]

  sed -i now creates selinux context based on the context of the symlink
  instead of the symlink target. [Bug present since at least sed-4.2]
  sed -i --follow-symlinks remains unchanged.

  sed now treats the sequence '\x5c' (ASCII 92, backslash) as literal
  backslash character, not as an escape prefix character.
  [Bug present since sed-3.02.80]
  Old behavior:
     $ echo z | sed -E 's/(z)/\x5c1/' # identical to 's/(z)/\1/'
     z
  New behavior:
     $ echo z | sed -E 's/(z)/\x5c1/'
     \1
2018-04-27 14:16:23 +00:00
fhajny
83a5954a61 doc: Updated sysutils/liblognorm to 2.0.5 2018-04-27 14:07:04 +00:00
fhajny
c44acaadf2 sysutils/liblognorm: Update to 2.0.5.
- bugfix: es_str2cstr leak in string-to v1 parser
- make "make check" "succeed" on solaris 10
- some mostly cosmetic fixes detected by Coverity Scan
2018-04-27 14:06:56 +00:00
fhajny
a51dffc61b doc: Updated security/vault to 0.10.1 2018-04-27 14:02:49 +00:00
fhajny
d509f30245 security/vault: Update to 0.10.1.
DEPRECATIONS/CHANGES:

- `vault kv` and Vault versions: In 0.10.1 some issues with `vault kv` against
  v1 K/V engine mounts are fixed. However, using 0.10.1 for both the server
  and CLI versions is required.
- Mount information visibility: Users that have access to any path within a
  mount can now see information about that mount, such as its type and
  options, via some API calls.
- Identity and Local Mounts: Local mounts would allow creating Identity
  entities but these would not be able to be used successfully (even locally)
  in replicated scenarios. We have now disallowed entities and groups from
  being created for local mounts in the first place.

FEATURES:

- X-Forwarded-For support: `X-Forwarded-For` headers can now be used to set the
  client IP seen by Vault. See the TCP listener configuration
  page for details.
- CIDR IP Binding for Tokens: Tokens now support being bound to specific
  CIDR(s) for usage. Currently this is implemented in Token Roles; usage can be
  expanded to other authentication backends over time.
- `vault kv patch` command: A new `kv patch` helper command that allows
  modifying only some values in existing data at a K/V path, but uses
  check-and-set to ensure that this modification happens safely.
- AppRole Local Secret IDs: Roles can now be configured to generate secret IDs
  local to the cluster. This enables performance secondaries to generate and
  consume secret IDs without contacting the primary.
- AES-GCM Support for PKCS#11 [BETA] (Enterprise): For supporting HSMs,
  AES-GCM can now be used in lieu of AES-CBC/HMAC-SHA256. This has currently
  only been fully tested on AWS CloudHSM.
- Auto Unseal/Seal Wrap Key Rotation Support (Enterprise): Auto Unseal
  mechanisms, including PKCS#11 HSMs, now support rotation of encryption keys,
  and migration between key and encryption types, such as from AES-CBC to
  AES-GCM, can be performed at the same time (where supported).

IMPROVEMENTS:

- auth/approle: Support for cluster local secret IDs. This enables secondaries
  to generate secret IDs without contacting the primary
- auth/token: Add to the token lookup response, the policies inherited due to
  identity associations
- auth/token: Add CIDR binding to token roles
- cli: Add `vault kv patch`
- core: Add X-Forwarded-For support
- core: Add token CIDR-binding support
- identity: Add the ability to disable an entity. Disabling an entity does not
  revoke associated tokens, but while the entity is disabled they cannot be
  used.
- physical/consul: Allow tuning of session TTL and lock wait time
- replication: Dynamically adjust WAL cleanup over a period of time based on
  the rate of writes committed
- secret/ssh: Update dynamic key install script to use shell locking to avoid
  concurrent modifications
- ui: Access to `sys/mounts` is no longer needed to use the UI - the list of
  engines will show you the ones you implicitly have access to (because you have
  access to to secrets in those engines)

BUG FIXES:

- cli: Fix `vault kv` backwards compatibility with KV v1 engine mounts
- identity: Persist entity memberships in external identity groups across
  mounts
- identity: Fix error preventing authentication using local mounts on
  performance secondary replication clusters
- replication: Fix issue causing secondaries to not connect properly to a
  pre-0.10 primary until the primary was upgraded
- secret/gcp: Fix panic on rollback when a roleset wasn't created properly
- secret/gcp: Fix panic on renewal
- ui: Fix IE11 form submissions in a few parts of the application
- ui: Fix IE file saving on policy pages and init screens
- ui: Fixed an issue where the AWS secret backend would show the wrong menu
- ui: Fixed an issue where policies with commas would not render in the
  interface properly
- ui: Corrected the saving of mount tune ttls for auth methods
- ui: Credentials generation no longer checks capabilities before making
  api calls. This should fix needing "update" capabilites to read IAM
  credentials in the AWS secrets engine
2018-04-27 14:02:41 +00:00
fhajny
139cc4f4ee doc: Updated databases/py-peewee to 3.3.1 2018-04-27 13:53:08 +00:00
fhajny
0afbefeee2 databases/py-peewee: Update to 3.3.1.
- Fixed long-standing bug in 3.x regarding using column aliases with
  queries that utilize the ModelCursorWrapper (typically queries with
  one or more joins).
- Fix typo in model metadata code, thanks @klen.
- Add examples of using recursive CTEs to docs.
2018-04-27 13:52:59 +00:00
adam
01605df1df Updated lang/perl5, databases/p5-gdbm 2018-04-27 09:45:04 +00:00
adam
fa5693aa9b perl5: updated to 5.26.2
5.26.2:

Security
[CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom (regcomp.c)
A crafted regular expression could cause a heap buffer write overflow, with control over the bytes written.
[CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c)
Matching a crafted locale dependent regular expression could cause a heap buffer read overflow and potentially information disclosure.
[CVE-2018-6913] heap-buffer-overflow in S_pack_rec
pack() could cause a heap buffer write overflow with a large item count.
Assertion failure in Perl__core_swash_init (utf8.c)
Control characters in a supposed Unicode property name could cause perl to crash. This has been fixed.

Updated Modules and Pragmata
Module::CoreList has been upgraded from version 5.20170922_26 to 5.20180414_26.
PerlIO::via has been upgraded from version 0.16 to 0.17.
Term::ReadLine has been upgraded from version 1.16 to 1.17.
Unicode::UCD has been upgraded from version 0.68 to 0.69.

Selected Bug Fixes
The readpipe() built-in function now checks at compile time that it has only one parameter expression, and puts it in scalar context, thus ensuring that it doesn't corrupt the stack at runtime.
Fixed a use after free bug in pp_list introduced in Perl 5.27.1.
Parsing a sub definition could cause a use after free if the sub keyword was followed by whitespace including newlines (and comments).
The tokenizer now correctly adjusts a parse pointer when skipping whitespace in an ${identifier} construct.
Accesses to ${^LAST_FH} no longer assert after using any of a variety of I/O operations on a non-glob.
sort now performs correct reference counting when aliasing $a and $b, thus avoiding premature destruction and leakage of scalars if they are re-aliased during execution of the sort comparator.
Some convoluted kinds of regexp no longer cause an arithmetic overflow when compiled.
Fixed a duplicate symbol failure with -flto -mieee-fp builds. pp.c defined _LIB_VERSION which -lieee already defines.
A NULL pointer dereference in the S_regmatch() function has been fixed.
Failures while compiling code within other constructs, such as with string interpolation and the right part of s///e now cause compilation to abort earlier.
2018-04-27 09:44:27 +00:00
adam
03b734dd4c Updated textproc/py-natsort, www/py-raven 2018-04-27 07:45:33 +00:00
adam
ec0424fb5c py-raven: updated to 6.7.0
6.7.0:
[Sanic] Added support for sanic.
[Core] Disabled dill logger by default
[Core] Added SENTRY_NAME, SENTRY_ENVIRONMENT and SENTRY_RELEASE environment variables
[Core] DSN secret is now optional
[Core] Added fix for cases with exceptions in repr
[core] Fixed bug with mutating record.data
2018-04-27 07:45:09 +00:00
adam
15c4166284 py-natsort: updated to 5.3.0
5.3.0:
Fix bug in assessing fastnumbers version at import-time.
Add ability to consider unicode-decimal numbers as numbers.
2018-04-27 07:00:41 +00:00
adam
842c0e36f9 Updated databases/py-sqlalchemy, databases/py-sqlalchemy-utils 2018-04-27 06:57:40 +00:00
adam
5852f5300d py-sqlalchemy-utils: updated to 0.33.2
0.33.2:
Added support for universal wheels.
Fixed usage of template0 and template1 with postgres database functions.
2018-04-27 06:57:21 +00:00
adam
7fceb18a7c py-sqlalchemy: updated to 1.2.7
SQLAlchemy release 1.2.7:
Release 1.2.7 includes some dialect-specific fixes as well as a small number of SQL and ORM related fixes.
2018-04-27 06:51:55 +00:00
adam
4658e4be51 Updated net/openvpn, security/py-m2crypto 2018-04-27 06:47:49 +00:00
adam
7f3c9ca1c4 py-m2crypto: updated to 0.30.0
0.30.0:
- Various small typos (Windows builds, Fix SSL.Connection.__del__)
- The project is now Linux-distribution agnostic
- Replace all old-style classes with the new ones (it shouldn't cause
  any problems, but feel free to file an issue, if it does)
- Do not by-pass a potential transfer decoding in m2urllib2
- Update M2Crypto.six with 1.11.0 and replace our local workarounds with
  new functions.
- SSLv3 just removed.
- Don't support Python 2.6 on Windows anymore. Windows users don't have
  python as a system package, so they are usually more likely to upgrade
  anyway.
2018-04-27 06:47:25 +00:00
adam
184f7f5d98 openvpn: 2.4.6
OpenVPN 2.4.6
management: Warn if TCP port is used without password

Correct version in ChangeLog - should be 2.4.5, was mistyped as 2.4.4
Fix potential double-free() in Interactive Service (CVE-2018-9336)
preparing release v2.4.6 (ChangeLog, version.m4, Changes.rst)

manpage: improve description of --status and --status-version

Make return code external tls key match docs

Delete the IPv6 route to the "connected" network on tun close
Management: warn about password only when the option is in use
Avoid overflow in wakeup time computation

Add missing #ifdef SSL_OP_NO_TLSv1_1/2

Check for more data in control channel
2018-04-27 06:40:28 +00:00
wiz
48683a024e multimedia/Makefile: add vlc2 2018-04-27 06:01:08 +00:00
minskim
72e385973c devel/cmake: -lcrypto should appear later in the command
This fixes PR pkg/53117.
2018-04-26 17:30:36 +00:00
taca
539a4daedc doc: Updated lang/php70 to 7.0.30 2018-04-26 15:47:33 +00:00
taca
160089fd59 lang/php70: update to 7.0.30
26 Apr 2018 PHP 7.0.30

- Exif:
  . Fixed bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
  (Stas)

- iconv:
  . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
    invalid sequence). (Stas)

- LDAP:
  . Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)

- Phar:
  . Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)

29 Mar 2018 PHP 7.0.29

- FPM:
  . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
    access controls). (Jakub Zelenka)
2018-04-26 15:46:57 +00:00
taca
9a9092754c doc: Updated lang/php72 to 7.2.5 2018-04-26 15:44:47 +00:00
taca
31bbc4707f lang/php72: Reset PKGREVISION 2018-04-26 15:44:15 +00:00
taca
0b0f855dd8 doc: Updated lang/php71 to 7.1.17 2018-04-26 15:43:39 +00:00
taca
727e69ffb3 lang/php72: update to 7.2.5
26 Apr 2018, PHP 7.2.5

- Core:
  . Fixed bug #75722 (Convert valgrind detection to configure option).
    (Michael Heimpold)

- Date:
  . Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)

- Exif:
  . Fixed bug#76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
    (Stas)

- FPM:
  . Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list
    too long). (Jacob Hipps)
  . Fixed incorrect write to getenv result in FPM reload. (Jakub Zelenka)

- GD:
  . Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
    (cmb)

- intl:
  . Fixed bug #76153 (Intl compilation fails with icu4c 61.1). (Anatol)

- iconv:
  . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
    invalid sequence). (Stas)

- ldap:
  . Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)

- mbstring:
  . Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
  . Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
    (chrullrich, cmb)

- ODBC:
  . Fixed bug #76088 (ODBC functions are not available by default on Windows).
    (cmb)

- Opcache:
  . Fixed bug #76094 (Access violation when using opcache). (Laruence)

- Phar:
  . Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)

- phpdbg:
  . Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)

- SPL:
  . Fixed bug #76131 (mismatch arginfo for splarray constructor).
    (carusogabriel)

- standard:
  . Fixed bug #74139 (mail.add_x_header default inconsistent with docs). (cmb)
  . Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
2018-04-26 15:43:03 +00:00
taca
c4f6591e4a lang/php: update php71 to 7.1.17
Oops, should be commited with previous one.
2018-04-26 15:42:15 +00:00
taca
274052a024 lang/php71: update to 7.1.17
26 Apr 2018, PHP 7.1.17

- Date:
  . Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)

- Exif:
  . Fixed bug#76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
    (Stas)

- FPM:
  . Fixed bug #68440 (ERROR: failed to reload: execvp() failed: Argument list
    too long). (Jacob Hipps)
  . Fixed incorrect write to getenv result in FPM reload. (Jakub Zelenka)

- GD:
  . Fixed bug #52070 (imagedashedline() - dashed line sometimes is not visible).
    (cmb)

- iconv:
  . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
    invalid sequence). (Stas)

- intl:
  . Fixed bug #76153 (Intl compilation fails with icu4c 61.1). (Anatol)

- ldap:
  . Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)

- mbstring:
  . Fixed bug #75944 (Wrong cp1251 detection). (dmk001)
  . Fixed bug #76113 (mbstring does not build with Oniguruma 6.8.1).
    (chrullrich, cmb)

- Phar:
  . Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)

- phpdbg:
  . Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite). (Laruence)

- SPL:
  . Fixed bug #76131 (mismatch arginfo for splarray constructor).
    (carusogabriel)

- standard:
  . Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
2018-04-26 15:41:03 +00:00
wiz
1fda064048 doc: Updated devel/p5-Capture-Tiny to 0.48 2018-04-26 13:43:17 +00:00
wiz
1681995195 p5-Capture-Tiny: update to 0.48.
0.48      2018-04-22 09:01:08+02:00 Europe/Oslo

  - No changes from 0.47-TRIAL

0.47      2017-07-26 10:34:24-04:00 America/New_York (TRIAL RELEASE)

  [Fixed]

  - Appends PID to random file names for tee signalling to avoid
    random name collision when used in multiple forked children.
2018-04-26 13:43:08 +00:00
wiz
15b4e92a76 doc: Updated devel/p5-B-Hooks-EndOfScope to 0.24 2018-04-26 13:34:14 +00:00
wiz
d3c2938a73 p5-B-Hooks-EndOfScope: update to 0.24.
0.24      2018-04-21 14:11:08Z
  - no changes since last trial release

0.23      2018-03-17 23:33:09Z (TRIAL RELEASE)
  - improve use of constants in compile-time perl version checks

0.22      2018-03-17 19:31:37Z (TRIAL RELEASE)
  - Fix memory corruption on perls 5.8.0 - 5.8.3
2018-04-26 13:34:05 +00:00
wiz
033dda08ec doc: Updated devel/p5-Async-Interrupt to 1.24 2018-04-26 13:33:24 +00:00
wiz
27c873cc93 p5-Async-Interrupt: update to 1.24.
1.24 Tue Apr 17 21:24:11 CEST 2018
	- actually rewnew was missing, not wrongly documented. silly.

1.23 Tue Apr 17 21:18:24 CEST 2018
	- ->renew is actually called ->post_fork, fix documentation.
        - use stability canary.
2018-04-26 13:33:16 +00:00
wiz
4ace4bcad3 doc: Updated devel/p5-App-cpanminus to 1.7044 2018-04-26 13:32:11 +00:00
wiz
62ce8d4bb9 p5-App-cpanminus: update to 1.7044.
1.7044  2018-04-19 13:54:29 CEST
   [Improvements]
      - Support zip files with comments (skaji) #560
      - Use metacpan download_url API (haarg) #522
2018-04-26 13:32:03 +00:00
wiz
8b9a0102af doc: Updated devel/p5-Alien-Build to 1.41 2018-04-26 13:31:18 +00:00
wiz
c3483dc41d p5-Alien-Build: update to 1.41.
1.41      2018-04-24 06:19:18 -0400
  - before and after directives in alienfile triggers requirement on Alien::Build 1.40

1.40_01   2018-04-12 09:21:05 -0400
  - Add before and after directives to alienfile syntax
2018-04-26 13:31:09 +00:00
adam
3129701a4c Updated textproc/py-phonenumbers, finance/py-braintree 2018-04-26 13:26:12 +00:00
adam
ece401a313 py-braintree: updated to 3.45.0
3.45.0
Add support for US Bank Account verifications API
2018-04-26 13:25:32 +00:00
adam
023480ee67 py-phonenumbers: updated to 8.9.4
8.9.4:
The new release contains mostly metadata changes.
2018-04-26 13:23:36 +00:00
wiz
b38f67fce9 doc: Updated databases/p5-DB_File to 1.841 2018-04-26 12:48:26 +00:00
wiz
43fdacca73 p5-DB_File: update to 1.841.
1.841 2 Apr 2018

   * #124944 allow ppport.h-less builds in core
2018-04-26 12:48:12 +00:00
wiz
9d96cb2310 doc: Updated converters/p5-JSON-MaybeXS to 1.004000 2018-04-26 12:47:41 +00:00
wiz
3ee5e4f9b0 p5-JSON-MaybeXS: update to 1.004000.
Depend on p5-Cpanel-JSON-XS.

1.004000 - 2018-04-19
 - added true and false subs so they can be used via JSON::MaybeXS rather than
   only JSON() exported sub.
2018-04-26 12:47:33 +00:00
wiz
c8ef2f8339 doc: Added converters/p5-Cpanel-JSON-XS version 4.02 2018-04-26 12:45:52 +00:00