Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:45:41 UTC Now

2012-08-08 10:24:13 UTC MAIN commitmail json YAML

Adding new package for Perl5 module String::Truncate version 1.100600
from CPAN into textproc/p5-String-Truncate.

String::Truncate handles the simple but common problem of long strings and
finite terminal width by eliding or truncating parts of the string from the
left, right, middle or both ends, respectively.

(sno)

2012-08-08 09:22:47 UTC MAIN commitmail json YAML

Added devel/p5-Dist-Zooky version 0.10

(sno)

2012-08-08 09:22:30 UTC MAIN commitmail json YAML

Added devel/p5-Dist-Zooky version 0.10

(sno)

2012-08-08 09:21:41 UTC MAIN commitmail json YAML

Updated devel/p5-Dist-Zooky to 0.10

(sno)

2012-08-08 09:21:27 UTC MAIN commitmail json YAML

Adding new package for Perl 5 module Dist::Zooky version 0.10 from CPAN
into devel/p5-Dist-Zooky.

Dist::Zooky is Dist::Zilla's nephew. He has the ability to summon his uncle.

dzooky will try its best to convert a distribution to use Dist::Zilla. It
supports ExtUtils::MakeMaker, Module::Install and Module::Build based
distributions, with certain limitations.

Simply execute dzooky in the directory containing the distribution you wish
to convert to Dist::Zilla.

(sno)

2012-08-08 08:46:27 UTC MAIN commitmail json YAML

mtools-(at least)4.0.17 tries hard to configure and conditionally set types
to use 64bit file offsets where available for seek()ing etc. However, the
easy case (sizeof(off_t)>4) is handled incorrectly: mt_size_t is set to
size_t - maybe a copy and paste from the fall-back-to-32bit case.

This type is used at least in init.c, when detecting media size and comparing
to the FAT geometry, consequently failing and erroring out with the message
"Big disks not supported on this architecture."

The patch does handle the (e.g. NetBSD) case of 64bit off_t the same as
the case where a off64_t is available (and the other 64bit off_t-equivalent
cases); namely using off_t as mt_size_t.

Thanks to riastradh@ for pointing out where the bug in llong.h was.

(is)

2012-08-08 07:17:00 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 3.5.2.1. Changes since 3.5.2:
- [security] Fixed local path disclosure vulnerability, see PMASA-2012-3

(tron)

2012-08-08 06:56:27 UTC MAIN commitmail json YAML

Updated lang/racket-textual to 5.3

(asau)

2012-08-08 06:56:07 UTC MAIN commitmail json YAML

Updated lang/racket to 5.3

(asau)

2012-08-08 06:55:33 UTC MAIN commitmail json YAML

Update to Racket 5.3

Changes in Racket 5.3

* Submodules are nested module declarations that can be loaded and
  run independently from the enclosing module.  For an overview of
  submodules, see

    http://blog.racket-lang.org/2012/06/submodules.html

* The futures visualizer is a graphical profiling tool for parallel
  programs using futures.  The tool shows a detailed execution
  timeline depicting the migration of futures between threads, and
  gives detailed information about each runtime synchronization that
  occurred during program execution.  In addition, `would-be-future'
  is a special type of future that always executes sequentially and
  records all potential barricades a regular future would encounter.

* Optimization Coach (formerly Performance Report) reports
  information about Racket's inlining optimizations.  Optimization
  Coach can be launched in any language through the View menu.

* The new `images/flomap' library defines floating-point bitmaps and
  fast image processing operations on them.  It is written in Typed
  Racket, so Typed Racket code may use it without the cost of
  contract checks.

* The new `json' library supports parsing and generating JSON.
  (Originally based on Dave Herman's planet library.)

* `racket/string' is extended with a set of simplified string
  manipulation functions that are more convenient than using
  regexps.  `regexp-match*' and friends can now be used with new
  keyword arguments to return specific matched regexp group/s and
  gaps between matches.

* The new `racket/generic' library allows generic function
  definitions, which dispatch to methods added to a structure type
  via the new `#:methods' keyword.

* The `class' form supports declaring a method abstract.  An
  abstract method prevents a class from being instantiated unless it
  is overridden.

* The contract library comes with support for interfaces, generics,
  prompts, continuation-marks, and structs.

* Most error messages use a new multi-line format that is more
  consistent with contract errors and accommodates more information.

* Typed Racket supports function definitions with keyword arguments;
  the startup time of Typed Racket programs has been sharply
  reduced.

* The new `ffi/com' library replaces MysterX; a compatibility
  `mysterx' library remains, but without ActiveX support.  The new
  `ffi/unsafe/com' library offers a more primitive and direct way to
  use COM classes and methods.

* There is now a very complete completion code for zsh.  It is not
  included in the distribution though; get it at http://goo.gl/DU8JK
  (This script and the bash completions will be included in the
  standard installers in future versions.)

--- DEPRECATION ----------------------------------------------------

Effective this release:

  - The `tex2page' and `combinator-parser' libraries have been moved
    from the Racket distribution to PLaneT:

    (require (planet plt/tex2page))
    (require (planet plt/combinator-parser))

The following has been deprecated and will be removed in the
January 2013 release:

  - the `planet' command-line tool; use `raco planet' instead.

The following has been deprecated and will be removed in the
August 2013 release:

  - the `mzlib/class100' library; use `racket/class' instead.

(asau)

2012-08-08 06:44:29 UTC MAIN commitmail json YAML

Updated www/nginx to 1.2.3

(imil)

2012-08-08 06:44:08 UTC MAIN commitmail json YAML

Changes with nginx 1.2.3                                        07 Aug 2012

    *) Feature: the Clang compiler support.

    *) Bugfix: extra listening sockets might be created.
      Thanks to Roman Odaisky.

    *) Bugfix: nginx/Windows might hog CPU if a worker process failed to
      start.
      Thanks to Ricardo Villalobos Guevara.

    *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
      "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
      "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
      directives might be inherited incorrectly.

    *) Bugfix: trailing dot in a source value was not ignored if the "map"
      directive was used with the "hostnames" parameter.

    *) Bugfix: incorrect location might be used to process a request if a
      URI was changed via a "rewrite" directive before an internal redirect
      to a named location.

(imil)

2012-08-08 00:19:11 UTC MAIN commitmail json YAML

Add license (from wip/fldigi).

(gdt)

2012-08-08 00:15:31 UTC MAIN commitmail json YAML

Minor fixes, from wip/fldigi.

Adjust MASTER_SITES (but this version is no longer there).
Add commented-out HOMEPAGE for mailinglist.
Alphabetize bl3 includes; add blank line after.

