| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
tested with trybroken on armv7.)
The 'runaway process' ones are most likely just statistical.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=455765
|
|
|
|
|
|
|
|
|
|
| |
- Stop clobbering USES in -client
MFH: 2017Q4
Security: c41bedfd-b3f9-11e7-ac58-b499baebfeaf
Notes:
svn path=/head/; revision=452651
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Notes:
svn path=/head/; revision=450560
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
Notes:
svn path=/head/; revision=450557
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450353
|
|
|
|
|
|
|
|
|
|
| |
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
Notes:
svn path=/head/; revision=450351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/mysqlwsrep56-server has been present for some time and
databases/mysqlwsrep57-server has been added recently. Both ports
conflict with other MySQL server ports and this has been reflected
in databases/mysqlwsrep5[67]-server/Makefile but must also be
reflected in all conflicting ports' Makefiles as well.
The conflicting ports are:
databases/mariadb100-server
databases/mariadb101-server
databases/mariadb102-server
databases/mariadb55-server
databases/mysql55-server
databases/mysql56-server
databases/mysql57-server
databases/mysql80-server
databases/percona55-server
databases/percona56-server
databases/percona57-server
There is not going to be mysqlwsrep*-client* ports (because the vanilla
mysql*-client* ports suffice), so the entry in CONFLICTS just reads
mysqlwsrep*.
PR: 220791
Submitted by: vd
Approved by: brnrd, ale (maintainer timeout), feld (maintainer timeout), flo, mmokhi, koobs
Notes:
svn path=/head/; revision=447926
|
|
|
|
|
|
|
| |
Security: cda2f3c2-6c8b-11e7-867f-b499baebfeaf
Notes:
svn path=/head/; revision=446433
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
Notes:
svn path=/head/; revision=444324
|
|
|
|
|
|
|
|
|
|
|
| |
- Bugfix update to 5.5.56
- Re-roll patches
- Convert patches to new naming convention
- Add/move ldconfig config to -server
- Move client option to -client port
Notes:
svn path=/head/; revision=440095
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
Notes:
svn path=/head/; revision=439934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Security and bugfix update to 5.5.55
- Fix up patches
- Remove CVE-2017-3302 patch (now included)
- Add upstream patch for WITHOUT_SERVER issue
MFH: 2017Q2
Security: d9e01c35-2531-11e7-b291-b499baebfeaf
Security: CVE-2017-3308
Security: CVE-2017-3309
Security: CVE-2017-3313
Security: CVE-2017-3453
Security: CVE-2017-3456
Security: CVE-2017-3464
Notes:
svn path=/head/; revision=439769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add vulnerability patch from upstream
- Improve OQGraph BROKEN message
- Take maintaintership
MFH: 2017Q1
Security: 7c27192f-0bc3-11e7-9940-b499baebfeaf
Security: 4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security: CVE-2017-3313
Security: CVE-2017-3302
Notes:
svn path=/head/; revision=436493
|
|
|
|
|
|
|
|
|
| |
The maintainer was not involved in any of the last 13 releases and still
is not responding to PRs (many, many timeouts). Maintainership of this
port probably should have been reset a couple of years ago.
Notes:
svn path=/head/; revision=433041
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=430977
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=430947
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
Notes:
svn path=/head/; revision=430692
|
|
|
|
|
|
|
|
| |
- Update to 5.5.54
- Add mysqld_safe_helper to plist
Notes:
svn path=/head/; revision=429417
|
|
|
|
| |
Notes:
svn path=/head/; revision=428315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
Notes:
svn path=/head/; revision=426908
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=426566
|
|
|
|
| |
Notes:
svn path=/head/; revision=426374
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=426088
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=425823
|
|
|
|
|
|
|
|
|
|
| |
- Maintenance release
Security: CVE-2016-7440
Security: CVE-2016-5584
Notes:
svn path=/head/; revision=425081
|
|
|
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Notes:
svn path=/head/; revision=424411
|
|
|
|
|
|
|
| |
These ports built successfully
Notes:
svn path=/head/; revision=422175
|
|
|
|
|
|
|
| |
- Upstream bugfix update
Notes:
svn path=/head/; revision=422116
|
|
|
|
|
|
|
|
| |
- Update to latest version 5.5.51
- Move from USE_OPENSSL to USES= ssl
Notes:
svn path=/head/; revision=420094
|
|
|
|
|
|
|
|
| |
- Regular bug fix update
- Add private headers to pkg-plist
Notes:
svn path=/head/; revision=417080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to latest version 5.5.49
- Fix multiple vulnerabilities
- Remove embedded, ports and no-SSL options
Build with SSL support by default
Security: 8c2b2f11-0ebe-11e6-b55e-b499baebfeaf
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D6161
Notes:
svn path=/head/; revision=414483
|
|
|
|
| |
Notes:
svn path=/head/; revision=413746
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Allow to disable it properly so the build doesn't break of boost is installed
- Remove OQGRAPH-related cmake flags, as they do nothing
PR: 207094
Submitted by: amdmi3
Approved by: maintainer timeout (brnrd, 2 months)
Notes:
svn path=/head/; revision=413725
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bug-fix release
The release notes for MariaDB 5.5.47 can be found at:
- https://mariadb.com/kb/en/mariadb/mariadb-5547-release-notes/
Approved by: koobs (mentor), feld (mentor)
Differential Revision: https://reviews.freebsd.org/D4485
Notes:
svn path=/head/; revision=404484
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update server and (slave) client port
* Add LICENSE
* Consistent globbing of CONFLICTS
The release notes for MariaDB 5.5.46 can be found at:
https://mariadb.com/kb/en/mariadb/mariadb-5546-release-notes/
PR: 204410
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Reviewed by: koobs (mentor), feld (ports-secteam@)
Approved by: koobs, feld
Security: 851a0eea-88aa-11e5-90e7-b499baebfeaf
MFH: 2015Q4
Differential Revision: https://reviews.freebsd.org/D4134
Notes:
svn path=/head/; revision=402786
|
|
|
|
|
|
|
|
|
|
| |
This resolves the BACKRONYM SSL stripping CVE
Security: CVE-2015-3152
Security: 36bd352d-299b-11e5-86ff-14dae9d210b8
Notes:
svn path=/head/; revision=392467
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Updates databases/mariadb55-client to 5.5.43
- Replace spaces with tabs
PR: 200098
Submitted by: brnrd
Approved by: maintainer timeout (2 months)
Notes:
svn path=/head/; revision=391268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update -server and -client to 5.5.41
- Use Options helpers
- Use GCC on i386 newer than 10.1
PR: 196125
Differential Revision: https://reviews.freebsd.org/D1534
Submitted by: Bernard Spil <spil.oss@gmail.com>
Approved by: maintainer timeout (3 weeks)
Approved by: swills(mentor)
Notes:
svn path=/head/; revision=377184
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bring in MariaDB 10's jemalloc logic to fix FreeBSD 8 and 9.
While here, convert to USES+= execinfo
PR: 195320
Reported by: FreeBSD 9 users
Submitted by: maintainer
Final fix by: marino
Notes:
svn path=/head/; revision=373396
|
|
|
|
|
|
|
|
|
|
| |
PR: 194434
PR: 194435
Submitted by: Bernard Spil
Approved by: maintainer timeout (Ukraine)
Notes:
svn path=/head/; revision=373088
|
|
|
|
| |
Notes:
svn path=/head/; revision=371255
|
|
|
|
|
|
|
|
|
| |
PR: 192495
Submitted by: iron@mail.ua
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=367285
|
|
|
|
|
|
|
|
| |
PR: 191849
Submitted by: robbertkl@renbeek.nl
Notes:
svn path=/head/; revision=361647
|
|
|
|
|
|
|
|
|
| |
PR: 178726
Submitted by: dgeo (centrale-marseille.fr)
Approved by: maintainer (Alexandr Kovalenko)
Notes:
svn path=/head/; revision=361594
|
|
|
|
| |
Notes:
svn path=/head/; revision=359981
|
|
|
|
|
|
|
| |
PR: 190995
Notes:
svn path=/head/; revision=357838
|
|
|
|
|
|
|
|
|
|
|
| |
is to auto select OPENSSL and PORTSSL options but I stuck with letting the
user make that decision.
PR: 186566
Reported by: agifford@infowest.com
Notes:
svn path=/head/; revision=357334
|