Commit Graph

371323 Commits

Author SHA1 Message Date
Dmitry Marakasov
c3af2b4d86 MFH: r395479
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-28 13:31:50 +00:00
Dmitry Marakasov
2d3d87a9ef MFH: r395477
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-28 13:30:30 +00:00
Xin LI
9d663c38e3 MFH: r394408
Update to version 2.1.8.20150727

PR:		202157
Submitted by:	 Koichiro IWAO (maintainer)
Approved by:	ports-secteam
2015-08-28 04:24:11 +00:00
Dmitry Marakasov
8175fd3749 MFH: r395419
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-27 12:56:47 +00:00
Dmitry Marakasov
28e611954e MFH: r395415
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-27 12:18:54 +00:00
Dmitry Marakasov
c49b00a3e8 MFH: r395335
- Add LICENSE_FILE
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-26 02:47:10 +00:00
Jason Unovitch
99f1ea61b1 MFH: r391234
multimedia/ffmpeg0: Use OPTIONS helpers, Honour CFLAGS

- Use OPTIONS helpers for as many as conditional blocks as possible.
  Blocks with FFMPEG_* and other variables not supported by the helper
  framework are not modified.
- Honour CFLAGS for armv6 (= -> ?=)

While I'm here:

- Sort and group common or related Makefile sections where it made sense
  to do so and improved readability. Put global things up the top and
  conditional blocks below.
- Improve whitespace alignment for readability.

Approved by:		wg (maintainer)
Differential Revision:	https://reviews.freebsd.org/D2981

MFH: r391234

multimedia/ffmpeg0: Fix X11GRAB dependency typo

Fix a typo (s/xent/xext) in the X11GRAB USE_XORG dependency assignment that was
introduced in r391234.

PR:		201321
Submitted by:	Andrey Fesenko <andrey bsdnir info>
Approved by:	pointyhat (koobs)

MFH: r395164

multimedia/ffmpeg0: security update 0.7.16 -> 0.7.17

PR:		200852
Security:	65b14d39-d01f-419c-b0b8-5df60b929973
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Approved by:	wg (maintainer), delphij (mentor)
Approved by:	ports-secteam (delphij)
2015-08-25 23:58:18 +00:00
Jan Beich
2539d73b0b MFH: r395219
games/openbor: unbreak on non-x86 architectures

ib/2xSaI.c -o source/gfxlib/2xSaI.o
source/gfxlib/2xSaI.c:50:11: error: invalid output constraint '=d' in asm
        : "=d"(retval)
          ^
1 error generated.

Reported by:	pkg-fallout (armv6)
Approved by:	ports-secteam (build fix blanket)
2015-08-25 14:51:16 +00:00
Jan Beich
a0ef54cf11 MFH: r395232
audio/libtremor: update to 1.2.1.s20150105

Changes:	https://git.xiph.org/?p=tremor.git;a=shortlog;h=b56ffc
Security:	http://www.vuxml.org/freebsd/3dac84c9-bce1-4199-9784-d68af1eb7b2e.html
Security:	http://www.vuxml.org/freebsd/40497e81-fee3-4e54-9d5f-175a5c633b73.html
Approved by:	portmgr (erwin)
2015-08-25 11:22:15 +00:00
Dmitry Marakasov
ad4f20d575 MFH: r395238
- Fix library installation
- Fix library name to match what script expects, fixing -r option

Approved by:	portmgr blanket
Approved by:	ports-secteam blanket
2015-08-25 11:19:57 +00:00
Mark Felder
99c2df8497 MFH: r395178
devel/pcre: Add patch to resolve heap overflow vulnerability

Obtained from:	http://vcs.pcre.org/pcre?view=revision&revision=1594
Security:	6900e6f1-4a79-11e5-9ad8-14dae9d210b8
Approved by:	ports-secteam (with hat)
2015-08-24 16:30:16 +00:00
Jason Unovitch
f82a324c06 MFH: r394265
- Update to 1.23.10
- Fix file permission
- Update options

PR:		202328
Security:	6241b5df-42a1-11e5-93ad-002590263bf5
Approved by:	ports-secteam (delphij), delphij (mentor)
2015-08-23 23:05:01 +00:00
Jason Unovitch
88884adfce MFH: r394009
- Update to 1.24.3
- Update options
- Fix file permissions

