Dave Cottlehuber
ba3dbf9700
databases/couchdb2: bump PORTREVISION after lang/erlang-runtime21 was updated
...
As lang/erlang-runtime21 is a dependency, it requires a PORTREVISION
bump to ensure BEAM bytecode in CouchDB is updated accordingly. Byte
code is versioned so the module version changes in Erlang break those
in CouchDB.
Approved by: jrm (mentor)
MFH: 2018Q4
Differential Revision: https://reviews.freebsd.org/D18597
2018-12-20 09:43:30 +00:00
Tobias C. Berner
3de22accc4
Update devel/cmake to 3.13.2
...
PR: 234011
Exp-run by: antoine
2018-12-20 09:41:55 +00:00
Dave Cottlehuber
e89efbd573
Document databases/couchdb2 and databases/couchdb vulnerability
...
Approved by: jrm (mentor)
Security: CVE-2018-17188
Security: see http://docs.couchdb.org/en/stable/cve/2018-17188.html
Differential Revision: https://reviews.freebsd.org/D18498
2018-12-20 09:38:19 +00:00
Dmitry Marakasov
d4fcbb9e64
- Update WWW
2018-12-20 09:30:11 +00:00
Alex Dupre
b93c1e5861
Fix build on GCC based architectures.
...
PR: 234178
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-20 09:02:31 +00:00
Dmitry Marakasov
9c66e4b1a8
- Add LICENSE
...
- Add NO_ARCH
- Pet portlint
Approved by: portmgr blanket
2018-12-20 09:00:10 +00:00
Yuri Victorovich
400cfbf400
sysutils/xorriso: Unbreak by adding missing file to plist
...
Also add missing USES=readline.
Reported by: poudriere build log
Approved by: portmgr (unbreak)
2018-12-20 08:52:35 +00:00
Mark Linimon
9409a641ab
This port requires USES=compiler:c++11-lang to build on GCC-based
...
architectures.
PR: 234118
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 08:51:35 +00:00
Yuri Victorovich
0089e15a49
misc/gnuit: Unbreak by adding a missing file to plist
...
While here, change WWW to https.
Reported by: poudriere build log
Reviewed by: portmgr (unbreak)
2018-12-20 08:47:22 +00:00
Max Brazhnikov
eafb481c43
math/qtiplot:
...
- Add patched to fix build with Clang 7
2018-12-20 08:47:18 +00:00
Mark Linimon
a945ffef98
Building this port on GCC-based architectures requires USES=compiler:c11.
...
PR: 234072
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 08:43:24 +00:00
Yuri Victorovich
a5fbcc50cc
textproc/lowdown: Unbreak by adding missing files to plist
...
While here, change MASTER_SITES and WWW to https.
Reported by: poudriere build log
Approved by: portmgr (unbreak)
2018-12-20 08:40:48 +00:00
Mark Linimon
a534aff1ae
Add USES=compiler:c++11-lang to fix compilation on GCC-based
...
architectures. In particular, this fixes the build on powerpc64.
PR: 234071
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 08:39:45 +00:00
Mark Linimon
625b9133ea
This port needs USES=compiler:c11 to use newer GCC from ports on GCC-
...
based architectures.
PR: 234065
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 08:37:23 +00:00
Yuri Victorovich
728f092a8c
science/agrum: Add forgottrn patch
2018-12-20 08:35:26 +00:00
Yuri Victorovich
a81bb09ce0
science/agrum: Add OPENMP option
2018-12-20 08:34:08 +00:00
Mark Linimon
17a421a25e
This port requires a C11-aware compiler to build on GCC-based
...
architectures.
PR: 234053
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 08:30:51 +00:00
Emanuel Haupt
41a8807e6f
- Fix build with GCC-based architectures
...
- Add USES=localbase:ldflags
- Re-generate patch files
- Pacify portlint
PR: 234187
Submitted by: pkubaj@anongoth.pl
2018-12-20 08:21:40 +00:00
Mark Linimon
0bef16ef34
Add compiler:c++11-lang to force compilation with ports GCC on GCC-based
...
architectures to fix build of devel/vera++.
PR: 234121
Submitted by: Piotr Kubaj
2018-12-20 08:12:22 +00:00
Mark Linimon
34c2c3dd85
This port needs USES=compiler:c++11-lang to fix build on GCC-based
...
architectures.
PR: 234119
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 07:55:58 +00:00
Cy Schubert
7abec9a656
Update to the latest cfengine commit on github.
2018-12-20 07:11:38 +00:00
Cy Schubert
9b4994eb32
Update to the latest cfengine commit on github.
2018-12-20 07:11:35 +00:00
Cy Schubert
df9af1e359
Update to the lastest MIT krb5 github commit.
...
This includes the following important upstream commit:
Fix double-close in ksu get_authorized_princ_names
If list_union() fails due to an allocation failure, then close_time()
will attempt to fclose users_fp and login_fp a second time.
This bug was originally introduced in commit
be95b52c2d0c21b1fe92f9f90166fc2fa8eecc95, and has been present in
every krb5 release since 1.1.
ticket: 8768 (new)
tags: pullup
target_version: 1.17
target_version: 1.16-next
target_version: 1.15-next
2018-12-20 07:11:31 +00:00
Cy Schubert
e7cab56fd4
Update to the latest ast/ksh93 github commit.
...
Notable fixes are:
Sync all streams before restoring file descriptors
This was causing issues while truncating files. Sync all streams
before restoring file descriptors to avoid any similar issues in
future.
2018-12-20 07:11:27 +00:00
Jochen Neumeister
6026402d90
Update to 4.1.1
...
Changelog: https://suricata-ids.org/2018/12/17/suricata-4-1-1-available/
PR: 234128
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by: Netzkommune GmbH
2018-12-20 06:37:02 +00:00
Mark Linimon
db280b9648
This port needs USES=compiler:c++11-lang to build on GCC architectures.
...
While here, use localbase:ldflags to simplify Makefile, and pet portlint.
PR: 233931
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 06:31:15 +00:00
Yuri Victorovich
f49eafa198
science/agrum: Add Python binding; Add ODBC option
...
The Python binding is bundled for now because that's how
the project is set up.
2018-12-20 06:31:04 +00:00
Mark Linimon
c6c5703ddf
USES=compiler:c11 is necessary to build on GCC-based architectures.
...
PR: 233929
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 06:26:02 +00:00
Mark Linimon
4b81883b7c
USES=compiler:c11 is necessary to build on GCC-based architectures.
...
While here, add ldflags to simplify Makefile.
PR: 233928
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 06:18:56 +00:00
Mark Linimon
f3bd2528db
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
...
While here, add USES=gl.
PR: 233926
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 06:04:01 +00:00
Mark Linimon
c7de258bb6
This port needs USES=compiler:c11 to build on GCC-based architectures.
...
PR: 233923
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 05:50:15 +00:00
Yuri Victorovich
142c88a4d5
New port: science/agrum: Graphical modeler for Bayesian networks, influence diagrams, etc
2018-12-20 05:28:44 +00:00
Mark Linimon
f51c977eed
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
...
PR: 233921
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 05:08:48 +00:00
Mark Linimon
49e5639346
This port needs USES=compiler:c11 to build on GCC-based architectures.
...
While here, add USES=gnome and pet portlint.
PR: 233920
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 05:05:38 +00:00
Koichiro Iwao
fe687e0300
net/freerdp: Update to 2.0.0-rc4
...
PR: 234189
Submitted by: myself
Approved by: kevans (maintainer), mentors (implicit)
2018-12-20 05:04:33 +00:00
Mark Linimon
b2fe0482b9
This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
...
PR: 233919
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 04:59:59 +00:00
Mark Linimon
7b0fceb72f
This port needs USES=compiler:c11 to build on GCC-based architectures.
...
PR: 233918
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
2018-12-20 04:55:49 +00:00
Mark Linimon
79d9f2af7e
USES=compiler:c++11-lang is needed to fix linking with multimedia/mlt.
...
PR: 233906
Submitted by: Piotr Kubaj
2018-12-20 04:53:24 +00:00
Yuri Victorovich
51732669a5
math/4ti2: add USES=compiler:c++11-lang
...
PR: 234184
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-20 02:50:21 +00:00
Yuri Victorovich
dd00fb8f52
math/latte-integrale: fix build with GCC-based architectures
...
PR: 234183
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-20 02:48:08 +00:00
Yuri Victorovich
c4f485cf7e
math/gretl: Update 1.9.13 -> 2018c
...
Take maintainership.
Port changes:
* Add the ADDONS option
* Marked the "R" option broken
* Remove the empty docs directory
2018-12-20 02:45:21 +00:00
Romain Tartière
5378a7deb2
Update to 6.1.0
...
Release notes:
https://puppet.com/docs/puppetdb/6.1/release_notes.html#puppetdb-610
With hat: puppet
2018-12-20 02:13:44 +00:00
Romain Tartière
5edf20348b
Update to 1.2.1
...
With hat: puppet
2018-12-20 02:12:12 +00:00
Romain Tartière
1ba2c0754b
Update to 6.1.0
...
Release notes:
https://puppet.com/docs/puppetserver/6.1/release_notes.html#puppet-server-610
With hat: puppet
2018-12-20 02:11:45 +00:00
Romain Tartière
2631fd4aeb
Update to 6.1.0
...
Release notes:
https://puppet.com/docs/puppet/6.1/release_notes_puppet.html#reference-8475
WIth hat: puppet
2018-12-20 02:10:31 +00:00
Romain Tartière
7e3187126f
Update to 3.12.2
...
With hat: puppet
2018-12-20 02:08:35 +00:00
Kyle Evans
ce1bcafbe1
devel/py-sarge: Update to 0.1.5
...
Highlights of the update:
- Improved errors
- Fixed compatibility with Python 3.7 (async is now a keyword)
- Updated tutorial example on progress monitoring
PR: 233298
Submitted by: Mattias Lindvall <mattias.lindvall@gmail.com>
Reviewed by: koobs (ports)
Approved by: koobs (ports), kevans (maintainer)
2018-12-20 02:07:33 +00:00
Romain Tartière
bcbbf6c909
Update to 0.2.1
...
With hat: puppet
2018-12-20 02:06:59 +00:00
Romain Tartière
7e9ff6c8f1
Update to 1.5.4
...
While here, instead of patching cflags.cmake, rely on the ENABLE_CXX_WERROR
CMake option.
With hat: puppet
2018-12-20 02:06:04 +00:00
Craig Leres
dca411da1e
Update to 2.6.1:
...
- Update the embedded SQLite library from 3.18.0 to 3.26.0 to
address a remote code execution vulnerability ("Magellan").
- Uses a bundled version of the actor-framework (caf) library so
we can remove the port-local build for caf.
Replace broctl-config.sh absolute symlink with a relative one.
Approved by: ler (mentor, implicit)
MFH: 2018Q4
Security: b80f039d-579e-4b82-95ad-b534a709f220
2018-12-20 01:25:09 +00:00