Commit graph

189783 commits

Author SHA1 Message Date
marino
b8b6db8024 editors/xjed: Fix DragonFly build
DragonFly needs same hack as NetBSD - there's no strops.h header.
2012-08-07 14:54:36 +00:00
obache
0b55e28b08 Improve detection of __sync_add_and_fetch, avoid compiler optimization.
Fixes PR 46779.
2012-08-07 13:54:21 +00:00
gdt
997f03e697 Updated ham/hamlib to 1.2.15.2 2012-08-07 12:24:48 +00:00
gdt
4289651b07 Version 1.2.15.2
2012-08-05
        * Read eeprom value for digital mode from FT-857
        * Clean up TS-950 series commands and read mode using IF command
        * Fix GS-232A/B rotor command terminations
        * Fix warnings and other issues found by mingw-w64
        * Allow seamless access to ports higher than COM9 on Windows
        * Fix ineffective packed attribute on WinRadio
        * Correct low signal strength S-meter error on AR7030+
        * Updates to HiQSDR by Jim, N2ADR

pkgsrc changes: Document patches from CVS history.
2012-08-07 12:21:54 +00:00
marino
20eca76258 editor/vigor: post-patch operation broke DragonFly
DragonFly replaced CIRCLEQ_* with TAILQ_* a few years back.  The
system sys/queue.h will not build editors/vigor.  The Makefile's
post-patch phase removed it's version of queue.h because it masked the
system sys/queue.h, which is exactly what is required for DragonFly.

Make this post-patch operation system specific: Do it only for
non-DragonFly platforms.
2012-08-07 10:47:48 +00:00
imil
23a222fc92 Updated www/nginx to 1.2.2 2012-08-07 10:42:35 +00:00
imil
e0abe995c1 Changes with nginx 1.2.0 23 Apr 2012
*) Bugfix: a segmentation fault might occur in a worker process if the
       "try_files" directive was used; the bug had appeared in 1.1.19.

    *) Bugfix: response might be truncated if there were more than IOV_MAX
       buffers used.

    *) Bugfix: in the "crop" parameter of the "image_filter" directive.
       Thanks to Maxim Bublis.


Changes with nginx 1.1.19                                        12 Apr 2012

    *) Security: specially crafted mp4 file might allow to overwrite memory
       locations in a worker process if the ngx_http_mp4_module was used,
       potentially resulting in arbitrary code execution (CVE-2012-2089).
       Thanks to Matthew Daley.

    *) Bugfix: nginx/Windows might be terminated abnormally.
       Thanks to Vincent Lee.

    *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
       "backup".

    *) Bugfix: the "allow" and "deny" directives might be inherited
       incorrectly if they were used with IPv6 addresses.

    *) Bugfix: the "modern_browser" and "ancient_browser" directives might
       be inherited incorrectly.

    *) Bugfix: timeouts might be handled incorrectly on Solaris/SPARC.

    *) Bugfix: in the ngx_http_mp4_module.


Changes with nginx 1.1.18                                        28 Mar 2012

    *) Change: keepalive connections are no longer disabled for Safari by
       default.

    *) Feature: the $connection_requests variable.

    *) Feature: $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd and
       $tcpinfo_rcv_space variables.

    *) Feature: the "worker_cpu_affinity" directive now works on FreeBSD.

    *) Feature: the "xslt_param" and "xslt_string_param" directives.
       Thanks to Samuel Behan.

    *) Bugfix: in configure tests.
       Thanks to Piotr Sikora.

    *) Bugfix: in the ngx_http_xslt_filter_module.

    *) Bugfix: nginx could not be built on Debian GNU/Hurd.


Changes with nginx 1.1.17                                        15 Mar 2012

    *) Security: content of previously freed memory might be sent to a
       client if backend returned specially crafted response.
       Thanks to Matthew Daley.

    *) Bugfix: in the embedded perl module if used from SSI.
       Thanks to Matthew Daley.

    *) Bugfix: in the ngx_http_uwsgi_module.


Changes with nginx 1.1.16                                        29 Feb 2012

    *) Change: the simultaneous subrequest limit has been raised to 200.

    *) Feature: the "from" parameter of the "disable_symlinks" directive.

    *) Feature: the "return" and "error_page" directives can now be used to
       return 307 redirections.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       "resolver" directive was used and there was no "error_log" directive
       specified at global level.
       Thanks to Roman Arutyunyan.

    *) Bugfix: a segmentation fault might occur in a worker process if the
       "proxy_http_version 1.1" or "fastcgi_keep_conn on" directives were
       used.

    *) Bugfix: memory leaks.
       Thanks to Lanshun Zhou.

    *) Bugfix: in the "disable_symlinks" directive.

    *) Bugfix: on ZFS filesystem disk cache size might be calculated
       incorrectly; the bug had appeared in 1.0.1.

    *) Bugfix: nginx could not be built by the icc 12.1 compiler.

    *) Bugfix: nginx could not be built by gcc on Solaris; the bug had
       appeared in 1.1.15.


