notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: databases/mariadb103-server/Makefile

Number of commits found: 66

Sunday, 28 May 2023
11:00 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2023-05-25 databases/mariadb103-server: Use databases/mariadb106-server
2023-05-25 databases/mariadb103-client: Use databases/mariadb106-server
commit hash: 8c5ba4973645b9625212628e8b115e65dc8878b0 commit hash: 8c5ba4973645b9625212628e8b115e65dc8878b0 commit hash: 8c5ba4973645b9625212628e8b115e65dc8878b0 commit hash: 8c5ba4973645b9625212628e8b115e65dc8878b0 8c5ba49
Saturday, 29 Apr 2023
15:14 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/mariadb103-server: Mark IGNORE_SSL

- Mark IGNORE for OpenSSL 3.0 and later
- Upstream only supports OpenSSL 1.0.1 upto 1.1.X

Approved by:	portmgr (blanket)
commit hash: 076e11f48e42a51d444cb961ff3ec145e5ca8a15 commit hash: 076e11f48e42a51d444cb961ff3ec145e5ca8a15 commit hash: 076e11f48e42a51d444cb961ff3ec145e5ca8a15 commit hash: 076e11f48e42a51d444cb961ff3ec145e5ca8a15 076e11f
Monday, 10 Apr 2023
11:40 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb105-server: Update conflicts for 10.0.11

 * All remaining MariaDB ports
commit hash: 3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df commit hash: 3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df commit hash: 3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df commit hash: 3f5ce6a80dd99332a63661c6f8b418ca1c0fd6df 3f5ce6a
Sunday, 19 Feb 2023
21:40 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Update to 10.3.38

PR:		269537
commit hash: 06b18c35a7ac6d3bfda4a40cab1b3ff638b2ac0c commit hash: 06b18c35a7ac6d3bfda4a40cab1b3ff638b2ac0c commit hash: 06b18c35a7ac6d3bfda4a40cab1b3ff638b2ac0c commit hash: 06b18c35a7ac6d3bfda4a40cab1b3ff638b2ac0c 06b18c3
Saturday, 17 Dec 2022
16:40 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Update to 10.3.37
commit hash: 7d8f81177fac278fb362d5a50cd0eac2ba40c2e7 commit hash: 7d8f81177fac278fb362d5a50cd0eac2ba40c2e7 commit hash: 7d8f81177fac278fb362d5a50cd0eac2ba40c2e7 commit hash: 7d8f81177fac278fb362d5a50cd0eac2ba40c2e7 7d8f811
Sunday, 16 Oct 2022
21:10 Adam Weinberger (adamw) search for other commits by this committer
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.
commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 9e03d99
Friday, 9 Sep 2022
13:23 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.36

PR:		266253
Security:	36d10af7-248d-11ed-856e-d4c9ef517024
MFH:		2022Q3
commit hash: c30b83291583cf9f3705b4a3f6cd383f3e2f5a34 commit hash: c30b83291583cf9f3705b4a3f6cd383f3e2f5a34 commit hash: c30b83291583cf9f3705b4a3f6cd383f3e2f5a34 commit hash: c30b83291583cf9f3705b4a3f6cd383f3e2f5a34 c30b832
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 d076ad9
Tuesday, 24 May 2022
15:42 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.35

PR:		264170
Submitted by:	Vincent Jancso <vincent jancso outlook com>
Security:	04fecc47-dad2-11ec-8fbd-d4c9ef517024
MFH:		2022Q2
commit hash: 6202520020d9c4f553a2c522a8004521dfa20418 commit hash: 6202520020d9c4f553a2c522a8004521dfa20418 commit hash: 6202520020d9c4f553a2c522a8004521dfa20418 commit hash: 6202520020d9c4f553a2c522a8004521dfa20418 6202520
Monday, 16 May 2022
06:49 Loïc Bartoletti (lbartoletti) search for other commits by this committer
databases/mariadb10*: fix pkg-plist use share/man

