1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

446311 Commits

Author SHA1 Message Date
Mark Felder
9e22b14315 multimedia/plexmediaserver: Update to 1.13.0.5023
Changelog:	https://forums.plex.tv/discussion/comment/1665416#Comment_1665416
2018-05-20 16:16:55 +00:00
Koop Mast
7b0b18bef9 Fix the build on HEAD.
Reported by:	pkgfallout
2018-05-20 15:23:23 +00:00
Kurt Jaeger
88aa8f300e New port: x11/xscope
Xscope sits in-between an X11 client and an X11 server and prints
the contents of each request, reply, error, or event that is
communicated between them. Xscope can decode the core X11 protocol
and several extensions, including BIG-REQUESTS, LBX, MIT-SHM,
NCD-WinCenterPro, RANDR, and RENDER. This information can be useful
in debugging and performance tuning of X11 servers and clients.

WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml
2018-05-20 14:51:36 +00:00
Niclas Zeising
151096d9f3 x11-servers/xorg-server: Enable SECURITY extension
Enabling the SECURITY extension will make ssh -X work in most cases.
This extension is enabled in many Linux distros.

PR:		221984
Submitted by:	Anton Yuzhaninov
2018-05-20 14:51:32 +00:00
Niclas Zeising
926db3d090 x11/libwacom: install the profiles of tablets
Due to a linux only command in the makefile libwacom isn't finding and
installing tablet profiles.  Fix the command to work on FreeBSD and thus
install tablet profiles.

PR:		219264
Submitted by:	Henry Hu
2018-05-20 14:41:43 +00:00
Gerald Pfeifer
ec35c5a4b3 Backport r469768 from lang/gcc7:
Simplify MASTER_SITES, taking advantage of the default for GCC releases
provided by MASTER_SITES_ABBREVS.

Reported by:	portlint
2018-05-20 14:19:42 +00:00
Gerald Pfeifer
72203c995d Update to the 20180517 snapshot of GCC 7.3.1. 2018-05-20 14:16:00 +00:00
Niclas Zeising
058f5541d4 x11-wm/xcompmgr: Add patch to fix shadow rendering
The patch has been laying in upstream bugzilla for quite some time, but is
used on some linux distribution packages, such as debian packages.

While here, add missing dependency on xext.

PR:		182002
Submitted by:	Brandon Gooch
Obtained from:	https://bugs.freedesktop.org/show_bug.cgi?id=46285 (patch)
MFH:		2018Q2
2018-05-20 13:47:08 +00:00
Thomas Zander
4ad93803ac Update to upstream version 1.0.2
MFH:		2018Q2
2018-05-20 13:26:28 +00:00
Koichiro Iwao
c3f554b67d Add net-im/Makefile entry missed by previous commit 2018-05-20 13:23:03 +00:00
Niclas Zeising
ea806daee2 x11-servers/xorg-server: Backport security fixes
Backport security fixes for CVE-2017-10971 and CVE-2017-10972 (yes, 2017).
For some reason this was not done when the vulnerabilities were documented
in VuXML, and a typo in the version range in VuXML meant that the entries
never matched.

This fixes a memory disclosure and a couple of buffer overruns.

PR:		220584
Reported by:	Vladimir Krstulja
MFH:		2018Q2
Security:	ab881a74-c016-4e6d-9f7d-68c8e7cedafb
2018-05-20 13:18:47 +00:00
Niclas Zeising
e033846822 Update VuXML entry for xorg-server issues
Update VuXML entry for xorg-server issues related to CVE-2017-10971 and
CVE-2017-10972.  The version check was wrong missing the portepoch which
meant that the entry never matched anything.  It was also only added for
xorg-server 1.19, while we have 1.18 in base.

Fix formatting and edit the overly long lines.
2018-05-20 13:14:18 +00:00
Larry Rosenman
e586e94e2b mail/alpine: re-add maildir patch.
The upstream Alpine developer has found a new home for the Alpine patches. So now the previously removed option for the maildir patch can be re-added again.

PR:		228376
Submitted by:	mbeis@xs4all.nl (maintainer)
2018-05-20 13:06:51 +00:00
Stefan Eßer
955455de8e Fix recursive building of ports (-r option). The match_flavor function was
called before being defined.

The issue and cause has been reported by Herbert J. Skuhra. (Thanks!)

