Commit Graph

408579 Commits

Author SHA1 Message Date
Gordon Tetlow
e152cc7155 MFH: r435451
Update Perforce ports to 2016.1/1492381.

Approved by:	ports-secteam (blanket)
2017-03-05 07:07:12 +00:00
Jason Unovitch
fbf79bdb19 MFH: r432910
Update to 3.20170111.

Sponsored by:	Absolight
Approved by:	ports-secteam (with hat
Security:	CVE-2017-0356
Security:	https://vuxml.FreeBSD.org/freebsd/7b35a77a-0151-11e7-ae1b-002590263bf5.html
2017-03-05 03:19:15 +00:00
Jason Unovitch
bedaf058c9 MFH: r434198
Update to 7.0.75 release.

PR:		215865
PR:		216604
Reported by:	Dani <i.dani@outlook.com>
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-8745
Security:	https://vuxml.FreeBSD.org/freebsd/e5ec2767-d529-11e6-ae1b-002590263bf5.html
2017-03-05 02:47:48 +00:00
Jason Unovitch
e807d97647 MFH: r434199
Update to 8.0.41 release.

PR:		215865
Submitted by:	Tim Z <tez@netbsd.org>
Reviewed by:	asomers
Approved by:	ports-secteam (with hat)
2017-03-05 02:42:38 +00:00
Carlos J. Puga Medina
0c1fa3e027 MFH: r435428
- Backport several patches of OpenBSD that add more linux code for
  font handling.
- Disabled WebRTC support because it does not work properly on BSD
  and more patches are needed.
- Update pkg-plist
- Bump PORTREVISION

Approved by:	ports-secteam (junovitch)
2017-03-05 01:10:11 +00:00
Jason Unovitch
d8d7bd45d0 MFH: r435210
. Update to 2017a.

Approved by:	ports-secteam (with hat)
2017-03-05 01:09:04 +00:00
Jason Unovitch
bc55e1206c MFH: r435119
Update to version 2017a

Approved by:	ports-secteam (with hat)
2017-03-05 01:08:29 +00:00
Christoph Moench-Tegeder
2b656c0f9e MFH: r435290
update thunderbird to 45.7.1

https://www.mozilla.org/en-US/thunderbird/45.7.0/releasenotes/
https://www.mozilla.org/en-US/thunderbird/45.7.1/releasenotes/

After changes in packaging in ports r428672, profiles using lightning
will have to be recreated.

PR:		216584
Approved by:	jbeich (maintainer), rene (mentor, implicit)
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09 e60169c4-aa86-46b0-8ae2-0d81f683df09

Approved by:	ports-secteam (junovitch)
2017-03-03 18:27:48 +00:00
Jan Beich
d9c996f36f MFH: r435229
devel/renpy: update to 6.99.12.4

  6.99.12.4.2187: February 28, 2017
      This release fixes a number of bugs, including one that would
      cause the renpy.input function to crash. It improves the console
      (accessed with shift+O), and updates translations.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-4
Approved by:	ports-secteam (junovitch)
2017-03-03 10:22:24 +00:00
Olivier Duchateau
0cab7793dc MFH: r435078
- Update to 1.14
- Add LICENSE and USES= cpe
- Switch to options helpers

PR:		217347
Submitted by:	lightside
Approved by:	Piotr Smyrak (maintainer)
Security:	f4eb9a25-fde0-11e6-9ad0-b8aeed92ecc4

Approved by:	ports-secteam (junovitch@)
2017-03-02 05:24:24 +00:00
Emanuel Haupt
56df92e150 MFH: r435164
Default path includes the string %%LOCALBASE%%. This was intended to be replaced
with the real value of LOCALBASE by the port Makefile at some point, but it
isn't at the moment.

Set this value in the Makefile by defining CPPFLAGS accordingly.

PR:             217451
Submitted by:   Dan McGregor <dan.mcgregor@usask.ca>
Approved by:	ports-secteam (blanket)
2017-03-01 15:20:14 +00:00
Carlos J. Puga Medina
214a212b80 MFH: r435049
security/libgcrypt: fix build on aarch64

libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -Wa,--noexecstack -O2 -pipe -fno-strict-aliasing -std=gnu89 -MT cipher-gcm-armv8-aarch64-ce.lo -MD -MP -MF .deps/cipher-gcm-armv8-aarch64-ce.Tpo -c cipher-gcm-armv8-aarch64-ce.S  -fPIC -DPIC -o .libs/cipher-gcm-armv8-aarch64-ce.o
cipher-gcm-armv8-aarch64-ce.S:190:3: error: instruction requires: neon
eor v31.16b, v31.16b, v31.16b
  ^

PR:		217271
Submitted by:	krion
Reported by:	Simon Rozman <simon@rozman.si>

Approved by:	ports-secteam (blanket)
2017-02-28 12:28:24 +00:00
Thomas Zander
64adbd7cbc MFH: r434977
Update to upstream version 1.4.0; un-breank build; changed OPTIONs

Details:
- Update to upstream version 1.4.0
- Fix build
- Update maintainer e-mail address
- Removed OPTIONs: GEOTIFF LIBXML2 LASZIP APPS ATTRIBUTE
- New OPTIONs: PGPOINTCLOUD SQLITE PYTHON TESTS

PR:		215842
Submitted by:	lbartoletti@tuxfamily.org
Reviewed by:	riggs
Approved by:	maintainer timeout

Approved by:	ports-secteam (build fix blanket)
2017-02-27 17:25:32 +00:00
Ben Woods
369e2664ec MFH: r434795
print/hplip: Apply shebangfix to hpps and pstotiff filters

This was causing some print jobs to fail with this error in
/var/log/cups/error_log:
[Job XX] env: python: No such file or directory
[Job XX] PID XXXXX (/usr/local/libexec/cups/filter/hpps) stopped with status 127 (File too large)

Tidy up a few other items in the port Makefile whilst here.

Approved by:	ports-secteam (junovitch)
2017-02-27 15:33:55 +00:00
Dmitry Marakasov
a9da527561 MFH: r434957
- Add missing dependency on www/p5-HTTP-Message

PR:		216947
Submitted by:	douglas@douglasthrift.net
Approved by:	maintainer timeout (freebsd@gushi.org, 2 weeks)
Approved by:	ports-secteam (with hat)
2017-02-27 14:30:10 +00:00
Thomas Zander
e939e0bfd2 MFH: r431615 r431620 r432113 r432625 r433762 r434848
Sync port with head
- Update to upstream version 0.20.5
- Fixes buffer overflows in http output

Approved by:	ports-secteam (junovitch)
2017-02-27 09:07:25 +00:00
Matthias Andree
adf8774885 MFH: r434911
Fix build without NLS, adding %%NLS%% to pkg-plist.

Broken since r433466, update to 1.43.4, which added .mo files to
pkg-plist but forgot to add the %%NLS%% prefixes.

PR:		217378
Submitted by:	Andrew Romanenko
Reported by:	Andrew Romanenko
Pointyhat:	Matthias Andree

Approved by:	ports-secteam (junovitch@)
2017-02-27 08:11:24 +00:00
Sunpoet Po-Chuan Hsieh
59f19eb1bb MFH: r434601
Update to 7.53.0

Changes:	https://curl.haxx.se/changes.html
Security:	311e4b1c-f8ee-11e6-9940-b499baebfeaf

Approved by:	ports-secteam (junovitch)
2017-02-24 14:20:01 +00:00
Torsten Zuehlsdorff
eaebb86538 MFH: r434665
Update PHP 7 from 7.0.15 to 7.0.16

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

PR:           217109
Submitted by: Jochen Neumeister <joneum@bsdproject.de>

Approved by: ports-secteam (junovitch)
2017-02-24 13:36:29 +00:00
Tijl Coosemans
ff73ecd55b MFH: r434593
Update to 1.0.1e-60.el7_3.1

PR:		217295
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Security:	https://rhn.redhat.com/errata/RHSA-2017-0286.html
Approved by:	ports-secteam (junovitch)
2017-02-24 12:24:22 +00:00
Tijl Coosemans
ad75971a23 MFH: r434592
Update to 1.0.1e-48.el6_8.4.

PR:		217294
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Security:	https://rhn.redhat.com/errata/RHSA-2017-0286.html
Approved by:	ports-secteam (junovitch)
2017-02-24 11:21:17 +00:00
Roger Pau Monné
9cde197864 MFH: r434661
xen: fix build after XSA-209

Sponsored by:	Citrix Systems R&D
Approved by:	ports-secteam (junovitch)
2017-02-24 10:16:40 +00:00
Ruslan Makhmatkhanov
fe0afe5b6e MFH: r434489
devel/hg-git: update past 0.8.5

Update hg-git to 0.8.5 + recent commits for compatibility with current Mercurial
Attempting to use the previous version of hg-git with current hg results
in an error stating the extension only supports version 3.6 of Mercurial.

While here, add NO_ARCH and adjust python version.

PR:		212714
Submitted by:	matthew@reztek.cz
Approved by:	maintainer timeout (month+)

Approved by:	ports-secteam (junovitch)
2017-02-23 09:52:04 +00:00
Mark Felder
f848dab4fb MFH: r434648
news/nzbget: rc script improvement

nzbget obeys normal signals. Use them instead of needlessly complicating
the rc script.

PR:		216894
Approved by:	maintainer timeout

Approved by:	ports-secteam (with hat)
2017-02-22 22:24:53 +00:00
Ed Maste
ae6dd6b1a0 MFH: r433526 r434137 r434189
Update to 67

Note that all FreeBSD patches have been upstreamed and more
In particular the requirement for /dev/fd has gone

sysutils/py-diffoscope: update to version 71

sysutils/py-diffoscope: update to v77

PR:             216729
Approved by:    portmgr (swills)
Security:       CVE-2017-0359
Sponsored by:   The FreeBSD Foundation
2017-02-22 22:05:12 +00:00
Mark Felder
938cbb5bc7 MFH: r434588
lang/mono: Fix minor spelling issue in pkg-message

Approved by:	portmgr (with hat)
2017-02-22 15:04:59 +00:00
Roger Pau Monné
738257d033 MFH: r434523
xen: XSA-209

Sponsored by:	Citrix Systems R&D
Approved by:	ports-secteam (junovitch)
2017-02-22 08:43:12 +00:00
Lars Engels
76fb9dba7f MFH: r434522
net-mgmt/icinga2:
- Add $PREFIX/sbin to PATH in icinga2.in to fix some API issues (icingaweb2-module-director now works!) [1]
- Remove SIGPIPE trap in icinga2.in which was fixed upstream
- Bump PORTREVISION

PR:		217266 [1]
Submitted by:	Philip Jocks

Approved by:	ports-secteam (junovitch)
2017-02-22 06:13:25 +00:00
Jan Beich
16a1fe4411 MFH: r434560
emulators/citra: update to s20170221

Changes:	ebe01506...e971f17bb
Approved by:	ports-secteam (junovitch)
2017-02-22 04:41:19 +00:00
Dmitry Marakasov
9779c20a1b MFH: r434527
- Update to 0.3.0.3-alpha

MFH reason is that tor-devel 0.3.0.1 gives the following warning:

"[warn] Please upgrade! This version of Tor (0.3.0.1-alpha) is not recommended, according to the directory authorities. Recommended versions are: 0.2.4.27,0.2.4.28,0.2.5.12,0.2.5.13,0.2.7.6,0.2.7.7,0.2.8.9,0.2.8.10,0.2.8.11,0.2.8.12,0.2.9.9,0.3.0.2-alpha,0.3.0.3-alpha"

PR:		216949
Submitted by:	yuri@rawbw.com (maintainer)
Approved by:	ports-secteam (with hat)
2017-02-21 14:20:45 +00:00
Dmitry Marakasov
52a6b6e68d MFH: r434518
- Deprecate ports-mgmt/fbsdmon

From the PR:

"The web site used by this port, http://fbsdmon.org, has been taken
over by cybersquatters.  That means that users are sending their
system info to an unknown party.  The port has had no maintainer
for almost two years and the original maintainer (and previous owner
of the website) is not responding to email."

Since there's no way to force this port to be deinstalled from users'
machines, to stop data being sent to an unknown party, also do the
following:

- Modify the port to never send data to fbsdmon.org, bump PORTREVISION
- Mark the port IGNOREd for ports users, but allow package to be built
  and set extended 6 month EXPIRATION_DATE (or should it be extended
  to a year?) to give a modified package chance to replace original one
  on users machines

PR:		217099
Submitted by:	asomers
Approved by:	ports-secteam (with hat)
2017-02-21 11:18:04 +00:00
Thomas Zander
b063bb8b98 MFH: r434479
Chase libass runtime fix r434477; bump PORTREVISION on consumers

PR:		216837
Reported by:	cpm

Approved by:	ports-secteam (junovitch)
2017-02-21 06:15:03 +00:00
Thomas Zander
97d8ffb4dd MFH: r434477
Fix stack alignment on i386, may cause runtime crashes

PR:		216837
Submitted by:	cpm

Approved by:	ports-secteam (junovitch)
2017-02-21 06:08:30 +00:00
Jan Beich
5ca0d9c8a7 MFH: r434157 r434498
security/nss: update to 3.29.1

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.29.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_29_1_RTM
Approved by:	ports-secteam (junovitch)
2017-02-21 02:40:28 +00:00
Jan Beich
924c83ab1f MFH: r434142
security/nss: stop excessive getpid(2) calls

FreeBSD implements pthread_atfork(3) and (as required by a nearby
code comment) deregisters callbacks located in dlclose(3)ed shared
objects. Take advantage of it instead of looping with getpid(2).

Submitted by:	cem
Approved by:	ports-secteam (junovitch)
2017-02-21 02:32:10 +00:00
Thomas Zander
6c8515e9e3 MFH: r434359
Chase wavpack update: bump PORTREVISION on ports linking to it by default

PR:		216847
Reported by:	pkubaj@anongoth.pl

Approved by:	ports-secteam (junovitch)
2017-02-19 08:32:51 +00:00
Thomas Zander
8336ad01f2 MFH: r434356
Update to upstream release 5.1.0; fix several invalid memory reads

PR:		216847
Submitted by:	pkubaj@anongoth.pl
Reviewed by:	riggs
Security:	CVE-2016-10169
		CVE-2016-10170
		CVE-2016-10171
		CVE-2016-10172

Approved by:	ports-secteam (junovitch)
2017-02-19 08:22:19 +00:00
Jan Beich
32238008de MFH: r434264
print/harfbuzz: update to 1.4.2

Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.2
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Approved by:	ports-secteam (junovitch)
2017-02-19 02:31:56 +00:00
Jan Beich
52623ba3a3 MFH: r434322
multimedia/kvazaar: update to 1.1.0

Changes:	https://github.com/ultravideo/kvazaar/releases/tag/v1.1.0
ABI:		https://people.freebsd.org/~jbeich/compat_reports/kvazaar/1.0.0_to_1.1.0/compat_report.html
Approved by:	ports-secteam (junovitch)
2017-02-19 02:24:43 +00:00
Ben Woods
2bef940716 MFH: r434287
sysutils/py-salt:  Teach the Salt master and minion startup scripts to set
pidfile=.

On a restart this will cause the rc framework to wait for the processes to
exit before trying to start, instead of failing to start because the previous
processes have not gone away yet.

PR:		217154
Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer),
		bdrewery (mentor, implicit)