Approved by:	portmgr (blanket)
commit hash: 0393f0c56a56373a5fb0098a4f246b4718909aa9 commit hash: 0393f0c56a56373a5fb0098a4f246b4718909aa9 commit hash: 0393f0c56a56373a5fb0098a4f246b4718909aa9 commit hash: 0393f0c56a56373a5fb0098a4f246b4718909aa9 0393f0c
Monday, 18 Apr 2022
11:22 Bernard Spil (brnrd) search for other commits by this committer
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
commit hash: 5ab12f1ecf3f97ae049497bce765c17919075e0b commit hash: 5ab12f1ecf3f97ae049497bce765c17919075e0b commit hash: 5ab12f1ecf3f97ae049497bce765c17919075e0b commit hash: 5ab12f1ecf3f97ae049497bce765c17919075e0b 5ab12f1
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Thursday, 24 Feb 2022
06:47 Piotr Kubaj (pkubaj) search for other commits by this committer
databases/mariadb103-server: enable WSREP on riscv64
commit hash: b8025da495c9e50387fb695fa5e3e933511bfcd5 commit hash: b8025da495c9e50387fb695fa5e3e933511bfcd5 commit hash: b8025da495c9e50387fb695fa5e3e933511bfcd5 commit hash: b8025da495c9e50387fb695fa5e3e933511bfcd5 b8025da
Tuesday, 22 Feb 2022
02:20 Piotr Kubaj (pkubaj) search for other commits by this committer
databases/mariadb103-server: enable WSREP on powerpc64 and bump PORTREVISION
commit hash: d66021047c347c491b509aaad0d6e02dc0aaddf2 commit hash: d66021047c347c491b509aaad0d6e02dc0aaddf2 commit hash: d66021047c347c491b509aaad0d6e02dc0aaddf2 commit hash: d66021047c347c491b509aaad0d6e02dc0aaddf2 d660210
00:02 Piotr Kubaj (pkubaj) search for other commits by this committer
databases/mariadb103-server: enable WSREP on powerpc64le
commit hash: 2413d6bb847fb67b63eb05bdf6c751cceb1832d3 commit hash: 2413d6bb847fb67b63eb05bdf6c751cceb1832d3 commit hash: 2413d6bb847fb67b63eb05bdf6c751cceb1832d3 commit hash: 2413d6bb847fb67b63eb05bdf6c751cceb1832d3 2413d6b
Thursday, 17 Feb 2022
10:09 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.34

PR:		261969
Security:	ff5606f7-8a45-11ec-8be6-d4c9ef517024
MFH:		2022Q1
commit hash: b7f811a8ea8132998af511b9a105a25137dcb20d commit hash: b7f811a8ea8132998af511b9a105a25137dcb20d commit hash: b7f811a8ea8132998af511b9a105a25137dcb20d commit hash: b7f811a8ea8132998af511b9a105a25137dcb20d b7f811a
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: 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)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Wednesday, 10 Nov 2021
20:20 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.32

MFH:		2021Q4
Security:	c9387e4d-2f5f-11ec-8be6-d4c9ef517024
commit hash: e31f0418e4a5c1691e86fc3f9460418fb6befebb commit hash: e31f0418e4a5c1691e86fc3f9460418fb6befebb commit hash: e31f0418e4a5c1691e86fc3f9460418fb6befebb commit hash: e31f0418e4a5c1691e86fc3f9460418fb6befebb e31f041
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Sunday, 12 Sep 2021
12:04 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-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
commit hash: c7054cfdf84443f275ef3979680e21c5ee61dee1 commit hash: c7054cfdf84443f275ef3979680e21c5ee61dee1 commit hash: c7054cfdf84443f275ef3979680e21c5ee61dee1 commit hash: c7054cfdf84443f275ef3979680e21c5ee61dee1 c7054cf
Sunday, 8 Aug 2021
18:50 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.31

Security:	38a4a043-e937-11eb-9b84-d4c9ef517024
MFH:		2021Q3
commit hash: d46194044ba61ece43081618c10fbc283b56cc5d commit hash: d46194044ba61ece43081618c10fbc283b56cc5d commit hash: d46194044ba61ece43081618c10fbc283b56cc5d commit hash: d46194044ba61ece43081618c10fbc283b56cc5d d461940
Wednesday, 30 Jun 2021
08:39 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Update to 10.3.30

