Commit graph

18493 commits

Author SHA1 Message Date
Alexey Dokuchaev
936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00
Wen Heping
d483fcbf9d - Add missing RUN_DEPENDS
PR:		233104
Submitted by:	jdc@koitsu.org
2018-11-11 10:30:26 +00:00
Babak Farrokhi
eac348400c databases/py-asyncpg: Update to 0.18.2 2018-11-11 08:46:15 +00:00
Koop Mast
289883b11b Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-11-10 19:57:07 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Jochen Neumeister
fa0d2e76ea Update to 7.2.12
Changelog:
 - http://www.php.net/ChangeLog-7.php#7.2.12

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
2018-11-10 17:33:27 +00:00
Bernard Spil
42c335c342 databases/mariadb103-server: Remove XTRADB option
- The XtraDB engine was removed from 10.3
 - Fix plist conflict for TOKUDB option [1]

PR:		232906 [1]
Submitted by:	Oleg Sidorkin <osidorkin gmail com>
2018-11-10 14:11:45 +00:00
Bernard Spil
b5b1d00589 databases/mariadb101-server: Fix stage-qa
PR:		233086
Reported by:	jbeich
2018-11-10 12:54:09 +00:00
Mathieu Arnold
35326f1a97 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
Sunpoet Po-Chuan Hsieh
bd5f28833c Update to 1.7
- Add NO_ARCH

Changes:	https://github.com/getsentry/rb/blob/master/CHANGES
2018-11-10 07:56:55 +00:00
Tobias C. Berner
03efb5d84e Update KDE Applications to 18.09.3 2018-11-09 20:09:13 +00:00
Rene Ladan
3ad73104b9 databases/py-fakeredis: update to 0.15.0
Reported by:	portscout
2018-11-09 19:50:57 +00:00
Dmitry Marakasov
2f97638134 - Fix LICENSE
- Add LICENSE_FILE
- Whitespace fix
- Update WWW

Approved by:	portmgr blanket
2018-11-09 09:30:21 +00:00
Palle Girgensohn
b107b17389 Posted on 2018-11-08 by PostgreSQL Global Development Group The PostgreSQL
Global Development Group has released an update to all supported versions of
our database system, including 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, and 9.3.25.
This release fixes one security issue as well as bugs reported over the last
three months.

All users using the affected versions of PostgreSQL should update as soon as
possible. Please see the notes on "Updating" below for any post-update steps
that may be required if you are using pg_stat_statements in your installation.

This update is also the final release for PostgreSQL 9.3, which is now
end-of-life and will no longer receive any bug or security fixes. If your
environment still uses PostgreSQL 9.3, please make plans to update to a
community supported version as soon as possible. Please see our versioning
policy for more information.

Releasenotes:	https://www.postgresql.org/about/news/1905/
Security:	1c27a706-e3aa-11e8-b77a-6cc21735f730
Security:	CVE-2018-16850
2018-11-08 23:21:19 +00:00
Palle Girgensohn
ef51b0bebe PostgreSQL-9.3 has reached end-of-life
Please upgrade to a later version
2018-11-08 22:58:57 +00:00
Sergey A. Osokin
680bdbb5b3 Upgrade from 5.0.0 to 5.0.1.
<ChangeLog>

Upgrade urgency: URGENT if you use Redis Streams. MODERATE otherwise.

Hi all, this is the first patch level release of Redis 5. It contains
both fixes and improvements. Here there is a list of the major ones, however
read the commit messages at the end of the changelog if you want to know
more about the smaller things. Let's start with the new features:

* Sentinel now supports authentication! Check the Sentinel official doc
  for more info.

* Redis-cli cluster "fix" is now able to fix a big number of clusters put
  in a bad condition. Previously many corner cases were not covered.

Now the critical fixes:

1. Fix RESTORE mismatch reply when certain keys already expired.
2. Fix an XCLAIM non trivial issue: sometimes the command returned a wrong
   entry or desynchronized the protocol.

