1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

328166 Commits

Author SHA1 Message Date
Philippe Audeoud
1f381e04c8 - Update to 0.097 2014-03-06 08:22:38 +00:00
Frederic Culot
6ce4a4f7d9 - Reset maintainership
PR:		ports/187285
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2014-03-06 08:12:05 +00:00
Emanuel Haupt
216e28ffec Add patch that belongs to the previous commit. 2014-03-06 08:01:57 +00:00
Emanuel Haupt
b291da379c - Support staging
- Use WWW: with a single space
- Make PREFIX safe
- Strip binary
2014-03-06 07:56:29 +00:00
Li-Wen Hsu
a2d5c50ae2 - Update to 1.553 2014-03-06 07:46:15 +00:00
Hiroki Sato
c893243905 Use new syntax for LIB_DEPENDS. 2014-03-06 07:13:16 +00:00
Rene Ladan
1f941f58c2 www/chromium: Update to 33.0.1750.146
Security:	http://vuxml.org/freebsd/b4023753-a4ba-11e3-bec2-00262d5ed8ee.html
MFH:		2014Q1
2014-03-06 07:10:02 +00:00
Hiroki Sato
967baa629b - Fix iconv dependency [*]
- Add STAGEDIR support.
- Remove FT_BRIDGE option.
- Fix old syntax in LIB_DEPENDS.

Submitted by:	tijl [*]
PR:		ports/186705 [*]
2014-03-06 07:07:55 +00:00
Jason Helfman
daae3b5cbb - update to 1.2.2 2014-03-06 06:39:53 +00:00
Olli Hauer
989f930358 - update to version 2.1.4
- unbreak port

PR:		ports/187270
Submitted by:	Jeff Lawson <jeff.lawson@flightaware.com>
Approved by:	Peter Lai <cowbert@gmail.com> (maintainer)
2014-03-06 06:09:38 +00:00
Roman Bogorodskiy
fb8c01cf10 Fix package with WITHOUT_NLS enabled. 2014-03-06 04:43:15 +00:00
Maho Nakata
494ad0d2ea fix build on FreeBSD/i386 8.x
PR:		187090
Submitted by:	tijl@
2014-03-06 02:58:44 +00:00
Sergey A. Osokin
03dc71ceac Upgrade from 2.8.6 to 2.8.7.
<ChangeLog>

# UPGRADE URGENCY: LOW for Redis, LOW for Sentinel. However this release adds
                   new features so users may want to upgrade in order to
                   exploit the new functionalities.

* [FIX] Sometimes the absolute config file path was obtained in a wrong way.
        This happened when there was a "dir" directive inside the config file
        and at the same time the configuration file was given as a relative
        path to redis-server or redis-sentinel executables.
* [FIX] redis-cli: Automatically enter --slave mode when SYNC or PSYNC are
        called during an interactive session.
* [FIX] Sentinel "IDONTKNOW" error removed as it does not made sense with the
        new Sentinel design. This error was actually a fix for a design error
        in the first implementation of Sentinel.
* [FIX] Sentinel: added a missing exit() call to abort after config file
        checks at startup. This error was introduced with an improvement in
        a previous 2.8 release.
* [FIX] BITCOUNT: fixed unaligned access causing issues in sparc and other
        archs not capable of dealing with unaligned accesses. This also makes
        the code faster in archs where unaligned accesses are allowed.
* [FIX] Sentinel: better nodes fail over start time desynchronization to avoid
        split-brain during the voting process needed to get authorization to
        fail over. This means the system is less likely to need to retry
        and will fail over faster. No changes in behavior / correctness.
* [FIX] Force INFO used_memory_peak to match peak memory. This generated some
        confusion among users even if it was not an actual bug.

* [NEW] Sentinel unit tests and framework. More tests needed and units must
        be improved in order to have less false positives, but it is a start
        and features a debugging console that is useful to fix tests or to
        inspect bugs causing tests failures.
* [NEW] New Sentinel events: +/-monitor and +set used to monitor when an
        instance to monitor is added or removed, or when a configuration
        is modified via SENTINEL SET.
* [NEW] Redis-cli updated to use SCAN instead of random sampling via
        RANDOMKEY in order to implement --bigkeys feature. Moreover the
        implementation now supports pipelining and reports more information
        at the end of the scan. Much faster, much better. A special thank
        you to Michael Grunder for this improvement.
* [NEW] redis-cli now supports a new --intrinsic-latency mode that is able
        to meter the latency of a system due to kernel / hypervisor.
        How to use it is explained at http://redis.io/topics/latency.