PR:		256827 [1], 256618 [2]
Reported by:	<vincent jancso outlook com> [1], Robert Clausecker <fuz fuz su>
[2]
commit hash: 8d286ea3810d18103dafe59e38cf8d8878f1625f commit hash: 8d286ea3810d18103dafe59e38cf8d8878f1625f commit hash: 8d286ea3810d18103dafe59e38cf8d8878f1625f commit hash: 8d286ea3810d18103dafe59e38cf8d8878f1625f 8d286ea
Thursday, 13 May 2021
16:32 Bernard Spil (brnrd) search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.29

Reported by:	<i dani outlook com>
Security:	56ba4513-a1be-11eb-9072-d4c9ef517024
MFH:		2021Q2
commit hash: 9cbe5566f7e0a34fc5931510cad334c08c5fd23c commit hash: 9cbe5566f7e0a34fc5931510cad334c08c5fd23c commit hash: 9cbe5566f7e0a34fc5931510cad334c08c5fd23c commit hash: 9cbe5566f7e0a34fc5931510cad334c08c5fd23c 9cbe556
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 28 Feb 2021
18:45 brnrd search for other commits by this committer
PR:		253841
Submitted by:	Pascal Christen <pascal christen hostpoint ch>
Original commitRevision:566788 
Tuesday, 26 Jan 2021
09:19 linimon search for other commits by this committer
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)
Original commitRevision:562647 
Sunday, 6 Dec 2020
14:41 brnrd search for other commits by this committer
databases/mariadb103-client: Don't overwrite my.cnf

Reported by:	Miroslav Lachman <000.fbsd quip cz>
Original commitRevision:557137 
Thursday, 12 Nov 2020
16:11 bapt search for other commits by this committer
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
Original commitRevision:554970 
12:37 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.27

MFH:		2020Q4
Security:	4fba07ca-13aa-11eb-b31e-d4c9ef517024
Original commitRevision:554957 
Saturday, 24 Oct 2020
10:24 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.25

Security:	a2565962-1156-11eb-9c9c-d4c9ef517024
Original commitRevision:553177 
Saturday, 29 Aug 2020
20:34 brnrd search for other commits by this committer
databases/mariadb103-server: Update to 10.3.24
Original commitRevision:546948 
Sunday, 17 May 2020
14:22 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.23

MFH:		2020Q2
Security:	21d59ea3-8559-11ea-a5e2-d4c9ef517024
Original commitRevision:535549 
Wednesday, 29 Jan 2020
20:45 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.22

MFH:		2020Q1
Security:	a6cf65ad-37d2-11ea-a1c7-b499baebfeaf
Security:	CVE-2020-2574
Original commitRevision:524607 
Saturday, 21 Dec 2019
16:21 brnrd search for other commits by this committer
databases/mariadb103-server: Update to 10.3.21

 - Fix table compression [1]
 - Fix link error in mariabackup [2]
 - Fix GNUism [3]

PR:		239732 [1], 236101 [2], 240692 [3]
Submitted by:	<iron udjin gmail com> [2], Mike Andrews <mandrews bit0 com> [3]
Reported by:	Tao Zhou <zhoutao laocius org> [1]
Original commitRevision:520571 
Wednesday, 11 Dec 2019
17:53 jbeich search for other commits by this committer
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
Original commitRevision:519824 
Sunday, 1 Dec 2019
17:19 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.20

PR:		241877
Submitted by:	fox
MFH:		2019Q4
Security:	fc91f2ef-fd7b-11e9-a1c7-b499baebfeaf
Original commitRevision:518787 
Wednesday, 9 Oct 2019
10:34 bapt search for other commits by this committer
Drop the ipv6 virtual category for d* category as it is not relevant anymore
Original commitRevision:514130 
Thursday, 19 Sep 2019
05:47 tobik search for other commits by this committer
databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly
Original commitRevision:512309 
Sunday, 1 Sep 2019
15:57 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.17

Security:	198e6220-ac8b-11e9-a1c7-b499baebfeaf
Original commitRevision:510703 
Monday, 19 Aug 2019
15:35 jbeich search for other commits by this committer
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
Original commitRevision:509290 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Tuesday, 18 Jun 2019
07:28 brnrd search for other commits by this committer
databases/mariadb103-server: Bugfix update to 10.3.16
Original commitRevision:504468 
Wednesday, 15 May 2019
20:36 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.15

 - refactored Makefile using more OPTIONS helpers