And now the other fixes:

3. Stack trace generation on the Raspberry PI (and 32bit ARM) fixed.
4. Don't evict expired keys when the KEYS command is called, in order to
   avoid a mass deletion event. However expired keys are not displayed
   by KEYS as usually.
5. Improvements in the computation of the memory used, when estimating
   the AOF buffers.
6. XRANGE COUNT of 0 fixed.
7. "key misses" stats accounting fixed. Many cache misses were not counted.
8. When in MULTI state, return OOM while accumulating commands and there
   is no longer memory available.
9. Fix build on FreeBSD and possibly others.
10. Fix a crash in Redis modules, thread safe context reply accumulation.
11. Fix a race condition when producing the RDB file for full SYNC.
12. Disable protected mode in Sentinel.
13. More commands now have the HELP subcommand.
14. Fixed an issue about adaptive server HZ timer.
15. Fix cluster-replica-no-failover option name.

</ChangeLog>
2018-11-08 21:10:53 +00:00
Mathieu Arnold
15df501f08 Update to 5.5.0
The rc script is no longer provided, so integrate it here.  Also install
some extra scripts to help with admin tasks.
2018-11-07 15:09:20 +00:00
Alexey Dokuchaev
2f06a899f3 Update `databases/iowow' to version 1.2.14.
Requested by:	upstream
Reported by:	portscout (independently)
2018-11-07 11:14:33 +00:00
Wen Heping
b81aa9d35a - Fix build with cython-0.29
Submitted by:	wen@(myself, via email)
Approved by:	maintainer
2018-11-07 11:12:58 +00:00
Palle Girgensohn
4b49964033 Upgrade powa-archivist and siblings
pg_qualstat-1.0.6
pg_stat_kcache-2.1.1
powa-archvist-3.2.0

Release notes:	https://github.com/powa-team/powa-archivist/blob/REL_3_2_0/CHANGELOG.md
		https://github.com/powa-team/pg_qualstats/blob/1.0.6/CHANGELOG
		https://github.com/powa-team/pg_stat_kcache/blob/REL2_1_1/CHANGELOG.md
2018-11-06 23:46:05 +00:00
Sunpoet Po-Chuan Hsieh
cc911d5687 Change MASTER_SITES to CHEESESHOP
- Take maintainership
2018-11-06 21:57:59 +00:00
Sunpoet Po-Chuan Hsieh
58dbabf0a7 Add LICENSE_FILE
- Take maintainership
2018-11-06 21:57:26 +00:00
Sunpoet Po-Chuan Hsieh
9fc2875ebb Add LICENSE_FILE
- Sort PLIST
- Take maintainership
2018-11-06 21:57:18 +00:00
Rene Ladan
fdfdc8f266 Return tj's ports to the pool after his commit bit got safekept. 2018-11-06 21:13:54 +00:00
Sunpoet Po-Chuan Hsieh
d8cdc701e9 Update to 0.15.0
Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2018-11-06 21:10:15 +00:00
Rene Ladan
7deb5ce06a Return dryice's ports to the pool after his commit bit got safekept. 2018-11-06 20:57:19 +00:00
Matthew Seaman
a58e933f51 Update to 8.0.0
ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
2018-11-06 07:23:58 +00:00
Palle Girgensohn
d186c9c356 Update to 3.2.0
Release notes:	https://github.com/powa-team/powa-web/blob/3.2.0/CHANGELOG
2018-11-05 22:34:50 +00:00
Sunpoet Po-Chuan Hsieh
776514543b Update to 3.25.2
Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
2018-11-05 21:44:30 +00:00
Sunpoet Po-Chuan Hsieh
81a06dc814 Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:44:13 +00:00
Sunpoet Po-Chuan Hsieh
e5d357df87 Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:44:05 +00:00
Sunpoet Po-Chuan Hsieh
1cc5c00354 Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:43:56 +00:00
Sunpoet Po-Chuan Hsieh
228699c656 Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:43:48 +00:00
Sunpoet Po-Chuan Hsieh
03df0731ce Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:43:40 +00:00
Sunpoet Po-Chuan Hsieh
83b6acf26e Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:43:31 +00:00
Sunpoet Po-Chuan Hsieh
e4710efc8c Update to 1.4.9
Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.9
2018-11-05 21:43:23 +00:00
Pietro Cerutti
90de22adf1 databases/cassandra-cpp-driver: update to 2.10.0, unbreak on GCC platforms [1]
PR:		232847 [1]
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-05 09:08:55 +00:00
Sunpoet Po-Chuan Hsieh
a001e63247 Update to 0.14.2
- Fix LICENSE
- Update WWW
- Take maintainership

Changes:	https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2018-11-04 19:11:14 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Sergey A. Osokin
1a712c0263 Do not override the environment for make(1) when JEMALLOC knob
is defined.

Bump PORTREVISION.
2018-11-04 17:15:30 +00:00
Bernard Spil
d6dd9bad6b databases/mariadb101-server: 12 not broken with security/openssl
- Backport to 5.5 and 10.0 too
 - See also https://reviews.freebsd.org/D17834

PR:		232944
Reported by:	iron udjin gmail com
2018-11-04 09:47:45 +00:00
Dmitry Marakasov
c2a0f609e6 - Fix LICENSE
- Add LICENSE_FILE
- Whitespace fix
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2018-11-04 09:30:14 +00:00
Eugene Grosbein
b5d80b1b59 databases/p5-DBD-Oracle: fix build using lld
While using LLVM's lld linker as /usr/bin/ld the build breaks
because Oracle supplied libs built without -fPIC:

can't create dynamic relocation R_386_32 ... in readonly segment

It is not possible to recompile Oracle object files with -fPIC,
so fix this overriding lld's default and make it the same as GNU ld
allowing .text relocations.

This fixes build error, so no PORTREVISION bump.

Reported by:	emaste
2018-11-04 06:07:45 +00:00
Sunpoet Po-Chuan Hsieh
bdaa822924 Fix build with curl 7.62.0 2018-11-03 22:44:20 +00:00
Sunpoet Po-Chuan Hsieh
5265744f52 Update to 0.10.8
Changes:	https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
2018-11-03 22:18:47 +00:00
Mateusz Piotrowski
43f9ba04f1 databases/mysql55-server: Adapt ${name}_limits to the new resource
limiting mechanics for services

Thanks to the recent change to rc.subr(8) it is no longer necessary to
define a resource limiting logic in service scripts. limits(1) is now run
by default and its configuration is handled via the "${name}_limits"
variable.

Unfortunately, there is a collision of variable names. The service scripts
are broken on FreeBSD version with that new change (>= 12.0).

The patch preserves the old behavior on the systems without the rc.subr(8)
modification.

PR:		227228
Reviewed by:	krion
Approved by:	krion (mentor), maintainer timeout
Differential Revision:	https://reviews.freebsd.org/D17818
2018-11-03 21:54:52 +00:00
Bernard Spil
27c3d89eb6 databases/mariadb101-server: Security update to 10.1.37
- Not broken on i386 since 10.1.36
 - Broken with OpenSSL 1.1.x, use MariaDB 10.2 or 10.3

MFH:		2018Q4
Security:	ec5072b0-d43a-11e8-a6d2-b499baebfeaf
2018-11-03 12:00:27 +00:00
Kevin Bowling
58a182a22b databases/timescaledb: Update to 1.0.0
Changelog https://github.com/timescale/timescaledb/releases/tag/1.0.0

Approved by:	krion (mentor)
Sponsored by:	BBOX.io
Differential Revision:	https://reviews.freebsd.org/D17788
2018-11-02 20:25:49 +00:00
Palle Girgensohn
fec5e628f6 Update to version 1.5.0
Release notes:	https://github.com/rapidloop/pgmetrics/releases
2018-11-02 14:54:56 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00