* [NEW] New command BITPOS: find first bit set or clear in a bitmap.
* [NEW] CONFIG REWRITE calls are now logged.

</ChangeLog>
2014-03-06 00:24:09 +00:00
Sergey A. Osokin
ec6ed33a36 Add security advisory for nginx-1.5.10. 2014-03-06 00:21:06 +00:00
Sergey A. Osokin
c69cf0332f Update from 1.5.10 to 1.5.11.
<ChangeLog>

*) Security: memory corruption might occur in a worker process on 32-bit
   platforms while handling a specially crafted request by
   ngx_http_spdy_module, potentially resulting in arbitrary code
   execution (CVE-2014-0088); the bug had appeared in 1.5.10.
   Thanks to Lucas Molas, researcher at Programa STIC, Fundación Dr.
   Manuel Sadosky, Buenos Aires, Argentina.

*) Feature: the $ssl_session_reused variable.

*) Bugfix: the "client_max_body_size" directive might not work when
   reading a request body using chunked transfer encoding; the bug had
   appeared in 1.3.9.
   Thanks to Lucas Molas.

*) Bugfix: a segmentation fault might occur in a worker process when
   proxying WebSocket connections.

*) Bugfix: a segmentation fault might occur in a worker process if the
   ngx_http_spdy_module was used on 32-bit platforms; the bug had
   appeared in 1.5.10.

*) Bugfix: the $upstream_status variable might contain wrong data if the
   "proxy_cache_use_stale" or "proxy_cache_revalidate" directives were
   used.
   Thanks to Piotr Sikora.

*) Bugfix: a segmentation fault might occur in a worker process if
   errors with code 400 were redirected to a named location using the
   "error_page" directive.

*) Bugfix: nginx/Windows could not be built with Visual Studio 2013.

</ChangeLog>
2014-03-06 00:07:54 +00:00
Sergey A. Osokin
55db6ebbc0 Update from 1.4.5 to 1.4.6.
<ChangeLog>

*) Bugfix: the "client_max_body_size" directive might not work when
   reading a request body using chunked transfer encoding; the bug had
   appeared in 1.3.9.
   Thanks to Lucas Molas.

*) Bugfix: a segmentation fault might occur in a worker process when
   proxying WebSocket connections.

</ChangeLog>
2014-03-06 00:01:07 +00:00
Mathieu Arnold
229e3598a5 Take this one, I already have all the other BIND ports.
Actual maintainer bounces:

<freebsd@isc.org>: host mx-out.isc.org[149.20.64.53] said: 554 5.4.0 Error: too
    many hops (in reply to end of DATA command)

Sponsored by:	Absolight
2014-03-05 23:15:24 +00:00
Rene Ladan
fdbeb7c3a6 Document new vulnerabilities in www/chromium < 33.0.1750.146
Obtained from:	http://googlechromereleases.blogspot.nl/
2014-03-05 23:14:01 +00:00
Mathieu Arnold
5e768b9a3f Reset maintainer, bounces.
<mi@aldan.algber.com>: Host or domain name not found. Name service error for
    name=aldan.algber.com type=AAAA: Host not found

Sponsored by:	Absolight
2014-03-05 23:13:40 +00:00
Ryan Steinmetz
ebb051fa43 - Actually finish the previous commit 2014-03-05 22:17:38 +00:00
Sunpoet Po-Chuan Hsieh
104dd8c99d - Update to 4.86
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
2014-03-05 22:00:02 +00:00
Sunpoet Po-Chuan Hsieh
2e410d170d - Use PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION for package change
2014-03-05 21:57:10 +00:00
Sunpoet Po-Chuan Hsieh
1fbcbe97c9 - Update to 1.26
Changes:	http://search.cpan.org/dist/Finance-Quote/ChangeLog
2014-03-05 21:57:05 +00:00
Sunpoet Po-Chuan Hsieh
108615b12c - Update to 0.43
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-03-05 21:57:00 +00:00
Sunpoet Po-Chuan Hsieh
6d4074c959 - Update to 1.3.3
Changes:	https://github.com/ahoward/open4/commits/master
2014-03-05 21:56:56 +00:00
Sunpoet Po-Chuan Hsieh
6aeb0e9232 - Update to 20140301
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140301.diff
2014-03-05 21:56:52 +00:00
Brooks Davis
58c290cd22 Spell OPTIONS_DEFAULT conventionally.
Bump PORTREVISION as this changes the package.
2014-03-05 21:17:30 +00:00
Pawel Pekala
0a76cba9ae - Update to version 1.10
- Add LICENSE
- Support staging

