<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/db5, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-06-08T19:08:52Z</updated>
<entry>
<title>databases/db5: Add CPE information</title>
<updated>2026-06-08T19:08:52Z</updated>
<author>
<name>Bernhard Froehlich</name>
<email>decke@FreeBSD.org</email>
</author>
<published>2026-06-08T18:24:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=410cc2f7574841a08f462e122bc047a2ef644217'/>
<id>urn:sha1:410cc2f7574841a08f462e122bc047a2ef644217</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*/*: bump portrevision after java_default=21 update</title>
<updated>2026-02-26T08:10:21Z</updated>
<author>
<name>Ronald Klop</name>
<email>ronald@FreeBSD.org</email>
</author>
<published>2026-02-25T21:12:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2baaf16375792e66c71bc985f99e147f90be47fc'/>
<id>urn:sha1:2baaf16375792e66c71bc985f99e147f90be47fc</id>
<content type='text'>
PR:	272855
</content>
</entry>
<entry>
<title>Mk/**java.mk: Convert bsd.java.mk to USES</title>
<updated>2024-12-31T08:57:55Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2024-12-27T19:10:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0835676e361bca74b28b09fe0425ed5ee958f26b'/>
<id>urn:sha1:0835676e361bca74b28b09fe0425ed5ee958f26b</id>
<content type='text'>
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=&lt;version&gt; use USES=java and JAVA_VERSION=&lt;version&gt;

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
</content>
</entry>
<entry>
<title>*/*: Refactor java/openjdk7 removal</title>
<updated>2023-04-04T18:10:53Z</updated>
<author>
<name>Muhammad Moinur Rahman</name>
<email>bofh@FreeBSD.org</email>
</author>
<published>2023-04-04T18:04:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cda17ab14588e6e4fdac7f697e246554ce82af3'/>
<id>urn:sha1:4cda17ab14588e6e4fdac7f697e246554ce82af3</id>
<content type='text'>
- java/openjdk7* has been removed from the tree since 2022-09-03 however
  the relevant codebases in bsd.java.mk has not been removed and the
  consumers has also not been updated to use the next jdk version. This
  commit updates all relevant consumers to use JAVA_VERSION=8 instead of
  JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
  jdk version 8(java version string 1.8). This is prone to error as it
  looks similar and is only seperated by a '.'. Remove using
  JAVA_VERSION with dotted fomat of java version string and update all
  consumers to utilize version 8 instead of 1.8.

Approved by:	portmgr (blanket)
</content>
</entry>
<entry>
<title>databases/db5: Add &lt;stddef.h&gt; to conftest.cpp for TLS check</title>
<updated>2022-12-05T17:26:02Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2022-12-05T17:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=42cfe5c18c235a5e8d95bb89060db0f09f43c7b2'/>
<id>urn:sha1:42cfe5c18c235a5e8d95bb89060db0f09f43c7b2</id>
<content type='text'>
During an exp-run for llvm 15 (see bug 265425), it turned out that
databases/db5 failed to build with clang 15.

This is caused by db5's configure script attempting to detect TLS but
encountering internal compiler errors while compiling its test cases,
and then concluding TLS does not work at all:

    ...
    checking whether C++ supports the wstring class... checking for thread local storage (TLS) class... none
    ...

in config.log it shows what is happening:

    configure:19128: checking for thread local storage (TLS) class
    configure:19164: c++ -c -O2 -pipe -Wall -Wextra -fstack-protector-strong -fno-strict-aliasing    -D_THREAD_SAFE conftest.cpp &gt;&amp;5
    conftest.cpp:30:72: error: use of undeclared identifier 'NULL'
                  template&lt;typename T&gt;  __thread  T* TLSClass&lt;T&gt;::tlsvar = NULL;
                                                                           ^
    Assertion failed: (!isValueDependent() &amp;&amp; "Expression evaluator can't be called on a dependent expression."), function isConstantInitializer, file /usr/src/contrib/llvm-project/clang/lib/AST/Expr.cpp, line 3184.
    PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script.
    Stack dump:
    0.      Program arguments: c++ -c -O2 -pipe -Wall -Wextra -fstack-protector-strong -fno-strict-aliasing -D_THREAD_SAFE conftest.cpp
    1.      conftest.cpp:30:76: current parser token ';'
    #0 0x00000000053fec51 PrintStackTrace
    #/usr/src/contrib/llvm-project/llvm/lib/Support/Unix/Signals.inc:569:13
    #1 0x00000000053fcf35 RunSignalHandlers
    #/usr/src/contrib/llvm-project/llvm/lib/Support/Signals.cpp:104:18
    #2 0x00000000053a591e HandleCrash
    #/usr/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:76:5
    #3 0x00000000053a5ae3 CrashRecoverySignalHandler
    #/usr/src/contrib/llvm-project/llvm/lib/Support/CrashRecoveryContext.cpp:0:51
    #4 0x0000000006a1b05e handle_signal
    #/usr/src/lib/libthr/thread/thr_sig.c:0:3
    c++: error: clang frontend command failed with exit code 134 (use -v to see invocation)

