Commit graph

291848 commits

Author SHA1 Message Date
Marcus von Appen
2d434cfe09 - Update to the latest additions of the OpenCL 1.2. standard
PR:		ports/174385
Submitted by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de> (maintainer)
2013-01-12 10:10:53 +00:00
Sergey A. Osokin
93f4b1dc3b Update from 1.3.8 to 1.3.11.
Update SPDY patch from version 53 to 54.

Chunked support has been implemented and enabled by default in nginx' base, so
remove support for third-party chunkin module.

There are two third-party features are temporary disabled:
o) ngx_http_upload_module;
o) syslog support.

<ChangeLog>

Changes with nginx 1.3.11                                        10 Jan 2013

*) Bugfix: a segmentation fault might occur if logging was used; the bug
   had appeared in 1.3.10.

*) Bugfix: the "proxy_pass" directive did not work with IP addresses
   without port specified; the bug had appeared in 1.3.10.

*) Bugfix: a segmentation fault occurred on start or during
   reconfiguration if the "keepalive" directive was specified more than
   once in a single upstream block.

*) Bugfix: parameter "default" of the "geo" directive did not set
   default value for IPv6 addresses.

Changes with nginx 1.3.10                                        25 Dec 2012

*) Change: domain names specified in configuration file are now resolved
   to IPv6 addresses as well as IPv4 ones.

*) Change: now if the "include" directive with mask is used on Unix
   systems, included files are sorted in alphabetical order.

*) Change: the "add_header" directive adds headers to 201 responses.

*) Feature: the "geo" directive now supports IPv6 addresses in CIDR
   notation.

*) Feature: the "flush" and "gzip" parameters of the "access_log"
   directive.

*) Feature: variables support in the "auth_basic" directive.

*) Bugfix: nginx could not be built with the ngx_http_perl_module in
   some cases.

*) Bugfix: a segmentation fault might occur in a worker process if the
   ngx_http_xslt_module was used.

*) Bugfix: nginx could not be built on MacOSX in some cases.
   Thanks to Piotr Sikora.

*) Bugfix: the "limit_rate" directive with high rates might result in
   truncated responses on 32-bit platforms.
   Thanks to Alexey Antropov.

*) Bugfix: a segmentation fault might occur in a worker process if the
   "if" directive was used.
   Thanks to Piotr Sikora.

*) Bugfix: a "100 Continue" response was issued with "413 Request Entity
   Too Large" responses.

*) Bugfix: the "image_filter", "image_filter_jpeg_quality" and
   "image_filter_sharpen" directives might be inherited incorrectly.
   Thanks to Ian Babrou.

*) Bugfix: "crypt_r() failed" errors might appear if the "auth_basic"
   directive was used on Linux.

*) Bugfix: in backup servers handling.
   Thanks to Thomas Chen.

*) Bugfix: proxied HEAD requests might return incorrect response if the
   "gzip" directive was used.

Changes with nginx 1.3.9                                         27 Nov 2012

*) Feature: support for chunked transfer encoding while reading client
   request body.

*) Feature: the $request_time and $msec variables can now be used not
   only in the "log_format" directive.

*) Bugfix: cache manager and cache loader processes might not be able to
   start if more than 512 listen sockets were used.

*) Bugfix: in the ngx_http_dav_module.

</ChangeLog>
2013-01-12 07:26:28 +00:00
Alex Kozlov
0bf7e09b46 - Update to 1.1.20 [1]
- Remove hardcoded CC/AR, optimisation flags [1]
- Convert Makefile headers to new style

