Commit Graph

21538 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh 86d16301c7 Update to 0.19.0
Changes:	https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2020-09-29 18:18:56 +00:00
Sunpoet Po-Chuan Hsieh 63b5ce882d Update to 2.7.11
Changes:	https://github.com/petergoldstein/dalli/blob/master/History.md
2020-09-29 18:18:51 +00:00
Sunpoet Po-Chuan Hsieh ee4c4df4a9 Update to 1.19.5
Changes:	https://github.com/frictionlessdata/tableschema-py/blob/master/README.md#changelog
		https://github.com/frictionlessdata/tableschema-py/commits/master
2020-09-29 18:17:48 +00:00
Sunpoet Po-Chuan Hsieh 92970ec231 Update to 1.8
Changes:	https://github.com/getsentry/rb/blob/master/CHANGES
2020-09-29 18:17:43 +00:00
Sunpoet Po-Chuan Hsieh 9317978076 Update to 2.0.2
Changes:	https://github.com/tds-fdw/tds_fdw/releases
2020-09-29 18:15:20 +00:00
Sunpoet Po-Chuan Hsieh c214d3ce76 Update to 2.10.0
- Update MASTER_SITES: use upstream release tarball

Changes:	https://github.com/plproxy/plproxy/releases
		https://plproxy.github.io/changelog.html
2020-09-29 18:15:14 +00:00
Baptiste Daroussin 8a016444ba First batch at upgrading gnome to 3.36/3.38
Update evolution-dataserver to 3.38.0 and because of ABI breakage update ports
depending on it
Update bijiben to 3.38.0
Update gnome-calendar to 3.38.0
Update gnome-contacts to 3.38
Update gnome-maps to 3.38.0
Patch gnome-todo to work with newer evolution-dataserver (patched obtained from
    OpenBSD/Archlinux)
Update evolution to 3.38.0
Update evolution-ews to 3.38.0 (among changes it brings support for office365)
Update folks to 0.14.0

Update cheese to 3.38.0
Update aisleriot to 3.22.9
Update five-or-more to 3.22.2
Update fastream to 0.2.9
Update gnome-control-center to 3.36.4
Update gnmoe-settings-daemon to 3.38.0
Update meld to 3.21.0

Update gnome-desktop to 3.38.0 and because of ABI breakage bump portrevision of
all dependant ports not touched by this update
Update gnome-session to 3.38.0
Update gnome-shell to 3.36.6, now run depends on gdm
Update gnome-shell-extensions to 3.36.3
Update mutter to 3.36.6
2020-09-29 12:07:28 +00:00
Kurt Jaeger df34c6c96d databases/mongodb36: update 3.6.19 -> 3.6.20
PR:		249890
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	dev@dudu.ro (maintainer)
Relnotes:	https://docs.mongodb.com/manual/release-notes/3.6/#sep-14-2020
2020-09-28 10:14:32 +00:00
Tobias Kortkamp f35841a5de Reset MAINTAINER 2020-09-28 05:05:24 +00:00
Palle Girgensohn c466515eed Fix building with LLVM
Fix a plist issue [1].

Make sure the LLVM options are correctly handled. Setting the OPTIONS_DEFAULT
conditionally based on wheather the default compiler is cland doesn't work
properly, it is always set even if you deselect it. Just setting it per default
seems to work better.

Attempt a fix for building on FreeBSD-13.0 where clang is newer than the
default LLVM. First attempt is to use an lower version clang to match what LLVM
has as default. [2]

PR:	244403 [2], 249933 [2], 249875 [1]
2020-09-27 20:17:57 +00:00
Sunpoet Po-Chuan Hsieh 07732e6a09 Fix = location in LICENSE_FILE 2020-09-27 19:33:57 +00:00
Mark Linimon 612c91a1c2 Canonicalize flags for powerpc64le as per powerpc64. 2020-09-27 08:03:23 +00:00
Mark Linimon 49500130b8 Canonicalize *_DEPENDS for powerpc64le the same way as for powerpc64.
While here, include a change that I have had in my tree for some time, to
turn a .error message into IGNORE= as per the Porter's Handbook.