Changes with nginx 1.1.15                                        15 Feb 2012

    *) Feature: the "disable_symlinks" directive.

    *) Feature: the "proxy_cookie_domain" and "proxy_cookie_path"
       directives.

    *) Bugfix: nginx might log incorrect error "upstream prematurely closed
       connection" instead of correct "upstream sent too big header" one.
       Thanks to Feibo Li.

    *) Bugfix: nginx could not be built with the ngx_http_perl_module if the
       --with-openssl option was used.

    *) Bugfix: the number of internal redirects to named locations was not
       limited.

    *) Bugfix: calling $r->flush() multiple times might cause errors in the
       ngx_http_gzip_filter_module.

    *) Bugfix: temporary files might be not removed if the "proxy_store"
       directive was used with SSI includes.

    *) Bugfix: in some cases non-cacheable variables (such as the $args
       variable) returned old empty cached value.

    *) Bugfix: a segmentation fault might occur in a worker process if too
       many SSI subrequests were issued simultaneously; the bug had appeared
       in 0.7.25.


Changes with nginx 1.1.14                                        30 Jan 2012

    *) Feature: multiple "limit_req" limits may be used simultaneously.

    *) Bugfix: in error handling while connecting to a backend.
       Thanks to Piotr Sikora.

    *) Bugfix: in AIO error handling on FreeBSD.

    *) Bugfix: in the OpenSSL library initialization.

    *) Bugfix: the "proxy_redirect" directives might be inherited
       incorrectly.

    *) Bugfix: memory leak during reconfiguration if the "pcre_jit"
       directive was used.


Changes with nginx 1.1.13                                        16 Jan 2012

    *) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
       "ssl_protocols" directive.

    *) Bugfix: the "limit_req" directive parameters were not inherited
       correctly; the bug had appeared in 1.1.12.

    *) Bugfix: the "proxy_redirect" directive incorrectly processed
       "Refresh" header if regular expression were used.

    *) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
       did not return answer from cache if there were no live upstreams.

    *) Bugfix: the "worker_cpu_affinity" directive might not work.

    *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
       1.1.12.

    *) Bugfix: in the ngx_http_mp4_module.


Changes with nginx 1.1.12                                        26 Dec 2011

    *) Change: a "proxy_pass" directive without URI part now uses changed
       URI after redirection with the "error_page" directive.
       Thanks to Lanshun Zhou.

    *) Feature: the "proxy/fastcgi/scgi/uwsgi_cache_lock",
       "proxy/fastcgi/scgi/uwsgi_cache_lock_timeout" directives.

    *) Feature: the "pcre_jit" directive.

    *) Feature: the "if" SSI command supports captures in regular
       expressions.

    *) Bugfix: the "if" SSI command did not work inside the "block" command.

    *) Bugfix: the "limit_conn_log_level" and "limit_req_log_level"
       directives might not work.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the "sendfile_max_chunk" directive did not work, if the
       "limit_rate" directive was used.

    *) Bugfix: a "proxy_pass" directive without URI part always used
       original request URI if variables were used.

    *) Bugfix: a "proxy_pass" directive without URI part might use original
       request after redirection with the "try_files" directive.
       Thanks to Lanshun Zhou.

    *) Bugfix: in the ngx_http_scgi_module.

    *) Bugfix: in the ngx_http_mp4_module.

    *) Bugfix: nginx could not be built on Solaris; the bug had appeared in
       1.1.9.


Changes with nginx 1.1.11                                        12 Dec 2011

    *) Feature: the "so_keepalive" parameter of the "listen" directive.
       Thanks to Vsevolod Stakhov.

    *) Feature: the "if_not_empty" parameter of the
       "fastcgi/scgi/uwsgi_param" directives.

    *) Feature: the $https variable.

    *) Feature: the "proxy_redirect" directive supports variables in the
       first parameter.

    *) Feature: the "proxy_redirect" directive supports regular expressions.

    *) Bugfix: the $sent_http_cache_control variable might contain a wrong
       value if the "expires" directive was used.
       Thanks to Yichun Zhang.

    *) Bugfix: the "read_ahead" directive might not work combined with
       "try_files" and "open_file_cache".

    *) Bugfix: a segmentation fault might occur in a worker process if small
       time was used in the "inactive" parameter of the "proxy_cache_path"
       directive.

    *) Bugfix: responses from cache might hang.


Changes with nginx 1.1.10                                        30 Nov 2011

    *) Bugfix: a segmentation fault occured in a worker process if AIO was
       used on Linux; the bug had appeared in 1.1.9.


