Commit Graph

442273 Commits

Author SHA1 Message Date
Jan Beich
3a7eced67e MFH: r467442
graphics/freeimage: unbreak build with Clang 6 (C++14 by default)

Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: error: constant expression evaluates to -2 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
    1,0, 2,2, 2,-2,
                ^~
Source/LibRawLite/./internal/dcraw_common.cpp:2042:17: note: insert an explicit cast to silence this issue
    1,0, 2,2, 2,-2,
                ^~
                static_cast<char>( )
[...]

Reported by:	pkg-fallout (armv6, armv7, aarch64)
Approved by:	ports-secteam blanket
2018-04-15 23:58:57 +00:00
Jan Beich
e49995fa72 MFH: r467441
math/ceres-solver: unbreak OPENMP=off after r465555

$ make config
│ │──────────────────────────── Threading support ───────────────────────────│ │
│ │+( ) OPENMP       Parallel processing support via OpenMP                  │ │
│ │+(*) TBB          Intel threading building blocks                         │ │
====> You cannot select multiple options from the THREADS radio
=====> Only one of these must be defined: OPENMP TBB
Config is invalid. Re-edit? [Y/n] y

Approved by:	ports-secteam blanket
2018-04-15 23:58:28 +00:00
Eugene Grosbein
5d7e7a0162 MFH: r467313
security/ipsec-tools: fix CVE-2016-10396

The racoon daemon in IPsec-Tools 0.8.2 contains a remotely exploitable
computational-complexity attack when parsing and storing ISAKMP fragments.
The implementation permits a remote attacker to exhaust computational
resources on the remote endpoint by repeatedly sending ISAKMP fragment
packets in a particular order such that the worst-case computational
complexity is realized in the algorithm utilized to determine
if reassembly of the fragments can take place.

The fix obtained from NetBSD CVS head with a command:

cvs diff -D 2017-01-24 -D 2017-09-01 \
	src/racoon/handler.h \
	src/racoon/isakmp.c \
	src/racoon/isakmp_frag.c \
	src/racoon/isakmp_inf.c

While here, add LICENSE.

PR:		225066
Approved by:	ports-secteam (riggs)
Obtained from:	NetBSD
Security:	CVE-2016-10396
Security:	https://www.vuxml.org/freebsd/974a6d32-3fda-11e8-aea4-001b216d295b.html
2018-04-15 08:51:11 +00:00
Mark Felder
ce157909dc MFH: r467334
mail/archiveopteryx: Fix build with modern clang
2018-04-14 17:15:06 +00:00
Sunpoet Po-Chuan Hsieh
94d3cba632 MFH: r467255 r467256
Update to 1.31.1

Changes:	https://github.com/nghttp2/nghttp2/releases
Security:	1fccb25e-8451-438c-a2b9-6a021e4d7a31

Approved by:	ports-secteam (delphij)
2018-04-14 12:59:08 +00:00
Carlos J. Puga Medina
5b6ad3a461 MFH: r467307
- Remove duplicate dependency libxml2
- Remove comment about use_system_icu because icu is already unbundled
- Update pkg-message for the hanging tabs problem

Approved by:	ports-secteam (blanket)
2018-04-14 11:51:57 +00:00
Jan Beich
3c667e9a98 MFH: r467282
audio/pulseaudio: update to 11.1

Changes:	https://github.com/pulseaudio/pulseaudio/compare/v11.0...v11.1
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		223506
Submitted by:	lightside <lightside@gmx.com>
Approved by:	maintainer timeout (5 months)
Approved by:	ports-secteam (delphij)
2018-04-14 09:07:35 +00:00
Thomas Zander
6502bfb6fb MFH: r467286
Update to upstream version 0.5.9

Details
- New patchlevel release 0.5.9
- Cleanup ports
- USES localbase:ldflags

PR:		227061
Submitted by:	uzsolt@uzsolt.hu
Reviewed by:	gor@clogic.com.ua (maintainer)
Approved by:	gor@clogic.com.ua (maintainer)

Approved by:	ports-secteam (riggs)
2018-04-14 06:28:34 +00:00
Jan Beich
d9477a1ddf MFH: r466272 r467277
games/openbor: update to 4942

