1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

462670 Commits

Author SHA1 Message Date
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
Joseph Mingrone
b6218164f5 x11-wm/stumpwm: Update to 18.11 (plus fixes for issues #538, #541)
Upstream changes: https://github.com/stumpwm/stumpwm/releases/tag/18.11
2018-12-20 01:18:30 +00:00
Craig Leres
e7f221218e Mark bro < 2.6.1 as vulnerable as per:
https://www.bro.org/download/NEWS.bro.html

The issue is a remote code execution vulnerability in the bundled
sqlite ("Magellan").

Reviewed by:	ler (mentor)
Approved by:	ler (mentor)
Differential Revision:	https://reviews.freebsd.org/D18615
2018-12-20 01:15:53 +00:00
Jan Beich
a681d90d91 multimedia/aom: update to 1.0.0.1080
Changes:	https://aomedia.googlesource.com/aom/+log/440e6d412..54f971197
2018-12-20 00:46:32 +00:00
Jan Beich
83edb65db9 lang/rust-nightly: update to 1.33.0.20181220
Changes:	adbfec229c...790f4c566d
2018-12-20 00:46:18 +00:00
Alexandre C. Guimarães
0f3ee33fe1 x11/polybar: fix build on 13-CURRENT.
Approved by:	tcberner (mentor)
Obtained from:	upstream
Differential Revision:	https://reviews.freebsd.org/D18567
2018-12-19 23:23:41 +00:00
Mark Felder
084d43b7b7 Document FreeBSD-SA-18:15.bootpd 2018-12-19 21:15:26 +00:00
Jan Beich
08664b26f8 multimedia/dav1d: convert to upstreamable patches 2018-12-19 20:57:09 +00:00
Yuri Victorovich
8c258edcba misc/survex: fix build with GCC-based architectures
PR:		234176
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-19 20:15:33 +00:00
Yuri Victorovich
44f7888632 science/jdftx: fix build with GCC-based architectures
PR:		234175
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-19 20:06:22 +00:00
Mikhail Teterin
6f51cb6088 Unbreak by providing handling for readline from base as well as from port.
PR:	232936
2018-12-19 19:53:17 +00:00
William Grzybowski
9513127560 sysutils/iocage-devel: update to 1.0.0.20181219 2018-12-19 19:31:08 +00:00
Niclas Zeising
4f77c91d1b devel/libudev-devd: Update snapshot
Update devel/libudev-devd to a later snapshot

Obtained from:	FreebSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 18:58:09 +00:00
David Thiel
a0d1de6b85 Fix build on GCC architectures.
PR:		234061
Submitted by:	Piotr Kubaj
2018-12-19 18:45:38 +00:00
Thierry Thomas
5622d1ab34 Upgrade to 9.0.
Release notes at <https://github.com/parisolab/mathmod/releases/tag/9.0>.
2018-12-19 17:37:43 +00:00
Vinícius Zavam
488a827e97 biology/gff2ps: update 0.98d to 0.98l
adopt port.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18591
2018-12-19 17:34:29 +00:00
Vinícius Zavam
961ac64cd7 comms/ser2net: update 3.5 to 3.5.1
Makefile
        adopt the port;
        silent portlint.

    files/
        regen patch-dataxfer.h with makepatch.

Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18588
2018-12-19 17:32:27 +00:00
Vinícius Zavam
b3cd746e21 sysutils/shim: introduce new ARCH support (i386)
Makefile
        bump PORTREVISION;
        USE_CSTD: gnu89 became gnu99 [0];

    files/
        *: if ARCH=i386, replaces ARCH with ia32;
        elf_ia32_efi.lds: sync OUTPUT_FORMAT [1];
        MokManager.c: used UINT32 for MokNum.

Reported by:	pkg-fallout
Approved by:	araujo (mentor)
Differential Revision:	https://reviews.freebsd.org/D18572

[0] shim.c:2176:3: error: this decimal constant is unsigned only in ISO C90
[1] patch-elf_x86_64_efi.lds always appended -freebsd as OUTPUT_FORMAT
2018-12-19 17:30:22 +00:00
Yuri Victorovich
f20fc578b3 audio/rtmidi: add USES=compiler:c11
PR:		234164
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-19 17:18:36 +00:00
Yuri Victorovich
3ba85593e4 graphics/radiance: fix build with GCC-based architectures
PR:		234166
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-19 17:15:23 +00:00
Niclas Zeising
7dfa18001b Add new port: devel/py-pyudev
Add new port devel/py-pyudev, python bindnings to libudev.
This is needed for updated libinput

More info here: https://pyudev.readthedocs.io/en/latest/
Obtained from:  https://github.com/myfreeweb/freebsd-ports-dank/tree/master/devel/py-pyudev

PR:		222905 (based on)
Submitted by:	wulf, Greg V
Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 15:34:27 +00:00
Rene Ladan
253851e245 devel/py-django-rq: update to 1.3
While here sort Makefile a bit.

Reported by:	portscout
2018-12-19 14:57:33 +00:00
Adriaan de Groot
55dac8a87f Add OPTIONS to misc/kdeutils.
Like, say, graphics/kdegraphics, this is a metaport where all the dependency
ports may be considered optional. Add options to allow selecting all the
bits. By default, select all of them. Bump PORTREVISION because the PHB
says that changes applying to non-default options also count -- although
that seems a bit sketchy here.

PR:		234059
Submitted by:	bsd@abinet.ru
Reported by:	bsd@abinet.ru
2018-12-19 14:53:53 +00:00
Niclas Zeising
429941acbc devel/evdev-proto: cleanup makefile
Clean up makefile,

Use DIST_SUBDIR since distfiles are unversioned.
Use DISTFILES instead of DISTNAME
add NO_WRKSUBDIR

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D18609
2018-12-19 14:44:12 +00:00
Adriaan de Groot
6a34ba5080 Mark KDE4 broken on 12- and CURRENT. It is not compatible with
base SSL (e.g. OpenSSL 1.1) and kde@ is not going to put considerable
effort into patching it when it is scheduled for removal already.
2018-12-19 13:50:56 +00:00
Bernard Spil
964ed638ea security/nextcloud-passman: Update to 2.2.1 2018-12-19 13:29:39 +00:00
Niclas Zeising
05d3d725db devel/libepoll-shim: Update snashot
Update devel/libepoll-shim to a more recent snapshot.

PR:		223530 (original version)
Submitted by:	Greg V
Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 11:42:50 +00:00
Wen Heping
d48a252009 - Update to 3.8
PR:		233809
Submitted by:	rsmith@xs4all.nl(maintainer)
2018-12-19 11:42:06 +00:00
Niclas Zeising
c7bfb5f9f0 Fix typo 2018-12-19 10:45:02 +00:00
Tijl Coosemans
6cb2e16006 Update to 3.6.5.
PR:		234012
Exp-run by:	antoine
2018-12-19 09:32:32 +00:00
Dmitry Marakasov
8596ccad62 - Update WWW 2018-12-19 09:30:07 +00:00
Niclas Zeising
248c6b5c09 Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel.  This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.

By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.

Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers.  This will be further updated.

Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work
with the updated evdev headers.

Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat
as needed, and bump portrevisions.

This is the first step in getting the FreeBSD input stack (libevdev,
libinput and so on) updated to newer versions.

Many thanks to all who have helped out with testing, code and exp-runs.
Apologies if I've forgotten to add any names.

PR:		222905, 217248, (based on, in part), 233787 (exp-run)
Submitted by:	Greg V, wulf
Tested by:	tcberner, kde
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Obtained from:	FreeBSDDesktop development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 09:09:11 +00:00
Dmitry Marakasov
81f404a027 - Add LICENSE
- Clean up pkg-descr

Approved by:	portmgr blanket
2018-12-19 09:00:14 +00:00
Gerald Pfeifer
e041761b3b Update to lzip version 1.20. This includes the following changes:
- A new option '--loose-trailing'.
 - Option '-S, --volume-size' now keeps input files.
 - Replaced 'bits/byte' with the inverse compression ratio in output.
 - Do not add a second .lz extension to the argument of an '-o' option.
 - Improved corrupt header detection to HD=3 and show corrupt or
   truncated header in multimember file and some further changes and
   improvements around progress and error reporting.
 - The documentation gained a new chapter "Output".

PR:		233802
Submitted by:	swills
2018-12-19 08:41:53 +00:00
Muhammad Moinur Rahman
6a575ea721 databases/pgroonga: Update version 2.0.9=>2.1.6
- Pet portlint

Relnotes:https://pgroonga.github.io/news/#version-2-1-6
2018-12-19 08:30:04 +00:00
Wen Heping
b8547b773c - Update to 3.8.0
PR:		234150
Submitted by:	wenheping2000@hotmail.com
Approved by:	maintainer
2018-12-19 06:24:47 +00:00
Yuri Victorovich
1d61321861 science/pcmsolver: Unbreak
It was breaking with both gfortran and clang. As it turned out, full CMAKE_ARGS break gfortan
but a simpler version of CMAKE_ARGS doesn't.
2018-12-19 06:09:26 +00:00
Yuri Victorovich
f721b763bf New port: science/h5z-zfp: Registered ZFP compression plugin for HDF5 2018-12-19 02:19:38 +00:00
Wen Heping
1dd80c7e6b - Update to 2.1.5 2018-12-19 01:56:08 +00:00
Yuri Victorovich
dcb8754b92 New port: net/aluminum: Generic interface to high-performance communication libraries 2018-12-19 01:33:39 +00:00
Wen Heping
306a34607d - Update to 2.17
- Update COMMENT
- Add LICENSE_FILE
- Remove unneeded pkg-message
- Take maintainership
2018-12-19 01:26:18 +00:00
Yuri Victorovich
44be4e70e7 New port: devel/zfp: High throughput library for compressed floating-point arrays 2018-12-19 00:15:45 +00:00
Antoine Brodin
3c7395709e Mark BROKEN: fails to build
cd /wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src && /usr/local/bin/gfortran8 -DCONTIG=,CONTIGUOUS -DHAVE_EXECUTECOMMANDLINE -DUSE_ARPACK -DUSE_ISO_C_BINDINGS -Delmersolver_EXPORTS -I/usr/local/include -I/wrkdirs/usr/ports/cad/elmerfem/work/.build -I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src -I/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fhutiter/src -I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src/binio -I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fhutiter/src  -O -Wl,-rpath=/usr/local/lib/gcc8 -fPIC -O3 -DNDEBUG -O3 -J../../fmodules -fPIC   -c /wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fem/src/CRSMatrix.F90 -o CMakeFiles/elmersolver.dir/CRSMatrix.F90.o
/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fem/src/CRSMatrix.F90:3681:24:

       A % ILUCols    => ILUCols
                        1
Error: Assignment to contiguous pointer from non-contiguous target at (1)

Reported by:	pkg-fallout
2018-12-18 23:32:36 +00:00
Antoine Brodin
1f17240852 Mark BROKEN: fails to build
cd /wrkdirs/usr/ports/graphics/appleseed/work/.build/src/appleseed.shaders && /usr/local/bin/cmake -E make_directory /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/sandbox/shaders/maya && /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/sandbox/bin/oslc -O2 -DNDEBUG -I"/wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/src/appleseed.shaders/include" -o /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/sandbox/shaders/maya/as_maya_anisotropic.oso /wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/src/appleseed.shaders/src/maya/as_maya_anisotropic.osl
/wrkdirs/usr/ports/graphics/appleseed/work/appleseed-1.7.1-beta/src/appleseed.shaders/include/appleseed/color/as_color_helpers.h:191: error: cannot write to "illuminant" (read-only symbol)

Reported by:	pkg-fallout
2018-12-18 23:28:17 +00:00
Antoine Brodin
368f471d1b Mark BROKEN: fails to build
F90-F-0004-Unable to open MODULE file iso_c_binding.mod (/wrkdirs/usr/ports/science/pcmsolver/work/pcmsolver-1.2.1/src/metal/metal_sphere.F90: 26)

Reported by:	pkg-fallout
2018-12-18 23:24:59 +00:00
Antoine Brodin
f2be656036 Mark BROKEN: fails to build
In file included from efiemu/runtime/efiemu.c:33:
../include/grub/efiemu/runtime.h:36:1: error: alignment 1 of 'struct efi_variable' is less than 8 [-Werror=packed-not-aligned]

Reported by:	pkg-fallout
2018-12-18 23:22:59 +00:00
Kurt Jaeger
5a372742d0 sysutils/apachetop: update 0.12.6 -> 0.18.4
- moved to github
- Fix compile
- Fix mis-spelled word

PR:		227865
Submitted by:	ndowens@yahoo.com
Reported by:	Thomas-Henning von Kamptz <tomsoft@mac.com>
Reviewed by:	koobs, danfe
Approved by:	Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
2018-12-18 22:03:42 +00:00
Thierry Thomas
0dd280ec5b Upgrade to v.2.4.3. 2018-12-18 21:15:29 +00:00
Alexander Leidinger
6712512a29 Update openhab2 to 2.4.0 2018-12-18 21:01:08 +00:00
Larry Rosenman
589818d6b7 astro/boinc-setiathome: Fix build on powerpc64.
Code for AltiVec is written strictly with Mac OS X in mind exclusively and doesn't build on other systems.

Disable AltiVec on systems other than Mac OS X, which probably makes this run much slower, but at least it builds.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.

PR:		234145
Submitted by:	pkubaj@anongoth.pl
2018-12-18 20:45:44 +00:00