PR:	ports/174955 (based on) [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (maintainer)
2013-01-12 05:12:54 +00:00
Alex Kozlov
3200537fc4 - Update to 2.5.2
- Convert Makefile headers to new style

PR:	ports/175167
Submitted by:	Erik Greenwald <erik@bz.bzflag.bz> (maintainer)
2013-01-12 03:55:10 +00:00
Jun Kuriyama
e55bb17f86 - Try to fix build on NFS without lockd (patch provided by Martin
Tournoij <martin@arp242.net> at ports/155991).
- Add pre-build check for locking to tell people why build fails.

PR:		ports/155991, ports/164600
Submitted by:	"Dmitry S. Luhtionov" <mitya@cabletv.dp.ua>
2013-01-12 03:06:37 +00:00
Wen Heping
ab1397734b - Update to 1.3.3
PR:		175216
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-01-12 02:46:15 +00:00
Wen Heping
ece37e64c2 - Update to 1.2.5
- Reset maintainer
2013-01-12 02:39:33 +00:00
Wen Heping
aaac3d0cae - Update to 6.5.9 2013-01-12 02:24:53 +00:00
Wen Heping
855ac31f0c - Update to 0.9.2
- Trim Makefile headers

PR:		175217
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-01-12 02:20:34 +00:00
Alex Kozlov
e8b55f1b01 - Update to 3.07 [1]
- Convert to new options framework
- Improve COMMENT

PR:	ports/173051 [1]
Submitted by:	Jukka Ukkonen <jau@iki.fi>
Approved by:	bzeeb+freebsdports@zabbadoz.net (maintainer)
2013-01-12 00:41:29 +00:00
Emanuel Haupt
aed0f845b2 Update to 1.5.7 2013-01-11 23:45:57 +00:00
Matthias Andree
542f472aaf Add note about OpenVPN shuffle. 2013-01-11 23:27:10 +00:00
Matthias Andree
51939c51c1 OpenVPN changes, upgrades and fixes:
- Upgrade security/openvpn to v2.3.0 (changes installed layout a bit),
  splitting and re-diffing patches.
- Retain v2.2.2 as security/openvpn22
- Mark security/openvpn20 as deprecated and to expire 6 months from now
- Fix TCP_NODELAY option (openvpn 2.3, 2.2), see
  <http://community.openvpn.net/openvpn/ticket/158>
- Fix PassTOS option (openvpn 2.2, 2.0), see
  http://community.openvpn.net/openvpn/ticket/135
2013-01-11 23:09:37 +00:00
Koop Mast
abd0c3f1f4 Readd vmware and voodoo video drivers which got lost in the OptionNG conversion.
Reported by:	dim@
2013-01-11 22:29:10 +00:00
Jason Helfman
f0bbc55498 - update remaining ruby@ maintained ports to new options framework
- trim historical header where applicable

Reviewed by:	swills@ (ruby@)
2013-01-11 22:05:13 +00:00
Jason Helfman
b7899c7f19 - port has expired, incompatible building against ant
- no upstream successor builds with non-EOL'd tomcat version

Approved by:	maintainer, loader@freebsdmall.com
2013-01-11 21:52:47 +00:00
Ruslan Makhmatkhanov
41baa561f4 - drop PKGNAMEPREFIX (it's an app, not library)
- replace su-to-zenmap.sh (su detection script) with more clean solution
  from PC-BSD, that does not require modification to work properlt with kde4
- bump PORTREVISION

PR:		175120
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-01-11 20:22:28 +00:00
Grzegorz Blach
ca13e71a2a - Update to 3.1.24
Approved by:	crees (mentor)
2013-01-11 20:19:45 +00:00
Ruslan Makhmatkhanov
965bb4f692 Change USE_PYTHON to yes. Since version 1.2.0 matplotlib adding python3 support.
But please note that it still can't be built from ports with python3 without user
intervention, because a) it depends on pygtk2 by default and b) we have no
suitable py-dateutil version that works with python3.

Requested by:	demon (at developers@)
2013-01-11 20:05:48 +00:00
Ruslan Makhmatkhanov
3aa56c5d63 - pass maintainership up to new volunteer
PR:		175207
Submitted by:	Simon Krenz <simon.krenz@ghostbsd.de>
2013-01-11 19:52:03 +00:00
Pawel Pekala
ba0a0fed1f Update to version 4.2.48 2013-01-11 19:26:30 +00:00
Alexander V. Chernikov
eec8a18728 Fix r310237 - remove unused rtrid patch
Reviewed by:	sem(implicit)
2013-01-11 19:13:13 +00:00
Florian Smeets
27b8c97751 Touch these files again, shortening the context of the diffs. This is done
to convince cvs and thus portsnap to pickup the correcons of these files.

Discussed with:	peter
Submitted by:	beat
2013-01-11 17:02:25 +00:00
Brooks Davis
ed06bfc517 Fix build with PACKAGE_BUILDING or MAINTAINER_MODE.
Reported by:	bdrewery
2013-01-11 16:52:38 +00:00
Florian Smeets
844ba7e1ab Only try patching enigmail when the option is selected. This fixed the build
with the enigmail option disabled.
2013-01-11 16:48:10 +00:00
Brooks Davis
6a2b8fb3a5 Fix BUILD_DEPENDS when PACKAGE_BUILDING or MAINTAINER_MODE are defined.
Reported by:	bdrewery
2013-01-11 15:58:31 +00:00
Alexander V. Chernikov
2d4d998555 Update to 1.3.9
Use GCC to build (ports/173942)

Reviewed by:	sem
2013-01-11 15:44:12 +00:00
Alexander V. Chernikov
5be51fc06a Update to 1.3.9
Update aggregation protocol
Use GCC to build (ports/173942)
Update to OptionsNG (ports/173523)