PR:		ports/186492
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-03-05 21:05:55 +00:00
Rusmir Dusko
c07e669290 - Update to 201302, Announce message:
This update includes 869 files in the core library, including 570 new parts.

- Strip executable
- Change mklist -n to -d according to pkg-message
2014-03-05 21:04:04 +00:00
Tijl Coosemans
4264a8f23c - Include bsd.port.pre.mk before testing if ICONV_LIB is empty. It is
always empty without this. [1]
- Add -DLIBICONV_PLUG to CFLAGS to enforce the use of libc iconv even when
  libiconv is installed. [2]

PR:		ports/184204 [1], ports/184782 [1], ports/186956 [2]
Approved by:	glewis (maintainer)
2014-03-05 20:59:50 +00:00
Jung-uk Kim
0806784e42 - Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS. It
has not been used for very long time.
- Remove devel/yasm from BUILD_DEPENDS for kernel module.  It is actually
unnecessary for building kmod.
2014-03-05 20:31:02 +00:00
Pawel Pekala
921ee49999 - Update to version 1.1.3
- Add LICENSE
- Support staging

PR:		ports/186424
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-03-05 20:26:12 +00:00
Antoine Brodin
92659da36b - Fix runtime (site_ruby/1.8 was hardcoded)
- Stage support
- Depend on rubygem-gtk2 instead of deprecated ruby-gtk2
2014-03-05 20:13:24 +00:00
Max Brazhnikov
c542fdb487 editors/texmaker:
- Update to 4.1.1
- manual stripping of installed binaries is not needed anymore
2014-03-05 19:40:18 +00:00
Antoine Brodin
2cb550af90 - Stage support
- Depend on rubygem-cairo instead of deprecated ruby-cairo
Note: i'm not sure this port works correctly, the generated png seems to
always contain: "path '' not found in database"
2014-03-05 19:08:53 +00:00
Baptiste Daroussin
16fb62c94e Support stage
Use libevent2 instead of libevent
2014-03-05 18:29:13 +00:00
Thierry Thomas
8c6027f017 Add missing CONFLICTS lines.
Since I'm there, support staging and fix build in poudriere.

PR:		ports/181480
Submitted by:	Stephen Hurd <shurd (at) sasktel.net>
2014-03-05 18:19:46 +00:00
Antoine Brodin
ff0b858698 Chase www/aolserver deprecation 2014-03-05 18:19:06 +00:00
Barbara Guida
bc6db4794f Update to 1.12.7
Approved by:	flo (mentor, implicit)
2014-03-05 18:09:15 +00:00
Barbara Guida
42e2b2e69f Update to 2.5.1
Approved by:	flo (mentor, implicit)
2014-03-05 17:55:54 +00:00
Baptiste Daroussin
74b5190827 Support stage 2014-03-05 17:38:35 +00:00
Baptiste Daroussin
8322a0f043 Support stage 2014-03-05 17:35:49 +00:00
Frederic Culot
285d17fd3e - Update to 2.6 [1]
- Pet portlint(1) by removing unnecessary MAN1 entry

PR:		ports/187257 [1]
Submitted by:	A.J. van Werven <freebsd@skysmurf.nl> (maintainer)
2014-03-05 17:30:05 +00:00
Tijl Coosemans
a1553c8110 - Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
FreeBSD/ia64.
- Remove patch-configure.in (not needed) and remove USE_AUTOTOOLS.
- Add OPTIONS_EXCLUDE=DOCS to math/fftw-float slave port.
- Simplify Makefile a little.

PR:		ports/187274
2014-03-05 17:27:27 +00:00
Frederic Culot
07c305f0c6 - Update WWW link
Submitted by:	David Demelier <demelier.david@gmail.com> (maintainer, via email)
2014-03-05 17:16:06 +00:00
Baptiste Daroussin
d140115591 Convert to use libevent2 2014-03-05 16:53:09 +00:00
Baptiste Daroussin
35902762f2 Convert to use libevent2 2014-03-05 16:44:26 +00:00
Baptiste Daroussin
94a144531f Bump portrevision due to dependency change
Reminded by:	kwm
2014-03-05 16:28:10 +00:00
Baptiste Daroussin
61f46f9b7e Use libevent2
Support stage
2014-03-05 16:09:47 +00:00
Li-Wen Hsu
11b7f0af50 - Update to 1.00.2014.03.03
PR:		ports/187276
Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (maintainer)
2014-03-05 16:03:13 +00:00