Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.7.17_4 01 Apr 2017 15:23:32
  |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
5.7.17_3 22 Feb 2017 17:25:22
  |
mmokhi  |
databases/mysql{56 57 80}:
Improve ${mysql_optfile} default usage in rc script.
Improve pkg-message.
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9646 |
5.7.17_2 20 Feb 2017 02:57:04
  |
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
5.7.17_1 11 Feb 2017 04:44:44
  |
mmokhi  |
Updating the ports I maintain to my FreeBSD.org address.
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498 |
5.7.17_1 04 Feb 2017 07:56:59
  |
jbeich  |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
5.7.17 09 Jan 2017 13:16:50
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
5.7.17 03 Jan 2017 14:40:32
  |
lifanov  |
update mysql57 ports to 5.7.17
Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html
PR: 215711
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9027 |
5.7.15_1 01 Jan 2017 03:45:13
  |
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
5.7.15_1 02 Dec 2016 11:58:22
  |
mat  |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.7.15_1 20 Nov 2016 09:38:09
  |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
5.7.15 21 Oct 2016 12:51:41
  |
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
5.7.15 28 Sep 2016 13:28:57
  |
mat  |
You cannot, ever, set DEFAULT_VERSIONS in a port.
Sponsored by: Absolight |
5.7.15 16 Sep 2016 15:55:16
  |
riggs  |
Update to upstream version 5.7.15; fixes zero-day remote vuln CVE-2016-6662
PR: 212690
Submitted by: mokhi64@gmail.com (maintainer)
MFH: 2016Q3
Security: CVE 2016-6662 |
5.7.13_1 12 Sep 2016 15:08:19
  |
marino  |
databass/mysql57-server: Fix configuration of non-base SSL on all platforms
This simplifies the logic involved. Now the port will present as BROKEN
if it's built on FreeBSD 9 using the base SSL library.
Approved by: SSL blanket |
5.7.13_1 24 Aug 2016 18:56:34
  |
brnrd  |
databases/mysql57-server: Fix build with LibreSSL
- Fix building when OPENSSL_VERSION_NUMBER == 2
- Switch USE_OPENSSL to USES= ssl
PR: 211770
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Reported by: Markus Kohlmeyer <rootservice@gmail.com>
Approved by: Mahdi Mokhtari <mokhi64@gmail.com>
MFH: 2016Q3 |
5.7.13_1 04 Jul 2016 14:59:15
  |
riggs  |
Make my.cnf path correct according to hier(7), bump PORTREVISION
PR: 209579
Submitted by: mokhi64@gmail.com
Reviewed by: rootservice@gmail.com |
5.7.13 16 Jun 2016 13:23:13
  |
mat  |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
5.7.13 15 Jun 2016 05:40:38
  |
pi  |
databases/mysql57-{server|client}: 5.7.12 -> 5.7.13
Changes:
http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-13.html
PR: 210042
Approved by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) |
5.7.12_1 17 May 2016 18:33:05
  |
pi  |
databases/mysql57-server: fix the perms of my.cnf to 0644
PR: 209512
Reported by: Regulus Kean <rkean@bitmessage.ch>
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Approved by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) |
5.7.12 17 May 2016 18:25:19
  |
pi  |
databases/mysql57-{client|server}: fix COMMENT for -client
PR: 209510
Reported by: Regulus Kean <rkean@bitmessage.ch>
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) |
5.7.12 17 May 2016 18:18:41
  |
pi  |
databases/mysql57-server: changing the way the SSL libraries are linked
PR: 209458
Reported by: gja822@narod.ru
Submitted by: Markus Kohlmeyer <rootservice@gmail.com>
Reviewed by: jkim
Approved by: Mahdi Mokhtari <mokhi64@gmail.com> (maintainer) |
5.7.12 06 May 2016 14:40:00
  |
riggs  |
Update to 5.7.12, fixing 31 partially critical vulnerabilities
List of vulnerabilities is documented on:
http://vuxml.freebsd.org/freebsd/8c2b2f11-0ebe-11e6-b55e-b499baebfeaf.html
CVE IDs see below.
PR: 206998
Submitted by: mokhi64@gmail.com (maintainer)
Reviewed by: rootservice@gmail.com
Approved by: mokhi64@gmail.com (maintainer)
MFH: 2016Q2
Security: CVE-2016-0705
CVE-2016-0639
CVE-2015-3194
CVE-2016-0640 (Only the first 15 lines of the commit message are shown above ) |
5.7.10_4 23 Apr 2016 07:15:57
  |