Reviewed by:	sem
2013-01-11 15:43:37 +00:00
Pawel Pekala
43b52ac22b Fix WWW line
Reported by:	rm
2013-01-11 15:30:36 +00:00
Ryan Steinmetz
780c794649 - Fix discovery date on nagios vulnerability (CVE-2012-6096) 2013-01-11 14:11:27 +00:00
Frederic Culot
beb47ae680 - Update to 2.00
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Class-Method-Modifiers/Changes
2013-01-11 14:03:43 +00:00
Gerald Pfeifer
5cde3656fc Update to the 20130106 snapshot of GCC 4.8.0.
This brings a new merge with upstream libffi and a new info
document (libffi.info) as well as a new man page.
2013-01-11 13:36:02 +00:00
Anton Berezin
230957981d Update to 0.90.
Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
2013-01-11 12:51:21 +00:00
Wen Heping
d6efd3fbac - Update to 2.4.1
- Trim Makefile headers
2013-01-11 12:50:15 +00:00
Wen Heping
461b7e9755 - Update to 1.09
Changes: http://cpansearch.perl.org/src/BOOK/System-Command-1.09/Changes
- Trim Makefile headers
- Reset maintainer to perl@
2013-01-11 11:59:12 +00:00
Anton Berezin
1255321f88 Update to 1.36.
Changes: http://cpansearch.perl.org/src/KARASIK/Prima-1.36/HISTORY
2013-01-11 11:46:35 +00:00
Anton Berezin
29f3308519 Update to 0.38.
Changes: http://search.cpan.org/dist/DBD-CSV/ChangeLog
2013-01-11 10:44:58 +00:00
Emanuel Haupt
b68d9f3e6b Remove CRLF in order for a patch to apply.
Approved by:	gahr (gecko)
2013-01-11 10:22:40 +00:00
Gerald Pfeifer
3243dea1c2 Update to Wine 1.5.21. This includes the following changes:
- Beginnings of a netstat built-in program.
 - Support for selecting resolution in the PostScript driver.
 - Various bug fixes.
2013-01-11 10:20:18 +00:00
Eygene Ryabinkin
dfb4aa68fa www/squid3x: upgrade to 3.1.23 and 3.2.6
Squid 3.1.23 is effectively Squid 3.1.22_2 with the final fix for
CVE-2012-5643 applied.

Squid 3.2.6 also received that abovementioned fix, but in comparison
with 3.2.5 from ports it has another change that fixes handling the
"tcp_outgoing_tos" directive for BSD-like systems, including FreeBSD,
  http://bugs.squid-cache.org/show_bug.cgi?id=3731

VuXML entry for SQUID:2012-1 (aka CVE-2012-5643) was also updated to
reflect the proper version specifications from the updated advisory,
  http://www.squid-cache.org/Advisories/SQUID-2012_1.txt

Approved by:	Thomas-Martin Seck <tmseck@web.de>
Security:	http://portaudit.freebsd.org/c37de843-488e-11e2-a5c9-0019996bc1f7.html
QA page:	http://codelabs.ru/fbsd/ports/qa/www/squid31/3.1.23
QA page:	http://codelabs.ru/fbsd/ports/qa/www/squid32/3.2.6
2013-01-11 09:53:41 +00:00
Romain Tartière
16cce0225c Switch to the new OPTIONS format.
Reported by:	bapt
2013-01-11 09:06:47 +00:00
Romain Tartière
7fb85e48b7 Update to 1.4. 2013-01-11 08:48:01 +00:00
Emanuel Haupt
ec683a2cff Provide an extra patch to for rsync to support overwriting files with schg set.
This patch is only applied if the FLAGS option is specified. The patch has been
submitted with the upstream project.

Notified by:	wblock
Obtained from:	https://bugzilla.samba.org/show_bug.cgi?id=8941 (upstream)
2013-01-11 08:36:23 +00:00
Romain Tartière
994b61ac4a Update to 1.12.2. 2013-01-11 08:32:19 +00:00
Romain Tartière
6d4f66e7ae Update to 3.0.3. 2013-01-11 08:31:54 +00:00
Ruslan Makhmatkhanov
faa190fb03 - add upstream patch for CVE-2012-6096
PR:		175196
Submitted by:	Jarrod Sayers <jarrod@mail.downtools.com.au> (maintainer)
Security:	97c22a94-5b8b-11e2-b131-000c299b62e1
2013-01-11 07:42:34 +00:00
Ruslan Makhmatkhanov
a30c524880 - fix options dialog 2013-01-11 07:18:27 +00:00
Florian Smeets
6930a19001 Fix patching by restoring the original expanded $FreeBSD... $ value in a
patch file and set fbsd:nokeywords property on these files to prevent
expansion by svn.

Reported by:	many
2013-01-11 07:15:57 +00:00
Ryan Steinmetz
61dff6701a - Document vulnerability in net-mgmt/nagios (CVE-2012-6096) 2013-01-11 01:16:14 +00:00
Rene Ladan
bf75679390 Update to 24.0.1312.52, which add support for MathML.
FreeBSD-specific improvements:
- working WiFi geolocation [1] (can be turned off in preferences)
- fix build with clang (use external libvpx)
- use SysV SHM model and where possible OS_BSD, which saves some patches
- no need to use ZygoteProcess switch

HTML5 audio is currently broken.

PR:		ports/174402 [1]
Submitted by:	J.R. Oldroyd <fbsd@opal.com> [1]
Security:	http://www.vuxml.org/freebsd/46bd747b-5b84-11e2-b06d-00262d5ed8ee.html
2013-01-11 01:14:52 +00:00