Changes:	57735a1...449e528
Approved by:	ports-secteam (feld, implicit for snapshots)
2018-04-13 23:26:03 +00:00
Jan Beich
1cedcb9f37 MFH: r467274
emulators/citra: update to s20180413

Changes:	8b858f1b...7f408eef
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-04-13 22:09:56 +00:00
Jan Beich
562f9180c7 MFH: r467273
www/waterfox: apply some FF60 fixes

Approved by:	ports-secteam blanket
2018-04-13 22:09:26 +00:00
Kirill Ponomarev
06914a57da MFH: r466403
Update to version 2.5.0

PR:		227249
Submitted by:	maintainer

Approved by:	ports-secteam (delphij)
2018-04-13 09:57:43 +00:00
Steve Wills
6ad8e3aedd MFH: r467176
devel/jenkins-lts: update to 2.107.2

Security:	aaba17aa-782e-4843-8a79-7756cfa2bf89

Approved by:	ports-secteam (implicit)
2018-04-12 17:57:11 +00:00
Jan Beich
5b396c50c4 MFH: r467115
emulators/citra: update to s20180410

Changes:	39fce601...8b858f1b
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-04-11 23:46:29 +00:00
Jan Beich
41a0d0f2d7 MFH: r467114
www/waterfox: apply some FF60 fixes

Approved by:	ports-secteam blanket
2018-04-11 23:45:23 +00:00
Mark Felder
31529d962d MFH: r466569 r466572
net-mgmt/py-pdagent: Add dedicated user/group

- Also add pkg-message informing how to permit users and services access

net/py-pdagent: Further increase security

Limit access to alert data files which could hold sensitive information

PR:		227273
2018-04-11 13:01:27 +00:00
Xin LI
7e6aa9217f MFH: r467039
Require netif be run before starting slapd.

PR:		213671
Submitted by:	arkadiusz.majewski at iptrace.pl
Approved by:	ports-secteam
2018-04-11 09:42:03 +00:00
Luca Pizzamiglio
57499fe5da MFH: r466647
net/librdkafka: fix pkg-plist, remove python dependency

PR:		227248
Submitted by:	 Sergey Akhmatov <sergey@akhmatov.ru>

Approved by:	ports-secteam (riggs)
2018-04-11 08:11:19 +00:00
Jan Beich
7c2c751c98 MFH: r466925
graphics/mesa-{libs,dri}: update to 17.3.8

Changes:	https://www.mesa3d.org/relnotes/17.3.2.html
Changes:	https://www.mesa3d.org/relnotes/17.3.3.html
Changes:	https://www.mesa3d.org/relnotes/17.3.4.html
Changes:	https://www.mesa3d.org/relnotes/17.3.5.html
Changes:	https://www.mesa3d.org/relnotes/17.3.6.html
Changes:	https://www.mesa3d.org/relnotes/17.3.7.html
Changes:	https://www.mesa3d.org/relnotes/17.3.8.html
PR:		225035
Tested by:	Oleh Hushchenkov, Kevin Oberman
Approved by:	maintainer timeout (3 months, cookie licking)
Approved by:	ports-secteam (riggs)
2018-04-11 04:40:56 +00:00
Rodrigo Osorio
749a6efc20 MFH: r466909
Upgrade rpm4 from 4.13.0.2 to 4.13.1