Approved by:	ports-secteam (junovitch)
2017-02-19 02:12:09 +00:00
Jan Beich
490bc845df MFH: r434321
multimedia/x265: always build shared library with -fPIC

This should unbreak build on sparc64, powerpc64 and reduce text
relocations on i386.

Approved by:	ports-secteam blanket
2017-02-17 23:35:36 +00:00
Bryan Drewery
954c5f2ec5 MFH: r434316
ports_env: Fix OPSYS not being exported.

This was causing excessive 'uname -s' executions during Poudriere dependency
calculations.  The reasoning is due to HAVE_COMPAT_IA32_KERN having a newline
quoted at the end of it as '\ ' by bmake:

  # make -f Mk/bsd.port.mk -V 'HAVE_COMPAT_IA32_KERN=${HAVE_COMPAT_IA32_KERN:Q}' | cat -v
  HAVE_COMPAT_IA32_KERN=YES\

This resulted in the following being executed:

  export HAVE_COMPAT_IA32_KERN="YES OPSYS=FreeBSD"

With hat:	portmgr
Approved by:	portmgr (implicit)
2017-02-17 22:24:33 +00:00
Jan Beich
eb5f6d3312 MFH: r434151
devel/renpy: update to 6.99.12.3

  6.99.12.3.2123: February 12, 2017
      This release fixes a number of bugs. It also adds and renames gui
      variables so that every text property can be controlled by a gui
      variable, and adds support for the new Ren'Py Interactive Director.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3