Changes with nginx 1.1.9                                         28 Nov 2011

    *) Change: now double quotes are encoded in an "echo" SSI-command
       output.
       Thanks to Zaur Abasmirzoev.

    *) Feature: the "valid" parameter of the "resolver" directive. By
       default TTL returned by a DNS server is used.
       Thanks to Kirill A. Korinskiy.

    *) Bugfix: nginx might hang after a worker process abnormal termination.

    *) Bugfix: a segmentation fault might occur in a worker process if SNI
       was used; the bug had appeared in 1.1.2.

    *) Bugfix: in the "keepalive_disable" directive; the bug had appeared in
       1.1.8.
       Thanks to Alexander Usov.

    *) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
       bug had appeared in 1.1.1.

    *) Bugfix: backend responses with length not matching "Content-Length"
       header line are no longer cached.

    *) Bugfix: in the "scgi_param" directive, if complex parameters were
       used.

    *) Bugfix: in the "epoll" event method.
       Thanks to Yichun Zhang.

    *) Bugfix: in the ngx_http_flv_module.
       Thanks to Piotr Sikora.

    *) Bugfix: in the ngx_http_mp4_module.

    *) Bugfix: IPv6 addresses are now handled properly in a request line and
       in a "Host" request header line.

    *) Bugfix: "add_header" and "expires" directives did not work if a
       request was proxied and response status code was 206.

    *) Bugfix: nginx could not be built on FreeBSD 10.

    *) Bugfix: nginx could not be built on AIX.


Changes with nginx 1.1.8                                         14 Nov 2011

    *) Change: the ngx_http_limit_zone_module was renamed to the
       ngx_http_limit_conn_module.

    *) Change: the "limit_zone" directive was superseded by the
       "limit_conn_zone" directive with a new syntax.

    *) Feature: support for multiple "limit_conn" limits on the same level.

    *) Feature: the "image_filter_sharpen" directive.

    *) Bugfix: a segmentation fault might occur in a worker process if
       resolver got a big DNS response.
       Thanks to Ben Hawkes.

    *) Bugfix: in cache key calculation if internal MD5 implementation was
       used; the bug had appeared in 1.0.4.

    *) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
       header lines might be passed to backend while caching; or not passed
       without caching if caching was enabled in another part of the
       configuration.

    *) Bugfix: the module ngx_http_mp4_module sent incorrect
       "Content-Length" response header line if the "start" argument was
       used.
       Thanks to Piotr Sikora.


Changes with nginx 1.1.7                                         31 Oct 2011

    *) Feature: support of several DNS servers in the "resolver" directive.
       Thanks to Kirill A. Korinskiy.

    *) Bugfix: a segmentation fault occurred on start or during
       reconfiguration if the "ssl" directive was used at http level and
       there was no "ssl_certificate" defined.

    *) Bugfix: reduced memory consumption while proxying big files if they
       were buffered to disk.

    *) Bugfix: a segmentation fault might occur in a worker process if
       "proxy_http_version 1.1" directive was used.

    *) Bugfix: in the "expires @time" directive.


Changes with nginx 1.1.6                                         17 Oct 2011

    *) Change in internal API: now module context data are cleared while
       internal redirect to named location.
       Requested by Yichun Zhang.

    *) Change: if a server in an upstream failed, only one request will be
       sent to it after fail_timeout; the server will be considered alive if
       it will successfully respond to the request.

    *) Change: now the 0x7F-0x1F characters are escaped as \xXX in an
       access_log.

    *) Feature: "proxy/fastcgi/scgi/uwsgi_ignore_headers" directives support
       the following additional values: X-Accel-Limit-Rate,
       X-Accel-Buffering, X-Accel-Charset.

    *) Feature: decrease of memory consumption if SSL is used.

    *) Bugfix: some UTF-8 characters were processed incorrectly.
       Thanks to Alexey Kuts.

    *) Bugfix: the ngx_http_rewrite_module directives specified at "server"
       level were executed twice if no matching locations were defined.

    *) Bugfix: a socket leak might occurred if "aio sendfile" was used.

    *) Bugfix: connections with fast clients might be closed after
       send_timeout if file AIO was used.

    *) Bugfix: in the ngx_http_autoindex_module.

    *) Bugfix: the module ngx_http_mp4_module did not support seeking on
       32-bit platforms.


Changes with nginx 1.1.5                                         05 Oct 2011

    *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
       Thanks to Peter Smit.

    *) Bugfix: non-cacheable responses might be cached if
       "proxy_cache_bypass" directive was used.
       Thanks to John Ferlito.

    *) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.

    *) Bugfix: cached responses with an empty body were returned
       incorrectly; the bug had appeared in 0.8.31.

    *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
       bug had appeared in 0.8.32.

    *) Bugfix: in the "return" directive.

    *) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
       fault; the bug had appeared in 1.1.1.