Major changes:
 - Fix CVE-2017-7501
 - Fix file lists getting fed to file triggers multiple times
 - Fix not all %transfiletriggerpostun file triggers executing (RhBug:1514085)
 - Fix file triggers executing before file fingerprinting
 - Fix file triggers firing on non-installed files
 - Fix file signatures failing on hardlinked files (#333)

Full release note : http://rpm.org/wiki/Releases/4.13.1

Security:	CVE-2017-7501

Approved by:	ports-secteam (riggs)
2018-04-10 20:51:55 +00:00
Rene Ladan
7d159f7902 MFH: r466682
databases/py-fakeredis: update to 0.10.2

Changelog:	https://github.com/jamesls/fakeredis#0102
Reported by:	portscout

Approved by:	ports-secteam (riggs)
2018-04-10 19:35:28 +00:00
Jung-uk Kim
ed31685151 MFH: r466981
Update to 29.0.0.140.

https://helpx.adobe.com/security/products/flash-player/apsb18-08.html

Approved by:	ports-secteam (blanket)
2018-04-10 18:27:57 +00:00
Jan Beich
3468386e32 MFH: r466918
www/waterfox: apply some FF60 fixes

Approved by:	ports-secteam blanket
2018-04-10 00:43:21 +00:00
Jan Beich
0bfd06a6b2 MFH: r466917
emulators/rpcs3: update to 0.0.5.188

Changes:	2b5cf2455...ea82b732a
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-04-10 00:20:08 +00:00
Jan Beich
f1f7aecfff MFH: r466924
graphics/mesa-dri: fix device name detection for Wayland/EGL

PR:		223030
Submitted by:	Greg V
Obtained from:	upstream (Mesa 18.0.0)
Approved by:	maintainer timeout (4 months)
Approved by:	ports-secteam blanket
2018-04-10 00:18:46 +00:00
Jan Beich
d59db9aee9 MFH: r466923
graphics/mesa-dri: always lower kernel version check

Sandybridge on FreeBSD 11.* is also affected:

$ glxgears
[intel_init_bufmgr: 1685] Kernel 3.9 required.
libGL error: failed to create dri screen
libGL error: failed to load driver: i965
5373 frames in 5.0 seconds = 1074.496 FPS

Reported by:	Kevin Oberman
PR:		225035 225415
Approved by:	ports-secteam blanket
2018-04-10 00:18:04 +00:00
Jan Beich
db594b1c1a MFH: r466919
multimedia/libvpx: unbreak on armv7

vpx_ports/arm_cpudetect.c.o: In function `arm_cpu_caps':
arm_cpudetect.c:(.text+0x48): undefined reference to `getauxval'
arm_cpudetect.c:(.text+0x78): undefined reference to `getauxval'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

PR:		224107
Reported by:	pkg-fallout
Submitted by:	Mikaël Urankar
Approved by:	ports-secteam blanket
2018-04-10 00:16:58 +00:00
Jan Beich
b17be0caa3 MFH: r466916
security/nss: update to 3.36.1

Changes:	https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.36.1_release_notes
Changes:	https://hg.mozilla.org/projects/nss/shortlog/NSS_3_36_1_RTM
ABI:		https://abi-laboratory.pro/tracker/timeline/nss/
Approved by:	ports-secteam blanket (required by Firefox 60)
2018-04-10 00:16:19 +00:00
Mark Felder
ff1a7d416d MFH: r466582
security/kr: Does not build on i386
2018-04-09 23:33:10 +00:00
Tobias Kortkamp
eb6abfc1da MFH: r466547
security/signify: Update to 0.7

Brings signify up to OpenBSD 6.3's level

Approved by:	ports-secteam (riggs)
2018-04-09 12:28:29 +00:00
Tobias Kortkamp
e270313cdc MFH: r466613
shells/oksh: Update to 20180401

This release matches the version of bin/ksh shipped with OpenBSD 6.3

PR:		227311
Submitted by:	bcallah@openbsd.org (maintainer)

Approved by:	ports-secteam (riggs)
2018-04-09 12:25:45 +00:00
Thomas Zander
a40328835f MFH: r466773
Update to 5.6.35 release.

PR:		227246
Submitted by:	Dani <i.dani@outlook.com>

Approved by:	ports-secteam (riggs)
2018-04-09 09:16:47 +00:00
Bradley T. Hughes
9f06e32aba MFH: r466239 r466621
www/node4: Mark as deprecated and set expiration date

The Node.js project has set v4.x end-of-life date to 2018-04-30.

www/node4: fix portlint errors and relevant warnings

- move DEPRECATED/EXPIRATION_DATE out of MAINTAINER section
- move ONLY_FOR_ARCHS
- remove USES_LDCONFIG (Node.js doesn't install a .so)

Approved by:	ports-secteam (riggs)
2018-04-08 20:07:24 +00:00
Carlos J. Puga Medina
2d6fd951e6 MFH: r466810
- Remove duplicate dependency libxml2

While I'm here remove comment about use_system_icu because it is already unbundled.

Approved by:	ports-secteam blanket
2018-04-08 17:37:01 +00:00
Jan Beich
8978b6de2c devel/icu: fix PORTREVISION in consumers after r466760 (direct commit)
PR:		227042
Reported by:	antoine
Pointy hat to:	jbeich
Approved by:	ports-secteam blanket
2018-04-07 19:19:57 +00:00
Jan Beich
a4bf2a5a6f MFH: r466648
devel/icu: update to 61.1

Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-04-07 19:09:30 +00:00
Jan Beich
4c5ad27d09 MFH: r466640
devel/renpy: update to 6.99.14.3

Changes:	https://www.renpy.org/release/6.99.14.3 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-3
Approved by:	ports-secteam (riggs)
2018-04-07 16:26:01 +00:00
Mark Felder
024aa9de6a MFH: r466725
sysutils/logstash6: Run as non-root by default

- Added logstash user/group
2018-04-07 14:02:07 +00:00
Thomas Zander
9c266081ac MFH: r466714
Update to upstream release 1.5.4 (bugfix release)

Details:
- Update to upstream release 1.5.4, changelog see
  https://github.com/containous/traefik/releases/tag/v1.5.4
- Install sample configuration file that allows to
  start traefik out of the box without configuration tweaks
- Add pkg-message; includes a note on how to accomplish
  binding to privileged ports

Approved by:	ports-secteam (riggs)
2018-04-07 11:02:48 +00:00
Jan Beich
587d3b42e8 MFH: r466696
emulators/rpcs3: update to 0.0.5.182

Changes:	568118634...2b5cf2455
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-04-07 00:29:27 +00:00
Jan Beich
173990ada3 MFH: r466695
emulators/citra: update to s20180406

Changes:	7d710170...39fce601
Approved by:	ports-secteam (swills, implicit for snapshots)
2018-04-07 00:25:51 +00:00
Jan Beich
7e4a6419d3 MFH: r466694
www/waterfox: apply some FF60 fixes

Approved by:	ports-secteam blanket
2018-04-07 00:23:52 +00:00
Thomas Zander
ef63829717 MFH: r466594
Remove superfluous files erroneously introduced in r460797

Reported by:	ashish (via mail)

Approved by:	ports-secteam (riggs)
2018-04-06 05:14:11 +00:00
Tobias Kortkamp
1c77bb0cd6 MFH: r466550
www/palemoon: Update to 27.8.3

Changes:	http://www.palemoon.org/releasenotes.shtml
PR:		227291
Approved by:	lichray@gmail.com (maintainer)

Approved by:	ports-secteam blanket
2018-04-06 05:12:41 +00:00
Mark Felder
6c2d01eded MFH: r466599
dns/nsnotifyd: Add basic rc script

Approved by:	maintainer
2018-04-05 20:43:11 +00:00
Thomas Zander
50e4b80e59 MFH: r466198
databases/go-carbon: Improve rc.d script

Fixes an error with restart.

PR:		226937
Submitted by:	Andreas Andersson <a.andersson.thn@gmail.com>
Approved by:	hrs (mentor, implicit)

Approved by:	ports-secteam (riggs)
Reported by:	meta (via mail)
2018-04-05 19:59:21 +00:00
Jason E. Hale
06b1e5b8a5 MFH: r466574
Fix 301 redirects in the UrlBuilder class
- http scheme redirects to https
- Mobile website (m.last.fm) redirects to www.last.fm
- Localized hosts redirect e.g. www.lastfm.de to www.last.fm/de
- New localePath() function has been added to handle the localized
  base path since the library was localizing using the host before.
  This is not an official fix, but upstream is pretty dead.
Move USES upward
Convert CMAKE_ARGS to CMAKE_ON

Approved by:	ports-secteam (blanket)
2018-04-05 17:22:58 +00:00
Jan Beich
f704ee1ae6 MFH: r466548
games/openra: update GeoLite2 to April snapshot

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

Approved by:	ports-secteam blanket
2018-04-05 10:29:07 +00:00
Jan Beich
dd476e7895 MFH: r466516
emulators/rpcs3: update to 0.0.5.178

Changes:	b0352d6ef...568118634
Approved by:	ports-secteam (junovitch, implicit for snapshots)
2018-04-05 00:45:16 +00:00
Jan Beich
a7acb1fad0 MFH: r466515
www/waterfox: apply some FF60 fixes

Approved by:	ports-secteam blanket
2018-04-05 00:44:31 +00:00