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 (1m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:31:33 UTC Now

2013-03-07 12:25:06 UTC MAIN commitmail json YAML

2013-03-07 06:47:23 UTC MAIN commitmail json YAML

+ p5-File-Mork

(wiz)

2013-03-07 06:42:11 UTC MAIN commitmail json YAML

Remove empty patch.

(wiz)

2013-03-07 06:41:13 UTC MAIN commitmail json YAML

Add patch-subs.c here as well (hi joerg)

(wiz)

2013-03-07 06:38:43 UTC MAIN commitmail json YAML

Add libmj and libnetpgpverify.

(wiz)

2013-03-07 06:36:39 UTC MAIN commitmail json YAML

Updated x11/libXi to 1.7

(wiz)

2013-03-07 06:36:28 UTC MAIN commitmail json YAML

Update to 1.7:
The feature added in this revision is pointer barrier events and releases.
Pointer barriers themselves are an XFixes 5 feature, XI 2.3 adds two
disctinct features to barriers:
* the ability for clients to get notified if pointer movement is restricted
  by a barrier
* the ability for clients to allow a pointer to move through a barrier after
  it was constrained by the barrier

For a more verbose explanation of these features please refer to:
http://who-t.blogspot.com.au/2012/12/whats-new-in-xi-23-pointer-barrier.html

(wiz)

2013-03-07 06:36:11 UTC MAIN commitmail json YAML

Updated x11/inputproto to 2.3

(wiz)

2013-03-07 06:35:56 UTC MAIN commitmail json YAML

Update to 2.3:
The feature added in this revision is pointer barrier events and releases.
Pointer barriers themselves are an XFixes 5 feature, XI 2.3 adds two
disctinct features to barriers:
* the ability for clients to get notified if pointer movement is restricted
  by a barrier
* the ability for clients to allow a pointer to move through a barrier after
  it was constrained by the barrier

For a more verbose explanation of these features please refer to:
http://who-t.blogspot.com.au/2012/12/whats-new-in-xi-23-pointer-barrier.html

(wiz)

2013-03-07 05:49:28 UTC MAIN commitmail json YAML

Added editors/se version 3.0. OK by agc.

(tcort)

2013-03-07 05:39:31 UTC MAIN commitmail json YAML

editors/Makefile: add se. OK by agc.

(tcort)

2013-03-07 05:38:27 UTC MAIN commitmail json YAML

2013-03-07 05:19:15 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.5.2

(wiz)

2013-03-07 05:19:00 UTC MAIN commitmail json YAML

Update to 2.5.2:
bundle: treat branches created newly on the local correctly (issue3828)
largefiles: avoid rechecking hashes when avoidable
largefiles: don't let update leave wrong largefiles in wd if fetch fails
largefiles: fix off-by-one error on pull --all-largefiles
largefiles: fix download of largefiles from an empty list of changesets
largefiles: missing largefiles should not be committed as removed
mergetools: vimdiff issue a warning explaining how to abort
outgoing: fix possible filtering crash in outgoing (issue3814)
rebase: fix potential infinite loop in complex rename situation (issue3843)

(wiz)

2013-03-06 22:54:51 UTC MAIN commitmail json YAML

Added log2timeline

(pettai)

2013-03-06 22:53:39 UTC MAIN commitmail json YAML

Added security/log2timeline version 0.64

(pettai)

2013-03-06 22:53:05 UTC MAIN commitmail json YAML

Added misc/p5-Parse-Win32Registry version 1.0

(pettai)

2013-03-06 22:51:26 UTC MAIN commitmail json YAML

Update stunnel to 4.55.

(jym)

2013-03-06 22:51:19 UTC MAIN commitmail json YAML

log2timeline is a framework built to automatically create a super
timeline using information found within various log files and other
files that contain timestamps.  The tool can be used to augment
traditional timeline analysis where the focus has generally been on
solely the timestamps found within the filesystem itself.
The tool is also capable of outputting into various formats that
can be used to either import into analysis tools or to read directly
using whatevery suits you (spreadsheet/vim/less/...)

(pettai)

2013-03-06 22:50:31 UTC MAIN commitmail json YAML

Update stunnel to 4.55. Critical update that fixes CVE-2013-1762.

Changelog:

Version 4.55, 2013.03.03, urgency: HIGH:

    Security bugfix
        OpenSSL updated to version 1.0.1e in Win32/Android builds.
        Buffer overflow vulnerability fixed in the NTLM authentication of the CONNECT protocol negotiation. See https://www.stunnel.org/CVE-2013-1762.html for details.
    New features
        SNI wildcard matching in server mode.
        Terminal version of stunnel (tstunnel.exe) build for Win32.
    Bugfixes
        Fixed write half-close handling in the transfer() function (thx to Dustin Lundquist).
        Fixed EAGAIN error handling in the transfer() function (thx to Jan Bee).
        Restored default signal handlers before execvp() (thx to Michael Weiser).
        Fixed memory leaks in protocol negotiation (thx to Arthur Mesh).
        Fixed a file descriptor leak during configuration file reload (thx to Arthur Mesh).
        Closed SSL sockets were removed from the the transfer() c->fds poll.
        Minor fix in handling exotic inetd-mode configurations.
        WCE compilation fixes.
        IPv6 compilation fix in protocol.c.
        Windows installer fixes.

(jym)

2013-03-06 22:22:13 UTC MAIN commitmail json YAML

Fix line (tab, not spaces).

(wiz)

2013-03-06 22:21:36 UTC MAIN commitmail json YAML

Fix some incorrect warnings about 'new sentence, new line'. Ride bump.

(wiz)

2013-03-06 22:09:02 UTC MAIN commitmail json YAML

Do not warn about () in literal strings or when used as macro argument.
Ride bump.

(wiz)

2013-03-06 21:58:29 UTC MAIN commitmail json YAML

Added p5-Parse-Win32Registry

(pettai)

2013-03-06 21:56:18 UTC MAIN commitmail json YAML

Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without
going through the Windows API.

It provides an object-oriented interface to the keys and values in
a registry file. Registry files are structured as trees of keys,
with each key containing further subkeys or values.

The module is intended to be cross-platform, and run on those
platforms where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However,
you can save part or all of a currently loaded registry file using the
Windows reg command if you have the appropriate administrative access.

(pettai)

2013-03-06 21:43:43 UTC MAIN commitmail json YAML

Add libmandoc. Ride bump.

(wiz)

2013-03-06 21:26:55 UTC MAIN commitmail json YAML

Updated textproc/mdoclint to 1.19

(wiz)

2013-03-06 21:26:46 UTC MAIN commitmail json YAML

2013-03-06 20:58:27 UTC MAIN commitmail json YAML

mutt 1.5.21nb10

(is)

2013-03-06 20:53:39 UTC MAIN commitmail json YAML

>From upstream: replace undefined use of sscanf() in reading from POP
server with simple parsing.
Mutt flea #3636, changeset 6299:4c16c0d1ba9e

(is)

2013-03-06 20:17:43 UTC MAIN commitmail json YAML

Patch from upstream for potential buffer overflow reading the certificate
index file (Changeset 6298:c7eff98bb299, see mutt flea #3636).

(is)

2013-03-06 18:08:02 UTC MAIN commitmail json YAML

It turns out there wasn't a specific joyent license; libuv is MIT
(following Node.js) with a few included BSD/ISC libraries.  So this is
no longer needed.

(gdt)

2013-03-06 17:32:08 UTC MAIN commitmail json YAML

Set license to
  mit AND 2-clause-bsd AND isc AND modified-bsd
because that's what the included LICENSE file says, after one wdiffs
the MIT license and the first part.  (There does not appear to be such
a thing, as a "joyent license", which is good news.)

(gdt)

2013-03-06 16:58:57 UTC MAIN commitmail json YAML

2013-03-06 16:21:13 UTC MAIN commitmail json YAML

2013-03-06 16:11:18 UTC MAIN commitmail json YAML

Updated graphics/pngcrush to 1.7.52

(adam)

2013-03-06 16:10:28 UTC MAIN commitmail json YAML

Version 1.7.52 (built with libpng-1.6.1beta06 and zlib-1.2.7)
  Added license info for cexcept.h, libpng, and zlib.
  Added consideration of "zopfli" compression to the "To do" list.
  Fixed a typo that caused a cHRM chunk to be "found" if an iCCP chunk
    were present.
  Reset best_byte_count before trial loop.
  Revise global png_set_keep_unknown_chunks() calls to avoid a libpng16
    warning.
  Reset "intent" to "specified_intent" before trial loop.
  Reset "plte_len" to "specified_plte_len" before trial loop.
  Initialize length of each trial to 0x7fffffff so any untried method
    is not the "best method".

(adam)

2013-03-06 14:26:11 UTC MAIN commitmail json YAML

Note update of TYPO3 packages:

www/typo3_45 4.5.24
www/typo3_46 4.6.17
www/typo3_47 4.7.9

(taca)

2013-03-06 14:25:27 UTC MAIN commitmail json YAML

Update typo3_47 to 4.7.9 (TYPO3 4.7.9).

2013-03-06  fb3f3b6                  [RELEASE] Release of TYPO3 4.7.9 (TYPO3 Release Team)
2013-03-06  d816f5b                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-06  85a52fe  #28587          [SECURITY] Open redirection with jumpurl (Franz G. Jahn)
2013-02-17  236defa  #40085          [BUGFIX] Invalid RSA key when submitting form twice (Benjamin Mack)

(taca)

2013-03-06 14:24:29 UTC MAIN commitmail json YAML

Update typo3_46 to 4.6.17 (TYPO3 4.6.17).

2013-03-06  e0d3f5a                  [RELEASE] Release of TYPO3 4.6.17 (TYPO3 Release Team)
2013-03-06  425ff87                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-06  da32bbb  #28587          [SECURITY] Open redirection with jumpurl (Franz G. Jahn)

(taca)

2013-03-06 14:23:39 UTC MAIN commitmail json YAML

Update typo3_45 to 4.5.24 (TYPO3 4.5.24).

2013-03-06  3cbef1f                  [RELEASE] Release of TYPO3 4.5.24 (TYPO3 Release Team)
2013-03-06  79e2370                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-03-06  71135d8  #28587          [SECURITY] Open redirection with jumpurl (Franz G. Jahn)
2013-03-01  0d77b86  #25003          [BUGFIX] Check minitems for TCAtree (Georg Ringer)
2013-03-01  796680a  #34371          [BUGFIX] Keep hyphens in custom HTML5 attributes (Jigal van Hemert)
2013-02-25  06571e6  #45570          Revert "[BUGFIX] FE session records are never removed" (Oliver Hader)

(taca)

2013-03-06 12:41:44 UTC MAIN commitmail json YAML

Switch to use own user_cygwin for _USER_DEPENDS.

(obache)

2013-03-06 12:38:41 UTC MAIN commitmail json YAML

2013-03-06 12:37:38 UTC MAIN commitmail json YAML

Added sysutils/user_cygwin version 20130306

(obache)

2013-03-06 12:37:17 UTC MAIN commitmail json YAML

2013-03-06 12:30:02 UTC MAIN commitmail json YAML

tell Cygwin and Haiku to pkglint.

(obache)

2013-03-06 12:02:14 UTC MAIN commitmail json YAML

Portability fixes.

XXX: libSystem.pc still contains WRKSRC references.

(jperkin)

2013-03-06 11:07:36 UTC MAIN commitmail json YAML

Updated inputmethod/uim-elisp to 1.8.4

(obache)

2013-03-06 11:07:19 UTC MAIN commitmail json YAML

Updated inputmethod/uim to 1.8.4

(obache)

2013-03-06 11:06:56 UTC MAIN commitmail json YAML

Update uim to 1.8.4.
based on PR pkg/47468 by YAMASHIRO, Jun.

Overview of changes from 1.8.3 to 1.8.4
=======================================
* Enhancements
  - uim-xim
    * Add Hungarian locale support (by Kővágó Zoltán)
  - uim-tutcode
    * Enhance postfix katakana conversion
      - Take characters while hiragana continues
      - Exclude specified number of characters
      - Shrink last postfix katakana conversion
    * Updated trycode composition table retrieved 2012-11-22

Overview of changes from 1.8.2 to 1.8.3
=======================================
* Fixes
  - uim-toolbar-gtk-systray
  - uim-toolbar-gtk3-systray
    * Avoid SEGV in some environments ([uim-ja 337])
    * Fix typo ([uim-ja 339])

  - uim-tutcode
    * Fix bug: <Shift>left/right key erases current selection text
      on Google Chrome

(obache)

2013-03-06 10:03:14 UTC MAIN commitmail json YAML

Ensure the new readline interface is used, fixes builds when using the
readline supplied by pkgsrc where the old interface is explicitly disabled.

(jperkin)

2013-03-06 08:30:41 UTC MAIN commitmail json YAML

Not as MAKE_JOBS_SAFE as you'd like.

(dsainty)

2013-03-05 23:42:47 UTC MAIN commitmail json YAML

Added misc/p5-Mac-PropertyList version 1.38

(pettai)

2013-03-05 23:41:56 UTC MAIN commitmail json YAML

Added p5-Mac-PropertyList

(pettai)

2013-03-05 23:41:00 UTC MAIN commitmail json YAML

This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.

You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)

You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.

(pettai)

2013-03-05 22:22:48 UTC MAIN commitmail json YAML

Added www/php-zendoptimizerplus version 7.0.0

(imil)

2013-03-05 22:19:52 UTC MAIN commitmail json YAML

add & enable php-zendoptimizerplus

(imil)

2013-03-05 22:18:37 UTC MAIN commitmail json YAML

Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD
Packages Collection.

The Zend Optimizer+ provides faster PHP execution through opcode caching and
optimization. It improves PHP performance by storing precompiled script
bytecode in the shared memory. This eliminates the stages of reading code from
the disk and compiling it on future access. In addition, it applies a few
bytecode optimization patterns that make code execution faster.

(imil)

2013-03-05 22:03:39 UTC MAIN commitmail json YAML

Added www/p5-File-Mork version 0.3

(pettai)

2013-03-05 21:59:30 UTC MAIN commitmail json YAML

This is a module that can read the Mozilla URL history file
(normally $HOME/.mozilla/default/*.slt/history.dat) and extract the id,
url, name, hostname, first visted dat, last visited date and visit count.

(pettai)

2013-03-05 20:40:11 UTC MAIN commitmail json YAML

Add smartmontools-6.0, released 2012-10-10

(hauke)

2013-03-05 20:10:47 UTC MAIN commitmail json YAML

Added converters/p5-Data-Hexify version 1.00

(pettai)

2013-03-05 20:08:37 UTC MAIN commitmail json YAML

2013-03-05 20:05:57 UTC MAIN commitmail json YAML

Perl extension for hexdumping arbitrary data.
Hexify formats arbitrary (possible binary) data into a format
suitable for hex dumps in the style of xd or hexl.

(pettai)

2013-03-05 19:45:19 UTC MAIN commitmail json YAML

For some reason the https link works on my 6.99.16 system but not my
5.1 system.  Falling back to plain http.

(darcy)

2013-03-05 19:39:57 UTC MAIN commitmail json YAML

Add py-recaptcha to Makefile

(darcy)

2013-03-05 19:20:20 UTC MAIN commitmail json YAML

Add Python module for reCAPTCHA.

Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require
any imaging libraries because the CAPTCHA is served directly from reCAPTCHA.
Also allows you to securely obfuscate emails with Mailhide.

(darcy)

2013-03-05 18:07:13 UTC MAIN commitmail json YAML

2013-03-05 17:38:31 UTC MAIN commitmail json YAML

Fix a path for the emacs -> emacs23 move.

(dholland)

2013-03-05 17:34:49 UTC MAIN commitmail json YAML

Add missing file to PLIST.

(wiz)

2013-03-05 16:51:55 UTC MAIN commitmail json YAML

Updated graphics/ImageMagick to 6.8.3.7

(adam)

2013-03-05 16:50:26 UTC MAIN commitmail json YAML

2013-03-05 16:19:06 UTC MAIN commitmail json YAML

Updated devel/p5-PerlIO-via-dynamic to 0.14 [apb 2013-03-05]

(apb)

2013-03-05 16:17:36 UTC MAIN commitmail json YAML

Update p5-PerlIO-via-dynamic to version 0.14.  The upstream maintainer
has changed from Chia-liang Kao to Alex Vandiver, so the MASTER_SITE
URL changes.  This fixes warnings that appear under Perl-5.16
with the previous version of this package, such as:

defined(@array) is deprecated at
    /usr/pkg/lib/perl5/vendor_perl/5.16.0/PerlIO/via/dynamic.pm line 149.

(apb)

2013-03-05 15:34:30 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.3.14

(imil)

2013-03-05 15:34:14 UTC MAIN commitmail json YAML

Changes with nginx 1.3.14                                        05 Mar 2013

    *) Feature: $connections_active, $connections_reading, and
      $connections_writing variables in the ngx_http_stub_status_module.

    *) Feature: support of WebSocket connections in the
      ngx_http_uwsgi_module and ngx_http_scgi_module.

    *) Bugfix: in virtual servers handling with SNI.

    *) Bugfix: new sessions were not always stored if the "ssl_session_cache
      shared" directive was used and there was no free space in shared
      memory.
      Thanks to Piotr Sikora.

    *) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
      Thanks to Neal Poole for sponsoring this work.

    *) Bugfix: in the ngx_http_mp4_module.
      Thanks to Gernot Vormayr.

(imil)

2013-03-05 13:59:40 UTC MAIN commitmail json YAML

Note update of www/typo3_47 package to 4.7.8.

(taca)

2013-03-05 13:59:04 UTC MAIN commitmail json YAML

Update typo3_47 to 4.7.8.

2013-02-14  e83abe1                  [RELEASE] Release of TYPO3 4.7.8 (TYPO3 Release Team)
2013-02-14  71ef699  #44099          [BUGFIX] L10n fallback does not work for TS labels (Xavier Perseguers)
2013-02-14  f2aeff0  #44273          [BUGFIX] L10n fallback does not work for ExtJS in BE (Xavier Perseguers)
2013-02-14  a930bdf                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-02-14  915bf76  #42084          [BUGFIX] Allow "en" as language key (Xavier Perseguers)
2013-02-08  efbce7b                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-02-07  f1c43bb  #34129          [BUGFIX][Cache][PDO] Duplicate cache entry possible (Leon Dietsch)
2013-02-03  a0cf1c9  #36364          [BUGFIX] IE9 compatibility clear cache menu (Andreas Kiessling)
2013-02-02  44942df  #44416          [BUGFIX] Hook call modifyDBRow in ContentContentObject (Alina Fleser)
2013-02-02  9dba7d3  #43886          [BUGFIX] Fix misspelling in RTE meta menu (Tomita Militaru)
2013-02-02  b088faa  #38505          [BUGFIX] load TCA before manipulation (Jigal van Hemert)
2013-02-01  c81aa5f  #28606          [BUGFIX] add check for empty form values in FORM View (Christian Kuhn)
2013-01-31  850a316  #45050          [TASK] DataHandler::getAutoVersionId() should be public (Oliver Hader)
2013-01-28  d8c61c6  #44892          [BUGFIX] Possible warning in about module (Christian Kuhn)
2013-01-27  dcb3a23  #42845          [BUGFIX] Quick Edit triggers warnings of missing key uid (Philipp Gampe)
2013-01-26  d2d5127                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-01-25  3845cc6  #39680          [BUGFIX] Fix warnings in em on tab Maintenance (Philipp Gampe)
2013-01-25  9eca09b  #19938,#23324,  [BUGFIX] EXT:felogin: Multiple bugs with preserveGETvars (Jigal van Hemert)
2013-01-25  c62aca6  #44145          [BUGFIX] Correct TCA inclusion for uploads rendering (Georg Ringer)
2013-01-24  04f83a8  #43874          [BUGFIX] array_merge_recursive_overrule: __UNSET for array values (Sebastian Michaelsen)
2013-01-24  b8d869c  #38240          [BUGFIX] Update description on changed error reporting defaults (Mario Rimann)
2013-01-24  78bc877  #43919          [BUGFIX] Fix typos in stdWrap_crop description (Wouter Wolters)
2013-01-24  05d35ee  #44152          [TASK] Add save only button to Scheduler task (Lorenz Ulrich)
2013-01-12  db6aad0  #38135          [BUGFIX] Apc Cache backend has side effects (Daniel Pötzinger)
2013-01-04  f515d66  #44301          [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack() (Oliver Hader)
2013-01-04  abd5389                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-01-02  84b978f  #42092          [BUGFIX] Suggest wizard is behind form inputs (Xavier Perseguers)
2013-01-01  728ad7c  #44263          [BUGFIX] phpdoc: $urlParameters can be a string (Stefan Neufeind)
2012-12-20  34af104  #34964          [BUGFIX] FE session records are never removed (Steffen Müller)
2012-12-20  63c8b8d  #32278          [BUGFIX] INTincScript_loadJSCode() causes PHP warnings (Markus Klein)
2012-12-20  4658cd9  #43426          [BUGFIX] Fix broken logo file in Install Tool (Tomita Militaru)
2012-12-10  de4c85d  #43603          [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android (Stanislas Rolland)
2012-12-10  4167917  #43766          [BUGFIX] IE9 crashes after saving with RTE (Stanislas Rolland)
2012-12-10  bab481b  #38472          [BUGFIX] Remove HTML in RuntimeException from sysext 'install' (Philipp Gampe)
2012-12-06  082fd0c  #39287          [BUGFIX] Compatibility fix for get_html_translation_table() (Michael Stucki)
2012-12-01  4c8eb91  #25113          [BUGFIX] Fix wrong column title in web>list for field colpos (Martin Kästner)
2012-12-01  5b03172  #43470          [BUGFIX] SqlParser: trim all kinds of whitespaces (Stefan Neufeind)
2012-11-30  7605a68  #43459          [TASK] Remove typo3.pageModule.js (Falk Kühnel)
2012-11-30  fcd137b  #42292          [BUGFIX] Installer: Reference images wrong (Christian Kuhn)
2012-11-29  b69a525  #41608          [BUGFIX] Page Information shows incorrect number of total hits (Andrew Moore)
2012-11-29  c0221e9  #42908          [BUGFIX] Old logo on "Install Tool is locked" page (Nikolas Schmidt-Voigt)
2012-11-29  f0d8ed0  #32515          [BUGFIX] Form values with newlines escaped in email (Helmut Hummel)
2012-11-27  c308d1d  #42236          [TASK] openid: Update php-openid to 2.2.2 (Stefan Neufeind)
2012-11-24  2656dd8  #43264          [BUGFIX] Hide version selector if workspaces are used (Helmut Hummel)
2012-11-23  912603d  #35787          [BUGFIX] Subject field in FormWizard (Florian Scholz)
2012-11-21  c790dbd                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-11-20  7c02b0c  #33700          [BUGFIX] Invalid behavior of search for integer in Backend search (Soren Malling)

(taca)

2013-03-05 13:58:21 UTC MAIN commitmail json YAML

Note update of www/typo3_45 pakage to 4.5.23.

(taca)

2013-03-05 13:57:48 UTC MAIN commitmail json YAML

Update typo3_45 to 4.5.23.

2013-02-14  de390e0                  [RELEASE] Release of TYPO3 4.5.23 (TYPO3 Release Team)
2013-02-14  63a1e27                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-02-09  c9ef82d  #24248          [BUGFIX] t3lib_iconWorks must check if array exists before using it (Jigal van Hemert)
2013-02-09  83f1185  #32686          [BUGFIX] BE user switch impossible when in adminOnly mode (Philipp Kitzberger)
2013-02-09  3d289da  #34460          [BUGFIX] Excludefieds must exclude admin only tables (Georg Ringer)
2013-02-09  6d006e2  #33214          [BUGFIX] TypoLink: absolute urls when installed in subfolder (Nils Seinschedt)
2013-02-08  50372c5                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-02-07  6c8214e  #34129          [BUGFIX][Cache][PDO] Duplicate cache entry possible (Leon Dietsch)
2013-02-03  cf0fb91  #36364          [BUGFIX] IE9 compatibility clear cache menu (Andreas Kiessling)
2013-02-02  05d9084  #44416          [BUGFIX] Hook call modifyDBRow in ContentContentObject (Alina Fleser)
2013-02-02  6f5e19f  #43886          [BUGFIX] Fix misspelling in RTE meta menu (Tomita Militaru)
2013-02-02  b1a5a4b  #38505          [BUGFIX] load TCA before manipulation (Jigal van Hemert)
2013-01-31  05c879f  #45050          [TASK] DataHandler::getAutoVersionId() should be public (Oliver Hader)
2013-01-28  9c32684  #31027          [BUGFIX] Load date-time picker in scheduler module (Christian Kuhn)
2013-01-27  8ff08c4  #42845          [BUGFIX] Quick Edit triggers warnings of missing key uid (Philipp Gampe)
2013-01-27  d808455                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-01-25  ede6862  #39680          [BUGFIX] Fix warnings in em on tab Maintenance (Philipp Gampe)
2013-01-25  1e0c188  #44145          [BUGFIX] Correct TCA inclusion for uploads rendering (Georg Ringer)
2013-01-24  2b64b11  #38240          [BUGFIX] Update description on changed error reporting defaults (Mario Rimann)
2013-01-24  e16d0f1  #43919          [BUGFIX] Fix typos in stdWrap_crop description (Wouter Wolters)
2013-01-12  306b134  #38135          [BUGFIX] Apc Cache backend has side effects (Daniel Pötzinger)
2013-01-04  44f7fdd  #44301          [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack() (Oliver Hader)
2013-01-04  ea7de49                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-01-02  94fb5a7  #42092          [BUGFIX] Suggest wizard is behind form inputs (Xavier Perseguers)
2013-01-01  04fca2a  #44263          [BUGFIX] phpdoc: $urlParameters can be a string (Stefan Neufeind)
2012-12-20  da58b20  #34964          [BUGFIX] FE session records are never removed (Steffen Müller)
2012-12-20  3ed1ba5  #32278          [BUGFIX] INTincScript_loadJSCode() causes PHP warnings (Markus Klein)
2012-12-10  ec03f10  #43603          [BUGFIX] Enable the RTE with WebKit version 534 on iOS and Android (Stanislas Rolland)
2012-12-10  10688b1  #38472          [BUGFIX] Remove HTML in RuntimeException from sysext 'install' (Philipp Gampe)
2012-12-01  236e831  #25113          [BUGFIX] Fix wrong column title in web>list for field colpos (Martin Kästner)
2012-12-01  339f739  #43470          [BUGFIX] SqlParser: trim all kinds of whitespaces (Stefan Neufeind)
2012-11-30  1666d38  #43459          [TASK] Remove typo3.pageModule.js (Falk Kühnel)
2012-11-30  8892bbe  #42292          [BUGFIX] Installer: Reference images wrong (Christian Kuhn)
2012-11-30  9716cf8  #41608          [BUGFIX] Page Information shows incorrect number of total hits (Andrew Moore)
2012-11-29  209d607  #42908          [BUGFIX] Old logo on "Install Tool is locked" page (Nikolas Schmidt-Voigt)
2012-11-27  e87270e  #42236          [TASK] openid: Update php-openid to 2.2.2 (Stefan Neufeind)
2012-11-24  7199e5d  #34098          [TASK] Group excludefields by table (Johannes Feustel)
2012-11-24  971145f  #43264          [BUGFIX] Hide version selector if workspaces are used (Helmut Hummel)
2012-11-21  8402d9b                  [TASK] Raise submodule pointer (TYPO3 Release Team)

(taca)

2013-03-05 13:56:56 UTC MAIN commitmail json YAML

Note update of www/typo3_46 package to 4.6.16.

(taca)

2013-03-05 13:56:23 UTC MAIN commitmail json YAML

Update typo3_46 to 4.6.16.

2013-02-14  2385b8d                  [RELEASE] Release of TYPO3 4.6.16 (TYPO3 Release Team)
2013-02-14  fc50341  #44099          [BUGFIX] L10n fallback does not work for TS labels (Xavier Perseguers)
2013-02-14  ffcf2db  #44273          [BUGFIX] L10n fallback does not work for ExtJS in BE (Xavier Perseguers)
2013-02-14  1788e32                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-02-14  2c4bffa  #42084          [BUGFIX] Allow "en" as language key (Xavier Perseguers)
2013-02-08  81ac8ac                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-02-07  57756d5  #34129          [BUGFIX][Cache][PDO] Duplicate cache entry possible (Leon Dietsch)
2013-02-03  6c3bef2  #36364          [BUGFIX] IE9 compatibility clear cache menu (Andreas Kiessling)
2013-02-02  0af6da1  #44416          [BUGFIX] Hook call modifyDBRow in ContentContentObject (Alina Fleser)
2013-02-02  df59226  #43886          [BUGFIX] Fix misspelling in RTE meta menu (Tomita Militaru)
2013-02-02  a06d3c6  #38505          [BUGFIX] load TCA before manipulation (Jigal van Hemert)
2013-02-01  928f016  #28606          [BUGFIX] add check for empty form values in FORM View (Christian Kuhn)
2013-01-31  3367c8b  #45050          [TASK] DataHandler::getAutoVersionId() should be public (Oliver Hader)
2013-01-27  50e3610  #42845          [BUGFIX] Quick Edit triggers warnings of missing key uid (Philipp Gampe)
2013-01-27  80b80a0                  [TASK] Raise submodule pointer (Christian Kuhn)
2013-01-25  4c8c176  #39680          [BUGFIX] Fix warnings in em on tab Maintenance (Philipp Gampe)
2013-01-25  1502773  #44145          [BUGFIX] Correct TCA inclusion for uploads rendering (Georg Ringer)
2013-01-24  4b792b9  #38240          [BUGFIX] Update description on changed error reporting defaults (Mario Rimann)
2013-01-24  cf7af09  #43919          [BUGFIX] Fix typos in stdWrap_crop description (Wouter Wolters)
2013-01-11  86c97ee  #38135          [BUGFIX] Apc Cache backend has side effects (Daniel Pötzinger)
2013-01-04  26fdc3f  #44301          [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack() (Oliver Hader)
2013-01-04  6648447                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2013-01-02  aa893a0  #42092          [BUGFIX] Suggest wizard is behind form inputs (Xavier Perseguers)
2013-01-01  1d523bd  #44263          [BUGFIX] phpdoc: $urlParameters can be a string (Stefan Neufeind)
2012-12-20  d4d9e0d  #34964          [BUGFIX] FE session records are never removed (Steffen Müller)
2012-12-20  48d51a1  #32278          [BUGFIX] INTincScript_loadJSCode() causes PHP warnings (Markus Klein)
2012-12-20  2456037  #43426          [BUGFIX] Fix broken logo file in Install Tool (Tomita Militaru)
2012-12-10  0b2288d  #38472          [BUGFIX] Remove HTML in RuntimeException from sysext 'install' (Philipp Gampe)
2012-12-01  1f5fe25  #25113          [BUGFIX] Fix wrong column title in web>list for field colpos (Martin Kästner)
2012-12-01  f808df4  #43470          [BUGFIX] SqlParser: trim all kinds of whitespaces (Stefan Neufeind)
2012-11-30  26d0e1a  #43459          [TASK] Remove typo3.pageModule.js (Falk Kühnel)
2012-11-30  646c546  #42292          [BUGFIX] Installer: Reference images wrong (Christian Kuhn)
2012-11-30  8684a61  #41608          [BUGFIX] Page Information shows incorrect number of total hits (Andrew Moore)
2012-11-29  7c81671  #42908          [BUGFIX] Old logo on "Install Tool is locked" page (Nikolas Schmidt-Voigt)
2012-11-29  04b2e6c  #32515          [BUGFIX] Form values with newlines escaped in email (Helmut Hummel)
2012-11-27  c667e98  #42236          [TASK] openid: Update php-openid to 2.2.2 (Stefan Neufeind)
2012-11-24  ba065d9  #33813          [BUGFIX] Wizard in HTML element moved to t3editor (Georg Ringer)
2012-11-24  c1a2299  #32890          [BUGFIX] Livesearch toolbar should close others (Tolleiv Nietsch)
2012-11-24  c17a292  #43264          [BUGFIX] Hide version selector if workspaces are used (Helmut Hummel)
2012-11-23  a81bdec  #35787          [BUGFIX] Subject field in FormWizard (Florian Scholz)
2012-11-21  683a356                  [TASK] Raise submodule pointer (TYPO3 Release Team)
2012-11-20  8e85043  #33700          [BUGFIX] Invalid behavior of search for integer in Backend search (Soren Malling)

(taca)

2013-03-05 10:30:53 UTC pkgsrc-2012Q4 commitmail json YAML

2013-03-05 10:30:39 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4086 - requested by kim
security/sudo: security update

Revisions pulled up:
- security/sudo/Makefile                                        1.140 via patch
- security/sudo/distinfo                                        1.79
- security/sudo/patches/patch-aa                                1.30
- security/sudo/patches/patch-af                                1.29
- security/sudo/patches/patch-ag                                1.20
- security/sudo/patches/patch-pwutil.c                          deleted

---
  Module Name:    pkgsrc
  Committed By:  kim
  Date:          Fri Mar  1 14:24:59 UTC 2013

  Modified Files:
          pkgsrc/security/sudo: Makefile distinfo
          pkgsrc/security/sudo/patches: patch-aa patch-af patch-ag
  Removed Files:
          pkgsrc/security/sudo/patches: patch-pwutil.c

  Log Message:
  Upgrade to address CVE-2013-1775

  What's new in Sudo 1.7.10p7?

    * A time stamp file with the date set to the epoch by "sudo -k"
      is now completely ignored regardless of what the local clock is
      set to.  Previously, if the local clock was set to a value between
      the epoch and the time stamp timeout value, a time stamp reset
      by "sudo -k" would be considered current.

  What's new in Sudo 1.7.10p6?

    * The tty-specific time stamp file now includes the session ID
      of the sudo process that created it.  If a process with the same
      tty but a different session ID runs sudo, the user will now be
      prompted for a password (assuming authentication is required for
      the command).

  What's new in Sudo 1.7.10p5?

    * On systems where the controlling tty can be determined via /proc
      or sysctl(), sudo will no longer fall back to using ttyname()
      if the process has no controlling tty.  This prevents sudo from
      using a non-controlling tty for logging and time stamp purposes.

  What's new in Sudo 1.7.10?

    * If the user is a member of the "exempt" group in sudoers, they
      will no longer be prompted for a password even if the -k flag
      is specified with the command.  This makes "sudo -k command"
      consistent with the behavior one would get if the user ran "sudo
      -k" immediately before running the command.

    * The sudoers file may now be a symbolic link.  Previously, sudo
      would refuse to read sudoers unless it was a regular file.

    * The user/group/mode checks on sudoers files have been relaxed.
      As long as the file is owned by the sudoers uid, not world-writable
      and not writable by a group other than the sudoers gid, the file
      is considered OK.  Note that visudo will still set the mode to
      the value specified at configure time.

    * /etc/environment is no longer read directly on Linux systems
      when PAM is used.  Sudo now merges the PAM environment into the
      user's environment which is typically set by the pam_env module.

    * The initial evironment created when env_reset is in effect now
      includes the contents of /etc/environment on AIX systems and the
      "setenv" and "path" entries from /etc/login.conf on BSD systems.

    * On systems with an SVR4-style /proc file system, the /proc/pid/psinfo
      file is now uses to determine the controlling terminal, if possible.
      This allows tty-based tickets to work properly even when, e.g.
      standard input, output and error are redirected to /dev/null.

    * The sudoreplay command can now properly replay sessions where
      no tty was present.

    * Fixed a race condition that could cause sudo to receive SIGTTOU
      (and stop) when resuming a shell that was run via sudo when I/O
      logging (and use_pty) is not enabled.

(tron)

2013-03-05 07:47:30 UTC MAIN commitmail json YAML

+ Sigil-0.7.1 [needs qt5], byacc-20130304, eric4-4.5.9, eric5-5.3.1,
  openldap-2.4.34, py-qt4-4.10, py-sip-4.14.4, qnetwalk-1.4,
  qt4-qscintilla-2.7.1, stella-3.8.1, tinc-1.0.20, xboard-4.7.0.

(wiz)

2013-03-05 01:59:51 UTC MAIN commitmail json YAML

Fix build problem with squid-ldap-helper PKG_OPTIONS enabled.

(taca)

2013-03-05 01:45:46 UTC MAIN commitmail json YAML

patch-aa is gone, and now also forgotten.

(dsainty)

2013-03-05 00:16:34 UTC MAIN commitmail json YAML

Updated meta-pkgs/deforaos-desktop to 0.0.2

(khorben)

2013-03-05 00:15:35 UTC MAIN commitmail json YAML

Added deforaos-camera, deforaos-coder, deforaos-terminal and updated
deforaos-browser

(khorben)

2013-03-05 00:08:21 UTC MAIN commitmail json YAML

Updated sysutils/deforaos-browser to 0.4.10

(khorben)

2013-03-05 00:06:39 UTC MAIN commitmail json YAML

Updated DeforaOS Browser 0.4.10, with:
- improvements to icons (emblems, type associations...)
- differentiated directory icons (pictures, videos...)
- fixes to the git and subversion plug-ins (when adding files)
- support for URLs and directories as desktop entries (homescreen)
- additional improvements when handling desktop entries
- some fixes to the user interface (back/forward buttons...)
- additional minor fixes (internal dependencies...)

(khorben)

2013-03-04 23:43:53 UTC MAIN commitmail json YAML

Added devel/deforaos-coder version 0.0.0

(khorben)

2013-03-04 23:42:41 UTC MAIN commitmail json YAML

Added deforaos-coder

(khorben)

2013-03-04 23:42:07 UTC MAIN commitmail json YAML

Imported deforaos-coder-0.0.0 as devel/deforaos-coder

DeforaOS Coder is an Integrated Development Environment (IDE) for the DeforaOS
desktop.

It also contains a simulator for embedded devices, and a SQL console.

(khorben)

2013-03-04 23:36:35 UTC pkgsrc-2012Q4 commitmail json YAML

2013-03-04 23:35:37 UTC pkgsrc-2012Q4 commitmail json YAML

Pullup ticket #4087 - requested by tez
security/mit-krb5: security patch

Revisions pulled up:
- security/mit-krb5/Makefile                                    1.65 via patch
- security/mit-krb5/distinfo                                    1.39
- security/mit-krb5/patches/patch-plugins_preauth_pkinit_pkinit_crypto_openssl.c 1.1

---
  Module Name:    pkgsrc
  Committed By:  tez
  Date:          Thu Feb 28 14:19:37 UTC 2013

  Modified Files:
          pkgsrc/security/mit-krb5: Makefile distinfo
  Added Files:
          pkgsrc/security/mit-krb5/
  patches:
              patch-plugins_preauth_pkinit_pkinit_crypto_openssl.c

  Log Message:
  Add patch for CVE-2013-1415 (SA52390)

(tron)

2013-03-04 23:13:49 UTC MAIN commitmail json YAML

2013-03-04 23:12:37 UTC MAIN commitmail json YAML

Added graphics/deforaos-camera version 0.0.1

(khorben)

2013-03-04 23:11:43 UTC MAIN commitmail json YAML

Added deforaos-camera

(khorben)

2013-03-04 23:10:50 UTC MAIN commitmail json YAML

Imported deforaos-camera-0.0.1 as graphics/deforaos-camera (from wip)

DeforaOS Camera is a webcam application, able to take pictures. It is meant to
be used as a photo camera application on embedded devices.

(khorben)

2013-03-04 22:06:39 UTC MAIN commitmail json YAML

Added databases/deforaos-libdatabase version 0.0.0

(khorben)

2013-03-04 22:05:38 UTC MAIN commitmail json YAML

Added deforaos-libdatabase

(khorben)

2013-03-04 22:04:48 UTC MAIN commitmail json YAML

Imported deforaos-libdatabase-0.0.0 as databases/deforaos-libdatabase

DeforaOS libDatabase is a generic access library for a number of database
engines implementing the SQL language.

(khorben)

2013-03-04 21:57:22 UTC MAIN commitmail json YAML

2013-03-04 20:33:16 UTC MAIN commitmail json YAML

Fix SunOS build.

(jperkin)

2013-03-04 19:39:50 UTC MAIN commitmail json YAML

Updated filesystems/openafs to 1.6.2

(jakllsch)

2013-03-04 19:39:41 UTC MAIN commitmail json YAML

Update openafs to 1.6.2.

Upstream release notes:
                      User-Visible OpenAFS Changes

OpenAFS 1.6.2

  All platforms

    * Fix buffer overflows in fileserver and ptserver.

    * Abort an rx connection when given an unknown service (Gerrit 7593).

    * "idle dead" behavior improvements.

    * Documentation updates.

  All server platforms

    * Fix rare file corruption during background sync (Gerrit 8796).

    * Fix corrupting clients' metadata cache during certain errors (Gerrit
      6957).

    * Avoid saying a volume doesn't exist when accessed as the volume is
      going offline (Gerrit 7488).

    * Fix fileservers to properly report >2 TiB partitions.

    * Fix stale volume info from vos examine on non-DAFS filservers.

    * Fix possible volume corruption with vos convertROtoRW.

    * Fix bosserver to preserve all command-line options over restart.

    * Fix bosserver to properly kill hung processes during shutdown.

  All UNIX client platforms

    * Fixes for memcache, especially on Solaris.

    * Increase the size of the DNS resolver answer buffer to allow sites
      with a long response list to use SRV and AFSDB records.

    * Fix a crash when a server appears to run out of addresses (Gerrit
      7487).

    * Fix cache corruption when reading from a file another client is
      simultaneously writing to (Gerrit 7994).

    * Improve handling of disk cache disk errors.

  Linux

    * fix DKMS configuration for DKMS 2.2.

    * Avoid generating inode number 0 with md5 inodes (Gerrit 7276).

    * Fix a crash when reading /proc/fs/openafs/unixusers (Gerrit 7914).

    * Make PAG-less access use the real UID of the calling process
      instead of the effective UID, when determining what credentials to
      use (Gerrit 7931).

    * Fix possible abuse of fs mkmount.
      Prior to 1.6.2, users could crash a client by nesting volume mounts.

    * Fix fileserver memory corruption on RHEL 6
      Prior to 1.6.2, fileservers on RHEL 6 may crash under heavy load.

    * Fix client page cache corruption on Linux
      When multiple clients read and write to a file, the reading client
      may see first page (4096 bytes) of a file as nulls.

    * Support Linux kernels up to 3.7.

    * Support newer glibc versions.

    * Improve client systemd unit file.

    * Update Red Hat packaging.

  OS X

    * Fix crashes on shutdown.

    * Prevent unloading the module before shutdown completes.

    * Security improvement for the OpenAFS preference pane.

  Solaris

    * Support newer versions of the Sun Studio compiler software.

    * Support compiling on newer versions of Solaris 11 and Solaris 10.

(jakllsch)

2013-03-04 19:13:27 UTC MAIN commitmail json YAML

Note update of www/emacs-w3m-snapshot to 1.4.483.20120614.

(hiramatsu)

2013-03-04 19:12:23 UTC MAIN commitmail json YAML

Update w3m-el-snapshot to 1.4.483+0.20120614.

Changes from previous:
----------------------
2012-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-url-encode-string-2): Encode only `(' and `)'.

2012-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-proc.el (w3m-process-do-with-temp-buffer): Use labels macro again.
Functions that the labels form generates to be used in the outside of
the labels form should be prefixed with #' from now on.
Thanks to Michael Heerdegen and Andreas Schwab.

* w3m-proc.el (w3m-process-do-with-temp-buffer): Don't use labels macro
of which the spec has been changed in the most recent Emacs.

2012-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-expand-url): Work for scheme name containing upcase
letters.  Reported by Dan Jacobson <jidanni@jidanni.org>.

* w3m-util.el (w3m-force-mode-line-update): New alias.

* w3m-lnum.el (w3m-with-lnum, w3m-lnum-universal-dispatch): Use it.

2012-06-03  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-create-page): Improve regexp matching Google's click-
tracking urls.

2012-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-url-encode-string-2): New function.
(w3m-print-current-url, w3m-print-this-url, w3m-print-this-image-url):
Use it to encode url characters that are apt to be misidentified as
word boundaries.

2012-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-create-page): Decode url in Google's click-tracking
filter.

2012-04-18  Andrey Kotlarski  <m00naticus@gmail.com>

* w3m-lnum.el (w3m-with-lnum, w3m-lnum-universal-dispatch):
Explicitly redraw mode line.
(w3m-lnum-visit): Fix prompt; add --insecure option to Curl.

2012-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-create-page): Add a filter for Google's click-tracking
temporarily --- maybe this should be incorporated in w3m-filter.el.

2012-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-goto-mailto-url): Protect against nil value of body=;
decode url string; don't change mail buffer's modification status;
make sure body text is inserted to the message body.

2012-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-shr-url-at-point): New function.
(w3m-url-at-point): Use it.

* doc/ptexinfmt.el (texinfo-format-syntax-table): Modify character
syntax of " and \ to w, as a workaround.
(texinfo-format-comma): Support @comma.
(texinfo-format-parse-args): Tweak it so as to work for @comma.

2012-03-16  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-scroll-left, w3m-scroll-right): Use image-mode function
for an image page.
(w3m-shift-left, w3m-shift-right): Pass prefix argument to image-mode
function.

2012-03-12  Dan Jacobson  <jidanni@jidanni.org>

* w3m.el (w3m-ctl-c-map): Bind `C-c C-e' to w3m-goto-new-session-url.

2012-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-relationship-estimate-rules)
(w3m-open-all-links-in-new-session): Work for https Google pages.

2012-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-goto-mailto-url): Work for mail body.

2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-util.el (w3m-switch-to-buffer): Abolish.

* w3m-bookmark.el (w3m-bookmark-add-all-urls):
* w3m-ems.el (w3m-tab-drag-mouse-function)
(w3m-tab-click-mouse-function, w3m-tab-next-buffer)
(w3m-tab-make-keymap):
* w3m-form.el (w3m-form-input-textarea, w3m-form-input-select)
(w3m-form-input-map):
* w3m-session.el (w3m-session-select):
* w3m-tabmenu.el (w3m-switch-buffer, w3m-tab-menubar-open-item):
* w3m-util.el (w3m-popup-buffer, w3m-make-menu-commands):
* w3m.el (w3m-next-buffer, w3m-move-unseen-buffer)
(w3m-goto-url-new-session, w3m-reload-all-pages): Revert to using
switch-to-buffer.

2012-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-hist.el (w3m-history-store-position): Don't trust column position
that Emacs tells if there's an image.
(w3m-history-restore-position): Revert 2011-10-21 change.

2012-02-10  Kevin Ryde  <user42@zip.com.au>

* w3m.el (w3m-about-header): Show info of image where point stays.

2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-mode): Don't make bidi-paragraph-direction bound globally
in old Emacsen and XEmacsen.
(w3m-goto-url): Work for name anchors.

2012-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-ems.el (w3m-form-make-button): Use "submit" instead for an empty
text, that won't be buttonized.
Reported by Roland Winkler <winkler@gnu.org>.

2012-01-13  Hideyuki SHIRAI  <shirai@meadowy.org>

* w3m.el (w3m-fontify-anchors, w3m-goto-url): Not encode and decode
the anchor values to use Punycode.

2012-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-image-type-alist): Add image/tiff.
(w3m-view-previous-page): Protect against empty history.

2012-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>

* Makefile.in (install-icons, install-icons30, install-info)
(install-info-en, install-info-ja, install-package)
(install-package-ja):
* doc/Makefile.in (install): Add DESTDIR variable to installation
directory.

* w3mhack.el (w3mhack-expand-file-name): New function.
(w3mhack-what-where): Use it.

* aclocal.m4 (AC_SET_VANILLA_FLAG): Remove --no-unibyte option.

2012-01-02  Elias Pipping  <pipping@lavabit.com>

* Makefile.in (install-lisp): Add DESTDIR variable to installation
directory.

2011-12-26  Dan Jacobson  <jidanni@jidanni.org>

* w3m.el (w3m-gohome): Always reload the home page.

2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-mode): Force paragraph direction to be left-to-right.
Suggested by Naohiro Aota <naota@elisp.net>.

2011-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>

* Makefile.in (.el.elc): Shut up.

* w3m-lnum.el (w3m-lnum-read-interactive): Use (sit-for 0) instead of
redisplay for Emacs 21.1, too.

2011-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>

* aclocal.m4 (AC_EMACS_LISP): Simplify.
(AC_PATH_EMACS): Simplify Lisp code so as to make it work for recent
XEmacsen.

* w3m-favicon.el (w3m-favicon-type): Silence SXEmacs 22.1.14's byte
compiler.

* w3m-lnum.el (w3m-lnum-read-interactive): Use (sit-for 0) instead of
redisplay for XEmacs.

* w3m.el (w3m-resize-image-interactive): Use read-char-exclusive with
no arg for XEmacs.

2011-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-read-file-name): Don't strip query part from given url.
(w3m-download): Always prompt for file name; don't strip query part.
Suggested by Dan Jacobson <jidanni@jidanni.org>.

2011-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-lnum.el (w3m-lnum-universal-dispatch): Add argument passed to
kill-buffer, Emacs 22 requires it; use beginning-of-line rather than
move-beginning-of-line that XEmacs doesn't provide.

2011-12-02  Dan Jacobson  <jidanni@jidanni.org>

* w3m-search.el (w3m-search-engine-alist): Put search string first in
query form.

2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-util.el (w3m-popup-buffer): Restore history position always.

* w3m.el (w3m-copy-buffer): Save history position.

2011-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-lnum.el (w3m-lnum-actions-custom-type): New variable.
(w3m-lnum-actions-general, w3m-lnum-actions-image-alist)
(w3m-lnum-actions-link-alist w3m-lnum-actions-button-alist)
(w3m-lnum-actions-form-alist): Use it to improve custom type.

2011-11-16  Andrey Kotlarski  <m00naticus@gmail.com>

Add alternative selection->action method.

* w3m-lnum.el: Update comment section.
(w3m-lnum-quick-browsing): Change default value.
(w3m-lnum-actions-general, w3m-lnum-actions-image-alist)
(w3m-lnum-actions-link-alist, w3m-lnum-actions-button-alist)
(w3m-lnum-actions-form-alist): New custom options.
(w3m-lnum-remove-overlays): Add optional parameters for start and end.
(w3m-lnum, w3m-lnum-prompt-str, w3m-lnum-highlight-anchor): Sanitize
variable naming.
(w3m-read-event, w3m-lnum-visit, w3m-lnum-make-action): New macros.
(w3m-lnum-read-interactive): Add optional parameters for previous filter
and selected number.  Return last applied filter along selected value.
Use `w3m-read-event'.  Remove lnum overlays within all buffer on
scroll.
(w3m-with-lnum): Add parameter for initial filter.  Change mode-line
during selection.
(w3m-lnum-get-action): If single image during image selection -
immediately select it.  Accommodate to new return format of
`w3m-lnum-read-interactive'.
(w3m-lnum-follow): Use `w3m-lnum-visit'.
(w3m-lnum-universal-dispatch): New function.
(w3m-lnum-universal): New command.
(w3m-lnum-view-image, w3m-lnum-save-image, w3m-lnum-print-this-url):
Use nth.
(w3m-lnum-zoom-image): Use `w3m-resize-image-interactive'.
(w3m-lnum-zoom-in-image, w3m-lnum-zoom-out-image): Update doc string.
(w3m-lnum-bookmark-add-this-url): Fix bookmarking of current url.
(w3m-lnum-actions-link-alist): Add actions for generic browser and Curl
if present.

* w3m.el (autoload): Autoload `w3m-lnum-universal'.
(w3m-resize-image-interactive): New function.
(w3m-lnum-map): Add key for `w3m-lnum-universal'.

2011-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-expand-url): Assume only a name anchor, that has no
scheme part nor directory part, to be the buffer: scheme.
(w3m-buffer-local-url): Move forward.

2011-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-hist.el: Require w3m-util.

2011-10-22  Naohiro Aota  <naota@elisp.net>

* w3m.el (w3m-goto-url): Check name anchor after redirect resolution.

2011-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-hist.el (w3m-history-restore-position): Don't hscroll if there
are images ([emacs-w3m:11658]).

2011-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-canonicalize-url): Fix url that fails to have put
a separator following a domain name.
Suggested by Dan Jacobson <jidanni@jidanni.org>.

2011-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-url-coding-system-alist): Add a rule for Google.
(w3m-url-coding-system): Allow function to determine coding system.

2011-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-url-encode-string, w3m-url-transfer-encode-string):
Restore optional coding argument.
(w3m-gmane-url-at-point, w3m-canonicalize-url): Do.
(w3m-download): Decode file name in url.

* w3m-form.el (w3m-form-make-form-data, w3m-form-parse-and-fontify):
* w3m-search.el (w3m-search-escape-query-string, w3m-search-do-search)
(w3m-search-uri-replace): Revert last change.

2011-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-url-coding-system-alist): New user option.
(w3m-show-decoded-url, w3m-google-feeling-lucky-charset): Abolish.
(w3m-url-coding-system): New function.
(w3m-url-encode-string, w3m-url-readable-string)
(w3m-url-transfer-encode-string): Use it.

* w3m.el (w3m-fontify-anchors, w3m-gmane-url-at-point)
(w3m-canonicalize-url, w3m-goto-url):
* w3m-form.el (w3m-form-make-form-data, w3m-form-parse-and-fontify):
* w3m-search.el (w3m-search-escape-query-string, w3m-search-do-search)
(w3m-search-uri-replace): Don't specify coding system for encoding url.

2011-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-favicon.el (w3m-favicon-type): Prefer gif.
(w3m-favicon-convert): Work for gif icons named "favicon.ico".

2011-09-08  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-lnum.el (w3m-lnum-face): Remove face alias.
(w3m-lnum-quick-browsing): Add custom type.
(w3m-lnum-remove-overlays, w3m-lnum-set-numbering)
(w3m-lnum-highlight-anchor, w3m-lnum-get-match-info): Fix overlay end
range, too.

2011-09-07  Andrey Kotlarski  <m00naticus@gmail.com>

* w3m.el: Use `w3m-lnum' as naming prefix for commands and
maps from `w3m-lnum.el'.

* w3m-lnum.el: Use `w3m-lnum' as naming prefix everywhere instead of
`w3m-linknum' or `w3m-link-numbering'.
(w3m-lnum-set-numbering, w3m-lnum): Optionally don't clean previous
numbering.
(w3m-lnum-read-interactive): Don't clean previous numbering with
`w3m-lnum' in cases when there is no such.
(w3m-lnum-remove-overlays, w3m-lnum-set-numbering): Fix overlay start
range to make it work for XEmacs.
(w3m-lnum-get-action): Don't invoke `w3m-lnum-read-interactive' with 0
numbered items.

* w3m-util.el (w3m-goto-next-defun): New macro.
(w3m-goto-next-anchor-or-image, w3m-substitute-key-definitions): Move
from w3m-lnum.el

2011-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m-lnum.el (w3m-link-numbering, w3m-linknum-minibuffer-prompt)
(w3m-linknum-match): Use old defface style for XEmacs.
(w3m-link-set-numbering): Replace string-match-p w/ w3m-string-match-p.
(w3m-highlight-numbered-anchor, w3m-get-match-info): Fix range passed
to overlays-in to make it work for XEmacs.

2011-09-04  Andrey Kotlarski  <m00naticus@gmail.com>

* w3m-lnum.el: Update copyright years. Don't require `cl'.
(w3m-linknum-match): Make numbering face visible for some
consoles.
(w3m-link-numbering-quick-browsing)
(w3m-link-numbering-context-alist): New custom variables.
(w3m-linknum-remove-overlays): Delete overlays only within the
visible window part.
(w3m-link-set-overlay): Don't use `incf'.
(w3m-link-set-numbering): Number additional context items as
specified by `w3m-link-numbering-context-alist'. Return index of
the last matched item.
(w3m-goto-next-image2): Fix doc typo.
(w3m-goto-next-anchor-or-image, w3m-link-numbering): Cosmetic
indent.
(w3m-linknum-prompt-str): Don't show 0 when this is being current
default for selection.
(w3m-read-int-interactive): Up and down scrolling preserves text
filter and cleans previous numbering. Allow <enter> shortcutting
options as specified by `w3m-link-numbering-quick-browsing'. Don't
let the text filter grow when no items match.
(w3m-with-linknum): Make `last-index' variable visible within body
and set as the last index currently used for numbering.
(w3m-get-match-info): New macro.
(w3m-get-anchor-info): Use `w3m-get-match-info'.
(w3m-go-to-linknum, w3m-linknum-get-action): Call
`w3m-get-anchor-info' with a selection number.
(w3m-linknum-follow, w3m-linknum-view-image)
(w3m-linknum-save-image, w3m-linknum-print-this-url): Don't use cl
functions.
(w3m-linknum-zoom-image): Cosmetic doc string change.
(w3m-linknum-bookmark-add-this-url): Use 1+.

2011-09-03  Dan Jacobson  <jidanni@jidanni.org>

* w3m.el (w3m-lynx-like-map, w3m-info-like-map): Bind the `C-t t' key
to w3m-create-empty-session.

2011-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>

* w3m.el (w3m-create-empty-session): New user command.
(w3m-new-session-url): Default to about:blank.
(w3m-input-url): Don't use about:* as initial value.
(w3m-goto-url-new-session): Use w3m-new-session-url as the default.

(hiramatsu)

2013-03-04 17:32:10 UTC MAIN commitmail json YAML

Updated mail/libspf2 to 1.2.9nb2

(jperkin)

2013-03-04 17:31:56 UTC MAIN commitmail json YAML

Change previous fix, libreplace uses LTLIBOBJS to compile in additional
objects, so provide a dummy file which will always get included to avoid
issues on systems where you are not allowed an empty library.  Noticed
by tron.

Bump PKGREVISION.

(jperkin)

2013-03-04 16:28:38 UTC MAIN commitmail json YAML

Updated net/freeDiameter to 1.1.6

(wiz)

2013-03-04 16:28:29 UTC MAIN commitmail json YAML

Update to 1.1.6:

freediameter (1.1.6)

  * Fix major issue in 1.1.5 preventing to send answers to a received message.
  * New command-line option: --enable_msg_log=( DROPPED | RECEIVED | SENT | NODELIVER | TIMING )
  * Improved parsing error handling and Failed-AVP generation.
  * Added support for some timings measurements in freeDiameter (in the logs)
  * Fix port handling when using non-default port.
  * Some cleanups in several dictionary files.
  * New option to fd_dict_search: AVP_BY_STRUCT
  * Improved compatibility with C++ compilers.
  * Cleanups in sessions creation/destruction to avoid memory corruption under stress.
  * Add support for "include" directive in freeDiameter.conf file.

-- Sebastien Decugis <sdecugis@freediameter.net>  Sun, 03 Mar 2013 07:40:43 +0100

(wiz)

2013-03-04 16:28:18 UTC MAIN commitmail json YAML

2013-03-04 14:45:07 UTC MAIN commitmail json YAML

Add forgotten patch file to fix one more missing return value.

(joerg)

2013-03-04 14:44:25 UTC MAIN commitmail json YAML

2013-03-04 14:12:40 UTC MAIN commitmail json YAML

Update couchdb to 1.2.1.

Changes in 1.2.1:
* Fixed CVE-2012-5641: Apache CouchDB Information disclosure via unescaped
  backslashes in URLs on Windows
* Fixed CVE-2012-5649: Apache CouchDB JSONP arbitrary code execution with Adobe
  Flash
* Fixed CVE-2012-5650: Apache CouchDB DOM based Cross-Site Scripting via Futon
  UI
* Fix various bugs in the URL rewriter when recursion is involved.
* Fix couchdb start script.
* Futon: Disable buttons that aren't available for the logged-in user.
* Fix potential replication timeouts.
* Change use of signals to avoid broken view groups.

(fhajny)

2013-03-04 13:01:31 UTC MAIN commitmail json YAML

Updated devel/p5-Git-Repository to 1.302

(wen)

2013-03-04 13:00:27 UTC MAIN commitmail json YAML

Update to 1.302

Upstream changes:
1.302 Fri Mar 1 2013
        [ENHANCEMENTS]
        - Git::Repository::Plugin::Log is now able to parse commits
          with completely empty log messages
        - Git::Repository::Plugin::Log is now able to parse commits
          containing multiline headers (like gpgsig and mergetag)

1.301 Mon Jan 21 2013
        [DEPRECATION]
        - the following Git::Repository methods are obsolete,
          and will die when called: create, wc_path, repo_path
        - the following parameters to Git::Repository->new are obsolete,
          and will cause the constructor to die: repository, working_copy
        [PACKAGING]
        - switch to Dist::Zilla for maintaining the distribution

1.300 Mon Jan  7 2013
        [ENHANCEMENTS]
        - fixed support for overloaded objects (e.g. Path::Class objects)
          in Git::Repository::Command (RT #82373)
        - fixed Git::Repository::Log::Iterator to work with older gits
          when disabling colored output (thanks to Dominic Humphries)
        - fixed some cases where Git::Repository::Command and Git::Repository
          new() methods ignored some of their parameters. They now die when
          passed ambiguous or unexpected parameters.
          (follow-up of RT #82373, thanks to Michael G. Schwern)

1.29 Tue Dec 4 2012
        [ENHANCEMENTS]
        - added support for callbacks in run()
        [DOCUMENTATION]
        - minor documentation improvements

1.28 Sun Nov  4 2012
        [ENHANCEMENTS]
        - disabled colored output from logs in Git::Repository::Log::Iterator
        - wc_path() and repo_path() accessors are deprecated and now warn
        - improved the inter-documentation links by liberal use of L<>
        [TESTS]
        - ignore commit hooks that may be included with templates (RT #80593)
        - test for quiet won't fail if no identity is defined (RT #80321)

(wen)

2013-03-04 11:56:30 UTC MAIN commitmail json YAML

2013-03-04 11:46:07 UTC MAIN commitmail json YAML

Updated net/p5-Test-TCP to 0.21

(wen)

2013-03-04 11:45:04 UTC MAIN commitmail json YAML

Update to 0.21

Upstream changes:
1.21 2013-03-03T12:33:49

    - Added Net::EmptyPort::wait_port()
      (tokuhirom)

1.20 2013-03-02T18:30:25

    - bump up version

1.19 2013-02-27T14:02:13

    - Split empty_port() function to Net::EmptyPort
      (Thomas Klausner)

(wen)

2013-03-04 10:01:13 UTC MAIN commitmail json YAML

Only pull in ncurses if the system curses doesn't supply wsyncup.

(roy)

2013-03-04 08:52:53 UTC MAIN commitmail json YAML

add Darwin to platforms that use PLIST.natdynlink

(dbj)

2013-03-03 23:53:45 UTC MAIN commitmail json YAML

2013-03-03 23:53:31 UTC MAIN commitmail json YAML

Rename gnu-agpl-v3 to gnu-agpl-v3-license since it's not accepted by
pkgsrc by default (board@ ruling)

(wiz)

2013-03-03 20:05:24 UTC MAIN commitmail json YAML

Note update of the "apache22" package to version 2.2.24.

(tron)

2013-03-03 20:05:04 UTC MAIN commitmail json YAML

Update "apache" package to version 2.2.24. Changes since 2.2.23:
- SECURITY: CVE-2012-3499 (cve.mitre.org)
  Various XSS flaws due to unescaped hostnames and URIs HTML output in
  mod_info, mod_status, mod_imagemap, mod_ldap, and mod_proxy_ftp.
  [Jim Jagielski, Stefan Fritsch, Niels Heinen <heinenn google com>]
- SECURITY: CVE-2012-4558 (cve.mitre.org)
  XSS in mod_proxy_balancer manager interface. [Jim Jagielski,
  Niels Heinen <heinenn google com>]
- mod_rewrite: Stop merging RewriteBase down to subdirectories
  unless new option 'RewriteOptions MergeBase' is configured.
  Merging RewriteBase was unconditionally turned on in 2.2.23.
  Bug Report 53963. [Eric Covener]
- mod_ssl: Send the error message for speaking http to an https port using
  HTTP/1.0 instead of HTTP/0.9, and omit the link that may be wrong when
  using SNI. Bug Report 50823. [Stefan Fritsch]
- mod_ssl: log revoked certificates at level INFO
  instead of DEBUG. Bug Report 52162. [Stefan Fritsch]
- mod_proxy_ajp: Support unknown HTTP methods. Bug Report 54416.
  [Rainer Jung]
- mod_dir: Add support for the value 'disabled' in FallbackResource.
  [Vincent Deffontaines]
- mod_ldap: Fix regression in handling "server unavailable" errors on
  Windows.  Bug Report 54140.  [Eric Covener]
- mod_ssl: fix a regression with the string rendering of the "UID" RDN
  introduced in 2.2.15. Bug Report 54510. [Kaspar Brand]
- ab: add TLS1.1/TLS1.2 options to -f switch, and adapt output
  to more accurately report the negotiated protocol. Bug Report 53916.
  [Nicol叩s Pernas Maradei <nico emutex com>, Kaspar Brand]
- mod_cache: Explicitly allow cache implementations to cache a 206 Partial
  Response if they so choose to do so. Previously an attempt to cache a 206
  was arbitrarily allowed if the response contained an Expires or
  Cache-Control header, and arbitrarily denied if both headers were missing.
  Currently the disk and memory cache providers do not cache 206 Partial
  Responses. [Graham Leggett]
- core: Remove unintentional APR dependency introduced with
  Apache 2.2.22. [Eric Covener]
- core: Use a TLS 1.0 close_notify alert for internal dummy connection if
  the chosen listener is configured for https. [Joe Orton]
- mod_ssl: Add new directive SSLCompression to disable TLS-level
  compression. Bug Report 53219. [Bj旦rn Jacke <bjoern j3e de>, Stefan Fritsch]

(tron)

2013-03-03 18:59:27 UTC MAIN commitmail json YAML

Revert previous on joerg's request.

(wiz)

2013-03-03 17:33:44 UTC MAIN commitmail json YAML

Updated devel/apache-maven to 3.0.5

(yyamano)

2013-03-03 16:53:42 UTC MAIN commitmail json YAML

Update apache maven to 3.0.5.

http://maven.apache.org/docs/3.0.5/release-notes.html

Apache Maven 3.0.5 is a maintenance release to fix a security
issue CVE-2013-0253 Apache Maven 3.0.4

http://maven.apache.org/security.html

CVE-2013-0253 Apache Maven 3.0.4

Apache Maven 3.0.4 (with Apache Maven Wagon 2.1) has
introduced a non-secure SSL mode by default. This mode
disables all SSL certificate checking, including: host
name verification , date validity, and certificate chain.
Not validating the certificate introduces the possibility
of a man-in-the-middle attack.

All users are recommended to upgrade to Apache Maven 3.0.5
and Apache Maven Wagon 2.4.

(yyamano)

2013-03-03 15:29:30 UTC MAIN commitmail json YAML

+ botan-1.10.5, dbus-glib-0.100.2, digikam-3.0.0, fotoxx-13.03,
  gnutls-3.1.9 [needs nettle-2.5], harfbuzz-0.9.13, libgpg-error-1.11,
  libvisio-0.0.25, mkvtoolnix-6.1.0, mono-3.0.6, protobuf-2.5.0,
  raptor2-2.0.9, wine-devel-1.5.25 [wait until NetBSD gains OSS 4
  [kern/46611] or bring OSS 3 support back], x264-devel-20130302.

(wiz)

2013-03-03 15:18:52 UTC MAIN commitmail json YAML

I've tried two builds with -j16 and one with -j8, successfully, so
remove MAKE_JOBS_SAFE=no line.

(wiz)

2013-03-03 12:00:50 UTC MAIN commitmail json YAML

Updated meta-pkgs/desktop-gnome to 0.5

(wiz)

2013-03-03 12:00:42 UTC MAIN commitmail json YAML

Depend on transmission-gtk instead of (non-GUI) transmission.
Bump version.

(wiz)

2013-03-03 11:55:12 UTC MAIN commitmail json YAML

.so in PLIST are handled by framework, no need to take care here anymore.

(obache)

2013-03-03 11:53:59 UTC MAIN commitmail json YAML

switch to based on shlib-dylib.awk

(obache)

2013-03-03 11:21:17 UTC MAIN commitmail json YAML

Updated parallel/parallel to 20130122
Updated security/hackbot to 2.21
Updated sysutils/ddrescue to 1.16

(shattered)

2013-03-03 11:19:56 UTC MAIN commitmail json YAML

Update to 1.16.  Changes:

* Added new option '-K, --skip-size'.
* Added new option '-T, --timeout'.
* Maximum skip size is now limited to 1% of infile size or 1 GiB.
* Set current_pos to end of block when reading backwards.
* The '-E, --max-error-rate' option now checks the rate of actually
  failed reads, not the growth of error size.

(shattered)

2013-03-03 11:15:12 UTC MAIN commitmail json YAML

Update to 2.21.  Changes:

- Added google search for indexable directories
- Changed X scan debug output so it won't give output all the time
- Fixed major bug in googlescan
- Added sendmail < 8.12.9 check

(shattered)

2013-03-03 11:11:51 UTC MAIN commitmail json YAML

Update to 20130122.  Changes:

* --sshdelay Delay starting next ssh by secs seconds.
* Bug fixes and man page updates.

(shattered)

2013-03-03 11:04:26 UTC MAIN commitmail json YAML

Updated graphics/qvplay to 0.95
Updated mail/ifile to 1.3.8
Updated misc/granulate to 0.2

(shattered)

2013-03-03 11:03:29 UTC MAIN commitmail json YAML

2013-03-03 11:02:56 UTC MAIN commitmail json YAML

2013-03-03 10:59:08 UTC MAIN commitmail json YAML

Update to 1.3.8.  Changes:

Fix segv if no folders in DB or #folders less than 2 and -T is set.

Fix LOOCV query (as I got it): if folder's not already there, don't create it.

(shattered)

2013-03-03 10:53:31 UTC MAIN commitmail json YAML

2013-03-03 10:40:47 UTC MAIN commitmail json YAML

Updated devel/trio to 1.12
Updated graphics/photopc to 3.05

(shattered)

2013-03-03 10:40:12 UTC MAIN commitmail json YAML

2013-03-03 10:35:07 UTC MAIN commitmail json YAML

Update to 1.12.  Changes:

* Fixed scanning of floats (reported by Bernd Ahlers).
* Fixed configure.in for GCC on Tru64 and MIPSpro on IRIX.
* Added support for LynxOS.

(shattered)

2013-03-03 10:25:48 UTC MAIN commitmail json YAML

Updated audio/abcmidi to 2012-12-01
Updated chat/zircon to 1.18.256

(shattered)

2013-03-03 10:25:12 UTC MAIN commitmail json YAML

Update to 1.18.256.  Changes:

Microsoft exchange chat server doesn't recognise the -w flag for wallops,
added the "-nowallops" option.

Many other bugfixes.

(shattered)

2013-03-03 10:19:10 UTC MAIN commitmail json YAML

Update to 20121201.  Changes:

abc2midi, yaps, abc2abc: The time signature C| or c| is now
interpreted as 2/2 instead of 4/4.

Added Chinese character support in lyrics.

abc2midi extension: abc2midi treats Xn the same way as Zn

bug fix: abc2abc truncated the voice ids when it encounters the first
invalid character without giving any warning.

bug fix: abc2midi was unable to trill or roll tied notes.

(shattered)

2013-03-03 09:30:43 UTC MAIN commitmail json YAML

Catch up with transmission move.

(joerg)

2013-03-03 07:31:48 UTC MAIN commitmail json YAML

Updated textproc/py-pygments to 1.6

(obache)

2013-03-03 07:31:30 UTC MAIN commitmail json YAML

Update Pygments to 1.6.

Version 1.6
-----------
(released Feb 3, 2013)

- Lexers added:

  * Dylan console (PR#149)
  * Logos (PR#150)
  * Shell sessions (PR#158)

- Fix guessed lexers not receiving lexer options (#838).

- Fix unquoted HTML attribute lexing in Opa (#841).

- Fixes to the Dart lexer (PR#160).

Version 1.6rc1
--------------
(released Jan 9, 2013)

- Lexers added:

  * AspectJ (PR#90)
  * AutoIt (PR#122)
  * BUGS-like languages (PR#89)
  * Ceylon (PR#86)
  * Croc (new name for MiniD)
  * CUDA (PR#75)
  * Dg (PR#116)
  * IDL (PR#115)
  * Jags (PR#89)
  * Julia (PR#61)
  * Kconfig (#711)
  * Lasso (PR#95, PR#113)
  * LiveScript (PR#84)
  * Monkey (PR#117)
  * Mscgen (PR#80)
  * NSIS scripts (PR#136)
  * OpenCOBOL (PR#72)
  * QML (PR#123)
  * Puppet (PR#133)
  * Racket (PR#94)
  * Rdoc (PR#99)
  * Robot Framework (PR#137)
  * RPM spec files (PR#124)
  * Rust (PR#67)
  * Smali (Dalvik assembly)
  * SourcePawn (PR#39)
  * Stan (PR#89)
  * Treetop (PR#125)
  * TypeScript (PR#114)
  * VGL (PR#12)
  * Visual FoxPro (#762)
  * Windows Registry (#819)
  * Xtend (PR#68)

- The HTML formatter now supports linking to tags using CTags files, when the
  python-ctags package is installed (PR#87).

- The HTML formatter now has a "linespans" option that wraps every line in a
  <span> tag with a specific id (PR#82).

- When deriving a lexer from another lexer with token definitions, definitions
  for states not in the child lexer are now inherited.  If you override a state
  in the child lexer, an "inherit" keyword has been added to insert the base
  state at that position (PR#141).

- The C family lexers now inherit token definitions from a common base class,
  removing code duplication (PR#141).

- Use "colorama" on Windows for console color output (PR#142).

- Fix Template Haskell highlighting (PR#63).

- Fix some S/R lexer errors (PR#91).

- Fix a bug in the Prolog lexer with names that start with 'is' (#810).

- Rewrite Dylan lexer, add Dylan LID lexer (PR#147).

- Add a Java quickstart document (PR#146).

- Add a "external/autopygmentize" file that can be used as .lessfilter (#802).

(obache)

2013-03-03 07:22:07 UTC MAIN commitmail json YAML

Updated pidgin related packages to 2.10.7.

(obache)

2013-03-03 07:19:08 UTC MAIN commitmail json YAML

Update pidgin to 2.10.7.

version 2.10.7 (02/13/2013):
Alien hatchery:
* No changes

General:
* The configure script will now exit with status 1 when specifying
  invalid protocol plugins using the --with-static-prpls and
  --with-dynamic-prpls arguments. (Michael Fiedler) (#15316)

libpurple:
* Fix a crash when receiving UPnP responses with abnormally long values.
  (CVE-2013-0274)
* Don't link directly to libgcrypt when building with GnuTLS support.
  (Bartosz Brachaczek) (#15329)
* Fix UPnP mappings on routers that return empty <URLBase/> elements
  in their response. (Ferdinand Stehle) (#15373)
* Tcl plugin uses saner, race-free plugin loading.
* Fix the Tcl signals-test plugin for savedstatus-changed.
  (Andrew Shadura) (#15443)

Pidgin:
* Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11
  variant.

Gadu-Gadu:
* Fix a crash at startup with large contact list. Avatar support for
  buddies will be disabled until 3.0.0. (#15226, #14305)

IRC:
* Support for SASL authentication. (Thijs Alkemade, Andy Spencer)
  (#13270)
* Print topic setter information at channel join. (#13317)

MSN:
* Fix SSL certificate issue when signing into MSN for some users.
* Fix a crash when removing a user before its icon is loaded. (Mark
  Barfield) (#15217)

MXit:
* Fix a bug where a remote MXit user could possibly specify a local
  file path to be written to. (CVE-2013-0271)
* Fix a bug where the MXit server or a man-in-the-middle could
  potentially send specially crafted data that could overflow a buffer
  and lead to a crash or remote code execution. (CVE-2013-0272)
* Display farewell messages in a different colour to distinguish
  them from normal messages.
* Add support for typing notification.
* Add support for the Relationship Status profile attribute.
* Remove all reference to Hidden Number.
* Ignore new invites to join a GroupChat if you're already joined, or
  still have a pending invite.
* The buddy's name was not centered vertically in the buddy-list if they
  did not have a status-message or mood set.
* Fix decoding of font-size changes in the markup of received messages.
* Increase the maximum file size that can be transferred to 1 MB.
* When setting an avatar image, no longer downscale it to 96x96.

Sametime:
* Fix a crash in Sametime when a malicious server sends us an abnormally
  long user ID. (CVE-2013-0273)

Yahoo!:
* Fix a double-free in profile/picture loading code. (Mihai Serban)
  (#15053)
* Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381)

Plugins:
* The Voice/Video Settings plugin supports using the sndio GStreamer
  backends. (Brad Smith) (#14414)
* Fix a crash in the Contact Availability Detection plugin. (Mark)
  (#15327)
* Make the Message Notification plugin more friendly to non-X11 GTK+,
  such as MacPorts' +no_x11 variant.

(obache)

2013-03-03 07:17:25 UTC MAIN commitmail json YAML

Update pidgin to 2.10.7.

version 2.10.7 (02/13/2013):
Alien hatchery:
* No changes

General:
* The configure script will now exit with status 1 when specifying
  invalid protocol plugins using the --with-static-prpls and
  --with-dynamic-prpls arguments. (Michael Fiedler) (#15316)

libpurple:
* Fix a crash when receiving UPnP responses with abnormally long values.
  (CVE-2013-0274)
* Don't link directly to libgcrypt when building with GnuTLS support.
  (Bartosz Brachaczek) (#15329)
* Fix UPnP mappings on routers that return empty <URLBase/> elements
  in their response. (Ferdinand Stehle) (#15373)
* Tcl plugin uses saner, race-free plugin loading.
* Fix the Tcl signals-test plugin for savedstatus-changed.
  (Andrew Shadura) (#15443)

Pidgin:
* Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11
  variant.

Gadu-Gadu:
* Fix a crash at startup with large contact list. Avatar support for
  buddies will be disabled until 3.0.0. (#15226, #14305)

IRC:
* Support for SASL authentication. (Thijs Alkemade, Andy Spencer)
  (#13270)
* Print topic setter information at channel join. (#13317)

MSN:
* Fix SSL certificate issue when signing into MSN for some users.
* Fix a crash when removing a user before its icon is loaded. (Mark
  Barfield) (#15217)

MXit:
* Fix a bug where a remote MXit user could possibly specify a local
  file path to be written to. (CVE-2013-0271)
* Fix a bug where the MXit server or a man-in-the-middle could
  potentially send specially crafted data that could overflow a buffer
  and lead to a crash or remote code execution. (CVE-2013-0272)
* Display farewell messages in a different colour to distinguish
  them from normal messages.
* Add support for typing notification.
* Add support for the Relationship Status profile attribute.
* Remove all reference to Hidden Number.
* Ignore new invites to join a GroupChat if you're already joined, or
  still have a pending invite.
* The buddy's name was not centered vertically in the buddy-list if they
  did not have a status-message or mood set.
* Fix decoding of font-size changes in the markup of received messages.
* Increase the maximum file size that can be transferred to 1 MB.
* When setting an avatar image, no longer downscale it to 96x96.

Sametime:
* Fix a crash in Sametime when a malicious server sends us an abnormally
  long user ID. (CVE-2013-0273)

Yahoo!:
* Fix a double-free in profile/picture loading code. (Mihai Serban)
  (#15053)
* Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381)

Plugins:
* The Voice/Video Settings plugin supports using the sndio GStreamer
  backends. (Brad Smith) (#14414)
* Fix a crash in the Contact Availability Detection plugin. (Mark)
  (#15327)
* Make the Message Notification plugin more friendly to non-X11 GTK+,
  such as MacPorts' +no_x11 variant.

(obache)

2013-03-03 04:56:01 UTC MAIN commitmail json YAML

2013-03-03 04:54:27 UTC MAIN commitmail json YAML

2013-03-03 04:53:00 UTC MAIN commitmail json YAML

NetBSD/current needs _KMEMUSER.

(joerg)

2013-03-03 04:52:39 UTC MAIN commitmail json YAML

Fix pthread test case. Nesting main doesn't make much sense.

(joerg)

2013-03-03 01:11:12 UTC MAIN commitmail json YAML

2013-03-03 01:10:15 UTC MAIN commitmail json YAML

munich group must exist for install to work.

(joerg)

2013-03-03 01:09:55 UTC MAIN commitmail json YAML

Requires _KMEMUSER on NetBSD/current.

(joerg)

2013-03-03 01:09:34 UTC MAIN commitmail json YAML

2013-03-03 01:07:54 UTC MAIN commitmail json YAML

2013-03-03 01:07:24 UTC MAIN commitmail json YAML

2013-03-03 01:06:51 UTC MAIN commitmail json YAML

2013-03-02 23:41:46 UTC MAIN commitmail json YAML

Updated devel/gitolite to 3.3

(ryoon)

2013-03-02 23:41:07 UTC MAIN commitmail json YAML

Update to 3.3

Changelog:
2012-12-29  v3.3    bug fix: gl-perms propagation to slaves broke sometime
                    after v3.2 (so if you're only picking up tagged releases
                    you're OK)

                    the "D" command now allows rm/unlock to be totally
                    disabled

                    new trigger: update-gitweb-daemon-from-options; another
                    way to update gitweb and daemon access lists

                    new 'create' command for explicit wild repo creation, and
                    new AutoCreate trigger to control auto-creation

                    allow simple macros in conf file

2012-11-14  v3.2    major efficiency boost for large setups

                    optional support for multi-line pubkeys; see
                    src/triggers/post-compile/ssh-authkeys-split

                    bug fix for not creating gl-conf when repo para has only
                    config lines and no access rules

                    new 'bg' trigger command to put long jobs started from a
                    trigger into background

                    %GL_REPO and %GL_CREATOR now work for 'option's also

                    test suite now much more BSD friendly

2012-10-05  v3.1    (security) fix path traversal on wild repos

                    new %GL_CREATOR variable for git-config lines

                    rsync command to create and send bundles automagically

                    migrated 'who-pushed'

                    logical expressions on refexes!!!

(ryoon)

2013-03-02 20:33:35 UTC MAIN commitmail json YAML

2013-03-02 20:33:03 UTC MAIN commitmail json YAML

Bump mysql default to 55.

(wiz)

2013-03-02 19:38:49 UTC MAIN commitmail json YAML

Add changes entries for transmission changes.

(wiz)

2013-03-02 19:37:07 UTC MAIN commitmail json YAML

2013-03-02 19:35:30 UTC MAIN commitmail json YAML

Import transmission-qt-2.76 as net/transmission-qt.

Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the qt frontend for Transmission.

(wiz)

2013-03-02 19:34:36 UTC MAIN commitmail json YAML

Import transmission-gtk-2.76 as net/transmission-gtk.

Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the gtk frontend for Transmission.

(wiz)

2013-03-02 19:33:29 UTC MAIN commitmail json YAML

Re-import transmission-2.76nb1 as net/transmission.

Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

Transmission is open source (MIT license) and runs on Mac OS X
(Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (CLI/GTK2+ interface)
and BeOS (native interface).

(wiz)

2013-03-02 18:29:49 UTC MAIN commitmail json YAML

2013-03-02 18:29:04 UTC MAIN commitmail json YAML

2013-03-02 18:21:40 UTC MAIN commitmail json YAML

2013-03-02 18:20:20 UTC MAIN commitmail json YAML

Be a friend of the class, not of every member. Use the class we are
friend with to find the method we are interested in, not the evil
parent. Consistently return a value from a non-void function.

(joerg)

2013-03-02 18:19:10 UTC MAIN commitmail json YAML

2013-03-02 18:18:10 UTC MAIN commitmail json YAML

Consistently return a value from non-void functions.

(joerg)

2013-03-02 18:17:44 UTC MAIN commitmail json YAML

2013-03-02 18:17:14 UTC MAIN commitmail json YAML

2013-03-02 18:16:39 UTC MAIN commitmail json YAML

2013-03-02 18:15:39 UTC MAIN commitmail json YAML

2013-03-02 18:14:58 UTC MAIN commitmail json YAML

2013-03-02 18:13:49 UTC MAIN commitmail json YAML

2013-03-02 18:13:15 UTC MAIN commitmail json YAML

2013-03-02 18:12:01 UTC MAIN commitmail json YAML

2013-03-02 18:11:33 UTC MAIN commitmail json YAML

2013-03-02 18:11:07 UTC MAIN commitmail json YAML

2013-03-02 18:10:43 UTC MAIN commitmail json YAML

2013-03-02 18:10:03 UTC MAIN commitmail json YAML

2013-03-02 18:09:31 UTC MAIN commitmail json YAML

2013-03-02 18:08:48 UTC MAIN commitmail json YAML

2013-03-02 18:08:03 UTC MAIN commitmail json YAML

2013-03-02 18:07:14 UTC MAIN commitmail json YAML