Commit Graph

396645 Commits

Author SHA1 Message Date
Steve Wills
35d8886aa2 MFH: r422585
misc/py-progressbar: bump PORTREVISION for rerolled distfile
2016-09-21 21:37:40 +00:00
Steve Wills
59a2c30315 MFH: r422578
MFH for rerolled distfile

misc/py-progressbar: fix MASTER_SITES
2016-09-21 20:59:25 +00:00
Mark Felder
560bb75380 MFH: r422579
irc/irssi: Update to 0.8.20

- Add gettext-runtime to USES per poudriere's warning

https://irssi.org/security/irssi_sa_2016.txt

PR:		212888
Security:	CVE-2016-7044
Security:	CVE-2016-7045

Approved by:	ports-secteam (with hat)
2016-09-21 20:56:35 +00:00
Mark Felder
c47ed6ab84 MFH: r422575
ftp/curl: Update to 7.50.3

- Update installed docs

PR:		212677
Security:	CVE-2016-7167

Approved by:	ports-secteam (with hat)
2016-09-21 19:54:05 +00:00
Jan Beich
5649c58c25 MFH: r422207 r422321
www/firefox: update to 49.0 (rc4)

Changes:	https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2016-09-08&enddate=2016-09-17
Approved by:	ports-secteam (feld)
2016-09-21 16:20:03 +00:00
Kurt Jaeger
89413938bd net-mgmt/zabbix3-server: unbreak build
MFH: r422524

PR:		209893
Submitted by:	antoine
Approved by:	ports-secteam (feld)
2016-09-21 15:52:17 +00:00
Mark Felder
396d97c026 MFH: r422451
lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang

Approved by:	ports-secteam (with hat)
2016-09-19 17:23:59 +00:00
Kurt Jaeger
cf352c4423 net-mgmt/zabbix3-server: merge several changes to quarterly
MFH: r422063 r422263 r422386

- Simplify FreeBSD 9 SSL check, ignore LibreSSL

- update to 3.0.4 and add many fixes

PR:		209893
Security:	https://support.zabbix.com/browse/ZBX-11023
Changes:	http://www.zabbix.com/rn3.0.4.php
Submitted by:	Pakhom Golynga <pg@pakhom.spb.ru> (maintainer), chris@chrullrich.net
Approved by:	ports-secteam (feld)
2016-09-19 15:27:31 +00:00
Thomas Zander
6fa5cde896 MFH: r422257
Update to upstream version 5.7.15; fixes zero-day remote vuln CVE-2016-6662

PR:		212690
Submitted by:	mokhi64@gmail.com (maintainer)
Security:	CVE 2016-6662

Approved by:	ports-secteam (feld)
2016-09-19 12:28:53 +00:00
Torsten Zuehlsdorff
0e7944be9e MFH: r422132
www/wordpress: Update from 4.6 to 4.6.1

Changes: https://codex.wordpress.org/Version_4.6.1

PR:           212627
Submitted by: Jochen Neumeister <joneum@bsdproject.de> (maintainer)
Approved by:  swills (mentor)
Approved by:  ports-secteam (feld)
2016-09-19 08:45:14 +00:00
Thomas Zander
c0204d84d6 MFH: r422374 (only the MASTER_SITES fix from r422374)
Detailed log:
- Changed MASTER_SITES, to avoid fetching rolling releases

PR:		211110
Submitted by:	cs@innolan.dk (new maintainer)
Approved by:	ports-secteam (build fix blanket)
2016-09-18 11:54:57 +00:00
Bernard Spil
edae294ff5 MFH: r418977
databases/mariadb101-server: Fix lz4 linking fix

  - Remove some testing leftover
  - Fix patch error

Approved by:	ports-secteam
2016-09-18 10:39:38 +00:00
Mark Felder
02883f8dce MFH: r422327
lang/phantomjs: Fix build on 9.3 and 11.0

- Take maintainership (maintainer timeouts previously)
- Remove no-op patch
- Remove work related to GCC build profiles as we enforce clang
- Add patch to fix building with clang in 11.0
- Add hack to enforce CC and CXX for 9.3

Partway through the build the compiler was switching from clang++ to c++
which is GCC in base system. This was causing build failures.

Approved by:	ports-secteam (with hat)
2016-09-17 14:39:38 +00:00
Gordon Tetlow
f216e0c4a0 MFH: r421754
Update devel/p4d to 2016.1/1437038 for micropatching.