Interestingly enough this compilation error with a fatal crash exists
for a very long time, even back to clang 10 and earlier! But for various
reasons the configure script has always ignored these errors and found
some workaround way to enable TLS anyway.

For now the problem can be fixed by including &lt;stddef.h&gt; at the top of
conftest.cpp, which will allow the TLS test to succeed normally, without
crashing, and the correct result will then be:

    configure:19128: checking for thread local storage (TLS) class
    configure:19165: c++ -c -O2 -pipe -Wall -Wextra -fstack-protector-strong -fno-strict-aliasing    -D_THREAD_SAFE conftest.cpp &gt;&amp;5
    conftest.cpp:33:35: warning: unused variable 'x' [-Wunused-variable]
                  static __thread int x = 0;
                                      ^
    1 warning generated.
    configure:19165: $? = 0
    configure:19220: result: modifier

PR:		267156
Approved by:	maintainer timeout (&gt;1 month)
MFH:		2022Q4
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>urn:sha1:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>urn:sha1:b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>databases: remove 'Created by' lines</title>
<updated>2022-07-20T14:21:07Z</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2022-07-20T14:21:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d076ad94e206dda108061fe99ddb860d93cc6d16'/>
<id>urn:sha1:d076ad94e206dda108061fe99ddb860d93cc6d16</id>
<content type='text'>
A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari &lt;mokhi64@gmail.com&gt;"
  *  "Meikel Brandmeyer" &lt;ocaml-sqlite3-port@kotka.de&gt;
  *  &lt;hvo.pm@xs4all.nl&gt;
  *  &lt;jsmith@resonatingmedia.com&gt;
  *  &lt;ports@c0decafe.net&gt;
  *  Aaron Dalton &lt;aaron@FreeBSD.org&gt;
  *  Adam Weinberger &lt;adamw@FreeBSD.org&gt;
  *  Ade Lovett &lt;ade@FreeBSD.org&gt;
  *  Akinori MUSHA aka knu &lt;knu@idaemons.org&gt;
  *  Alan Snelson &lt;Alan@Wave2.org&gt;
  *  Aldis Berjoza &lt;graudeejs@gmail.com&gt;
  *  Alessando Sagratini &lt;ale_sagra@hotmail.com&gt;
  *  Alex Dupre &lt;ale@FreeBSD.org&gt;
  *  Alex Samorukov &lt;samm@freebsd.org&gt;
  *  Alexander Logvinov &lt;ports@logvinov,com&gt;
  *  Alexander Logvinov &lt;ports@logvinov.com&gt;
  *  Alexander Nedotsukov &lt;bland@FreeBSD.org&gt;
  *  Alexander Novitsky
  *  Alexander Zhuravlev &lt;zaa@zaa.pp.ru&gt;
  *  Alexey Degtyarev &lt;alexey@renatasystems.org&gt;
  *  Alexey Dokuchaev &lt;danfe@FreeBSD.org&gt;
  *  Anders Nordby &lt;anders@fix.no&gt;
  *  Andrei Antoukh &lt;niwi@niwi.be&gt;
  *  Andrew McNaughton &lt;andrew@scoop.co.nz&gt;
  *  Andrew Pantyukhin &lt;infofarmer@FreeBSD.org&gt;
  *  Andrey Kostenko &lt;andrey@kostenko.name&gt;
  *  Andrey Simonenko
  *  Andrey Zakhvatov
  *  Anes Mukhametov &lt;anes@anes.su&gt;
  *  Anton Berezin &lt;tobez@FreeBSD.org&gt;
  *  Anton Berezin &lt;tobez@tobez.org&gt;
  *  Antonio Carlos Venancio Junior (&lt;antonio@inf.ufsc.br&gt;)
  *  Antonio Carlos Venancio Junior (&lt;antonio@php.net&gt;)
  *  Autrijus Tang &lt;autrijus@autrijus.org&gt;
  *  Babak Farrokhi &lt;farrokhi@FreeBSD.org&gt;
  *  Bartek Rutkowski &lt;r@robakdesign.com&gt;
  *  Bernard Spil &lt;brnrd@FreeBSD.org&gt;
  *  Brent J. Nordquist &lt;bjn@visi.com&gt;
  *  Cezary Morga &lt;cm@therek.net&gt;
  *  Cheng-Lung Sung &lt;clsung@FreeBSD.org&gt;
  *  Choe, Cheng-Dae
  *  Chris D. Faulhaber &lt;jedgar@FreeBSD.org&gt;
  *  Chris Larsen &lt;darth@vader.dk&gt;
  *  Damian Gerow &lt;dgerow@afflictions.org&gt;
  *  Daniel O'Connor
  *  Daniel Wijnands &lt;daniel@itxl.nl&gt;
  *  Dave Green &lt;dg@fastmail.co.uk&gt;
  *  David Thiel &lt;lx@FreeBSD.org&gt;
  *  Davíð Steinn Geirsson &lt;david@isnic.is&gt;
  *  Denis Generalov &lt;gd.workbox@gmail.com&gt;
  *  Denis Generalov &lt;gd@rambler-co.ru&gt;
  *  Denis Shaposhnikov &lt;dsh@bamus.cz&gt;
  *  Dermot Tynan &lt;dtynan@kalopa.com&gt;
  *  Dmitry Liakh &lt;dliakh@ukr.net&gt;
  *  Dmitry Sivachenko &lt;demon@FreeBSD.org&gt;
  *  Dmitry Sivachenko &lt;dima@Chg.RU&gt;
  *  Dmitry Sivachenko &lt;mitya@yandex-team.ru&gt;
  *  Domas Mituzas &lt;midom@dammit.lt&gt;
  *  Dominic Mitchell
  *  Don Owens &lt;don@regexguy.com&gt;
  *  Dryice Dong Liu &lt;dryice@dryice.name&gt;
  *  Edwin Groothuis (edwin@mavetju.org)
  *  Eric Freeman &lt;freebsdports@chillibear.com&gt;
  *  Espen Tagestad &lt;espen@tagestad.no&gt;
  *  Espen Volden aka voldern &lt;voldern@hoeggen.net&gt;
  *  Evan Sarmiento &lt;bsdports@wayfair.com&gt;
  *  Fernan Aguero &lt;fernan@iib.unsam.edu.ar&gt;
  *  Frank Wall &lt;fw@moov.de&gt;
  *  Ganbold Tsagaankhuu &lt;ganbold@FreeBSD.org&gt;
  *  Gary Palmer &lt;gpalmer@FreeBSD.org&gt;
  *  Gea-Suan Lin &lt;gslin@gslin.org&gt;
  *  Geraud CONTINSOUZAS &lt;geraud@gcu.info&gt;
  *  Gerrit Beine &lt;tux@pinguru.net&gt;
  *  Greg Larkin &lt;glarkin@FreeBSD.org&gt;
  *  Grzegorz Blach &lt;gblach@FreeBSD.org&gt;
  *  Hansjoerg Pehofer &lt;hansjoerg.pehofer@uibk.ac.at&gt;
  *  Henk van Oers &lt;hvo.pm@xs4all.nl&gt;
  *  Henrik Hodne &lt;henrik@hodne.io&gt;
  *  Hiroyuki Hanai &lt;hanai@FreeBSD.org&gt;
  *  Horia Racoviceanu &lt;horia@racoviceanu.com&gt;
  *  Hye-Shik Chang
  *  Hye-Shik Chang &lt;perky@python.or.kr&gt;
  *  Ilia Chipitsine &lt;ilia@jane.cgu.chel.su&gt;
  *  Ivan Voras &lt;ivoras@FreeBSD.org&gt;
  *  J.F. Dockes
  *  Jaap Boender &lt;jaapb@kerguelen.org&gt;
  *  Jake Smith &lt;jake@xz.cx&gt;
  *  James FitzGibbon &lt;jfitz@FreeBSD.org&gt;
  *  Janos Mohacsi &lt;janos.mohacsi@bsd.hu&gt;
  *  Janos.Mohacsi@bsd.hu
  *  Jason Helfman &lt;jgh@FreeBSD.org&gt;
  *  Jens Rehsack &lt;rehsack@liwing.de&gt;
  *  Jeremy Chadwick &lt;koitsu@FreeBSD.org&gt;
  *  Jev Björsell &lt;ports@ecadlabs.com&gt;
  *  Jim Ohlstein &lt;jim@ohlste.in&gt;
  *  Jin-Shan Tseng &lt;tjs@cdpa.nsysu.edu.tw&gt;
  *  Joe Horn &lt;joehorn@gmail.com&gt;
  *  Joe Marcus Clarke &lt;marcus@FreeBSD.org&gt;
  *  Johannes Meixner &lt;johannes@perceivon.net&gt;
  *  John Chen &lt;johnpupu@gmail.com&gt;
  *  John Marino &lt;marino@FreeBSD.org&gt;
  *  John Merryweather Cooper
  *  John Merryweather Cooper et al
  *  Jon Nistor &lt;nistor@snickers.org&gt;
  *  Jonathan Weiss (&lt;jw@innerewut.de&gt;)
  *  Jose Jachuf &lt;jjachuf@gmail.com&gt;
  *  Joshua D. Abraham &lt;jabra@ccs.neu.edu&gt;
  *  Jov &lt;amutu@amutu.com&gt;
  *  Jov amutu@amutu.com
  *  Jui-Nan Lin &lt;jnlin@freebsd.cs.nctu.edu.tw&gt;
  *  Julien Laffaye &lt;kimelto@gmail.com&gt;
  *  Jyun-Yan You &lt;jyyou@cs.nctu.edu.tw&gt;
  *  Keith Gaughan &lt;k@sterechro.me&gt;
  *  Kevin Bowling &lt;kbowling@freebsd.org&gt;
  *  Kimo &lt;kimor79@yahoo.com&gt;
  *  Kimura Fuyuki &lt;fuyuki@nigredo.org&gt;
  *  Koop Mast &lt;kwm@FreeBSD.org&gt;
  *  Lars Balker Rasmussen &lt;lbr@FreeBSD.org
  *  Lars Balker Rasmussen &lt;lbr@FreeBSD.org&gt;
  *  Lars Eggert &lt;larse@isi.edu&gt;
  *  Lars Thegler &lt;lars@thegler.dk&gt;
  *  Lars Thegler &lt;lth@FreeBSD.org&gt;
  *  Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;
  *  Loïc BARTOLETTI
  *  Loïc BARTOLETTI &lt;lbartoletti@FreeBSD.org&gt;
  *  Lubomir Marinov &lt;lubomir_m@abv.bg&gt;
  *  Mahdi Mokhtari &lt;mokhi64@gmail.com&gt;
  *  Mahlon E. Smith &lt;mahlon@martini.nu&gt;
  *  Marc G. Fournier &lt;scrappy@FreeBSD.org&gt;
  *  Mark Felder &lt;feld@FreeBSD.org&gt;
  *  Markus Brueffer &lt;markus@FreeBSD.org&gt;
  *  Martin Matuska &lt;martin@matuska.org&gt;
  *  Martin Matuska &lt;mm@FreeBSD.org&gt;
  *  Martin Wilke &lt;miwi@FreeBSD.org&gt;
  *  Mathieu Arnold &lt;m@absolight.net&gt;
  *  Matthew Seaman
  *  Matthias Andree &lt;mandree@FreeBSD.org&gt;
  *  Matthias Fechner &lt;mfechner@FreeBSD.org&gt;
  *  Matthias Petermann &lt;matthias@petermann-it.de&gt;
  *  Max Khon
  *  Max Khon &lt;fjoe@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@FreeBSD.org&gt;
  *  Michael Johnson &lt;ahze@ahze.net&gt;
  *  Michael Winking &lt;mwfp@foldl.net&gt;
  *  Mikael URANKAR and Loïc BARTOLETTI
  *  Mike Carlson (carlson39@llnl.gov)
  *  Mikhail T. &lt;michael@fun-box.ru&gt;
  *  Mikhail Teterin
  *  Mikhail Teterin &lt;mi@aldan.algebra.com&gt;
  *  Mikolaj Golub &lt;trociny@FreeBSD.org&gt;
  *  Mirko Zinn &lt;mail@derzinn.de&gt;
  *  Mohammad S. Babaei &lt;info@babaei.net&gt;
  *  Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;
  *  Nick Hibma &lt;n_hibma@freebsd.org&gt;
  *  Nick Hilliard &lt;nick@foobar.org&gt;
  *  Nick Sayer &lt;nsayer@FreeBSD.org&gt;
  *  Nicola Vitale &lt;nivit@FreeBSD.org&gt;
  *  Nicolas Embriz &lt;nbari@tequila.io&gt;
  *  Nicolas de Bari Embriz &lt;nbari@dalmp.com&gt;
  *  Oleg Sharoiko &lt;os@rsu.ru&gt;
  *  Olexander Melnyk &lt;olexander.v.melnyk@gmail.com&gt;
  *  Oliver Eikemeier &lt;eikemeier@fillmore-labs.com&gt;
  *  Olivier Duchateau &lt;duchateau.olivier@gmail.com&gt;
  *  Palle Girgensohn &lt;girgen@FreeBSD.org&gt;
  *  Palle Girgensohn &lt;girgen@partitur.se&gt;
  *  Palle Girgensohn &lt;girgen@pingpong.net&gt;
  *  Parv &lt;parv@pair.org&gt;
  *  Pete Fritchman &lt;petef@databits.net&gt;
  *  Peter Avalos &lt;pavalos@theshell.com&gt;
  *  Philip M. Gollucci
  *  Philip M. Gollucci &lt;philip@p6m7g8.com&gt;
  *  Philip Stoev &lt;philip.stoev@galeracluster.com&gt;
  *  Pierre-Emmanuel Andre &lt;pea@raveland.org&gt;
  *  Pietro Cerutti &lt;gahr@FreeBSD.org&gt;
  *  Piotr Kubaj &lt;pkubaj@anongoth.pl&gt;
  *  Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Qing Feng &lt;qingfeng@douban.com&gt;
  *  Quinton Dolan &lt;q@onthenet.com.au&gt;
  *  Radim Kolar
  *  Rainer Hurling &lt;rhurlin@gwdg.de&gt;
  *  Rick Miller
  *  Robert Kruus &lt;rob.kruus@gmail.com&gt;
  *  Rod Taylor &lt;ports@rbt.ca&gt;
  *  Roland van Laar &lt;roland@micite.net&gt;
  *  Rong-En Fan &lt;rafan@FreeBSD.org&gt;
  *  Roy Boerner
  *  Rozhuk Ivan &lt;rozhuk.im@gmail.com&gt;
  *  Rusty Nejdl
  *  Ryan Steinmetz &lt;rpsfa@rit.edu&gt;
  *  Ryan Steinmetz &lt;zi@FreeBSD.org&gt;
  *  Ryan T. Dean &lt;rtdean@cytherianage.net&gt;
  *  Sam Lawrance &lt;boris@brooknet.com.au&gt;
  *  Scott McWhirter &lt;scott@surreytech.co.uk&gt;
  *  Seamus Venasse &lt;svenasse@polaris.ca&gt;
  *  Sean Chittenden &lt;seanc@FreeBSD.org&gt;
  *  Sergei Kolobov &lt;sergei@kolobov.com&gt;
  *  Sergei Vyshenski &lt;svysh.fbsd@gmail.com&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org.ru&gt;
  *  Sergey A. Osokin &lt;osa@FreeBSD.org&gt;
  *  Sergey Matveychuk &lt;sem@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@FreeBSD.org&gt;
  *  Sergey Skvortsov &lt;skv@protey.ru&gt;
  *  Sevan Janiyan &lt;venture37@geeklan.co.uk&gt;
  *  Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;
  *  Stanislav Svirid &lt;count@211.ru&gt;
  *  Stefan Schmidt &lt;stefan.schmidt@stadtbuch.de&gt;
  *  Steve Wills &lt;swills@FreeBSD.org&gt;
  *  Steve Wills &lt;swills@freebsd.org&gt;
  *  Steven Kreuzer &lt;skreuzer@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt;
  *  Sunpoet Po-Chuan Hsieh &lt;sunpoet@sunpoet.net&gt;
  *  T. William Wells &lt;bill@twwells.com&gt;
  *  TAKATSU Tomonari &lt;tota@FreeBSD.org&gt;
  *  Thierry Thomas (&lt;thierry@pompo.net&gt;)
  *  Thomas Gellekum &lt;tg@FreeBSD.org&gt;
  *  Timur I. Bakeyev &lt;bat@cpan.org&gt;
  *  Tom Judge &lt;tj@FreeBSD.org&gt;
  *  Torsten Zuehlsdorff &lt;ports@toco-domains.de&gt;
  *  Torsten Zuhlsdorff &lt;ports@toco-domains.de&gt;
  *  Toshiya Saitoh (&lt;toshiya@saitoh.nu&gt;)
  *  Tsung-Han Yeh &lt;snowfly@yuntech.edu.tw&gt;
  *  Vasil Dimov &lt;vd@FreeBSD.org&gt;
  *  Veniamin Gvozdikov &lt;vg@FreeBSD.org&gt;
  *  Vladimir Timofeev &lt;vovkasm@gmail.com&gt;
  *  Wen Heping
  *  Wen Heping &lt;wen@FreeBSD.org&gt;
  *  Wen Heping &lt;wenheping@gmail.com&gt;
  *  Wen heping &lt;wenheping@gmail.com&gt;
  *  William Grzybowski &lt;wg@FreeBSD.org&gt;
  *  Xin Li &lt;delphij@FreeBSD.org&gt;
  *  Yarema &lt;yds@CoolRat.org&gt;
  *  Yarema &lt;yds@Necessitu.de&gt;
  *  Yen-Ming Lee &lt;leeym@FreeBSD.org&gt;
  *  Ying-Chieh Liao &lt;ijliao@FreeBSD.org&gt;
  *  Yoichi NAKAYAMA &lt;yoichi@FreeBSD.org&gt;
  *  Yuri Victorovich &lt;yuri@rawbw.com&gt;
  *  Zach Thompson &lt;hideo@lastamericanempire.com&gt;
  *  Zach Thompson &lt;lin-chi@lastamericanempire.com&gt;
  *  ache@FreeBSD.org
  *  alfred
  *  alp@sfedu.ru
  *  andrew@scoop.co.nz
  *  andrey@kostenko.name
  *  chinsan
  *  chinsan &lt;chinsan.tw@gmail.com&gt;
  *  clive
  *  clive@FreeBSD.org
  *  clsung@dragon2.net
  *  dcf@aracnet.com
  *  elvstone@gmail.com
  *  erikhb@bgnett.no
  *  erwin@FreeBSD.org
  *  gahr
  *  ijliao
  *  ijlioa
  *  ivoras
  *  johnpupu &lt;johnpupu@gmail.com&gt;
  *  kirk@daycos.com
  *  kuriyama
  *  lbartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  loïc bartoletti &lt;lbartoletti@FreeBSD.org&gt;
  *  mharo@FreeBSD.org
  *  michael johnson &lt;ahze@ahze.net&gt;
  *  milki &lt;milki@rescomp.berkeley.edy&gt;
  *  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&lt;wenheping@gmail.com&gt;
  *  wolman@cs.washington.edu
  * # Created by Kevin Bowling &lt;kbowling@FreeBSD.org&gt;
  * # Created by Matthias Fechner &lt;mfechner@FreeBSD.org&gt;