PR:		227882
Reported by:	Herbert J. Skuhra <herbert@gojira.at>
Approved by:	antoine (implicit)
2018-05-20 10:56:13 +00:00
Alexey Dokuchaev
e252836800 Fix checking of torrents which contain files larger than 2^31 - 1 bytes.
By default it detects file size by fseek()'ing to its end and ftell()'ing
current position, and these functions take `long offset' as an argument.
It is sufficient on 64-bit architectures where sizeof(long) is 8, but not
so on 32-bit ones where it is 4.

Make it work everywhere by building with -DUSE_FTELLO so it uses fseeko(3)
and ftello(3) functions which take `off_t offset'.

Tested on:	i386, powerpc
2018-05-20 10:46:23 +00:00
Gerald Pfeifer
20ddbec58d Update to the 20180516 snapshot of GCC 6.4.1. 2018-05-20 10:24:46 +00:00
Gerald Pfeifer
d015e625d9 Update to the Wine 3.0.1 maintenance release which fixes a number of bugs
and provides translation updates for Finnish, German, Lithuanian, Norwegian,
Polish, Russian, and Ukrainian.
2018-05-20 10:23:13 +00:00
Gerald Pfeifer
985d4b5b96 Update to the 20180513 snapshot of GCC 9. 2018-05-20 09:49:49 +00:00
Dmitry Marakasov
f6164440d8 - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2018-05-20 09:34:11 +00:00
Thomas Zander
e05d147edb Adapt ${name}_limits to the new resource limiting mechanics for services
PR:		227218
Submitted by:	0mp
2018-05-20 09:24:10 +00:00
Dmitry Marakasov
7f77032e38 - Add LICENSE
- Cosmetic fixes
- Add NO_ARCH

Approved by:	portmgr blanket
2018-05-20 09:04:10 +00:00
Kirill Ponomarev
ab003199fe Update to 2.0.7 2018-05-20 08:48:21 +00:00
Dmitry Marakasov
ea8904d0d0 - Switch to USES=libedit as suggested by stage-qa
- Switch to new test framework
- Switch to options helpers

Approved by:	portmgr blanket
2018-05-20 08:34:11 +00:00
Koichiro Iwao
f2919d2972 New port: net-im/purple-slack: Slack protocol plugin for libpurple
WWW: https://github.com/dylex/slack-libpurple

PR:             228279
Submitted by:   Albert Ou <aou@eecs.berkeley.edu>
Approved by:    pi (mentor)
2018-05-20 06:43:40 +00:00
Tobias Kortkamp
e256332376 dns/kadnode: Update to 2.2.2
- Fix variable order in the rc script so that kadnode can actually
  start which I broke before ports r470325 [1]

Changes:	https://github.com/mwarning/KadNode/releases/tag/v2.2.2
PR:		228368
Pointy hat:	tobik [1]
Submitted by:	moritzwarning@web.de (maintainer)
2018-05-20 01:08:30 +00:00
Marius Strobl
b61e33735f - Update to 3.02a09
- Pet portlint
2018-05-20 00:34:01 +00:00
Jan Beich
ac3dbfc1e5 devel/git-cinnabar: update to 0.5.0.b3
Changes:	https://github.com/glandium/git-cinnabar/compare/413267f...0.5.0b3
2018-05-20 00:18:52 +00:00
Dave Cottlehuber
4b8535d8f4 net/zerotier: update 1.2.4 to 1.2.8
- add debugging support to stdout as ports option
- fix clang++ 6.0.0 compatibility
- add ipfilter to rcorder list