Approved by:	portmgr (tier-2 blanket)
2020-09-27 08:01:20 +00:00
Mark Linimon 7ab311a60d Mark BROKEN on powerpc64le the same as on powerpc64.
While here, move the BROKEN/ARCH lines to appease portlint.

Approved by:	portmgr (tier-2 blanket)
2020-09-27 07:55:23 +00:00
Mikolaj Golub bc00ef9865 update to 3.10.1 2020-09-26 10:59:52 +00:00
Kurt Jaeger a22198ffa0 New port: databases/mongodb-tools
According to https://docs.mongodb.com/database-tools/#versioning
the versioning of mongodb-tools changed. One version of mongodb-tools
for all future mongodb versions.

- removed mongoreplay: it does not exist (anymore)
- enabled all tools: I don't know the history why these were not enabled
- builds and runs on aarch64
- Add WWW to official documentation

--------
Useful utilities for managing a MongoDB instance written in Go.

- bsondump - display BSON files in a human-readable format
- mongoimport - Convert data from JSON, TSV or CSV and insert them
  into a collection
- mongoexport - Write an existing collection to CSV or JSON format
- mongodump/mongorestore - Dump MongoDB backups to disk in .BSON
  format, or restore them to a live database
- mongostat - Monitor live MongoDB servers, replica sets, or sharded
  clusters
- mongofiles - Read, write, delete, or update files in GridFS
- mongotop - Monitor read/write activity on a mongo server

WWW: https://github.com/mongodb/mongo-tools
WWW: https://docs.mongodb.com/database-tools/

PR:		249426
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
2020-09-26 09:08:01 +00:00
Matthias Fechner f93676f15c Upgrade to 1.2.3 which is required for gitlab-ce 13.4. 2020-09-26 07:23:55 +00:00
Matthias Fechner 4e399e31d9 Update to 1.9.0 which is required for gitlab-ce 13.4. 2020-09-26 07:23:26 +00:00
Palle Girgensohn a117c64b30 Fix datadir 12->13
Submitted by:	Raivo Hool
2020-09-25 16:23:44 +00:00
Palle Girgensohn c44ccc450b Fix depenedency for postgresql13-contrib
And avoid hardcoding the version for all other versions as well, per suggestion
in the PR.

PR:		249888
Submitted by:	Christian Ullrich
2020-09-25 15:53:43 +00:00
Baptiste Daroussin 2e0be1aab4 Upgrade libgweather to 3.36.1
As the ABI has been broken bump portrevision of consumers
2020-09-25 14:40:54 +00:00
Piotr Kubaj b8bede3836 databases/sqlite3: fix build on powerpc64le
Specify that powerpc64le is little-endian, sqlite thinks all powerpc* are big-endian.
2020-09-24 22:46:36 +00:00
Mark Linimon f020960d7c Also enable on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-24 20:42:55 +00:00
Palle Girgensohn aa1ed0e82c Welcome PostgreSQL 13
Release notes:	https://www.postgresql.org/about/news/2077/
2020-09-24 13:33:10 +00:00
Sunpoet Po-Chuan Hsieh f3370c6893 Update to 1.62
Changes:	https://metacpan.org/changes/distribution/SQL-Translator
2020-09-23 18:51:04 +00:00
Sunpoet Po-Chuan Hsieh 4b5e62c2eb Update to 0.64
- Use ECHO_CMD instead of ECHO