PR:		202328
Security:	6241b5df-42a1-11e5-93ad-002590263bf5
Approved by:	ports-secteam (delphij), delphij (mentor)
2015-08-23 23:03:50 +00:00
Jason Unovitch
aa94a71ce1 MFH: r394006
- Update to 1.25.2
- Update options

PR:		202328
Security:	6241b5df-42a1-11e5-93ad-002590263bf5
Approved by:	ports-secteam (delphij), delphij (mentor)
2015-08-23 23:02:40 +00:00
Olli Hauer
8708b1eb06 MFH: r393672
- upgrade to 1.7.21
- fix py-subversion (convert BDB_CONFIGURE_OFF back to !${PORT_OPTIONS:MBDB})
- fix sample apache module config ('s/dav_module/dav_svn_module/')
- add tuning example for dav_svn_module

MFH: r395129

- update to 1.7.22

Developer-visible changes:
  - General:
    * fix the regression test suite which was broken in 1.7.21 (r1694012)

Approved by: 		ports-secteam (delphij@)
2015-08-23 20:48:00 +00:00
Olli Hauer
1e5b8e723b MFH: r393440
- update to 2.2.31
- remove backports
- minor cleanups
- always rebuild configure script
- add patch for acinclude.m4 [1]

Changes with Apache 2.2.31 [2]

  *) Correct win32 build issues for mod_proxy exports, OpenSSL 1.0.x headers.
     [Yann Ylavic, Gregg Smith]

Changes with Apache 2.2.30 (not released)

  *) SECURITY: CVE-2015-3183 (cve.mitre.org)
     core: Fix chunk header parsing defect.
     Remove apr_brigade_flatten(), buffering and duplicated code from
     the HTTP_IN filter, parse chunks in a single pass with zero copy.
     Limit accepted chunk-size to 2^63-1 and be strict about chunk-ext
     authorized characters.  [Graham Leggett, Yann Ylavic]

  *) http: Fix LimitRequestBody checks when there is no more bytes to read.
     [Michael Kaufmann <mail michael-kaufmann.ch>]

  *) core: Allow spaces after chunk-size for compatibility with implementations
     using a pre-filled buffer.  [Yann Ylavic, Jeff Trawick]

  *) mod_ssl: bring SNI behavior into better conformance with RFC 6066:
     no longer send warning-level unrecognized_name(112) alerts. PR 56241.
     [Kaspar Brand]

  *) http: Make ap_die() robust against any HTTP error code and not modify
     response status (finally logged) when nothing is to be done. PR 56035.
     [Yann Ylavic]

  *) core, modules: Avoid error response/document handling by the core if some
     handler or input filter already did it while reading the request (causing
     a double response body).  [Yann Ylavic]

  *) FreeBSD: Disable IPv4-mapped listening sockets by default for versions
     5+ instead of just for FreeBSD 5. PR 53824.  [Jeff Trawick,
     Olli Hauer <ohauer gmx de>]

  *) mod_proxy: use the original (non absolute) form of the request-line's URI
     for requests embedded in CONNECT payloads used to connect SSL backends via
     a ProxyRemote forward-proxy.  PR 55892.  [Hendrik Harms <hendrik.harms
     gmail com>, William Rowe, Yann Ylavic]

  *) mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for
     internationalization.  [William Rowe]

  *) mod_log_config: Implement logging for sub second timestamps and
     request end time.  [Rainer Jung]

  *) mod_log_config: Ensure that time data is consistent if multiple
     duration patterns are used in combination, e.g. %D and %{ms}T.
     [Rainer Jung]

  *) mod_log_config: Add "%{UNIT}T" format to output request duration in
     seconds, milliseconds or microseconds depending on UNIT ("s", "ms", "us").
     [Ben Reser, Rainer Jung]

  *) In alignment with RFC 7525, the default recommended SSLCipherSuite
     and SSLProxyCipherSuite now exclude RC4 as well as MD5. Also, the
     default recommended SSLProtocol and SSLProxyProtocol directives now
     exclude SSLv3. Existing configurations must be adjusted by the
     administrator. [William Rowe]

  *) core: Avoid potential use of uninitialized (NULL) request data in
     request line error path. [Yann Ylavic]

  *) mod_proxy_http: Use the "Connection: close" header for requests to
     backends not recycling connections (disablereuse), including the default
     reverse and forward proxies.  [Yann Ylavic]

  *) mod_proxy: Add ap_connection_reusable() for checking if a connection
     is reusable as of this point in processing.  [Jeff Trawick]

  *) mod_proxy: Reuse proxy/balancer workers' parameters and scores across
     graceful restarts, even if new workers are added, old ones removed, or
     the order changes.  [Jan Kaluza, Yann Ylavic]

  *) mod_ssl: 'SSLProtocol ALL' was being ignored in virtual host context.
     PR 57100.  [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>,
     Yann Ylavic]

  *) mod_ssl: Improve handling of ephemeral DH and ECDH keys by
     allowing custom parameters to be configured via SSLCertificateFile,
     and by adding standardized DH parameters for 1024/2048/3072/4096 bits.
     Unless custom parameters are configured, the standardized parameters
     are applied based on the certificate's RSA/DSA key size. [Kaspar Brand]

  *) mod_ssl: drop support for export-grade ciphers with ephemeral RSA
     keys, and unconditionally disable aNULL, eNULL and EXP ciphers
     (not overridable via SSLCipherSuite). [Kaspar Brand]

  *) mod_ssl: Add support for configuring persistent TLS session ticket
     encryption/decryption keys (useful for clustered environments).
     [Paul Querna, Kaspar Brand]

  *) SSLProtocol and SSLCipherSuite recommendations in the example/default
     conf/extra/httpd-ssl.conf file are now global in scope, affecting all
     VirtualHosts (matching 2.4 default configuration). [William Rowe]

  *) mod_authn_dbd: Fix lifetime of DB lookup entries independently of the
     selected DB engine.  PR 46421.  [Jan Kaluza].

  *) Turn static function get_server_name_for_url() into public
     ap_get_server_name_for_url() and use it where appropriate. This
     fixes mod_rewrite generating invalid URLs for redirects to IPv6
     literal addresses. PR 52831 [Stefan Fritsch]

  *) dav_validate_request: avoid validating locks and ETags when there are
     no If headers providing them on a resource we aren't modifying.
     [Ben Reser]

  *) mod_ssl: New directive SSLSessionTickets (On|Off).
     The directive controls the use of TLS session tickets (RFC 5077),
     default value is "On" (unchanged behavior).
     Session ticket creation uses a random key created during web
     server startup and recreated during restarts. No other key
     recreation mechanism is available currently. Therefore using session
     tickets without restarting the web server with an appropriate frequency
     (e.g. daily) compromises perfect forward secrecy. [Rainer Jung]

  *) mod_deflate: Define APR_INT32_MAX when it is missing so to be able to
     compile against APR-1.2.x (minimum required version). [Yann Ylavic]

  *) mod_reqtimeout: Don't let pipelining checks interfere with the timeouts
     computed for subsequent requests.  PR 56729.  [Eric Covener]