Changes with nginx 1.1.4                                         20 Sep 2011

    *) Feature: the ngx_http_upstream_keepalive module.

    *) Feature: the "proxy_http_version" directive.

    *) Feature: the "fastcgi_keep_conn" directive.

    *) Feature: the "worker_aio_requests" directive.

    *) Bugfix: if nginx was built --with-file-aio it could not be run on
       Linux kernel which did not support AIO.

    *) Bugfix: in Linux AIO error processing.
       Thanks to Hagai Avrahami.

    *) Bugfix: reduced memory consumption for long-lived requests.

    *) Bugfix: the module ngx_http_mp4_module did not support 64-bit MP4
       "co64" atom.


Changes with nginx 1.1.3                                         14 Sep 2011

    *) Feature: the module ngx_http_mp4_module.

    *) Bugfix: in Linux AIO combined with open_file_cache.

    *) Bugfix: open_file_cache did not update file info on retest if file
       was not atomically changed.

    *) Bugfix: nginx could not be built on MacOSX 10.7.


Changes with nginx 1.1.2                                         05 Sep 2011

    *) Change: now if total size of all ranges is greater than source
       response size, then nginx disables ranges and returns just the source
       response.

    *) Feature: the "max_ranges" directive.

    *) Bugfix: the "ssl_verify_client", "ssl_verify_depth", and
       "ssl_prefer_server_ciphers" directives might work incorrectly if SNI
       was used.

    *) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
       directives.


Changes with nginx 1.1.1                                         22 Aug 2011

    *) Change: now cache loader processes either as many files as specified
       by "loader_files" parameter or works no longer than time specified by
       the "loader_threshold" parameter during each iteration.

    *) Change: now SIGWINCH signal works only in daemon mode.

    *) Feature: now shared zones and caches use POSIX semaphores on Solaris.
       Thanks to Den Ivanov.

    *) Feature: accept filters are now supported on NetBSD.

    *) Bugfix: nginx could not be built on Linux 3.0.

    *) Bugfix: nginx did not use gzipping in some cases; the bug had
       appeared in 1.1.0.

    *) Bugfix: request body might be processed incorrectly if client used
       pipelining.

    *) Bugfix: in the "request_body_in_single_buf" directive.

    *) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
       if SSL connection to backend was used.

    *) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
       "down".

    *) Bugfix: a segmentation fault might occur during reconfiguration if
       ssl_session_cache was defined but not used in previous configuration.

    *) Bugfix: a segmentation fault might occur in a worker process if many
       backup servers were used in an upstream.

    *) Bugfix: a segmentation fault might occur in a worker process if
       "fastcgi/scgi/uwsgi_param" directives were used with values starting
       with "HTTP_"; the bug had appeared in 0.8.40.


Changes with nginx 1.1.0                                         01 Aug 2011

    *) Feature: cache loader run time decrease.

    *) Feature: "loader_files", "loader_sleep", and "loader_threshold"
       options of the "proxy/fastcgi/scgi/uwsgi_cache_path" directives.

    *) Feature: loading time decrease of configuration with large number of
       HTTPS sites.

    *) Feature: now nginx supports ECDHE key exchange ciphers.
       Thanks to Adrian Kotelba.

    *) Feature: the "lingering_close" directive.
       Thanks to Maxim Dounin.

    *) Bugfix: in closing connection for pipelined requests.
       Thanks to Maxim Dounin.

    *) Bugfix: nginx did not disable gzipping if client sent "gzip;q=0" in
       "Accept-Encoding" request header line.

    *) Bugfix: in timeout in unbuffered proxied mode.
       Thanks to Maxim Dounin.

    *) Bugfix: memory leaks when a "proxy_pass" directive contains variables
       and proxies to an HTTPS backend.
       Thanks to Maxim Dounin.

    *) Bugfix: in parameter validaiton of a "proxy_pass" directive with
       variables.
       Thanks to Lanshun Zhou.

    *) Bugfix: SSL did not work on QNX.
       Thanks to Maxim Dounin.

    *) Bugfix: SSL modules could not be built by gcc 4.6 without
       --with-debug option.
2012-08-07 10:42:08 +00:00
sbd
7b3d9ba6c7 Set PYTHON_VERSIONS_INCOMPATIBLE+=25 in the buildlink3.mk so that dependent
packages won't try to build with python25.

Fixes Global dependency resolution failure.
2012-08-07 09:44:02 +00:00
marino
38f4d1e8da editors/xvile: Update from version 9.7 to 9.8
This package uses the distinfo and patches from editors/vile which was
recently updated to version 9.8.  Unfortunately it doesn't use a
common makefile so there was a version mismatch.  In the end, it didn't
matter because the PLIST had to be significantly modified as well.

