2

On FreeBSD 11.1 I am having problems building mariadb101-server. So as a last resort I thought I might grab the binary from the quarterly (kids, you should normally not mix ports with packages) repo, but there's no package for mariadb101-server:

http://pkg.freebsd.org/FreeBSD:11:amd64/quarterly/All/

Why is it not there?

Mateusz Piotrowski
  • 8,029
  • 10
  • 53
  • 79
LongHike
  • 4,016
  • 4
  • 37
  • 76

1 Answers1

2

You could try the latest:

http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/

The mariadb101-server:

http://pkg.freebsd.org/FreeBSD:11:amd64/latest/All/mariadb101-server-10.1.33.txz

The reasons for why is not listed in the quarterly seems to be because some critical vulnerabilities, you can read more about it here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219045

nbari
  • 25,603
  • 10
  • 76
  • 131
  • Thanks. Somehow I've missed that. I am reluctant about going on latest because my ports tree is on quarterly. – LongHike May 15 '18 at 09:17