riggs  |
Cosmetic change of handling manual pages; preparation for upcoming update
PR: 208634
Submitted by: rootservice@gmail.com
Approved by: mokhi64@gmail.com (maintainer) |
5.7.10_4 08 Apr 2016 08:42:35
  |
dim  |
Fix patches that were accidentally concatenated twice in r412695.
Reported by: Vladimir Omelchuk <admin@vladiom.com.ua>
Pointy hat to: dim
PR: 208525
MFH: 2016Q2 |
5.7.10_4 07 Apr 2016 22:23:19
  |
dim  |
In the exp-run for bug 208158, building databases/mysql57-server
resulted in errors with libc++ 3.8.0, because it declares the allocators
for several std::map declarations incorrectly. Fix this by sprinkling
const in the right places.
Approved by: mokhi64@gmail.com (maintainer)
PR: 208525
MFH: 2016Q2 |
5.7.10_3 01 Apr 2016 13:18:17
  |
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
5.7.10_3 07 Feb 2016 08:08:20
  |
riggs  |
Revert recent change on performance_schema; introduce OPTION for it
The recent port version 5.7.10_2 introduced a change in the default
behaviour of performance_schema. Due to an ongoing debate in the
community whether the default setting should lean towards performance
(previous default before 5.7.10_2) or memory consumption, maintainer
had changed the default to memory consumption in 5.7.10_2.
This introduces an OPTION knob PERFSCHM to control the default behaviour
of performance_schema. It defaults to ON, hence restoring the previous
default.
Bump PORTREVISION.
PR: 206912
Submitted by: smh
Reviewed by: mokhi64@gmail.com (maintainer), riggs
Approved by: mokhi64@gmail.com (maintainer)
MFH: 2016Q1 |
5.7.10_2 03 Feb 2016 23:11:17
  |
riggs  |
- Fix plist
- binary_log_types.h is now installed only by client, not server
- lib/mysql/plugin/ha_example.so is only installed if
EXAMPLES OPTION is turned off
- Bump PORTREVISION
- Allow slave port to override PORTREVISION if necessary
- Deactivate performance_schema feature to conserve memory
- Add notes to pkg-message:
- root password
- performance_schema feature is deactivated by default to reduce
memory footprint
PR: 205956 206065
Submitted by: smh
Reviewed by: mokhi64@gmail.com (maintainer)
Approved by: mokhi64@gmail.com (maintainer)
MFH: 2016Q1 |
5.7.10_1 13 Jan 2016 05:39:29
  |
ak  |
- Remove unused USE_* knobs:
databases/mysql57-server
games/kajongg
textproc/ruby-htree
- Fix typos in USE_* knobs:
graphics/fortytwo
math/hexcalc
misc/gnustep-examples
www/h2o
- Remove unused BROKEN_alpha knob:
devel/directfb
- Remove user-settable knob:
multimedia/tovid
Approved by: portmgr blanket |
5.7.10_1 10 Jan 2016 20:07:48
  |
pi  |
databases/mysql57-client, databases/mysql57-server:
change all files that were missed in the last commit
PR: 204607 |
5.6.27 10 Jan 2016 20:02:30
  |
pi  |
databases/mysql57-client, databases/mysql57-server:
re-add for proper repo-copy
PR: 204607 |
5.7.10_1 10 Jan 2016 20:00:18
  |
pi  |
databases/mysql57-client, databases/mysql57-server:
remove to prepare for proper repo-copy
PR: 204607 |
5.7.10_1 05 Jan 2016 17:29:49
  |
mi  |
Add additional CMAKE-argument to avoid build-time conflicts between
Boost-1_59 used privately by this port and Boost-1_55 installed by
its own port.
While at it, replace WRKSRC/.. with simply WRKDIR.
PR: 205815
Approved by: maintainer |
5.7.10_1 27 Dec 2015 02:15:06
  |
miwi  |
- Restore backwards compatibility
- Bump PORTREVISION
PR: 205433 |
5.7.10 17 Dec 2015 12:08:06
  |
marino  |
databases/mysql57-*: Support DragonFly
PR: 204607 |
5.7.10 15 Dec 2015 19:40:21
  |
pi  |
New ports: databases/mysql57-client, databases/mysql57-server
The next major release of mysql.
MySQL is a very fast, multi-threaded, multi-user and robust SQL
(Structured Query Language) database server.
WWW: http://www.mysql.com/
PR: 204607
Submitted by: mokhi64@gmail.com
Reviewed by: koobs, brnrd
Approved by: mat |