Changes:	https://metacpan.org/changes/distribution/BerkeleyDB
2020-09-23 18:50:59 +00:00
Mark Linimon 065e5df635 Also mark as NOT_FOR powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-23 18:24:30 +00:00
Mark Linimon 4ae2915537 Allow building on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-23 18:21:51 +00:00
Sunpoet Po-Chuan Hsieh dab416f7a8 Fix build with Clang 10
Obtained from:	https://github.com/facebook/rocksdb/commit/9cc25190e1ba6fc66bbd0d47caaf043d75839b6f
2020-09-23 12:04:23 +00:00
Timur I. Bakeyev 06eaa93576 Add Samba 4.13 supplimentary lib databases/ldb22 2020-09-23 00:46:02 +00:00
Xin LI 51d887b2f7 databases/lmdb: Add a pkg-config file for use by other software that
expects them.

Submitted by:	Daniel O'Connor <darius dons net au>
2020-09-23 00:32:42 +00:00
Timur I. Bakeyev 6ad1482609 Add ldb21 port 2020-09-23 00:16:14 +00:00
Timur I. Bakeyev 1ffb78e5d5 Add new Samba 4.12 supplimentary databases/ldb21 port 2020-09-23 00:15:27 +00:00
Alexey Dokuchaev 9c5d8b9aed Update to version 1.4.7.
Reported by:	portscout
2020-09-22 17:25:32 +00:00
Dmitry Marakasov f856939c3e - Add LICENSE_FILE
- Pet portlint
- Remove unneeded bsd.pre.mk
- Update WWW