[1]	https://issues.apache.org/bugzilla/show_bug.cgi?id=58126
[2]	http://www.apache.org/dist/httpd/CHANGES_2.2.31

With Head apache@

Approved by: 		ports-secteam (delphij@)
2015-08-23 20:29:11 +00:00
Rene Ladan
57d5fe45d7 MFH: r395024
Move definitions of MAKE_ARGS up to ensure that chromedriver is built when
requested [1]

While here sort USES

PR:		202560 [1]
Submitted by:	Carlos J Puga Medina [1]
Approved by:	ports-secteam (delphij)
2015-08-22 09:45:44 +00:00
Xin LI
4cf93243fc MFH: r395015
Security Update to 7.39.

PR:		ports/202527
Submitted by:	Simon Wright (maintainer)
Approved by:	ports-secteam
2015-08-22 06:59:17 +00:00
Jason E. Hale
3f6082e78e MFH: r394934
- Update graphics/libpgf to 7.15.32
- Chase shlib bump

Security:	9a71953a-474a-11e5-adde-14dae9d210b8
Approved by:	ports-secteam (feld)
2015-08-21 23:20:36 +00:00
Kurt Jaeger
dfcfb24dc3 MFH: r394913
www/drupal6: 6.36 -> 6.37

- This release fixes security vulnerabilities. Sites are urged to upgrade
  immediately after reading the notes below and the security announcement:
  Drupal Core - Critical - Multiple Vulnerabilities - SA-CORE-2015-003

