Compare commits

...

370 Commits
main ... 2017Q1

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
995d6409b4 MFH: r436993 r437023
Fix POPPLER option

- Bump PORTREVISION for package change

PR:		217581
Submitted by:	Erik Gustafson <gustafson.erik+fbsdbugzilla@gmail.com>

Use POPPLER_CONFIGURE_WITH

Notified by:	mat

Approved by:	ports-secteam (junovitch)
2017-04-01 10:09:24 +00:00
Jan Beich
76fb5c8440 MFH: r437293
x11-toolkits/gtk30: prefer warnings over crashes on bad behavior

devel/glib20 and x11-toolkits/gtk20 don't use --disable-debug.
Neither does gtk3 package on Debian or ArchLinux.

https://bugzilla.mozilla.org/show_bug.cgi?id=1351246#c9

  $ cat >a.c
  #include <gdk/gdk.h>
  int main() {
    gdk_get_default_root_window();
    return 0;
  }

  $ cc a.c $(pkg-config --cflags --libs gtk+-3.0)

  $ ./a.out
  Segmentation fault

  vs. (new behavior)

  $ ./a.out
  (process:40995): Gdk-CRITICAL **: gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed

Pointy hat to:	kwm (r372768 broke consistency)
Approved by:	ports-secteam blanket
2017-03-30 14:04:58 +00:00
Mark Felder
e9bc8d225f MFH: r437291
net-mgmt/observium: Remove ImageMagick dependency, revert PHP 7.1 support

The ImageMagick dependency is not valid. There is a stale script called
glue.py which requires PIL and ImageMagick (convert) to function, but is
used by the software or required for normal operation.

PHP 7.1 support has been rescinded after further testing. A few edge
cases remain that only exist in this community edition release. The
problems have been fixed in the non-free codebase and will make the next
community edition cut.

Approved by:	ports-secteam (with hat)
2017-03-30 13:59:44 +00:00
Roger Pau Monné
d40f6ece2b MFH: r437205
xen: apply XSA-206

Sponsored by:		Citrix Systems R&D
Differential revision:	https://reviews.freebsd.org/D10163
Approved by:		ports-secteam (junovitch)
2017-03-30 08:26:06 +00:00
Matthew Seaman
86a235ab6a MFH: r437214
Security Update to 4.7.0

As well as being the first stable release from the 4.7 branch, this
includes fixes for PMASA-2017-8 where it can be possible to bypass a
configuration restriction forbidding password-less accounts.  This
depends on the upstream PHP version -- sites using php-7 are not
vulnerable, sites using php-5.6 are.

ChangeLog:	https://www.phpmyadmin.net/files/4.7.0/

Security:	68611303-149e-11e7-b9bb-6805ca0b3d42

Approved by:	ports-secteam (junovitch)
2017-03-30 06:03:29 +00:00
Jason Unovitch
2b052db5b2 MFH: r437179
Fix build broken by r436625.

PR:		218036
Approved by:	ports-secteam (with hat)
2017-03-30 01:50:00 +00:00
Carlo Strub
78271e5543 MFH: r437234
- Update to 20170328
- Unbreak by fixing dependencies

PR:		216550

Approved by:	ports-secteam (blanket)
2017-03-29 20:46:56 +00:00
Bartek Rutkowski
84a018188c MFH: r437147
mail/spamassassin japanese/spamassassin: add missing run dependencies

PR:		217487
Submitted by:	Igor Roshchin <spamd-pr@str.komkon.org>

Approved by:	ports-secteam
2017-03-28 19:31:22 +00:00
Jan Beich
b3ccd16ae8 MFH: r437149
emulators/ppsspp: backport ffmpeg >= 3.1.1 crash workaround

https://github.com/hrydgard/ppsspp/issues/9026

Approved by:	ports-secteam blanket
2017-03-28 19:19:22 +00:00
Jan Beich
a4ef2ab0df MFH: r436907
www/firefox: update to 52.0.1 (rc1)

Changes:	https://www.mozilla.org/firefox/52.0.2/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
Approved by:	ports-secteam (junovitch)
2017-03-28 10:17:22 +00:00
Bernard Spil
24b837b795 MFH: r436389
databases/mariadb100-server: Update to 10.0.30

  - Update to 10.0.30
  - Modify upstream patch for clang build failure
  - Add upstream patch for WITHOUT_SERVER build failure

Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security:	CVE-2017-3302
Security:	CVE-2017-3313

Approved by:	ports-secteam (junovitch)
2017-03-26 10:22:56 +00:00
Bernard Spil
9b22734d90 MFH: r433041 r433042 r436493
databases/maria55*: reset maintainer

The maintainer was not involved in any of the last 13 releases and still
is not responding to PRs (many, many timeouts).  Maintainership of this
port probably should have been reset a couple of years ago.

databases/mariadb55-client: Fix stage QA

Remove files from stage directory that aren't supposed to be packaged
to satisfy QA checks.  No revump necessary.

PR:	214669

databases/mariadb55-server: Fix vulnerabilities

 - Add vulnerability patch from upstream
 - Improve OQGraph BROKEN message
 - Take maintaintership

Security:	7c27192f-0bc3-11e7-9940-b499baebfeaf
Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security:	CVE-2017-3313
Security:	CVE-2017-3302

Approved by:	ports-secteam (junovitch)
2017-03-26 10:20:57 +00:00
Jan Beich
5e137a0abb MFH: r436874
audio/oss: update to 4.2.b2017 (maintenance release)

- Add a note about origin to avoid users from Linux blaming FreeBSD
  for 4Front's bugs and vice versa
- Disable SSE on amd64 to avoid kernel panic[1]

Changes:	http://opensound.com/forum/viewtopic.php?f=19&t=5841
PR:		212263
Submitted by:	Jakub Adler <jakubadler@gmail.com> [1]
Approved by:	ports-secteam (junovitch)
2017-03-26 01:04:13 +00:00
Tobias C. Berner
cd1bd13046 MFH: r435896 r431563
Adress CVE-2017-6410 in devel/kf5-kio and x11/kdelibs4

Using a malicious PAC file, and then using exfiltration methods in the PAC
function FindProxyForURL() enables the attacker to expose full https URLs.

This is a security issue since https URLs may contain sensitive
information in the URL authentication part (user:password@host), and in the
path and the query (e.g. access tokens).

This attack can be carried out remotely (over the LAN) since proxy settings
allow ``Detect Proxy Configuration Automatically''
This setting uses WPAD to retrieve the PAC file, and an attacker who has access
to the victim's LAN can interfere with the WPAD protocols (DHCP/DNS+HTTP)
and inject his/her own malicious PAC instead of the legitimate one.

Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor), mat (mentor)
Obtained from:	https://marc.info/?l=kde-announce&m=148831226706885&w=2
Security:	CVE-2017-6410
Differential Revision:	https://reviews.freebsd.org/D9908

Centralize all cmake/modules/FindHUNSPELL.cmake patches in one file.

While here, note that the addition of hunspell-1.6 was done upstream too.

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-03-25 20:39:45 +00:00
Jan Beich
c24e4019ac MFH: r436850
devel/nspr: update to 4.14

Changes:	http://mozilla.6506.n7.nabble.com/ANNOUNCE-NSPR-4-14-Release-td364465.html
ABI:		https://abi-laboratory.pro/tracker/timeline/nspr/
Approved by:	ports-secteam (junovitch)
2017-03-25 03:43:10 +00:00
Matthias Andree
7fa256ea3d MFH: r436855
Invoking blanket approval for a "fix that do[es] not result in a change
in contents of the resulting package.":

Chase distfile removal/relocation.

Approved by:	ports-secteam (blanket)
2017-03-24 19:58:28 +00:00
Jan Beich
628b774efb MFH: r433742 r436594
devel/git-cinnabar: update to 0.4.0.5

Changes:	https://github.com/glandium/git-cinnabar/compare/0.4.0...cd0e1bb
Approved by:	ports-secteam (junovitch)
2017-03-23 22:03:52 +00:00
Bartek Rutkowski
d1b9907915 MFH: r436686
devel/py-canonicaljson: fix missing dependencies

PR:		217986
Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
Approved by:	blanket

Approved by:	ports-secteam
2017-03-23 12:55:41 +00:00
Renato Botelho
1fbef94474 MFH: r431794 r433740 r433768 r436592
Remove dependency of DEPRECATED mail/p5-Net-SMTP-SSL from devel/git

PR:		214335
Obtained from:	git development mailing list
Sponsored by:	Rubicon Communications (Netgate)

Update devel/git to 2.11.1

Sponsored by:	Rubicon Communications (Netgate)

Fix devel/git PLIST when HTMLDOCS is on

Reported by:	dankm on IRC

- Update devel/git to 2.12.1
- Replace git-send-email patch by a version that works [1]

PR:		214335 [1]
Submitted by:	OlivierW <olivierw1+bugzilla-freebsd@hotmail.com> [1]
Sponsored by:	Rubicon Communications (Netgate)

Approved by:	ports-secteam (junovitch)
2017-03-22 11:12:46 +00:00
Kirill Ponomarev
ccf18c1cdb MFH: r436625
Update net/hostapd to 2.6 and fix multiple vulnerabilities

PR:		217907
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10051

Approved by:	ports-secteam
2017-03-22 06:52:29 +00:00
Jason Helfman
64c47b4554 MFH: r436632
- update to 1.3.1
- while here regenerated patch file (portlint warning)

PR:		217964
Reported by:	Marcelo Moreira Martins <m3systemmm@gmail.com>

Approved by:	ports-secteam (with hat)
2017-03-21 20:01:18 +00:00
Jason Helfman
4872642a2b MFH: r436623
- update to version 5.51
- address issue with fortune [1]
- address master_sites for distribution as main site is no longer operational
- attach xorg library dependencies
- attach license
- adjust make_args for destdir support

PR:		217182 [1]
Reported by:>>>>Richard Narron <comet.berkeley@gmail.com>

Approved by:  ports-secteam (with hat)
2017-03-21 17:40:46 +00:00
Roger Pau Monné
1f22214276 MFH: r436536
xen: update to 4.7.2

Apply build fixes for clang 4.0 (picked from upstream) and XSA-211.

Reviewed by:		bapt
Sponsored by:		AsiaBSDCon
Approved by:		ports-secteam (junovitch)
2017-03-21 08:24:10 +00:00
Bernard Spil
2821472da5 MFH: r436392
databases/madiadb101-server: Update to 10.1.22

 - Update to 10.1.22 [1]
 - Add upstream patch for WITHOUT_SERVER build failure

[1]: https://mariadb.com/kb/en/mariadb/mariadb-10122-release-notes/

Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf
Security:	7c27192f-0bc3-11e7-9940-b499baebfeaf
Security:	CVE-2017-3313
Security:	CVE-2017-3302

Approved by:	ports-secteam (feld)
2017-03-19 11:50:33 +00:00
Emanuel Haupt
33f68eed64 Merge revision 436481
Approved by:	ports-secteam (blanket)

- Unbreak port by using CHEESESHOP master site instead of GOOGLE_CODE as this
  port is still needed by ports (eg. mail/cleanup-maildir)
- While here add LICENSE
- The distfile checksums differ due to some minor changes [1], therefore also
  bump PORTREVISION

[1]
--- distfile changes begin here ---
diff -Nur google/python-graph-core-1.8.2/PKG-INFO cheeseshop/python-graph-core-1.8.2/PKG-INFO
--- google/python-graph-core-1.8.2/PKG-INFO     2012-07-14 23:12:33.000000000 +0200
+++ cheeseshop/python-graph-core-1.8.2/PKG-INFO 2015-03-26 22:07:53.000000000 +0100
@@ -1,4 +1,4 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: python-graph-core
 Version: 1.8.2
 Summary: A library for working with graphs in Python
diff -Nur google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py
--- google/python-graph-core-1.8.2/pygraph/algorithms/minmax.py 2012-02-19 20:36:08.000000000 +0100
+++ cheeseshop/python-graph-core-1.8.2/pygraph/algorithms/minmax.py     2014-03-11 00:04:22.000000000 +0100
@@ -132,6 +132,13 @@

 # Shortest Path