Approved by:	portmgr blanket
2020-09-22 09:36:55 +00:00
Palle Girgensohn f7bb9ef77d Upgrade to version 7.2.0
Release notes:	http://www.pqxx.org/development/libpqxx/#news
2020-09-22 08:53:09 +00:00
Sunpoet Po-Chuan Hsieh dab5856b4a Cosmetic change 2020-09-19 15:35:02 +00:00
Rene Ladan b2e5755eb8 Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
2020-09-15 databases/ntdb: Uses deprecated version of python
2020-09-15 databases/pgloader: Uses deprecated version of python
2020-09-15 databases/pgtune: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python
2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python
2020-09-15 databases/pydbx: Uses deprecated version of python
2020-09-15 databases/pyspatialite: Uses deprecated version of python
2020-09-15 deskutils/ljcharm: Uses deprecated version of python
2020-09-15 deskutils/mat: Uses deprecated version of python
2020-09-15 devel/aap: Uses deprecated version of python
2020-09-15 devel/apr2: Uses deprecated version of python
2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python
2020-09-15 devel/bicyclerepair: Uses deprecated version of python
2020-09-15 devel/bzrtools: Uses deprecated version of python
2020-09-15 devel/codeville: Uses deprecated version of python
2020-09-15 devel/cvs2svn: Uses deprecated version of python
2020-09-15 devel/cx_Freeze: Uses deprecated version of python
2020-09-15 devel/euca2ools: Uses deprecated version of python
2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python
2020-09-15 devel/git-bzr-ng: Uses deprecated version of python
2020-09-15 devel/git-cvs: Uses deprecated version of python
2020-09-15 devel/git-remote-hg: Uses deprecated version of python
2020-09-15 devel/grumpy: Uses deprecated version of python
2020-09-15 devel/hg-git: Uses deprecated version of python
2020-09-15 devel/libnxt: Uses deprecated version of python
2020-09-15 devel/libredblack: Uses deprecated version of python
2020-09-15 devel/llvm-cheri: Uses deprecated version of python
2020-09-15 devel/phpsh: Uses deprecated version of python
2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python
2020-09-15 devel/py-notify: Uses deprecated version of python
2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python
2020-09-15 devel/py-qserve: Uses deprecated version of python
2020-09-15 devel/py-subvertpy: Uses deprecated version of python
2020-09-15 devel/py_static_check: Uses deprecated version of python
2020-09-15 devel/pyst: Uses deprecated version of python
2020-09-15 devel/runsnakerun: Uses deprecated version of python
2020-09-15 devel/tailor: Uses deprecated version of python
2020-09-15 devel/uatraits: Uses deprecated version of python
2020-09-15 dns/nsec3walker: Uses deprecated version of python
2020-09-15 dns/sshfp: Uses deprecated version of python
2020-09-15 editors/medit: Uses deprecated version of python
2020-09-15 emulators/dynagen: Uses deprecated version of python
2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python
2020-09-15 games/diameter: Uses deprecated version of python
2020-09-15 games/kiki: Uses deprecated version of python
2020-09-15 games/lightyears: Uses deprecated version of python
2020-09-15 games/outerspace: Uses deprecated version of python
2020-09-15 games/pachi-game-engine: Uses deprecated version of python
2020-09-15 graphics/caffe: Uses deprecated version of python
2020-09-15 graphics/cloudcompare: Uses deprecated version of python
2020-09-15 graphics/kudu: Uses deprecated version of python
2020-09-15 graphics/pecomato: Uses deprecated version of python
2020-09-15 graphics/py-editobj: Uses deprecated version of python
2020-09-15 graphics/py-mayavi: Uses deprecated version of python
2020-09-15 graphics/pymorph: Uses deprecated version of python
2020-09-15 graphics/tilecache: Uses deprecated version of python
2020-09-15 graphics/uniconvertor: Uses deprecated version of python
2020-09-15 japanese/mailman: Uses deprecated version of python
2020-09-15 java/eclipse-pydev: Uses deprecated version of python
2020-09-15 lang/cdent: Uses deprecated version of python
2020-09-15 lang/julia06: Uses deprecated version of python
2020-09-15 lang/julia07: Uses deprecated version of python
2020-09-15 lang/julia11: Uses deprecated version of python
2020-09-15 lang/tinypy: Uses deprecated version of python
2020-09-15 mail/cleanup-maildir: Uses deprecated version of python
2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python
2020-09-15 mail/getmail: Uses deprecated version of python
2020-09-15 mail/muttils: Uses deprecated version of python
2020-09-15 mail/nohtml: Uses deprecated version of python
2020-09-15 mail/offlineimap: Uses deprecated version of python
2020-09-15 mail/openemm2015: Uses deprecated version of python
2020-09-15 math/blitz++: Uses deprecated version of python
2020-09-15 math/openfst: Uses deprecated version of python
2020-09-15 math/py-fpconst: Uses deprecated version of python
2020-09-15 misc/hb: Uses deprecated version of python
2020-09-15 misc/mtail: Uses deprecated version of python
2020-09-15 misc/wotsap: Uses deprecated version of python
2020-09-15 multimedia/freevo: Uses deprecated version of python
2020-09-15 multimedia/quodlibet: Uses deprecated version of python
2020-09-15 multimedia/tovid: Uses deprecated version of python
2020-09-15 net/ceph13: Uses deprecated version of python
2020-09-15 net/cloud-init-azure: Uses deprecated version of python
2020-09-15 net/exabgp: Uses deprecated version of python
2020-09-15 net/exaddos: Uses deprecated version of python
2020-09-15 net/fb: Uses deprecated version of python
2020-09-15 net/flent: Uses deprecated version of python
2020-09-15 net/flowgrep: Uses deprecated version of python
2020-09-15 net/googlecl: Uses deprecated version of python
2020-09-15 net/mininet: Uses deprecated version of python
2020-09-15 net/nfs-ganesha: Uses deprecated version of python
2020-09-15 net/opensips: Uses deprecated version of python
2020-09-15 net/py-python-ntlm: Uses deprecated version of python
2020-09-15 net/splatd: Uses deprecated version of python
2020-09-15 net-im/centerim-devel: Uses deprecated version of python
2020-09-15 net-im/fugu: Uses deprecated version of python
2020-09-15 net-im/proxy65: Uses deprecated version of python
2020-09-15 net-mgmt/crmsh: Uses deprecated version of python
2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python
2020-09-15 net-p2p/couchpotato: Uses deprecated version of python
2020-09-15 news/rawdog: Uses deprecated version of python
2020-09-15 ports-mgmt/portell: Uses deprecated version of python
2020-09-15 print/biblio-py: Uses deprecated version of python
2020-09-15 science/brian: Uses deprecated version of python
2020-09-15 science/paraview: Uses deprecated version of python
2020-09-15 security/arm: Uses deprecated version of python
2020-09-15 security/ismtp: Uses deprecated version of python
2020-09-15 security/py-halberd: Uses deprecated version of python
2020-09-15 security/switzerland: Uses deprecated version of python
2020-09-15 security/tsshbatch: Uses deprecated version of python
2020-09-15 shells/lshell: Uses deprecated version of python
2020-09-15 sysutils/abck: Uses deprecated version of python
2020-09-15 sysutils/condor: Uses deprecated version of python
2020-09-15 sysutils/farbot: Uses deprecated version of python
2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python
2020-09-15 sysutils/heartbeat: Uses deprecated version of python
2020-09-15 sysutils/isomd5sum: Uses deprecated version of python
2020-09-15 sysutils/py-stdiff: Uses deprecated version of python
2020-09-15 sysutils/tren: Uses deprecated version of python
2020-09-15 textproc/doclifter: Uses deprecated version of python
2020-09-15 textproc/ibus-el: Uses deprecated version of python
2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap
2020-09-15 textproc/plover: Uses deprecated version of python
2020-09-15 textproc/py-esmre: Uses deprecated version of python
2020-09-15 textproc/py-libxslt: Uses deprecated version of python
2020-09-15 textproc/py-pdfminer: Uses deprecated version of python
2020-09-15 textproc/translate-toolkit: Uses deprecated version of python
2020-09-15 www/bluefish: Uses deprecated version of python
2020-09-15 www/calendarserver: Uses deprecated version of python
2020-09-15 www/geeknote: Uses deprecated version of python
2020-09-15 www/go-appengine-sdk: Uses deprecated version of python
2020-09-15 www/google-appengine: Uses deprecated version of python
2020-09-15 www/libhpack: Uses deprecated version of python
2020-09-15 www/mkapachepw: Uses deprecated version of python
2020-09-15 www/mod_pagespeed: Uses deprecated version of python
2020-09-15 www/mod_python35: Uses deprecated version of python
2020-09-15 www/py-qp: Uses deprecated version of python
2020-09-15 www/py-url: Uses deprecated version of python
2020-09-15 www/pyblosxom: Uses deprecated version of python
2020-09-15 www/pyjamas: Uses deprecated version of python
2020-09-15 www/roundup: Uses deprecated version of python
2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python
2020-09-15 www/waccess: Uses deprecated version of python
2020-09-15 www/wadcomblog: Uses deprecated version of python
2020-09-15 www/webcheck: Uses deprecated version of python
2020-09-15 www/woof: Uses deprecated version of python
2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python
2020-09-15 x11-fm/twander: Uses deprecated version of python
2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python
2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python
2020-09-19 13:01:00 +00:00
Sunpoet Po-Chuan Hsieh 24338b4113 Sort SUBDIRs 2020-09-19 12:29:25 +00:00
Dmitri Goutnik f2d1022c2f databases/pspg: Update to 3.1.4
Changes:	https://github.com/okbob/pspg/releases/tag/3.1.4
2020-09-18 12:14:30 +00:00
Kurt Jaeger 39b2eac7fd databases/cego: update 2.45.23 -> 2.45.25
- Typo fix in CegoTerm::evalField and CegoExpr::evalField
- More rework on CegoFieldValue for improved cast handling
  ( especially on fixed values )

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-09-18 08:01:37 +00:00
Florian Smeets 60dda5b7c0 Update to 5.6.49.89.0 and fix build on head. 2020-09-17 21:32:20 +00:00
Kurt Jaeger 22dc689e9d devel/lfcxml: update 1.2.10 -> 1.2.11
databases/cego: update 2.45.19 -> 2.45.23