Approved by:	mat (implicit, mentor)
Approved by:	ports-secteam (feld)
2016-09-17 01:06:11 +00:00
Matthias Andree
6ddee9b011 MFH: r418578 r418755 r418756 r418815 r418816 r418844 r418901 r419254 r421716 r421726 r421812 r421966
Since e2fsprogs 1.42.x and in fact anything before 1.43.3_3 in terms of
FreeBSD's ports head/ trunk, and its full patch-lib_ext2fs_unix__io.c in
particular, is deemed unsafe and can cause data corruption on FreeBSD 11
and newer (10.3 and older are deemed safe):

Update to new upstream release 1.43.3, with a few additional fixes to
the bounce-buffer I/O needed on FreeBSD 11 and newer where malloc() does
not normally return page-aligned memory.

Make set of self-tests configurable. Add Perl and GNU dd to build
dependency list when needed so tests can pass in a poudriere build.

Assorted other tweaks.

Upstream's change log (please read all the way to and including 1.43):
  http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.3

While here, refresh patches, and time-limit programs in self-test suite
to 60 s CPU time each, to avoid runaway processes from stalling the
self-tests for too long.

Ignore SIGINFO during self-tests: In the FreeBSD-specific patch, when
the environment variable e2fsprogs_inhibit_SIGINFO exists (whatever its
content, even if empty), do NOT install the SIGINFO handler.  Leverage
this when running the self-tests.  This is to avoid false negatives
during the self-tests due to interspersed SIGINFO output redirected from
stderr to the log files.

Insist (by setting BROKEN conditionally) on anything that is FreeBSD 11
or newer, or non-i386/non-amd64, that the user runs at least the small
self-tests.

Revise option descriptions a bit.

Approved by:	ports-secteam (feld)
2016-09-16 19:50:51 +00:00
Steve Wills
50dad405b7 MFH: r420677
- Update to MediaWiki 1.27.1, 1.26.4, 1.23.15
  (security update)

Approved by:	ports-secteam@
2016-09-16 18:23:05 +00:00
Tobias C. Berner
e8ce45821b MFH: r421847
Update math/facile MASTER_SITES.

Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D7731

Approved by:	ports-secteam (feld), rakuco (mentor)
2016-09-16 06:50:44 +00:00
Bernard Spil
0b82ae102e MFH: r418997
databases/mariadb101-client: Update to 10.1.16

  - -client was missig from the -server commit
  - post-install target to post-stage
  - Delete private headers
  - Add service_encryption.h patch
  - Fix scipts/CMakeLists.txt patch

PR:             211328

Approved by:	ports-secteam (feld)
2016-09-15 19:47:38 +00:00
Antoine Brodin
3fa876d447 MFH: r422178
Do not include bsd.port.pre.mk twice
2016-09-15 05:12:40 +00:00
Carlos J. Puga Medina
cf2cd5b53f MFH: r422089
- Update MASTER_SITES
- Add LICENSE

PR:		212598
Submitted by:	bob@eager.cx (maintainer)
Reviewed by:	amdmi3 (mentor)
Approved by:	amdmi3 (mentor)

Approved by:	ports-secteam (feld)
2016-09-14 18:37:22 +00:00
Antoine Brodin
d9a94a1019 MFH: r422144
- Unbreak by using CHEESESHOP, distfile differs from 1 line in SOURCES.txt
- Remove dependency on the python2 metaport
2016-09-14 17:31:34 +00:00
Bernard Spil
07920ff770 MFH: r422122
www/h2o: Update to 2.0.4 (Fixes vulnerability)

  - Update to version 2.0.4

PR:		211892
Submitted by:	Dave Cottlehuber <dch@skunkwerks.at> (maintainer)
Reviewed by:	brnrd
Security:	08664d42-7989-11e6-b7a8-74d02b9a84d5

Approved by:	ports-secteam (feld)
2016-09-14 14:54:41 +00:00
Bernard Spil
50b02d594d MFH: r421188
databases/mariadb101-server: Update to 10.1.17

  - Update to 10.1.17
  - Remove no-op cmake flag for -client

Approved by:	ports-secteam (feld)
Security:	856b88bf-7984-11e6-81e7-d050996490d0
2016-09-14 14:52:50 +00:00
Bernard Spil
e65f0818e1 MFH: r421088
databases/mariadb100-server: Update to 10.0.27

  - Update to 10.0.27
  - Move from USE_OPENSSL to USES= ssl