MFH:		2019Q2
Security:	4e1997e8-5de0-11e9-b95c-b499baebfeaf
Original commitRevision:501746 
Sunday, 14 Apr 2019
09:43 brnrd search for other commits by this committer
databases/mariadb103-server: Update to 10.3.14
Original commitRevision:498882 
Friday, 12 Apr 2019
06:36 jbeich search for other commits by this committer
devel/boost-*: update to 1.70.0

Changes:	http://www.boost.org/users/history/version_1_70_0.html
PR:		235956
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19303
Original commitRevision:498698 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Saturday, 23 Feb 2019
09:48 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.13

PR:		235945
Submitted by:	Miroslav Lachman <000.fbsd quip cz>
MFH:		2019Q1
Security:	d3d02d3a-2242-11e9-b95c-b499baebfeaf
Original commitRevision:493658 
Sunday, 13 Jan 2019
14:43 brnrd search for other commits by this committer
databases/mariadb103-server: Update to 10.3.12
Original commitRevision:490140 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
00:15 jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Original commitRevision:487266 
Saturday, 24 Nov 2018
19:17 brnrd search for other commits by this committer
databases/mariadb103-server: Security update to 10.3.11

 - Add workaround for LZ4, SNAPPY build issues [1]

PR:		233212 [1]
Reported by:	Peter Putzer <freebsd mnd sc>
MFH:		2018Q4
Security:	ec5072b0-d43a-11e8-a6d2-b499baebfeaf
Original commitRevision:485783 
Monday, 12 Nov 2018
16:58 brnrd search for other commits by this committer
databases/mariadb103-server: Fix linking issue

 - Link issues when INNOBASE is set to DYNAMIC [1]
 - While here, remove MDEV-14072 fix

[1]: https://jira.mariadb.org/browse/MDEV-17560

PR:		233135
Submitted by:	Ralf van der Enden <tremere cainites net>
Reported by:	Dries Michiels <driesm michiels gmail com>
Original commitRevision:484810 
Saturday, 10 Nov 2018
14:11 brnrd search for other commits by this committer
databases/mariadb103-server: Remove XTRADB option

 - The XtraDB engine was removed from 10.3
 - Fix plist conflict for TOKUDB option [1]

PR:		232906 [1]
Submitted by:	Oleg Sidorkin <osidorkin gmail com>
Original commitRevision:484613 
Saturday, 27 Oct 2018
15:06 brnrd search for other commits by this committer
databases/mariadb103-server: Fix plist issues

 - Resurect mysql_upgrade [1]
 - Move some files between -client and -server

PR:		232735 [1]
Reported by:	Naram Qashat <cyberbotx cyberbotx com> [1]
MFH:		2018Q4
Original commitRevision:483143 
Thursday, 25 Oct 2018
15:59 brnrd search for other commits by this committer
databases/mariadb103-server: Update to 10.3.10

 - Fix build on aarch64 [1]
 - Not broken in i386 [2]
 - WSREP only on amd64

PR:		230682 [1], 230027 [2]
Submitted by:	Naram Qashat <cyberbotx cyberbotx com> [1]
Reported by:	<dewayne heuristicsystems com.au> [2]
Security:	909be51b-9b3b-11e8-add2-b499baebfeaf
MFH:		2018Q4
Original commitRevision:482974 
Monday, 24 Sep 2018
09:49 mat search for other commits by this committer
These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
Original commitRevision:480563 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Original commitRevision:476723 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Thursday, 12 Jul 2018
12:19 brnrd search for other commits by this committer
databases/mariadb103-server: Fix segfault

 - Add segfault fix from upstream [1]
 - Add WSREP option (default on)
 - Rework some of the -client conflicts
 - Fix LOCALBASE and PREFIX in patches
 - Remove unneeded patches

PR:		229219 [1]
Reported by:	Ralf van der Enden <tremere cainites net>
MFH:		2018Q3
Original commitRevision:474506 
Monday, 9 Jul 2018
11:01 brnrd search for other commits by this committer
databases/mariadb103-server: Mark broken

 - And merge 10.3.8 changes for -client
Original commitRevision:474250 
Saturday, 9 Jun 2018
16:40 brnrd search for other commits by this committer
databases/mariadb103-server: Add MariaDB 10.3 port
Original commitRevision:472070 

Number of commits found: 66