lfcxml:
- Sync patch for MinGW package build

cego:
- Fix in CegoFieldValue::castTo, case VARCHAR_TYPE to FIXED_TYPE,
  plain integers have not been accepted. check091 added for this
- Fix in CegoTerm::evalField and CegoExpr::evalField, type and
  length calculation must correspond to cast logic in CegoFieldValue
  ( corresponding operators for mul, div, add and sub )
- Fix in CegoProcVar::setValue, a castTo has been added to cast to
  appropriate target type

Submitted by:	Björn Lemke <lemke@lemke-it.com>
2020-09-17 07:25:44 +00:00
Piotr Kubaj d619329777 databases/grass7: fix build on GCC architectures
Force C11 compiler:
checking whether the C compiler (cc -O2 -pipe  -std=c11 -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing   -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib -fstack-protector-strong ) works... no
2020-09-16 22:10:06 +00:00
Florian Smeets 3f4b740e8d Fix build with PHP 7.4
PR:		248961
Submitted by:	garga
2020-09-16 20:05:00 +00:00
Dmitry Marakasov ca9f1b902c - Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2020-09-16 09:36:54 +00:00
Mark Linimon f6e9713637 Remove powerpc powerpcspe from NOT_FOR_ARCHS after last commit.
Approved by:	portmgr (tier-2 blanket)
2020-09-16 04:58:16 +00:00
Li-Wen Hsu b4a2d2ae31 databases/py-pymemcache: Update to 3.4.0
PR:		249340
Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com> (maintainer)
2020-09-15 19:23:49 +00:00
Sergey A. Osokin 6d157966e4 Update from 6.0.6 to 6.0.8.
The distribution point has changed on GH from antirez to redis.