Approved by:	ports-secteam (delphij)
2017-02-17 17:26:04 +00:00
Jan Beich
036c855698 MFH: r433954
audio/alsa-utils: switch to a light xmlto replacement

Submitted by:	bapt (based on)
Differential Revision:	https://reviews.freebsd.org/D9556
Approved by:	ports-secteam (junovitch)
2017-02-17 17:23:11 +00:00
Jan Beich
6309d809b0 MFH: r433283
devel/py-adb: update to 1.1.1.37 (snapshot)

PyPI package appears to be unmaintained.

Changes:	ac4ca21...fb09de9
Approved by:	ports-secteam (feld)
2017-02-17 17:20:14 +00:00
Bernard Spil
06a6670bda MFH: r434211
security/openssl-devel: Upgrade to 1.1.0e

 - Vulnerability fix update to 1.1.0e

Security:	1a802ba9-f444-11e6-9940-b499baebfeaf
Security:	CVE-2017-3733

Approved by:	ports-secteam (junovitch)
2017-02-17 17:12:20 +00:00
Jung-uk Kim
d6d0b09eda MFH: r434241
Do not look for symlinks.  We may find duplicate plugins.

Approved by:	ports-secteam (junovitch)
2017-02-17 06:51:50 +00:00
Jung-uk Kim
5fd75b68ec MFH: r434240
Catch up with r428854 to fix automatic plugin discovery of Flash Player.

Approved by:	ports-secteam (junovitch)
2017-02-17 06:49:42 +00:00
Tijl Coosemans
6970cd7950 MFH: r434200
Update to 24.0.0.221.

Approved by:	ports-secteam (build fix blanket)
2017-02-16 10:22:49 +00:00
Jan Beich
1e9fae33f2 MFH: r434149
games/openra: update GeoLite2 to February snapshot

fetch: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz: size mismatch: expected 1298653, actual 1347263

Approved by:	ports-secteam blanket
2017-02-15 00:57:29 +00:00