Commit graph

396493 commits

Author SHA1 Message Date
Jan Beich
4d8c3f13d6 MFH: r419064
www/webkit-gtk{2,3}: use ASCII quotes to unbreak python3 build

  GEN      DerivedSources/WebCore/XMLViewerCSS.h
  GEN      DerivedSources/WebCore/XMLViewerJS.h
Traceback (most recent call last):
  File "./Source/JavaScriptCore/inspector/scripts/cssmin.py", line 44, in <module>
    sys.stdout.write(cssminify(sys.stdin.read()))
  File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 642: ordinal not in range(128)
gmake: *** [GNUmakefile:82114: DerivedSources/WebCore/XMLViewerCSS.h] Error 1
gmake: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 237, in <module>
    minifier.minify()
  File "./Source/JavaScriptCore/inspector/scripts/jsmin.py", line 106, in minify
    previous = read(1)
  File "/usr/local/lib/python3.4/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 696: ordinal not in range(128)
gmake: *** [GNUmakefile:82119: DerivedSources/WebCore/XMLViewerJS.h] Error 1
offlineasm: offset extractor DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.

PR:		197316
Submitted by:	olivier@cochard.me
Approved by:	maintainer timeout (1.5 years)
Approved by:	ports-secteam (feld)
2016-07-28 02:50:28 +00:00
Mark Felder
91c401864e MFH: r419202
databases/mysql55-server: Update to 5.5.50

Changelog:	https://dev.mysql.com/doc/relnotes/mysql/5.5/en/news-5-5-50.html

Security:	ca5cb202-4f51-11e6-b2ec-b499baebfeaf

Approved by:	ports-secteam (with hat)
2016-07-27 22:54:11 +00:00
Cy Schubert
06dc1063a5 MFH: r419157
Update to 1.13.6.

This is a bug fix release.

* Improve some error messages

* Improve documentation

* Allow a principal with nonexistent policy to bypass the minimum
  password lifetime check, consistent with other aspects of
  nonexistent policies

* Fix a rare KDC denial of service vulnerability when anonymous client
  principals are restricted to obtaining TGTs only [CVE-2016-3120]

Security:	62d45229-4fa0-11e6-9d13-206a8a720317
Security:	CVE-2016-3120

Approved by:	ports-secteam (feld)
2016-07-27 19:26:16 +00:00
Mark Felder
f874dabf1a MFH: r419119
Remove -L from CFLAGS (and add it to LDFLAGS) to fix a build issue on 10.1.

PR:		211366

Approved by:	ports-secteam (with hat)
2016-07-27 19:11:50 +00:00
John Baldwin
a69e05cd98 MFH: r418566 r418964
Import several patches recently merged upstream.

- Fix fork following to honor 'detach-on-fork'
- Fix vfork following to post a fake vfork_done event to fix breakpoints
  in vfork parents (a real vfork_done event is pending but requires kernel
  changes currently in review).
- Fix x86 debug registers to work with multiple threads (PR 157755)
- Add support for 'info auxv' on both live processes and cores.
- Add support for 'catch syscall'.  Note that catching system calls by
  names requires parsing an XML file mapping system call names to
  numbers.  The port now installs the XML syscall files to the data
  directory.  In addition, the EXPAT option is now enabled by default as
  expat is used to parse the XML files.
- Handle version 1a of NT_PRPSINFO notes which include the pr_pid field.
- Replace patch-sigev with upstream version.  Note that upstream GDB
  doesn't define SIGLIBRT on older OS versions, so do that in the port
  Makefile instead.
- Use PT_GET_EVENT_MASK/PT_SET_EVENT_MASK (new in 12).
- Fix a bug where fork and LWP events weren't enabled in new child
  processes when following child processes after a fork.
- Handle "real" vfork done events via PTRACE_VFORK (new in 12).
- Bump PORTREVISION.

PR:		157755, 210874,	211254
Approved by:	ports-secteam (feld)
2016-07-27 16:27:06 +00:00
Torsten Zuehlsdorff
98a6db51d0 MFH: r419124
lang/php70: Update from 7.0.8 to 7.0.9

Changelog: http://www.php.net/ChangeLog-7.php#7.0.9

- take maintainer