These patches move xvile to version 9,8 and fixes build on DragonFly as
a side benefit.
2012-08-07 09:42:35 +00:00
imil
700a6db430 Updated www/nginx to 1.0.15nb1 2012-08-07 08:22:13 +00:00
imil
279e633173 While we are not supposed to revbump for a module that does not affect
standard package, that naxsi update is rather critical, people using that
option should upgrade.
2012-08-07 08:21:53 +00:00
sbd
607afe4ad8 Updated net/xymonclient to 4.3.7nb1 2012-08-07 06:52:09 +00:00
sbd
706e3cc343 Installed files fixes (two files were being installed to '/'):
1) Make sure INSTALLLOCALDIR is define/passed down to the client directory
     install target.
  2) Install 'localclient.cfg' INSTALLETCDIR and add it as a config file.

Update PLIST.

Bump PKGREVISION.
2012-08-07 06:51:58 +00:00
sbd
21ef0569c8 ${LOWER_OPSYS}-meminfo is only installed on NetBSD, OpenBSD and FreeBSD,
so make it a PLIST_VAR conditional entry.
2012-08-07 02:36:12 +00:00
gls
4cc034553c Updated x11/x3270 to 3.3.12ga11 2012-08-06 20:12:36 +00:00
gls
490fb72484 Update x11/x3270 to 3.3.12ga11
Upstream changes:
-----------------

Changes in version 3.3.12ga11, 23. July 2012

    [all] Corrected a problem with not sending the TELNET TERMINAL TYPE when
	the TELNET NEW ENVIRONMENT option had been negotiated.
    [x3270, c3270] Corrected issues with manual page warnings.

Changes in version 3.3.12ga10, 8. July 2012

    [all] Turned off SSL host cerfication and Added a verifyHostCert resource
	and -verifycert option to enable it.
    [x3270, c3270, wc3270] Changed the 'secure' icon to green when SSL/TLS is
	active and the host is verified, and yellow when SSL/TLS is active but
	the host is unverified.

Changes in version 3.3.12beta9, 13. February 2012

    [all] Added a selfSignedOk resource to allow SSL authentication with hosts
	that use self-signed certificates.
2012-08-06 20:12:17 +00:00
gls
e3ab445972 Updated textproc/asciidoc to 8.6.8 2012-08-06 20:05:53 +00:00
gls
9259d5d14a Update textproc/asciidoc to 8.6.8
Upstream changes:
-----------------

Release highlights
------------------

Added full complement of styles to Open Blocks and Normal Paragraphs???those
with a minimalist bent could construct virtually any document using just Title,
Normal Paragraph and Open Block syntaxes.

Other additions and changes
---------------------------

    Increased default maximum include depth from 5 to 10.

    Emit warning if maximum include depth is exceeded.

    Suppress repeated console messages.

    Music filter: removed --beams=None option from abc2ly invocation because it
	is broken on LilyPond 2.14 (Ubuntu 12.04).

    Replaced obsolete <tt> tag with <code> in HTML backends.

    Allow configuration attribute entries to create a new section (previously
	you could only modify existing sections). See: discussion list.

    Documented {wj} (word-joiner) attribute and updated FAQ. See: discussion
	list.

    FAQ: Added How can I place a footnote immediately following quoted text?
	See discussion list.

    Added Greek language configuration file. Contributed by Michael
	Dourmousoglou. See discussion list.

    FAQ: Added Using roles to select fonts for PDF. Submitted by Lex Trotman
	and based on solution by Antonio Borneo. See: discussion list.

    Apply same monospaced font size to all monospaced text.

    Changed 0 number padding to spaces in numbered GNU source-highlight
	outputs.

    Allow highlight source highlighter to use python for Python {language}
	name. r1142: Update the AsciiDoc source filter to allow the use of the
	highlight source code highlighter. See discussion list.

    Vim syntax highlighter: Don?t confuse trailing open block delimiter with
	section underline.

    Added skip option to paragraphs (c.f. Delimited Block skip option).

Bug fixes

    FIXED: latex, music and graphviz filters: When the filter output image is
	data-uri encoded write it to the indir (instead of the outdir) so that encoder
	can find it. See discussion list.

    FIXED: Escape the ] character inside inline macros. See discussion list.

    FIXED: source highlighter filter: Pass role attribute to HTML backends.

    FIXED: source highlight filter: docbook backend: role attribute was not
	passed to listings without a title. Patch submitted by Lex Trotman. See
	discussion list.

    FIXED: music2png.py: FOPException: Raster ByteInterleavedRaster error (FOP
	1.0, ImageMagick 6.6.9-7).
2012-08-06 20:05:27 +00:00
gls
44eb867af8 Updated sysutils/fabric to 1.4.3 2012-08-06 19:54:09 +00:00
gls
d386d0c687 Update sysutils/fabric to 1.4.3
Upstream changes:
-----------------

2012-07-06: released Fabric 1.4.3
2012-07-06: released Fabric 1.3.8

[Bug] #671: reject_unknown_hosts sometimes resulted in a password prompt
instead of an abort. This has been fixed. Thanks to Roy Smith for the report.