PR:		202526
Submitted by:	simon.wright@gmx.net (maintainer)
Approved by:	ports-secteam
2015-08-21 14:58:44 +00:00
Colin Percival
3a797d74a6 MFH: r394955
Update tarsnap to 1.0.36.

This removes the SSE2 option since tarsnap now detects that cpu feature
at run-time.

Security:	Fixes a denial of service and a maybe-exploitable overflow.
Approved by:	ports-secteam (feld)
2015-08-21 14:26:18 +00:00
Rene Ladan
28a045f3ed MFH: r394902
- Update to 44.0.2403.155 [1]
- Add a non-default option to install Chrome Driver [2][3]

PR:		202368 [2]
PR:		202370 [3]
Submitted by:	LeFroid via GitHub [1]
Submitted by:	stb@lassitu.de [2][3]
Approved by:	ports-secteam (feld)
2015-08-20 18:21:03 +00:00
Jason Unovitch
cca1887808 MFH: r394890
sysutils/froxlor: security update 0.9.32_3 -> 0.9.33.2

- Update to 0.9.33.2
- Minor option and format fixes (support Dovecot 2, use default Apache version)
- Add security hint to pkg-message
- Add NO_ARCH
- Drop @dirrmtry as all pkg-plist files are under PREFIX

PR:		202262
Security:	CVE-2015-5959
Security:	9ee72858-4159-11e5-93ad-002590263bf5
Submitted by:	Marco Steinbach <coco@executive-computing.de> (maintainer)
Approved by:	ports-secteam (feld), feld (mentor)
2015-08-20 15:56:04 +00:00
Koop Mast
9c4193b9db The update to 2.31.6 in the 2015Q3 branch wasn't complete. There
where other changes between the 2.31.2 and 2.31.6 which where missed.

So to fix this, remove two patches that are now included in 2.31.6,
and update the plist for this version.

Submitted by:	pkg-fallout
Approved by:	portmgr@ (antoine@)
2015-08-20 10:37:42 +00:00
Mark Felder
eda2331e7a MFH: r394793
www/py-django: Update to 1.8.4
www/py-django17: Update to 1.7.10
www/py-django14: Update to 1.4.22

Relnotes:	https://www.djangoproject.com/weblog/2015/aug/18/security-releases/
Security:	b0e54dc1-45d2-11e5-adde-14dae9d210b8
Security:	CVE-2015-5963
Security:	CVE-2015-5964
Approved by:	ports-secteam (with hat)
2015-08-19 15:29:30 +00:00
Koop Mast
5589adc459 MFH: r394773
Update gdkpixbuf2 to 2.31.6.

This corrects CVE-2015-4491.

Approved by:	portmgr (erwin@)
Security:	f5b8b670-465c-11e5-a49d-bcaec565249c
2015-08-19 11:08:46 +00:00
Dmitry Marakasov
f665119be2 MFH: r394654
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-18 20:16:52 +00:00
Dmitry Marakasov
ccd42c4f90 MFH: r394639
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-18 19:17:54 +00:00
Dmitry Marakasov
d9c44ccd02 MFH: r394631
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-18 18:45:20 +00:00
Mark Felder
49a860082e MFH: r394634
textproc/freexl update to 1.0.2
This update resolves an integer overflow still awaiting CVE assignment

Security:	a59e263a-45cd-11e5-adde-14dae9d210b8
Approved by:	ports-secteam (with hat)
2015-08-18 18:36:42 +00:00
Mark Felder
8049e8dfd6 MFH: r394632
Update irc/unreal to 3.2.10.5
This release fixes a SASL Denial of Service issue

Security:	0ecc1f55-45d0-11e5-adde-14dae9d210b8
Approved by:	ports-secteam (with hat)
2015-08-18 18:28:09 +00:00
Xin LI
416d9ed3f3 MFH: r394625
Apply vendor changeset ce91452:

demux: mp4: correctly match release function

Obtained from:	VLC
Approved by:	ports-secteam
2015-08-18 17:46:32 +00:00
Jan Beich
c80b9bdf04 MFH: r394552
multimedia/mpv: expose ASS, DVDREAD, DVDNAV options

PR:		202403
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Approved by:	ports-secteam (delphij)
2015-08-18 06:37:03 +00:00
Gordon Tetlow
c081059507 MFH: r394429
Update devel/p4d to 2015.1/1217912