Approved by:	ports-secteam (feld)
Security:	856b88bf-7984-11e6-81e7-d050996490d0
2016-09-14 14:29:15 +00:00
Bernard Spil
0a40a0bc73 MFH: r420094
databases/mariadb55-server: Update to 5.5.51

  - Update to latest version 5.5.51
  - Move from USE_OPENSSL to USES= ssl

Approved by:	ports-secteam (feld)
Security:	856b88bf-7984-11e6-81e7-d050996490d0
2016-09-14 14:27:46 +00:00
Dmitry Marakasov
59a5011bdd MFH: r422060
- Update to 1.96
- Add LICENSE
- Add NO_ARCH

PR:		212526
Submitted by:	jimmy@mammothcheese.ca (maintainer)
Approved by:	ports-secteam (feld)
2016-09-13 19:11:39 +00:00
Dimitry Andric
46a4e1eb5f MFH: r421625
Fix build of lang/gcc49 with libc++ 3.9.0

While testing the clang390-import branch, I ran into the following
errors building lang/gcc49:

In file included from /wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/c/c-objc-common.c:33:
In file included from /usr/include/c++/v1/new:70:
/usr/include/c++/v1/exception:267:5: error: no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply 'fancy_abort'?
    _VSTD::abort();
    ^~~~~~~
/usr/include/c++/v1/__config:451:15: note: expanded from macro '_VSTD'
#define _VSTD std::_LIBCPP_NAMESPACE
              ^
/wrkdirs/usr/ports/lang/gcc49/work/gcc-4.9.4/gcc/system.h:685:13: note: 'fancy_abort' declared here
extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
            ^
1 error generated.

What is happening here, is that the source file includes gcc/system.h,
which defines abort to fancy_abort, and then the source file includes
<new>, which attempts to call _VSTD::abort() (the _VSTD is a libc++
alias for std::).  The macro definition then causes the above breakage.

Newer gcc ports, such as gcc5 and gcc6 don't show this issue, because
upstream gcc first added an include of <algorithm> (which indirectly
includes <new>) in r217348 [1], and later even add a direct include of
<new> in r232736 [2].

Fix it for this version, by adding the direct include of <new> to
gcc/system.h.  This makes the 'second' includes of <new> in some .c
files superfluous, but at least they won't result in errors.

