non port: databases/mariadb104-server/Makefile |
Number of commits found: 54 |
Friday, 30 Jun 2023
|
05:48 Muhammad Moinur Rahman (bofh)
databases/mariadb104-*: Sunset
2023-06-30 databases/mariadb104-*: Use databases/mariadb106-*
- Sync mariadb versions in Mk/bsd.default-versions.mk
Approved by: portmgr (blanket)
6ff0ba3 |
Sunday, 28 May 2023
|
18:59 Bernard Spil (brnrd)
databases/mariadb104-server: Update to 10.4.29
Security: 5d1b1a0a-fd36-11ed-a0d1-84a93843eb75
MFH: 2023Q2
7f97f2d |
Saturday, 29 Apr 2023
|
15:14 Muhammad Moinur Rahman (bofh)
databases/mariadb104-server: Mark IGNORE_SSL
- Mark to IGNORE OpenSSL 3.0 and later
- Upstream only supports OpenSSL 1.0.1 upto 1.1.X
Approved by: portmgr (blanket)
a910d1a |
Monday, 10 Apr 2023
|
11:40 Bernard Spil (brnrd)
databases/mariadb105-server: Update conflicts for 10.0.11
* All remaining MariaDB ports
3f5ce6a |
11:40 Bernard Spil (brnrd)
databases/mariadb104: Drop 10.4 in 2023Q3 after adding 10.6
7885ad4 |
Wednesday, 8 Mar 2023
|
20:00 Bernard Spil (brnrd)
databases/mariadb104-server: Update to 10.4.28
ae409e3 |
Saturday, 17 Dec 2022
|
16:40 Bernard Spil (brnrd)
databases/mariadb104-server: Update to 10.4.27
a1228f0 |
Sunday, 16 Oct 2022
|
21:10 Adam Weinberger (adamw)
devel/msgpack: Update and split into C and C++ versions
Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.
devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.
In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
9e03d99 |
Friday, 9 Sep 2022
|
12:11 Bernard Spil (brnrd)
databases/mariadb104-server: Security update to 10.4.26
PR: 266133
Security: 36d10af7-248d-11ed-856e-d4c9ef517024
MFH: 2022Q3
e4c4208 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Wednesday, 20 Jul 2022
|
14:21 Tobias C. Berner (tcberner)
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
d076ad9 |
Tuesday, 24 May 2022
|
15:42 Bernard Spil (brnrd)
databases/mariadb104-server: Security update to 10.4.25
Security: 04fecc47-dad2-11ec-8fbd-d4c9ef517024
MFH: 2022Q2
be54a31d |
Monday, 16 May 2022
|
06:49 Loïc Bartoletti (lbartoletti)
databases/mariadb10*: fix pkg-plist use share/man
Approved by: portmgr (blanket)
0393f0c |
Monday, 18 Apr 2022
|
11:22 Bernard Spil (brnrd)
databases/mariadb*: Update MASTER_SITES
* Fixes broken sites
* Prefer MariaDB redirect mechanism via API
* Use secondary mirrors
* Primary mirror as last resort
PR: 262075
Reported by: diizzy
5ab12f1 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Thursday, 24 Feb 2022
|
06:46 Piotr Kubaj (pkubaj)
databases/mariadb104-server: enable WSREP on riscv64
2418040 |
Tuesday, 22 Feb 2022
|
02:20 Piotr Kubaj (pkubaj)
databases/mariadb104-server: enable WSREP on powerpc64 and bump PORTREVISION
e8c4321 |
00:02 Piotr Kubaj (pkubaj)
databases/mariadb104-server: enable WSREP on powerpc64le
c79318c |
Thursday, 17 Feb 2022
|
14:09 Bernard Spil (brnrd)
databases/mariadb104-server: Security update to 10.4.24
PR: 261969
Security: ff5606f7-8a45-11ec-8be6-d4c9ef517024
MFH: 2022Q1
94df86e |
Monday, 10 Jan 2022
|
15:15 Stefan Eßer (se)
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).
A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.
These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,
Approved by: portmgr (implicit)
bcaf25a |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
04b9da4 |
Wednesday, 10 Nov 2021
|
20:19 Bernard Spil (brnrd)
databases/mariadb104-server: Security update to 10.4.22
MFH: 2021Q4
Security: c9387e4d-2f5f-11ec-8be6-d4c9ef517024
346b5dd |
Saturday, 16 Oct 2021
|
09:51 Jimmy Olgeni (olgeni)
*: fix tab vs. space issues, and comments according to the guide.
4460cf7 |
Thursday, 30 Sep 2021
|
21:23 Rene Ladan (rene)
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
620968a |
Sunday, 12 Sep 2021
|
12:04 Bernard Spil (brnrd)
databases/mariadb104-server: Fix DB corruption
* InnoDB corrupts files due to incorrect st_blksize calculation
PR: 257728, 257958
Reported by: mfechner, iron udjin gmail com
Obtained from: https://jira.mariadb.org/projects/MDEV/issues/MDEV-26537
MFH: 2021Q3
15c1622 |
Sunday, 8 Aug 2021
|
19:58 Bernard Spil (brnrd)
databases/mariadb104-server: Security update to 10.4.21
databases/mariadb105-server: Update to 10.5.12
* Update/fix i386 build [1]
PR: 257047 [1]
Reported by: Raymond Quakkelaar <r quakkelaar quaras nl>
Security: 38a4a043-e937-11eb-9b84-d4c9ef517024
MFH: 2021Q3
7d6e883 |
Wednesday, 30 Jun 2021
|
16:48 Bernard Spil (brnrd)
databases/mariadb104-server: Update to 10.4.20
* Fix build on RISC-V and i386 [1]
* Fix plist issue with WSREP on i386 [1]
PR: 256618
Submitted by: Robert Clausecker <fuz fuz su>
89b30bb |
Thursday, 13 May 2021
|
16:32 Bernard Spil (brnrd)
databases/mariadb104-server: Security update to 10.4.19
Security: 56ba4513-a1be-11eb-9072-d4c9ef517024
MFH: 2021Q2
d94a3f9 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 28 Feb 2021
|
17:47 brnrd
databases/mariadb104-server: Update to 10.4.18
|
Tuesday, 26 Jan 2021
|
09:19 linimon
Mark these ports as BROKEN on riscv64.
The current contents of sys/riscv/include/ieeefp.h are empty. These
ports rely on that file being defined.
Approved by: portmgr (tier-2 blanket)
|
Thursday, 12 Nov 2020
|
16:11 bapt
Patents are a complicated topic, and their regulation varies depending on
jurisdiction. Patents are not necessarily related to the license and so
should not be connected to the license framework.
As a project we will officially remove all patent limitations within the
ports tree and leave it to the user or consumer to deal with their local
legislation to determine if they can use the software without legal
restrictions.
Approved by: core
|
12:33 brnrd
databases/mariadb104-server: Bugfix update to 10.4.17
* Arbitrary InnoDB buffer pool and data file corruption
MFH: 2020Q4
|
Sunday, 8 Nov 2020
|
19:03 brnrd
databases/mariadb104-server: Security update to 10.4.16
MFH: 2020Q4
Security: 4fba07ca-13aa-11eb-b31e-d4c9ef517024
|
Saturday, 24 Oct 2020
|
11:50 brnrd
databases/mariadb104-server: Security update to 10.4.15
* Fix server start on clean install [1]
PR: 247413 [1]
MFH: 2020Q4
Security: a2565962-1156-11eb-9c9c-d4c9ef517024
|
Sunday, 30 Aug 2020
|
13:10 brnrd
databases/mariadb104-server: Update to 10.4.14
* RocksDB and MDEV-15961 fixed upstream
|
Sunday, 12 Jul 2020
|
14:32 brnrd
databases/mariadb104-server: Fix breakage
* Unbreak clean installs (USERS/GROUPS)
* INSTALL_UNIX_ADDRDIR is a FILE, add the socket filename
* Built-in socket path now confirmed to be consistent between client, lib and
daemon
PR: 247747
Submitted by: VVD <vvd unislabs com>
Reported by: dinoex
MFH: 2020Q3
|
Saturday, 27 Jun 2020
|
19:42 brnrd
databases/mariadb104-server: Make directories configurable
* Create socket dir [1]
* Take note of the changed directories
PR: 247413 [1]
Reported by: Henrik Hudson <ports thelanman net>
|
Tuesday, 26 May 2020
|
09:58 brnrd
databases/mariadb104-server: Fix configuration location / overhaul
* Fix configuration location [1]
* Share patches between client and server
* Provide minimal configuration for client and server
* Make the wsrep config a sample only
* Fixup plists
PR: 246694 [1]
Reported by: <theis gmx at>
MFH: 2020Q2
|
Thursday, 21 May 2020
|
19:08 brnrd
databases/mariadb104-server: Fix galera clustering
* Fix clustering script [1]
* Fix clustering dependencies [1]
* Remove no-op REINPLACECMD [2]
* Fix paths on pam_user_map and its config [3]
Submitted by: Peter M. Hauesen [1], mfechner [2], mat [3]
MFH: 2020Q2
|
Saturday, 16 May 2020
|
09:19 brnrd
databases/mariadb104-server: Security update to 10.4.13
MFH: 2020Q2
Security: 21d59ea3-8559-11ea-a5e2-d4c9ef517024
|
Wednesday, 29 Jan 2020
|
19:02 brnrd
databases/mariadb104-server: Security update to 10.4.12
MFH: 2020Q1
Security: a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security: CVE-2020-2574
|
Saturday, 14 Dec 2019
|
14:34 brnrd
databases/mariadb104-server: Update to 10.4.11
* Fix compression [1]
* Fix mariabackup-based replication [2]
PR: 239732 [1], 240692 [2]
Submitted by: Tao Zhou <zhoutao laocius org> [1], Mike Andrews <mandrews bit0
com> [2]
|
Wednesday, 11 Dec 2019
|
17:53 jbeich
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136
|
Sunday, 1 Dec 2019
|
19:50 brnrd
databases/mariadb104-server: Fix include clash with c++/v1/version
|
Thursday, 28 Nov 2019
|
19:05 brnrd
databases/mariadb104-server: Security update to 10.4.10
PR: 241335
Submitted by: nbari tequilla io, Ralf van der Enden <tremere cainites net>
MFH: 2019Q4
Security: fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf
|
Wednesday, 9 Oct 2019
|
10:34 bapt
Drop the ipv6 virtual category for d* category as it is not relevant anymore
|
Thursday, 19 Sep 2019
|
05:47 tobik
databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly
|
Sunday, 1 Sep 2019
|
14:21 brnrd
databases/mariadb104-server: Security update to 10.4.7
Security: 198e6220-ac8b-11e9-a1c7-b499baebfeaf
|
Monday, 19 Aug 2019
|
15:35 jbeich
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774
|
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sunday, 30 Jun 2019
|
18:25 brnrd
databases/mariadb104-server: Add MariaDB 10.4 port
|
Number of commits found: 54 |