PR:           211251
Reported by:  Markus Kohlmeyer <rootservice@gmail.com>
Sponsored by: anyMOTION GRAPHICS GmbH
Approved by:  pi (mentor)

Approved by:  ports-secteam (feld)
2016-07-27 08:15:46 +00:00
Jan Beich
5e9b9329bc MFH: r419139
devel/onscripter: update to 20160726 while fixing

====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/nsaconv is linked to /usr/local/lib/libjpeg.so.8 from graphics/jpeg-turbo but it is not declared as a dependency
Warning: you need USES+=jpeg

Approved by:	ports-secteam (feld)
2016-07-26 21:56:39 +00:00
Danilo Egea Gondolfo
bc7d9d0f61 MFH: r418896
- Update to 2.6.30
- Fix a shell injection vulnerability

Approved by:	ports-secteam (feld)
2016-07-26 19:35:03 +00:00
Cy Schubert
a739db341e MFH: r418903
Update to 1.14.3.

This is a bug fix release.

* Improve some error messages

* Improve documentation

* Allow a principal with nonexistent policy to bypass the minimum
  password lifetime check, consistent with other aspects of
  nonexistent policies

* Fix a rare KDC denial of service vulnerability when anonymous client
  principals are restricted to obtaining TGTs only [CVE-2016-3120]

Security:	62d45229-4fa0-11e6-9d13-206a8a720317
Security:	CVE-2016-3120

Approved by:	ports-secteam@ (feld@)
2016-07-26 19:12:13 +00:00
Ruslan Makhmatkhanov
39214f6d13 MFH: r418935
net-p2p/deluge: update to 1.3.13

- update to 1.3.13
- switch to option helpers
- add creatiion of .python-eggs for deluge_web - this resolves
  installation of plugins for deluge_web [1]

This release also fixing Scheduler plugin as reported by dbn@ [2], so
this is the reason for MFH request.

Changes: http://dev.deluge-torrent.org/wiki/ChangeLog#Deluge1.3.1320July2016

PR:		207558 [2]
Submitted by:	Marlon Leerkotte <mrleerkotte@protonmail.com> [1] (private mail)
Reported by:	dbn [2]

Approved by:	ports-secteam (feld)
2016-07-26 19:09:53 +00:00
Jan Beich
ed5a6c5f1a MFH: r419069
Apply r402343 to other gnome@ ports restoring r297047 behavior

- Invoke pkg-config(1) instead of checking manually
- Convert to ECHO_MSG which can be silenced

PR:		166279
Approved by:	portmgr blanket
Approved by:	ports-secteam (feld)
2016-07-26 18:01:32 +00:00
Jan Beich
1643ecc382 MFH: r419056
print/harfbuzz: update to 1.3.0

Changes:	https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.0
ABI:		http://abi-laboratory.pro/tracker/objects_report/harfbuzz/1.2.7/1.3.0/report.html
PR:		211363
Submitted by:	lightside@gmx.com
Approved by:	ports-secteam (feld)
2016-07-26 17:59:54 +00:00
Mark Felder
4eab8e63e5 MFH: r419135
lang/php55 lang/php56: Restore mail header patch in distinfo

Pointyhat:	me

Reported by:	mat

Approved by:	ports-secteam (with hat)
2016-07-26 17:04:53 +00:00
Don Lewis
bd67a8e0cc MFH: r418886
Upgrade to upstream svn revision r1753426, which includes the fix for
CVE-2016-1513.

Regenerate distinfo to add TIMESTAMP.

Security:	72f71e26-4f69-11e6-ac37-ac9e174be3af
Approved by:	ports-secteam (feld)
2016-07-26 16:48:42 +00:00
Mark Felder
a6dc255b23 MFH: r418791
- Bump PORTREVISION

PR:		211150
Submitted by:	Euan Thoms (maintainer)

Approved by:	ports-secteam (with hat)
2016-07-26 16:34:43 +00:00
Mark Felder
26460bf651 MFH: r419123
textproc/xerces-c3: Update to 3.1.4

Changelog:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12336069

PR:		211023

Approved by:	ports-secteam (with hat)
2016-07-26 16:05:56 +00:00
Mark Felder
e34e9ac03a MFH: r419116
lang/php55: Update to 5.5.38

Changelog:	http://php.net/ChangeLog-5.php#5.5.38