[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=217348
[2] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=232736

Approved by:	portmgr (feld)
PR:		212465
2016-09-13 18:41:08 +00:00
Dimitry Andric
9b40b6af90 MFH: r421953
Fix build of audio/clementine-player with clang 3.9.0

Clang 3.9.0 has a new warning about undefined template variables, which
is triggered by including cryptopp headers in the spotify blob
downloader:

In file included from /wrkdirs/usr/ports/audio/clementine-player/work/Clementine-1.3.1/src/internet/spotify/spotifyblobdownloader.cpp:43:
/usr/local/include/cryptopp/pkcspad.h:74:53: error: instantiation of variable 'CryptoPP::PKCS_DigestDecoration<CryptoPP::SHA512>::decoration' required here, but no definition is available [-Werror,-Wundefined-var-template]
                                return HashIdentifier(PKCS_DigestDecoration<H>::decoration, PKCS_DigestDecoration<H>::length);
                                                                                ^

This warning could be silenced by hacking on cryptopp, but just suppress
it for now.

Approved by:	portmgr (feld)
PR:		212343
2016-09-13 18:37:43 +00:00
Olli Hauer
33b0d66d1e - fix 2013Q3 build
some previous bulk commits are missing, fix the manually

PR:		212657
Reported by:	fredrik.eriksson_at_loopia.se
Approved by:	portmgr (implicit)
2016-09-13 16:35:29 +00:00
Jan Beich
5ed2e8a176 MFH: r421490
www/firefox-esr: update 45.4esr

Changes:	https://www.mozilla.org/firefox/45.4.0/releasenotes/
Security:	2c57c47e-8bb3-4694-83c8-9fc3abad3964
Approved by:	ports-secteam (feld)
2016-09-13 15:23:02 +00:00
Jan Beich
b8d1873d24 MFH: r421474 r421719
devel/onscripter: update to 20160910

Approved by:	ports-secteam (feld)
2016-09-13 15:18:22 +00:00
Xin LI
2cdcf79a9f MFH: r421148
Update to 5.6.32 release.

Approved by:	ports-secteam
2016-09-13 08:08:56 +00:00
Xin LI
1a2f099adb MFH: r421149
Update to 5.5.51 release.

Approved by:	ports-secteam
2016-09-13 08:08:09 +00:00
Florian Smeets
b2439a095f MFH: r419995 r420978
- Update to 5.6.31-77.0 [1]
- fix TOKUDB option

PR:		209785 [1]
Submitted by:	Thomas Babut

Update to 5.6.32-78.0

PR:		212169
Submitted by:	Thomas Babut

Approved by:	ports-secteam (feld) (only r420978 but r419995 is a prerequisite)
2016-09-13 07:44:59 +00:00
Florian Smeets
d6177584b6 MFH: r421982
Update to 5.5.51-38.1

Security:	https://www.percona.com/blog/2016/09/12/percona-server-critical-update-cve-2016-6662/

Approved by:	ports-secteam (delphij)
2016-09-13 07:38:27 +00:00
Jan Beich
e342f3467a MFH: r421533
gecko: drop poorly maintained GIO=off case after r376999

Glib IO is already used by Gtk internally, so there's little reason
to avoid it unless using non-Gtk builds which are no longer supported.

https://bugzilla.mozilla.org/show_bug.cgi?id=1286627
https://bugzilla.mozilla.org/show_bug.cgi?id=1287288

PR:		210220
Reported by:	Marco Beishuizen, Arrigo Marchiori
Approved by:	ports-secteam (feld)
2016-09-12 00:00:51 +00:00
Jan Beich
8eeb9bea60 MFH: r421532
www/firefox: re-enable OMTC for BUNDLED_CAIRO=off (backing out r393805)

OMTC is also required to support Electrolysis (called Multiprocess Windows in
about:support) introduced in Firefox 48 via e10srollout@mozilla.org system addon.

PR:		202174, 211792
Tested by:	scf
Approved by:	ports-secteam (feld)
2016-09-11 23:58:50 +00:00
Jan Beich
910fb3ebd7 MFH: r421531 r421645
www/firefox: update to 49.0 (rc2)

Bump PORTREVISION to account for slightly different behavior in other
gecko@ ports and to get a discrete regression window.

Changes:	https://www.mozilla.org/firefox/49.0/releasenotes/
PR:		211792
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (based on)
Security:	2c57c47e-8bb3-4694-83c8-9fc3abad3964
Approved by:	ports-secteam (feld)
2016-09-11 23:56:30 +00:00
Bernard Spil
c2f4ef8522 MFH: r421091
mail/postfix: Fix runtime issues with LibreSSL

  - Add LibreSSL checks to <> 1.1.0 OpenSSL checks
  - Bump portrevision

PR:		212223
Submitted by:	Markus Kohlmeier <rootservice@gmail.com>
Reported by:	Markus Kohlmeier <rootservice@gmail.com>
Approved by:	ohauer (via PR)

Approved by:	ports-secteam (delphij)
2016-09-11 09:03:26 +00:00
Bernard Spil
a599546204 MFH: r420816
databases/mysql57-server: Fix build with LibreSSL

  - Fix building when OPENSSL_VERSION_NUMBER == 2
  - Switch USE_OPENSSL to USES= ssl

PR:		211770
Submitted by:	Markus Kohlmeyer <rootservice@gmail.com>
Reported by:	Markus Kohlmeyer <rootservice@gmail.com>
Approved by:	Mahdi Mokhtari <mokhi64@gmail.com>

Approved by:	ports-secteam (junovitch)
2016-09-11 09:00:17 +00:00
Bernard Spil
c509a33a21 MFH: r417988 r418065
devel/jsoncpp: Fix build on 10.3

  - Change OS version checks to compiler checks

PR:		209954
Submitted by:	Mathieu Simon <freebsd@simweb.ch>

devel/jsoncpp: Update to 1.7.3

  - Update to version 1.7.3 [2]
  - Fix compiler issues [1]

PR:		209945
Submitted by:	Mathieu Simon <freebsd@simweb.ch> [1]
Reviewed by:	yuri@rawbw.com (maintainer) [2]

Approved by:	ports-secteam (junovitch)
2016-09-11 08:59:04 +00:00
Guido Falsi
8d15052808 MFH: r418897 r419992 r420804 r421247 r421297 r421586 r421587 r421633 r421673 r421696
- Update net/asterisk11 to 11.23.0
- Update net/asterisk13 to 13.10.0

Add patch to fix build with libressl.

PR:		211707
Submitted by:	olivierw1+bugzilla-freebsd@hotmail.com
Patch by:	brnrd@
Obtained From:	http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/telephony/asterisk/patches/patch-res_res_rtp_asterisk_c?rev=1.1&content-type=text/plain

Fix build on head after r303920.

- Update to 13.11.0
- Make using base compiler the dafault on amd64 and i386

- Prevent asterisk build system from unconditionally using
  -march=native
- Add an OPTIMIZED_CFLAGS option, disabled by default, to allow
  enabling the native flag
- While here, convert to option target helpers.

Update net/asterisk11 to 11.23.1

Security:	5cb18881-7604-11e6-b362-001999f8d30b

Update net/asterisk13 to 13.11.1

Security:	5cb18881-7604-11e6-b362-001999f8d30b
		7fda7920-7603-11e6-b362-001999f8d30b

net/asterisk13: Fix broken patch file

  - Patch was the svn diff to the tree
  - Convert to a regular patch file

PR:		211707

Push ncurses USES after ssl USES, it has been reported to solve
problems when compiling with non base SSL library.

PR:		211707
Submitted by:	OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>

Update to 13.11.2

Approved by:	ports-secteam (feld)
2016-09-10 19:52:11 +00:00
Christoph Moench-Tegeder
1417d29ebe MFH: r421608
update thunderbird to 45.3.0

PR:		212463
Approved by:	jbeich (maintainer), rene (mentor)
Security:	aa1aefe3-6e37-47db-bfda-343ef4acb1b5

Approved by:	ports-secteam (feld)
2016-09-10 18:01:48 +00:00
Tijl Coosemans
a9cde02b09 MFH: r418229, r421616
Update to 3.4.15.

Approved by:	ports-secteam (feld)
2016-09-10 17:58:36 +00:00
Matthias Andree
c9a65ad953 MFH: r421626 r421694
Replace objdump by readelf. Fixes build on arm64.

While here, refresh patches.

PR:		212308
Submitted by:	emaste@
Reported by:	andrew@
Differential Revision:	D7842

Fixup r421626 to unbreak build on newer readelf.

Reported by:	antoine@

Approved by:	portmgr (feld@)
2016-09-10 17:52:30 +00:00
Antoine Brodin
f528ac35e7 MFH: r421268
Introduce READELF?= /usr/bin/readelf

In many cases where objdump is currently used, readelf is a better
choice. Introduce a variable for ports that wish to use it.

Reviewed by:	bapt
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D7761
2016-09-10 06:11:55 +00:00
David Naylor
bb1a2c092c MFH: r419226
- Fix packaging after PAM lib bump (__FreeBSD_version 1100117)

PR: 211227
Submitted by: maintainer
Approved by:	ports-secteam (feld)
2016-09-09 15:10:57 +00:00
Jan Beich
fb882d8be7 MFH: r421590
textproc/py-cloud_sptheme: unbreak after r415071

PR:		212496
Submitted by:	w.schwarzenfeld@utanet.at
Approved by:	ports-secteam blanket
2016-09-08 23:40:03 +00:00
Adam Weinberger
0fb6e59cca Fix botched merge in r421527 by merging r418252, r418405, and r418838
as well.

Approved by:	ports-secteam (feld)

r418252:
Fix build under 12.0-CURRENT.

r418405:
upgrade to 4.90C
- support for DTYPE_PTS
- FreeBSD 12.0-CURRENT

r418838:
Update to 4.90E.

r421506:
Update to 4.90F.

Bug fix:
- It fixes a race condition when lsof is looking up information on a
  socket's TCP state.  The worst case of the race is that lsof gets a
  segmentation fault.

PR:		212457
Submitted by:	maintainer (Larry Rosenman)
2016-09-08 14:08:04 +00:00
Dmitry Marakasov
db65520033 MFH: r421500
- Fix plist for GTK2 mode
- Switch to USES=localbase

PR:		212382
Submitted by:	maciej@pasternacki.net
Approved by:	just fix it blanket
Approved by:	ports-secteam blanket
2016-09-07 13:23:04 +00:00