<ChangeLog>

================================================================================
Redis 6.0.8     Released Wed Sep 09 23:34:17 IDT 2020
================================================================================

Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.

Bug fixes:

* CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
  loading it from a config file, will generate a corrupt config file that will
  cause Redis to fail to start
* Fix issue with redis-cli --pipe on MacOS
* Fix RESP3 response for HKEYS/HVALS on non-existing key
* Various small bug fixes

New features / Changes:

* Remove THP warning when set to madvise
* Allow EXEC with read commands on readonly replica in cluster
* Add masters/replicas options to redis-cli --cluster call command

Module API:

* Add RedisModule_ThreadSafeContextTryLock

================================================================================
Redis 6.0.7     Released Fri Aug 28 11:05:09 IDT 2020
================================================================================

Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
Specifically the first two listed below which cause protocol errors for clients.

Bug fixes:

* CONFIG SET could hung the client when arrives during RDB/ROF loading (When
  processed after another command that was also rejected with -LOADING error)
* LPOS command when RANK is greater than matches responded wiht broken protocol
  (negative multi-bulk count)
* UNLINK / Lazyfree for stream type key would have never do async freeing
* PERSIST should invalidate WATCH (Like EXPIRE does)
* EXEC with only read commands could have be rejected when OOM
* TLS: relax verification on CONFIG SET (Don't error if some configs are set
  and tls isn't enabled)
* TLS: support cluster/replication without tls-port
* Systemd startup after network is online
* Redis-benchmark improvements
* Various small bug fixes

New features:

* Add oom-score-adj configuration option to control Linux OOM killer
* Show IO threads statistics and status in INFO output
* Add optional tls verification mode (see tls-auth-clients)

Module API:

* Add RedisModule_HoldString
* Add loaded keyspace event
* Fix RedisModuleEvent_LoadingProgress
* Fix RedisModuleEvent_MasterLinkChange hook missing on successful psync
* Fix missing RM_CLIENTINFO_FLAG_SSL
* Refactor redismodule.h for use with -fno-common / extern

</ChangeLog>
2020-09-15 06:06:01 +00:00
Mark Linimon 56432550b7 Remove stale 'arm' ARCH definition. Add powerpcspe.
Approved by:	portmgr (tier-2 blanket)
2020-09-15 05:04:28 +00:00