Approved by:	ports-secteam (with hat)
2016-07-26 15:34:01 +00:00
Guido Falsi
1712fda219 MFH: r418899
- Unsilence INSTALL_* commands

PR:		211271
Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)

Approved by:	ports-secteam (feld)
2016-07-26 15:26:07 +00:00
Guido Falsi
3238ac736b MFH: r418898
- Silence portlint warnings by reordering some directives
- Unsilence INSTALL_* commands

PR:		211272
Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> (maintainer)

Approved by:	ports-secteam (feld)
2016-07-26 15:24:42 +00:00
Mark Felder
ca50ec9657 MFH: r419112
lang/php56: Update to 5.6.24

Changelog:	http://php.net/ChangeLog-5.php#5.6.24

PR:		211290

Approved by:	ports-secteam (with hat)
2016-07-26 15:01:12 +00:00
Mark Felder
c7ac3bea72 MFH: r418724 r418759
www/nextcloud: 9.0.51 -> 9.0.52

www/nextcloud: 9.0.52 -> 9.0.53

- Guzzle 5 is shipped as part of Nextcloud and can be abused,
  in some special scenarios

PR:		211206
Changes:	https://nextcloud.com/httpoxy-can-affect-nextcloud-get-your-update-now/
Security:	https://httpoxy.org/

Approved by:	ports-secteam (with hat)
2016-07-26 14:00:22 +00:00
Mark Felder
6513b17d35 MFH: r419047
- Add missing dependency on glib

Approved by:	ports-secteam (with hat)
2016-07-26 13:52:20 +00:00
Mark Felder
9bb21a8a4b MFH: r418883
Fix build on FreeBSD 11 and later.

Reported by:	KIRIYAMA Kazuhiko <kiri [...] kx.openedu.org>
Tested by:	Kurt Jaeger <lists [...] opsec.eu>,
		"Herbert J. Skuhra" <herbert [...] mailbox.org>

Approved by:	ports-secteam (with hat)
2016-07-26 13:46:47 +00:00
Vanilla I. Shu
eb893c364e MFH: r418988
Add compiler:c++11-lang to fix build on 9.3.

Obtained from:	pkg-fallout

Approved by: 	portmgr@ (bapt@)
2016-07-26 06:16:19 +00:00
Jan Beich
b830d8fcef MFH: r419085
devel/glib20: reword COLLATION_FIX description

While not necessary on FreeBSD 11.0 anymore it maybe useful for debugging.

PR:		192381
Reported by:	emaste
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2016-07-26 00:16:42 +00:00
Jan Beich
a6b800c025 MFH: r419079
graphics/gegl{,3}: fix typos in options

- gegl: SIMD=on has the opposite effect
- gegl3: ENSCRIPT=on has no effect

Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2016-07-25 22:41:44 +00:00
Jan Beich
d522c0b61a MFH: r419075
graphics/gegl3: apply r386216 + previous commit