[Bug] #659: Update docs to reflect that local currently honors env.path. Thanks
to @floledermann for the catch.

[Bug] #652: Show available commands when aborting on invalid command names.

[Support] #651: Added note about nesting with statements on Python 2.6+. Thanks
to Jens Rantil for the patch.

[Bug] #649: Don?t swallow non-abort-driven exceptions in parallel mode. Fabric
correctly printed such exceptions, and returned them from execute, but did not
actually cause the child or parent processes to halt with a nonzero status.
This has been fixed. execute now also honors env.warn_only so users may still
opt to call it by hand and inspect the returned exceptions, instead of
encountering a hard stop. Thanks to Matt Robenolt for the catch.

[Support] #645: Update Sphinx docs to work well when run out of a source
tarball as opposed to a Git checkout. Thanks again to @Arfrever for the catch.

[Support] #640: (also #644) Update packaging manifest so sdist tarballs include
all necessary test & doc files. Thanks to Mike Gilbert and @Arfrever for catch
& patch.

[Support] #634: Clarified that lcd does no special handling re: the user?s
current working directory, and thus relative paths given to it will be relative
to os.getcwd(). Thanks to @techtonik for the catch.
2012-08-06 19:53:50 +00:00
jmmv
5cf7d76e4a Note addition of sysupgrade-1.0. 2012-08-06 17:07:30 +00:00
jmmv
dfe06c884d Add and enable sysupgrade. 2012-08-06 17:06:34 +00:00
jmmv
49488a9935 Initial addition of sysupgrade, version 1.0:
sysupgrade is a script to automate NetBSD system upgrades.  sysupgrade
works by first fetching distribution sets from a specified site or local
directory, then by upgrading the system using such distribution sets and
later by ensuring that the system configuration is up to date.  All the
process is controlled by a configuration file, and the defaults should
suit the most common NetBSD upgrades.

sysupgrade can be used to perform upgrades across different system major
and/or minor versions, and it can also be used to track a stable or
development branch from the CVS repository.

sysbuild is the perfect companion to sysupgrade in those cases where you
want to roll your own binaries: both utilities share a very similar
command-line and configuration interface, and the default configuration
files provide examples on how to integrate one with the other.

A few notes about the import:

Right after I submitted sysbuild, I was pointed at etcmanage and its
scripts to build and upgrade NetBSD.  I am sending this anyway because
1) it matches sysbuild's behavior closely, 2) it has a detailed manual
page, 3) it has tests... and, well, 4) I had already written most of it
at that time and didn't want to throw it away!

The config and utils modules in this import are a duplicate of the code
in sysbuild, with a few tweaks.  This is really bad and the code should
be deduplicated somehow.  I'm not sure what the best way of doing so is
and can only think about introducing a common base package with the
shared code (which brings its own problems).

I have tested this to upgrade both -current and 6.0_BETA2 to newer
snapshots, both from local and remote release files.
2012-08-06 17:06:17 +00:00
jperkin
c31310e668 Avoid "call of overloaded 'pow(double, long int&)' is ambiguous" error. A
similar patch was proposed on openjade-devel 10 years ago, and still hasn't
been integrated...

Fixes build on Solaris.
2012-08-06 16:51:50 +00:00
jperkin
70085cd6fd Avoid 'failed to load external entity' errors.
Fixes build on Solaris.
2012-08-06 16:39:53 +00:00
adam
87ab12305e Updated www/py-django to 1.4.1 2012-08-06 15:34:10 +00:00
adam
7e1844f958 Changes 1.4.1:
* Bug fixes.
2012-08-06 15:33:07 +00:00
ryoon
1d09493b88 Added fonts/sourcesans-fonts version 1.033 2012-08-06 14:33:06 +00:00
imil
6db9c35b2b Updated naxsi to 0.48:
- Fixed support of LOG / ALLOW targets
- LOG target for rules and actions
- brings security improvements (HTTP Auth in nx_extract and file disclosure
  fixed in nx_extract)

No revbump as this does not affect nginx package itself.
2012-08-06 14:31:58 +00:00
ryoon
6297ff7882 Add sourcesans-fonts 2012-08-06 14:29:00 +00:00
ryoon
b2d8d8798c Import sourcesans-fonts-1.033 as fonts/sourcesans-fonts.
The family currently includes six weights, from ExtraLight to Black,
in upright and italic styles. The fonts offer wide language support
for Latin script, including Western and Eastern European languages,
Vietnamese, pinyin Romanization of Chinese, and Navajo.