Approved by:	mat (mentor)
Approved by:	ports-secteam (delphij)
Differential Revision:	https://reviews.freebsd.org/D3396
2015-08-18 03:30:01 +00:00
Dmitry Marakasov
f1c5eeba11 MFH: r394543
- Fix build when CXX is set to a path instead of just an executable name (fixes cross-builds)

Approved by:	portmgr blanket
Approved by:	ports-secteam build fix blanket
2015-08-18 02:04:41 +00:00
Palle Girgensohn
df1a2f6b8b MFH: r394519
Update mod_jk to fix security problem.

Security:	CVE-2014-8111
Approved by:	ports-secteam (feld)
2015-08-17 23:01:03 +00:00
Jan Beich
ce01a51a60 MFH: r394378
games/openra: update GeoLite2 to August snapshot

Approved by:	ports-secteam (feld)
2015-08-17 20:08:18 +00:00
Dmitry Marakasov
9d7709f851 MFH: r394524
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-17 19:02:18 +00:00
Dmitry Marakasov
a70b3ce5de MFH: r394523
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-17 19:00:41 +00:00
Thomas Zander
233b731fc4 MFH: r394414
Fix SIGBUS crashes on several popular ARM SoCs

PR:		200609
Submitted by:	rwestlun@gmail.com
Approved by:	ports-secteam (delphij)
2015-08-17 18:58:18 +00:00
Dmitry Marakasov
126cff91bc MFH: r394520
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-17 18:49:42 +00:00
Jason Unovitch
ae9c2240c4 MFH: r394506
sysutils/xen-tools: Update to 4.5.1 and apply XSA-139/XSA-140 patches

- Update to 4.5.1
- Remove XSA-117 to XSA-136 and elf_parse_bsdsyms patches now part of 4.5.1
- Leave XSA-135 QEMU traditional patches due an oversight in 4.5.1
- Apply patches for XSA-139/XSA-140
- Set USE_LDCONFIG, sort USES, use ${PATCH}, and reorder Makefile (portlint)

PR:		201931
Security:	CVE-2015-5166
Security:	ee99899d-4347-11e5-93ad-002590263bf5
Security:	CVE-2015-5165
Security:	f06f20dc-4347-11e5-93ad-002590263bf5
Approved by:	bapt (maintainer), feld (mentor)
Approved by:	ports-secteam (feld)
2015-08-17 15:18:11 +00:00
Jason Unovitch
07593109b1 MFH: r393514
Fix XSA-138 / CVE-2015-5154

PR:		201931
Security:	CVE-2015-5154
Security:	da451130-365d-11e5-a4a5-002590263bf5
Approved by:	ports-secteam (delphij,feld), delphij,feld (mentor)
2015-08-17 15:16:49 +00:00
Jason Unovitch
e49faaae53 MFH: r391737
Fix XSA-137 / CVE-2015-3259

PR:		201416
Submitted by:	Jason Unovitch <jason.unovitch@gmail.com>
Approved by:	ports-secteam (feld), feld (mentor)
2015-08-17 15:15:15 +00:00
Jason Unovitch
5b1055a6a8 MFH: r394290
Update to 5.4.44 release.

Security:	787ef75e-44da-11e5-93ad-002590263bf5
Approved by:	ports-secteam (feld), feld (mentor)
2015-08-17 15:11:01 +00:00
Jason Unovitch
e29947fac4 MFH: r394289
Update to 5.5.28 release.

Security:	787ef75e-44da-11e5-93ad-002590263bf5
Approved by:	ports-secteam (feld), feld (mentor)
2015-08-17 15:09:47 +00:00
Jason Unovitch
94b48efa44 MFH: r394286
Update to 5.6.12 release.

Security:	787ef75e-44da-11e5-93ad-002590263bf5
Approved by:	ports-secteam (feld), feld (mentor)
2015-08-17 15:08:44 +00:00
Mark Felder
89f4884d0f MFH: r394507
Last update was causing pollution of BUILD_DEPENDS into RUN_DEPENDS

PR:		202338
Approved by:	ports-secteam (with hat)
2015-08-17 14:23:33 +00:00
Dmitry Marakasov
eb308930dd MFH: r394446
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-17 12:02:36 +00:00
Dmitry Marakasov
ca59334f72 MFH: r394447
- Fix shebangs

Approved by:	portmgr blanket
Approved by:	ports-secteam shebang fix blanket
2015-08-17 10:13:28 +00:00