With hat:	portmgr
</content>
</entry>
<entry>
<title>databases/db5: change DEPRECATED text</title>
<updated>2022-01-26T23:38:05Z</updated>
<author>
<name>Matthias Andree</name>
<email>mandree@FreeBSD.org</email>
</author>
<published>2022-01-26T23:36:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e13b62b96a86e3d41a1fc9fce3e84b734b1dcc50'/>
<id>urn:sha1:e13b62b96a86e3d41a1fc9fce3e84b734b1dcc50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>databases/db5: nuke SQL option and abandon port</title>
<updated>2022-01-26T22:59:35Z</updated>
<author>
<name>Matthias Andree</name>
<email>mandree@FreeBSD.org</email>
</author>
<published>2022-01-26T22:41:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=64fde89d49029e00b86e66041f3dfda16725ead7'/>
<id>urn:sha1:64fde89d49029e00b86e66041f3dfda16725ead7</id>
<content type='text'>
Security:	CVE-2019-8457

The SQL option is vulnerable, and since this feature was always marked
experimental, nuke it, and backport to 2022Q1.
If someone needs the SQL interface in spite of its vulnerability,
please use: pkg lock -y db5.

MFH:		2022Q1

I am marking the port for expiry and abandoning it because I will no
longer spend the increasing efforts to play hide and seek with Oracle's
patches, or backport sometimes bigger Linux distro patches (Red Hat,
Debian, who else?), or otherwise put up with how they have changed
availability of patches, documentation, or important information.

FOR db5 USERS:

One option is to upgrade to db18, but note that db versions 6 and 18
are under the Affero GNU GPL v3 license, with implications for,
among others, software-as-a-service, and distributability of packages
linking against db.  This is in stark contrast with db5's Sleepycat license.

POTENTIAL MAINTAINERS:

If someone wants to adopt this, review all the various patches in the
major other BSD distros and Linux distros, check if their patches can be
licensed under a sufficiently liberal license (ideally, MIT-like or
Sleepycat) and see what you need to import.
</content>
</entry>
</feed>