- Bundled poly2tri-c is under BSD3CLAUSE
- Only V4L still uses LGPL20+ code
- More (but not all) operations/common/*.c are under GPLv3

While here define CPE information.

Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2016-07-25 22:14:54 +00:00
Jan Beich
4b00613c7b MFH: r419074
graphics/gegl: clarify LICENSE

A quick grep(1) of *.c files reveals:

LGPL20 files are

  gegl/buffer/gegl-id-pool.c
  operations/external/v4lutils/v4lutils.c

GPLv3 files are

  bin/gegl.c
  bin/gegl-path-spiro.c
  bin/gegl-path-smooth.c
  bin/gegl-options.c
  gegl/buffer/gegl-cache.c

All GPL license headers have

  ..., or (at your option) any later version.

Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2016-07-25 22:13:12 +00:00
Jan Beich
d3de9b9565 MFH: r419068
audio/libaudiofile: track flac dependency

====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac

PR:		206888
Submitted by:	jkim
Approved by:	portmgr blanket, maintainer timeout (6 months)
Approved by:	ports-secteam blanket
2016-07-25 21:48:47 +00:00
Thomas Zander
7ae85a0ced MFH: r418965
Fix build with libc++ 3.8.0

PR:		209549
Submitted by:	dim
Approved by:	ports-secteam (build fix blanket), maintainer timeout
2016-07-23 13:44:52 +00:00
Don Lewis
6fabed4152 MFH 2016Q3
Fix CVE-2016-1513 - Memory Corruption Vulnerability (Impress Presentations).

Regenerate distinfo to add TIMESTAMP.

Approved by:	ports-secteam (blanket)
Obtained from:	<https://bz.apache.org/ooo/show_bug.cgi?id=127045>
Security:	72f71e26-4f69-11e6-ac37-ac9e174be3af
2016-07-21 19:21:16 +00:00
Antoine Brodin
cbc81122f7 MFH: r418713
- Mark BROKEN: does not fetch
2016-07-21 19:13:10 +00:00
Antoine Brodin
344ed56d3e MFH: r418714
- Mark BROKEN: does not fetch
2016-07-21 19:12:39 +00:00
Mathieu Arnold
bc4826ae37 MFH: r418868
Update to 2016f. [1]

While there, clean things up a bit and really do staging.

PR:		211260 [1]
Submitted by:	devel stasyan com
With hat:	portmgr
Sponsored by:	Absolight
2016-07-21 10:03:52 +00:00
Dirk Meyer
937d324155 MFH: r418829
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4

Approved by:	portmgr (feld)
2016-07-20 21:30:03 +00:00
Carlos J. Puga Medina
537e285b63 MFH: r418828
- Update to 1.7.2
- Bump library version in pkg-plist

Changelog:
  https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000392.html

PR:	211153
Reviewed by:	junovitch (mentor)
Approved by:	junovitch (mentor)
Exp-run:	antoine
Differential Revision:	D7221

Approved by:	ports-secteam (feld)
2016-07-20 12:50:19 +00:00
Olli Hauer
5b24038f15 MFH: r418746 r418748
- allow reproducible build
- set EXPIRATION_DATE to 2017-07-01 [1]

[1] Upstream propose EoL of apache 2.2.x during the next 12 months
    See discussion on dev@apache list.

Approved by:	ports-secteam (feld@)
2016-07-19 15:41:41 +00:00
Bernard Spil
bb55b22a82 MFH: r418743
www/apache24: Fix httpoxy vulnerability (+2.2)

  - Add upstream patch to www/apache24
  - Add upstream patch to www/apache22
  - Bump PORTREVISION

Approved by:    feld (ports-secteam)
Security:       cf0b5668-4d1b-11e6-b2ec-b499baebfeaf
Security:       CVE-2016-5387

Approved by:	ports-secteam (feld)
2016-07-19 15:30:44 +00:00
Mathieu Arnold
67a3cbf151 MFH: r418771
Add distfile missed in last commit.
2016-07-19 12:12:04 +00:00
Mathieu Arnold
b703310383 MFH: r418013 r418769
BIND9 update, 9.9.9-P2, 9.10.4-P2 and latest 9.12 snapshot.

Security:	CVE-2016-2775
Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000996.html
Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000997.html
Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000998.html
Changes:	https://lists.isc.org/pipermail/bind-announce/2016-July/000999.html
Sponsored by:	Absolight
2016-07-19 11:39:05 +00:00
Thomas Zander
bd7dbac0d1 MFH: r418702
Fix build with libc++ 3.8.0

Approved by:	ports-secteam (build fix blanket)
2016-07-18 21:13:06 +00:00
Jan Beich
f37625f78f MFH: r418728
sysutils/*exfat*: update to 1.2.4

- Chase project move to GitHub
- Chase patent licensing URL [1]
- Restore GPLv2 after r328060 [2]
- Fix build on DragonFly
- Drop unused iconv dependency

PR:		199874, 210823
PR:		210162 [1]
Suggested by:	decke, tijl [2] (via bug 193629)
Approved by:	maintainer timeout (2 weeks)
Approved by:	ports-secteam (feld)
2016-07-18 20:26:08 +00:00
Kurt Jaeger
1852801f9b net/mDNSResponder: fix build on 9.3-RELEASE
- older lex/flex needs yylineno

PR:		210723
MFH:		r418720
Reported by:	Ryan Frederick <ryanrfrederick@gmail.com>
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Approved by:	portmgr (feld)
2016-07-18 20:05:42 +00:00
Guido Falsi
60c15103dd MFH: r418726
FreeBSD's regexec() libc function is more restrictive than the linux
one and will not accept an empty expression.

Add patch (from PR) to fix this problem.

PR:		211187
Submitted by:	Dmitry Vagin <daemon.hammer at ya.ru>

Approved by:	ports-secteam (feld)
2016-07-18 19:59:29 +00:00
Gordon Tetlow
701f2ffc5b MFH: r418066 r418163 r418190 r418655
Update Perforce related ports to 2016.1.

PR:		210358
Reported by:	brd
Approved by:	mat (mentor, previous version)
Approved by:	ports-secteam (junovitch)
2016-07-17 22:13:08 +00:00
Jan Beich
f88aef77e5 MFH: r418462
multimedia/vapoursynth: unbreak after r417413

https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html

Reported by:	pkg-fallout
Approved by:	ports-secteam bustage blanket
2016-07-17 17:19:33 +00:00
Jimmy Olgeni
7b8c95f238 MFH: r418662
Update MASTER_SITES for extra fonts since the old one has disappeared.

PR:		211169
Submitted by:	Carsten Larsen
Approved by:	ports-secteam (blanket)
2016-07-17 12:10:34 +00:00
Raphael Kubo da Costa
de0b40f4c2 MFH: r418636
Adjust dependencies to fix `make stage-qa'.

Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libgobject-2.0.so.0 from devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libglib-2.0.so.0 from devel/glib20 but it is not declared as a dependency
Warning: you need USE_GNOME+=glib20
Error: /usr/local/lib/libtelepathy-qt4-farstream.so.2.0.9.6.1 is linked to /usr/local/lib/libintl.so.8 from devel/gettext-runtime but it is not declared as a dependency
Warning: you need USES+=gettext

Approved by:	ports-secteam (junovitch, implicit)
2016-07-16 15:13:09 +00:00
Jason Unovitch
6dfe41aa26 MFH: r418305
- Update to 2.2.2

Security:	https://vuxml.FreeBSD.org/freebsd/00cb1469-4afc-11e6-97ea-002590263bf5.html
Approved by:	ports-secteam (with hat)
2016-07-16 02:28:18 +00:00
Jason Unovitch
cb1f861456 MFH: r418613
www/linux-*-flashplugin: update 11.2r202.626 -> 11.2r202.632

Security:	CVE-2016-4172
Security:	CVE-2016-4173
Security:	CVE-2016-4174
Security:	CVE-2016-4175
Security:	CVE-2016-4176
Security:	CVE-2016-4177
Security:	CVE-2016-4178
Security:	CVE-2016-4179
Security:	CVE-2016-4180
Security:	CVE-2016-4181
Security:	CVE-2016-4182
Security:	CVE-2016-4183
Security:	CVE-2016-4184
Security:	CVE-2016-4185
Security:	CVE-2016-4186
Security:	CVE-2016-4187
Security:	CVE-2016-4188
Security:	CVE-2016-4189
Security:	CVE-2016-4190
Security:	CVE-2016-4217
Security:	CVE-2016-4218
Security:	CVE-2016-4219
Security:	CVE-2016-4220
Security:	CVE-2016-4221
Security:	CVE-2016-4222
Security:	CVE-2016-4223
Security:	CVE-2016-4224
Security:	CVE-2016-4225
Security:	CVE-2016-4226
Security:	CVE-2016-4227
Security:	CVE-2016-4228
Security:	CVE-2016-4229
Security:	CVE-2016-4230
Security:	CVE-2016-4231
Security:	CVE-2016-4232
Security:	CVE-2016-4233
Security:	CVE-2016-4234
Security:	CVE-2016-4235
Security:	CVE-2016-4236
Security:	CVE-2016-4237
Security:	CVE-2016-4238
Security:	CVE-2016-4239
Security:	CVE-2016-4240
Security:	CVE-2016-4241
Security:	CVE-2016-4242
Security:	CVE-2016-4243
Security:	CVE-2016-4244
Security:	CVE-2016-4245
Security:	CVE-2016-4246
Security:	CVE-2016-4247
Security:	CVE-2016-4248
Security:	CVE-2016-4249
Security:	https://vuxml.FreeBSD.org/freebsd/a522d6ac-4aed-11e6-97ea-002590263bf5.html
Approved by:	ports-secteam (with hat)
2016-07-16 01:00:26 +00:00