Reviewed by:	mat
Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D15133
2018-05-19 22:19:54 +00:00
Tobias Kortkamp
0c0e52f979 www/palemoon: Update to 27.9.2
Changes:	http://www.palemoon.org/releasenotes.shtml
PR:		228356
Approved by:	lichray@gmail.com (maintainer)
2018-05-19 21:08:22 +00:00
Koop Mast
7cdb5a789b Update babl to 0.1.48. 2018-05-19 20:35:45 +00:00
Jochen Neumeister
8228f945ae databases/influxdb: Update to 1.5.2
PR:		227818
Reported by:	Chris Gordon <freebsd-bugs@theory14.net>
Approved by:	maintainer timeout (2 weeks)
2018-05-19 20:21:54 +00:00
Danilo Egea Gondolfo
744488a3b1 - Update to 8.500.1 2018-05-19 20:16:17 +00:00
Danilo Egea Gondolfo
36a65e5e32 - Update to 3.1.0 2018-05-19 19:52:09 +00:00
Martin Wilke
bea2a4f0cb - Update to 1.4.2
PR:	227838
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-05-19 19:30:42 +00:00
Martin Wilke
865e9ff0de - Update to 1.11.0
PR:	227843
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-05-19 19:28:15 +00:00
Martin Wilke
517e39e6e6 - Update to 0.8.0
PR:	22740
Submitted by:	kai
Approved by:	wg (maintainer implicit)
Sponsored by:	iXsystems Inc.
2018-05-19 19:26:26 +00:00
Danilo Egea Gondolfo
b62198200c - Update to 0.20180509 2018-05-19 19:00:36 +00:00
Danilo Egea Gondolfo
7ffb22f1b5 - Update to 2.9.7 2018-05-19 18:52:16 +00:00
Martin Wilke
0b08577c4b Parses syslog messages from network devices and produce JSON serializable
Python objects, in a vendor agnostic shape. The output objects are structured
following the OpenConfig or IETF YANG model specifications.

WWW: https://github.com/napalm-automation/napalm-logs

PR:		227719
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
2018-05-19 18:41:07 +00:00
Glen Barber
77d9a301ef Add MANIFEST files for 11.2-BETA2.
Approved by:	bdrewery (maintainer, implicit, re blanket)
Sponsored by:	The FreeBSD Foundation
2018-05-19 18:39:02 +00:00
Martin Wilke
440e17cfd7 - Update to 3.0.3.1
PR:	227491
Submitted by:	Leonid Nevecherya
Approved by:	maintainer timeout
Sponsored by:	iXsystems Inc.
2018-05-19 18:32:34 +00:00
Martin Wilke
6e56b5136d - Update to 3.0.1
PR:	228186
Submitted by:	maintainer
Sponsored by:     iXsystems Inc.
2018-05-19 16:35:48 +00:00
Kirill Ponomarev
52d7b0d3f1 Update to 3.0.1
PR:		228318
Submitted by:	maintainer
2018-05-19 16:34:16 +00:00
Thomas Zander
28d831f43c Update to upstream version 0.0.6; Add LICENSE tags 2018-05-19 16:33:53 +00:00
Martin Wilke
b061ab554e Parallax SSH is a fork of Parallel SSH which focuses less on command-line
tools and more on providing a flexible and programmable API that can be used by
Python application developers to perform SSH operations across multiple
machines.

WWW: https://github.com/krig/parallax/

PR:		228184
Submitted by:	David Shane Holden <dpejesh@yahoo.com>
Sponsored by:	iXsystems Inc.
2018-05-19 16:32:15 +00:00
Martin Wilke
c08a648c5c - Update to 1.0.2
- Use Github

PR:	226857
Submitted by:	Peter Wullinger
Approved by:	maintainer
Sponsored by:     iXsystems Inc.
2018-05-19 16:25:15 +00:00
Martin Wilke
a92e14465c - Update to 0.4
PR:	227828
Submitted by:	maintainer
Sponsored by:     iXsystems Inc.
2018-05-19 16:21:14 +00:00
Stephen Montgomery-Smith
88bfda5084 - Update to 1.4.0. 2018-05-19 15:53:04 +00:00
Jochen Neumeister
ce38543a54 www/py-django-registration-redux: Update to 2.4
Changelog:
 Bugfix: Updates Spanish translation messages

PR:		228343
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2018-05-19 15:36:01 +00:00
Jochen Neumeister
a457a7d4f7 www/py-django-extensions: update to 2.0.7
Changelog:
    Fix: pipchecker, pip 10.0.0 compatibility
    Fix: sqldiff, improve support of GIS fields by using Django introspection
    Fix: shell_plus, fix bug in windows when PYTHONPATH is defined
    Fix: shell_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run
    Fix: runserver_plus, Call execute on CursorWrapper instead of directly on cursor to ensure wrappers are run
    Improvement: sqldiff, drop old compatibility code
    Improvement: ForeignKeyAutocompleteAdminMixin, improvements for Django >1.9

PR:		228342
Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)
2018-05-19 15:33:19 +00:00