No intended change to binary package; will be updated from wip soon
anyway.

(gdt)

2012-08-08 00:13:54 UTC MAIN commitmail json YAML

net/quagga: Expand ip_mreq hack conftest to DragonFly

DragonFly can't support the Multicast API so in order for quagga to build
the conftest for ip_mreq needs to return positive for all versions of
DragonFly.  The configure script was patched, but this probably could
have been accomplished by overriding the configure cache from the
Maefile.  DragonFly successfully buids with this conftest change.

(marino)

2012-08-07 23:41:23 UTC MAIN commitmail json YAML

Trivial typo in comment

(dsainty)

2012-08-07 23:31:03 UTC MAIN commitmail json YAML

net/powerdns-recursor: Support DragonFly

Fix endian setting on DragonFly (Same as FreeBSD) to fix build.

(marino)

2012-08-07 23:22:46 UTC MAIN commitmail json YAML

Update to SBCL 1.0.58.

Changes in sbcl-1.0.58 relative to sbcl-1.0.57:
  * enhancement: implicit generic function warnings now specify the package
    in which the new generic function is being created.
  * enhancement: SB-EXT:ATOMIC-UPDATE makes it easy to perform non-destructive
    updates of CAS-able places (similar to Clojure's swap!).
  * enhancement: run-program no longer decodes and re-encodes environment when
    :environment argument is not provided. (lp#985904)
  * enhancement: errors during compiler-macro expansion no longer cause
    runtime errors, only a compile-time warning, otherwise behaving as if
    the compiler macro had declined to expand.
  * optimization: On x86-64, code alignment of block headers is done with
    multi-byte NOPs now instead of repetitions of the single-byte NOP.
  * optimization: MAP-INTO is substantially faster when the target sequence is
    of unknown type; mapping into lists is no longer O(N^2). (thanks to James
    M. Lawrence)
  * optimization: the compiler no longer heap-conses to check exits in cases
    where the exit function is dynamic extent, or when it can prove the exit
    function cannot escape.
  * optimization: SB-SEQUENCE:DOSEQUENCE is faster on vectors of unknown
    element type, and vectors that aren't SIMPLE-ARRAYs.
  * optimization: CL:SORT and CL:STABLE-SORT are more efficient in execution
    speed (around 1/3 the time in some cases), and a little better in terms of
    comparison calls. (Thanks to Takeru Ohta)
  * bug fix: On SPARC, a limitation on the number of code constants emittable
    by the compiler has been lifted, allowing certain long functions to
    compiled and assembled which had previously been unsupported; fixes
    cl-bench on this ISA (lp#1008996).
  * bug fix: potential for infinite recursion during compilation of CLOS slot
    typechecks when dependency graph had loops. (lp#1001799)
  * bug fix: error forms reported with some program-errors were not escaped
    properly.
  * bug fix: functions from EVAL are now on more equal footing with functions
    from COMPILE. (lp#1000783, lp#851170, lp#922408)
  * bug fix: ENSURE-GENERIC-METHOD-COMBINATION accepts method combination
    objects as its :METHOD-COMBINATION argument, not just lists designating
    method combinations. (lp#936513)
  * bug fix: run-program no longer unconditionally uses /tmp/ for temporary
    files. (lp#968837).
  * bug fix: restore build on solaris/sparc. (lp#1008506)
  * bug fix: an issue with LDB in the PowerPC backend has been resolved;
    this fixes an issue found with cl-postgres (thanks to Tomas Hlavaty).
  * bug fix: compiler-macro lambda-lists specifying non-keyword symbols
    as keyword arguments no longer accidentally match unevaluated symbols
    against them.
  * bug fix: FORMAT used to loop infinitely in some cases when a COLINC
    parameter was zero, now it signals an error. (lp#905817, fixed since
    1.0.56.19)
  * bug fix: run-program with :pty t no longer makes the pty as the process's
    controling terminal.

(asau)

2012-08-07 20:18:20 UTC MAIN commitmail json YAML

audio/xmcd: Fix FreeBSD && regression on DragonFly

FreeBSD deprecated and removed libmytinfo years ago (before that it was
an alias for -lcurses).  DragonFly recently followed suit and consequently
this package broke.

Patch taken from FreeBSD ports -- it fixed DragonFly too.

(marino)

2012-08-07 19:23:20 UTC MAIN commitmail json YAML

Updated sysutils/amtterm to 1.3

(msaitoh)

2012-08-07 19:21:23 UTC MAIN commitmail json YAML

2012-08-07 19:20:41 UTC MAIN commitmail json YAML

net/bird: Teach it about DragonFly

1. Add DragonFly to the configure script
2. Define TCP_MD5SIG in BSD header which is not used on DragonFly

Patches will be sent upstream.

(marino)

2012-08-07 18:21:30 UTC MAIN commitmail json YAML

net/arp-scan: Fix build on DragonFly

1. Add DragonFly to BSD list on configure
2. Prevent inclusion of both pcap/bpf.h and net/bpf.h on DragonFly

Patches will be sent upstream.

(marino)

2012-08-07 16:44:50 UTC MAIN commitmail json YAML

graphics/panomatic: Set ZT_POSIX for DragonFly

Add DragonFly to the list of BSDs with posix threads to fix build.

(marino)

2012-08-07 16:20:32 UTC MAIN commitmail json YAML

Add missing dependencies.

(ryoon)

2012-08-07 16:20:09 UTC MAIN commitmail json YAML

Updated devel/cmake to 2.8.8

(adam)

2012-08-07 16:18:27 UTC MAIN commitmail json YAML

Changes 2.8.8:
* CheckIncludeFiles: Shorten check description message
* CPackNSIS: Rewrite variable documentation to make it more readable.
* OS X: Use correct extra path when searching for applicaton bundles
* OS X: Mark find_program results as advanced
* Fix some doc typo and add an undocumented var.
* OS X: Use OSX_DEVELOPER_ROOT for app search path
* FindBoost: add support for 1.49 and 1.50

(adam)

2012-08-07 16:07:28 UTC MAIN commitmail json YAML

Added lang/konoha version 1.0.0.952

(ryoon)

2012-08-07 16:07:01 UTC MAIN commitmail json YAML

2012-08-07 16:06:06 UTC MAIN commitmail json YAML

2012-08-07 15:16:35 UTC MAIN commitmail json YAML

lang/gcc46: Mark NOT-FOR-DRAGONFLY

A very large number of patches is required to properly build a stock
gcc on DragonFly, as evidenced by the patches added to lang/gcc47.
DragonFly already has a very good gcc46-based compiler in lang/gnat-aux.
DragonFly users that specifically need gcc46 have been told to use
gnat-aux.  There's no need to make maintenance of lang/gcc46 harder so
it's masked on DragonFly to show its intentionally unsupported.

(marino)

2012-08-07 14:54:36 UTC MAIN commitmail json YAML

editors/xjed: Fix DragonFly build

DragonFly needs same hack as NetBSD - there's no strops.h header.

(marino)

2012-08-07 13:54:22 UTC MAIN commitmail json YAML

Improve detection of __sync_add_and_fetch, avoid compiler optimization.

Fixes PR 46779.

(obache)

2012-08-07 12:24:49 UTC MAIN commitmail json YAML

Updated ham/hamlib to 1.2.15.2

(gdt)

2012-08-07 12:21:54 UTC MAIN commitmail json YAML

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.

(gdt)

2012-08-07 10:47:48 UTC MAIN commitmail json YAML

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.

(marino)

2012-08-07 10:42:35 UTC MAIN commitmail json YAML

Updated www/nginx to 1.2.2

(imil)

2012-08-07 10:42:09 UTC MAIN commitmail json YAML

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.

(imil)

2012-08-07 09:44:03 UTC MAIN commitmail json YAML

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.

(sbd)

2012-08-07 09:42:35 UTC MAIN commitmail json YAML

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.

(marino)

2012-08-07 08:22:13 UTC MAIN commitmail json YAML

Updated www/nginx to 1.0.15nb1

(imil)

2012-08-07 08:21:53 UTC MAIN commitmail json YAML

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.

(imil)

2012-08-07 06:52:10 UTC MAIN commitmail json YAML

Updated net/xymonclient to 4.3.7nb1

(sbd)

2012-08-07 06:51:58 UTC MAIN commitmail json YAML

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.

(sbd)

2012-08-07 02:36:12 UTC MAIN commitmail json YAML

${LOWER_OPSYS}-meminfo is only installed on NetBSD, OpenBSD and FreeBSD,
so make it a PLIST_VAR conditional entry.

(sbd)

2012-08-06 20:12:36 UTC MAIN commitmail json YAML

Updated x11/x3270 to 3.3.12ga11

(gls)

2012-08-06 20:12:17 UTC MAIN commitmail json YAML

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.

(gls)

2012-08-06 20:05:54 UTC MAIN commitmail json YAML

Updated textproc/asciidoc to 8.6.8

(gls)

2012-08-06 20:05:27 UTC MAIN commitmail json YAML

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).

(gls)

2012-08-06 19:54:10 UTC MAIN commitmail json YAML

Updated sysutils/fabric to 1.4.3

(gls)

2012-08-06 19:53:51 UTC MAIN commitmail json YAML

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.

(gls)

2012-08-06 17:07:30 UTC MAIN commitmail json YAML

Note addition of sysupgrade-1.0.

(jmmv)

2012-08-06 17:06:34 UTC MAIN commitmail json YAML

Add and enable sysupgrade.

(jmmv)

2012-08-06 17:06:17 UTC MAIN commitmail json YAML

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.

(jmmv)

2012-08-06 16:51:50 UTC MAIN commitmail json YAML

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.

(jperkin)

2012-08-06 16:39:53 UTC MAIN commitmail json YAML

Avoid 'failed to load external entity' errors.

Fixes build on Solaris.

(jperkin)

2012-08-06 15:34:10 UTC MAIN commitmail json YAML

Updated www/py-django to 1.4.1

(adam)

2012-08-06 15:33:07 UTC MAIN commitmail json YAML

2012-08-06 14:33:07 UTC MAIN commitmail json YAML

Added fonts/sourcesans-fonts version 1.033

(ryoon)

2012-08-06 14:31:58 UTC MAIN commitmail json YAML

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.

(imil)

2012-08-06 14:29:01 UTC MAIN commitmail json YAML

Add sourcesans-fonts

(ryoon)

2012-08-06 14:27:49 UTC MAIN commitmail json YAML

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.

(ryoon)

2012-08-06 14:06:13 UTC MAIN commitmail json YAML

Update math/p5-Math-Random-MT to 1.16

(wen)

2012-08-06 14:04:09 UTC MAIN commitmail json YAML

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).

(wen)

2012-08-06 13:57:23 UTC MAIN commitmail json YAML

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

(mspo)

2012-08-06 13:50:52 UTC MAIN commitmail json YAML

Added math/p5-Test-Number-Delta

(wen)

2012-08-06 13:47:44 UTC MAIN commitmail json YAML

+ p5-Test-Number-Delta

(wen)

2012-08-06 13:44:39 UTC MAIN commitmail json YAML

Import p5-Test-Number-Delta-1.03:
A perl module for compare if the difference between two numbers is within
a specified amount.

(wen)

2012-08-06 13:36:26 UTC MAIN commitmail json YAML

Updated databases/openldap to 2.4.32

(adam)

2012-08-06 13:33:38 UTC MAIN commitmail json YAML

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

(adam)

2012-08-06 11:28:06 UTC MAIN commitmail json YAML

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.

(sno)

2012-08-06 08:35:51 UTC MAIN commitmail json YAML

Set NO_BUILD as this package only installs files.

(sbd)

2012-08-06 06:25:58 UTC MAIN commitmail json YAML

Updated devel/bison to 2.6.2

(adam)

2012-08-06 06:25:02 UTC MAIN commitmail json YAML

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.

(adam)

2012-08-06 06:01:22 UTC pkgsrc-2012Q2 commitmail json YAML

2012-08-06 06:00:20 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3888 - requested by obache
www/opera: security update

Revisions pulled up:
- www/opera/Makefile                                            1.97
- www/opera/distinfo                                            1.40

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri Aug  3 13:08:24 UTC 2012

  Modified Files:
  pkgsrc/www/opera: Makefile distinfo

  Log Message:
  Update opera to 12.01.

  Opera 12.01 is a recommended upgrade offering security and stability enhancements.

  Fixes and Stability Enhancements since Opera 12.00
  General and User Interface

      * Several general fixes and stability improvements
      * Website thumbnail memory usage improvements
      * Address bar inline auto-completion no longer prefers shortest domain
      * Corrected an error that could occur after removing the plugin wrapper
      * Resolved an issue where favicons were squeezed too much when many tabs were
        open

  Display and Scripting

      * Resolved an error with XHR transfers where content-type was incorrectly
        determined
      * Improved handling of object literals with numeric duplicate properties
      * Changed behavior of nested/chained comma expressions: now expressing and
        compiling them as a list rather than a tree
      * Aligned behavior of the #caller property on function code objects in
        ECMAScript 5 strict mode with the specification
      * Fixed an issue where input type=month would return an incorrect value in its
        valueAsDate property
      * Resolved an issue with JSON.stringify() that could occur on cached number
        conversion
      * Fixed a problem with redefining special properties using
        Object.defineProperty()

  Network and Site-Specific

      * Fixed an issue where loading would stop at "Document 100%" but the page
        would still be loading
      * tuenti.com: Corrected behavior when long content was displayed
      * https://twitter.com: Fixed an issue with secure transaction errors
      * Fixed an issue with Google Maps Labs that occured when compiling top-level
        loops inside strict evals
      * Corrected a problem that could occur with DISQUS
      * Fixed a crash occurring on Lenovo's "Shop now" page
      * Corrected issues when calling window.console.log via a variable at watch4you
      * Resolved an issue with Yahoo! chat

  Mail, News, Chat

      * Resolved an issue where under certain conditions the mail panel would
        continuously scroll up
      * Fixed a crash occurring when loading mail databases on startup

  Security

      * Re-fixed an issue where certain URL constructs could allow arbitrary code
        execution, as reported by Andrey Stroganov; see our advisory
          http://www.opera.com/support/kb/view/1016/
      * Fixed an issue where certain characters in HTML could incorrectly be
      ignored, which could facilitate XSS attacks; see our advisory
          http://www.opera.com/support/kb/view/1026/
      * Fixed another issue where small windows could be used to trick users into
        executing downloads as reported by Jordi Chancel; see our advisory
          http://www.opera.com/support/kb/view/1027/
      * Fixed an issue where an element's HTML content could be incorrectly
        returned without escaping, bypassing some HTML sanitizers; see our advisory
          http://www.opera.com/support/kb/view/1025/
      * Fixed a low severity issue, details will be disclosed at a later date

(tron)

2012-08-05 21:29:46 UTC MAIN commitmail json YAML

Improve postgresql section as suggested by previous commit.

(wiz)

2012-08-05 21:18:01 UTC MAIN commitmail json YAML

Move PYTHON_VERSIONS_INCOMPATIBLE=  25 since it affects both anki packages.

(wiz)

2012-08-05 21:17:05 UTC MAIN commitmail json YAML

Disallow python-2.5 since py-dbus (via py-qt4) doesn't support it.

(wiz)

2012-08-05 20:59:18 UTC MAIN commitmail json YAML

Disallow python25 since py-dbus doesn't support it any longer.

(wiz)

2012-08-05 18:24:56 UTC MAIN commitmail json YAML

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

(marino)

2012-08-05 13:39:04 UTC MAIN commitmail json YAML

PR/43946 -- Fix build with SunPro compiler

(shattered)

2012-08-05 12:06:26 UTC MAIN commitmail json YAML

Updated mail/thunderbird10-l10n to 10.0.6

(ryoon)

2012-08-05 12:04:44 UTC MAIN commitmail json YAML

2012-08-05 10:02:14 UTC MAIN commitmail json YAML

2012-08-05 09:55:55 UTC MAIN commitmail json YAML

If I get to fix the bugs, I might as well OWN it.

(wiz)

2012-08-05 00:56:52 UTC MAIN commitmail json YAML

Update archivers/pigz to 2.2.5

(wen)

2012-08-05 00:47:46 UTC MAIN commitmail json YAML

Update to 2.2.5
Install the man file
Approved by: wiz@(maintainer)

Upstream changes;
pigz version 2.2.5 has been released and is now available at http://zlib.net/pigz/ .  The main changes since 2.2.4 are:
- Change suffix to .tar when decompressing or listing .tgz.
- Print name of executable in error messages.
- Show help properly when the name is unpigz or gunzip.
- Fix permissions security problem before output is closed.

pigz version 2.2.4 has been released and is now available at http://zlib.net/pigz/ .  The main changes since 2.2.3 are:
- Improve the portability of printing the off_t type
- Fix bug in zip (-K) output
- Remove thread portability #defines in pigz.c

pigz version 2.2.3 is now available at http://zlib.net/pigz/ .  The main changes since 2.1.7 are:
- Add --rsyncable functionality
- Improve thread portability
- Fix the printing of 32-bit check values when listing

pigz version 2.1.7 is now available at http://zlib.net/pigz/ .  The changes from 2.1.6 are:
- Avoid unused parameter warning in reenter()
- Don't assume 2's complement ints in compress_thread()
- Replicate gzip -cdf cat-like behavior
- Replicate gzip -- option to suppress option decoding
- Test output from make test instead of showing it
- Updated pigz.spec to install unpigz, pigz.1 [Obermaier]
- Add PIGZ environment variable [Mueller]
- Replicate gzip suffix search when decoding or listing
- Fix bug in load() to set in_left to zero on end of file
- Do not check suffix when input file won't be modified
- Decompress to stdout if name is "*cat" [Hayasaka]
- Write data descriptor signature to be like Info-ZIP
- Update and sort options list in help
- Use CC variable for compiler in Makefile
- Exit with code 2 if a warning has been issued
- Fix thread synchronization problem when tracing
- Change macro name MAX to MAX2 to avoid library conflicts
- Determine number of processors on HP-UX [Lloyd]

(wen)

2012-08-04 19:56:09 UTC MAIN commitmail json YAML

Disallow python-2.5 because configure complains it is too old.

(wiz)

2012-08-04 15:02:27 UTC MAIN commitmail json YAML

2012-08-04 14:56:36 UTC MAIN commitmail json YAML

update to 2.2.3
changes:
-bugfixes
-lorem ipsum generator was added
-UI improvements
-language files were improved

(drochner)

2012-08-04 14:48:55 UTC MAIN commitmail json YAML

adjust for new installation directory

(drochner)

2012-08-04 14:45:35 UTC MAIN commitmail json YAML

update to 1.5.0
changes:
-support more games
-support for TrueType fonts via FreeType2
-custom game and engine options
-speedup, UI improvements
-bugfixes
-translation update

pkgsrc change: cleanup of options -- the "x11" backend doesn't work,
so "sdl" is the only choice left

(drochner)

2012-08-04 14:38:24 UTC MAIN commitmail json YAML

update to 0.12.3
changes: bugfixes
requires libraw-0.14

(drochner)

2012-08-04 14:36:42 UTC MAIN commitmail json YAML

update to 0.14.7
This switches to the new major release.
The most significant change of this version is multiple rendering
of same RAW data without re-opening RAW file.
So, it is possible to implement near-realtime preview of entire image in
half-resolution mode and realtime preview of selected area (e.g. around
mouse pointer position) in full-resolution mode.
+Support for more cameras

(drochner)

2012-08-04 14:32:55 UTC MAIN commitmail json YAML

this needs libraw-0.13.*

(drochner)

2012-08-04 14:32:14 UTC MAIN commitmail json YAML

2012-08-04 14:31:27 UTC MAIN commitmail json YAML

2012-08-04 14:09:31 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 3.20

(mspo)

2012-08-04 14:08:06 UTC MAIN commitmail json YAML

2012-08-04 14:07:51 UTC MAIN commitmail json YAML

2012-08-04 14:07:19 UTC MAIN commitmail json YAML

2012-08-04 13:47:10 UTC MAIN commitmail json YAML

2012-08-04 13:42:22 UTC MAIN commitmail json YAML

2012-08-04 12:05:02 UTC MAIN commitmail json YAML

Updated mail/thunderbird10 to 10.0.6

(ryoon)

2012-08-04 12:03:32 UTC MAIN commitmail json YAML

Update to 10.0.6

* Remove obsolete mozilla-jit option

Changelog:
Fix the following security issues.

MFSA 2012-56 Code execution through javascript: URLs
MFSA 2012-54 Clickjacking of certificate warning page
MFSA 2012-53 Content Security Policy 1.0 implementation errors cause data leakage
MFSA 2012-52 JSDependentString::undepend string conversion results in memory corruption
MFSA 2012-51 X-Frame-Options header ignored when duplicated
MFSA 2012-49 Same-compartment Security Wrappers can be bypassed
MFSA 2012-48 use-after-free in nsGlobalWindow::PageHidden
MFSA 2012-47 Improper filtering of javascript in HTML feed-view
MFSA 2012-45 Spoofing issue with location
MFSA 2012-44 Gecko memory corruption
MFSA 2012-42 Miscellaneous memory safety hazards (rv:14.0/ rv:10.0.6)

(ryoon)

2012-08-04 11:47:56 UTC MAIN commitmail json YAML

2012-08-04 04:00:49 UTC MAIN commitmail json YAML

Fix Cairo hack on Mac OS X.

gcc-4.2 is residual from older Xcode installs.  If you've installed
only the Xcode with a bad compiler, the workaround is no good.  But
omitting -flto works around the problem too, so do that.

(riastradh)

2012-08-04 04:00:00 UTC MAIN commitmail json YAML

Make pkgsrc detect OSXFUSE, a successor to the now defunct MacFUSE.

(riastradh)

2012-08-03 17:51:47 UTC MAIN commitmail json YAML

2012-08-03 13:51:40 UTC MAIN commitmail json YAML

Updated textproc/grep to 2.13; databases/mysql55 to 5.5.27

(adam)

2012-08-03 13:46:49 UTC MAIN commitmail json YAML

Changes 5.5.27:
Important Change: The YEAR(2) data type is now deprecated because it is problematic. Support for YEAR(2) will be removed in a future release of MySQL. For more information, see Section 11.3.4, ���YEAR(2) Limitations and Migrating to YEAR(4)���.

(adam)

2012-08-03 13:34:27 UTC MAIN commitmail json YAML

and libreoffice-3.5.5 is requested by pkg/46768

(obache)

2012-08-03 13:08:41 UTC MAIN commitmail json YAML

Updated www/opera to 12.01

(obache)

2012-08-03 13:08:24 UTC MAIN commitmail json YAML

Update opera to 12.01.

Opera 12.01 is a recommended upgrade offering security and stability enhancements.

Fixes and Stability Enhancements since Opera 12.00
General and User Interface

  * Several general fixes and stability improvements
  * Website thumbnail memory usage improvements
  * Address bar inline auto-completion no longer prefers shortest domain
  * Corrected an error that could occur after removing the plugin wrapper
  * Resolved an issue where favicons were squeezed too much when many tabs were
    open

Display and Scripting

  * Resolved an error with XHR transfers where content-type was incorrectly
    determined
  * Improved handling of object literals with numeric duplicate properties
  * Changed behavior of nested/chained comma expressions: now expressing and
    compiling them as a list rather than a tree
  * Aligned behavior of the #caller property on function code objects in
    ECMAScript 5 strict mode with the specification
  * Fixed an issue where input type=month would return an incorrect value in its
    valueAsDate property
  * Resolved an issue with JSON.stringify() that could occur on cached number
    conversion
  * Fixed a problem with redefining special properties using
    Object.defineProperty()

Network and Site-Specific

  * Fixed an issue where loading would stop at "Document 100%" but the page
    would still be loading
  * tuenti.com: Corrected behavior when long content was displayed
  * https://twitter.com: Fixed an issue with secure transaction errors
  * Fixed an issue with Google Maps Labs that occured when compiling top-level
    loops inside strict evals
  * Corrected a problem that could occur with DISQUS
  * Fixed a crash occurring on Lenovo's "Shop now" page
  * Corrected issues when calling window.console.log via a variable at watch4you
  * Resolved an issue with Yahoo! chat

Mail, News, Chat

  * Resolved an issue where under certain conditions the mail panel would
    continuously scroll up
  * Fixed a crash occurring when loading mail databases on startup

Security

  * Re-fixed an issue where certain URL constructs could allow arbitrary code
    execution, as reported by Andrey Stroganov; see our advisory
      http://www.opera.com/support/kb/view/1016/
  * Fixed an issue where certain characters in HTML could incorrectly be
  ignored, which could facilitate XSS attacks; see our advisory
      http://www.opera.com/support/kb/view/1026/
  * Fixed another issue where small windows could be used to trick users into
    executing downloads as reported by Jordi Chancel; see our advisory
      http://www.opera.com/support/kb/view/1027/
  * Fixed an issue where an element's HTML content could be incorrectly
    returned without escaping, bypassing some HTML sanitizers; see our advisory
      http://www.opera.com/support/kb/view/1025/
  * Fixed a low severity issue, details will be disclosed at a later date

(obache)

2012-08-03 13:07:54 UTC MAIN commitmail json YAML

Changes 2.13:
** Bug fixes
  grep -i, in a multi-byte locale, when matching a line containing a character
  like the UTF-8 Turkish I-with-dot (U+0130) (whose lower-case representation
  occupies fewer bytes), would print an incomplete output line.
  Similarly, with a matched line containing a character (e.g., the Latin
  capital I in a Turkish UTF-8 locale), where the lower-case representation
  occupies more bytes, grep could print garbage.
  [bug introduced in grep-2.6]

  --include and --exclude can again be combined, and again apply to
  the command line, e.g., "grep --include='*.[ch]' --exclude='system.h'
  PATTERN *" again reads all *.c and *.h files except for system.h.
  [bug introduced in grep-2.6]

** New features
  'grep' without -z now treats a sparse file as binary, if it can
  easily determine that the file is sparse.

** Dropped features
  Bootstrapping with Makefile.boot has been broken since grep 2.6,
  and was removed.

(adam)

2012-08-03 12:59:10 UTC MAIN commitmail json YAML

Should have been revbumped when imap-uw was updated. Hi wiz!

(sborrill)

2012-08-03 12:44:20 UTC MAIN commitmail json YAML

wip/libreoffice is ready to use for updating misc/libreoffice to 3.5.5.3
(include security fix).

(obache)

2012-08-03 12:03:14 UTC MAIN commitmail json YAML

Fix patch-common_packets.c checksum

(prlw1)

2012-08-03 11:38:03 UTC pkgsrc-2012Q2 commitmail json YAML

2012-08-03 11:37:27 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3887 - requested by obache
emulators/suse121_libpng: security update

Revisions pulled up:
- emulators/suse121_libpng/Makefile                            1.4
- emulators/suse121_libpng/distinfo                            1.4

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Fri Aug  3 08:29:56 UTC 2012

  Modified Files:
  pkgsrc/emulators/suse121_libpng: Makefile distinfo

  Log Message:
  Update libpng14 RPM to resolve CVE-2012-3425.

  Bump PKGREVISION.

(tron)

2012-08-03 10:49:24 UTC MAIN commitmail json YAML

Note update of misc/ruby-launchy package to 2.1.1.
Remove previous duplicated line.

(taca)

2012-08-03 10:44:56 UTC MAIN commitmail json YAML

Update ruby-launchy to 2.1.1.

= Launchy Changlog
== Version 2.1.1 - 2012-07-28

* Update addressable runtime dependency (copiousfreetime/launchy#47)
* Bring minitest and ffi development dependencies up to date

(taca)

2012-08-03 10:36:16 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.4

(abs)

2012-08-03 10:35:32 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.4

Fix regression introduced in 2.0.1 where available binary packages
would not always be listed
Add licence (2 clause BSD)

(abs)

2012-08-03 10:32:55 UTC MAIN commitmail json YAML

net/coda: Back out DragonFly patches

Coda requires a kernel module to run and DragonFly had such a kernel at
one point.  However the kernel was removed six years ago and there is no
desire to restore it.  One of the main reasons against doing so is the
lack of IPv6 support in Coda.

The userland patches for coda are therefore unnecessary and coda has been
reverted to its previous state save for marking NOT-FOR-DRAGONFLY.

PKGREVISION was mispelled in the makefile, so fixing that typo bumps the
revision to nb2 (caught by pkglint).

(marino)

2012-08-03 09:07:21 UTC MAIN commitmail json YAML

Recognize make syntax (make variable) in one more place.

(asau)

2012-08-03 08:54:42 UTC MAIN commitmail json YAML

Updated comms/asterisk18 to 1.8.15.0

(jnemeth)

2012-08-03 08:53:57 UTC MAIN commitmail json YAML

lang/gcc-aux: add gcc-aux/lib runpath to LINK_SPEC

The libraries of gcc-aux are not located on standard search paths for
the runtime linker to find.  Moreover, libraries from other versions
of gcc may be and in that case rtld will link the wrong library.  To
fix this, an rpath to ${PREFIX}/gcc-aux/lib will be inserted into every
dynamic binary created by gcc-aux.

Other changes include:
1) simpler and more robust detection of an existing gcc-aux compiler to
  be used rather than the older bootstrap compiler.
2) Fixed FreeBSD support.  FreeBSD bootstraps are available but not yet
  listed due to lack of testing (however, it should work out of the box)
3) Fixed some c++ testsuite directives for dejagnu

(marino)

2012-08-03 08:52:41 UTC MAIN commitmail json YAML

Updated comms/asterisk10 to 10.7.0

(jnemeth)

2012-08-03 08:52:32 UTC MAIN commitmail json YAML

Update to Asterisk 10.7.0; this is a bug fix release:

The release of Asterisk 10.7.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix deadlock potential with ast_set_hangupsource() calls.

* --- Fix request routing issue when outboundproxy is used.

* --- Set the Caller ID "tag" on peers even if remote party
      information is present.

* --- Fix NULL pointer segfault in ast_sockaddr_parse()

* --- Do not perform install on existing directories

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.7.0

Thank you for your continued support of Asterisk!

(jnemeth)

2012-08-03 08:30:07 UTC MAIN commitmail json YAML

Updated emulators/suse121_libpng to 12.1nb3

(obache)

2012-08-03 08:29:56 UTC MAIN commitmail json YAML

Update libpng14 RPM to resolve CVE-2012-3425.

Bump PKGREVISION.

(obache)

2012-08-03 08:22:53 UTC MAIN commitmail json YAML

Update to Asterisk 1.8.15.0; this is a general bug fix release:

The release of Asterisk 1.8.15.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* --- Fix deadlock potential with ast_set_hangupsource() calls.

* --- Fix request routing issue when outboundproxy is used.

* --- Make the address family filter specific to the transport.

* --- Fix NULL pointer segfault in ast_sockaddr_parse()

* --- Do not perform install on existing directories

For a full list of changes in this release, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.15.0

Thank you for your continued support of Asterisk!

(jnemeth)

2012-08-02 14:35:01 UTC MAIN commitmail json YAML

The R build/install process should seize all relevant environment
variables, and customization should be done via INSTALL_ENV/MAKE_ENV
respectively. This also solves the internationalization issue fixed
in previous commit properly.

Noted by <joerg> on pkgsrc-changes@, many thanks!

(mishka)

2012-08-02 13:52:18 UTC MAIN commitmail json YAML

Use the correct linker flags on Solaris/GCC.

Fixes Solaris 64-bit build.

(jperkin)

2012-08-02 12:52:33 UTC MAIN commitmail json YAML

Use __asm__ and __volatile__.

Fixes build on at least Solaris.

(jperkin)

2012-08-02 12:40:47 UTC MAIN commitmail json YAML

Updated devel/pth to 2.0.7nb3

(jperkin)

2012-08-02 12:40:31 UTC MAIN commitmail json YAML

Don't limit FD_SETSIZE on Solaris, causes conflicts in 64-bit mode.

Bump PKGREVISION.

(jperkin)

2012-08-02 12:14:22 UTC pkgsrc-2012Q2 commitmail json YAML

2012-08-02 12:13:41 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3886 - requested by obache
emulators/suse121_libjpeg: security update

Revisions pulled up:
- emulators/suse121_libjpeg/Makefile                            1.2
- emulators/suse121_libjpeg/distinfo                            1.2

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Aug  2 09:03:11 UTC 2012

  Modified Files:
  pkgsrc/emulators/suse121_libjpeg: Makefile distinfo

  Log Message:
  Update ibjpeg62-62.0.0 rpm to 10.4.1 for CVE-2012-2806.

  Bump PKGREVISION.

(tron)

2012-08-02 12:08:41 UTC MAIN commitmail json YAML

Include unistd.h for read() and close()

Fixes build on at least Solaris.

(jperkin)

2012-08-02 11:53:56 UTC MAIN commitmail json YAML

2012-08-02 11:43:09 UTC MAIN commitmail json YAML

Include cmath for an abs() implementation which accepts a 'double' argument.

Fixes build on at least Solaris.

(jperkin)

2012-08-02 09:41:07 UTC MAIN commitmail json YAML

fix missing patch checksums

(abs)

2012-08-02 09:40:29 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.3

(abs)

2012-08-02 09:39:49 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_chk to 2.0.3

PR#46760 pkgtools/pkg_chk /tmp/pkg_chk.XXXXXa directories
- Ensure tmpdir is removed in the -g and -p case

(abs)

2012-08-02 09:37:32 UTC MAIN commitmail json YAML

Avoid conflict between gets() and std::gets().

Fixes build on at least Solaris.

(jperkin)

2012-08-02 09:08:41 UTC MAIN commitmail json YAML

Need to pre-create destination directory for SunOS pax to be happy

(fhajny)

2012-08-02 09:04:00 UTC MAIN commitmail json YAML

Updated emulators/suse121_libjpeg to 12.1nb1

(obache)

2012-08-02 09:03:11 UTC MAIN commitmail json YAML

Update ibjpeg62-62.0.0 rpm to 10.4.1 for CVE-2012-2806.

Bump PKGREVISION.

(obache)

2012-08-02 08:36:41 UTC MAIN commitmail json YAML

2012-08-02 05:53:40 UTC MAIN commitmail json YAML

Update postgresql version information.
XXX: bare version numbers should not be in here, described with
XXX: PGSQL_VERSION_DEFAULT/PGSQL_VERSIONS_ACCEPTED instead.

(obache)

2012-08-02 03:53:19 UTC MAIN commitmail json YAML

Default to PostgreSQL 9.1 as announced on pkgsrc-users and tech-pkg two weeks ago.

(asau)

2012-08-01 23:03:07 UTC MAIN commitmail json YAML

+ kde4-4.9.

(wiz)

2012-08-01 22:19:02 UTC MAIN commitmail json YAML

2012-08-01 19:29:26 UTC MAIN commitmail json YAML

leave DIST_SUBDIR there - as the distribution scheme worked all the time,
patches will be released rather than full new distfiles, and if they crop
up, we'd have to refetch the original distfile otherwise

(drochner)

2012-08-01 19:07:21 UTC MAIN commitmail json YAML

oops - forgot to commit a framework change needed by py-dbus:
provide py2x and py3x PLIST_VARS to let pkgs deal easily with files
installed for one major version but not for the other

(drochner)

2012-08-01 18:17:44 UTC MAIN commitmail json YAML

mark as buildable with Python3x, py-elementtree comes with all
supported Python versions

(drochner)

2012-08-01 18:07:24 UTC MAIN commitmail json YAML

2012-08-01 18:04:26 UTC MAIN commitmail json YAML

2012-08-01 18:02:27 UTC MAIN commitmail json YAML

+dbus-python-common

(drochner)

2012-08-01 18:01:24 UTC MAIN commitmail json YAML

2012-08-01 17:56:20 UTC MAIN commitmail json YAML

update to 0.100
no useful changelog found, apparently fixes and cleanups
(The previous version was too ols for newer Python bindings.)

(drochner)

2012-08-01 17:52:22 UTC MAIN commitmail json YAML

update to 1.6.4
this is a step of two major branches, to much to list here

pkgsrc notes:
-I've left out our NETBSD_ATOMIC_OPS patch because it is very invasive
and gcc intrinsics are hopefully good enough
-A workaround for non-standard behavior of vsnprintf has been added
upstream, for HPUX as the comment says. We had a patch for __hpux||__sgi
which is removed now - the sgi case should be checked.

(drochner)

2012-08-01 16:26:20 UTC MAIN commitmail json YAML

Note update of www/contao211-translations package to 201207310.

(taca)

2012-08-01 16:25:51 UTC MAIN commitmail json YAML

2012-08-01 15:43:03 UTC MAIN commitmail json YAML

2012-08-01 15:34:14 UTC MAIN commitmail json YAML

remove tiff dependency - libtiff's bl3 file was fixed to pull this in
a while ago

(drochner)

2012-08-01 15:30:45 UTC MAIN commitmail json YAML

update dependency - shlib major had changed

(drochner)

2012-08-01 15:26:54 UTC MAIN commitmail json YAML

cleanup/update configure arguments

(drochner)

2012-08-01 15:26:11 UTC MAIN commitmail json YAML

2012-08-01 15:23:46 UTC MAIN commitmail json YAML

2012-08-01 14:51:37 UTC MAIN commitmail json YAML

add patches from upstream to fix integer overflows which can cause
DOS or possibly other corruption (CVE-2012-2807)
bump PKGREV

(drochner)

2012-08-01 13:12:52 UTC MAIN commitmail json YAML

Updated devel/flex to 2.5.36nb1

(wiz)

2012-08-01 13:12:36 UTC MAIN commitmail json YAML

Do not build and install flex.pdf, too many dependencies for such
a low-level package. Bump PKGREVISION.

(wiz)

2012-08-01 12:29:20 UTC MAIN commitmail json YAML

2012-08-01 12:28:18 UTC MAIN commitmail json YAML

Slightly simplify build process.

(asau)

2012-08-01 12:27:12 UTC MAIN commitmail json YAML

update to 7.27.0
changes:
-added --metalink for metalink download support
-pop3: added more authentication types
-error message improvements
-bugfixes

(drochner)

2012-08-01 12:22:28 UTC MAIN commitmail json YAML

2012-08-01 12:22:14 UTC MAIN commitmail json YAML

update to 5.19
changes:
Made pipes be ridiculously less efficient, but spin.
Added better mouse control to rubik, cube21, crackberg, and julia.
Cosmetic improvements to queens and endgame.
sonar can now ping local subnet on DHCP.
Most savers now resize/rotate properly.
Various fixes.
MacOS/iOS improvements

pkgsrc note: use "pipes" from 5.17, the new one is too slow
on i945 graphics

(drochner)

2012-08-01 11:47:38 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.35

(adam)

2012-08-01 11:45:51 UTC MAIN commitmail json YAML

Changes 1.7.35:
* Removed FOPEN of fpout except for the last trial.  The open files caused
  "pngcrush -brute -e _ext.png *.png" to fail on the 10th file (about the
  1024th compression trial) due to being unable to open the output file.

(adam)

2012-08-01 11:29:55 UTC MAIN commitmail json YAML

2012-08-01 11:28:59 UTC MAIN commitmail json YAML

2012-08-01 11:25:59 UTC MAIN commitmail json YAML

Updated pkgtools/pkgin to 0.6.2.2

(imil)

2012-08-01 11:25:57 UTC MAIN commitmail json YAML

www/lighttpd updated to 1.4.31

(fhajny)

2012-08-01 11:25:40 UTC MAIN commitmail json YAML

Forgot to bump version in configure.ac

(imil)

2012-08-01 11:25:22 UTC MAIN commitmail json YAML

Update www/lighttpd to 1.4.31.

Changes from 1.4.30
- [ssl] fix segfault in counting renegotiations for openssl versions
  without TLSEXT/SNI (thx carpii for reporting)
- Move fdevent subsystem includes to implementation files to reduce
  conflicts (fixes #2373)
- [mod_compress] fix handling if etags are disabled but cache-dir
  is set - may lead to double response
- disable mmap by default (fixes #2391)
- buffer_caseless_compare: always convert letters to lowercase to get
  transitive results, fixing array lookups (fixes #2405)
- Fix handling of empty header list entries in http_request_split_value,
  fixing invalid read in valgrind (fixes #2413)
- Fix access log escaping of " and \\ (fixes #1551)
- [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649,
  RFC 2617) (fixes #2410)
- [auth] Add "AUTH_TYPE" environment (for * cgi), remove fastcgi specific
  workaround, add fastcgi test case (fixes #889)
- [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333,
  thx simoncpu)
- Detect multiple -f options: show error message instead of assert
  (fixes #2416)
- [mod_extforward] Support ipv6 addresses (fixes #1889)
- [mod_redirect] Support url.redirect-code option (fixes #2247)
- Fix --enable-mmap handling in configure.ac

Changes from 1.4.29
- Always use our 'own' md5 implementation, fixes linking issues on MacOS
  (fixes #2331)
- Limit amount of bytes we send in one go; fixes stalling in one connection
  and timeouts on slow systems.
- [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
- Add static-file.disable-pathinfo option to prevent handling of urls like
  .../secret.php/image.jpg as static file
- Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
- Fix mod_status bug: always showed "0/0" in the "Read" column for uploads
  (fixes #2351)
- [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
- [ssl] count renegotiations to prevent client renegotiations
- [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
- [core] accept dots in ipv6 addresses in host header (fixes #2359)
- [ssl] fix ssl connection aborts if files are larger than
  the MAX_WRITE_LIMIT (256kb)
- [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)

(fhajny)

2012-08-01 11:15:33 UTC MAIN commitmail json YAML

2012-08-01 10:23:20 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.8.6, coccigrep-1.9, curl-7.27.0, doclifter-2.9,
  eog-3.4.3, eric4-4.5.5, eric5-5.2.4, firefox-14.01, fotoxx-12.08,
  lapack-3.4.1, libgdata-0.13.1, libmemcached-1.0.10, libvisio-0.0.19,
  mpich-1.8, ocaml-4.00.0, pngcrush-1.7.35, puzzles-9594, py-pytz-2012d,
  py-simplejson-2.6.1, rails-3.2.7, x264-devel-20120728, xboard-4.6.2
  [pkg/46762], xdelta3-3.0.3.

(wiz)

2012-08-01 08:59:49 UTC MAIN commitmail json YAML

Add 'dtrace' option description

(fhajny)

2012-08-01 01:46:09 UTC MAIN commitmail json YAML

+ aipo-7.0.1, openldap-2.4.32 [CVE-2012-2668], xf86-input-mouse-1.8.1.

(taca)

2012-07-31 18:44:03 UTC MAIN commitmail json YAML

Stop WRKSRC/CONFIGURE_DIRS abuse.

WRKSRC should be the toplevel, while CONFIGURE_DIRS can be used
for sub-hierarchies. Make it so.

(wiz)

2012-07-31 18:35:48 UTC MAIN commitmail json YAML

2012-07-31 18:32:45 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3882, #3883, #3884 and #3885.

(tron)

2012-07-31 18:29:37 UTC pkgsrc-2012Q2 commitmail json YAML

Pullup ticket #3885 - requested by drochner
sysutils/xenkernel33: security patch
sysutils/xenkernel41: security patch

Revisions pulled up:
- sysutils/xenkernel33/Makefile                                1.18
- sysutils/xenkernel33/distinfo                                1.16
- sysutils/xenkernel33/patches/patch-CVE-2012-3432              1.1
- sysutils/xenkernel41/Makefile                                1.8
- sysutils/xenkernel41/distinfo                                1.8
- sysutils/xenkernel41/patches/patch-CVE-2012-3432              1.1

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Fri Jul 27 18:50:34 UTC 2012

  Modified Files:
          pkgsrc/sysutils/xenkernel41: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xenkernel41/patches: patch-CVE-2012-3432

  Log Message:
  add patch from upstream to fix bug in MMIO emulation which can cause
  guest crashes by unprivileged users, only for HVM guests, and if
  MMIO is granted to the user process (CVE-2012-3432)
  bump PKGREV

---
  Module Name:    pkgsrc
  Committed By:  drochner
  Date:          Sat Jul 28 12:02:16 UTC 2012

  Modified Files:
          pkgsrc/sysutils/xenkernel33: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xenkernel33/patches: patch-CVE-2012-3432

  Log Message:
  copy security patch from xenkernel41 - it also applies to 3.3
  (noticed by Daniel Horecki)
  bump PKGREV

(tron)

2012-07-31 18:16:50 UTC MAIN commitmail json YAML

It seems pdftex is also needed, no idea why this wasn't detected earlier.

(wiz)

2012-07-31 18:16:09 UTC MAIN commitmail json YAML

2012-07-31 18:15:15 UTC MAIN commitmail json YAML

don't install into /etc, use CONF_FILES instead, and put the file
where fontconfig finds it
bump PKGREV

(drochner)