Dries Michiels
5f3105d159
databases/influxdb2-cli: update to 2.4.0
...
Changes: https://github.com/influxdata/influx-cli/releases/tag/v2.4.0
2022-08-20 21:44:42 +02:00
Tobias C. Berner
116b90e550
KDE: Update KDE Gear to 22.08
...
Thursday, 18 August 2022
KDE Gear ⚙️ 22.08 has Landed!
KDE Gear ⚙️ is the collection of KDE apps, frameworks and libraries that
all release new versions at the same time. Version 22.08 brings updates
for KDE programs for working, developing your creativity and enjoying
your free time without having to submit yourself to extortionate
licenses, intrusive advertising, or surrender your privacy.
Discover the most important changes added in the last four months to
software designed to make your life better!
Full announcement:
https://kde.org/announcements/gear/22.08.0/
2022-08-18 18:20:59 +02:00
Wen Heping
ac893c2619
databases/neo4j: Update to 4.4.10
2022-08-17 04:43:50 +08:00
Björn Lemke
71e17812c2
devel/lfcbase,databases/cego: update 1.16.4 -> 1.16.5, 2.47.26 -> 2.47.27
...
lfcbase:
- Fix in BigDecimal::operator ==, if _val, _scale and _isPositive
do not match, we still have to call further checks
cego:
- Fix in CegoProcBlock::toChain, dimension has still not been
treated for fixed procedure variables
2022-08-16 16:23:22 +02:00
Palle Girgensohn
5a77a83fcf
databases/postgresql-jdbc: update to 42.4.1
...
The PostgreSQL JDBC team have released 42.4.1 to address a security
issue: CVE-2022-31197. This is only an issue if you are using
ResultSet.refreshRow()
Release notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.4.1
Security: CVE-2022-31197 [1]
[1]: https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-r38f-c4h4-hqq2
2022-08-16 09:51:50 +02:00
Daniel Engberg
cdca8109d6
databases/mongodb50: Use more external libraries
...
Make use of following libraries in tree:
devel/boost-libs
textproc/snowballstemmer
devel/libunwind
devel/yaml-cpp
archivers/zstd
While at it remove mtune option on amd64 as it potentially overrides
CPUTYPE set by ports framework
References:
[1] https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mongodb/files/mongodb-4.4.1-boost.patch
https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-db/mongodb/files/mongodb-5.0.2-boost-1.79.patch
PR: 265210
Reviewed by: Ronald Klop <ronald-lists@klop.ws> (maintainer)
2022-08-15 22:27:40 +02:00
Neel Chauhan
3ff3ef3953
databases/evolution-data-server: Update to 3.44.4
2022-08-14 19:04:20 -07:00
Matthias Andree
875d7c7d19
*: bump PORTREVISION of all devel/xxhash users...
...
...except archivers/py-borgbackup, which requires a more complete fix.
2022-08-13 20:51:14 +02:00
Dima Panov
4cf39decb3
*/*: bump all consumers after recent boost upgrade
2022-08-12 17:46:53 +03:00
TAKATSU Tomonari
0ce9dda19d
databases/R-cran-RPostgreSQL: Update to 0.7-4
2022-08-12 10:41:17 +00:00
Palle Girgensohn
2e7e556d44
databases/postgresql??-*: Update to latest version
...
The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 14.5, 13.8, 12.12, 11.17,
and 10.22, as well as the third beta release of PostgreSQL 15. This
release closes one security vulnerability and fixes over 40 bugs
reported over the last three months.
PostgreSQL 10 will stop receiving fixes on November 10, 2022. If you are
running PostgreSQL 10 in a production environment, we strongly advise
that you make plans to upgrade to a newer, supported version of
PostgreSQL so you can continue to receive bug and security fixes.
Security: CVE-2022-2625
Release notes: https://www.postgresql.org/about/news/postgresql-145-138-1212-1117-1022-and-15-beta-3-released-2496/
2022-08-12 11:05:24 +02:00
Richard Gallamore
50b8522b25
databases/mysql-connector-java: Update to 8.0.30
...
Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-30.html
2022-08-11 23:25:59 -07:00
Mahlon E. Smith
8d99acb1ae
databases/mdbx: Update to 0.11.9
...
PR: 263166
Reported by: mahlon@martini.nu (maintainer)
2022-08-11 07:23:52 +02:00
Tobias C. Berner
016c05440c
graphics/poppler: bump dependencies
...
Bump port revisions of poppler users after 04f1b0c1a8
2022-08-09 07:50:08 +02:00
Palle Girgensohn
1abe0a9baf
databases/pgmetrics: update to 1.13.1
...
Release notes: https://github.com/rapidloop/pgmetrics/releases/tag/v1.13.1
2022-08-08 22:24:09 +02:00
Kevin Bowling
67420e8315
databases/timescaledb-tune: Update to 0.13.1
2022-08-07 11:50:46 -07:00
Kevin Bowling
0e19a79bac
databases/timescaledb: Update to 2.7.2
2022-08-07 11:48:15 -07:00
Yasuhiro Kimura
da202ea080
databases/redis{6,62}: Fix problem that pkg-message is misleading
...
When installing package of databases/redis62, following pkg-message is
displayed.
To setup "redis62" you need to edit the configuration file:
/usr/local/etc/redis62.conf
To run redis from startup, add redis62_enable="YES"
in your /etc/rc.conf.
But path of configuration file is /usr/local/etc/redis.conf and what
should really be added to /etc/rc.conf is redis_enable="YES". Same
problem also happens when installing databases/redis6
The source of the problem is that the value of ${PORTNAME} is used to
create pkg-message from file/pkg-message.in. So fix it by changing the
value of ${PORTNAME} to "redis" and set PKGNAMESUFFIX in Makefile of
each port.
While I'm here,
* Pet portlint and portclippy
* Tidy up Makefile with portfmt.
PR: 265623
Reported by: FiLiS
MFH: 2022Q3
2022-08-07 14:30:30 +09:00
Muhammad Moinur Rahman
7414e98996
databases/py-mysql-connector-python: Update version 8.0.29=>8.0.30
...
Relnotes:
https://github.com/mysql/mysql-connector-python/releases/tag/8.0.30
2022-08-06 16:57:27 -05:00
Muhammad Moinur Rahman
f8de62adad
databases/py-pylibmc: Update version 1.6.1=>1.6.2
...
Relnotes: https://github.com/lericson/pylibmc/releases/tag/1.6.2
2022-08-06 16:57:27 -05:00
Muhammad Moinur Rahman
94f698c1d1
databases/mroonga: Update version 12.04=>12.06
...
Relnotes: https://mroonga.org/en/blog/2022/08/04/mroonga-12.06.html
2022-08-06 16:57:27 -05:00
Muhammad Moinur Rahman
72d41eff90
databases/geoserver-mysql-plugin: Update version 2.21.0=>2.21.1
2022-08-06 16:57:26 -05:00
Romain Tartière
631e250466
databases/puppetdb7: Update to 7.11.0
...
Release notes:
https://puppet.com/docs/puppetdb/7/release_notes.html#puppetdb-7110
With hat: puppet
2022-08-05 17:04:12 -10:00
Romain Tartière
013598a531
databases/puppetdb6: Update to 6.22.0
...
Release notes:
https://puppet.com/docs/puppetdb/6/release_notes.html#puppetdb-6220
With hat: puppet
2022-08-05 17:04:11 -10:00
Nuno Teixeira
4c6451e727
databases/rrdtool: Fix pkg-plist
...
- fix pkg-plist when options DOCS=OFF and PYTHON=ON
- bump PORTREVISION
Reported by: leres
2022-08-05 15:32:11 +01:00
Dave Cottlehuber
f422b0ec63
databases/couchdb3: amend bit-rotted installation URL
...
Reported by: Filipp Lepalaan <filipp@fps.ee>
2022-08-05 07:38:25 +00:00
Robert Clausecker
cabd937652
databases/mysql-udf: always add -fPIC
...
This fixes build for armv6 and armv7
PR: 265565
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q3 (build fixes)
2022-08-05 07:32:31 +02:00
Matthew Seaman
31ce3b2afe
databases/pg_citus: update to 11.0.5
...
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.5/CHANGELOG.md
2022-08-04 22:28:58 +01:00
Nuno Teixeira
312867a8ea
databases/rrdtool: Adopt/Update to 1.8.0
...
- cleanup Makefile
- updated MASTER_SITES
- updated WWW url
ChangeLog: https://github.com/oetiker/rrdtool-1.x/releases
2022-08-03 23:57:04 +01:00
Dmitri Goutnik
4476f89764
all: Bump PORTREVISION after Go update
...
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Daniel O'Connor
5bd35cab60
databases/py-rrdtool: Update to v0.1.16
...
- pet portlint
ChangeLog: https://pypi.org/project/rrdtool/0.1.16/
PR: 265589
2022-08-03 14:26:22 +01:00
Goran Mekić
9bfdf28e0d
databases/py-peewee_migrate: Update to 1.4.12
...
ChangeLog: https://github.com/klen/peewee_migrate/compare/1.4.8...1.4.12
PR: 265595
2022-08-03 14:00:49 +01:00
Dmitri Goutnik
0f85d789b8
databases/pspg: Update to 5.5.6
...
Changes: https://github.com/okbob/pspg/releases/tag/5.5.6
2022-08-02 08:05:38 -05:00
Jose Alonso Cardenas Marquez
b29f94f990
databases/pg-gvm: New port: Greenbone Library for helper functions in PostgreSQL
...
Greenbone Library for helper functions in PostgreSQL. This library contains
functionality for ical object manipulation.
WWW: https://github.com/greenbone/pg-gvm
2022-08-01 14:08:22 -05:00
Yasuhiro Kimura
7f0c36246a
databases/redis-devel: Update to latest snapshot
...
Changes: 42fbf06...2029976
2022-08-01 15:27:32 +09:00
Ronald Klop
7c57fa58d1
databases/mongodb50: Update to 5.0.10
...
ChangeLog: https://www.mongodb.com/docs/manual/release-notes/5.0/
PR: 265531
2022-07-31 16:13:06 +01:00
Dave Cottlehuber
55ef595a48
databases/couchdb3: update to 3.2.2 and bump SpiderMonkey
2022-07-30 20:54:58 +00:00
Po-Chuan Hsieh
534fda210c
databases/rubygem-pg: Update to 1.4.2
...
Changes: https://github.com/ged/ruby-pg/blob/master/History.rdoc
2022-07-31 03:26:41 +08:00
Po-Chuan Hsieh
200aac68ad
databases/py-psycopg-c: Update to 3.0.16
...
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
2022-07-31 03:24:35 +08:00
Po-Chuan Hsieh
1881339e0c
databases/py-psycopg: Update to 3.0.16
...
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
2022-07-31 03:24:34 +08:00
Po-Chuan Hsieh
00e501ec5e
databases/py-geoalchemy2: Update to 0.12.3
...
Changes: https://github.com/geoalchemy/geoalchemy2/releases
2022-07-31 03:24:34 +08:00
Po-Chuan Hsieh
b5c6faeab4
databases/py-fakeredis: Update to 1.8.2
...
Changes: https://github.com/dsoftwareinc/fakeredis-py/releases
2022-07-31 03:24:33 +08:00
Po-Chuan Hsieh
d5337e9c08
databases/rocksdb: Update to 7.4.4
...
Changes: https://github.com/facebook/rocksdb/releases
2022-07-31 03:24:06 +08:00
Po-Chuan Hsieh
4eb464f56f
databases/plpgsql_check: Update to 2.1.8
...
Changes: https://github.com/okbob/plpgsql_check/releases
2022-07-31 03:24:06 +08:00
Po-Chuan Hsieh
bdfc76b31c
databases/rubygem-dbf: Update to 4.2.1
...
Changes: https://github.com/infused/dbf/blob/master/CHANGELOG.md
2022-07-30 13:58:34 +08:00
Po-Chuan Hsieh
f990c502c4
databases/py-marshmallow-sqlalchemy: Update to 0.28.1
...
Changes: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst
2022-07-30 13:57:48 +08:00
Po-Chuan Hsieh
8d5b2bc5bb
devel/grpc: Update to 1.48.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
2022-07-30 13:57:09 +08:00
Po-Chuan Hsieh
acdb2f5b1a
databases/rocksdb: Update to 7.4.3
...
Changes: https://github.com/facebook/rocksdb/releases
2022-07-30 13:57:08 +08:00
Po-Chuan Hsieh
f3cffd6ba2
databases/mydumper: Update to 0.12.5-3
...
Changes: https://github.com/mydumper/mydumper/releases
2022-07-30 13:57:07 +08:00
Timur I. Bakeyev
63907c9a75
databases/tdb: Upgrade 1.4.3 to 1.4.7.
...
PR: 257528
2022-07-30 02:08:02 +02:00
Piotr Kubaj
b8b58884a3
databases/firebird40-server: port to powerpc64le
...
Add upstream patch to support powerpc64le.
2022-07-29 20:32:54 +02:00
Neel Chauhan
94f44c2d27
databases/litestream: Update to 0.3.9
2022-07-27 15:26:25 -07:00
Dmitry Marakasov
d053c682cf
databases/rocksdb: mark BROKEN
...
Approved by: portmgr blanket
2022-07-26 14:41:47 +03:00
Fukang Chen
cc07b96d3f
databases/py-sqlite-utils: Fix the wrong LICENSE
...
- Fix the wrong LICENSE: BSD2CLAUSE => APACHE20
MFH: No (Port does not exist in quarterly)
2022-07-26 11:34:37 +00:00
Fukang Chen
8b3b5be996
databases/py-sqlite-utils: Python CLI utility and library for manipulating SQLite databases
...
Python CLI utility and library for manipulating SQLite databases.
Some feature highlights
* Pipe JSON (or CSV or TSV) directly into a new SQLite database
file, automatically creating a table with the appropriate schema
* Run in-memory SQL queries, including joins, directly against data
in CSV, TSV or JSON files and view the results
* Configure SQLite full-text search against your database tables
and run search queries against them, ordered by relevance
* Run transformations against your tables to make schema changes
that SQLite ALTER TABLE does not directly support, such as
changing the type of a column
* Extract columns into separate tables to better normalize your
existing data
WWW: https://github.com/simonw/sqlite-utils
2022-07-26 10:51:15 +00:00
Fukang Chen
4f49555a4b
databases/py-sqlite-fts4: New port: Python functions for working with SQLite FTS4 search
...
Custom SQLite functions written in Python for ranking documents
indexed using the FTS4 extension.
WWW: https://github.com/simonw/sqlite-fts4
2022-07-26 06:02:55 +00:00
Sergei Vyshenski
8b03c152c2
databases/p5-SQL-Abstract-More: Update to 1.39
...
- switch to DISTVERSION
ChangeLog: https://metacpan.org/changes/distribution/SQL-Abstract-More
PR: 265406
2022-07-24 13:46:32 +01:00
Dima Panov
96e0b3bd31
databases/pgadmin3: unbreak build (+)
...
Adjust condition to apply keywords patch, PgSQL 13.7 release is not switched to the new scheme yet.
Thanks to amdmi3 to catch this.
2022-07-23 22:28:15 +03:00
Dmitry Marakasov
1bbee41660
databases/pgadmin3: mark BROKEN
2022-07-21 23:49:19 +03:00
Dmitry Marakasov
18d0404d2c
databases/erlfdb: mark BROKEN
...
Approved by: portmgr blanket
2022-07-21 23:49:17 +03:00
Tobias C. Berner
48318794ca
cleanup: remove 'Created by' lines
...
A big Thank You to the original contributors of these ports:
* Alex Trull <freebsd.alex@trull.org>
* Alonso Cardenas <acm@FreeBSD.org>
* Boris Samorodov <bsam@FreeBSD.org>
* David Shane Holden <dpejesh@yahoo.com>
* Felix Palmen <felix@palmen-it.de>
* Hirohisa Yamaguchi <umq@ueo.co.jp>
* Kevin Bowling <kbowling@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Markus Mann, CTS - FreeBSD Team <de-freebsd@ctseuro.com>
* Matthias Andree
* Matthias Fechner <mfechner@FreeBSD.org>
* Oleg Sidorkin <osidorkin@gmail.com>
* Oliver Lehmann
* Radim Kolar <hsn@sendmail.cz>
* Timothy Beyer <beyert@cs.ucr.edu>
* hq@FreeBSD.org
* johalun0@gmail.com
* lev@FreeBSD.org
* rooneg@electricjellyfish.net
With hat: portmgr
2022-07-20 16:55:49 +02:00
Tobias C. Berner
d076ad94e2
databases: remove 'Created by' lines
...
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org>
* Aldis Berjoza <graudeejs@gmail.com>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov,com>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Novitsky
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Degtyarev <alexey@renatasystems.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Andrei Antoukh <niwi@niwi.be>
* Andrew McNaughton <andrew@scoop.co.nz>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Simonenko
* Andrey Zakhvatov
* Anes Mukhametov <anes@anes.su>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Antonio Carlos Venancio Junior (<antonio@php.net>)
* Autrijus Tang <autrijus@autrijus.org>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Bartek Rutkowski <r@robakdesign.com>
* Bernard Spil <brnrd@FreeBSD.org>
* Brent J. Nordquist <bjn@visi.com>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Choe, Cheng-Dae
* Chris D. Faulhaber <jedgar@FreeBSD.org>
* Chris Larsen <darth@vader.dk>
* Damian Gerow <dgerow@afflictions.org>
* Daniel O'Connor
* Daniel Wijnands <daniel@itxl.nl>
* Dave Green <dg@fastmail.co.uk>
* David Thiel <lx@FreeBSD.org>
* Davíð Steinn Geirsson <david@isnic.is>
* Denis Generalov <gd.workbox@gmail.com>
* Denis Generalov <gd@rambler-co.ru>
* Denis Shaposhnikov <dsh@bamus.cz>
* Dermot Tynan <dtynan@kalopa.com>
* Dmitry Liakh <dliakh@ukr.net>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Dmitry Sivachenko <mitya@yandex-team.ru>
* Domas Mituzas <midom@dammit.lt>
* Dominic Mitchell
* Don Owens <don@regexguy.com>
* Dryice Dong Liu <dryice@dryice.name>
* Edwin Groothuis (edwin@mavetju.org )
* Eric Freeman <freebsdports@chillibear.com>
* Espen Tagestad <espen@tagestad.no>
* Espen Volden aka voldern <voldern@hoeggen.net>
* Evan Sarmiento <bsdports@wayfair.com>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Frank Wall <fw@moov.de>
* Ganbold Tsagaankhuu <ganbold@FreeBSD.org>
* Gary Palmer <gpalmer@FreeBSD.org>
* Gea-Suan Lin <gslin@gslin.org>
* Geraud CONTINSOUZAS <geraud@gcu.info>
* Gerrit Beine <tux@pinguru.net>
* Greg Larkin <glarkin@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
* Henk van Oers <hvo.pm@xs4all.nl>
* Henrik Hodne <henrik@hodne.io>
* Hiroyuki Hanai <hanai@FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hye-Shik Chang
* Hye-Shik Chang <perky@python.or.kr>
* Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Ivan Voras <ivoras@FreeBSD.org>
* J.F. Dockes
* Jaap Boender <jaapb@kerguelen.org>
* Jake Smith <jake@xz.cx>
* James FitzGibbon <jfitz@FreeBSD.org>
* Janos Mohacsi <janos.mohacsi@bsd.hu>
* Janos.Mohacsi@bsd.hu
* Jason Helfman <jgh@FreeBSD.org>
* Jens Rehsack <rehsack@liwing.de>
* Jeremy Chadwick <koitsu@FreeBSD.org>
* Jev Björsell <ports@ecadlabs.com>
* Jim Ohlstein <jim@ohlste.in>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Horn <joehorn@gmail.com>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John Chen <johnpupu@gmail.com>
* John Marino <marino@FreeBSD.org>
* John Merryweather Cooper
* John Merryweather Cooper et al
* Jon Nistor <nistor@snickers.org>
* Jonathan Weiss (<jw@innerewut.de>)
* Jose Jachuf <jjachuf@gmail.com>
* Joshua D. Abraham <jabra@ccs.neu.edu>
* Jov <amutu@amutu.com>
* Jov amutu@amutu.com
* Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* Keith Gaughan <k@sterechro.me>
* Kevin Bowling <kbowling@freebsd.org>
* Kimo <kimor79@yahoo.com>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Koop Mast <kwm@FreeBSD.org>
* Lars Balker Rasmussen <lbr@FreeBSD.org
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Eggert <larse@isi.edu>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loïc BARTOLETTI
* Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
* Lubomir Marinov <lubomir_m@abv.bg>
* Mahdi Mokhtari <mokhi64@gmail.com>
* Mahlon E. Smith <mahlon@martini.nu>
* Marc G. Fournier <scrappy@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Markus Brueffer <markus@FreeBSD.org>
* Martin Matuska <martin@matuska.org>
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Mathieu Arnold <m@absolight.net>
* Matthew Seaman
* Matthias Andree <mandree@FreeBSD.org>
* Matthias Fechner <mfechner@FreeBSD.org>
* Matthias Petermann <matthias@petermann-it.de>
* Max Khon
* Max Khon <fjoe@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Winking <mwfp@foldl.net>
* Mikael URANKAR and Loïc BARTOLETTI
* Mike Carlson (carlson39@llnl.gov )
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Mikhail Teterin <mi@aldan.algebra.com>
* Mikolaj Golub <trociny@FreeBSD.org>
* Mirko Zinn <mail@derzinn.de>
* Mohammad S. Babaei <info@babaei.net>
* Muhammad Moinur Rahman <bofh@FreeBSD.org>
* Nick Hibma <n_hibma@freebsd.org>
* Nick Hilliard <nick@foobar.org>
* Nick Sayer <nsayer@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicolas Embriz <nbari@tequila.io>
* Nicolas de Bari Embriz <nbari@dalmp.com>
* Oleg Sharoiko <os@rsu.ru>
* Olexander Melnyk <olexander.v.melnyk@gmail.com>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Olivier Duchateau <duchateau.olivier@gmail.com>
* Palle Girgensohn <girgen@FreeBSD.org>
* Palle Girgensohn <girgen@partitur.se>
* Palle Girgensohn <girgen@pingpong.net>
* Parv <parv@pair.org>
* Pete Fritchman <petef@databits.net>
* Peter Avalos <pavalos@theshell.com>
* Philip M. Gollucci
* Philip M. Gollucci <philip@p6m7g8.com>
* Philip Stoev <philip.stoev@galeracluster.com>
* Pierre-Emmanuel Andre <pea@raveland.org>
* Pietro Cerutti <gahr@FreeBSD.org>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Qing Feng <qingfeng@douban.com>
* Quinton Dolan <q@onthenet.com.au>
* Radim Kolar
* Rainer Hurling <rhurlin@gwdg.de>
* Rick Miller
* Robert Kruus <rob.kruus@gmail.com>
* Rod Taylor <ports@rbt.ca>
* Roland van Laar <roland@micite.net>
* Rong-En Fan <rafan@FreeBSD.org>
* Roy Boerner
* Rozhuk Ivan <rozhuk.im@gmail.com>
* Rusty Nejdl
* Ryan Steinmetz <rpsfa@rit.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Sam Lawrance <boris@brooknet.com.au>
* Scott McWhirter <scott@surreytech.co.uk>
* Seamus Venasse <svenasse@polaris.ca>
* Sean Chittenden <seanc@FreeBSD.org>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergey A. Osokin <osa@FreeBSD.org.ru>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Matveychuk <sem@FreeBSD.org>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Sevan Janiyan <venture37@geeklan.co.uk>
* Sheldon Hearn <sheldonh@FreeBSD.org>
* Stanislav Svirid <count@211.ru>
* Stefan Schmidt <stefan.schmidt@stadtbuch.de>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@freebsd.org>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* T. William Wells <bill@twwells.com>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thierry Thomas (<thierry@pompo.net>)
* Thomas Gellekum <tg@FreeBSD.org>
* Timur I. Bakeyev <bat@cpan.org>
* Tom Judge <tj@FreeBSD.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuhlsdorff <ports@toco-domains.de>
* Toshiya Saitoh (<toshiya@saitoh.nu>)
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Vasil Dimov <vd@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Wen Heping
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen heping <wenheping@gmail.com>
* William Grzybowski <wg@FreeBSD.org>
* Xin Li <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yarema <yds@Necessitu.de>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* Yuri Victorovich <yuri@rawbw.com>
* Zach Thompson <hideo@lastamericanempire.com>
* Zach Thompson <lin-chi@lastamericanempire.com>
* ache@FreeBSD.org
* alfred
* alp@sfedu.ru
* andrew@scoop.co.nz
* andrey@kostenko.name
* chinsan
* chinsan <chinsan.tw@gmail.com>
* clive
* clive@FreeBSD.org
* clsung@dragon2.net
* dcf@aracnet.com
* elvstone@gmail.com
* erikhb@bgnett.no
* erwin@FreeBSD.org
* gahr
* ijliao
* ijlioa
* ivoras
* johnpupu <johnpupu@gmail.com>
* kirk@daycos.com
* kuriyama
* lbartoletti <lbartoletti@FreeBSD.org>
* loïc bartoletti <lbartoletti@FreeBSD.org>
* mharo@FreeBSD.org
* michael johnson <ahze@ahze.net>
* milki <milki@rescomp.berkeley.edy>
* mm@FreeBSD.org
* nbm
* nectar@FreeBSD.org
* nork@FreeBSD.org
* nork@cityfujisawa.ne.jp
* olevole@olevole.ru
* proler@gmail.com
* sergey@migsoft.com.ua
* sobomax
* spam@rm-rf.kiev.ua
* stas
* tobez
* tremere@cainites.net
* vanilla
* vanilla@
* wen@FreeBSD.org
* wenheping<wenheping@gmail.com>
* wolman@cs.washington.edu
* # Created by Kevin Bowling <kbowling@FreeBSD.org>
* # Created by Matthias Fechner <mfechner@FreeBSD.org>
With hat: portmgr
2022-07-20 16:21:07 +02:00
Muhammad Moinur Rahman
540690e1de
databases/py-alembic: Update version 1.8.0=>1.8.1
...
Relnotes: https://github.com/sqlalchemy/alembic/releases/tag/rel_1_8_1
2022-07-19 09:40:37 -05:00
Po-Chuan Hsieh
2acc7ecdae
databases/py-mongoengine: Update to 0.24.2
...
Changes: https://github.com/MongoEngine/mongoengine/releases
2022-07-19 04:39:26 +08:00
Po-Chuan Hsieh
0a0a444ef1
databases/mydumper: Update to 0.12.5-2
...
Changes: https://github.com/mydumper/mydumper/releases
2022-07-19 02:00:37 +08:00
Toshimichi Masubuchi
043c4ce17d
databases/db18: Fix linking problem about OpenSSL
...
Fix the problem that OpenSSL in base system is linked even if
'DEFAULT_VERSIONS=ssl=openssl' is specified in make.conf.
While I'm here,
* Pet portlint and portclippy.
* Tidy up Makefile with portfmt.
PR: 264520
MFH: 2022Q3
2022-07-19 01:55:17 +09:00
Yasuhiro Kimura
5682017d76
databases/redis: Update to 7.0.4
...
ChangeLog: https://github.com/redis/redis/releases/tag/7.0.3
ChangeLog: https://github.com/redis/redis/releases/tag/7.0.4
MFH: 2022Q3
Security: 871d93f9-06aa-11ed-8d5f-080027f5fec9
2022-07-19 01:11:57 +09:00
Neel Chauhan
f402230d92
databases/evolution-data-server: Update to 3.44.3
2022-07-18 08:57:45 -07:00
Po-Chuan Hsieh
7a7e1e3811
databases/rubygem-activerecord70: Update to 7.0.3.1
...
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-32224
2022-07-18 20:40:11 +08:00
Po-Chuan Hsieh
1eddecae6b
databases/rubygem-activemodel70: Update to 7.0.3.1
...
Changes: https://github.com/rails/rails/releases
2022-07-18 20:40:11 +08:00
Po-Chuan Hsieh
9e83d47da8
databases/rubygem-activerecord61: Update to 6.1.6.1
...
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-32224
2022-07-18 20:40:09 +08:00
Po-Chuan Hsieh
14f9fd5e33
databases/rubygem-activemodel61: Update to 6.1.6.1
...
Changes: https://github.com/rails/rails/releases
2022-07-18 20:40:08 +08:00
Po-Chuan Hsieh
50ccb7b550
databases/rubygem-activerecord60: Update to 6.0.5.1
...
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-32224
2022-07-18 20:40:06 +08:00
Po-Chuan Hsieh
3d6aaed57f
databases/rubygem-activemodel60: Update to 6.0.5.1
...
Changes: https://github.com/rails/rails/releases
2022-07-18 20:40:05 +08:00
Po-Chuan Hsieh
ec57e1ed39
databases/rubygem-activerecord52: Update to 5.2.8.1
...
Changes: https://github.com/rails/rails/releases
Security: CVE-2022-32224
2022-07-18 20:40:03 +08:00
Po-Chuan Hsieh
95607835f1
databases/rubygem-activemodel52: Update to 5.2.8.1
...
Changes: https://github.com/rails/rails/releases
2022-07-18 20:40:03 +08:00
Po-Chuan Hsieh
04b0123d22
databases/mydumper: Update to 0.12.5-1
...
Changes: https://github.com/mydumper/mydumper/releases
2022-07-18 20:39:50 +08:00
Dima Panov
b396608f52
databases/pgadmin3: unbreak build with PgSQL 13+
...
PR: 264306
MFH: 2022Q3
2022-07-17 18:28:13 +03:00
Daniel Engberb
0aabc02be1
databases/mongodb50: Disable LTO by default.
...
Building mongo with LTO enabled takes a ridiculously amount of memory
(32GB in amd64).
Disable -ggdb so memory requirements don't sky rocket (around 10-12GB)
PR: 264340
Reported by: ulassayginim@gmail.com
Approved by: ronald-lists@klop.ws (maintainer)
2022-07-16 17:11:58 +02:00
Wen Heping
ea98b6a1c4
databases/rrdtool: Update MASTER_SITES
2022-07-15 07:44:35 +00:00
Dmitri Goutnik
153cb65ac8
all: Bump PORTREVISION after lang/go{117,118} update
2022-07-14 07:46:05 -05:00
Po-Chuan Hsieh
5df8b89261
databases/py-tiledb: Update to 0.16.3
...
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
2022-07-14 02:29:17 +08:00
Po-Chuan Hsieh
d7ec4632b5
databases/rocksdb: Try to find the reason why it is broken on our package building clusters
...
- Locate all shared libraries before running strip
- Clean up Makefile:
- Use INSTALL_LIB to install librocksdb_tools.so
- Remove PKGNAMESUFFIX: it is no-op after decouple rocksdb-lite from rocksdb
(09bd0656bb
and e4bc1f63b9
)
from poudriere log [1]:
...
CCLD librocksdb.so.7.3.1
ln -fs librocksdb.so.7.3.1 librocksdb.so.7.3
ln -fs librocksdb.so.7.3.1 librocksdb.so.7
ln -fs librocksdb.so.7.3.1 librocksdb.so
...
[ -e librocksdb.so.7.3.1 ] && gmake install-shared || :
...
/usr/bin/strip /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb_tools.so
strip: open /wrkdirs/usr/ports/databases/rocksdb/work/stage/usr/local/lib/librocksdb.so failed: No such file or directory
*** Error code 1
Stop.
make: stopped in /usr/ports/databases/rocksdb
Reference: http://beefy2.nyi.freebsd.org/data/123amd64-quarterly/3dc475798ba8/logs/rocksdb-7.3.1.log [1]
2022-07-13 08:19:05 +08:00
Yuri Victorovich
52cfacadce
databases/usql: Update 0.10.0 -> 0.11.0
...
Reported by: portscout
2022-07-11 18:24:30 -07:00
Po-Chuan Hsieh
29c94078d9
databases/py-sqlalchemy-utils: Update to 0.38.3
...
Changes: https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst
2022-07-12 05:47:05 +08:00
Po-Chuan Hsieh
134071b2d2
databases/p5-DBIx-QuickDB: Update to 0.000022
...
Changes: https://metacpan.org/dist/DBIx-QuickDB/changes
2022-07-12 05:46:59 +08:00
Po-Chuan Hsieh
4d2e70fe0e
databases/py-tiledb: Update to 0.16.2
...
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
2022-07-11 21:49:32 +08:00
Po-Chuan Hsieh
737f86883e
databases/tiledb: Update to 2.10.2
...
Changes: https://github.com/TileDB-Inc/TileDB/releases
2022-07-11 21:49:31 +08:00
Eugene Grosbein
972bbf13b4
databases/rrdtool: add new port option LOCKTIMEOUT
...
By default, RRDTool tries to lock RRD file and fails
if it cannot obtain the lock immediately.
New build option LOCKTIMEOUT (disabled by default)
allows to change this behavior and specify
a time interval (in seconds) with environment variable
RRDTOOL_LOCK_TIMEOUT to wait for lock if the file is busy.
It will fail if the lock cannot be obtained in time.
Zero value makes it wait for the lock indefinitely.
The patch documents the feature in the manual page and HTML docs.
Default build is not affected, so PORTREVISION not bumped.
2022-07-11 00:51:01 +07:00
Matthew Seaman
d0bfc8495b
databases/pg_citus: update to 11.0.3
...
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.3/CHANGELOG.md
2022-07-10 16:32:29 +01:00
Björn Lemke
83aad88a39
databases/cego: update 2.47.25 -> 2.47.26
...
- In CegoFieldValue, completed appropriate rounding via cast for
decimal types to integer types
2022-07-10 10:30:14 +02:00
Trond Endrestol
8b0eb02c2e
databases/clickhouse: fix build on CURRENT
...
perl5 is pulled in via llvm13 during build, but llvm14 does not
have this dependency. Leave PORTREVISION alone as no rebuilds
are required.
PR: 261561
Approved by: olevole@olevole.ru (maintainer)
Sponsored by: SkunkWerks, GmbH
2022-07-09 19:50:04 +00:00
Björn Lemke
0ccb79496b
devel/lfcbase: 1.16.3 -> 1.16.4, databases/cego: 2.47.24 -> 2.47.25
...
lfcbase:
- Fix added for BigDecimal to avoid rounding for zero trailing values,
e.g. 119.00 / 100.00 was 1.1, should be 1.19
cego:
- Added small patch for verification check to meet new BigDecimal patch
in lfcbase
2022-07-09 16:22:06 +02:00
Tobias C. Berner
7945adb0aa
KDE: Update KDE Gear to 22.04.3
...
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations, including:
* elisa: Fix the seek slider with newer versions of qqc2-desktop-style
* konsole: Better recognition for URIs
* korganizer: Fix a crash when completing a to-do in the summary view
Changelog: https://kde.org/announcements/changelogs/gear/22.04.3/
2022-07-07 23:49:42 +02:00
Po-Chuan Hsieh
faa737bcdb
databases/rubygem-redis: Update to 4.7.1
...
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2022-07-08 05:42:58 +08:00
Po-Chuan Hsieh
ef3bdb9eda
databases/ruby-xapian: Update to 1.4.20
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:46 +08:00
Po-Chuan Hsieh
f96aa5081b
databases/py-xapian: Update to 1.4.20
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:45 +08:00
Po-Chuan Hsieh
4400adc50d
databases/php-xapian: Update to 1.4.20
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:45 +08:00
Po-Chuan Hsieh
ca0ace5054
databases/p5-Xapian: Update to 1.4.20.0
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:45 +08:00
Po-Chuan Hsieh
db4d87808a
databases/lua-xapian: Update to 1.4.20
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:45 +08:00
Po-Chuan Hsieh
3e80c67130
databases/xapian-core: Update to 1.4.20
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:45 +08:00
Po-Chuan Hsieh
4cd41dfec3
databases/xapian-bindings: Update to 1.4.20
...
Changes: https://trac.xapian.org/wiki/ReleaseOverview
2022-07-08 05:42:44 +08:00
Alexey Dokuchaev
a649f0aae0
databases/lua-lsqlite3: unbreak the build against non-amalgamated SQLite
...
- Change the :target in SQLite dependency to `build' so that files which
are copied during `pre-configure' stage would be generated;
- Don't explicitly list supported Lua versions in the COMMENT and define
options after other declarative knobs and before targets;
- Switch to the new upstream distfile (version remained the same) as the
previous one is no longer fetchable. Looking at the changes, they
span the period from 2018-07-01 to 2021-09-07 and look legit. Also,
the test suite had been amended; it would be hooked in another commit.
PR: 259991
2022-07-07 19:13:30 +00:00
Pavel Volkov
5bf2947fce
databases/sqlite3: Update to 3.39
...
ChangeLog: https://www.sqlite.org/releaselog/3_39_0.html
* Add (long overdue) support for RIGHT and FULL OUTER JOIN.
* Add new binary comparison operators IS NOT DISTINCT FROM and IS DISTINCT FROM
that are equivalent to IS and IS NOT, respective, for compatibility with
PostgreSQL and SQL standards.
* Add a new return code (value "3") from the sqlite3_vtab_distinct() interface
that indicates a query that has both DISTINCT and ORDER BY clauses.
* Added the sqlite3_db_name() interface.
* The unix os interface resolves all symbolic links in database filenames to
create a canonical name for the database before the file is opened.
* Defer materializing views until the materialization is actually needed, thus
avoiding unnecessary work if the materialization turns out to never be used.
* The HAVING clause of a SELECT statement is now allowed on any aggregate
query, even queries that do not have a GROUP BY clause.
* Many microoptimizations collectively reduce CPU cycles by about 2.3%.
PR: 264974
Reported by: pavelivolkov@gmail.com (maintainer)
2022-07-07 07:32:47 +02:00
Dmitri Goutnik
7d7b87465f
databases/pspg: Update to 5.5.5
...
Changes: https://github.com/okbob/pspg/releases/tag/5.5.5
2022-07-06 14:58:45 -05:00
Tobias C. Berner
7e5fe8fd65
graphics/poppler: bump PORTREVISION of poppler consumers
2022-07-06 18:25:53 +02:00
Wen Heping
1e689a00a5
databases/py-peewee: Update to 3.15.0
...
PR: 264745
Reported by: wen@
Approved by: maintainer(timeout, >= 14 days)
2022-07-06 10:47:15 +08:00
Goran Mekić
3b314cfbaf
databases/py-ormar: Update to 0.11.2
...
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.11.2
PR: 265013
2022-07-05 10:04:42 +01:00
Muhammad Moinur Rahman
4787e5c95a
databases/pgbouncer: Update version 1.16.1=>1.17.0
...
- Pet portclippy/portfmt
PR: 264916
Approved by: m.tsatsenko@gmail.com (maintainer)
Relnotes: https://www.pgbouncer.org/changelog.html#pgbouncer-117x
Sponsored by: Bounce Experts
2022-07-04 10:55:48 -05:00
Muhammad Moinur Rahman
43a71c753d
databases/py-carbon: Fix start up ordering
...
PR: 264462
Reported by: brd
2022-07-04 10:50:20 -05:00
Palle Girgensohn
28a97bf707
databases/postgresql15-*: update to 15beta2
2022-07-04 13:26:00 +02:00
Loïc Bartoletti
f148a3238f
databases/pgrouting: Update to 3.3.1
...
Release notes: https://github.com/pgRouting/pgrouting/blob/v3.3.1/NEWS
2022-07-04 09:40:31 +02:00
Tobias C. Berner
787e501e3d
qt5: Update Qt to 5.15.5 (KDE patched)
...
- update patch-collection diff to be at the highest patch-level
- update patch-collection diff to be against 5.15.5 instead of 5.15.2
- update devel/qt5-script to 5.15.10
- libressl support by Felix Palmen <felix@palmen-it.de>
PR: 264944
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D35619
2022-07-04 09:31:38 +02:00
Mikael Urankar
a50372b91f
lang/rust: Bump revisions after 1.62.0
2022-07-02 15:47:05 +02:00
Babak Farrokhi
23ba0d1745
databases/py-aiopg: Update to 1.3.4
2022-07-02 10:42:02 +02:00
Neel Chauhan
dc2d39392d
databases/libgda5: Use 'gnome' dir not 'gnome3'
2022-07-01 22:25:29 -07:00
Neel Chauhan
669f1a12ac
databases/libgdamm5: Use 'gnome' dir not 'gnome3'
2022-07-01 22:25:29 -07:00
Matthew Seaman
7bce576ec6
databases/pgbarman: update to 3.0.0
...
ChangeLog: https://github.com/EnterpriseDB/barman/blob/release/3.0.0/NEWS
2022-07-02 00:33:01 +01:00
Rene Ladan
fbf7b7a953
databases/percona-pam-for-mysql: use percona-57, fixes INDEX
2022-07-01 11:43:52 +02:00
Muhammad Moinur Rahman
b12f3681eb
databases/py-carbon: Fix BUILD
...
Fixes: 06ae815
Mark BROKEN for python39
2022-06-30 17:24:28 -05:00
Rene Ladan
30886720da
cleanup: Remove expired ports:
...
2022-06-30 databases/pgpool-II-36: Upstream support ended use databases/pgpool-II-43
2022-06-30 ftp/multiget: Last release in 2007, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 devel/electron13: EOLed upstream, switch to newer version
2022-06-30 ftp/puf: Last release in 2006, doesn't support https and upstream is dead. Please consider using www/aria2
2022-06-30 security/gss: Abandonware, last release in 2014 and no development since
2022-06-30 security/shishi: Abandonware, last release in 2013 and no development since
2022-06-30 ftp/urlgfe
2022-06-30 www/nspluginwrapper: Abandonware, last release in 2011 and upstream is dead. NPAPI plugins are now obsolete and depends on deprecated library GTK 2
2022-06-30 devel/govendor: Use Go modules
2022-06-30 devel/racer: Racer is not actively developped now. Please consider using newer software such as devel/rust-analyzer.
2022-06-30 net-mgmt/unifi6: No longer maintained by upstream
2022-06-30 devel/dep: Use Go modules
2022-06-30 databases/libgda5-bdb: Depends on deprecated databases/db5
2022-06-30 emulators/qemu5: Use emulators/qemu6 or emulators/qemu
2022-06-30 deskutils/bitcollider: bitzi.com is no longer available, closed down in 2013
2022-06-30 converters/htx: XHTML is considered obsolete in favor of HTML5
2022-06-30 www/getleft: Abandonware last updated on 2008
2022-06-30 ftp/wxdfast: Last release in 2009, doesn't support https, depends on deprecated wxgtk28 and dead upstream. Please consider using net/uget
2022-06-30 22:48:41 +02:00
Rene Ladan
6fcb7301e2
cleanup: Remove expired ports:
...
2022-06-30 databases/percona56-server: EOL since February 2021
2022-06-30 databases/percona56-client: EOL since February 2021
2022-06-30 databases/mysql55-server: Upstream support ended on December 2018
2022-06-30 databases/mysql55-client: Upstream support ended on December 2018
2022-06-30 21:37:40 +02:00
Jan Beich
957aa87c3d
devel/googletest: update to 1.12.1
...
Changes: https://github.com/google/googletest/releases/tag/release-1.12.1
Reported by: GitHub (watch releases)
2022-06-30 15:27:20 +00:00
Po-Chuan Hsieh
6404cb3008
databases/rubygem-redis: Update to 4.7.0
...
Changes: https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2022-06-30 05:50:26 +08:00
Po-Chuan Hsieh
5e0153ec4b
databases/py-sqlalchemy14: Update to 1.4.39
...
Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-06-30 05:49:45 +08:00
Po-Chuan Hsieh
42e9d1c255
databases/couchdb3: Update WWW
...
Approved by: portmgr (blanket)
2022-06-30 00:32:56 +08:00
Po-Chuan Hsieh
c08b928e18
databases/apache-commons-dbutils: Update WWW
2022-06-30 00:32:56 +08:00
Po-Chuan Hsieh
5deb3898a3
databases/rubygem-pg13: Add PORTSCOUT
2022-06-30 00:32:55 +08:00
Po-Chuan Hsieh
d03ec77a5d
databases/rubygem-pg: Update to 1.4.1
...
Changes: https://github.com/ged/ruby-pg/blob/master/History.rdoc
2022-06-30 00:32:54 +08:00
Po-Chuan Hsieh
190a7b060e
databases/py-sqlalchemy14: Update to 1.4.38
...
Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
2022-06-30 00:32:39 +08:00
Po-Chuan Hsieh
6fe3eccb28
databases/py-sqlalchemy-utils: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14
...
- Bump PORTREVISION for dependency change
2022-06-30 00:32:39 +08:00
Po-Chuan Hsieh
0973058da1
databases/py-tiledb: Update to 0.16.1
...
Changes: https://github.com/TileDB-Inc/TileDB-Py/releases
2022-06-30 00:32:38 +08:00
Po-Chuan Hsieh
86e63837db
databases/tiledb: Update to 2.10.1
...
Changes: https://github.com/TileDB-Inc/TileDB/releases
2022-06-30 00:32:38 +08:00
Po-Chuan Hsieh
b1a61c790e
devel/grpc: Update to 1.47.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
2022-06-30 00:32:34 +08:00
Stefan Eßer
da00957fbe
Fix CONFLICTS_INSTALL in the databases category
...
Approved by: portmgr (implicit)
2022-06-29 17:57:40 +02:00
Li-Wen Hsu
ad88b39786
databases/py-redis: Restore PORTREVISION missed in reverting
...
Fixes: ad793d0396
2022-06-29 21:22:02 +08:00
Zsolt Udvari
6431e30e69
databases/adminer: update to 4.8.1
...
ChangeLog: https://github.com/vrana/adminer/releases/tag/v4.8.1
PR: 263419
Reported by: freebsd@zilon.de (maintainer)
2022-06-28 18:02:08 +02:00
Dave Cottlehuber
ab4964e6d9
*/*: Remove expired erlang and elixir ports
...
The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.
See UPDATING and MOVED for details.
https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update
archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
databases/elixir-ecto
databases/elixir-geo
databases/elixir-mariaex
databases/elixir-postgrex
databases/elixir-timex_ecto
databases/erlang-couchbeam
databases/erlang-epgsql
databases/erlang-eredis
devel/elixir-apex
devel/elixir-bson
devel/elixir-cachex
devel/elixir-calendar
devel/elixir-combine
devel/elixir-conform
devel/elixir-connection
devel/elixir-coverex
devel/elixir-crontab
devel/elixir-csv
devel/elixir-decimal
devel/elixir-deppie
devel/elixir-dialyze
devel/elixir-distillery
devel/elixir-estree
devel/elixir-eternal
devel/elixir-exactor
devel/elixir-excoveralls
devel/elixir-exjsx
devel/elixir-exprotobuf
devel/elixir-gen_stage
devel/elixir-gettext
devel/elixir-inflex
devel/elixir-libring
devel/elixir-math
devel/elixir-msgpax
devel/elixir-nadia
devel/elixir-nats
devel/elixir-nimble_csv
devel/elixir-paratize
devel/elixir-plug
devel/elixir-poison
devel/elixir-quantum
devel/elixir-smppex
devel/elixir-timex
devel/elixir-trailing_format_plug
devel/elixir-tzdata
devel/elixir-unsafe
devel/erlang-bbmustache
devel/erlang-certifi
devel/erlang-cuttlefish
devel/erlang-erlware_commons
devel/erlang-gen_smtp
devel/erlang-getopt
devel/erlang-goldrush
devel/erlang-hut
devel/erlang-jobs
devel/erlang-jsx
devel/erlang-katana
devel/erlang-lager
devel/erlang-lager_syslog
devel/erlang-meck
devel/erlang-metrics
devel/erlang-parse_trans
devel/erlang-providers
devel/erlang-ssl_verify_fun
devel/erlang-unicode_util_compat
dns/erlang-idna
misc/elixir-mime
misc/elixir-uuid
misc/erlang-mimerl
misc/erlang-mimetypes
net/elixir-kafka_ex
net/elixir-oauth2
net/erlang-ranch
security/elixir-comeonin
security/elixir-comeonin_i18n
security/elixir-jose
security/erlang-fast_tls
security/erlang-jose
textproc/elixir-earmark
textproc/elixir-funnel
textproc/elixir-sweet_xml
textproc/erlang-edown
textproc/erlang-fast_xml
textproc/erlang-p1_utils
textproc/erlang-yamerl
www/elixir-html_entities
www/elixir-html_sanitize_ex
www/elixir-httpoison
www/elixir-httpotion
www/elixir-joken
www/elixir-maru
www/elixir-phoenix
www/elixir-phoenix_ecto
www/elixir-phoenix_html
www/elixir-phoenix_pubsub
www/elixir-webassembly
www/erlang-cowboy
www/erlang-cowlib
www/erlang-hackney
www/erlang-ibrowse
www/erlang-mochiweb
www/erlang-mochiweb-basho
www/erlang-webmachine
PR: 263694
Reviewed by: olgeni@FreeBSD.org
Approved by: erlang (with hat)
Sponsored by: SkunkWerks, GmbH
2022-06-28 06:32:30 +00:00
Muhammad Moinur Rahman
e81ba30a41
databases/pgagroal: New Port
...
pgagroal is a high-performance protocol-native connection pool for
PostgreSQL. Which features High performance, Connection pool, Limit
connections for users and databases, Prefill support, Remove idle
connections, Connection validation, Enable / disable database access,
Graceful / fast shutdown, Prometheus support, Grafana 8 dashboard,
Remote management, Authentication query support, Failover support,
Transport Layer Security (TLS) v1.2+ support, Daemon support, User
vault, Lightweight connection pooler for PostgreSQL.
WWW: https://agroal.github.io/pgagroal/
Sponsored by: Bounce Experts
2022-06-26 22:11:32 -05:00
Muhammad Moinur Rahman
750296a936
databases/postgresql-mysql_fdw: Update version 2.6.0=>2.8.0
...
Approved by: tz (private email)
Relnotes:
https://github.com/EnterpriseDB/mysql_fdw/releases/tag/REL-2_8_0
Sponsored by: Bounce Experts
2022-06-26 22:11:30 -05:00
Muhammad Moinur Rahman
f18bcd860b
databases/pgpool-II-41: Update version 4.1.10=>4.1.12
...
Approved by: tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-1-12.html
Sponsored by: Bounce Experts
2022-06-26 22:11:28 -05:00
Muhammad Moinur Rahman
7795dbb2d5
databases/pgpool-II-40: Update version 4.0.17=>4.0.19
...
Approved by: tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-0-19.html
Sponsored by: Bounce Experts
2022-06-26 22:11:27 -05:00
Muhammad Moinur Rahman
36cafd6c4c
databases/pgpool-II-37: Update version 3.7.23=>3.7.24
...
Approved by: tz (private email)
Relnotes: https://www.pgpool.net/docs/latest/en/html/release-3-7-24.html
Sponsored by: Bounce Experts
2022-06-26 22:11:27 -05:00
Yuri Victorovich
819b51ccd9
databases/py-duckdb: Fix typo
2022-06-26 00:20:18 -07:00
Muhammad Moinur Rahman
06ae81597b
databases/py-carbon: Mark BROKEN for python39
...
- Remove version-spec
PR: 261703
Reported by: exp-run
2022-06-25 16:17:52 -05:00
Daniel Engberg
321f48066f
databases/pointcloud: Rework Makefile and remove libght dependency
...
Rework Makefile to follow Porters Handbook more closely
Remove non needed variable
Remove libght dependency, this was removed in 1.2.0
Reference:
https://github.com/pgpointcloud/pointcloud/blob/v1.2.0/NEWS
PR: 264184
Approved by: lbartoletti (maintainer timeout, 4+ weeks)
2022-06-25 21:33:15 +02:00
Jan Beich
3ff1f557e4
devel/googletest: update to 1.12.0
...
Changes: https://github.com/google/googletest/releases/tag/release-1.12.0
Reported by: GitHub (watch releases)
2022-06-25 19:31:14 +00:00
Matthias Fechner
5d47f98268
databases/rubygem-pg_query: update to 2.1.3
...
Required for gitlab-ce 15.1.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
2.1.3 2022-01-28
Track tables in EXCEPT and INTERSECT queries (#239 )
Get filter_columns working with UNION/EXCEPT/INTERSECT (#240 )
Update google-protobuf to address CVE scanner complaints
Note that none of the CVEs apply to pg_query, but this avoids unnecessary errors when the google-protobuf dependency is pulled in
2022-06-24 12:20:03 +02:00
Matthias Fechner
cce6539975
databases/rubygem-pg13: new port
...
Copied from databases/rubygem-pg and required for gitlab-ce 15.1.
2022-06-24 12:20:03 +02:00
Dima Panov
88acfca540
databases/py-mysqlclient: update to 2.1.1 release (+)
...
Changelog: https://github.com/PyMySQL/mysqlclient/releases/tag/v2.1.1
2022-06-23 19:23:54 +03:00
Wen Heping
e9609b0580
databases/neo4j: Update to 4.4.8
2022-06-23 09:58:08 +08:00
Po-Chuan Hsieh
a12937ae99
databases/rubygem-pg: Update to 1.4.0
...
Changes: https://github.com/ged/ruby-pg/blob/master/History.rdoc
2022-06-22 04:58:35 +08:00
Po-Chuan Hsieh
e9e9d92ff6
databases/py-tarantool: Update to 0.9.0
...
Changes: https://github.com/tarantool/tarantool-python/releases
2022-06-22 04:58:01 +08:00
Yuri Victorovich
05c67b75e6
databases/py-duckdb: Fix tests
2022-06-21 13:14:56 -07:00
Po-Chuan Hsieh
cfdfa11739
databases/py-mongoengine: Update to 0.24.1
...
Changes: https://github.com/MongoEngine/mongoengine/releases
2022-06-22 00:36:28 +08:00
Po-Chuan Hsieh
710717a674
databases/py-pgspecial: Update to 2.0.1
...
Changes: https://github.com/dbcli/pgspecial/blob/main/changelog.rst
2022-06-22 00:32:52 +08:00
Po-Chuan Hsieh
5ef39caeb6
databases/caterva: Convert to USES=cmake:testing
2022-06-22 00:32:42 +08:00
Po-Chuan Hsieh
ad793d0396
databases/py-redis: Revert f46a8cab16
...
It is not approved and it breaks dependent ports.
2022-06-22 00:19:14 +08:00
Robert Kruus
f46a8cab16
database/py-redis: Update to 4.3.1
...
Changes: https://github.com/redis/redis-py/blob/v4.3.1/CHANGES
PR: 261518
2022-06-21 08:54:48 -07:00
TAKATSU Tomonari
c958213b0f
databases/R-cran-DBI: Update to 1.1.3
2022-06-21 13:24:53 +00:00
Yuri Victorovich
7ee65fd71e
databases/py-duckdb: New port: In-process SQL OLAP database management system
2022-06-21 00:08:26 -07:00
Yuri Victorovich
65ea4576e1
databases/duckdb: Correction in the options code
2022-06-21 00:08:26 -07:00
Yuri Victorovich
e3781e0f2a
databases/duckdb: New port: In-process SQL OLAP database management system
2022-06-20 21:41:18 -07:00
Jonathan Chen
7149dcc50f
databases/squirrel-sql: update to 4.4.0
...
ChangeLog:
https://sourceforge.net/p/squirrel-sql/git/ci/master/tree/sql12/core/doc/changes.txt
PR: 264659
Reported by: jonc@chen.org.nz (maintainer)
2022-06-18 11:00:56 +02:00
Matthew Seaman
3c66332b99
databases/pg_citus: update to 11.0.2
...
ChangeLog: https://github.com/citusdata/citus/blob/v11.0.2/CHANGELOG.md
2022-06-18 08:44:15 +01:00
Wen Heping
d5b9c29504
databases/phpmyadmin*: Remove message for apache-2.2
...
Approved by: maintainer(via email)
2022-06-18 08:29:38 +08:00
VVD
52a1e2148c
databases/soci: Fix pkg-plist errors
...
PR: 264720
Reported by: p5B2EA84B3@t-online.de
Approved by: nc@ (maintainer)
2022-06-17 07:39:31 -07:00
Ronald Klop
af13f94fea
databases/mongodb50: Update to 5.0.9
...
ChangeLog: https://github.com/mongodb/mongo/releases/tag/r5.0.9
* Remove limits on number of LDAP connections per host
* Detect namespace changes when refreshing Collection after yielding
* Sharding an empty collection releases the critical section too early
* Mongos fails to attach RetryableWrite Error Label For Command Interrupted
In _parseCommand
* Fix search near returning wrong key/value sometimes when key doesn't exist
PR: 264341
Reported by: ulassayginim@gmail.com
MFH: 2022Q2 (many bugfixes)
2022-06-17 07:27:06 +02:00
Muhammad Moinur Rahman
9a13615bf6
databases/freetds: Update version 1.3.11=>1.3.12
...
Relnotes: https://github.com/FreeTDS/freetds/releases/tag/v1.3.12
2022-06-16 15:27:13 -05:00
Po-Chuan Hsieh
ea3896e6db
databases/rubygem-sqlite3: Update to 1.4.4
...
Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
2022-06-17 03:35:17 +08:00
Po-Chuan Hsieh
864767feaa
databases/rubygem-dalli: Update to 3.2.2
...
Changes: https://github.com/petergoldstein/dalli/blob/main/History.md
2022-06-17 03:35:16 +08:00
Po-Chuan Hsieh
0f4b95ec5d
databases/py-psycopg-c: Update to 3.0.15
...
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
2022-06-17 03:35:01 +08:00
Po-Chuan Hsieh
9461fda6c2
databases/py-psycopg: Update to 3.0.15
...
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
2022-06-17 03:35:00 +08:00
Po-Chuan Hsieh
09bd0656bb
databases/rocksdb-lite: Convert to normal port
2022-06-16 22:02:31 +08:00
Po-Chuan Hsieh
88353daa24
databases/rubygem-flipper-active_record: Update to 0.25.0
...
Changes: https://github.com/jnunemaker/flipper/blob/master/Changelog.md
2022-06-16 22:01:10 +08:00
Po-Chuan Hsieh
5be42c880b
databases/rubygem-sqlite3: Update to 1.4.3
...
- Update WWW
Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc
2022-06-16 22:01:10 +08:00
Po-Chuan Hsieh
7d60beeea3
databases/py-zodbpickle: Update to 2.3
...
Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst
2022-06-16 21:59:34 +08:00
Po-Chuan Hsieh
c289b0ea6e
databases/py-pgspecial: Update to 2.0.0
...
Changes: https://github.com/dbcli/pgspecial/blob/main/changelog.rst
2022-06-16 21:59:33 +08:00
Po-Chuan Hsieh
dbd0505a2c
databases/py-pgcli: Change RUN_DEPENDS from py-pgspecial to py-pgspecial1
...
- Bump PORTREVISION for dependency change
2022-06-16 21:59:33 +08:00
Po-Chuan Hsieh
42a1fceb80
databases/py-geoalchemy2: Update to 0.12.1
...
Changes: https://github.com/geoalchemy/geoalchemy2/releases
2022-06-16 21:59:32 +08:00
Po-Chuan Hsieh
daa672509a
databases/py-fakeredis: Update to 1.8.1
...
Changes: https://github.com/dsoftwareinc/fakeredis-py/releases
2022-06-16 21:59:31 +08:00
Po-Chuan Hsieh
8f059e19fd
databases/php-xapian: Add a comment about PHP 8 support
2022-06-16 21:59:30 +08:00
Po-Chuan Hsieh
e4bc1f63b9
databases/rocksdb: Update to 7.3.1
...
Changes: https://github.com/facebook/rocksdb/releases
2022-06-16 21:59:07 +08:00
Po-Chuan Hsieh
56f65ed95b
databases/py-pgspecial1: Add py-pgspecial1 1.13.1 (copied from py-pgspecial)
...
- Add PORTSCOUT
2022-06-16 21:58:41 +08:00
Po-Chuan Hsieh
ab04626576
*/Makefile: Sort SUBDIRs
2022-06-16 21:58:20 +08:00
Palle Girgensohn
e8704075ff
databases/postgresql14-server: update to 14.4
...
This release fixes an issue with all versions of PostgreSQL 14 that can
lead to silent corruption of indexes.
Since the release of PostgreSQL 14.0, there existed an issue with CREATE
INDEX CONCURRENTLY and REINDEX CONCURRENTLY that could cause silent data
corruption in indexes. This issue is fixed in the upcoming PostgreSQL
14.4 release.
If you ran either of these commands on any version of PostgreSQL 14
prior to 14.4, you may have experienced silent data corruption. You can
use the pg_amcheck command with the --heapallindexed flag to detect this
issue with B-tree indexes.
If you need an immediate remediation for this issue before the
PostgreSQL 14.4 release, you can run CREATE INDEX or REINDEX without
CONCURRENTLY. You can also run the reindexdb command and use the --jobs
flag for added parallelism, but do not use the --concurrently flag.
Once PostgreSQL 14.4 is released, you can safely use CREATE INDEX
CONCURRENTLY and REINDEX CONCURRENTLY to manage your indexes, as well as
the --concurrently flag on reindexdb.
URL: https://www.postgresql.org/message-id/165473835807.573551.1512237163040609764%40wrigleys.postgresql.org
2022-06-16 15:08:02 +02:00
Babak Farrokhi
ac8c4f1082
databases/pymongo: update to 3.12.3
2022-06-15 17:32:46 +02:00
Palle Girgensohn
3259905b3c
databases/postgresql1[45]-client: add missing pg_amcheck tool
...
Also add some missing plist files for postgresql15-client and contrib
2022-06-14 23:02:40 +02:00
Palle Girgensohn
6c46341d54
databases/postgresql-jdbc: Upgrade to 42.4.0
...
Release notes: https://jdbc.postgresql.org/documentation/changelog.html#version_42.4.0
2022-06-14 21:54:59 +02:00
Yasuhiro Kimura
f0363ef8ac
databases/redis: Update to 7.0.2
...
ChangeLog: https://github.com/redis/redis/releases/tag/7.0.1
ChangeLog: https://github.com/redis/redis/releases/tag/7.0.2
2022-06-14 09:57:27 +09:00
Björn Lemke
4c310a05f3
databases/cego: update 2.47.22 -> 2.47.24
...
- Replaced Chain("") with Chain() for several. This was motivated by
an observed bug for check constraint xml import, where a comparision
between Chain() and Chain("") returned false
- Fix in CegoFunction::evalFieldValue for case REPLACE. If replace
string is null, then empty string is replaced instead of "null"
string.
Author: Björn Lemke <lemke@lemke-it.com>
2022-06-13 11:25:23 +02:00
Yuri Victorovich
6fb92df27c
databases/py-arrow: Rename to databases/py-apache-arrow
2022-06-12 20:15:45 -07:00
Yuri Victorovich
696fcf7ce2
databases/py-arrow: New port: Columnar in-memory analytics layer for big data
2022-06-12 17:47:35 -07:00
Yuri Victorovich
db68e7212d
databases/arrow: Update 6.0.1 -> 8.0.0
2022-06-12 17:47:35 -07:00
Muhammad Moinur Rahman
214a6c5f5a
*/*: Ignore with php82
2022-06-12 19:08:05 -05:00
Goran Mekić
07dda179ed
databases/py-ormar: Update to 0.11.1
...
ChangeLog: https://github.com/collerek/ormar/releases/tag/0.11.1
PR: 264608
2022-06-12 01:44:33 +01:00
Muhammad Moinur Rahman
665b149d26
*/*php82*: Welcome php 8.2.0 Alpha 1
...
Please DO NOT use this version in production, it is an early test
version.
port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A
build is running to check all php ports with php82 and will be
committed in batch tomorrow.
Sponsored by: Bounce Experts
2022-06-11 16:02:49 -05:00
Loïc Bartoletti
94195c3977
databases/grass8: Update to 8.2.0
...
Release notes: https://grass.osgeo.org/news/2022_06_03_grass_gis_8_2_0_released/
2022-06-11 08:14:11 +02:00
Tobias C. Berner
8747d18a3b
KDE: Update KDE Gear to 22.04.2 (June bugfix release)
...
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.
Today they all get new bugfix source releases with updated translations, including:
* ark: Support ‘7zip’ as well as ‘p7zip’.
* konsole: Fix scroll position jumps regression.
* okular: Fix crash while undoing with the menu on an empty
annotation.
Distro and app store packagers should update their application packages.
Full Changelog: https://kde.org/announcements/changelogs/gear/22.04.2/
2022-06-10 22:06:27 +02:00
Gleb Popov
2cff3b28e5
databases/tarantool: Use LIB_DEPENDS instead of RUN_DEPENDS for msgpuck dep.
...
Reported by: sunpoet
Fixes: 53aec4c8ca
2022-06-10 16:08:23 +03:00