This package provides OpenType fonts only.
2012-08-06 14:27:49 +00:00
wen
07b4ca1e28 Update math/p5-Math-Random-MT to 1.16 2012-08-06 14:06:13 +00:00
wen
64a504b923 Update to 1.16
Upstream Changes:
1.16    2012-08-06      Florent Angly <florent.angly@gmail.com>
    * Fixed issue introduced in version 1.15 where rand() took no notice of
      argument and irand() did (bug #78200, reported by David Morel)
    * Migration of test suite to Test::More and Test::Number::Delta

1.15    2012-06-04      Florent Angly <florent.angly@gmail.com>
    * Implemented irand() to draw random integers (bug #73298, feature requested
      by crew@cs.stanford.edu)
    * Fixed build failure on Hurd (bug #74165, reported and patched by Salvatore
      Bonaccorso)

1.14    2012-05-27      Florent Angly <florent.angly@gmail.com>
    * Fixed compilation problems with nmake on Windows platforms
      (Florent Angly, bug #74984)
    * Fixed issues with random seed (bug #77343, solution suggested by
      Laurent Dami, fix implemented by Florent Angly)

1.13    2012-01-20      Abhijit Menon-Sen <ams@toroid.org>
    * New seed generation and retrieval mechanism by Florent Angly (bug
      #64640 on rt.cpan.org).
2012-08-06 14:04:08 +00:00
mspo
e87727976c update to 1.9.1
c-ares version 1.9.1
 include the ares_parse_soa_reply.* files in the tarball
c-ares version 1.9.0
 Added ares_parse_soa_reply
 libcares.pc generation for static MingW* cross builds
 ares_dup: UDP and TCP port byte order in saved options
c-ares version 1.8
 Added ares_parse_naptr_reply()
 handle CNAME-only in ares_parse_aaaa_reply()
 support multiple DNS servers on Android
 check for __ANDROID__ in addition to ANDROID macro
 port numbers: convert them to network order
 get_iphlpapi_dns_info: fix buffer overrun
 configure: make CURL_CHECK_DEF ignore leading whitespace
 segfault triggered in ares_init_options()
 ares_getnameinfo's memcpy did not copy enough bytes
 ares_destroy: fix segfault in ares_destroy_options()
 CHANGES: generate from script
 configure: fix symbol hiding usability check
c-ares version 1.7.5
 detection of semicolon comments in resolv.conf
 avoid using system's inet_net_pton affected by the WLB-2008080064 advisory
 replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
 replacement ares_inet_ntop affected by potential out of bounds write
 added install target to Makefile.msvc
 only fall back to AF_INET searches when looking for AF_UNSPEC addresses
 fixed ares_parse_*_reply memory leaks
 Use correct sizeof in ares_getnameinfo()
 IPv6-on-windows: find DNS servers correctly
 man pages: docs for the c-ares utility programs
 getservbyport replacement for Win CE
 config_sortlist: (win32) missing else
 advance_tcp_send_queue: avoid NULL ptr dereference
 configure: fix a bashism
 ares_expand_name: Fix encoded length for indirect root
c-ares version 1.7.4
 local-bind: Support binding to local interface/IPs, see
   ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
 memory leak in ares_getnameinfo
 add missing break that caused get_ares_servers to fail
 ares_parse_a_reply: fix CNAME response parsing
 init_by_options: don't copy an empty sortlist
 Replaced uint32_t with unsigned int to fix broken builds
   on a couple of platforms
 Fix lookup with HOSTALIASES set
 adig: fix NAPTR parsing
 compiler warning cleanups
c-ares version 1.7.3
 builds on Android
 now includes all files necessary to build it (1.7.2 lacked a file)
c-ares version 1.7.2
 Added ares_parse_mx_reply()
 ares_init: Last, not first instance of domain or search should win
 improve alternative definition of bool
 fix VS2010 compiler warnings
2012-08-06 13:57:23 +00:00
wen
591d9af88f Added math/p5-Test-Number-Delta 2012-08-06 13:50:52 +00:00
wen
33c29df4e8 + p5-Test-Number-Delta 2012-08-06 13:47:44 +00:00
wen
76ca42be03 Import p5-Test-Number-Delta-1.03:
A perl module for compare if the difference between two numbers is within
a specified amount.
2012-08-06 13:44:39 +00:00
adam
dd961c1fe6 Updated databases/openldap to 2.4.32 2012-08-06 13:36:25 +00:00
adam
2e8d291f8a Changes 2.4.32:
Added slappasswd loadable module support
	Fixed tools to not clobber SASL_NOCANON
	Fixed libldap function declarations
	Fixed libldap double free
	Fixed libldap debug level setting
	Fixed libldap MozNSS PEM/certdb handling
	Fixed libldap MozNSS cipher suite selection
	Fixed libldap MozNSS error handling
	Fixed libldap MozNSS cipher suite being ignored
	Fixed libldap MozNSS infinite loop
	Fixed libldap MozNSS context token for certdb
	Fixed libldap MozNSS store certificate object
	Fixed libldap MozNSS fix init and cleanup
	Fixed libldap MozNSS slot and pin usage
	Fixed libldap MozNSS to avoid infinite loop
	Fixed libldap MozNSS untrusted issuer error
	Fixed libldap gettime() regression
	Fixed libldap sasl handling
	Fixed libldap to correctly free socket with TLS
	Fixed libmdb leaf node handling
	Fixed libmdb mutexes on Apple/Windows
	Fixed slapd config index renumbering
	Fixed slapd duplicate error response
	Fixed slapd parsing of PermissiveModify control
	Fixed slapd-bdb/hdb cache hang under high load
	Fixed slapd-bdb/hdb alias checking
	Fixed slapd-bdb/hdb olcDbConfig changes work immediately
	Fixed slapd-ldap to encode user DN during password change
	Fixed slapd-ldap assertion when proxying to MS AD
	Fixed slapd-ldap monitoring
	Fixed slapd-mdb with tool mode
	Fixed slapd-mdb with approx indexing
	Fixed slapd-mdb dn2id delete
	Fixed slapd-mdb memory leak in online indexer
	Fixed slapd-mdb db corruption when hitting maxsize
	Fixed slapd-mdb aborts with online indexing
	Fixed slapd-perl panic
	Fixed slapo-accesslog memory leaks with sync replication
	Fixed slapo-syncprov memory leaks with sync replication
	Fixed contrib/smbk5pwd to not compile with MozNSS
	Fixed contrib/sha2 portability
	Fixed contrib/sha2 thread safety
	Added contrib/sha2 {SSHA256}, {SSHA384}, {SSHA512} support
	Build Environment
		Fixed test057 timing issues
		Fixed compilation with MS Visual Studio
	Contrib
		Added slapi_[get|free]_client_ip()
	Documentation
		slapo-sssvlv Added note about criticality
		admin24 Fix peername.regex typo
		Fixed slapd-config file include example
		slapd-ldap(5) Reference RFC4526
		slapd-meta(5) Reference RFC4526
2012-08-06 13:33:38 +00:00
sno
2a64cdd2f5 Adding new package for Perl 5 module LWPx::TimedHTTP version 1.8 from CPAN
into www/p5-LWPx-TimedHTTP.

This module performs an HTTP request exactly the same as LWP does normally
except for the fact that it times each stage of the request and then inserts
the results as header.
2012-08-06 11:28:05 +00:00
sbd
27edefe435 Set NO_BUILD as this package only installs files. 2012-08-06 08:35:51 +00:00
adam
62e62904ff Updated devel/bison to 2.6.2 2012-08-06 06:25:58 +00:00
adam
c091b605f5 Changes 2.6.2:
* Bug fixes
  Buffer overruns, complaints from Flex, and portability issues in the test
  suite have been fixed.
* Spaces in %lex- and %parse-param (lalr1.cc, glr.cc)
  Trailing end-of-lines in %parse-param or %lex-param would result in
  invalid C++.  This is fixed.
* Spurious spaces and end-of-lines
  The generated files no longer end (nor start) with empty lines.
2012-08-06 06:25:02 +00:00
wiz
e69b1924da Improve postgresql section as suggested by previous commit. 2012-08-05 21:29:46 +00:00
wiz
d1dceb8a55 Move PYTHON_VERSIONS_INCOMPATIBLE= 25 since it affects both anki packages. 2012-08-05 21:18:00 +00:00
wiz
0a13355fcf Disallow python-2.5 since py-dbus (via py-qt4) doesn't support it. 2012-08-05 21:17:05 +00:00
wiz
9421778ce4 Disallow python25 since py-dbus doesn't support it any longer. 2012-08-05 20:59:18 +00:00
marino
2843cc48af math/mpcomplex: Update from version 0.9 to 1.0
Changes since version 0.9:
  - First release as a GNU package
  - License change: LGPLv3+ for code, GFDLv1.3+ (with no invariant sections)
    for documentation
  - 100% of all lines are covered by tests
  - Functions renamed:
    mpc_mul_2exp to mpc_mul_2ui, mpc_div_2exp to mpc_div_2ui
  - 0^0, which returned (NaN,NaN) previously, now returns (1,+0)
  - Removed compatibility with K&R compilers, untestable due to lack of
    such compilers
  - New functions: mpc_log10, mpc_mul_2si, mpc_div_2si
  - Speed-ups:
    - mpc_fma
  - Bug fixes:
    - mpc_div and mpc_norm now return a value indicating the effective
      rounding direction, as the other functions
    - mpc_mul, mpc_sqr and mpc_norm now return correct results even if there
      are over- or underflows during the computation
    - mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
      infinite part and equals output variable is corrected
    - mpc_fr_sub: Wrong return value for imaginary part is corrected
2012-08-05 18:24:56 +00:00
shattered
1162bdea4c PR/43946 -- Fix build with SunPro compiler 2012-08-05 13:39:04 +00:00
ryoon
0305161956 Updated mail/thunderbird10-l10n to 10.0.6 2012-08-05 12:06:26 +00:00