+def path(st, target):
+    if (target is None):
+        return []
+    else:
+        return [target] + path(st, st[target])
+
+
 def shortest_path(graph, source):
     """
     Return the shortest path distance between source and all other nodes using Dijkstra's
diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO
--- google/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO  2012-07-14 23:12:33.000000000 +0200
+++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/PKG-INFO      2015-03-26 22:07:51.000000000 +0100
@@ -1,4 +1,4 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: python-graph-core
 Version: 1.8.2
 Summary: A library for working with graphs in Python
diff -Nur google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt
--- google/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt     2012-07-14 23:12:33.000000000 +0200
+++ cheeseshop/python-graph-core-1.8.2/python_graph_core.egg-info/top_level.txt 2015-03-26 22:07:51.000000000 +0100
@@ -1,5 +1,5 @@
-pygraph/classes
-pygraph/readwrite
 pygraph
-pygraph/mixins
 pygraph/algorithms
+pygraph/classes
+pygraph/mixins
+pygraph/readwrite
--- distfile changes end here ---
2017-03-19 10:55:58 +00:00
Thomas Zander
072e17a1c5 MFH: r436401
Add support of krb5 1.15; bump PORTREVISION

PR:		204827
Submitted by:	joris.dedieu@gmail.com
Approved by:	lukas.slebodnik@intrak.sk (maintainer)

Approved by:	ports-secteam (feld)
2017-03-19 09:14:10 +00:00
Sunpoet Po-Chuan Hsieh
737d80b696 MFH: r436359
Update to 2.6.11

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt

Approved by:	ports-secteam (junovitch)
2017-03-18 16:34:28 +00:00
Jan Beich
e608577de9 MFH: r436347
www/firefox: update to 52.0.1

Changes:	https://www.mozilla.org/firefox/52.0.1/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
Approved by:	ports-secteam (junovitch)
2017-03-18 13:06:53 +00:00
Matthias Andree
cd9e99d777 MFH: r436313 r436321 r436323
Update to new upstream release 0.68 (security fixes)

Additional minor updates on top of cy@'s patch (USE_GNOME, USE_XORG,
LDFLAGS).

ChangeLog: http://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html

[436321]
Add forgotten patch for Linux -> BSD portability.

[436323]
Remove leftover files.

The reference to these had been removed as of r184036 on 2007-02-03 already.

Submitted by:	cy@
Security:	CVE-2017-6542
Security:	9b973e97-0a99-11e7-ace7-080027ef73ec
Differential Revision:	https://reviews.freebsd.org/D10023

Approved by:	ports-secteam@ (junovitch@)
2017-03-18 10:24:26 +00:00
Jason Unovitch
261f1e9058 MFH: r431045 r431057 (excluding www/py-django-crispy-forms) r436035
- Update moodle to 3.0.9, 3.1.5 and 3.2.2
- Adjust CONFLICTS
- Mark DEPRECATED and adjust CONFLICTS (www/moodle29)

Security:	CVE-2017-2576
Security:	CVE-2017-2578
Security:	CVE-2016-10045
Security:	https://vuxml.FreeBSD.org/freebsd/f72d98d1-0b7e-11e7-970f-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/df45b4bd-0b7f-11e7-970f-002590263bf5.html
Approved by:	ports-secteam (with hat)
2017-03-18 02:24:56 +00:00
Jason Unovitch
82ae47e078 MFH: r432354 r435056 r436343
- Update to 8.2.7

Security:       CVE-2017-6377
Security:       CVE-2017-6379
Security:       CVE-2017-6381
Security:       2730c668-0b1c-11e7-8d52-6cf0497db129
Approved by:	ports-secteam (with hat)
2017-03-18 01:52:58 +00:00
Jason Unovitch
4a6b2733e6 MFH: r436372
www/tomcat6: update 6.0.48 -> 6.0.51

PR:		215865
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-8745
Security:	https://vuxml.FreeBSD.org/freebsd/e5ec2767-d529-11e6-ae1b-002590263bf5.html
2017-03-18 01:36:30 +00:00
Carlos J. Puga Medina
f1653e7a0b MFH: r436365
www/chromium: update to 57.0.2987.110

Security:	https://vuxml.freebsd.org/freebsd/a505d397-0758-11e7-8d8b-e8e0b747a45a.html

Approved by:	ports-secteam (junovitch)
2017-03-18 00:57:10 +00:00
Jan Beich
dcf57b8022 MFH: r436363
games/openra: update GeoLite2 to March snapshot

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

Approved by:	ports-secteam blanket
2017-03-17 23:42:17 +00:00
Jan Beich
6e1e2a0cf7 MFH: r436282
emulators/citra: update to s20170315

Changes:	e971f17bb...2044041c
Approved by:	ports-secteam (junovitch)
2017-03-17 10:52:06 +00:00
Jan Beich
a353ecea69 MFH: r436288
security/nss: update to 3.30

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.30_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_30_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Approved by:	ports-secteam (junovitch)
2017-03-17 10:47:15 +00:00
Jan Beich
24f83c1bfb MFH: r436291
devel/fb-adb: backport Android 7 (Nougat) support

Approved by:	ports-secteam (junovitch)
2017-03-17 10:44:19 +00:00
Tijl Coosemans
d688a8d8df MFH: r436270
Update Adobe Flash Player to 25.0.0.127.

Security:	https://helpx.adobe.com/security/products/flash-player/apsb17-07.html
Approved by:	ports-secteam (junovitch)
2017-03-17 10:31:00 +00:00
Torsten Zuehlsdorff
4ecece4cc7 MFH: r436275
Update PHP 7 from 7.0.16 to 7.0.17

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

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

Approved by: ports-secteam (junovitch)
2017-03-17 08:42:37 +00:00
Mark Felder
d286a4631a MFH: r436279
net-mgmt/observium: Observium has been tested with PHP 7.1

Approved by:	ports-secteam (with hat)
2017-03-16 15:20:24 +00:00
Raphael Kubo da Costa
a315975880 MFH: r435960
Patch a directory traversal vulnerability in the KTNEF parser.

Backported from
https://commits.kde.org/ktnef/4ff38aa15487d69021aacad4b078500f77fb4ae8

Security announcement:
https://www.kde.org/info/security/advisory-20170227-1.txt

Security:	e550fc62-069a-11e7-8e3e-5453ed2e2b49

Approved by:	ports-secteam (junovitch)
2017-03-13 10:04:12 +00:00
Raphael Kubo da Costa
99c6adc8ee MFH: r435966
Add patch for CVE-2016-7787 in kdesu.

Security:	41fe4724-06a2-11e7-8e3e-5453ed2e2b49

Approved by:	ports-secteam (junovitch)
2017-03-13 10:03:17 +00:00
Tijl Coosemans
5f408ec3e3 MFH: r436027
Update to PolarSSL 1.3.19 and mbed TLS 2.4.2.

Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2017-01
Approved by:	ports-secteam (junovitch)
2017-03-13 09:44:15 +00:00
Thomas Zander
19f58368d0 MFH: r435955
Update to upstream version 0.20.6 (bugfix release)

Approved by:	ports-secteam (junovitch)
2017-03-13 06:29:02 +00:00
Jan Beich
222d45910b MFH: r435982
print/harfbuzz: update to 1.4.5

Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.5
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Approved by:	ports-secteam (junovitch)
2017-03-13 02:37:31 +00:00
Mark Felder
aab34f586e MFH: r436031
net-mgmt/observium: mysql php extension not needed

Approved by:	ports-secteam (with hat)
2017-03-13 00:26:35 +00:00
Mark Felder
477e6fded5 MFH: r435989
net-mgmt/observium: Add missing php OpenSSL dependency

While here, enable support for PHP 7.0.

PR:		216458

Approved by:	ports-secteam (with hat)
2017-03-12 15:00:07 +00:00
Thomas Zander
00b6e8e653 MFH: r435983
Fix parallel build (fix port-internal make dependencies) on many cores

PR:		214766
Submitted by:	lstewart

Approved by:	ports-secteam (build fix blanket)
2017-03-12 11:57:36 +00:00
Jan Beich
c102bed1ad MFH: r435838
x11-drivers/xf86-input-wacom: update to 0.34.2

Changes:	https://sourceforge.net/p/linuxwacom/mailman/message/35711101/
Approved by:	ports-secteam (junovitch)
2017-03-11 05:21:52 +00:00
Bryan Drewery
f443931514 MFH: r435782
Fix MAKE_JOBS support.

- This port uses ax_am_jobserver [1] which uses CPU_COUNT from
  ax_count_cpus [2] to force -j to match the number of CPUs in
  the system rather than the amount already specified by -j to
  'gmake all'.  The ax_count_cpus script is broken on FreeBSD
  and the ax_am_jobserver code has no current support for
  FreeBSD and uses a bashism, thus this always builds with 1
  CPU.  Forcing ax_am_jobserver to use our MAKE_JOBS_NUMBER
  value fixes the problem.

I plan to do an exp-run to fix this for the entire tree.

[1] https://www.gnu.org/software/autoconf-archive/ax_am_jobserver.html
[2] https://www.gnu.org/software/autoconf-archive/ax_count_cpus.html

Approved by:	portmgr (implicit)
2017-03-09 18:56:12 +00:00
Jan Beich
0cf2a827cb MFH: r435731
mail/thunderbird: update to 45.8.0

Changes:	https://www.mozilla.org/thunderbird/45.8.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/comm-esr45/shortlog
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
Approved by:	ports-secteam (junovitch)
2017-03-09 03:38:31 +00:00
Jan Beich
8d3ed4eddc MFH: r435692 r435732
print/harfbuzz: update to 1.4.4

Record indirect gettext-runtime dependancy.

Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.3
Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.4
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Approved by:	ports-secteam (junovitch)
2017-03-09 03:14:17 +00:00
Carlos J. Puga Medina
685e734b0d MFH: r435736
- Patch only applies to aarch64. Remove armv6 check.

Reported by:	jbeich

Approved by:	ports-secteam (blanket)
2017-03-09 00:20:45 +00:00
Bartek Rutkowski
736cec3625 MFH: r435670
dns/opendnssec2: update 2.0.3 -> 2.1.0

- Fix DB scripts from docs

PR:		217563
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)

Approved by:	ports-secteam
2017-03-08 21:03:45 +00:00
Torsten Zuehlsdorff
70348a5d13 MFH: r435585
russian/wordpress: Update from 4.7.2 to 4.7.3

Changelog: https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/

This update fixes 6 security issues.

PR:           217598
Submitted by: Mikhail Timofeev (maintainer)

Approved by:  ports-secteam (junovitch)
2017-03-08 10:29:28 +00:00
Torsten Zuehlsdorff
c72fe1e5da MFH: r435603
chinese/wordpress-zh_CN, chinese/wordpress-zh_TW, german/wordpress,
japanese/wordpress and www/wordpress, : Update from 4.7.2 to 4.7.3

Changelog: https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/

This update fixes 6 security issues.

PR:           217608
Submitted by: Jochen Neumeister (maintainer)

Approved by:  ports-secteam (junovitch)
2017-03-08 10:26:55 +00:00
Xin LI
8f95426a3e MFH: r435661
Update to 2017-02-19b "Frusterick Manners".

Approved by:	ports-secteam
2017-03-08 08:07:32 +00:00
Jan Beich
18ebd5927d MFH: r435578
security/nss: update to 3.29.3

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.29.2_release_notes
Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.29.3_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_29_3_RTM
Approved by:	ports-secteam (junovitch)
2017-03-08 04:44:37 +00:00
Jan Beich
3194275366 MFH: r435374
www/firefox: attempt to unbreak wifi geo and safebrowsing since 51.0

Approved by:	ports-secteam (junovitch)
2017-03-07 18:43:13 +00:00
Jan Beich
3a1face156 MFH: r434999 r435317
www/firefox: update to 52.0

Changes:	https://www.mozilla.org/firefox/52.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-release/shortlog/
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
Approved by:	ports-secteam (junovitch)
2017-03-07 18:38:54 +00:00
Jan Beich
725bd77544 MFH: r431637 + r431638 by amdmi3, r434531 + r434533 by krion
databases/{,tcl-}sqlite3: update to 3.17.0

PR:		216107 216108 217223 217224
Submitted by:	pavelivolkov@gmail.com (maintainer)
Approved by:	ports-secteam (junovitch)
2017-03-07 18:27:35 +00:00
Jan Beich
d7d32b6403 MFH: r435070 r435340
www/firefox-esr: update to 45.8.0

Changes:	https://www.mozilla.org/firefox/45.8.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-esr45/shortlog
Security:	96eca031-1313-4daf-9be2-9d6e1c4f1eb5
Approved by:	ports-secteam (junovitch)
2017-03-07 18:14:24 +00:00
Jason E. Hale
279789ff33 MFH: r435573
Add missing Qt4 xml dependency to fix build failure when TEST option is ON
Register Qt4 corelib dependency
Fix LICENSE and add LICENSE_FILE

Approved by:	portmgr (blanket)

Approved by:	ports-secteam (blanket)
2017-03-06 23:53:25 +00:00
Tobias C. Berner
9c4ad3e7ab MFH: r435291
Fix devel/qgit with newer git versions

repo-config is no longer supported by any upstream-supported
git version. Instead, use git config (which is implicitly
git config --file, corresponding to the earlier config-in-repo).

PR:		196745
Submitted by:	Adriaan de Groot <groot@kde.org>, swills
Reported by:	swills, groot@kde.org
Reviewed by:	tcberner, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9861

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-03-06 18:45:31 +00:00
Jason Unovitch
952f235af1 MFH: r435489
www/codeigniter: update 3.1.2 -> 3.1.3

- While here, update WANT_PHP_WEB to modern USES=php:web

Security:	https://vuxml.FreeBSD.org/freebsd/71ebbc50-01c1-11e7-ae1b-002590263bf5.html
Approved by:	ports-secteam (with hat)
2017-03-05 16:40:46 +00:00
Jason Unovitch
d70001137f MFH: r435483
lang/chicken: update 4.11.0 -> 4.12.0

PR:		216661
Reported by:	sevan
Submitted by:	Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Security:	CVE-2016-6830
Security:	CVE-2016-6831
Security:	CVE-2016-9954
Security:	https://vuxml.FreeBSD.org/freebsd/c6932dd4-eaff-11e6-9ac1-a4badb2f4699.html
Approved by:	ports-secteam (with hat)
2017-03-05 16:16:07 +00:00
Thomas Zander
11af5500c4 MFH: r435411
Update to upstream version 2.2.0

Detailed log:
- New option to prefer embedded image metadata over video content (command line
  argument: -m)
- Fixed 'Resource temporarily unavailable' errors when using ffmpeg < 3.0
- Restored deinterlace functionality using the libavfilter library (additional
  ffmpeg dependency)
- Additional video mime types added to the thumbnailer file
- Take rotation metadata into account when generating thumbnails

PR:		216648
Submitted by:	stl@ossuary.net
Approved by:	ports-secteam (junovitch), clutton@zoho.com (maintainer)
2017-03-05 09:02:03 +00:00
Thomas Zander
61ad4a9808 MFH: r435389
Add default OPTION for READLINE so users can disable it for custom builds

PR:		213513
Reported by:	rozhuk.im@gmail.com

Approved by:	ports-secteam (junovitch)
2017-03-05 08:51:22 +00:00
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
Thierry Thomas
6fcd1e437c MFH: r434054
- Address a possible XSS attack from commit 829d478f1 and 3891782cf
	A CVE has been requested for 829d478f1
- A lot of other updates:
	db92edd1...454292b2

Submitted by:	dereks_lifeofadishwasher.com
Security:	CVE in progress
Differential Revision:	https://reviews.freebsd.org/D9550

Approved by:	ports-secteam
2017-02-14 20:45:12 +00:00
Ben Woods
970231d9fd MFH: r433951
sysutils/polkit: Fix directory permissions to allow reading config files

If the $LOCALBASE/etc/polkit-1 directory is owned by root and set 700,
then polkit which is running as the polkitd user cannot read the config
files in $LOCALBASE/etc/polkit-1/rules.d/* resulting in this error:

Loading rules from directory /usr/local/etc/polkit-1/rules.d
Error opening rules directory: Error opening directory \
'/usr/local/etc/polkit-1/rules.d': Permission denied \
(g-file-error-quark, 2)
Loading rules from directory /usr/local/share/polkit-1/rules.d

To fix this, change the $LOCALBASE/etc/polkit-1 to be set 755, and the
$LOCALBASE/etc/polkit-1/localauthority to be set 700.
This was sense checked with Fedora Linux which does the same, and with
Debian/Ubuntu which have /etc/polkit-1/localauthority as owned by
root:polkitd and set 750.

PR:		202615
Reported by:	rozhuk.im@gmail.com

Approved by:	ports-secteam (junovitch)
2017-02-14 10:34:29 +00:00
Roger Pau Monné
08e543ef69 MFH: r434070
xen: fix build failure after XSA-208

Sponsored by:	Citrix Systems R&D
Approved by:	ports-secteam (build fix blanket)
2017-02-14 10:25:01 +00:00
Mathieu Arnold
648412bc78 MFH: r432228 r433984
Update to latest commit.

Security:	CVE-2017-3135
Sponsored by:	Absolight
2017-02-13 12:39:45 +00:00
Kirill Ponomarev
5baf799330 MFH: r433819
Update mail/postfixadmin to 3.0.2 (security fix)

SECURITY FIX: don't allow to delete protected aliases
(CVE-2017-5930, PR#23).

Following non-security bugs were fixed:

- Fix VacationHandler for PostgreSQL
- AliasHandler: restrict mailbox subquery to allowed and specified domains to improve performance on setups with
+lots of mailboxes
- Allow switching between dovecot: password schemes while still accepting passwords hashed using the previous dov
+ecot: scheme
- FetchmailHandler: use a valid date as default for 'date'
- Fix date formatting in non-english languages when using PostgreSQL

PR:		216932
Submitted by:	lukasz@wasikowski.net
Approved by:	maintainer, mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9521

Approved by:	ports-secteam
2017-02-13 10:48:23 +00:00
Thomas Zander
0aa28b5810 MFH: r433759 r433937
Update to upstream version 3.2.3; promote X265 to default OPTION

Details:
- Update to upstream version 3.2.3, bugfix release, no upstream
  feature changes
- HEVC is becoming so widespread that it warrants promoting the
  X265 option to default [1]

PR:		216471 [1]
Submitted by:	scottro11@gmail.com [1]

Update to upstream version 3.2.4

Details:
- patch-ffserver__config.c has been upstreamed
- Fix two potential heap overflows in lavf/mov.c

Security:	CVE-2017-5024
		CVE-2017-5025

Approved by:	ports-secteam (junovitch)
2017-02-13 07:05:29 +00:00
Mahdi Mokhtari
3f8580aff8 MFH: 2017Q1
Security fixes with updating 5.7.15 to 5.7.17

 Changelog: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-17.html

PR:		216962
Submitted by:	mmokhi (maintainer)
Reviewed by:	feld
Approved by:	feld (mentor)
Approved by:	ports-secteam (feld)
2017-02-11 16:44:18 +00:00
Emanuel Haupt
95f9a60b3f MFH: r433857
The late mount option is required for systems with a seperate boot partition
(e.g. systems with an encrypted root partition) where it is impossible for the
fdescfs module to be autoloaded when /boot/kernel isn't available yet. Change
pkg-message accordingly.

Also change 'fdesc' mount point name to 'fdescfs' to simplify things: this way
'mount fdescfs' will work just as fine as 'umount fdescfs'. The less things to
remember - the better it is.

PR:		216985
Submitted by:	John Smith <godevilove@ya.ru>
Approved by:	ports-secteam (blanket)
2017-02-11 13:13:36 +00:00
Antoine Brodin
9290414b3e MFH: r433107
converters/iconv: unbreak on 12.0 after base r306297

===> ces (all)
make[2]: don't know how to make euc-jp.so. Stop

Reported by:	pkg-fallout
2017-02-11 10:01:31 +00:00
Roger Pau Monné
b8af12d8b3 MFH: r433792
xen: apply XSA-209

Sponsored by:	Citrix Systems R&D
Approved by:	ports-secteam (junovitch)
2017-02-11 08:43:45 +00:00
Mark Felder
3ff5f285bd MFH: r433811
games/xtux: It has been brought to my attention that UTF-8 is acceptable,
so this commit restores the original author's name

Reported by:	danfe

Approved by:	portmgr (with hat)
2017-02-10 16:04:26 +00:00
Ben Woods
19423ffc2c MFH: r433727
sysutils/py-salt: Restore install arguments post r427901 to fix syspaths.py

Without PYDISTUTILS_INSTALL_TARGET setting the install arguments, salt
will be built with an invalid syspaths.py, particularly if installed
somewhere other than /usr/local.

As of 2016.11.0, the arguments caused an error, which was traced back to
https://github.com/saltstack/salt/pull/31097/files.
The removed code was deprecated, but included instructions on how to
make the arguments continue to work: simply move them earlier in the
command (ie., "python setup.py <args> install" instead of
"python setup.py install <args>").

PR:		215885
Submitted by:	Erick Turnquist <jhujhiti@adjectivism.org>
Approved by:	Christer Edwards (maintainer)

Approved by:	ports-secteam (feld)
2017-02-09 17:00:13 +00:00
Mark Felder
337760ab99 MFH: r433743
games/xtux: Fix Makefile encoding to be ASCII

Approved by:	portmgr (with hat)
2017-02-09 16:44:48 +00:00
Lars Engels
268614b51c MFH: r433739
net-mgmt/icingaweb2:

Add missing dependency when using PostgreSQL

PR:		216931
Submitted by:	madpilot

Approved by:	portmgr (feld)
2017-02-09 16:34:05 +00:00
Carlos J. Puga Medina
835d249757 MFH: r433722
www/chromium: fix segfault which prevents to load some websites.

PR:		207298

Approved by:	ports-secteam (blanket)
2017-02-09 11:59:06 +00:00
Thomas Zander
c747a5dda5 MFH: r433383
Update libass to upstream version 0.13.6; bump PORTREVISION on consumers

Reported by:	robert.burmeister@utoledo.edu (via email)

Approved by:	ports-secteam (junovitch)
2017-02-09 11:27:35 +00:00
Mathieu Arnold
ba2da342f7 MFH: r433678
Update to 9.9.9-P6, 9.10.4-P6 and 9.11.0-P3.

While there, remove the RPZ_PATCH for BIND9 9.9, it has not been updated
for years, and, it does not build any more.

Security:	CVE-2017-3135
Sponsored by:	Absolight
2017-02-08 22:40:14 +00:00
Dmitry Marakasov
b907667514 MFH: r433641
- Mark BROKEN: does not fetch (404 not found)

Approved by:	ports-secteam (with hat)
2017-02-08 09:52:57 +00:00
Dmitry Marakasov
4ff4989e64 MFH: r433554
- Mark BROKEN: does not fetch, size/checksum mismatch

Approved by:	portmgr blanket
Approved by:	ports-secteam (with hat)
2017-02-07 14:21:07 +00:00
Jan Beich
884495f8ef MFH: r433552
multimedia/gstreamer-ffmpeg: unbreak on armv6

CC	libavdevice/alldevices.o
/tmp/alldevices-d7c3b8.s: Assembler messages:
/tmp/alldevices-d7c3b8.s:215: Error: inconsistent uses of .cfi_sections
cc: error: assembler command failed with exit code 1 (use -v to see invocation)

PR:		216880
Reported by:	pkg-fallout
Submitted by:	mmel (via mikael.urankar@gmail.com)
Tested by:	mikael.urankar@gmail.com
Approved by:	ports-secteam blanket
2017-02-07 14:07:24 +00:00
Tijl Coosemans
177fed6045 MFH: r433504
Update to 4.0.3-27.el7_3.

PR:		216778
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	ports-secteam (feld)
Security:	https://rhn.redhat.com/errata/RHSA-2017-0225.html
2017-02-07 11:37:52 +00:00
Tijl Coosemans
5d65d78490 MFH: r433503
Update to 3.9.4-21.el6_8.

PR:		216776
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	ports-secteam (feld)
Security:	https://rhn.redhat.com/errata/RHSA-2017-0225.html
2017-02-07 11:21:44 +00:00
Carlos J. Puga Medina
1c7ad21cb3 MFH: r433510
www/chromium: update to 56.0.2924.87

- Use system FFmpeg instead of embedded code copy [1]
- Disable PULSEAUDIO option [2]
- Sort _DEPENDS variables
- Regenerate patches with make makepatch

PR:		215271 [1], 216327 [2]
Reported by:	jbeich [1]
Approved by:	rene
Security:	https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html

Approved by:	ports-secteam (feld)
2017-02-06 22:38:32 +00:00
Ruslan Makhmatkhanov
2aa135e0e4 MFH: r433496
shells/lshell: update to 0.9.18.20160916

- pass maintainership to submitter
- switch to github
- add NO_ARCH, update project web-page and remove unneded patch

This release fixing some vulnerabilities, that defeats the purpose
of the package entirely, so this is why MFH is requested.

PR:		215989
Submitted by:	Damien Fleuriot <dam@my.gd>

Approved by:	ports-secteam (feld)
2017-02-06 17:15:59 +00:00
Matthias Andree
b1e2b985c3 MFH: r433466
Update e2fsprogs to new upstream release 1.43.4.

This is predominantly a bug-fix release, it however ceases installing
the *ext4dev files, which have been replaced by *ext4 for quite a while,
and adds two translations [fi, ms].

While here, reset PORTREVISION on two slave ports.

ChangeLog: <http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4>

Note in particular this part of the ChangeLog:
«Replace a test file but which had a "non-commercial use-only" copyright
permission file with a newer version from the Cyrus imapd package which
now has a 4-clause BSD license, which was making some lawyers nervous,
even though the test file in question was only used in lib/et's
regression testing and was never included in any compiled binary.
(Addresses Debian Bug: #840733)»

PR:		216774
Reported by:	Thomas Zander (riggs@)

Approved by:	ports-secteam (junovitch@)
2017-02-06 08:14:30 +00:00
Jan Beich
6d9f8ca5f5 MFH: r433293
www/firefox: attempt to unbreak aarch64 after r431737

gfx/skia/skia/src/core/SkBitmapProcState_matrixProcs.cpp:(.text._ZN17SkBitmapProcState16chooseMatrixProcEb+0xc4): undefined reference to `RepeatX_RepeatY_Procs_neon'
gfx/skia/skia/src/core/SkBitmapProcState_matrixProcs.cpp:(.text._ZN17SkBitmapProcState16chooseMatrixProcEb+0x144): undefined reference to `ClampX_ClampY_Procs_neon'
gfx/skia/skia/src/core/SkBlitter_RGB16.cpp:(.text._ZN22SkRGB16_Opaque_Blitter5blitVEiiih+0x3c): undefined reference to `SkRGB16BlitterBlitV_neon(unsigned short*, int, unsigned long, unsigned int, unsigned int)'
[...]
/usr/bin/ld: libxul.so: hidden symbol `_Z24SkRGB16BlitterBlitV_neonPtimjj' isn't defined
/usr/bin/ld: final link failed: Bad value
c++: error: linker command failed with exit code 1 (use -v to see invocation)

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2017-02-04 09:48:23 +00:00
Bryan Drewery
c935e49f91 MFH: r433266
- Fix regression from last commit with -Wp

Obtained from:	3ba2ca78f9
Approved by:	portmgr (implicit)
2017-02-03 21:59:16 +00:00
Bryan Drewery
14b808d734 MFH: r433264
- Fix building with -Wp,-MT,path.  Namely this fixes building
  the emulators/virtualbox-ose port.

PR:		212818
Obtained from:	026ba6b9fd
Approved by:	portmgr (implicit)
2017-02-03 21:54:17 +00:00
Lars Engels
424c28914f MFH: r433142
mail/roundcube-automatic_addressbook:
Update to 0.4.2

PR:		213336
Submitted by:	Andrej Ebert <andrej@ebert.su>
Approved by:	maintainer

Approved by:	ports-secteam (junovich)
2017-02-03 10:12:06 +00:00
Renato Botelho
b0156fcbe0 MFH: r433170
Update tcpdump to 4.9.0

Security:	CVE-2017-5202 CVE-2016-7922 CVE-2016-7923 CVE-2016-7924
		CVE-2016-7925 CVE-2016-7926 CVE-2016-7927 CVE-2016-7928
		CVE-2016-7929 CVE-2016-7930 CVE-2016-7931 CVE-2016-7932
		CVE-2016-7933 CVE-2016-7934 CVE-2016-7935 CVE-2016-7936
		CVE-2016-7937 CVE-2016-7938 CVE-2016-7939 CVE-2016-7940
		CVE-2016-7973 CVE-2016-7974 CVE-2016-7975 CVE-2016-7983
		CVE-2016-7984 CVE-2016-7985 CVE-2016-7986 CVE-2016-7992
		CVE-2016-7993 CVE-2016-8574 CVE-2016-8575 CVE-2017-5203
		CVE-2017-5204 CVE-2017-5205 CVE-2017-5341 CVE-2017-5342
		CVE-2017-5482 CVE-2017-5483 CVE-2017-5484 CVE-2017-5485
		CVE-2017-5486
Sponsored by:	Rubicon Communications (Netgate)
Approved by:	ports-secteam (junovitch)
2017-02-03 08:48:24 +00:00
Li-Wen Hsu
59a4ca044a MFH: r433051
- Update to 2.32.2

Approved by:	maintainer (implicit)
Security:	5cfa9d0c-73d7-4642-af4f-28fbed9e9404

Approved by:	ports-secteam (delphij)
2017-02-03 07:42:17 +00:00
Li-Wen Hsu
b7cb62f021 MFH: r433050
- Update to 2.44

Security:	5cfa9d0c-73d7-4642-af4f-28fbed9e9404

Approved by:	ports-secteam (delphij)
2017-02-03 07:38:57 +00:00
Ruslan Makhmatkhanov
72c1b26765 MFH: r433176
graphics/qgis: correct dependencies list

- Update dependency devel/py-Jinja to py-Jinja2
- Add dependency for textproc/py-pygments
- Add sql-pgsql and sql-sqlite3 in USE_QT4
- Bump PORTREVISION

While here, also remove duplicate direct dependency upon python.

PR:		215601
Submitted by:	Martin Birgmeier <la5lbtyi@aon.at>
Approved by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, updated patch)

Approved by:	ports-secteam (junovitch)
2017-02-03 06:09:11 +00:00
Lars Engels
2fbdff7bcc MFH: r433065
net-mgmt/icinga2:
Update to 2.6.1

Changelog: https://github.com/Icinga/icinga2/milestone/60?closed=1

Approved by:	ports-secteam (delpihj)
2017-02-02 18:38:27 +00:00
Mark Felder
5b095c0c1d MFH: r433172
www/uwsgi: Further rc script security improvements

This update introduces a dedicated user for uwsgi and introduces the
uwsgi_socket_owner setting which by default is set to www:www. The
previous change to socket mode of 600 has been modified to 660 as well.

This change further increases security while restoring compatibility.

Differential Revision:	https://reviews.freebsd.org/D9398

Approved by:	ports-secteam (with hat)
2017-02-02 17:46:08 +00:00
Emanuel Haupt
d5bc8530f0 MFH: r433137
Update to the most recent commit on GitHub which fixes many bugs:

Bugfixes:

- gbsplay:
  - cpu emulation fixes:
    - RLCA/RLA/RRCA/RRA did not set ZF
    - fix botched SBC zero flag handling
    - fix slight bug in ADC/SBC
    - fix INC/DEC SP, CP A and half-carry flag in DEC
    - fix PUSH/POP AF
  - fix trigger handling on noise channel
  - fix error on midi plugout where a write to the file could occur
    before the file was opened
  - fix garbled screen on exit in verbose mode (gbsplay -v)
  - fix status display: respect channel in left/right total volume
  - fix impulse generator: generate a header file at compile-time

Enhancements:

- gbsplay:
  - more accurate sound:
    - calculate LFSR correctly
    - play first nibble on DAC-channel from fresh buffer
    - correct noise channel speed
    - use more DMG-like DC-offsets
    - more accurate cpu cycle accounting
    - remove DC offset from DAC-channel
  - show register contents in verbose mode (gbsplay -v)
  - add basic GBR file support
  - support ugetab int vector extension (gbs spec 1.04u)
  - add 'iodumper' plugout for testing
  - add support for blargg-gb-tests debug output

Approved by:	ports-secteam blanket
2017-02-02 10:59:02 +00:00
Christoph Moench-Tegeder
09c3fbd4c2 MFH: r433055
update shotwell to 0.24.5

Security:	5a9b3d70-48e2-4267-b196-83064cb14fe0

Approved by:	ports-secteam (delphij)
2017-02-02 09:25:46 +00:00
Jan Beich
36f3599fd9 MFH: r432990
games/qtads: update to 2.1.7

Changes:	https://github.com/realnc/qtads/compare/2.1.6...2.1.7
PR:		216357
Submitted by:	kaiwang27@gmail.com (maintainer)
Approved by:	ports-secteam (delphij)
2017-02-02 07:36:39 +00:00
Jan Beich
75c98cd213 MFH: r432973 r432974
games/frobtads, games/qtads: unbreak with clang 4.0

tads3/vmtz.cpp:1987:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int')
            result->set(tcur > 0 ? tcur - 1 : tcur);
                        ~~~~ ^ ~

PR:		216357
Reported by:	antoine (via exp-run)
Submitted by:	kaiwang27@gmail.com (maintainer)
Approved by:	ports-secteam blanket
2017-02-02 07:34:58 +00:00
Jan Beich
32f59d9466 MFH: r432965
textproc/htmldoc: unbreak with clang 4.0

htmlsep.cxx:527:19: error: ordered comparison between pointer and zero ('int *' and 'int')
      if (heading >= 0)
          ~~~~~~~ ^  ~

PR:		216159
Reported by:	antoine (via exp-run)
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-02-01 13:02:33 +00:00
Jan Beich
efbb5670c3 MFH: r432969
multimedia/vdr-plugin-vdrmanager: unbreak with clang 4.0

sock.cpp:23:13: error: ordered comparison between pointer and zero ('int (*)(int, int, int)' and 'int')
        if (socket >= 0) {
            ~~~~~~ ^  ~

PR:		216217
Reported by:	antoine (via exp-run)
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-02-01 13:00:03 +00:00
Jan Beich
a53c03e8a5 MFH: r432968
multimedia/vdr-plugin-epgsearch: unbreak with clang 4.0

createcats.c:67:42: error: ordered comparison between pointer and zero ('char *' and 'int')
    if (fgets(buffer, sizeof(buffer), f) > 0) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
epgsearchext.c:1506:50: error: ordered comparison between pointer and zero ('char *' and 'int')
         while (fgets(buffer, sizeof(buffer), f) > 0) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]

PR:		216217
Reported by:	antoine (via exp-run)
Approved by:	ports-secteam blanket
2017-02-01 12:58:40 +00:00
Jan Beich
34a5118915 MFH: r432967
multimedia/vdr: unbreak with clang 4.0

recording.c:2090:17: error: ordered comparison between pointer and zero ('cUnbufferedFile *' and 'int')
     if (Open() >= 0) {
         ~~~~~~ ^  ~

PR:		216058
Reported by:	antoine (via exp-run)
Approved by:	ports-secteam blanket
2017-02-01 12:56:04 +00:00
Jan Beich
a5c56714da MFH: r432966
graphics/svgalib: unbreak with clang 4.0

In file included from gl/grlib.c:7:
gl/inlstring.h:71:9: error: asm-specifier for input or output variable conflicts with asm clobber list
  :         "cx", "di");
            ^
gl/inlstring.h:281:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^
gl/inlstring.h:297:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^
gl/inlstring.h:314:17: error: asm-specifier for input or output variable conflicts with asm clobber list
                         :"ax", "0", "1", "2");
                                     ^

PR:		216154
Reported by:	antoine (via exp-run)
Submitted by:	dim
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-02-01 12:53:42 +00:00
Thomas Zander
6eb1860bea MFH: r432539
Unbundle pugixml, update LIB_DEPENDS accordingly, bump PORTREVISION

PR:		216445
Reported by:	w.schwarzenfeld@utanet.at

Approved by:	ports-secteam (feld)
2017-01-31 19:39:03 +00:00
Thomas Zander
e37e2ef54e MFH: r432538
Enable c++11 support: Fix dependent ports which require c++11 or later

PR:		216468
Submitted by:	riggs
Approved by:	ports-secteam (feld), ybungalobill@gmail.com (maintainer)
2017-01-31 19:37:19 +00:00
Olivier Duchateau
3db1eaaa6d MFH: r432652
- Fix memory issue with AAC plugin
- Bump PORTREVISION

Reported by:	gnn@ (private email)
Obtained from:	Upstream repository

Approved by:	portmgr (feld@)
2017-01-31 19:33:38 +00:00
Dirk Meyer
4a3c99516e MFH: r432648
- update to 2.2.4
PR:		216507
Submitted by:	Piotr Kubaj

Approved by:	portmgr (Mark Felder)
2017-01-31 06:43:57 +00:00
TAKATSU Tomonari
531d820feb MFH: r432760
- Add patch-include_darray.h to fix typo
- Rename patch-src-Sblib.cxx to patch-src_Sblib.cxx and
  regenerate with 'make makepatch'
- Add patch-src_fs.cxx to enable Dposix_fadvise
- Add patch-src_wit.cxx to fix fails to build with clang 4.0 [1]

PR:		216235 [1]
Submitted by:	jbeich@ [1]
Approved by:	ports-secteam (feld)
2017-01-31 04:25:13 +00:00
Jan Beich
54427f8590 MFH: r432893
x11/slim: unbreak build with clang/libc++ 4.0

PR:		216633
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by:	ports-secteam blanket
2017-01-31 02:49:07 +00:00
Ben Woods
205a879990 MFH: r432681 r432590
Update to 4.7.2

Changes:	https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/
PR:		216540
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)

Update to 4.7.2

Changes:	https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/
PR:		216515
Submitted by:	Mikhail Timofeev <9267096@gmail.com> (maintainer)

Approved by:	ports-secteam (feld)
Security:	CVE-2017-5610
Security:	CVE-2017-5611
Security:	CVE-2017-5612
Security:	https://vuxml.FreeBSD.org/freebsd/14ea4458-e5cd-11e6-b56d-38d547003487.html
2017-01-30 23:22:29 +00:00
Mark Felder
74c36398c1 MFH: r432875
net-mgmt/nfsen: Fix syntax error in patch preventing nfsen from running

Approved by:	ports-secteam (with hat)
2017-01-30 23:13:53 +00:00
Sunpoet Po-Chuan Hsieh
1b4b34e110 MFH: r432218 r432365
Update to 2.6.9

- Rename GEM_ENV to GEMS_ENV and move it alongside other GEMS_* variables

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt
Differential Revision:	https://reviews.freebsd.org/D9291
PR:		216370
Exp-run by:	antoine

Update to 2.6.10

Changes:	https://github.com/rubygems/rubygems/blob/master/History.txt

Approved by:	ports-secteam (feld)
2017-01-30 22:09:49 +00:00
Sunpoet Po-Chuan Hsieh
c68e24dea9 MFH: r432455
Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache

- Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr (blanket)

Approved by:	ports-secteam (feld)
2017-01-30 22:02:12 +00:00
Sunpoet Po-Chuan Hsieh
96b6e1abca MFH: r432553
Fix PLIST

- Bump PORTREVISION for package change

PR:		216498
Submitted by:	marino

Approved by:	ports-secteam (feld)
2017-01-30 21:49:48 +00:00
Emanuel Haupt
5f38f2bb3d MFH: r432612
Update to 4.4.12

Changelog:

Fixes a bug. When -N is used, the input is not supposed to be split
using $IFS, but leading and trailing IFS whitespace was still removed.

Approved by:	ports-secteam (feld)
2017-01-30 21:28:03 +00:00
Jan Beich
a5c585d973 MFH: r432866
multimedia/ffmpeg: backport a crashfix for FFSERVER

PR:		216605
Submitted by:	gosha-necr@yandex.ru
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-01-30 21:08:47 +00:00
Jan Beich
42f3db360d MFH: r432865
gecko: unbreak with clang/libc++ 4.0

In file included from mozilla/ipc/contentproc/plugin-container.cpp:7:
In file included from ../../dist/include/nsXPCOM.h:10:
In file included from ../../dist/include/nscore.h:20:
In file included from ../../dist/include/mozilla/mozalloc.h:16:
In file included from objdir/dist/stl_wrappers/new:44:
In file included from objdir/dist/system_wrappers/new:3:
/usr/include/c++/v1/new:132:1: error: function declared '[[noreturn]]' after its first declaration
_LIBCPP_NORETURN _LIBCPP_FUNC_VIS void __throw_bad_alloc();  // not in C++ spec
^
/usr/include/c++/v1/__config:273:30: note: expanded from macro '_LIBCPP_NORETURN'
 #  define _LIBCPP_NORETURN [[noreturn]]
                              ^
../../dist/include/mozilla/throw_gcc.h:35:1: note: declaration missing '[[noreturn]]' attribute is here
__throw_bad_alloc(void)
^

PR:		216186
Submitted by:	dim
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-01-30 21:06:01 +00:00
Dmitry Marakasov
8aacf3fbe8 MFH: r432835
- Fix python paths

PR:		213717
Submitted by:	yuri@rawbw.com (maintainer)
Approved by:	ports-secteam (with hat)
2017-01-30 11:37:16 +00:00
Dmitry Marakasov
d2d084645c MFH: r432832
- Fix WWW

PR:		213735
Reported by:	julian@hsiao.email
Submitted by:	martin@waschbuesch.de (maintainer
Approved by:	ports-secteam (with hat)
2017-01-30 11:22:48 +00:00
Dmitry Marakasov
131b33b6cc MFH: r432825
- Fix build when CC is absolute path

Upstream build scripts have some machinery to include compiler-specific
.mak file depending on compiler used. This is handled in an ugly way by the
port, roughly, upstream makefile includes ${CC}.mak and ports Makefile
copies that from default .mak. This is breaks when CC is an absolute path
and is useless anyway, as even if it was implemented properly, customized
.mak files are for compilers we'll never use such as gcc 3.2, intel and suncc.

So make upstream makefile always include the default .mak.

PR:		215253
Approved by:	maintainer timeout (mi@aldan.algebra.com, 6 weeks)
Approved by:	ports-secteam (with hat)
2017-01-30 10:18:12 +00:00
Kurt Jaeger
79ea91c54b MFH: r432818
net/tigervnc: update 1.7.0 -> 1.7.1

PR:		216387
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Changes:	https://github.com/TigerVNC/tigervnc/releases/tag/v1.7.1
Security:	CVE-2017-5581
Approved by:	ports-secteam (delphij)
2017-01-30 08:32:03 +00:00
Dmitry Marakasov
03a62eaba4 MFH: r432743
- Mark BROKEN: does not fetch

Approved by:	portmgr blanket
Approved by:	ports-secteam (with hat)
2017-01-29 14:20:51 +00:00
Matthias Andree
ea760d87bc MFH: r430465 r430466 r430467 r430475 r430615 r432608 r432640
Move forward to 5.0-gtk3 release.
Changes:	<http://rawtherapee.com/blog/rawtherapee-5-released>

Fix compilation on FreeBSD 11+, and enable OpenMP.
Use devel/openmp for libomp.

Code generation improvements: On i386, use SSE2 instead of only SSE [1]
when compiler optimizations are requested (which they are by default) RT
code uses mostly SSE2 for SIMD).  Fix i386 SSE2 crashes with GCC(*) (use
clang there), and clean up a bit.

(*) GCC does not get the stack properly aligned in i386 for SSE2 and
causes SIGBUS on startup when trying to access an 8-byte aligned
double[8] array with SIMD instructions. One workaround is -mstackrealign
(which RT does on Win32), the other is to use clang - we don't get
OpenMP on i386 anyhow, so clang 3.4 in 10.3 is sufficient.

Drop -fexpensive-optimizations, clang does not support it, and gcc 5.4
includes it in -O2 and -O3.

Note that the upstream discourages the use of 32-bit architectures for
rawtherapee.

Approved by:	ports-secteam@ (junovitch)
2017-01-28 22:07:56 +00:00
Christian Weisgerber
6d04e5c9a7 MFH: r432084
Update to 1.1.4: A specially-crafted Opus packet could cause an
integer wrap-around in the SILK LSF stabilization code.

Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607

Requested by:	jbeich
Approved by:	ports-secteam (feld)
2017-01-28 18:02:08 +00:00
Jan Beich
ef08badb75 MFH: r432605 r432606
www/firefox: update to 51.0.1

Changes:	https://www.mozilla.org/firefox/51.0.1/releasenotes/
Approved by:	ports-secteam (feld)
2017-01-28 01:07:04 +00:00
Mark Felder
f71456a50c MFH: r432602
www/uwsgi: Change default socket mode to 600 for security

This change may be a disruptive for some users, but the default mode
of 777 is a disaster waiting to happen.

Approved by:	ports-secteam (with hat)
2017-01-27 23:21:58 +00:00
Mark Felder
81501f5c96 MFH: r432600
net-mgmt/nfsen: Update to 1.3.7

This release fixes a remote command execution vulnerability

Pet portlint

Announcement:	https://sourceforge.net/p/nfsen/mailman/message/35623845/

Security:	6e83b2f3-e4e3-11e6-9ac1-a4badb2f4699

Approved by:	ports-secteam (with hat)
2017-01-27 23:01:05 +00:00
Sunpoet Po-Chuan Hsieh
905afdb8df MFH: r432454
Fix MEMCACHE option

- Add LICENSE_FILE
- Add NO_ARCH
- Use USE_PHP=memcache instead of hard-coded databases/pecl-memcache

Approved by:	portmgr (blanket)

Approved by:	ports-secteam (feld)
2017-01-27 20:57:56 +00:00
Bernard Spil
bf8ccd5b16 MFH: r431824
databases/mariadb101-server: Update to 10.1.21

  - Update to 10.1.21
  - Fix patches that no longer cleanly apply
  - Rename patches to new naming scheme

Security:	4d2f9d09-ddb7-11e6-a9a5-b499baebfeaf

Approved by:	ports-secteam (feld)
2017-01-26 20:01:07 +00:00
Bernard Spil
12cc9b41cd MFH: r432533
security/openssl-devel: Update to 1.1.0d

  - Update to 1.1.0d
  - Adjust pkg-plist

Security:	d455708a-e3d3-11e6-9940-b499baebfeaf

Approved by:	ports-secteam (feld)
2017-01-26 19:59:45 +00:00
Bernard Spil
b6143e34ea MFH: r431919 r431968 r431975 r432035 r432066 r432458
databases/mysql56: Update to 5.6.35

- Port improvements from MySQL 5.7 port
- Use system libs instead of bundled
- Fix many open PRs
- Change MAINTAINER

PR:		216244 192657 198812 199751 205093
PR:		209618 211248 205983 209338

databases/mysql56-server: Rollback rc script changes

databases/mysql56-server: Do not install my.cnf sample

An issue was discovered where users of mysql did not have a my.cnf and
the recent update was causing mysqld to find a sample my.cnf and load
its parameters. This was causing errors on startup for users of innodb
as the parameters used to init the database did not match the ones in
the sample config file it was now reading.

databases/mysql56-server: Fix build with LibreSSL

  - Fix CMake SSL detection
  - Always set WITH_SSL=${OPENSSLBASE}

PR:		216311
Approved by:	Mahdi Moktari <mokhi64@gmail.com> (maintainer)
Differential Revision:	D9272

Revert r432035 part 2, it breaks build with openssl from base

With hat:	portmgr

databases/mysql56-server: Fix OpenSSL linking

  - Force dynamic linking with OpenSSL

Approved by:	ports-secteam (feld)
2017-01-26 19:58:04 +00:00
Bernard Spil
ef7ac5209d MFH: r432493
security/openssl: Update to 1.0.2k

Security:	CVE-2016-7055
Security:	CVE-2017-3731
Security:	CVE-2017-3732

Approved by:	ports-secteam (feld)
2017-01-26 19:34:46 +00:00
Jimmy Olgeni
09e881a3b8 MFH: r432478
net/rabbitmq: add full path to the daemon(8) call in rc script.

This allows the script to work in crontab, where /usr/sbin is not
in PATH.

Submitted by:	Dmitriy Simakov
Approved by:	ports-secteam (feld)
2017-01-26 15:50:41 +00:00
Sunpoet Po-Chuan Hsieh
45dfef56f4 MFH: r432453
Fix memcache_DEPENDS

Approved by:	ports-secteam (blanket, feld)
2017-01-26 15:04:45 +00:00
Matthew Seaman
411ea2c9d2 MFH: r432325
Update to 4.6.6

This includes a number of security fixes

Security:	7721562b-e20a-11e6-b2e2-6805ca0b3d42

Approved by:	ports-secteam (feld)
2017-01-26 14:51:32 +00:00
Jan Beich
e2907fae93 MFH: r432495
multimedia/x265: unbreak on aarch64[1] and mips

/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against external symbol `__stderrp@@FBSD_1.0' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: common/CMakeFiles/common.dir/common.cpp.o(.text+0x1e0): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `__stderrp@@FBSD_1.0'
/usr/bin/ld: final link failed: Bad value

/usr/bin/ld: x265: hidden symbol `__sync_fetch_and_add_4' in /usr/lib/libgcc.a(stdatomic.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output

PR:		216473 [1]
Reported by:	pkg-fallout
Submitted by:	mikael.urankar@gmail.com [1]
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-26 14:34:59 +00:00
Bartek Rutkowski
6d2e243ece MFH: r432342
sysutils/iocell: update 2.0.0 -> 2.1.0

Bugfix release.

Approved by:	ports-secteam
2017-01-26 14:25:40 +00:00
Olli Hauer
50d71bf8e0 MFH: r432469
- update to 1.1.26
- change MASTER_SITE to GH

Changelog:
 - security fix: escape nav_data name to avoid XSS attack

Approved by:	ports-secteam (implicit)
2017-01-26 06:31:30 +00:00
Dmitry Marakasov
ee167d651f MFH: r432431
- Fix invalid shebang
- Switch to USES=localbase
- Add NO_ARCH
- Add LICENSE

Approved by:	kwm@FreeBSD.org (maintainer)
Approved by:	ports-secteam (with hat)
2017-01-25 16:16:52 +00:00
Jan Beich
3781b160f7 MFH: r431737 r431781 r431858 r432352
www/firefox: update to 51.0 (rc2)

Changes:	https://www.mozilla.org/firefox/51.0/releasenotes/
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
Approved by:	ports-secteam (feld)
2017-01-24 22:38:07 +00:00
Jan Beich
c017f06649 MFH: r431859 r432351 r432400
www/firefox-esr: update to 45.7.0 (rc1)

Changes:	https://www.mozilla.org/firefox/45.7.0/releasenotes/
Changes:	https://hg.mozilla.org/releases/mozilla-esr45/shortlog
Security:	e60169c4-aa86-46b0-8ae2-0d81f683df09
Approved by:	ports-secteam (feld)
2017-01-24 22:32:58 +00:00
Sunpoet Po-Chuan Hsieh
8fddd7ae69 MFH: r432373
Fix PLIST

- While I'm here, sort PLIST

PR:		216444
Reported by:	Randy <randy+bsd@terbush.org>

Approved by:	ports-secteam (blanket)
2017-01-24 18:53:07 +00:00
Jan Beich
9a199213bf MFH: r432358
astro/gpsbabel: unbreak with clang 4.0

bushnell.cc:138:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~
bushnell.cc:150:36: error: ordered comparison between pointer and zero ('const char *' and 'int')
  for (t = bushnell_icons; t->icon > 0; t++) {
                           ~~~~~~~ ^ ~

PR:		216215
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
Approved by:	ports-secteam blanket
2017-01-24 16:42:42 +00:00
Jan Beich
e1fbc51cb1 MFH: r431892 r431893
audio/pulseaudio: update to 10.0

Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		216255
Submitted by:	lightside <lightside@gmx.com>
Approved by:	ports-secteam (feld)
2017-01-24 15:33:01 +00:00
Jan Beich
8498607f6d MFH: r432322
print/texlive-texmf: unbreak on aarch64 on real hardware

=======================<phase: package        >============================
===>  Building package for texlive-texmf-20150523_3
pkg-static: Warning: @exec is deprecated, please use @[pre|post][un]exec
====>> Killing timed out build after 3600 seconds
====>> Cleaning up wrkdir
===>  Cleaning for texlive-texmf-20150523_3
pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/pl/plti7.pfm): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/pl/plti8.pfb): No such file or directory
pkg-static: lstat(/wrkdirs/usr/ports/print/texlive-texmf/work/stage/usr/local/share/texmf-dist/fonts/type1/public/[...]

Reported by:	pkg-fallout (runaway_proces)
Approved by:	portmgr blanket (unblocking 172 ports)
Approved by:	ports-secteam blanket
2017-01-24 11:48:07 +00:00
Olivier Duchateau
21fbfcb98f MFH: r432249
- Update to 1.6.1
- Switch to GitHub host
- Remove GETOPT_LONG option
- Pass maintainership to submitter

PR:		216180
Submitted by:	Danilo G. Baio

Approved by:	portmgr (feld@)
2017-01-24 05:27:01 +00:00
Tobias C. Berner
aded20d554 MFH: r432211
mail/pear-Mail_Queue: overloading isError static mismatch

Since devel/pear was upgraded to 1.10.1, mail/pear-Mail_Queue
was broken and could not be used, giving the following error:
  PHP Fatal error:  Cannot make static method PEAR::isError() non
  static in class Mail_Queue in /usr/local/share/pear/Mail/Queue.php on line 126

Upstream bug report: http://pear.php.net/bugs/bug.php?id=20976

PR:		215325
Submitted by:	ml@netfence.it
Reported by:	ml@netfence.it
Approved by:	Jochen Neumeister (maintainer), rakuco (mentor)

Approved by:	ports-secteam (feld), rakuco (mentor)
2017-01-23 20:41:48 +00:00
Tobias C. Berner
544ff4b25c MFH: r432089
Fix graphics/py-poppler-qt4: fails to build with clang 4.0

  PyList_SET_ITEM() is supposed to be void, but as a macro it's an
  expression and has a pointer value. Clang 4.0 trips on the bogus
  pointer comparison; given the comparison, it should be PyList_SetItem()
  which returns -1 on failure.

PR:		216228
Approved by:	portmgr blanket, rakuco (mentor)

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-23 20:40:08 +00:00
Steve Wills
f5982fbae0 MFH: r432261
sysutils/intel-nvmupdate: Update to 5.05, fix security bug

Submitted by:	kozlov.sergey.404@gmail.com (maintainer)
Reviewed by:	sbruno
Security:	a4b7def1-e165-11e6-9d84-90e2ba9881c8
Sponsored by:	Intel
Differential Revision:	https://reviews.freebsd.org/D9121

Approved by:	ports-secteam(swills,implicit)
2017-01-23 17:54:30 +00:00
Torsten Zuehlsdorff
c175ff05ab MFH: r431941
Update PHP 7 from 7.0.14 to 7.0.15

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

PR:           216210
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Security:     https://vuxml.freebsd.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html

Approved by:  ports-secteam (junovitch)
2017-01-23 16:48:23 +00:00
Jan Beich
6a43806274 MFH: r432240
multimedia/mplayer: lift BROKEN after r429960

Approved by:	ports-secteam blanket
2017-01-23 16:14:16 +00:00
Carlos J. Puga Medina
796c0d06c2 MFH: r432213
security/libgcrypt: update to 1.7.6

Noteworthy changes in version 1.7.6

* Bug fixes:

  - Fix AES CTR self-check detected failure in the SSSE3 based
     implementation.
  - Remove gratuitous select before the getrandom syscall.

PR:		216305
Exp-run by:	antoine

Approved by:	ports-secteam (feld)
2017-01-23 16:02:39 +00:00
Dmitry Marakasov
210d535504 MFH: r431942
- Relax dependency version requirement for pyflakes, fixing the runtime failure:

The 'pyflakes<1.1,>=0.8.1' distribution was not found and is required by flake8

- Update WWW

PR:		213960
Submitted by:	pete@nomadlogic.org
Approved by:	maintainer timeout (wg, 5 weeks)
Approved by:	ports-secteam (with hat)
2017-01-23 13:21:23 +00:00
Lars Engels
bc4048aa8a MFH: r432166
net-mgmt/icingaweb2:
- Update to 2.4.1
- Changelog: https://github.com/Icinga/icingaweb2/blob/v2.4.1/ChangeLog

Approved by:	ports-secteam (junovich)
2017-01-23 06:33:39 +00:00
Emanuel Haupt
2c83ec954e MFH: r432161
Update to 4.4.11

Changelog:

Under certain circumstances, bash will evaluate arithmetic expressions as
part of reading an expression token even when evaluation is suppressed. This
happens while evaluating a conditional expression and skipping over the
failed branch of the expression.

There is a race condition in add_history() that can be triggered by a fatal
signal arriving between the time the history length is updated and the time
the history list update is completed. A later attempt to reference an
invalid history entry can cause a crash.

Depending on compiler optimizations and behavior, the `read' builtin may not
save partial input when a timeout occurs.

Subshells begun to run command and process substitutions may attempt to
set the terminal's process group to an incorrect value if they receive
a fatal signal.  This depends on the behavior of the process that starts
the shell.

Approved by:	ports-secteam (junovitch)
2017-01-23 06:03:40 +00:00
Emanuel Haupt
debea897bf MFH: r431931
Update to 4.4.7

Changelog:

- Out-of-range negative offsets to popd can cause the shell to crash attempting
  to free an invalid memory block.
- When performing filename completion, bash dequotes the directory name being
  completed, which can result in match failures and potential unwanted
  expansion.

Approved by:	ports-secteam (junovitch)
2017-01-22 20:59:33 +00:00
Jan Beich
61264c39ee MFH: r432155
print/ghostscript9-agpl-base: unbreak on 11.0 aarch64 via -O0

fatal error: error in backend: Cannot select: 0x431dcbe0: i32 = AArch64ISD::FCCMP 0x431f3d10, 0x431e1980, Constant:i32<0>, Constant:i32<13>, 0x43415e40
  0x431f3d10: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg170
    0x431e2ab0: f128 = Register %vreg170
  0x431e1980: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg88
    0x431f34c0: f128 = Register %vreg88
  0x431dc390: i32 = Constant<0>
  0x42df45f0: i32 = Constant<13>
  0x43415e40: f128 = AArch64ISD::FCMP 0x431e2e40, 0x431e1980
    0x431e2e40: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg171
      0x431e2980: f128 = Register %vreg171
    0x431e1980: f128,ch = CopyFromReg 0x42c42930, Register:f128 %vreg88
      0x431f34c0: f128 = Register %vreg88
In function: TrioFormat
cc: error: clang frontend command failed with exit code 70 (use -v to see invocation)
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 3.8.0)
Target: aarch64-unknown-freebsd11.0

Reported by:	pkg-fallout
Approved by:	portmgr blanket (unblocking 420 ports)
Approved by:	ports-secteam blanket
2017-01-22 17:15:41 +00:00
Tobias C. Berner
2ad7d387b6 MFH: r432090
Fix x11-wm/fluxbox: fails to build with clang 4.0

Import upstream commit
http://git.fluxbox.org/fluxbox.git/commit/util/fluxbox-remote.cc?id=22866c4d30f5b289c429c5ca88d800200db4fc4f
for issue
https://sourceforge.net/p/fluxbox/bugs/1138/

PR:		216176
Approved by:	portmgr blanket, rakuco (mentor)

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-22 12:57:03 +00:00
Matthew Seaman
0736cb639f MFH: r432083 r432088
Update to 0.9.11

This includes a	security fix for CVE-2016-9941 and CVE-2016-9942

  * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support
  * Switch from USE_OPENSSL to USES+=ssl
  * PORTREVISION bump in ports that link against libvncserver.so (with
    their default OPTIONS settings) due to change in ABI version of
    libvncserver.so

PR:		215802
Submitted by:	vlad-fbsd@acheronmedia.com
Security:	64be967a-d379-11e6-a071-001e67f15f5a

Bump PORTREVISION chasing ABI version increment in libvncserver --
this port was missed from r432083, and this change should be MFH'd as
well.

Approved by:	ports-secteam (junovitch)
2017-01-22 12:02:19 +00:00
Jan Beich
8c63a3cf16 MFH: r432101
multimedia/libvpx: grab and drop architecture whitelist

PR:		216191
Approved by:	ashish (previous maintainer)
Approved by:	ports-secteam blanket (unbreaks armv6 after r431741)
2017-01-22 09:07:04 +00:00
Jan Beich
d76019095d MFH: r432098
editors/openoffice-devel: unbreak with clang 4.0

main/desktop/source/app/officeipcthread.cxx:228:14: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
        if ( handle > 0 )
             ~~~~~~ ^ ~
main/desktop/source/deployment/misc/dp_misc.cxx:106:16: error: ordered comparison between pointer and zero ('rtlDigest' (aka 'void *') and 'int')
    if (digest <= 0) {
        ~~~~~~ ^  ~
main/sd/source/ui/view/viewshe3.cxx:229:48: error: ordered comparison between pointer and zero ('SdPage *' and 'int')
        if (pDocument->GetSdPage(0, ePageKind) > 0)
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216206
Submitted by:	pfg
Obtained from:	upstream
Approved by:	ports-secteam blanket
2017-01-22 08:38:12 +00:00
Jan Beich
2c7f8ad55d MFH: r432013
devel/ptlib: properly detect mmap(2) failure

PR:		216019
Approved by:	ports-secteam (junovitch)
2017-01-22 08:14:15 +00:00
Jan Beich
670b436f1d MFH: r432091
science/openbabel: unbreak with GCC >= 6

GCC defaults to C++14 since 6.0 which no longer converts istream to
bool by default. Instead of fixing just downgrade to C++98.

PR:		216036
Approved by:	ports-secteam blanket
2017-01-21 23:24:18 +00:00
Sunpoet Po-Chuan Hsieh
a8b935bf95 MFH: r431987
Fix symbolic links of idle and pydoc

- Bump PORTREVISION for package change
- While I'm here:
  - Remove leading definite article from COMMENT
  - Fix indent
  - Add NO_ARCH

PR:		216310
Submitted by:	Jose M. Alcaide <josemaria.alcaide@ehu.eus>

Approved by:	ports-secteam (junovitch)
2017-01-21 16:38:06 +00:00
Tobias C. Berner
06ad8bf7fa MFH: r431949
Fix py-pykde4 against newest clang

PyList_SET_ITEM() is supposed to be void, but as a macro it's an
expression and has a pointer value. Clang 4.0 trips on the bogus
pointer comparison; given the comparison, it should be PyList_SetItem()
which returns -1 on failure.

As the produced code may be changed by this, bump PORTREVISION.

PR:		216253
Submitted by:	Adriaan de Groot <groot@kde.org>
Reported by:	jbeich
Reviewed by:	rakuco, tcberner
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9253

PR:		216253
Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-21 12:18:24 +00:00
Tobias C. Berner
b432cb3ba1 MFH: r431952
Fix ruby-qtruby with newer clang

Clang 4.0 trips on the bogus  pointer comparison.
As the produced code may change, bump PORTREVISION.

PR:		216218
Reported by:	jbeich
Approved by:	rakuco (mentor)

PR:             216218
Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-21 12:16:01 +00:00
Jan Beich
d6d3d43fd5 MFH: r432012
net-im/folks: ignore warnings in system headers

Pass -isystem to avoid adding -Wno-foo each time Clang bumps into an
issue with a header from another port.

PR:		216031
Approved by:	ports-secteam blanket
2017-01-21 04:51:16 +00:00
Jan Beich
a212dd9861 MFH: r432009
converters/wkhtmltopdf: unbreak with clang 4.0 (same as r431742)

src/3rdparty/webkit/Source/WebCore/html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
    if (optionalHeight > 0)
        ~~~~~~~~~~~~~~ ^ ~

PR:		216211
Obtained from:	upstream (excerpt)
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-21 03:25:47 +00:00
Carlos J. Puga Medina
a553b7c221 MFH: r431990
dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0

json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function 'json11::Value<json11::Json::Type::NUL,
      nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216071
Submitted by:	cpm
Reported by:	jbeich
Reviewed by:	jbeich
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from:	upstream

Approved by:	ports-secteam (blanket)
2017-01-20 19:44:49 +00:00
Jan Beich
e0c71bf959 MFH: r431973
databases/memcached: temporarily hide DTRACE option on aarch64

/usr/sbin/dtrace  -G -o memcached_dtrace.o -s ./memcached_dtrace.d ...
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
[...]
ld: memcached_dtrace.o.iRgx2j: Relocations in generic ELF (EM: 0)
memcached_dtrace.o.iRgx2j: error adding symbols: File in wrong format
dtrace: failed to link script ./memcached_dtrace.d: failed to link memcached_dtrace.o: ld exited with status 1

PR:		214556
Approved by:	ports-secteam blanket
2017-01-20 17:34:12 +00:00
Jan Beich
9385e4529c MFH: r431960
lang/php70: temporarily hide DTRACE option on aarch64

ld: Zend/zend_dtrace.d.o.h0Xec8: Relocations in generic ELF (EM: 0)
Zend/zend_dtrace.d.o.h0Xec8: error adding symbols: File in wrong format
dtrace: failed to link script /wrkdirs/usr/ports/lang/php70/work/php-7.0.14/Zend/zend_dtrace.d: failed to link Zend/zend_dtrace.d.o: ld exited with status 1
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841): DOODAD
[...]

PR:		214556
Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2017-01-20 14:36:19 +00:00
Jan Beich
62edaf7aa4 MFH: r431958
www/webkit2-gtk3: attempt to unbreak on aarch64

./Source/JavaScriptCore/assembler/ARM64Assembler.h:2760:2: error: "The cacheFlush support is missing on this platform."
 #error "The cacheFlush support is missing on this platform."
  ^

./Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:133:17: error: class member cannot be redeclared
    static bool shouldBlindForSpecificArch(uintptr_t value) { return value >= 0x00ffffff; }
                ^
./Source/JavaScriptCore/assembler/MacroAssemblerARM64.h:132:17: note: previous declaration is here
    static bool shouldBlindForSpecificArch(uint64_t value) { return value >= 0x00ffffff; }
                ^

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2017-01-20 14:19:34 +00:00
Tobias C. Berner
3cd66e130e MFH: r431769 r431772
Add missing LIB_DEPENDS to devel/libuv (stage-qa).

Approved by:	rakuco (mentor)

The change in r431769 requires a PORTREVISION bump.

*puts on idiot hat*

Approved by:	rakuco (mentor)

Approved by:	ports-secteam (junovitch), rakuco (mentor)
2017-01-20 13:05:04 +00:00
Raphael Kubo da Costa
c10abca7c5 MFH: r431947
Add a dependency on misc/py-tqdm.

The dependency on tqdm was introduced in 0.7.7 but was not mentioned in the
release announcement.

PR:		216306

Approved by:	ports-secteam (blanket approval)
2017-01-20 11:46:50 +00:00
Jason Unovitch
fa59cbb2fa MFH: r431862
Update to 5.6.30 release.

Security:	https://vuxml.FreeBSD.org/freebsd/709e025a-de8b-11e6-a9a5-b499baebfeaf.html
Approved by:	ports-secteam (with hat)
2017-01-20 02:42:45 +00:00
Colin Percival
326fbefe70 MFH: r431537
Add "dual dhclient" script, which can be specified as dhclient_program in
rc.conf in order to launch the base system dhclient for IPv4 and the ISC
dhcp client for IPv6.

I'm not sure if this will be useful to anyone else, but adding this trivial
port will simplify the configuration of IPv6 on Amazon EC2 instances.  I
hope this port becomes redundant in the future due to the base system
gaining support for IPv6 DHCP.

Approved by:	portmgr (mat)
2017-01-20 01:55:51 +00:00
Jason E. Hale
e0912d6df0 MFH: r431838
- Update to 0.31.1
- Fix LICENSE
- Convert to USES=localbase
- Convert to options helpers
- Simplify install
- Use pkg-plist instead of PLIST_FILES

Security:	57facd35-ddf6-11e6-915d-001b3856973b

Approved by:	ports-secteam (feld)
2017-01-19 20:19:29 +00:00
Jan Beich
00d30c8b05 MFH: r431870
emulators/citra: update to s20170119

Changes:	f7dd8d5e...ebe01506
Approved by:	ports-secteam (feld)
2017-01-19 14:49:51 +00:00
Jan Beich
32c665ecb5 MFH: r431776 by mi
Add a patch to avoid providing our own implementation of __rtdsc
when built with clang version 4 or higher (which has its own).

PR:		216162
Approved by:	ports-secteam blanket
2017-01-19 05:39:23 +00:00
Jan Beich
01cf383cef MFH: r431703 by martymac
Fix build with clang 4.0

PR:		216048
Submitted by:	jbeich
Approved by:	ports-secteam blanket
2017-01-19 05:36:25 +00:00
Jan Beich
773990efef MFH: r431607 by glewis
. Fix compilation with Clang 4.0

PR:		216016
Submitted by:	jbeich@
Approved by:	ports-secteam blanket
2017-01-19 05:33:19 +00:00
Jan Beich
b5809cc075 MFH: r431605 by glewis
. Fix compilation with Clang 4.0

PR:		216016
Submitted by:	jbeich@
Approved by:	ports-secteam blanket
2017-01-19 05:30:36 +00:00
Jan Beich
00d21db409 MFH: r431792
devel/qt4-linguist: unbreak with clang 4.0

messagemodel.cpp:186:61: error: ordered comparison between pointer and zero ('MessageItem *' and 'int')
                if (c->findMessage(m->text(), m->comment()) >= 0)
                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

PR:		216051
Submitted by:	Adriaan de Groot <groot@kde.org>
Obtained from:	upstream (Qt5)
Approved by:	kde (tcberner)
Approved by:	ports-secteam (junovitch)
Differential Revision:	https://reviews.freebsd.org/D9184
2017-01-19 05:25:15 +00:00
Jan Beich
d2b1018f6d MFH: r431742
www/webkit-qt4: unbreak with clang 4.0

html/HTMLImageElement.cpp:77:24: error: ordered comparison between pointer and zero ('const int *' and 'int')
    if (optionalHeight > 0)
        ~~~~~~~~~~~~~~ ^ ~

PR:		216015
Regressed by:	https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from:	upstream (excerpt)
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-19 05:23:15 +00:00
Jan Beich
59bd1da4b3 MFH: r431828
comms/telldus-core: unbreak with clang 4.0

service/SettingsConfuse.cpp:47:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:50:17: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->var_cfg > 0) {
            ~~~~~~~~~~ ^ ~
service/SettingsConfuse.cpp:61:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~
service/SettingsConfuse.cpp:73:13: error: ordered comparison between pointer and zero ('cfg_t *' and 'int')
        if (d->cfg > 0) {
            ~~~~~~ ^ ~

PR:		216052
Submitted by:	Johan Ström (maintainer)
Approved by:	ports-secteam blanket
2017-01-19 05:21:23 +00:00
Jan Beich
eb316012a2 MFH: r431752 r431784
x11-toolkits/fltk{,-devel}: unbreak with clang 4.0

Fl_Tree_Item.cxx:552:38: error: ordered comparison between pointer and zero ('Fl_Tree_Item *' and 'int')
    if ( from_parent->deparent(from) < 0 )      // deparent self from current parent
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~

PR:		216046
Obtained from:	upstream (branch-1.3)
Approved by:	portmgr blanket
Approved by:	ports-secteam (feld, junovitch)
2017-01-19 05:18:24 +00:00
Jan Beich
5e83f6f2cd MFH: r431816
lang/spidermonkey24: prefer pre-C++11 decltype from libc++

libc++ 4.0 started to use it within <string> in a way incompatible
with __typeof__ which broke build but upstream switched to C++11 long
ago to notice -Wmacro-redefined.

PR:		216010
Approved by:	ports-secteam (junovitch)
2017-01-19 05:13:54 +00:00
Jan Beich
01ce712d67 MFH: r431335
lang/spidermonkey170: unbreak with clang 4.0

Fix quoting failure handling in JSOP_CALLPROP and JSOP_STRING.

jsopcode.cpp:6070:45: error: ordered comparison between pointer and zero ('char *' and 'int')
    return QuoteString(&sprinter, s, quote) >= 0;
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

PR:		215861
Regressed by:	https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from:	upstream (only the specific fix)
Approved by:	portmgr blanket
Approved by:	ports-secteam (junovitch)
2017-01-19 05:12:03 +00:00
Jan Beich
254d9fa1f3 MFH: r431762
multimedia/assimp: unbreak build with clang 4.0

code/D3MFImporter.cpp:230:29: error: invalid operands to binary expression ('float (*)(const char *, const char *)' and 'nullptr_t')
        vertex.z = ai_strtof>(xmlReader->getAttributeValue(D3MF::XmlTag::z.c_str()), nullptr);
                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		216160
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by:	ports-secteam (feld)
2017-01-19 05:09:48 +00:00
Jan Beich
29ff69b8d3 MFH: r431807
devel/git-cinnabar: update to 0.4.0

No functional changes since 0.4.0.r2.24.

Changes:	https://github.com/glandium/git-cinnabar/compare/84b8e6b...0.4.0
Approved by:	ports-secteam (junovitch)
2017-01-19 05:06:52 +00:00
Carlos J. Puga Medina
c6ea53459a MFH: r431820
dns/dnsdist: unbreak build with clang 4.0

ext/json11/json11.cpp:153:24: error: invalid operands to binary expression
      ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/json11/json11.cpp:209:5: note: in instantiation of member function
      'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216069
Reported by:	jbeich
Obtained from:	upstream

Approved by:	ports-secteam (blanket)
2017-01-19 02:57:26 +00:00
Jason Unovitch
d08396990d MFH: r431788
dns/powerdns-recursor: update 4.0.3 -> 4.0.4

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-404

PR:		216135
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-7068
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
2017-01-18 11:25:17 +00:00
Jason Unovitch
e6fe623838 MFH: r431786
dns/powerdns: update 4.0.1 -> 4.0.3

- Switch to USES=localbase while here
- Remove LibreSSL patch (see https://github.com/PowerDNS/pdns/pull/4310)

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402
		https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-403

PR:		216136
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com (original 4.0.2 patch)
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by:	ports-secteam (with hat)
Security:	CVE-2016-2120
Security:	CVE-2016-7068
Security:	CVE-2016-7072
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
2017-01-18 11:23:58 +00:00
Thierry Thomas
969d12477c MFH: r431689
Fix another phpmailer vulnerability.

Security:	CVE-2017-5223

Approved by:	ports-secteam
2017-01-17 18:29:23 +00:00
Jan Beich
5560e9e081 MFH: r431741
multimedia/libvpx: update 1.6.1

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.6.0..v1.6.1
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.6.0_to_1.6.1/compat_report.html
Approved by:	ports-secteam (feld)
2017-01-17 17:52:16 +00:00
Jan Beich
3d5955fec1 MFH: r431735
www/firefox: disable system soundtouch due to broken resampling

PR:		215879
Reported by:	Sergey <kpect@protonmail.com>
Submitted by:	Tobias Kortkamp <t@tobik.me> (based on)
Approved by:	ports-secteam (feld)
2017-01-17 17:44:49 +00:00
Mark Felder
df9c10e28a MFH: r431753
net-mgmt/smokeping: Allow slaves to contact master over HTTPS

Differential Revision:	https://reviews.freebsd.org/D9142

Approved by:	ports-secteam (with hat)
2017-01-17 16:49:54 +00:00
Jan Beich
6b5279d4df MFH: r431743
multimedia/libvpx: unbreak SHARED=off after r394231

/usr/bin/strip: '.../stage/usr/local/lib/libvpx.so.*.*.*': No such file

Approved by:	ports-secteam blanket
2017-01-17 14:50:28 +00:00
Nikolai Lifanov
bc50d127ed MFH: r431611
fix patch for ec84ff6

PR:		216103
Submitted by:	freebsd@sh0shin.org
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9189

Approved by:	ports-secteam (junovitch)
2017-01-17 14:13:22 +00:00
Carlos J. Puga Medina
c46bed063e MFH: r431730
- Minor fix in OSVERSION check. The last comparison should be "< 1200000"

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>

Approved by:	ports-secteam (blanket)
2017-01-17 12:36:20 +00:00
Carlos J. Puga Medina
1924d4a08d MFH: r431728
- Fix conditional to correctly check

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>

Approved by:	ports-secteam (blanket)
2017-01-17 11:52:21 +00:00
Carlos J. Puga Medina
7ef8563cf6 MFH: r431706
www/chromium: update to 55.0.2883.87

Reviewed by:	rene
Security:	https://www.vuxml.org/freebsd/603fe0a1-bb26-11e6-8e5a-3065ec8fd3ec.html

Approved by:	ports-secteam (junovitch)
2017-01-17 10:12:50 +00:00
Thomas Zander
ebf769fec1 Fix link error with libwrap on stable, update maintainer
Approved by:	ports-secteam (junovitch)
2017-01-17 06:29:12 +00:00
Cy Schubert
b537c30afb MFH: r431645
Update 1.8.19p1 --> 1.8.19p2.

Major changes between sudo 1.8.19p2 and 1.8.19p1:

 * Fixed a crash in visudo introduced in sudo 1.8.9 when an IP address
   or network is used in a host-based Defaults entry.  Bug #766

 * Added a missing check for the ignore_iolog_errors flag when
   the sudoers plugin generates the I/O log file path name.

 * Fixed a typo in sudo's vsyslog() replacement that resulted in
   garbage being logged to syslog.

Approved by:	maintainer (garga)
Approved by:	portmgr (junovitch)
Differential Revision:	D9181
2017-01-17 03:18:52 +00:00
Larry Rosenman
99edf36dd5 MFH: r431717
Corect pkg-plist %%RUNDESK_GROUP%% -> %%RUNDECK_GROUP%%

Approved by:	ports-secteam (blanket), adamw (mentor)
2017-01-17 02:07:46 +00:00
Larry Rosenman
b7a14a6fff MFH: r431715
Change ownership of rundeck/server/lib et al.
Address poudriere issues
bump PORTREVISION
MFH because to allow running out of the box, as it fails with the
	directories root-owned

PR:		202732
Submitted by:	Mark C Ballew (ballew sublinear net)
Differential Revision:	https://reviews.freebsd.org/D9205

Approved by:	ports-secteam (blanket), adamw (mentor)
2017-01-17 01:32:53 +00:00
Jason E. Hale
fcb2dea3ad MFH: r431712
Update to 1.23.1
Unbreak fetch (project moved to Github)
Take maintainership for now

PR:		214277 (based on)
Submitted by:	Niclas <zappe_1337@hotmail.com>

Approved by:	ports-secteam (blanket)
2017-01-16 23:44:21 +00:00
Bartek Rutkowski
af772ae94a MFH: r431182
cad/openvsp: update 3.9.1 -> 3.10.0

PR:		215951
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)

Approved by:	ports-secteam
2017-01-16 13:47:32 +00:00
Dmitry Marakasov
76a61e5708 MFH: r431625
- Update to 2.2.1 (bugfix release)
- Add LICENSE_FILE

PR:             215991
Submitted by:   vlad-fbsd@acheronmedia.com (maintainer)
Approved by:	ports-secteam (with hat)
2017-01-16 11:57:38 +00:00
Tijl Coosemans
e0f2a3a82f MFH: r431622
Make atomic operations explicit to support old gcc.

PR:		216122
Approved by:	ports-secteam (build fix blanket)
2017-01-16 10:21:52 +00:00
Bernard Spil
6ffac0da30 MFH: r431497
databases/mariadb100-server: Update to 10.0.29

 - Update to 10.0.29
 - Update mariadb100-client
 - Update patches
 - Regen patches with makepatch
 - Pet portlint
 - Add MROONGA liblz4 dependency
 - Fix MROONGA liblz4 linking
 - rm erroneously installed files

PR:             197232, 204014, 215901
Security:       22373c43-d728-11e6-a9a5-b499baebfeaf

Approved by:	ports-secteam (junovitch)
2017-01-15 20:25:29 +00:00
Antoine Brodin
b9723419c9 MFH: r431593
Fix checksum after copyright.html was updated (2016 -> 2017)
2017-01-15 18:24:21 +00:00
Sunpoet Po-Chuan Hsieh
a33358f6f0 MFH: r431574
Update to 1.4.1

- Bump PORTREVISION for archivers/unshield shlib change

Changes:	https://github.com/twogood/unshield/releases

Approved by:	ports-secteam (junovitch)
2017-01-15 15:42:37 +00:00
Larry Rosenman
ea1585871c MFH: r431492 r431583
Fix sysutils/lsof on arm.

This fixes the case where ARM_NARCH and ARM_NMMUS are 0, since the lsof(1) sources get hacky
access to kernel structures.

PR:     216065
Submitted by: samm os2 kiev ua
Obtained from:	Vic Abell (author)

Approved by:	ports-secteam (blanket), adamw (mentor)
2017-01-15 15:34:43 +00:00
Jason Unovitch
5ce0be3192 MFH: r431556 r431557
sysutils/iocage: unbreak fetch

- update GH_ACCOUNT and GH_PROJECT after repository change
- update pkg-descr information and WWW

Approved by:	ports-secteam (blanket)
2017-01-15 15:32:30 +00:00
Jason Unovitch
b803437746 MFH: r431568
lang/groovy: update 2.4.7 -> 2.4.8

Security:	CVE-2016-6814
Security:	https://vuxml.FreeBSD.org/freebsd/4af92a40-db33-11e6-ae1b-002590263bf5.html
Approved by:	ports-secteam (with hat)
2017-01-15 15:09:01 +00:00
Matthias Andree
53d2763633 MFH: r430611 r431493
Upgrade CPU flags to use SSE2 by default on i386.

Reported by:	Ingo Weyrich

Further cleanup, 11-RELEASE build fixes.

Prune unused dependencies via -Wl,--as-needed.

Build with as few requirements as works for 10.3-RELEASE and
11.0-RELEASE, i386 and amd64. This should use the base CC on anything
but 10.3-RELEASE amd64, where we use GCC 4.9 for OpenMP support.

Specifically, 11.0-RELEASE compilations do *not* work with GCC 4.9 and
the result fails with SIGBUS with apparent bogus SSE code generation and
misalignment.

Fix sound theme support via libcanberra (change Linux ifdefs to !Apple
ifdefs).

Apply -DPROC_TARGET_NUMBER="1" (i. e. build an executable with generic
tuning) only when building packages and unless -march is in CFLAGS.

USE_GNOME upgraded from gtkmm20 to gtkm24, and add devel/openmp as
requisite on amd64 (rather than implicit clang or gcc libs), bumping
PORTREVISION.

Silence cmake developer warnings, and be sure to export linker flags to
cmake (so it finds -lomp in its configuration phase)
[-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW]

Cleanups: leverage USES=localbase, and drop/avoid duplicate definitions
and dead code from the Makefile and support for unsupported older
FreeBSD releases.

Based in part on v0.3 patch of...
PR:		215675
Submitted by:	jbeich@

Approved by:	ports-secteam (junovitch@)
2017-01-15 13:20:24 +00:00
Thomas Zander
debff25af8 MFH: r431464
Convert remaining X-related OPTIONs to option helpers + deps via IMPLIES

Approved by:	ports-secteam (junovitch)
2017-01-15 11:36:31 +00:00
Thomas Zander
13c80a804f MFH: r431457
Convert GUI and SKINS to OPTION helpers; fix dependency: GUI implies ASS

PR:		216030
Reported by:	rjk@wintek.com

Approved by:	ports-secteam (junovitch)
2017-01-15 11:29:26 +00:00
Tijl Coosemans
52366ac6c6 MFH: r431465
Don't use @dir for directories that may have filesystems mounted.  It may
not be possible to change their mode and timestamp like @dir tries to do.

PR:		215769
Approved by:	ports-secteam (junovitch)
2017-01-15 10:39:54 +00:00
Larry Rosenman
ef75a349d7 MFH: r431147 r431488
Update MAINTAINER on my ports (and created by line) to my @FreeBSD.org email

Differential Revision:	https://reviews.freebsd.org/D9125

mail/dovecot2-pigeonhole: lib-sieve: Fixed handling of an early explicit keep during multiscript execution.

Applies to LDA/LMTP context in general, not only when sieve_before/sieve_after are used.
Action side-effects and the message snapshot would be lost at the final stage where the implicit
keep is evaluated.
This happened because the keep action itself is not actually executed, but rather its presence
is noted to determine whether more scripts need to be executed.
So, when finally execution of the actual keep action is due, i.e. when there are no more scripts in the
sequence, it overrides the explicit keep from the last script.
This didn't take the side-effects and message snapshot into account.

Obtained from:	7724855383
Differential Revision:	https://reviews.freebsd.org/D9177

Merging r431147 to pick up the maintainer change as well.

Approved by:	ports-secteam (junovitch), adamw (mentor)
2017-01-15 02:48:19 +00:00
Jason Unovitch
8a97f1c493 MFH: r431483
Update to 4.7.1

Changes:	https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/

PR:		216059
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
Security:	CVE-2017-5487
Security:	CVE-2017-5488
Security:	CVE-2017-5489
Security:	CVE-2017-5490
Security:	CVE-2017-5491
Security:	CVE-2017-5492
Security:	CVE-2017-5493
Security:	https://vuxml.FreeBSD.org/freebsd/b180d1fb-dac6-11e6-ae1b-002590263bf5.htm
Approved by:	ports-secteam (with hat)
2017-01-15 02:18:10 +00:00
Jan Beich
52dfc284e5 MFH: r431494
security/gnutls: unbreak aarch64 after r431214

lib/accelerated/aarch64/elf/aes-aarch64.s.tmp.S:5:1: error: unknown directive
.arch armv8-a+crypto
^
lib/accelerated/aarch64/elf/aes-aarch64.s.tmp.S:49:2: error: instruction requires: crypto
 aese v6.16b,v0.16b
 ^

PR:		216045
Approved by:	tijl (maintainer)
Approved by:	ports-secteam blanket
2017-01-14 20:53:21 +00:00
Jan Beich
3bcdb662ba MFH: r431408
www/firefox-esr: improve A/V sync with SNDIO=on

PR:		215867
Reported by:	Sergey <kpect@protonmail.com>
Submitted by:	Tobias Kortkamp <t@tobik.me>
Obtained from:	upstream
Approved by:	ports-secteam (feld)
2017-01-14 00:12:29 +00:00
Bryan Drewery
85eed5b640 MFH: r431438 r431445
Add patches to cover security issues CVE-2016-10009 and CVE-2016-10010.

Security:	2c948527-d823-11e6-9171-14dae9d210b8
Submitted by:	Tim Zingelman <zingelman@gmail.com>

Add forgotten patch in r431438 for CVE-2016-10009 and CVE-2016-10010.

Security:	2c948527-d823-11e6-9171-14dae9d210b8
Submitted by:	Tim Zingelman <zingelman@gmail.com>

Approved by:	portmgr (implicit)
2017-01-13 23:48:07 +00:00
Olivier Duchateau
26f616f741 MFH: r431365
- Fix creation of folder from desktop context menu
- Bump PORTREVISION

While I'm here, switch to optional extra build target (when NLS option is
unset)

PR:		214207
Reported by:	Marko Cupac

Approved by:	ports-secteam (feld@)
2017-01-13 17:56:10 +00:00
Mark Felder
59932974e6 MFH: r431404
net-mgmt/rancid3: Fix path to perl in sample config file

Approved by:	ports-secteam (with hat)
2017-01-13 17:43:09 +00:00
Nikolai Lifanov
be81aba622 MFH: r431329
sysutils/ansible: address CVE-2016-9587

Reviewed by:	matthew
Approved by:	matthew (mentor)
Security:	CVE-2016-9587
Security:	https://vuxml.FreeBSD.org/freebsd/a93c3287-d8fd-11e6-be5c-001fbc0f280f.html
Differential Revision:	https://reviews.freebsd.org/D9158

Approved by:	ports-secteam (junovitch)
2017-01-13 04:27:58 +00:00
Carlos J. Puga Medina
5a3c06b3d8 MFH: r431339
- Wrap the entire block with OPSYS check

Reported by:	marino

Approved by:	ports-secteam (blanket)
2017-01-13 03:22:05 +00:00
Carlos J. Puga Medina
27793be43e MFH: r431337
- Always check OPSYS along with OSVERSION
- Fix build on 11.0-STABLE [1]

Reported by:	Jonathan Chen <jonc@chen.org.nz> [1] via email
Reviewed by:	rene
Approved by:	chromium (rene)

Approved by:	ports-secteam (blanket)
2017-01-13 02:41:25 +00:00
Torsten Zuehlsdorff
b4846ccf03 MFH: r431252
mail/phpmailer: Update from 5.2.20 to 5.2.22

- SECURITY: Fix CVE-2017-5223, local file disclosure vulnerability if content
            passed to msgHTML() is sourced from unfiltered user input
- Add simple contact form example
- Emoji in test content

Security: CVE-2017-5223

Approved by: ports-secteam (feld)
2017-01-12 13:46:46 +00:00
Carlos J. Puga Medina
d48f07507f MFH: r431208
- Remove leftover patch after r431170

===>  Patching for chromium-54.0.2840.100_1
===>  Applying extra patch /xports/www/chromium/files/extra-patch-clang
===>  Applying extra patch /xports/www/chromium/files/extra-patch-libc++-old
===>  Applying FreeBSD patches for chromium-54.0.2840.100_1
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to services/ui/ws/BUILD.gn.rej
=> Patch patch-services_ui_ws_BUILD.gn failed to apply cleanly.

Reported by:	Jonathan Chen <jonc@chen.org.nz> via email

Approved by:	ports-secteam (junovitch)
2017-01-12 11:18:29 +00:00
Tijl Coosemans
85e5152fcb MFH: r431214
Update to 3.5.8.

PR:		215909
Submitted by:	brnrd
Exp-run by:	antoine
Security:	0c5369fc-d671-11e6-a9a5-b499baebfeaf
Approved by:	ports-secteam (junovitch)
2017-01-12 09:33:06 +00:00
Mathieu Arnold
b19a397e27 MFH: r431233
Commit the cleanups that should have gone in with the pervious update.

Sponsored by:	Absolight
Approved by:	delphij
2017-01-12 08:20:56 +00:00
Mathieu Arnold
96350880ee MFH: r431232
Update to latest commit.

Security:       CVE-2016-9131 CVE-2016-9147 CVE-2016-9444 CVE-2016-9778
Sponsored by:   Absolight
2017-01-12 08:16:46 +00:00
Xin LI
0bc64fcfc0 MFH: r431226
Security update to 9.11.0-P2.

Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
Approved by:	ports-secteam
2017-01-12 07:32:52 +00:00
Xin LI
4d0c4b1e68 MFH: r431225
Security update to 9.10.4-P5.

Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
Approved by:	ports-secteam
2017-01-12 07:32:10 +00:00
Xin LI
6d17708c50 MFH: r431224
Security update to 9.9.5-P5.

Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
Approved by:	ports-secteam
2017-01-12 07:31:31 +00:00
Bernard Spil
66b55f7ed8 MFH: r431176
security/libressl-devel: Fix ECDSA P-256 timing attack vuln

  - Add patch from LibreSSL github

Security:	7caebe30-d7f1-11e6-a9a5-b499baebfeaf
Security:	CVE-2016-7056

Approved by:	ports-secteam (feld)
2017-01-11 20:07:49 +00:00
Bernard Spil
40cafc4f41 MFH: r431174
security/libressl: Fix ECDSA P-256 timing attack vuln

  - Add patch from OpenBSD

Security:	7caebe30-d7f1-11e6-a9a5-b499baebfeaf
Security:	CVE-2016-7056

Approved by:	ports-secteam (feld)
2017-01-11 20:07:00 +00:00
Mark Felder
7de06760c1 MFH: r430723 r430728 r431184
net-mgmt/rancid3: Port cleanup

Fix some variables in post-install, make Comware support include a
version number that matches PORTVERSION

PR:		215832

- add missing fix for rancid version
  s/3.1.99/@VERSION@/

PR:		215832

net-mgmt/rancid3: Update to 3.6.2

Approved by:	ports-secteam (with hat)
2017-01-11 15:06:22 +00:00
Carlos J. Puga Medina
5d569990c6 MFH: r431170
- Fix build on HEAD

In file included from ../../services/ui/ws/window_manager_state.cc:5:
In file included from ../../services/ui/ws/window_manager_state.h:10:
In file included from /usr/include/c++/v1/memory:599:
/usr/include/c++/v1/__config:58:2: error: "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported.     use _LIBCPP_DEPRECATED_ABI_DISABLE_PAIR_TRIVIAL_COPY_CTOR instead
#error "_LIBCPP_TRIVIAL_PAIR_COPY_CTOR" is no longer supported. \
 ^
1 error generated.

PR:		214654
Submitted by:	dim
Reported by:	jbeich
Reviewed by:	rene
Approved by:	chromium (rene)

Approved by:	ports-secteam (feld)
2017-01-11 15:04:03 +00:00
Koop Mast
7492bc67ba MFH: r431039
Drop USE_GCC, this fixed a segfault crash when starting the program.

PR:		199303

Approved by:	ports-secteam (feld@)
2017-01-11 13:32:58 +00:00
Torsten Zuehlsdorff
f7689a67c3 MFH: r431072
news/nzbget: Switch default option from GNUTLS to OPENSSL

There are a series of reports of TLS handshake failures from users of the port.
Upstream responds to this reports with "Use OpenSSL instead of GNU TLS".
Therefore the maintainer decided to switch the default option to OPENSSL.

PR:            215788
Submitted by:  Toxic (maintainer)

Approved by:   ports-secteam (junovitch)
2017-01-11 10:00:44 +00:00
Jan Beich
3aedfa0c2d MFH: r431138
gecko: attempt to unbreak aarch64

../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x28): undefined reference to `nsXPTCStubBase::Stub3()'
../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro._ZTV14nsXPTCStubBase+0x30): undefined reference to `nsXPTCStubBase::Stub4()'
[...]
../../xpcom/build/Unified_cpp_xpcom_build0.o:(.data.rel.ro._ZL16kFrozenFunctions+0x180): undefined reference to `NS_InvokeByIndex'
../../js/xpconnect/src/Unified_cpp_js_xpconnect_src1.o: In function `XPCWrappedNative::CallMethod(XPCCallContext&, XPCWrappedNative::CallMode)':
obj-aarch64-unknown-freebsd11.0/js/xpconnect/src/Unified_cpp_js_xpconnect_src1.cpp:(.text._ZN16XPCWrappedNative10CallMethodER14XPCCallContextNS_8CallModeE+0xd24): undefined reference to `NS_InvokeByIndex'
../../dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.o: In function `txXPCOMExtensionFunctionCall::evaluate(txIEvalContext*, txAExprResult**)':
obj-aarch64-unknown-freebsd11.0/dom/xslt/xpath/Unified_cpp_dom_xslt_xpath2.cpp:(.text._ZN28txXPCOMExtensionFunctionCall8evaluateEP14txIEvalContextPP13txAExprResult+0xa5c): undefined reference to `NS_InvokeByIndex'
/usr/bin/ld: libxul.so: hidden symbol `_ZN14nsXPTCStubBase7Stub234Ev' isn't defined
/usr/bin/ld: final link failed: Bad value

Reported by:	pkg-fallout
Approved by:	ports-secteam blanket
2017-01-11 06:40:00 +00:00
Jason Unovitch
6404837279 MFH: r431088
Update to 24.0.0.194.

Security:	CVE-2017-2925
Security:	CVE-2017-2926
Security:	CVE-2017-2927
Security:	CVE-2017-2928
Security:	CVE-2017-2930
Security:	CVE-2017-2931
Security:	CVE-2017-2932
Security:	CVE-2017-2933
Security:	CVE-2017-2934
Security:	CVE-2017-2935
Security:	CVE-2017-2936
Security:	CVE-2017-2937
Security:	CVE-2017-2938
Security:	https://vuxml.FreeBSD.org/freebsd/2a7bdc56-d7a3-11e6-ae1b-002590263bf5.html
Approved by:	ports-secteam (with hat)
2017-01-11 02:22:08 +00:00
Mark Felder
35e893edcc MFH: r431089
mail/archiveopteryx{-devel}: Fix build on HEAD

Approved by:	ports-secteam (with hat)
2017-01-10 15:13:36 +00:00
Antoine Brodin
b5d673ea60 MFH: r431079
Remove WANT_OPENLDAP_SASL from a few ports as it prevents users from easily
installing a desktop environment and samba.
WANT_OPENLDAP_SASL must not be used in invidual ports Makefiles.
Note: there is a wip to rewrite the handling of openldap in ports

With hat:	portmgr
Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D9083
2017-01-10 12:10:19 +00:00
Nikolai Lifanov
ef360f0fb3 MFH: r430434 r430953
- Pass maintainership to submitter

PR:		215713
Submitted by:	mokhi64@gmail.com

update devel/pcsc-lite to 1.8.20

PR:		215834
Submitted by:	Mahdi Mokhtari <mokhi64@gmail.com> (maintainer)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Security:	https://vuxml.FreeBSD.org/freebsd/c218873d-d444-11e6-84ef-f0def167eeea.html
Differential Revision:	https://reviews.freebsd.org/D9071

Approved by:	ports-secteam
2017-01-10 03:44:47 +00:00
Jason Unovitch
de4c1724d6 MFH: r431064
devel/dwarfdump: update 20130207 -> 20161124; add LICENSE

PR:		215086
Submitted by:	pfg
Approved by:	maintainer timeout (4 weeks)
Approved by:	ports-secteam (with hat)
2017-01-10 03:24:51 +00:00
Jason Unovitch
72df0f8a30 MFH: r430977
Fix patch.

Sponsored by:	Absolight
Approved by:	ports-secteam (blanket)
2017-01-10 03:06:36 +00:00
Mark Felder
6763a9da14 MFH: r430725
textproc/rubygem-liquid3: new port

- Required for www/rubygem-jekyll

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8975

Approved by:	ports-secteam (with hat)
2017-01-10 02:20:58 +00:00
Mark Felder
0f960172d2 MFH: r430726
textproc/rubygem-rouge1: New port

- Required by www/rubygem-jekyll

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8976

Approved by:	ports-secteam (with hat)
2017-01-10 02:20:06 +00:00
Mark Felder
f093d4b1ac MFH: r430727
devel/rubygem-listen: Add missing dependency

- Add missing dependency on devel/rubygem-ruby_dep

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8977

Approved by:	ports-secteam (with hat)
2017-01-10 02:19:09 +00:00
Mark Felder
a36a58413f MFH: r430729
www/rubygem-jekyll: Fix RUN_DEPENDS

- Does not work with the latest liquid release so depend on
  textproc/rubygem-liquid3
- Does not work with the latest rouge release so depend on
  textproc/rubygem-rouge1

PR:		213500
Reported by:	freebsdbug@patpro.net
Reviewed by:	mat
Approved by:	mat
Differential Revision:	https://reviews.freebsd.org/D8978

Approved by:	ports-secteam (with hat)
2017-01-10 02:18:19 +00:00
Mathieu Arnold
c001cb312d MFH: r431033
Also, don't report autofs.

Sponsored by:	Absolight
2017-01-09 21:51:49 +00:00
Mark Felder
bfed9c0c9f MFH: r430919
- Update to 0.5.3.20170102.
- Switch to code maintained by the Debian Project.
- This version fixes multiple vulnerabilities.
- Add LICENSE.
- Add NLS option.
- Change default Japanese character encoding to UTF-8.

PR:		215822
Reported by:	Daniel <d.stoye@cms.hu-berlin.de>
Security:	http://www.vuxml.org/freebsd/eafa3aec-211b-4dd4-9b8a-a664a3f0917a.html

Approved by:	ports-secteam (with hat)
2017-01-09 18:05:58 +00:00
Mark Felder
6f109b7c2b MFH: r430992
graphics/py-pillow: Update to 3.4.2 (security fixes)

- Update to 3.4.2
- Add JPEG2000 option

Changes:	https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst

PR:		215615

Approved by:	ports-secteam (with hat)
2017-01-09 18:00:35 +00:00
Mark Felder
f5873101f4 MFH: r430988
devel/libdwarf: Update and fix vulnerabilties

-Update URL
-Add LICENSE

PR:		215085
Approved by:	ports-secteam (with hat)
2017-01-09 17:35:22 +00:00
Mark Felder
1a83ef130a MFH: r430984
www/lynx: Patch vulnerabilities

PR:		215464
Security:	CVE-2014-3566
Security:	CVE-2016-9179

Approved by:	ports-secteam (with hat)
2017-01-09 17:15:50 +00:00
Ben Woods
feca9cb471 MFH: r430857
irc/quassel: Fix erroneously empty value for PLIST variable

This was causing the build of slave port irc/quassel-core to hang during
the ports build step which generates temporary packing list, as the sed
command to perform PLIST_SUB did not have a filename argument provided.

Reported by:	Steve Hay <hay.steve@gmail.com>

Approved by:	ports-secteam (junovitch)
2017-01-08 22:54:15 +00:00
Jan Beich
8b5b8d9317 MFH: r430854
security/nss: update to 3.28.1

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.28.1_release_notes
Approved by:	ports-secteam (junovitch)
2017-01-08 20:52:17 +00:00
Jason Unovitch
cdd0d9a4ba MFH: r430724
Update MASTER_SITES

PR:		215823
Submitted by:	Danilo G. Baio (maintainer)
Approved by:	ports-secteam (blanket)
2017-01-08 20:36:55 +00:00
Vanilla I. Shu
cb378fb631 MFH: r430851
Downgrade to 0.8.21.

PR:		215800
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>

Approved by:	ports-secteam (feld)
2017-01-08 01:39:29 +00:00
Jan Beich
0e081d34c6 MFH: r430796 r430797
textproc/hunspell: update to 1.6.0

- Restore DIST_SUBDIR from r305651
- Adjust license for "or later" clause
- Restore GPLv2+/LGPL21+ license files removed upstream as
  GPLv3+/LGPL3+ only affects Hunspell 2.0 (not currently built)
- Unbreak |make makepatch|

Changes:	https://github.com/hunspell/hunspell/releases/tag/v1.6.0
PR:		215714
Submitted by:	sunpoet (based on)
Exp-run by:	antoine
Approved by:	ports-secteam (junovitch)
Differential Revision:	https://reviews.freebsd.org/D8887
2017-01-07 21:47:14 +00:00
Jan Beich
def4d80ba3 MFH: r430824
print/harfbuzz: update to 1.4.1

Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.0
Changes:	https://github.com/behdad/harfbuzz/releases/tag/1.4.1
ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Approved by:	ports-secteam (junovitch)
2017-01-07 21:29:07 +00:00
Jan Beich
d3d7cad9b4 MFH: r430767
devel/boost-libs: drop -no-integrated-as on aarch64

PR:		213867
Obtained from:	upstream
Approved by:	ports-secteam (junovitch)
2017-01-07 21:27:06 +00:00
Sunpoet Po-Chuan Hsieh
f9c137f790 MFH: r430779
Fix net-p2p/rtorrent with https trackers

- Bump PORTREVISION for package change

Reference:	https://github.com/rakshasa/rtorrent/issues/538
Obtained from:	a7b38c9dc9

Approved by:	ports-secteam (junovitch, blanket)
2017-01-07 21:24:15 +00:00
Antoine Brodin
45a5259b7c MFH: r430752
Fix configure with zlib 1.2.10, configure script believes that version
1.2.10 is lower than 1.2.5

Reported by:	pkg-fallout
2017-01-07 21:21:25 +00:00
Antoine Brodin
efa2f74ee6 MFH: r430751
Unbreak configure with zlib 1.2.10, configure script believes that version
1.2.10 is vulnerable version 1.2.1

Reported by:	pkg-fallout
2017-01-07 21:20:13 +00:00
Jan Beich
ff74c60641 MFH: r430817
devel/nasm: unbreak with clang 4.0

checking for strspn... no
configure: error: NASM requires ANSI C (specifically, "strspn")
[...]
conftest.c:56:13: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes]
char strspn ();
            ^
             void

Regressed by:	https://github.com/llvm-mirror/clang/commit/162749f9c543
Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2017-01-07 18:35:39 +00:00
Vsevolod Stakhov
178b20e003 MFH: r430707
- Update to 1.4.2

Approved by:	ports-secteam (junovitch)
2017-01-07 16:49:53 +00:00
Jason E. Hale
edb03b13c4 MFH: r430784
Update to 1.54.1
Unbreak fetch (project moved to Github)
Clean up and fix some broken dependencies
Regenerate patches with 'make makepatch'
Use standard options descriptions when possible

PR:		213692 (based on)
Submitted by:	<timon@timon.net.nz>
Approved by:	maintainer timeout

Approved by:	ports-secteam (blanket)
2017-01-07 13:45:08 +00:00
Antoine Brodin
1d40f118d2 MFH: r430770
Remove LICENSE=NONE, this ports installs only symlinks so if a license has
to apply it's the FreeBSD Ports Collection license
2017-01-07 07:36:19 +00:00
Antoine Brodin
0271b0ae44 MFH: r430768
Fix LICENSE_PERMS, we are allowed to mirror package and source

Reported by:	pkg-fallout (master site temporarily unavailable and nothing in distcache)
2017-01-07 07:23:30 +00:00
Jan Beich
daf88e8e7a MFH: r430692
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
Approved by:	ports-secteam (junovitch)
2017-01-07 06:08:28 +00:00
Steve Wills
e23da206c4 MFH: r430755
sysutils/rubygem-fluentd: Patch to remove dep on string-scrub

PR:		215178
Reported by:	Yanis Guenane <yanis+freebsd@guenane.org>
Approved by:	maintainer timeout (kuriyama, >4 weeks)
2017-01-06 23:06:53 +00:00
Antoine Brodin
f386f9ba25 MFH: r430521
print/hpijs: unbreak with libc++ 3.9

registry.cpp:249:9: error: cannot initialize a variable of type 'char *' with an rvalue of type
      'const char *'
                char    *cmdStr = strstr ((const char *) DevIDBuffer+2, "CMD:");
                         ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dj3320.cpp:429:24: error: assigning to 'char *' from incompatible type 'const char *'
            if ((pcStr = strstr((const char*)pLDLEncap->byStatusBuff + 10, "$S:")) == NULL)
                       ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		212343
Regressed by:	https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
2017-01-06 20:05:45 +00:00
Antoine Brodin
d56371a5df MFH: r430522
emulators/snes9x: unbreak with libc++ 3.9

unix/unix.cpp:1451:9: error: cannot initialize a variable of type 'char *' with an rvalue of type
      'const char *'
  char *slash = strrchr(path, SLASH_CHAR);
        ^       ~~~~~~~~~~~~~~~~~~~~~~~~~
unix/unix.cpp:1452:9: error: cannot initialize a variable of type 'char *' with an rvalue of type
      'const char *'
  char *dot = strrchr(path, '.');
        ^     ~~~~~~~~~~~~~~~~~~

PR:		212343
Regressed by:	https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
2017-01-06 19:57:31 +00:00
Antoine Brodin
a3bc8661b4 MFH: r430730
Fix build with libc++ 3.9.0

PR:		212696
Submitted by:	dim
2017-01-06 18:56:13 +00:00
Antoine Brodin
cd00c8532d MFH: r430520
devel/fam: unbreak with libc++ 3.9

NFSFileSystem.c++:105:12: error: assigning to 'char *' from incompatible type 'const char *'
    if ((p = strstr(opt, "actimeo")))
           ^ ~~~~~~~~~~~~~~~~~~~~~~
NFSFileSystem.c++:112:12: error: assigning to 'char *' from incompatible type 'const char *'
    if ((p = strstr(opt, "acregmin"))) {
           ^ ~~~~~~~~~~~~~~~~~~~~~~~
NFSFileSystem.c++:118:12: error: assigning to 'char *' from incompatible type 'const char *'
    if ((p = strstr(opt, "acregmax"))) {
           ^ ~~~~~~~~~~~~~~~~~~~~~~~

PR:		212343
Regressed by:	https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b
2017-01-06 16:42:11 +00:00
Antoine Brodin
99c23387b8 MFH: r430523
emulators/mupen64plus-video-glide64mk2: unbreak with clang 3.9

./../src/Glide64/3dmath.cpp:274:5: error: use of undeclared identifier '__builtin_ia32_storeups'
    __builtin_ia32_storeups(r[i], destrow);
    ^

PR:		212343
Regressed by:	https://github.com/llvm-mirror/clang/commit/53a73530fec1
2017-01-06 11:50:41 +00:00
Christoph Moench-Tegeder
be80452d4c MFH: r430489
update thunderbird to 45.6.0

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

PR:		215733
Approved by:	jbeich (maintainer), rene (mentor, implicit)
Security:	512c0ffd-cd39-4da4-b2dc-81ff4ba8e238

Approved by:	ports-secteam (junovitch)
2017-01-06 11:23:54 +00:00
Olli Hauer
fd59c2d061 MFH: r430486
- update to 3.1.4

Changelog:
20161105
  Bugfix (introduced: Postfix 1.1): the postsuper command did not count a
  successful rename operation after error recovery.

20161204
  Bugfix (introduced: Postfix 3.1): cut-and-paste error in the "postfix
  tls deploy-server-cert" command, causing the wrong certfile and keyfile
  to be used.

  Robustness: create a new keyfile when "postfix tls new-server-cert" is
  invoked and main.cf specifies a non-existent keyfile.

20161206
  Bugfix (introduced: Postfix 3.0): when receiving a MAIL FROM...SMTPUTF8
  command while smtpd_delay_reject=no, enable SMTPUTF8 support before
  processing smtpd_sender_restrictions.

20161220
  Bugfix (introduced: Postfix 2.1.0): the Postfix SMTP daemon did not query
  sender_canonical_maps when rejecting unknown senders with
  "smtpd_reject_unlisted_recipient = yes" or with reject_unlisted_sender.

Approved by:	ports-secteam (junovitch@)
2017-01-06 10:49:03 +00:00
Thomas Zander
09719abf49 MFH: r430646
Resolve dependency conflicts with www/py-requests; bump PORTREVISION

PR:		213999
Submitted by:	kaltheat@gmail.com

Approved by:	ports-secteam (junovitch)
2017-01-06 10:15:50 +00:00
Thomas Zander
04cd63ef33 MFH: r430642
Update to upstream version 1.2.10; update maintainer mail address

Detailed log:
- Update to upstream 1.2.10; this includes an important runtime fix
  in gzwrite.c that produced corrupt gzip files
- New maintainer email address: lbartoletti@tuxfamily.org

While on it:
- Pet portlint

PR:		215782
Submitted by:	lbartoletti@tuxfamily.org (maintainer)

Approved by:	ports-secteam (junovitch)
2017-01-06 10:13:42 +00:00
Thomas Zander
38e733a584 MFH: r430544
Update to upstream version 4.6.4

Detailed log:
- Update to upstream version 4.6.4
- Fix potential security issue (installation of
  globally-writable files)

PR:		214842
Submitted by:	shoesoft@gmx.net
Approved by:	bsd@volki.at (maintainer)

Approved by:	ports-secteam (junovitch)
2017-01-06 10:11:47 +00:00
Thomas Zander
207788ccf2 MFH: r430413
Unbundle libass from mplayer / mencoder

Log:
- Use libass from ports instead of bundled version (this likely
  addresses some vulnerabilities since bundled libass is from 2013)
- New default OPTION ASS
- Bump portrevision

Reported by:	jbeich

Approved by:	ports-secteam (junovitch)
2017-01-06 10:09:28 +00:00
Torsten Zuehlsdorff
9a8db6188d MFH: r430557
databases/php70-interbase: Allow creation of multiple connections to Interbase

Currently the first connection to the database is closed
when a second one is opened. This bug was already reported to upstream:
https://bugs.php.net/bug.php?id=72175

Reported by: Marc Muncke <m.muncke@computer1020.at>
Reviewed by: Marc Muncke <m.muncke@computer1020.at>

Approved by: ports-secteam (junovitch)
2017-01-06 10:07:59 +00:00
Torsten Zuehlsdorff
062da1ae2d MFH: r430636
www/typo3: Update from 7.6.14 to 7.6.15

Changelog: https://wiki.typo3.org/TYPO3_CMS_7.6.15

This fixes also a security issue with the mailtransport.

PR:           215756
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Reviewed by:  freebsd-ports@charlieroot.de (maintainer)

Approved by:  ports-secteam (junovitch)
2017-01-06 10:06:47 +00:00
Torsten Zuehlsdorff
663a7ca75a MFH: r430637
www/typo3: Update from 6.2.29 to 6.2.30

Changelog: https://wiki.typo3.org/TYPO3_CMS_6.2.30

This fixes also a security issue with the mailtransport.

PR:           215756
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
Reviewed by:  freebsd-ports@charlieroot.de (maintainer)
Approved by:  ports-secteam (junovitch)
2017-01-06 10:04:31 +00:00
Olivier Duchateau
1b242d63a8 MFH: r430635
- Add patch, which removes 'show_editor' property (available in Gtk+
  since 3.20) in GtkColorButton, otherwise Preferences dialog
  is empty
- Bump PORTREVISION

PR:		215794
Reported by:	<naito.yuichiro@gmail.com>

Approved by:	ports-secteam (junovitch@)
2017-01-06 08:11:30 +00:00
Vanilla I. Shu
26c7f4959a MFH: r430687
chrase irc/irssi.

Approved by:	ports-secteam@ (junovitch@)
2017-01-06 04:02:18 +00:00
Vanilla I. Shu
7ca8f12db7 MFH: r430686
Update to 1.0.0, also remove deprecated configure options.

PR:		215800
Submitted by:	vlad-fbsd@acheronmedia.com <vlad-fbsd at acheronmedia.com>

Approved by:	ports-secteam@ (junovitch@)
2017-01-06 04:00:50 +00:00
Jason Unovitch
c5f9f3e81b MFH: r430683
. Update to 2016j

Approved by:	ports-secteam (with hat)
2017-01-06 03:37:08 +00:00
Jason Unovitch
1f2b9ad34c MFH: r430490 (www/codeigniter only) r430681
www/codeigniter: update 3.0.6 -> 3.1.2

- Never set WRKSRC when using USE_GITHUB.

Security:	https://vuxml.FreeBSD.org/freebsd/5e439ee7-d3bd-11e6-ae1b-002590263bf5.html
Security:	https://vuxml.FreeBSD.org/freebsd/496160d3-d3be-11e6-ae1b-002590263bf5.html
Approved by:	ports-secteam (with hat)
2017-01-06 03:29:48 +00:00
Jason Unovitch
46822811a9 MFH: r430470
Update to 2016j

Approved by:	ports-secteam (with hat)
2017-01-06 02:09:15 +00:00
Jason E. Hale
6069c607cb MFH: r430675
Update to 2015-02-08
Unbreak fetch (project moved to Github)

PR:		215560
Submitted by:	p5B2E9A8F@t-online.de
Patched by:	jhale
Approved by:	Marco Steinbach <coco@executive-computing.de> (maintainer)

Approved by:	ports-secteam (blanket)
2017-01-06 01:19:20 +00:00
Mark Felder
59e4537c2d MFH: r430603
net-p2p/couchpotato: Create a user account for couchpotato

Reported by:	mat

Approved by:	ports-secteam (with hat)
2017-01-04 22:32:37 +00:00
Steve Wills
527a6f6057 MFH: r430514
www/rubygem-gollum-lib: fix with newer nokogiri

Approved by:	ports-secteam (implicit)
2017-01-03 19:17:45 +00:00
Sunpoet Po-Chuan Hsieh
3e5313428b MFH: r430510
Fix gemspec for rubygem-nokogiri 1.7.0 update (r430126)

- Bump PORTREVISION for package change

Approved by:	portmgr (swills), ports-secteam (blanket)
2017-01-03 19:09:59 +00:00
Steve Wills
4b463ca1c9 MFH multiple fixes to get redmine working
MFH: r430437 r430439 r430440

mail/rubygem-roadie: fix with newer nokogiri

www/redmine: fix with newer gems

Fix with newer ldap and mysql.

PR:		213127

www/redmine: fix startup when using thing

PR:		213051
Submitted by:	Matthias Fechner <idefix@fechner.net>
2017-01-03 18:25:44 +00:00
Steve Wills
cc9996188d MFH creating rubygem-rails-dom-testing1 and multiple gem ports using it
MFH: r430420 r430422 r430423 r430426

textproc/rubygem-rails-dom-testing1: create port

Create port for 1.x version of rubygem-rails-dom-testing for the ports that
still need the older version.

devel/rubygem-actionview: switch to rubygem-rails-dom-testing 1.x dep

mail/rubygem-actionmailer4: switch to rubygem-rails-dom-testing 1.x dep

www/rubygem-actionpack4: switch to rubygem-rails-dom-testing 1.x dep
2017-01-03 18:23:21 +00:00
Steve Wills
f36572ad25 MFH creating json1 and switching multiple gems to it
MFH: r430385 r430386 r430387 r430391 r430392 r430394 r430395 r430396 r430397 r430400 r430401 r430402 r430403 r430415 r430416 r430418

devel/rubygem-json1: create port

create port for 1.x version of rubygem-json for use by other ports that need to
depend on the older version of json

databases/rubygem-dm-serializer: switch to json 1.x dep

databases/ruby-dm-types: switch to json 1.x dep

devel/rubygem-activesupport4: switch to json 1.x dep

devel/rubygem-aws-sdk-v1: switch to json 1.x dep

devel/rubygem-rdoc3: switch to json 1.x dep

devel/rubygem-rubytree: switch to json 1.x dep

devel/rubygem-sdoc: switch to json 1.x dep

irc/rubygem-cogbot: switch to json 1.x dep

net-im/rubygem-termtter: switch to json 1.x dep

net-im/rubygem-tinder: switch to json 1.x dep

net/rubygem-amqp-utils: switch to json 1.x dep

net/rubygem-omniauth-twitter: switch to json 1.x dep

net/rubygem-qiniu: switch to json 1.x dep

net/rubygem-twitter: switch to json 1.x dep

devel/rubygem-json1: add portscout limit
2017-01-03 18:16:47 +00:00
Mark Felder
f3c5fbc9c4 MFH: r430484
net-mgmt/rancid3: Update to 3.6.1

Also clarify in pkg-message that hourly periodic script won't work
unless you tell crontab that periodic hourly jobs exist

Approved by:	ports-secteam (with hat)
2017-01-03 17:11:15 +00:00
Mathieu Arnold
77c5e4aed8 MFH: r430479
Fix plugin configurations.

Munin seems to read all the files in its .d directory, so the .sample is
always read after the actual .conf, and overwrites its defaults.
Which is, obviously, a bad thing.

Sponsored by:	Absolight
2017-01-03 15:52:06 +00:00
Mathieu Arnold
af7db2a75a MFH: r430477
Fix postfix's logfile, it is supposed to be the filename, not the full
path.

PR:		215735
Submitted by:	Vladimir Krstulja
Sponsored by:	Absolight
2017-01-03 15:20:02 +00:00
Jan Beich
8132d40d2d MFH: r430427
games/openbor: update description

Obtained from:	https://sourceforge.net/projects/openbor/
Approved by:	ports-secteam blanket
2017-01-03 00:54:10 +00:00
Ryan Steinmetz
3fb8531c85 MFH: r430376
- Update to 5.39

Approved by:	ports-secteam (zi@)
2017-01-02 20:53:55 +00:00
Ryan Steinmetz
66335a58b8 MFH: r430381
- Document multiple vulnerabilities in w3m ports

PR:		215070
Submitted by:	kcwu@csie.org
Security:	eafa3aec-211b-4dd4-9b8a-a664a3f0917a

Approved by:	ports-secteam (zi@)
2017-01-02 17:13:37 +00:00
Ryan Steinmetz
fb6e3d4a7b MFH: r430378
- Update to 2.4.13

Approved by:	ports-secteam (zi@)
2017-01-02 17:04:14 +00:00
1818 changed files with 17135 additions and 16492 deletions

2
GIDs
View File

@ -106,7 +106,7 @@ solr:*:161:
octoprint:*:162:
_iked:*:163:
lightdm:*:164:
# free: 165
uwsgi:*:165:
# free: 166
# free: 167
# free: 168

View File

@ -202,7 +202,7 @@ export_ports_env() {
# Bring in all the vars, but not empty ones.
eval $(${MAKE} -f ${PORTSDIR}/Mk/bsd.port.mk ${make_cmd} \
USES="${uses}" | grep -v '=$')
USES="${uses}" | grep -v '=$' | sed -e 's,\\ $,,')
for var in ${export_vars}; do
# Export and display non-empty ones. This is not redundant
# with above since we're looping on all vars here; do not

View File

@ -37,12 +37,12 @@ RUN_DEPENDS+= libxul>=45:www/libxul
.elif ${gecko_ARGS:Mfirefox}
_GECKO_DEFAULT_VERSION= 45
_GECKO_VERSIONS= 45 50
_GECKO_VERSIONS= 45 52
_GECKO_TYPE= firefox
# Dependence lines for different Firefox versions
45_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox-esr
50_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
52_DEPENDS= ${LOCALBASE}/lib/firefox/firefox:www/firefox
.if exists(${LOCALBASE}/bin/firefox)
_GECKO_INSTALLED_VER!= ${LOCALBASE}/bin/firefox --version 2>/dev/null

View File

@ -334,7 +334,11 @@ json_DEPENDS= devel/php${PHP_VER}-json
ldap_DEPENDS= net/php${PHP_VER}-ldap
mbstring_DEPENDS= converters/php${PHP_VER}-mbstring
mcrypt_DEPENDS= security/php${PHP_VER}-mcrypt
. if ${PHP_VER} >= 70
memcache_DEPENDS= databases/php${PHP_VER}-memcache
. else
memcache_DEPENDS= databases/pecl-memcache
. endif
mssql_DEPENDS= databases/php${PHP_VER}-mssql
mysql_DEPENDS= databases/php${PHP_VER}-mysql
mysqli_DEPENDS= databases/php${PHP_VER}-mysqli

View File

@ -183,7 +183,7 @@ harfbuzz_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
harfbuzz_MOZ_OPTIONS= --with-system-harfbuzz
.endif
hunspell_LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell
hunspell_LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
hunspell_MOZ_OPTIONS= --enable-system-hunspell
icu_LIB_DEPENDS= libicui18n.so:devel/icu
@ -387,6 +387,9 @@ post-patch-SNDIO-on:
.if ${PORT_OPTIONS:MRUST}
BUILD_DEPENDS+= rustc:${RUST_PORT}
. if ${MOZILLA_VER:R:R} >= 51
BUILD_DEPENDS+= cargo:devel/cargo
. endif
RUST_PORT?= lang/rust
MOZ_OPTIONS+= --enable-rust
.else

View File

@ -175,7 +175,7 @@ RUBY22= "" # PLIST_SUB helpers
# Ruby 2.3
#
RUBY_RELVERSION= 2.3.3
RUBY_PORTREVISION= 1
RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0
RUBY23= "" # PLIST_SUB helpers

4
UIDs
View File

@ -111,7 +111,7 @@ solr:*:161:161::0:0:Apache Solr System:/var/db/solr:/usr/sbin/nologin
octoprint:*:162:162::0:0:OctoPrint Daemon:/usr/local/octoprint:/usr/sbin/nologin
_iked:*:163:163::0:0:IKEv2 Daemon:/var/empty:/usr/sbin/nologin
lightdm:*:164:164::0:0:Light Display Manager:/var/lib/lightdm-data:/usr/sbin/nologin
# free: 165
uwsgi:*:165:165::0:0:uwsgi Daemon:/nonexistent:/usr/sbin/nologin
# free: 166
# free: 167
# free: 168
@ -896,7 +896,7 @@ mediatomb:*:946:946::0:0:Mediatomb UPnP AV MediaServer:/nonexistent:/usr/sbin/no
mapred:*:947:955::0:0:Hadoop MapReduce user:/nonexistent:/usr/sbin/nologin
dnrd:*:948:948::0:0:& user:/nonexistent:/usr/sbin/nologin
_lldpd:*:949:949::0:0:lldpd user:/nonexistent:/usr/sbin/nologin
# free: 950
couchpotato:*:950:65534::0:0:couchpotato user:/nonexistent:/usr/sbin/nologin
openerpd:*:951:951::0:0:Openerpd user:/nonexistent:/usr/sbin/nologin
bitten-slave:*:952:952:daemon:0:0:Bitten slave user:/var/lib/bitten-slave:/usr/sbin/nologin
_neubot:*:953:953::0:0:neubot daemon:/nonexistent:/usr/sbin/nologin

View File

@ -5,6 +5,13 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20170302:
AFFECTS: users of mail/thunderbird with Lightning
AUTHOR: cmt@FreeBSD.org
After changes in the packaging of the Lightning extension, profiles
using this extension have to be re-created.
20170102:
AFFECTS: multimedia/ffmpeg
AUTHOR: jbeich@FreeBSD.org

View File

@ -3,7 +3,7 @@
PORTNAME= innoextract
PORTVERSION= 1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
MASTER_SITES= http://constexpr.org/innoextract/files/

View File

@ -8,4 +8,4 @@ time for compression ratio.
The libraries are BSD licensed, and the binaries are GPLv2.
WWW: http://www.lz4.info/
WWW: http://www.lz4.org/

View File

@ -3,7 +3,7 @@
PORTNAME= liborange
PORTVERSION= 0.4
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= archivers
MASTER_SITES= SF/synce/Orange/${PORTVERSION}

View File

@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= minizip
PORTVERSION= 1.2.8
PORTREVISION= 1
PORTVERSION= 1.2.10
CATEGORIES= archivers
MASTER_SITES= SF/libpng/zlib/${PORTVERSION}
DISTNAME= zlib-${PORTVERSION}
MAINTAINER= coder@tuxfamily.org
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Zip library and programs from Zlib distribution
LICENSE= ZLIB
USES= autoreconf libtool pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-demos
INSTALL_TARGET= install-strip

View File

@ -1,2 +1,3 @@
SHA256 (zlib-1.2.8.tar.xz) = 831df043236df8e9a7667b9e3bb37e1fcb1220a0f163b6de2626774b9590d057
SIZE (zlib-1.2.8.tar.xz) = 450776
TIMESTAMP = 1483559487
SHA256 (zlib-1.2.10.tar.xz) = 9612bf086047078ce3a1c154fc9052113fc1a2a97234a059da17a6299bd4dd32
SIZE (zlib-1.2.10.tar.xz) = 467980

View File

@ -4,7 +4,7 @@
PORTNAME= tardy
PORTVERSION= 1.28
DISTVERSIONSUFFIX= .D001.orig
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= archivers
MASTER_SITES= SF/tardy/${PORTVERSION}/
DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX}

View File

@ -3,7 +3,7 @@
PORTNAME= unar
PORTVERSION= 1.10.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= archivers gnustep
MASTER_SITES= http://wakaba.c3.cx/releases/TheUnarchiver/
DISTNAME= ${PORTNAME}${PORTVERSION}_src

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= unshield
PORTVERSION= 1.4
PORTVERSION= 1.4.1
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1483256014
SHA256 (twogood-unshield-1.4_GH0.tar.gz) = 8ae91961212193a7d3d7973c1c9464f3cd1967c179d6099feb1bb193912f8231
SIZE (twogood-unshield-1.4_GH0.tar.gz) = 37199
TIMESTAMP = 1484485663
SHA256 (twogood-unshield-1.4.1_GH0.tar.gz) = f84c0f29028f7162fe6e97c2b1e7f2886eedbda76f94f357fa2ab0362ebfe635
SIZE (twogood-unshield-1.4.1_GH0.tar.gz) = 46009

View File

@ -1,6 +1,7 @@
bin/unshield
include/libunshield.h
lib/libunshield.so
lib/libunshield.so.1.4
lib/libunshield.so.0
lib/libunshield.so.0.0.0
libdata/pkgconfig/libunshield.pc
man/man1/unshield.1.gz

View File

@ -8,7 +8,7 @@ CATEGORIES= archivers
MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= ler@lerctr.org
MAINTAINER= ler@FreeBSD.org
COMMENT= Create/update ZIP files compatible with PKZIP
# License is BSD-based, but not identical, so install with documentation

View File

@ -0,0 +1,22 @@
https://github.com/gpsbabel/gpsbabel/issues/62
--- bushnell.cc.orig 2017-01-24 13:08:41 UTC
+++ bushnell.cc
@@ -135,7 +135,7 @@ bushnell_get_icon_from_name(QString name
name = "Waypoint";
}
- for (t = bushnell_icons; t->icon > 0; t++) {
+ for (t = bushnell_icons; t->icon != NULL; t++) {
if (0 == name.compare(t->icon, Qt::CaseInsensitive)) {
return t->symbol;
}
@@ -147,7 +147,7 @@ static const char*
bushnell_get_name_from_symbol(signed int s)
{
icon_mapping_t* t;
- for (t = bushnell_icons; t->icon > 0; t++) {
+ for (t = bushnell_icons; t->icon != NULL; t++) {
if (s == t->symbol) {
return t->icon;
}

View File

@ -2,7 +2,7 @@
PORTNAME= libkgeomap
PORTVERSION= ${KDE4_APPLICATIONS_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= astro kde
MASTER_SITES= KDE/${KDE4_APPLICATIONS_BRANCH}/applications/${PORTVERSION}/src
DIST_SUBDIR= KDE/${PORTVERSION}

View File

@ -4,7 +4,7 @@
PORTNAME= libosmium
PORTVERSION= 2.10.3
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org

View File

@ -6,7 +6,7 @@ PORTVERSION= 1.2
CATEGORIES= astro geography
MASTER_SITES= LOCAL/madpilot/xearth
MAINTAINER= ler@lerctr.org
MAINTAINER= ler@FreeBSD.org
COMMENT= Set the root window to the image of earth
USE_XORG= x11 xext sm ice xt

View File

@ -30,7 +30,8 @@ BAT_DESC= Basic Audio Tester support
BAT_LIB_DEPENDS=libfftw3.so:math/fftw3
BAT_CONFIGURE_ENABLE=bat
MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto
MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto
MANPAGES_CONFIGURE_ENV= ac_cv_prog_xmlto=minixmlto
MANPAGES_CONFIGURE_ENABLE=xmlto
NLS_USES= gettext
@ -42,7 +43,10 @@ SAMPLERATE_CONFIGURE_ENV_OFF=ac_cv_header_samplerate_h=no
post-patch: .SILENT
${REINPLACE_CMD} -e '/LIBS/s/-ldl//g; /LIBRT/s/-lrt//g;' \
-e '/x"$$xmlto"/s/= xyes/!= xno/' \
${WRKSRC}/configure
${REINPLACE_CMD} -e 's/ xmlto/ $$(xmlto)/' \
${WRKSRC}/alsactl/Makefile.in
${FIND} -E ${WRKSRC} -type f -regex \
'.*\.([[:digit:]]|spec\.in|csv|xml)' -exec \
${REINPLACE_CMD} -i .pathfix.bak \

View File

@ -3,7 +3,7 @@
PORTNAME= aqualung
PORTVERSION= 1.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -3,7 +3,7 @@
PORTNAME= ardour
PORTVERSION= 2.8.16
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://freebsd.nsu.ru/distfiles/

View File

@ -3,7 +3,7 @@
PORTNAME= clementine
PORTVERSION= 1.3.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
PKGNAMESUFFIX= -player

View File

@ -1,7 +1,7 @@
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= audio
PKGNAMEPREFIX= cpp-

View File

@ -3,7 +3,7 @@
PORTNAME= csound
PORTVERSION= 6.06
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}6/${PORTNAME:S/c/C/}${PORTVERSION}
PKGNAMESUFFIX= 6

View File

@ -3,7 +3,7 @@
PORTNAME= deadbeef
PORTVERSION= 0.7.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/

View File

@ -3,7 +3,7 @@
PORTNAME= decibel-audio-player
PORTVERSION= 1.08
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio multimedia gnome python
MASTER_SITES= http://decibel.silent-blade.org/uploads/Main/

View File

@ -87,14 +87,11 @@ do-configure:
# This step helps non-i386 systems and is harmless on i386
-${LN} -s ix86_FreeBSD.mak ${WRKDIR}/$d/config/systems/${ARCH:S/armv6/arm/}_unknown.mak
.endfor
${REINPLACE_CMD} \
@${REINPLACE_CMD} \
-e '/^CFLAGS *=/s|$$| ${CFLAGS}|' \
-e '/^CXXFLAGS *=/s|$$| ${CXXFLAGS}|' \
-e 's,^OPTIMI,#OPTIMI,' \
${WRKSRC}/speech_tools/config/compilers/gcc*.mak
# This step helps to use a compiler, the vendor has not seen before:
${TEST} -e ${WRKDIR}/speech_tools/config/compilers/${CC}.mak || \
${LN} -s gcc_defaults.mak ${WRKDIR}/speech_tools/config/compilers/${CC}.mak
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}

View File

@ -0,0 +1,11 @@
--- speech_tools/config/compilers/gcc.mak.orig 2001-04-04 11:55:32 UTC
+++ speech_tools/config/compilers/gcc.mak
@@ -38,8 +38,4 @@
## ##
###########################################################################
-ifdef GCC
-include $(EST)/config/compilers/$(GCC).mak
-else
include $(EST)/config/compilers/gcc_defaults.mak
-endif

View File

@ -3,7 +3,7 @@
PORTNAME= fluidsynth
PORTVERSION= 1.1.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@ -13,8 +13,9 @@ COMMENT= Real-time software synthesizer based on the SoundFont 2 specifications
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE SNDIO
OPTIONS_DEFAULT= JACK
OPTIONS_DEFINE= JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO READLINE \
SNDFILE SNDIO
OPTIONS_DEFAULT= JACK READLINE
USE_GNOME= glib20
USES= cmake pkgconfig ninja tar:bzip2
@ -46,6 +47,9 @@ PORTAUDIO_CMAKE_ON= -Denable-portaudio:BOOL=TRUE
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CMAKE_OFF= -Denable-pulseaudio:BOOL=FALSE
READLINE_USES= readline
READLINE_CMAKE_OFF= -Denable-readline:BOOL=FALSE
SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile
SNDFILE_CMAKE_OFF= -Denable-libsndfile:BOOL=FALSE

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gbsplay
PORTVERSION= 0.0.93
PORTREVISION= 1
PORTVERSION= 0.0.93.20161217
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
@ -13,6 +12,7 @@ LICENSE= GPLv2
USE_GITHUB= yes
GH_ACCOUNT= mmitch
GH_TAGNAME= 2c4486e
HAS_CONFIGURE= yes
USES= gmake compiler:gcc-c++11-lib

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1475758315
SHA256 (mmitch-gbsplay-0.0.93_GH0.tar.gz) = 49a4545b51b91d3c01100b7f99d7c00f981f60d2bade7389255076078deef4ef
SIZE (mmitch-gbsplay-0.0.93_GH0.tar.gz) = 66683
TIMESTAMP = 1486032638
SHA256 (mmitch-gbsplay-0.0.93.20161217-2c4486e_GH0.tar.gz) = 07358b957397b565bbe66e3b515ff22b33f5eb1f8381f8ce7f9a29a6d729901d
SIZE (mmitch-gbsplay-0.0.93.20161217-2c4486e_GH0.tar.gz) = 126791

View File

@ -3,13 +3,14 @@
PORTNAME= libechonest
PORTVERSION= 2.3.1
#PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= nivit@FreeBSD.org
COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqjson.so:devel/qjson
@ -19,12 +20,12 @@ OPTIONS_DEFINE= TEST
PLIST_SUB= PORTVERSION=${PORTVERSION}
TEST_CMAKE_OFF= -DECHONEST_BUILD_TESTS:BOOL=OFF
TEST_USE= qt4=qtestlib_build
TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS
TEST_USE= qt4=qtestlib_build,xml_build
USES= cmake pkgconfig
USE_GITHUB= yes
USE_LDCONFIG= yes
USE_QT4= qmake_build moc_build network rcc_build
USE_QT4= corelib qmake_build moc_build network rcc_build
.include <bsd.port.mk>

View File

@ -4,7 +4,7 @@
PORTNAME= mixxx
PORTVERSION= 1.11.0
DISTVERSIONSUFFIX= -src
PORTREVISION= 13
PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/

View File

@ -3,7 +3,7 @@
PORTNAME= mp3plot
DISTVERSION= 0.6.0
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= audio
MASTER_SITES= http://p.outlyer.net/mp3plot/files/

View File

@ -4,6 +4,7 @@
PORTNAME= mumble
PORTVERSION= 1.2.8
PORTREVISION= 3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION}

View File

@ -4,6 +4,7 @@
PORTNAME= murmur
PORTVERSION= 1.2.10
PORTREVISION= 3
PORTREVISION= 1
CATEGORIES= audio net
MAINTAINER= feld@FreeBSD.org

View File

@ -1,13 +1,12 @@
# $FreeBSD$
PORTNAME= musicpd
PORTVERSION= 0.19.15
PORTREVISION= 7
PORTVERSION= 0.20.6
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
MAINTAINER= crees@FreeBSD.org
MAINTAINER= riggs@FreeBSD.org
COMMENT= Remote-controllable music daemon
LICENSE= GPLv2
@ -15,7 +14,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
libicudata.so:devel/icu
USES= gmake pkgconfig compiler:c++11-lib tar:xz
USES= compiler:c++14-lang gmake pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= glib20
@ -25,26 +24,36 @@ CFLAGS+= -I${PREFIX}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders
#Workaround (transient?) link error with libwrap
CONFIGURE_ARGS+=--disable-libwrap
BROKEN_powerpc64= Does not build on powerpc64
PORTDOCS= AUTHORS README COPYING NEWS
PORTDOCS= AUTHORS README.md COPYING NEWS
SUB_FILES= pkg-message
OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SAMPLERATE SQLITE3 \
CDPARANOIA LAME MMS VORBISENC DOCS
OPTIONS_DEFINE= ID3TAG IPV6 ARCHIVE SQLITE3 \
LAME VORBISENC DOCS
OPTIONS_RADIO= RESAMPLER ZEROCONF
OPTIONS_RADIO= ZEROCONF
OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER
OPTIONS_RADIO_RESAMPLER= SAMPLERATE SOXR
OPTIONS_MULTI= FILE_FORMAT
OPTIONS_MULTI_FILE_FORMAT= AAC ADPLUG FFMPEG FLAC FLUIDSYNTH \
GME MAD MIKMOD MODPLUG MPG123 MUSEPACK \
OPUS SIDPLAY2 SNDFILE TREMOR TWOLAME \
VORBIS WAV WAVPACK WILDMIDI
OPTIONS_GROUP= PLAYBACK
OPTIONS_GROUP_PLAYBACK= AO CURL HTTPD JACK OPENAL OSS PIPE PULSEAUDIO SHOUTCAST
OPTIONS_GROUP= ACCESS PLAYBACK
OPTIONS_GROUP_ACCESS= CDPARANOIA CURL MMS SMB YAJL
OPTIONS_GROUP_PLAYBACK= AO HTTPD JACK OPENAL OSS PIPE PULSEAUDIO \
SHOUTCAST SNDIO
ADPLUG_DESC= AdPlug support
GME_DESC= GME support (video game music files)
@ -55,8 +64,9 @@ TREMOR_DESC= Tremor decoder (not with SHOUTCAST; use VORBIS)
TWOLAME_DESC= TwoLAME support (mp2)
VORBISENC_DESC= Ogg Vorbis encoder
WILDMIDI_DESC= WildMIDI support (MIDI files)
YAJL_DESC= SoundCloud support via libyajl
OPTIONS_DEFAULT=ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL
OPTIONS_DEFAULT=HTTPD ID3TAG MAD OSS FLAC VORBIS WAV FFMPEG SNDFILE CURL
AAC_CONFIGURE_ENABLE=aac
AAC_LIB_DEPENDS=libfaad.so:audio/faad
@ -110,8 +120,14 @@ SAMPLERATE_CONFIGURE_ENABLE=lsr
SAMPLERATE_LIB_DEPENDS=libsamplerate.so:audio/libsamplerate
SIDPLAY2_CONFIGURE_ENABLE=sidplay
SIDPLAY2_LIB_DEPENDS=libsidplay2.so:audio/libsidplay2
SMB_CONFIGURE_enable=smbclient
SMB_LIB_DEPENDS=libsmbclient.so:net/samba-libsmbclient
SNDFILE_CONFIGURE_ENABLE=sndfile
SNDFILE_LIB_DEPENDS=libsndfile.so:audio/libsndfile
SNDIO_CONFIGURE_ENABLE=sndio
SNDIO_LIB_DEPENDS=libsndio.so:audio/sndio
SOXR_CONFIGURE_ENABLE=soxr
SOXR_LIB_DEPENDS=libsoxr.so:audio/libsoxr
SQLITE3_CONFIGURE_ENABLE=sqlite
SQLITE3_LIB_DEPENDS=libsqlite3.so:databases/sqlite3
TREMOR_CONFIGURE_WITH=tremor
@ -128,6 +144,8 @@ WAVPACK_CONFIGURE_ENABLE=wavpack
WAVPACK_LIB_DEPENDS=libwavpack.so:audio/wavpack
WILDMIDI_CONFIGURE_ENABLE=wildmidi
WILDMIDI_LIB_DEPENDS=libWildMidi.so:audio/wildmidi
YAJL_CONFIGURE_ENABLE=yajl
YAJL_LIB_DEPENDS=libyajl.so:devel/yajl
MPDUSER?= mpd
MPDGROUP?= mpd
@ -190,8 +208,8 @@ CONFIGURE_ARGS+=--disable-shout
.endif
post-patch:
# Replace ~/ with /var/mpd and make musicpd run as mpd by default
@${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1/var/mpd,g' \
# Replace ~/ with /var/mpd/ and make musicpd run as mpd by default
@${REINPLACE_CMD} -e 's,^#\([^"]*"\)~/,\1/var/mpd/,g' \
-e 's,^#\(user[^"]*"\)nobody,\1${MPDUSER},g' \
${WRKSRC}/doc/mpdconf.example
# Uncomment OSS audio output part from MPDCONF; dragons!

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1465643698
SHA256 (mpd-0.19.15.tar.xz) = 0cb9a223894b038ce966ce6d651d9b3ea3bdc7d7b9bec8d1e9e7e091cbc29b8b
SIZE (mpd-0.19.15.tar.xz) = 704000
TIMESTAMP = 1489218787
SHA256 (mpd-0.20.6.tar.xz) = f4055e1189e5cc00e83706b2e0b5ead924ced0303e073d7802ee9f9a8eba4b47
SIZE (mpd-0.20.6.tar.xz) = 772140

View File

@ -1,11 +0,0 @@
--- src/decoder/plugins/WildmidiDecoderPlugin.cxx.orig 2014-10-24 22:28:53 UTC
+++ src/decoder/plugins/WildmidiDecoderPlugin.cxx
@@ -94,7 +94,7 @@ wildmidi_file_decode(Decoder &decoder, P
DecoderCommand cmd;
do {
- char buffer[4096];
+ int8_t buffer[4096];
int len;
info = WildMidi_GetInfo(wm);

View File

@ -2,11 +2,19 @@
The musicpd package has been successfully installed.
In order to run the MPD server, you need to edit
In order to run the MPD server, you need to edit the provided
sample configuration file
%%PREFIX%%/etc/musicpd.conf
and add the following line to /etc/rc.conf:
Edit the variables in the section "Files and directories"
according to your local environment. Ensure that the referenced
directories exist and owned by the 'mpd' user, except for the
variable music_directory. It is sufficient for the 'mpd' user
to have read permissions to the referenced directory.
To enable the service at boot time, add the following line to
/etc/rc.conf:
musicpd_enable="YES"
@ -16,8 +24,6 @@ Then start the server with
or reboot.
The example configuration of MPD server requires music files to
be stored in the /var/mpd/music directory.
NOTE: The musicpd server is pretty useless without a client.
You might want to install one of the following ports too:

View File

@ -2,6 +2,7 @@
PORTNAME= ncmpcpp
PORTVERSION= 0.7.7
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ncmpcpp.rybczak.net/stable/

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= opus
PORTVERSION= 1.1.3
PORTVERSION= 1.1.4
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/ \
MOZILLA/opus

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1470324014
SHA256 (opus-1.1.3.tar.gz) = 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633
SIZE (opus-1.1.3.tar.gz) = 978848
TIMESTAMP = 1485035185
SHA256 (opus-1.1.4.tar.gz) = 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692
SIZE (opus-1.1.4.tar.gz) = 978830

View File

@ -6,6 +6,6 @@ include/opus/opus_types.h
lib/libopus.a
lib/libopus.so
lib/libopus.so.0
lib/libopus.so.0.5.3
lib/libopus.so.0.5.4
libdata/pkgconfig/opus.pc
share/aclocal/opus.m4

View File

@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= oss
DISTVERSION= 4.2-build2011
DISTVERSION= 4.2-build2017
CATEGORIES= audio
MASTER_SITES= http://www.opensound.com/developer/sources/stable/bsd/
DISTNAME= ${PORTNAME}-v${DISTVERSION}-src-bsd
MAINTAINER= ports@FreeBSD.org
COMMENT= Open Sound System
COMMENT= Open Sound System from 4Front Technologies
LICENSE= BSD2CLAUSE

View File

@ -1,2 +1,3 @@
SHA256 (oss-v4.2-build2011-src-bsd.tar.bz2) = 65ba999222d7250242c23d6d13e98dc39d3157c14acc32691d8aa9678ccedbbc
SIZE (oss-v4.2-build2011-src-bsd.tar.bz2) = 1628950
TIMESTAMP = 1486110185
SHA256 (oss-v4.2-build2017-src-bsd.tar.bz2) = 8ef2b1b964719b4c356de234d4b28832302027dc23bf636820be1afe1b099972
SIZE (oss-v4.2-build2017-src-bsd.tar.bz2) = 1714709

View File

@ -0,0 +1,10 @@
--- setup/srcconf_freebsd.inc.orig 2014-02-14 22:59:55 UTC
+++ setup/srcconf_freebsd.inc
@@ -12,6 +12,6 @@ add_kernel_flags (FILE * f)
{
# if defined(__x86_64__)
fprintf (f,
- "CFLAGS += -O3 -fno-common -mcmodel=kernel -mno-red-zone -fno-asynchronous-unwind-tables -ffreestanding\n");
+ "CFLAGS += -O3 -fno-common -mcmodel=kernel -mno-red-zone -fno-asynchronous-unwind-tables -ffreestanding -mno-sse\n");
# endif
}

View File

@ -2,4 +2,7 @@ Open Sound System for FreeBSD is a audio subsystem that provides
a cross platform audio and MIDI API with device drivers for most
consumer and professional PCI and USB audio devices.
Not to be confused with sound(4) which is a different implementation
with the same API.
WWW: http://opensound.com/

View File

@ -29,6 +29,7 @@ lib/oss/conf/oss_ymf7xx.conf.sample
lib/oss/conf/osscore.conf.sample
lib/oss/etc/devices.list
lib/oss/include/sys/soundcard.h
lib/oss/modules/lynxone.ko
lib/oss/modules/oss_ali5455.ko
lib/oss/modules/oss_atiaudio.ko
lib/oss/modules/oss_audigyls.ko
@ -73,6 +74,7 @@ man/man1/osstest.1.gz
man/man1/ossxmix.1.gz
man/man1/soundoff.1.gz
man/man1/soundon.1.gz
man/man7/lynxone.7.gz
man/man7/oss_ali5455.7.gz
man/man7/oss_atiaudio.7.gz
man/man7/oss_audigyls.7.gz

View File

@ -3,7 +3,7 @@
PORTNAME= patchage
PORTVERSION= 0.5.0
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/ \
http://frugalware.mirrors.tds.net/pub/linux/frugalware/frugalware-current/source/xmultimedia-extra/patchage/

View File

@ -3,7 +3,7 @@
PORTNAME= pms
PORTVERSION= 0.42
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -3,6 +3,7 @@
PORTNAME= pulseaudio-module-sndio
PORTVERSION= 9.0
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= t@tobik.me

View File

@ -5,8 +5,7 @@
# PORTREVISION bumps of depending ports.
PORTNAME= pulseaudio
PORTVERSION= 9.0
PORTREVISION= 3
PORTVERSION= 10.0
CATEGORIES= audio
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
@ -19,7 +18,6 @@ LICENSE_FILE= ${WRKSRC}/LGPL
LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float \
libjson-c.so:devel/json-c \
libdbus-1.so:devel/dbus \
libltdl.so:devel/libltdl \
libck-connector.so:sysutils/consolekit

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1466578411
SHA256 (pulseaudio-9.0.tar.xz) = c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686
SIZE (pulseaudio-9.0.tar.xz) = 1537568
TIMESTAMP = 1484711815
SHA256 (pulseaudio-10.0.tar.xz) = a3186824de9f0d2095ded5d0d0db0405dc73133983c2fbb37291547e37462f57
SIZE (pulseaudio-10.0.tar.xz) = 1608040

View File

@ -1,4 +1,4 @@
--- src/pulsecore/atomic.h.orig 2015-09-10 04:51:41 UTC
--- src/pulsecore/atomic.h.orig 2016-08-23 12:50:11 UTC
+++ src/pulsecore/atomic.h
@@ -185,39 +185,6 @@ static inline bool pa_atomic_ptr_cmpxchg
#include <sys/param.h>
@ -20,7 +20,7 @@
-
- return (v);
-}
-#elif defined(__sparc64__)
-#elif defined(__sparc__) && defined(__arch64__)
-#define atomic_load_acq_64 atomic_load_acq_long
-#define atomic_fetchadd_int atomic_add_int
-#elif defined(__ia64__)

View File

@ -69,8 +69,9 @@ lib/libpulse-simple.so.0
lib/libpulse-simple.so.0.1.0
lib/libpulse.so
lib/libpulse.so.0
lib/libpulse.so.0.20.0
lib/libpulse.so.0.20.1
%%AVAHI%%lib/pulse-%%PULSE_VERSION%%/modules/libavahi-wrap.so
lib/pulse-%%PULSE_VERSION%%/modules/module-allow-passthrough.so
lib/pulse-%%PULSE_VERSION%%/modules/module-device-manager.so
%%ALSA%%lib/pulse-%%PULSE_VERSION%%/modules/libalsa-util.so
lib/pulse-%%PULSE_VERSION%%/modules/libcli.so
@ -231,6 +232,7 @@ man/man5/pulse-daemon.conf.5.gz
%%ALSA%%share/pulseaudio/alsa-mixer/profile-sets/sb-omni-surround-5.1.conf
%%ZSH%%share/zsh/site-functions/_pulseaudio
share/locale/as/LC_MESSAGES/pulseaudio.mo
share/locale/be/LC_MESSAGES/pulseaudio.mo
share/locale/bn_IN/LC_MESSAGES/pulseaudio.mo
share/locale/ca/LC_MESSAGES/pulseaudio.mo
share/locale/cs/LC_MESSAGES/pulseaudio.mo
@ -241,6 +243,7 @@ share/locale/es/LC_MESSAGES/pulseaudio.mo
share/locale/fi/LC_MESSAGES/pulseaudio.mo
share/locale/fr/LC_MESSAGES/pulseaudio.mo
share/locale/gu/LC_MESSAGES/pulseaudio.mo
share/locale/gl/LC_MESSAGES/pulseaudio.mo
share/locale/he/LC_MESSAGES/pulseaudio.mo
share/locale/hi/LC_MESSAGES/pulseaudio.mo
share/locale/hu/LC_MESSAGES/pulseaudio.mo
@ -249,6 +252,7 @@ share/locale/it/LC_MESSAGES/pulseaudio.mo
share/locale/ja/LC_MESSAGES/pulseaudio.mo
share/locale/kn/LC_MESSAGES/pulseaudio.mo
share/locale/ko/LC_MESSAGES/pulseaudio.mo
share/locale/lt/LC_MESSAGES/pulseaudio.mo
share/locale/ml/LC_MESSAGES/pulseaudio.mo
share/locale/mr/LC_MESSAGES/pulseaudio.mo
share/locale/nl/LC_MESSAGES/pulseaudio.mo

View File

@ -3,7 +3,7 @@
PORTNAME= tagpy
PORTVERSION= 2013.1
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -3,7 +3,7 @@
PORTNAME= raul
PORTVERSION= 0.8.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://download.drobilla.net/

View File

@ -3,6 +3,7 @@
PORTNAME= siren
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.kariliq.nl/${PORTNAME}/dist/

View File

@ -3,7 +3,7 @@
PORTNAME= tomahawk
PORTVERSION= 0.8.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= wavpack
PORTVERSION= 4.60.1
PORTREVISION= 3
PORTVERSION= 5.1.0
CATEGORIES= audio
MASTER_SITES= http://www.wavpack.com/
@ -11,7 +10,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Audio codec for lossless, lossy, and hybrid compression
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_FILE= ${WRKSRC}/COPYING
USES= iconv libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
@ -20,8 +19,20 @@ CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.if ${MACHINE_CPU:Mmmx}
CONFIGURE_ARGS= --enable-mmx
OPTIONS_DEFINE= ASM
OPTIONS_DEFAULT_amd64= ASM
OPTIONS_DEFAULT_armv6= ASM
ASM_CONFIGURE_OFF= --disable-asm
ASM_DESC= Optimized assembler routines (requires MMX on x86)
.include <bsd.port.options.mk>
# ASM needs clang 3.8+
# depend on llvm39 since it's more likely to be installed already than 3.8
.if ${OSVERSION} < 1100101 && ${PORT_OPTIONS:MASM}
BUILD_DEPENDS+= clang39:devel/llvm39
CC= clang39
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (wavpack-4.60.1.tar.bz2) = 175ee4f2effd6f51e6ec487956f41177256bf892c2e8e07de5d27ed4ee6888c5
SIZE (wavpack-4.60.1.tar.bz2) = 394434
TIMESTAMP = 1486392068
SHA256 (wavpack-5.1.0.tar.bz2) = 1939627d5358d1da62bc6158d63f7ed12905552f3a799c799ee90296a7612944
SIZE (wavpack-5.1.0.tar.bz2) = 824331

View File

@ -0,0 +1,11 @@
--- configure.orig 2017-01-17 04:32:28 UTC
+++ configure
@@ -13715,7 +13715,7 @@ $as_echo_n "checking if assembly optimiz
i386|i486|i586|i686|i786) :
$as_echo "#define OPT_ASM_X86 1" >>confdefs.h
asm_selected=x86 ;; #(
- x86_64) :
+ x86_64|amd64) :
$as_echo "#define OPT_ASM_X64 1" >>confdefs.h
asm_selected=x64 ;; #(
arm*) :

View File

@ -1,22 +0,0 @@
--- src/wavpack_local.h.orig 2009-12-01 04:24:50 UTC
+++ src/wavpack_local.h
@@ -11,6 +11,10 @@
#ifndef WAVPACK_LOCAL_H
#define WAVPACK_LOCAL_H
+#ifndef __has_builtin
+#define __has_builtin(x) 0
+#endif
+
#if defined(WIN32)
#define FASTCALL __fastcall
#else
@@ -768,7 +772,7 @@ typedef short __m64_16 __attribute__ ((_
#define _m_paddd(m1, m2) __builtin_ia32_paddd (m1, m2)
#define _m_pcmpeqd(m1, m2) __builtin_ia32_pcmpeqd (m1, m2)
-#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || __GNUC__ > 4
+#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || __GNUC__ > 4 || __has_builtin(__builtin_ia32_pslldi)
# define _m_pslldi(m1, m2) __builtin_ia32_pslldi ((__m64)m1, m2)
# define _m_psradi(m1, m2) __builtin_ia32_psradi ((__m64)m1, m2)
# define _m_psrldi(m1, m2) __builtin_ia32_psrldi ((__m64)m1, m2)

View File

@ -1,12 +1,14 @@
bin/wavpack
bin/wvgain
bin/wvtag
bin/wvunpack
include/wavpack/wavpack.h
lib/libwavpack.a
lib/libwavpack.so
lib/libwavpack.so.1
lib/libwavpack.so.1.1.4
lib/libwavpack.so.1.2.0
libdata/pkgconfig/wavpack.pc
man/man1/wavpack.1.gz
man/man1/wvgain.1.gz
man/man1/wvtag.1.gz
man/man1/wvunpack.1.gz

View File

@ -2,7 +2,7 @@
PORTNAME= xmms-wavpack
PORTVERSION= 1.0.3
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://www.wavpack.com/

View File

@ -17,6 +17,8 @@ LICENSE_NAME= Molden
LICENSE_FILE= ${WRKSRC}/CopyRight
LICENSE_PERMS= auto-accept
BROKEN= does not fetch, size/checksum mismatch
RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable.
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}

View File

@ -4,7 +4,7 @@
PORTNAME= seqan-apps
PORTVERSION= 2.2.0
DISTVERSIONPREFIX= seqan-v
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology
MAINTAINER= h2+fbsdports@fsfe.org

View File

@ -2,7 +2,7 @@
PORTNAME= FreeCAD
DISTVERSION= 0.17.g20161104
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= cad
MAINTAINER= ports@FreeBSD.org

View File

@ -3,7 +3,7 @@
PORTNAME= fritzing
PORTVERSION= 0.9.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= cad
MASTER_SITES= https://github.com/fritzing/fritzing-app/archive/:source \
https://github.com/fritzing/fritzing-parts/archive/:parts

View File

@ -3,7 +3,7 @@
PORTNAME= kicad
DISTVERSION= r${GIT_SRC_DATE}
PORTREVISION= 1
PORTREVISION= 2
#PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= LOCAL/mr

View File

@ -3,7 +3,7 @@
PORTNAME= kicad
DISTVERSION= 20140622%2Bbzr4027
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= https://launchpadlibrarian.net/179199115/

View File

@ -2,7 +2,7 @@
PORTNAME= librecad
DISTVERSION= 2.0.8
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= ports@FreeBSD.org

View File

@ -3,7 +3,7 @@
PORTNAME= linuxcnc-devel
PORTVERSION= 20160626
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= trasz@FreeBSD.org

View File

@ -3,7 +3,7 @@
PORTNAME= openscad
PORTVERSION= 2015.03
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= cad
MASTER_SITES= http://files.openscad.org/
DISTNAME= openscad-${PORTVERSION}.src

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= openvsp
PORTVERSION= 3.9.1
PORTVERSION= 3.10.0
DISTVERSIONPREFIX= ${GH_PROJECT}_
PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= fernando.apesteguia@gmail.com

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1473160974
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 3c9607a4f1574a6a2c85acc1f3c5e20e392f1ad7f9e8fbebd3cfd548a97a65fa
SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 32752113
TIMESTAMP = 1483863781
SHA256 (OpenVSP-OpenVSP-OpenVSP_3.10.0_GH0.tar.gz) = 936cd87d59d07ebc8a3bb38d7d20604b37da138b5140ea092f776eb3a519bda4
SIZE (OpenVSP-OpenVSP-OpenVSP_3.10.0_GH0.tar.gz) = 33961116

View File

@ -1,4 +1,4 @@
--- Libraries/cmake/External_CMinpack.cmake.orig 2016-08-21 15:22:39 UTC
--- Libraries/cmake/External_CMinpack.cmake.orig 2017-01-08 05:14:57 UTC
+++ Libraries/cmake/External_CMinpack.cmake
@@ -1,3 +1,6 @@
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -lm -fPIC")

View File

@ -0,0 +1,11 @@
$FreeBSD$
--- src/vsp_graphic/src/Scene.cpp.orig 2017-01-09 21:50:15 UTC
+++ src/vsp_graphic/src/Scene.cpp
@@ -15,6 +15,7 @@
#include "ByteOperationUtil.h"
#include <assert.h>
+#include <stdlib.h>
namespace VSPGraphic
{

View File

@ -0,0 +1,10 @@
$FreeBSD$
--- src/vsp_graphic/src/Shader.cpp.orig 2017-01-08 05:14:57 UTC
+++ src/vsp_graphic/src/Shader.cpp
@@ -1,5 +1,6 @@
#include <assert.h>
#include <string>
+#include <stdlib.h>
#include "Shader.h"

View File

@ -0,0 +1,11 @@
$FreeBSD$
--- src/vsp_graphic/src/VBO.cpp.orig 2017-01-08 05:14:57 UTC
+++ src/vsp_graphic/src/VBO.cpp
@@ -1,6 +1,7 @@
#include <assert.h>
#include <vector>
#include <string>
+#include <stdlib.h>
#include "VBO.h"

View File

@ -1,7 +1,7 @@
# Created by: vanilla
# $FreeBSD$
PORTREVISION= 1
PORTREVISION= 0
CATEGORIES= chinese
MAINTAINER= vanilla@FreeBSD.org
@ -10,7 +10,6 @@ COMMENT= zh-tw cursor movement friendly, wrapping clean irssi
CONFLICTS?= irssi-*
MASTERDIR= ${.CURDIR}/../../irc/irssi
EXTRA_PATCHES= ${.CURDIR}/files/patch-irssi.conf \
${.CURDIR}/files/patch-utf8_break
EXTRA_PATCHES= ${.CURDIR}/files/patch-utf8_break
.include "${MASTERDIR}/Makefile"

View File

@ -4,7 +4,7 @@
PORTNAME= librime
PORTVERSION= 1.2.9
DISTVERSIONPREFIX= rime-
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= chinese textproc
MAINTAINER= lichray@gmail.com

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wordpress
PORTVERSION= 4.7
PORTVERSION= 4.7.3
DISTVERSIONSUFFIX= -zh_CN
CATEGORIES= chinese www
MASTER_SITES= http://cn.wordpress.org/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1481647381
SHA256 (wordpress-4.7-zh_CN.tar.gz) = 3ef69eebc9a5c7ce5658ea75842d2b41e61fee0a016fe1e970fad73fdf7c976e
SIZE (wordpress-4.7-zh_CN.tar.gz) = 8479240
TIMESTAMP = 1488888068
SHA256 (wordpress-4.7.3-zh_CN.tar.gz) = 2bdcd0d23ab12e86c5bcb8cfe30acd658dae2bfae95af7917d09f646db01bbf8
SIZE (wordpress-4.7.3-zh_CN.tar.gz) = 8473348

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wordpress
PORTVERSION= 4.7
PORTVERSION= 4.7.3
DISTVERSIONSUFFIX= -zh_TW
CATEGORIES= chinese www
MASTER_SITES= http://tw.wordpress.org/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1481118620
SHA256 (wordpress-4.7-zh_TW.tar.gz) = 528ae59bf9ed9b7688cd4673e47e7242692fb567434d226c7afdb963a7e5e1de
SIZE (wordpress-4.7-zh_TW.tar.gz) = 8452109
TIMESTAMP = 1488888311
SHA256 (wordpress-4.7.3-zh_TW.tar.gz) = 059fe1e62ae35016a58c2b1d3fc8dd444143901cc80c1046042f0d06b6e086df
SIZE (wordpress-4.7.3-zh_TW.tar.gz) = 8459452

View File

@ -2,6 +2,7 @@
PORTNAME= fldigi
PORTVERSION= 3.23.19
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}

View File

@ -2,7 +2,7 @@
PORTNAME= gnuradio
PORTVERSION= 3.7.9.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= comms astro hamradio
MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \
LOCAL/db

View File

@ -3,9 +3,8 @@
PORTNAME= gqrx
PORTVERSION= 2.6
PORTREVISION= 1
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= comms hamradio

View File

@ -3,6 +3,7 @@
PORTNAME= gr-osmosdr
PORTVERSION= 20150716
PORTREVISION= 4
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac

View File

@ -3,7 +3,7 @@
PORTNAME= rtl-sdr
PORTVERSION= 20140210
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= comms hamradio
MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
LOCAL/martymac
@ -16,6 +16,7 @@ LICENSE= GPLv2
USES= autoreconf gmake pkgconfig libtool pathfix tar:tgz
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CFLAGS+= -fgnu89-inline
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes

View File

@ -9,3 +9,34 @@
cfg_t *cfg;
cfg_t *var_cfg;
};
@@ -42,10 +44,10 @@
*/
Settings::~Settings(void) {
TelldusCore::MutexLocker locker(&mutex);
- if (d->cfg > 0) {
+ if (d->cfg != 0) {
cfg_free(d->cfg);
}
- if (d->var_cfg > 0) {
+ if (d->var_cfg != 0) {
cfg_free(d->var_cfg);
}
delete d;
@@ -56,7 +58,7 @@
*/
std::wstring Settings::getSetting(const std::wstring &strName) const {
TelldusCore::MutexLocker locker(&mutex);
- if (d->cfg > 0) {
+ if (d->cfg != 0) {
std::string setting(cfg_getstr(d->cfg, TelldusCore::wideToString(strName).c_str()));
return TelldusCore::charToWstring(setting.c_str());
}
@@ -68,7 +70,7 @@
*/
int Settings::getNumberOfNodes(Node node) const {
TelldusCore::MutexLocker locker(&mutex);
- if (d->cfg > 0) {
+ if (d->cfg != 0) {
if (node == Device) {
return cfg_size(d->cfg, "device");
} else if (node == Controller) {

View File

@ -2,7 +2,7 @@
PORTNAME= uhd
PORTVERSION= 3.9.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= http://files.ettus.com/binaries/images/
DISTFILES= ${IMAGE_FILE}

View File

@ -2,7 +2,7 @@
PORTNAME= usrp
PORTVERSION= 3.4.3
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= comms hamradio
MASTER_SITES= LOCAL/adrian
DISTNAME= Ettus-USRP-3.4.3

Some files were not shown because too many files have changed in this diff Show More