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 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 13:49:29 UTC Now

2014-07-22 12:35:53 UTC MAIN commitmail json YAML

Updated misc/calibre to 1.45.0

(wiz)

2014-07-22 12:35:27 UTC MAIN commitmail json YAML

Update to 1.45.0:

New Features

    Edit Book: Add in-context help for HTML and CSS
    Now, you can right click on any HTML/OPF/NCX tag name or CSS
    property and the editor will open some help for that item in
    your browser.
    Book details panel: Make series and tags clickable. Clicking
    on them will search the calibre library for all books in the
    same series/ having the same tag
    Edit metadata dialog: Improve performance by only writing
    changed fields to the database when clicking OK or Next
    AZW3 Input: When converting from AZW3 files, use the high
    quality version of the image if the source AZW3 file contains
    both low and high quality images. These dual azw3 files are
    produced by kindlegen 2.9
    Edit Book: When right clicking on a link in the editor add a
    menu entry to open the link
    Edit Book: Search and replace panel: Add arrows to open the
    list of recently used search and replace expressions
    Driver for Motorola Milestone X2.

Bug Fixes

    AZW3: Preserve the page-progression-direction property when
    converting/editing/polishing AZW3 files
    AZW3 Input: Workaround broken AZW3 files produced by kindlegen
    that use uppercase attribute names.
    PDF metadata: When updating the XMP metadata in PDF files,
    compress the XMP block written to the PDF. This is particularly
    useful when the PDF file has an existing XMP metadata block
    with very large amounts of data in it.
    Fix searches on Yes/No columns using the terms ('blank',
    'checked', 'unchecked') not working on non-English calibre
    installs
    Edit metadata dialog: Do not auto change the title sort field
    when clicking OK if the title was changed. Instead the title
    sort field must be changed explicitly.
    Linux binary installer: Fix regression that caused ZSH completion
    to not be installed
    Edit Book: Spell check: When suggesting alternative for a
    hyphenated word, ensure the first suggestion is the word formed
    by removing the hyphen, if that is a valid word
    Get Books: Update the Woblink plugin to handle changes to the
    woblink website
    Edit Book: Fix replacement of hyphenated words in the spell
    checker not working
    Edit Book: Fix live syntax highlighting of links not being
    updated correctly after renaming an open file
    Edit Book: Fix regression that caused crash while syntax
    highlighting CSS stylesheets that contain url() tokens without
    enclosing quotes
    Linux binary: Do not fail on system with invalid locale info.
    Instead default to using the UTF-8 encoding on these systems.

Improved news sources

    The Economic Times India
    EPW
    Carta
    The Hindu
    F-Secure
    NOAA Online

(wiz)

2014-07-22 12:27:26 UTC MAIN commitmail json YAML

Updated textproc/libexttextcat to 3.4.4

(wiz)

2014-07-22 12:26:39 UTC MAIN commitmail json YAML

Update to 3.4.4:

add Veps
add Uzbek (Cyrillic)
add Tamazight (Latn)
add Quechua, Cusco
add Saxon, Low
add Koongo
add Maninkakan, Eastern (Latn)
add Kurdish, Central
add Akan
replace hungarian udhr with utf-8 version
MSVC 2010 has finally grown a <stdint.h>

(wiz)

2014-07-22 12:23:13 UTC MAIN commitmail json YAML

Updated print/poppler to 0.26.3

(wiz)

2014-07-22 12:22:39 UTC MAIN commitmail json YAML

Update to 0.26.3:

Release 0.26.3
        qt5:
        * autoconf: Improve moc-qt5 detection
        * Fix compilation with MinGW

        glib:
        * Fix typo in api docs
        * use C90-style comments in public headers

        core:
        * Error out instead of exiting if allInter grows too much. Bug #78714

        qt4:
        * Update required version to Qt 4.7.0

        build system:
        * Include stdio.h from poppler-config.h

        misc:
        * Update .gitignore files

(wiz)

2014-07-22 12:14:40 UTC MAIN commitmail json YAML

Updated print/poppler to 0.26.2

(wiz)

2014-07-22 12:14:36 UTC MAIN commitmail json YAML

Reset PKGREVISION after update.

(wiz)

2014-07-22 12:13:28 UTC MAIN commitmail json YAML

Update to 0.26.2:

Release 0.26.2
        core:
        * Make sure we have an xref before using. KDE Bug #335413

        build system:
        * autoconf: Fix typo in configure.ac

        utils:
        * pdftohtml: exit with 0 with -v and -h

(wiz)

2014-07-22 12:09:27 UTC MAIN commitmail json YAML

Updated net/py-twisted to 14.0.0

(wiz)

2014-07-22 12:08:14 UTC MAIN commitmail json YAML

Update to 14.0.0.
Some parts are ported to python-3, but most parts not, so leave
it disabled for now.

Twisted Core 14.0.0 (2014-05-08)
================================

Features
--------
- twisted.internet.interfaces.IUDPTransport - and that interface's
  implementations in Twisted - now supports enabling broadcasting.
  (#454)
- trial's TestCase will now report a test method as an error if that
  test method is a generator function, preventing an issue when a
  user forgets to decorate a test method with defer.inlineCallbacks,
  causing the test method to not run. (#3917)
- twisted.positioning, a new API for positioning systems such as GPS,
  has been added. It comes with an implementation of NMEA, the most
  common wire protocol for GPS devices. It will supersede
  twisted.protoocols.gps. (#3926)
- The new interface twisted.internet.interfaces.IStreamClientEndpoint
  StringParserWithReactor will supply the reactor to its
  parseStreamClient method, passed along from
  twisted.internet.endpoints.clientFromString. (#5069)
- IReactorUDP.listenUDP, IUDPTransport.write and
  IUDPTransport.connect now accept ipv6 address literals. (#5086)
- A new API, twisted.internet.ssl.optionsForClientTLS, allows clients
  to specify and verify the identity of the peer they're communicating
  with.  When used with the service_identity library from PyPI, this
  provides support for service identity verification from RFC 6125, as
  well as server name indication from RFC 6066. (#5190)
- Twisted's TLS support now provides a way to ask for user-configured
  trust roots rather than having to manually configure such
  certificate authority certificates yourself.
  twisted.internet.ssl.CertificateOptions now accepts a new argument,
  trustRoot, which combines verification flags and trust sources, as
  well as a new function that provides a value for that argument,
  twisted.internet.ssl.platformTrust, which allows using the trusted
  platform certificate authorities from OpenSSL for certificate
  verification. (#5446)
- Constants are now comparable/orderable based on the order in which
  they are defined. (#6523)
- "setup.py install" and "pip install" now work on Python 3.3,
  installing the subset of Twisted that has been ported to Python 3.
  (#6539)
- twisted.internet.ssl.CertificateOptions now supports ECDHE for
  servers by default on pyOpenSSL 0.14 and later, if the underlying
  versions of cryptography.io and OpenSSL support it. (#6586)
- twisted.internet.ssl.CertificateOptions now allows the user to set
  acceptable ciphers and uses secure ones by default. (#6663)
- The Deferred returned by
  twisted.internet.defer.DeferredFilesystemLock.deferUntilLocked can
  now be cancelled. (#6720)
- twisted.internet.ssl.CertificateOptions now enables TLSv1.1 and
  TLSv1.2 by default (in addition to TLSv1.0) if the underlying
  version of OpenSSL supports these protocol versions. (#6772)
- twisted.internet.ssl.CertificateOptions now supports Diffie-Hellman
  key exchange. (#6799)
- twisted.internet.ssl.CertificateOptions now disables TLS
  compression to avoid CRIME attacks and, for servers, uses server
  preference to choose the cipher. (#6801)
- SSL server endpoint string descriptions now support the
  specification of Diffie-Hellman key exchange parameter files.
  (#6924)
- twisted.python.reflect.requireModule was added to handle
  conditional imports of python modules and work around pyflakes
  warnings of unused imports code. (#7014)

Bugfixes
--------
- If a ProcessProtocol.processExited method raised an exception a
  broken process handler would be left in the global process state
  leading to errors later on. This has been fixed and now an error
  will be logged instead. (#5151)
- Twisted now builds on Solaris. Note that lacking a Buildbot slave
  (see http://buildbot.twistedmatrix.com/boxes-supported) Solaris is
  not a supported Twisted platform. (#5728)
- twisted.internet.utils is now correctly installed on Python 3.
  (#6929)
- twisted.python.threadpool.ThreadPool no longer starts new workers
  when its pool size is changed while the pool is not running.
  (#7011)

Improved Documentation
----------------------
- Twisted now uses the Sphinx documentation generator for its
  narrative documentation, which means that the source format for
  narrative documentation has been converted to ReStructuredText.
  (#4500)
- The Sphinx documentation is now also configured to allow
  intersphinx links to standard library documentation. (#4582)
- The docstring for twisted.internet.task.react now better documents
  the main parameter (#6071)
- The writing standard now explicitly mandates the usage of
  ungendered pronouns. (#6858)

Deprecations and Removals
-------------------------
- test_import.py was removed as it was redundant. (#2053)
- Support for versions of pyOpenSSL older than 0.10 has been removed.
  Affected users should upgrade pyOpenSSL. (#5014)
- twisted.internet.interfaces.IStreamClientEndpointStringParser is
  now deprecated in favor of twisted.internet.interfaces.IStreamClien
  tEndpointStringParserWithReactor. (#5069)
- unsignedID and setIDFunction, previously part of
  twisted.python.util and deprecated since 13.0, have now been
  removed. (#6707)
- FTPClient.changeDirectory was deprecated in 8.2 and is now removed.
  (#6759)
- twisted.internet.stdio.StandardIO.closeStdin, an alias for
  loseWriteConnection only available on POSIX and deprecated since
  2.1, has been removed. (#6785)
- twisted.python.reflect.getcurrent is now deprecated and must not be
  used. twisted.python.reflect.isinst is now deprecated in favor of
  the built-in isinstance. (#6859)

Other
-----
- #1822, #5929, #6239, #6537, #6565, #6614, #6632, #6690, #6784,
  #6792, #6795, #6821, #6843, #6846, #6854, #6856, #6857, #6872,
  #6892, #6902, #6906, #6922, #6926, #6936, #6941, #6942, #6943,
  #6944, #6945, #6946, #6948, #6979, #7001, #7049, #7051, #7094,
  #7098

Twisted Conch 14.0.0 (2014-05-08)
=================================

Improved Documentation
----------------------
- The docstring for twisted.conch.ssh.userauth.SSHUserAuthClient is
  now clearer on how the preferredOrder instance variable is handled.
  (#6850)

Other
-----
- #6696, #6807, #7054

Twisted Lore 14.0.0 (2014-05-08)
================================

Deprecations and Removals
-------------------------
- twisted.lore is now deprecated in favor of Sphinx. (#6907)

Other
-----
- #6998

Twisted Mail 14.0.0 (2014-05-08)
================================

Improved Documentation
----------------------
- twisted.mail.alias now has full API documentation. (#6637)
- twisted.mail.tap now has full API documentation. (#6648)
- twisted.mail.maildir now has full API documentation. (#6651)
- twisted.mail.pop3client now has full API documentation. (#6653)
- twisted.mail.protocols now has full API documentation.  (#6654)
- twisted.mail.pop now has full API documentation. (#6666)
- twisted.mail.relay and twisted.mail.relaymanager now have full API
  documentation. (#6739)
- twisted.mail.pop3client public classes now appear as part of the
  twisted.mail.pop3 API. (#6761)

Other
-----
- #6696

Twisted Names 14.0.0 (2014-05-08)
=================================

Features
--------
- twisted.names.root.Resolver now accepts a resolverFactory argument,
  which makes it possible to control how root.Resolver performs
  iterative queries to authoritative nameservers. (#6095)
- twisted.names.dns.Message now has a repr method which shows only
  those instance flags, fields and sections which are set to non-
  default values. (#6847)
- twisted.names.dns.Message now support rich comparison. (#6848)

Bugfixes
--------
- twisted.names.server.DNSServerFactory now responds with messages
  whose flags and fields are reset to their default values instead of
  copying these from the request. This means that AD and CD flags,
  and EDNS OPT records in the request are no longer mirrored back to
  the client. (#6645)

Improved Documentation
----------------------
- twisted.names now has narrative documentation showing how to create
  a custom DNS server. (#6864)
- twisted.names.server now has full API documentation. (#6886)
- twisted.names now has narrative documentation explaining how to use
  its client APIs. (#6925)
- twisted.names now has narrative documentation and examples showing
  how to perform reverse DNS lookups. (#6969)

Other
-----
- #5675, #6222, #6672, #6696, #6887, #6940, #6975, #6990

Twisted News 14.0.0 (2014-05-08)
================================

No significant changes have been made for this release.

Other
-----
- #6991

Twisted Pair 14.0.0 (2014-05-08)
================================

Features
--------
- twisted.pair.tuntap now has complete test coverage, basic
  documentation, and works without the difficult-to-find system
  bindings it used to require. (#6169)

Other
-----
- #6898, #6931, #6993

Twisted Runner 14.0.0 (2014-05-08)
==================================

No significant changes have been made for this release.

Other
-----
- #6992

Twisted Web 14.0.0 (2014-05-08)
===============================

Features
--------
- twisted.web.http.proxiedLogFormatter can now be used with
  twisted.web.http.HTTPFactory (and subclasses) to record X
  -Forwarded-For values to the access log when the HTTP server is
  deployed behind a reverse proxy. (#1468)
- twisted.web.client.Agent now uses
  twisted.internet.ssl.CertificateOptions for SSL/TLS and benefits
  from its continuous improvements. (#6893)

Bugfixes
--------
- twisted.web.client.Agent now correctly manage flow-control on
  pooled connections, and therefore requests will no longer hang
  sometimes when deliverBody is not called synchronously within the
  callback on Request. (#6751)
- twisted.web.client.Agent now verifies that the provided server
  certificate in a TLS connection is trusted by the platform. (#7042)
- When requesting an HTTPS URL with twisted.web.client.Agent, the
  hostname of the presented certificate will be checked against the
  requested hostname; mismatches will now result in an error rather
  than a man-in-the-middle opportunity for attackers.  This may break
  existing code that incorrectly depended on insecure behavior, but
  such code was erroneous and should be updated.  (#4888)

Other
-----
- #5004, #6881, #6956

Twisted Words 14.0.0 (2014-05-08)
=================================

Bugfixes
--------
- twisted.words.protocols.jabber.sasl_mechansisms.DigestMD5 now works
  with unicode arguments. (#5066)

Other
-----
- #6696

(wiz)

2014-07-22 11:43:32 UTC MAIN commitmail json YAML

Updated devel/py-cython to 0.20.2

(wiz)

2014-07-22 11:42:51 UTC MAIN commitmail json YAML

Update to 0.20.2:

0.20.2 (2014-06-16)
===================

Features added
--------------

* Some optimisations for set/frozenset instantiation.

* Support for C++ unordered_set and unordered_map.

Bugs fixed
----------

* Access to attributes of optimised builtin methods (e.g.
  ``[].append.__name__``) could fail to compile.

* Memory leak when extension subtypes add a memory view as attribute
  to those of the parent type without having Python object attributes
  or a user provided dealloc method.

* Compiler crash on readonly properties in "binding" mode.

* Auto-encoding with ``c_string_encoding=ascii`` failed in Py3.3.

* Crash when subtyping freelist enabled Cython extension types with
  Python classes that use ``__slots__``.

* Freelist usage is restricted to CPython to avoid problems with other
  Python implementations.

* Memory leak in memory views when copying overlapping, contiguous slices.

* Format checking when requesting non-contiguous buffers from
  ``cython.array`` objects was disabled in Py3.

* C++ destructor calls in extension types could fail to compile in clang.

* Buffer format validation failed for sequences of strings in structs.

* Docstrings on extension type attributes in .pxd files were rejected.

(wiz)

2014-07-22 11:39:07 UTC MAIN commitmail json YAML

2014-07-22 11:38:26 UTC MAIN commitmail json YAML

Update to 7.37.1:

Changes:

    bits.close: introduce connection close tracking
    darwinssl: Add support for --cacert
    polarssl: add ALPN support
    docs: Added new option man pages

Bugfixes:

    build: Fixed incorrect reference to curl_setup.h in Visual Studio files
    build: Use $(TargetDir) and $(TargetName) macros for .pdb and .lib output
    curl.1: clarify that -u can't specify a user with colon
    openssl: Fix uninitialized variable use in NPN callback
    curl_easy_reset: reset the URL
    curl_version_info.3: returns a pointer to a static struct
    url-parser: only use if_nametoindex if detected by configure
    select: with winsock, avoid passing unsupported arguments to select()
    gnutls: don't use deprecated type names anymore
    gnutls: allow building with nghttp2 but without ALPN support
    tests: Fix portability issue with the tftpd server
    curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN
    curl_sasl: extended native DIGEST-MD5 cnonce to be a 32-byte hex string
    random: use Curl_rand() for proper random data
    Curl_ossl_init: call OPENSSL_config for initing engines
    config-win32.h: Updated for VC12
    winbuild: Don't USE_WINSSL when WITH_SSL is being used
    getinfo: HTTP CONNECT code not reset between transfers
    Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY set
    http2: avoid segfault when using the plain-text http2
    conncache: move the connection counter to the cache struct
    http2: better return code error checking
    curlbuild: fix GCC build on SPARC systems without configure script
    tool_metalink: Support polarssl as digest provider
    curl.h: reverse the enum/define setup for old symbols
    curl.h: moved two really old deprecated symbols
    curl.h: renamed CURLOPT_DEPRECATEDx to CURLOPT_OBSOLETEx
    buildconf: do not search tools in current directory.
    OS400: make it compilable again. Make RPG binding up to date
    nss: do not abort on connection failure (failing tests 305 and 404)
    nss: make the fallback to SSLv3 work again
    tool: prevent valgrind from reporting possibly lost memory (nss only)
    progress callback: skip last callback update on errors
    nss: fix a memory leak when CURLOPT_CRLFILE is used
    compiler warnings: potentially uninitialized variables
    url.c: Fixed memory leak on OOM
    gnutls: ignore invalid certificate dates with VERIFYPEER disabled
    gnutls: fix SRP support with versions of GnuTLS from 2.99.0
    gnutls: fixed a couple of uninitialized variable references
    gnutls: fixed compilation against versions < 2.12.0
    build: Fixed overridden compiler PDB settings in VC7 to VC12
    ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions
    netrc: don't abort if home dir cannot be found
    netrc: fixed thread safety problem by using getpwuid_r if available
    cookie: avoid mutex deadlock
    configure: respect host tool prefix for krb5-config
    gnutls: handle IP address in cert name check

(wiz)

2014-07-22 11:34:44 UTC MAIN commitmail json YAML

Updated graphics/grap to 1.44

(wiz)

2014-07-22 11:33:47 UTC MAIN commitmail json YAML

Update to 1.44. Set LICENSE.

1.44

Modern g++ seems to dislike *printf without a constant format string if there
are no other aguuments and was causing compiles to fail.  Fixed warning
and patch from Tobias Quathamer.

Manpage spelling fix from Tobias Quathamer.

John Heidemann pointed out that plot doesn't accept modifiers to strings
(though he didn't phrase it that way).  The short form is that

plot bullet at x,y

wasn't working.  I've adjusted plot to make the string modifiers into
active keywords, which fixes the problem.

Someone named Y T pointed out that there was no mod operator (%).  There
is now.

This marks the transition from my home brewed Makefiles to automake-generated
makefiles.  A couple largely unused options went away, but with any luck
we still build everywhere.

Robert Daasch submitted a patch to include floor and ceil fuctions.
That's been incorporated.  (His patch also included adding a mod
operator, but I'd already done that.)

Added minimal support for dates, by adding versions of strftime and
strptime that return and accept seconds since the unix epoch.

1.43

Bruce Lilly pointed out that g++ 4.3.1 was emitting all sorts of dire
warnings about the hash_map data structure and associated support being
pulled from g++ in the future.  SuSe seems to ship with this and there's
no point scaring people (or letting a time bomb tick).  Grap now detects
and uses unordered_map if it's present on your system, which stops the
wailing and gnashing of teeth from g++ 4.3.1 .  That g++ version also
requires a compiler option to support that include file, which we also
autodetect and use.  (This is essentially autodetecting the flags described in
the changes to grap 1.41 below, along with some code changes to make that
actually function correctly.)

A fellow named Fergus had a Cygwin compilation problem as well.  His
system apparently had rand but not random (a very rare configuration
these days).  This led me to find a corner of the autoconf code that I
apparently hadn't checked sufficiently.  If rand was found and a
declaration made in the system files, the grap config stuff failed to
note the declaration and made its own incompatible one.  This should be
gone now.

Fergus's system also seemed to be lacking snprintf - which again is very
odd.  I hadn't reflected the change to grap sprintf in version 1.23 into
the code that emulates snprintf on systems without it.  That code has
been added.

Changed the examples to include a brief tutorial on string matching in
grap.  Suggested by John Heidemann.

1.42

There's been a long standing bug with how different versions of pic
interpret the "line from (x,y) then down 5" construct.  There was once a
bug report at
http://lists.gnu.org/archive/html/groff/2008-03/msg00003.html
about this.  As of version 1.42 grap no longer outputs this pic construct.

Dan Lasley pointed out that the key was incomplete for the bar graph example.
His fix to restore the key is included.

John Heidemann points out that bars in coordinate systems other than the
default just didn't work.  This was a bug in my yacc grammer - for
heaven's sake.  It's corrected to match the manual page.

For loops were strange in that

.G1
for xx  from  15 to 13  do  { print "YYY" }
print "ZZZZ"
.G2

would loop infinitely.  xx never passes 13.  Added a test to make that a
null loop as well as making

.G1
for xx  from  13 to 13  do  { print "YYY" }
print "ZZZZ"
.G2

print one "YYY".  You can still confuse loops, using strange by clauses
- for example "by 0" or "by * -1" but common cases should be covered.

Spotted by a fellow named Yuval.

Found a lurking initializer bug while fixing the for loop thing.

I added references to standard plot strings in a couple places to make
them somewhat easier to find.

(wiz)

2014-07-22 11:31:34 UTC MAIN commitmail json YAML

Updated security/gnupg2 to 2.0.25

(wiz)

2014-07-22 11:30:08 UTC MAIN commitmail json YAML

Describe gnugp2-gpgsm option.

(wiz)

2014-07-22 11:30:00 UTC MAIN commitmail json YAML

Update to 2.0.25. Rename gpgsm option to gnupg2-gpgsm.

Noteworthy changes in version 2.0.25 (2014-06-30)
-------------------------------------------------

* gpg: Fix a regression in 2.0.24 if more than one keyid is given
  to --recv-keys et al.

* gpg: Cap RSA and Elgamal keysize at 4096 bit also for unattended
  key generation.

* gpgsm: Fix a DISPLAY related problem with --export-secret-key-p12.

* scdaemon: Support reader Gemalto IDBridge CT30.

(wiz)

2014-07-22 11:25:29 UTC MAIN commitmail json YAML

Updated security/gnupg to 1.4.18

(wiz)

2014-07-22 11:24:30 UTC MAIN commitmail json YAML

Update to 1.4.18:

Noteworthy changes in version 1.4.18 (2014-06-30)
-------------------------------------------------

* Fix a regression in 1.4.17 if more than one keyid is given
  to --recv-keys et al.

* Cap RSA and Elgamal keysize at 4096 bit also for unattended key
  generation.

(wiz)

2014-07-22 11:23:48 UTC MAIN commitmail json YAML

Updated security/caff to 1.1.8

(wiz)

2014-07-22 11:23:11 UTC MAIN commitmail json YAML

Update to 1.1.8.
New keyart binary (not installed)
documenation improvements.

(wiz)

2014-07-22 11:21:07 UTC MAIN commitmail json YAML

Updated converters/libvisio to 0.1.0

(wiz)

2014-07-22 11:20:33 UTC MAIN commitmail json YAML

2014-07-22 11:18:24 UTC MAIN commitmail json YAML

Updated converters/libmspub to 0.1.1

(wiz)

2014-07-22 11:17:44 UTC MAIN commitmail json YAML

Update to 0.1.1. Ride libwpd bump.

libmspub 0.1.1

- Fix a crash when opening certain documents in LibreOffice, caused by a symbol
  clash.
- Several minor code improvements.

libmspub 0.1.0

- switch to librevenge

(wiz)

2014-07-22 11:15:59 UTC MAIN commitmail json YAML

Updated converters/libfreehand to 0.1.0

(wiz)

2014-07-22 11:14:57 UTC MAIN commitmail json YAML

2014-07-22 11:14:14 UTC MAIN commitmail json YAML

Updated converters/libetonyek to 0.1.1

(wiz)

2014-07-22 11:13:26 UTC MAIN commitmail json YAML

Update to 0.1.1. Ride libwpd bump.

libetonyek 0.1.1

- Fix detection of Keynote 3 documents.

libetonyek 0.1.0

- switch to librevenge
- add BIPU support for import of Pages documents
- add skeleton for (future) import of Numbers spreadsheets

(wiz)

2014-07-22 11:08:41 UTC MAIN commitmail json YAML

Updated converters/libcdr to 0.1.0

(wiz)

2014-07-22 11:07:58 UTC MAIN commitmail json YAML

2014-07-22 11:02:34 UTC MAIN commitmail json YAML

Updated converters/libabw to 0.1.0

(wiz)

2014-07-22 11:01:53 UTC MAIN commitmail json YAML

Update to 0.1.0. Ride libwpd bump.

0.0.1 -> 0.1.0
- Switch to librevenge
- Do not add extra tab for list indentation
- Avoid possible crash on file format detection
- Ignore cells that are not inside a table

(wiz)

2014-07-22 11:00:02 UTC MAIN commitmail json YAML

Updated converters/libwpg to 0.3.0

(wiz)

2014-07-22 10:58:04 UTC MAIN commitmail json YAML

Update to 0.3.0. Ride libwpg bump.

0.2.2 - 0.3.0

- Switch to librevenge
- Miscellaneous fixes and cleanups

(wiz)

2014-07-22 10:55:14 UTC MAIN commitmail json YAML

2014-07-22 10:53:51 UTC MAIN commitmail json YAML

Updated converters/libwpd to 0.10.0

(wiz)

2014-07-22 10:53:30 UTC MAIN commitmail json YAML

2014-07-22 10:52:24 UTC MAIN commitmail json YAML

Update to 0.10.0:

0.9.9 - 0.10.0
- Switch to librevenge
- Miscellaneous fixes and cleanups

(wiz)

2014-07-22 10:51:17 UTC MAIN commitmail json YAML

Improve commonbump instructions.

(wiz)

2014-07-22 10:47:52 UTC MAIN commitmail json YAML

2014-07-22 10:41:44 UTC MAIN commitmail json YAML

Added converters/librevenge version 0.0.1

(wiz)

2014-07-22 10:40:37 UTC MAIN commitmail json YAML

2014-07-22 10:40:14 UTC MAIN commitmail json YAML

Import librevenge-0.0.1 as converters/librevenge.

librevenge is a base library for writing document import filters.
It has interfaces for text documents, vector graphics, spreadsheets
and presentations.

(wiz)

2014-07-22 10:27:36 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.32

(wiz)

2014-07-22 10:26:01 UTC MAIN commitmail json YAML

Update to 0.9.32:

Overview of changes leading to 0.9.32
Thursday, July 17, 2014
=====================================

- Apply Arabic shaping features in spec order exactly.
- Another fix for Mongolian free variation selectors.
- For non-Arabic scripts in Arabic shaper apply 'rlig' and 'calt'
  together.
- Minor adjustment to U+FFFD logic.
- Fix hb-coretext build.

Overview of changes leading to 0.9.31
Wednesday, July 16, 2014
=====================================

- Only accept valid UTF-8/16/32; we missed many cases before.
- Better shaping of invalid UTF-8/16/32.  Falls back to
  U+FFFD REPLACEMENT CHARACTER now.
- With all changes in this release, the buffer will contain fully
  valid Unicode after hb_buffer_add_utf8/16/32 no matter how
  broken the input is.  This can be overriden though.  See below.
- Fix Mongolian Variation Selectors for fonts without GDEF.
- Fix minor invalid buffer access.
- Accept zh-Hant and zh-Hans language tags.  hb_ot_tag_to_language()
  now uses these instead of private tags.
- Build fixes.
- New API:
  * hb_buffer_add_codepoints().  This does what hb_buffer_add_utf32()
    used to do, ie. no validity check on the input at all.  add_utf32
    now replaces invalid Unicode codepoints with the replacement
    character (see below).
  * hb_buffer_set_replacement_codepoint()
  * hb_buffer_get_replacement_codepoint()
    Previously, in hb_buffer_add_utf8 and hb_buffer_add_utf16, when
    we detected broken input, we replaced that with (hb_codepoint_t)-1.
    This has changed to use U+FFFD now, but can be changed using these
    new API.

Overview of changes leading to 0.9.30
Wednesday, July 9, 2014
=====================================

- Update to Unicode 7.0.0:
  * New scripts Manichaean and Psalter Pahlavi are shaped using
    Arabic shaper.
  * All the other new scripts to through the generic shaper for
    now.
- Minor Indic improvements.
- Fix graphite2 backend cluster mapping [crasher!]
- API changes:
  * New HB_SCRIPT_* values for Unicode 7.0 scripts.
  * New function hb_ot_layout_language_get_required_feature().
- Build fixes.

(wiz)

2014-07-22 10:23:23 UTC MAIN commitmail json YAML

Updated textproc/py-enchant to 1.6.6

(wiz)

2014-07-22 10:22:39 UTC MAIN commitmail json YAML

Update to 1.6.6:

Version 1.6.6 of PyEnchant has been released, with the following changes:

    compatability with latest python releases
    "wheels" replace "eggs" as the binary distribution format of choice
    fix possible text corruption when using SpellChecker with a Chunker

(wiz)

2014-07-22 10:22:12 UTC MAIN commitmail json YAML

Updated devel/py-py to 1.4.22

(wiz)

2014-07-22 10:20:50 UTC MAIN commitmail json YAML

Update to 1.4.22:

1.4.22
==================================================

- refactor class-level registry on ForkedFunc child start/finish
  event to become instance based (i.e. passed into the constructor)

1.4.21
==================================================

- ForkedFunc now has class-level register_on_start/on_exit()
  methods to allow adding information in the boxed process.
  Thanks Marc Schlaich.

- ForkedFunc in the child opens in "auto-flush" mode for
  stdout/stderr so that when a subprocess dies you can see
  its output even if it didn't flush itself.

- refactor traceback generation in light of pytest issue 364
  (shortening tracebacks).  you can now set a new traceback style
  on a per-entry basis such that a caller can force entries to be
  isplayed as short or long entries.

- win32: py.path.local.sysfind(name) will preferrably return files with
  extensions so that if "X" and "X.bat" or "X.exe" is on the PATH,
  one of the latter two will be returned.

(wiz)

2014-07-22 10:18:34 UTC MAIN commitmail json YAML

Updated time/py-icalendar to 3.8.2

(wiz)

2014-07-22 10:17:50 UTC MAIN commitmail json YAML

Updated games/py-trueskill to 0.4.2

(wiz)

2014-07-22 10:17:25 UTC MAIN commitmail json YAML

Update to 3.8.2, fixing the bug I reported 18 minutes ago.

3.8.2 (2014-07-22)
------------------

- Exclude editor backup files from egg distributions. Fixes #144.
  [thet]

(wiz)

2014-07-22 10:16:15 UTC MAIN commitmail json YAML

2014-07-22 10:13:11 UTC MAIN commitmail json YAML

Updated math/py-mpmath to 0.19

(wiz)

2014-07-22 10:12:56 UTC MAIN commitmail json YAML

Remove unnecessary comment.

(wiz)

2014-07-22 10:11:42 UTC MAIN commitmail json YAML

Update to 0.19. Update HOMEPAGE and MASTER_SITES. Allow python-3.

--0.19--
Released June 10, 2014

* Moved issue tracking to github and the main website to mpmath.org.
  Several URLs and issue numbers were updated in the documentation
  (Sergey B Kirpichev)
* Enabled automatic testing with Travis CI (Sergey B Kirpichev)
* Fixed many doctest issues (Sergey B Kirpichev)
* Converted line endings to LF (Ondrej Certik)
* Made polyroots() more robust (Ondrej Certik)

(wiz)

2014-07-22 10:10:29 UTC MAIN commitmail json YAML

Added math/py-almost version 0.1.5

(wiz)

2014-07-22 10:09:14 UTC MAIN commitmail json YAML

Import py34-almost-0.1.5 as math/py-almost.

A Python helper module to compare two numbers generously.

(wiz)

2014-07-22 10:08:50 UTC MAIN commitmail json YAML

2014-07-22 10:03:18 UTC MAIN commitmail json YAML

Updated devel/py-setuptools to 5.4.1

(wiz)

2014-07-22 10:00:06 UTC MAIN commitmail json YAML

Updated lang/py-six to 1.7.3

(wiz)

2014-07-22 10:00:06 UTC MAIN commitmail json YAML

Update to 5.4.1:

-----
5.4.1
-----

* Python #7776: (ssl_support) Correct usage of host for validation when
  tunneling for HTTPS.

---
5.4
---

* Issue #154: ``pkg_resources`` will now cache the zip manifests rather than
  re-processing the same file from disk multiple times, but only if the
  environment variable ``PKG_RESOURCES_CACHE_ZIP_MANIFESTS`` is set. Clients
  that package many modules in the same zip file will see some improvement
  in startup time by enabling this feature. This feature is not enabled by
  default because it causes a substantial increase in memory usage.

---
5.3
---

* Issue #185: Make svn tagging work on the new style SVN metadata.
  Thanks cazabon!
* Prune revision control directories (e.g .svn) from base path
  as well as sub-directories.

---
5.2
---

* Added a `Developer Guide
  <https://pythonhosted.org/setuptools/developer-guide.html>`_ to the official
  documentation.
* Some code refactoring and cleanup was done with no intended behavioral
  changes.
* During install_egg_info, the generated lines for namespace package .pth
  files are now processed even during a dry run.

---
5.1
---

* Issue #202: Implemented more robust cache invalidation for the ZipImporter,
  building on the work in Issue #168. Special thanks to Jurko Gospodnetic and
  PJE.

-----
5.0.2
-----

* Issue #220: Restored script templates.

(wiz)

2014-07-22 09:59:07 UTC MAIN commitmail json YAML

Update to 1.7.3:

1.7.3
-----

- Issue #77: Fix import six on Python 3.4 with a custom loader.

- Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python
  2 as documented not xmlrpclib.

(wiz)

2014-07-22 09:58:02 UTC MAIN commitmail json YAML

Updated time/py-icalendar to 3.8.1

(wiz)

2014-07-22 09:57:16 UTC MAIN commitmail json YAML

Update to 3.8.1:

3.8.1 (2014-07-17)
------------------

- The representation of CaselessDicts in 3.8 changed the name attribute of
  Components and therefore broke the external API. This has been fixed.
  [untitaker]

3.8 (2014-07-17)
----------------

- Allow dots in property names (Needed for vCard compatibility). Refs #143.
  [untitaker]

- Change class representation for CaselessDict objects to always include the
  class name or the class' name attribute, if available. Also show
  subcomponents for Component objects.
  [thet]

- Don't use data_encode for CaselessDict class representation but use dict's
  __repr__ method.
  [t-8ch]

- Handle parameters with multiple values, which is needed for vCard 3.0.
  Refs #142.
  [t-8ch]

(wiz)

2014-07-22 09:56:12 UTC MAIN commitmail json YAML

Updated www/py-cherrypy to 3.5.0

(wiz)

2014-07-22 09:52:54 UTC MAIN commitmail json YAML

2014-07-22 09:51:28 UTC MAIN commitmail json YAML

Updated devel/py-cffi to 0.8.6

(wiz)

2014-07-22 09:50:41 UTC MAIN commitmail json YAML

Update to 0.8.6: changes not found.

(wiz)

2014-07-22 09:50:20 UTC MAIN commitmail json YAML

Updated devel/py-test to 2.6.0

(wiz)

2014-07-22 09:49:02 UTC MAIN commitmail json YAML

Update to 2.6.0:

NEXT (2.6)
-----------------------------------

- Cache exceptions from fixtures according to their scope (issue 467).

- fix issue537: Avoid importing old assertion reinterpretation code by default.

- fix issue364: shorten and enhance tracebacks representation by default.
  The new "--tb=auto" option (default) will only display long tracebacks
  for the first and last entry.  You can get the old behaviour of printing
  all entries as long entries with "--tb=long".  Also short entries by
  default are now printed very similarly to "--tb=native" ones.

- fix issue514: teach assertion reinterpretation about private class attributes

- change -v output to include full node IDs of tests.  Users can copy
  a node ID from a test run, including line number, and use it as a
  positional argument in order to run only a single test.

- fix issue 475: fail early and comprehensible if calling
  pytest.raises with wrong exception type.

- fix issue516: tell in getting-started about current dependencies.

- cleanup setup.py a bit and specify supported versions. Thanks Jurko
  Gospodnetic for the PR.

- change XPASS colour to yellow rather then red when tests are run
  with -v.

- fix issue473: work around mock putting an unbound method into a class
  dict when double-patching.

- fix issue498: if a fixture finalizer fails, make sure that
  the fixture is still invalidated.

- fix issue453: the result of the pytest_assertrepr_compare hook now gets
  it's newlines escaped so that format_exception does not blow up.

- internal new warning system: pytest will now produce warnings when
  it detects oddities in your test collection or execution.
  Warnings are ultimately sent to a new pytest_logwarning hook which is
  currently only implemented by the terminal plugin which displays
  warnings in the summary line and shows more details when -rw (report on
  warnings) is specified.

- change skips into warnings for test classes with an __init__ and
  callables in test modules which look like a test but are not functions.

- fix issue436: improved finding of initial conftest files from command
  line arguments by using the result of parse_known_args rather than
  the previous flaky heuristics.  Thanks Marc Abramowitz for tests
  and initial fixing approaches in this area.

- fix issue #479: properly handle nose/unittest(2) SkipTest exceptions
  during collection/loading of test modules.  Thanks to Marc Schlaich
  for the complete PR.

- fix issue490: include pytest_load_initial_conftests in documentation
  and improve docstring.

- fix issue472: clarify that ``pytest.config.getvalue()`` cannot work
  if it's triggered ahead of command line parsing.

- merge PR123: improved integration with mock.patch decorator on tests.

- fix issue412: messing with stdout/stderr FD-level streams is now
  captured without crashes.

- fix issue483: trial/py33 works now properly.  Thanks Daniel Grana for PR.

- improve example for pytest integration with "python setup.py test"
  which now has a generic "-a" or "--pytest-args" option where you
  can pass additional options as a quoted string.  Thanks Trevor Bekolay.

- simplified internal capturing mechanism and made it more robust
  against tests or setups changing FD1/FD2, also better integrated
  now with pytest.pdb() in single tests.

- improvements to pytest's own test-suite leakage detection, courtesy of PRs
  from Marc Abramowitz

- fix issue492: avoid leak in test_writeorg.  Thanks Marc Abramowitz.

- fix issue493: don't run tests in doc directory with ``python setup.py test``
  (use tox -e doctesting for that)

- fix issue486: better reporting and handling of early conftest loading failures

- some cleanup and simplification of internal conftest handling.

- work a bit harder to break reference cycles when catching exceptions.
  Thanks Jurko Gospodnetic.

- fix issue443: fix skip examples to use proper comparison.  Thanks Alex
  Groenholm.

- support nose-style ``__test__`` attribute on modules, classes and
  functions, including unittest-style Classes.  If set to False, the
  test will not be collected.

- fix issue512: show "<notset>" for arguments which might not be set
  in monkeypatch plugin.  Improves output in documentation.

(wiz)

2014-07-22 09:48:52 UTC MAIN commitmail json YAML

2014-07-22 09:47:57 UTC MAIN commitmail json YAML

Update to 3.1.1:

NEWS for rsync 3.1.1 (22 Jun 2014)
Protocol: 31 (unchanged)
Changes since 3.1.0:

  BUG FIXES:

    - If the receiver gets bogus filenames from the sender (an unexpected
      leading slash or a ".." infix dir), exit with an error.  This prevents a
      malicious sender from trying to inject filenames that would affect an
      area outside the destination directories.

    - Fixed a failure to remove the partial-transfer temp file when interrupted
      (and rsync is not saving the partial files).

    - Changed the chown/group/xattr-set order to avoid losing some security-
      related xattr info (that would get cleared by a chown).

    - Fixed a bug in the xattr-finding code that could make a non-root-run
      receiver not able to find some xattr numbers.

    - Fixed a bug in the early daemon protocol where a timeout failed to be
      honored (e.g. if the remote side fails to send us the initial protocol
      greeting).

    - Fixed unintended inclusion of commas in file numbers in the daemon log.

    - We once again send the 'f' sub-flag (of -e) to the server side so it
      knows that we can handle incremental-recursion directory errors properly
      in older protocols.

    - Fixed an issue with too-aggressive keep-alive messages causing a problem
      for older rsync versions early in the transfer.

    - Fixed an incorrect message about backup-directory-creation when using
      --dry-run and the backup dir is not an absolute path.

    - Fixed a bug where a failed deletion and/or a failed sender-side removal
      would not affect the exit code.

    - Fixed a bug that caused a failure when combining --delete-missing-args
      with --xattrs and/or --acls.

    - Fixed a strange dir_depth assertion error that was caused by empty-dir
      removals and/or duplicate files in the transfer.

    - Fixed a problem with --info=progress2's output stats where rsync would
      only update the stats at the end of each file's transfer.  It now uses
      the data that is flowing for the current file, making the stats more
      accurate and less jumpy.

    - Fixed an itemize bug that affected the combo of --link-dest, -X, and -n.

    - Fixed a problem with delete messages not appearing in the log file when
      the user didn't use --verbose.

    - Improve chunked xattr reading for OS X.

    - Removed an attempted hard-link xattr optimization that was causing a
      transfer failure.  This removal is flagged in the compatibility code, so
      if a better fix can be discovered, we have a way to flip it on again.

    - Fixed a bug when the receiver is not configured to be able to hard link
      symlimks/devices/special-file items but the sender sent some of these
      items flagged as hard-linked.

    - We now generate a better error if the buffer overflows in do_mknod().

    - Fixed a problem reading more than 16 ACLs on some OSes.

    - Fixed the reading of the secrets file to avoid an infinite wait when
      the username is missing.

    - Fixed a parsing problem in the --usermap/--groupmap options when using
      MIN-MAX numbers.

    - Switched Cygwin back to using socketpair "pipes" to try to speed it up.

    - Added knowledge of a few new options to rrsync.

  ENHANCEMENTS:

    - Tweaked the temp-file naming when --temp-dir=DIR is used: the temp-file
      names will not get a '.' prepended.

    - Added support for a new-compression idiom that does not compress all the
      matching data in a transfer.  This can help rsync to use less cpu when a
      transfer has a lot of matching data, and also makes rsync compatible with
      a non-bundled zlib.  See the --new-compress and --old-compress options in
      the manpage.

    - Added the support/rsync-no-vanished wrapper script.

    - Made configure more prominently mention when we failed to find yodl (in
      case the user wants to be able to generate manpages from *.yo files).

    - Have manpage mention how a daemon's max-verbosity setting affects info
      and debug options.  Also added more clarification on backslash removals
      for excludes that contain wildcards.

    - Have configure check if for the attr lib (for getxattr) for those systems
      that need to link against it explicitly.

    - Change the early dir-creation logic to only use that idiom in an
      inc-recursive copy that is preserving directory times. e.g. using
      --omit-dir-times will avoid these early directories being created.

    - Fix a bug in cmp_time() that would return a wrong result if the 2 times
      differed by an amount greater than what a time_t can hold.

  DEVELOPER RELATED:

    - We now include an example systemd file (in packaging/systemd).

    - Tweaked configure to make sure that any intended use of the included popt
      and/or zlib code is put early in the CFLAGS.

(wiz)

2014-07-22 09:47:37 UTC MAIN commitmail json YAML

2014-07-22 09:47:16 UTC MAIN commitmail json YAML

2014-07-22 09:46:27 UTC MAIN commitmail json YAML

Updated misc/py-anki2 to 2.0.28

(wiz)

2014-07-22 09:46:20 UTC MAIN commitmail json YAML

Update to 309:

Patch #309 - 2014/07/13

    * modify  configure  script  to  work  around  debris left by XQuartz
      upgrades.
    * modify test-package scripts to enable ReGIS graphics.
    * improvements/additions  to ReGIS graphics, e.g., drawing text (Ross
      Comb).
    * add  --with-Xaw3dxft,  to  link  with Xaw 3d xft library (Stephen P
      Wall).
    * amend  reset  for cursor-shape to take into account cursorUnderline
      resource (report by Christian Weisgerber).
    * update config.guess, config.sub

(wiz)

2014-07-22 09:45:38 UTC MAIN commitmail json YAML

Update to 2.0.28:

Changes in 2.0.28

    Fix media syncing state not being properly reset when deauthorizing.

Changes in 2.0.27

    Media syncing has been rewritten to be more reliable:

It no longer locks the account, so multiple clients can
sync media at the same time (but please do not attempt this
with the mobile clients yet, as they have not yet been
updated). This is also paving the way towards background
syncing of media in the future.

The initial sync on a new device can now avoid both sending
and receiving files that already exist on both ends.

A large number of deleted files could cause timeouts in
the past; this is no longer the case.

When resuming from a connection error, less data needs to
be sent than before.

When deauthorizing sync, the media syncing state is reset.

    On Linux, the Anki folder is now Documents/Anki, which matches
    the other platforms. Anki will use a previous Anki folder if
    it exists, so please rename it manually if you wish to use the
    new location.

    Searches in the Browse screen can now be saved into the sidebar,
    and the tab key order has been improved (thanks to Houssam).
    These changes conflict with previous versions of the Advanced
    Browser add-on, so please ensure you download the latest version
    if you use this add-on.

    Fixed a bug where a filtered deck with or in it could mistakenly
    include suspended or buried cards.

    Fixed crashes in the alternate Mac build.

    The Preview window now has a "replay audio" button, with the
    shortcut R like in the review screen.

    The post-import log now lists the number of notes that were
    unchanged by a text import. "Unchanged" includes notes that
    were present in your collection as well as the imported file
    but were not updated in your collection, whether because the
    update option was off or they were not changed.

    The options menu next to each deck in the deck list now has an
    "export" button, which opens the export dialog with that deck
    already selected.

    Don穰 display the "added duplicate" message multiple times when
    a note is already duplicated in the collection but only one
    new duplicate was added.

    Fix a bug where Anki was inserting <br>s into the text of
    imported cards if using quoted multi-line notes, with HTML
    disabled.

    Provide more helpful errors when importing corrupt collection
    packages or .anki2 files.

    Anki now remembers the previous position and size of various
    dialogs it didn穰 previously.

    The "suspended" label in the card types graph has been changed
    to "Suspended+Buried" since that category also counts buried
    cards.

    Anki now makes sure the Get Addons dialog opens at an appropriate
    size when the system font size is unusual.

    Check that saving a statistics image was successful before
    displaying a success message, and give a warning if Anki doesn穰
    have permission to write to the desktop.

    Give a less confusing error when Anki can穰 create a profile
    folder.

    Don穰 throw an error when attempting to delete unused media
    that has already been removed.

    Fix for exporting to csv with quotes in a field (thanks to
    Rubyu)

    Tweaks to latex handling which will allow add-ons to switch to
    pdftex (thanks to Joel)

    Round cards/minute stat instead of truncating it (thanks to
    Markus)

    Fix errors when importing Mnemosyne龝 latest db format.

    Support pasting of m4a urls.

    Add a fix for an AnkiDroid bug to the Check DB function (thanks
    to Houssam)

    Fix tooltip colour for inverted colour schemes. (Thanks to Pat)

    Don穰 trigger help when enter pressed in preferences screen.

    Fix a bug on Windows where the main window was left open when
    a corrupt collection was detected.

    Fix error when Anki is running for multiple users on a multi-user
    machine.

    Don穰 try to authenticate username and password if user cancels
    login dialog.

    Allow changing case of profile name on Windows.

    Update all duplicates when importing in update mode.

    Remove initial search text when ctrl-clicking a left panel
    item.

    Fix rounding of cards/minute in stats; use 1 decimal place.

    Fix error when exporting w/ non-latin text in profile name.

    Prevent profiles from getting out of sync when rename fails.

    Update note type on apkg import when only templates have changed

    Search terms in the browser and filtered decks can now be
    separated by a full width space (thanks to Paul)

    Catch some rare startup errors on Windows and show them in a
    dialog box instead of exiting silently.

A special thanks to Soren, who contributed many of the bugfixes in
this release.

(wiz)

2014-07-22 08:29:35 UTC MAIN commitmail json YAML

Gnarwl is a email autoreply/vacation agent, intented to be used on
mailservers, where users may not (nescessarily) have systemaccoounts,
but accountinformation is stored within an LDAP database.

(manu)

2014-07-22 08:25:54 UTC MAIN commitmail json YAML

2014-07-22 08:25:12 UTC MAIN commitmail json YAML

Added sysutils/pidof version 2.88dsf

(manu)

2014-07-22 08:23:31 UTC MAIN commitmail json YAML

2014-07-22 08:20:35 UTC MAIN commitmail json YAML

Add patchelf 0.8

(manu)

2014-07-22 08:20:24 UTC MAIN commitmail json YAML

Missing patches subdirectory from perevious commit

(manu)

2014-07-22 08:13:38 UTC MAIN commitmail json YAML

Added attr 2.4.47

(manu)

2014-07-22 08:10:21 UTC MAIN commitmail json YAML

pidof finds the process id's (pids) of the named programs. It prints
those id's on the standard output. This Linux pidof port is intended to
help porting scripts.

(manu)

2014-07-22 08:09:17 UTC MAIN commitmail json YAML

pidof finds the process id's (pids) of the named programs. It prints
those id's on the standard output. This Linux pidof port is intended to
help porting scripts.

(manu)

2014-07-22 08:01:39 UTC MAIN commitmail json YAML

Commands for Manipulating Filesystem Extended Attributes
Refer to the attr(5) manual page for general extended attribute
(EA) information and references to other EA manual pages.

(manu)

2014-07-22 08:00:36 UTC MAIN commitmail json YAML

Commands for Manipulating Filesystem Extended Attributes
Refer to the attr(5) manual page for general extended attribute
(EA) information and references to other EA manual pages.

(manu)

2014-07-22 08:00:03 UTC MAIN commitmail json YAML

PatchELF is a small utility to modify the dynamic linker and RPATH
of ELF executables. It is used by the Nix Packages collection
(nixpkgs).

(manu)

2014-07-22 07:52:49 UTC MAIN commitmail json YAML

pattchELF is a small utility to modify the dynamic linker and RPATH
of ELF executables. It is used by the Nix Packages collection
(nixpkgs).

(manu)

2014-07-22 02:27:12 UTC MAIN commitmail json YAML

Added x11/wxGTK30 version 3.0.1
Updated audio/portaudio-devel to 20140130
Added ham/codec2 version 0.3.0.1698
Added ham/freedv version 0.97.0.1696
Added ham/chirp version 0.4.0

(dbj)

2014-07-21 15:45:01 UTC MAIN commitmail json YAML

Updated x11/mlterm to 3.3.7

(tsutsui)

2014-07-21 15:42:56 UTC MAIN commitmail json YAML

Update mlterm to 3.3.7.

pkgsrc changes:
- remove post-3.3.6 fix patches
- pull post-3.3.7 fix patches
  (see patch comments for details)

Changes noted in doc/en/ReleaseNote:

ver 3.3.7
* Enable image processing on background terminals.
* Improve the performance of processing images on 8 or less bpp framebuffer.
* Support SGR 5, 9, 21, 25 and 29.
* Support DECFRA, SL and SR.
* Starting mlterm with -j option executes mlclient if daemon process has already
  started.
* Change the maximum number of "U+XXXX-XXXX" in ~/.mlterm/(t,v,)(aa)font
  from 7 to 511.
* Add "unlimted" to "Backlog size" entry in mlconfig.
  Add "UNICODE (ARABIC)" and "UNICODE (EMOJI)" to "Font name" entry.
* Add --it/it_color, --bl/bl_color and --co/co_color options.
* Add --itfont/use_italic_font option.
* Add --bisep/bidi_separators option.
* Add --fullwidth/unicode_full_width_areas option.
* Add --working-directory/working_directory option.
* Add --deffont option.
* Disable "_HALFWIDTH" suffix in ~/.mlterm/(t,v)(aa)font files.
* Drop --ucsprop/use_unicode_property option.
* Bug fixes:
  Fix the failure of saving font configurations from mlconfig.
  Fix the bug which sometimes causes the failure of searching closest colors on X/8bpp.

(tsutsui)

2014-07-21 12:58:31 UTC MAIN commitmail json YAML

2014-07-21 12:57:20 UTC MAIN commitmail json YAML

Prevent unsupported build option detection for the case using builtin one.
Fixes PR pkg/47221.

(obache)

2014-07-21 12:10:40 UTC MAIN commitmail json YAML

iRename SUBST_CLASS to _pkgconfig (adding a '_') to avoid conflicts
with packager-chosen prefixes (as with portaudio-devel recently).

(wiz)

2014-07-21 11:55:37 UTC MAIN commitmail json YAML

Fix packaging on FreeBSD 10.

(asau)

2014-07-21 11:24:15 UTC MAIN commitmail json YAML

Updated www/py-flask-babelex to 0.9.2.

(kleink)

2014-07-21 11:23:09 UTC MAIN commitmail json YAML

Update py-flask-babelex to 0.9.2.

* Python 3 fixes.

(kleink)

2014-07-21 10:17:54 UTC MAIN commitmail json YAML

Fix packaging.
"pkgconfig" is a reserved SUBST_CLASS, it seems; the one in pkgsrc/mk
won against the one in this file.

(wiz)

2014-07-21 09:12:03 UTC MAIN commitmail json YAML

Use detected fixesproto.pc.

(obache)

2014-07-21 08:19:44 UTC MAIN commitmail json YAML

Updated emulators/suse131_libdbus to 13.1nb2

(obache)

2014-07-21 08:18:11 UTC MAIN commitmail json YAML

Apply security update for suse131_libdbus.
Bump PKGREVISION.

  openSUSE Security Update: dbus-1: fixes several issues
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0926-1
Rating:            moderate
References:        #885241
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

  An update that contains security fixes can now be installed.

Description:

  CVE-2014-3532 CVE-2014-3533 bnc#885241 fdo#80163 fdo#79694 fdo#80469

(obache)

2014-07-21 08:14:47 UTC MAIN commitmail json YAML

Update COMMENT to reflect one of major changes done in 0.9.4.

(enami)

2014-07-21 07:57:21 UTC MAIN commitmail json YAML

2014-07-21 07:50:45 UTC MAIN commitmail json YAML

Be a bit more forgiving with external compilers (earlier than gcc 4.6) and
avoid preprocessor problems with g++ on SunOS.

(richard)

2014-07-21 07:45:08 UTC MAIN commitmail json YAML

Updated lang/gauche to 0.9.4.

(enami)

2014-07-21 07:40:07 UTC MAIN commitmail json YAML

Update gauche to 0.9.4.  Changes are:

Release 0.9.4

Major feature upgrade

  * R7RS support
  * Notable improvements
  * A bunch of new procedures and enhancements
  * Tons of bug fixes
      + Fixes that may break the compatibility
      + Miscellaneous fixes

R7RS support

Gauche now supports R7RS-small ( http://r7rs.org/ ). It can load R7RS libraries
and execute R7RS scripts seamlessly. (There are minor caveats; see ref:Standard
conformance). See also ref:Library modules - R7RS integration for the details
of how R7RS is integrated.

The backward compatibility to the legacy Gauche code is kept as much as
possible; in short, you can keep using existing Gauche code and write new code
in pretty much the same way.

It's up to you to write code in traditional Gauche way or R7RS way: If you plan
to make the code portable, you may want to stick with R7RS, but if you need to
depend on lots of Gauche-specific libraries, there's not much point to adopt
R7RS structure, for you can't run it in other implementations anyway.

Notable improvements

  * REPL is slightly improved: You can access history (ref:Working in REPL).
    And describe shows known bindings when called on symbols. The default
    writer now do not show shared structures, for it confused newcomers; it
    still shows circular structures in srfi:38 notation.
  * data.random: Random data generators.
  * math.prime module for lazy sequence of primes, testing primality, and prime
    factorization.
  * srfi-106: Basic socket interface.
  * PIPE signal handling is changed. By default, Gauche effectively ignores
    SIGPIPE; the system calls will generate EPIPE system-error instead. Since
    the signal delivery timing differ in the Scheme world from C world,
    handling SIGPIPE reasonably is difficult, while handling system error is
    straightforward and synchronous. Note that EPIPE error from stdout and
    stderr terminates the process immediately, so that the Gauche script don't
    spit error messsages when used in command pipelines and the destination
    command exits prematurely. See ref:Handling signals for the details.
  * write and display is now R7RS; that is, they won't explode by circular
    structures.
  * On Windows, system interface functions now properly handles multibyte
    filenames, command-line arguments and enviornment variables. Contribution
    from SAITO Atsushi.

A bunch of new procedures and enhancements

  * New numerical procedures:
      + On rationalization: rationalize, real->rational, continued-fraction;
        see Gauche-blog:20120925-rationalize. As a bonus, now converting
        flonums to exact number can produce more readable (simple) rational
        numbers; see Gauche-blog:20120930-exact.
      + On integer operations: exact-integer? (r7rs) expt-mod, twos-exponent,
        twos-exponent-factor,
      + Gamma functions: gamma, lgamma.
      + r7rs division operators floor/, floor-quotient, floor-remainder,
        truncate/, truncate-quotient, truncate-remainder.
  * expt now returns exact value if possible, even the exponent is non-integer
    (but exact rational).
  * New list and vector procedures: length<=?, list-set!, vector-map (r7rs),
    vector-for-each (r7rs), vector-tabulate.
  * New regex procedures: rxmatch-substrings, rxmatch-positions,
    rxmatch-named-groups.
      + Also, regex objects now have read-write invariance.
  * rfc.json: Now you can customize mappings between json array/object and
    Scheme objects. Also parse-json* is added to parse multiple JSON objects
    from a single source.
  * gauche.generator: New procedures: gconcatenate, gmerge, gbuffer-filter.
  * gauche.lazy: New procedure: lconcatenate
  * gauche.uvector:
      + u8vector-multi-copy!, u8vector-append (and all other TAG variations).
      + string->u8vector etc.: Added immutable? optional argument to produce
        immutable uvector, which avoids copying the string contents. u8vector->
        string also avoids copying if the source vector is immutable.
  * rfc.http: Support for basic authentication added.
  * file.filter: file-filter may leave the destination file untouched if it
    won't be changed, by :leave-unchanged option. Also added new procedures:
    file-filter-for-each, file-filter-fold, file-filter-map.
  * You can now load script from non-regular files (e.g. device files). Useful
    for one-liner such as gosh -E... /dev/null.
  * Char-set now adopts collection framework, and also they're applicable
    object to test membership.
  * Trie (util.trie) now adopts dictionary framework.
  * make-tree-map accepts single compare argument instead of = and <.
  * rfc.hmac: Pick appropriate block size according to the digest algorithm
    metaclasses.
  * string-split: Accept an optional argument to limit the number of the
    result, much like Perl's similar operator.
  * command-line (r7rs)
  * include and include-ci (r7rs)
  * util.sparse: sparse-vector-ref and sparse-table-ref now have generalized
    setters.
  * symbol=?, boolean=? (r7rs).
  * Reader supports #true and #false for r7rs.
  * Negative zeros (-0.0) are recognized when it matters.
  * generator-find
  * cond-expand supports library clause (r7rs).
  * text.unicode: utf8->string, string->utf8 (r7rs); string-ci=? etc. that
    handles Unicode full case mapping, as required by R7RS.
  * dotimes and dolist now supports omission of variable.
  * letrec* (r7rs).
  * rfc.base64: base64-decode and base64-encode support :url-safe keyword
    argument to use url-safe alternative characters.
  * syntax-rules: Support r7rs enhancements.
  * define-values: Made r7rs compliant.
  * sys-errno->symbol, sys-symbol->errno.
  * Built-in sort procedures now supports srfi-95. See ref:Comparison and
    sorting.
  * digit->integer, integer->digit: Extended to handle digit characters other
    than [0-9]; Unicode defines a bunch of them.
  * gauche.dictionary: Bimap can have default conflict resolution.
  * os.windows: Console procedures are enhanced. Contribution from github.com/
    Hamayama.

Tons of bug fixes

Fixes that may break the compatibility

  * The reader syntax \xNN is now interpreted as R7RS-way by default
    (semicolon-terminated, Unicode codepoint). If we don't find the terminating
    semicolon, we interpret it as the legacy syntax. However, there are
    ambiguous cases that lead to incompatible behavior. You can switch the
    reader mode by reader-lexical-mode to make it fully comatiple to the old
    Gauche.
  * The hash function for char-set behaved poorly, so we changed it. If you
    have saved the hash value of char-sets in the previous versions of Gauche,
    you need to recalculate them.
  * We no longer coerce the result to inexact when dividing an exact numebr by
    exact zero; we used to return +inf.0, but that interpretation is no longer
    allowed since R6RS. Now it raises an error.
  * It is now an error to pass strings containing NUL characters to external
    libraries that expects strings. For example, passing "foo.scm\0.exe" to
    open-input-file throws an error. Allowing it would make potential security
    issue. If you need to pass a byte array that may contain 0, consider using
    u8vector instead of strings.
  * copy-bit-field: The argument order is switched - Gauche was following the
    old SLIB interface, but it was changed during SRFI-60 discussion. We now
    comply the new argument order for the portability, and the old code that
    uses this procedure need to be changed.
  * rfc.uri: Use uppercase for percent-encoding of special chars, as
    recommended in RFC3986. Watch out if the code relying on the case of
    percent-encoding.
  * srfi-13: Switched the argument order of string-filter and string-delete;
    they are changed after finalization, to be in sync with srfi:13's reference
    implementation. (Usually reference implementation is fixed to match the
    spec, but in this case, quite a few Scheme implementations had been using
    the reference implementation as it was, and changing it would have broken
    existing code.) Fortunately we could support both order so that the
    existing code will keep working, but we recommend to change the code to
    match the new order if possible.

Miscellaneous fixes

  * Fix: thread-terminate! caused SEGV when called on a thread that's not
    running.
  * Fix: Character reader produced incorrect values in some #\uxxxxx input.
  * Fixed incorrect/missing stack traces, contributed from Vitaly Magerya.
  * Fixed subtle bugs in conversion between rationals and flonums.
  * util.match: Fixed match-define.
  * force: Fixed leak, introduced between 0.9.2 and 0.9.3.
  * write-ber-integer ignored the port argument.
  * gauche.net: On Windows, the socket code had a fd leak.
  * text.diff: diff ignored :equal keyword argument.
  * rfc.tls: Fixed file descriptor leak.
  * rfc.json: Propertly handles surrogate pairs.
  * unwind-protect: The cleanup handler wasn't called properly if the process
    exits within the body.

(enami)

2014-07-21 07:34:17 UTC MAIN commitmail json YAML

2014-07-21 07:30:50 UTC MAIN commitmail json YAML

2014-07-21 07:15:08 UTC MAIN commitmail json YAML

2014-07-21 06:53:25 UTC MAIN commitmail json YAML

2014-07-21 06:46:27 UTC MAIN commitmail json YAML

Haiku also supports some vfs modules too.
from diger.

(obache)

2014-07-21 06:44:30 UTC MAIN commitmail json YAML

Move Darwin specific PLIST entries to PLIST.Darwin, same as SunOS, Linux.

(obache)

2014-07-21 00:33:11 UTC MAIN commitmail json YAML

revert, acceptable condition must be clealify.

(obache)

2014-07-21 00:25:48 UTC MAIN commitmail json YAML

builtin ftp is compatible with tnftp on Snow Leopard and later.

(obache)

2014-07-21 00:16:20 UTC MAIN commitmail json YAML

Updated lang/openjdk7 to 1.7.60nb2

(ryoon)

2014-07-21 00:15:41 UTC MAIN commitmail json YAML

2014-07-20 22:04:24 UTC MAIN commitmail json YAML

Update security/libssh2 to 1.4.3.

(schnoebe)

2014-07-20 22:02:58 UTC MAIN commitmail json YAML

Update to 1.4.3:

Changelog:
Version 1.4.3 - November 27 2012

libssh2 1.4.3 GPG sig (685712 bytes)

Changes:

    compression: add support for zlib@openssh.com

Bug fixes:

    sftp_read: return error if a too large package arrives
    libssh2_hostkey_hash.3: update the description of return value
    Fixed MSVC NMakefile
    examples: use stderr for messages, stdout for data
    openssl: do not leak memory when handling errors
    improved handling of disabled MD5 algorithm in OpenSSL
    known_hosts: Fail when parsing unknown keys in known_hosts file
    configure: gcrypt doesn't come with pkg-config support
    session_free: wrong variable used for keeping state
    libssh2_userauth_publickey_fromfile_ex.3: mention publickey == NULL
    comp_method_zlib_decomp: handle Z_BUF_ERROR when inflating

Version 1.4.2 - May 18 2012

libssh2 1.4.2 GPG sig (679992 bytes)

Bug fixes:

    Return LIBSSH2_ERROR_SOCKET_DISCONNECT on EOF when reading banner
    userauth.c: fread() from public key file to correctly detect any
errors
    configure.ac: Add option to disable build of the example
applications
    Added 'Requires.private:' line to libssh2.pc
    SFTP: filter off incoming "zombie" responses
    gettimeofday: no need for a replacement under cygwin
    SSH_MSG_CHANNEL_REQUEST: default to want_reply
    win32/libssh2_config.h: Remove hardcoded #define LIBSSH2_HAVE_ZLIB

Version 1.4.1 - April 4 2012

libssh2 1.4.1 GPG sig (658507 bytes)

Bug fixes:

    build error with gcrypt backend
    always do "forced" window updates to avoid corner case stalls
    aes: the init function fails when OpenSSL has AES support
    transport_send: Finish in-progress key exchange before sending data
    channel_write: acknowledge transport errors
    examples/x11.c: Make sure sizeof passed to read operation is correct
    examples/x11.c:,Fix suspicious sizeof usage
    sftp_packet_add: verify the packet before accepting it
    SFTP: preserve the original error code more
    sftp_packet_read: adjust window size as necessary
    Use safer snprintf rather then sprintf in several places
    Define and use LIBSSH2_INVALID_SOCKET instead of INVALID_SOCKET
    sftp_write: cannot return acked data *and* EAGAIN
    sftp_read: avoid data *and* EAGAIN
    libssh2.h: Add missing prototype for libssh2_session_banner_set()

Version 1.4.0 - January 31 2012

libssh2 1.4.0 GPG sig (653514 bytes)

Changes:

    Added libssh2_session_supported_algs()
    Added libssh2_session_banner_get()
    Added libssh2_sftp_get_channel()
    libssh2.h: bump the default window size to 256K

Bug fixes:

    sftp-seek: clear EOF flag
    userauth: Provide more informations if ssh pub key extraction fails
    ssh2_exec: skip error outputs for EAGAIN
    LIBSSH2_SFTP_PACKET_MAXLEN: increase to 80000
    knownhost_check(): Don't dereference ext if NULL is passed
    knownhost_add: Avoid dereferencing uninitialized memory on error
path
    OpenSSL EVP: fix threaded use of structs
    _libssh2_channel_read: react on errors from receive_window_adjust
    sftp_read: cap the read ahead maximum amount
    _libssh2_channel_read: fix non-blocking window adjusting

Version 1.3.0 - September 6 2011

libssh2 1.3.0 GPG sig (639262 bytes)

Changes:

    Added custom callbacks for performing low level socket I/O

Bug fixes:

    sftp_read: advance offset correctly for buffered copies
    libssh2_sftp_seek64: flush packetlist and buffered data
    _libssh2_packet_add: adjust window size when truncating
    sftp_read: a short read is not end of file

Version 1.2.9 - August 16 2011

libssh2 1.2.9 GPG sig (642150 bytes)

Changes:

    Added libssh2_session_set_timeout() and
libssh2_session_get_timeout() to make blocking calls get a timeout

Bug fixes:

    configure and pkg-config: fix $VERSION
    s/\.NF/.nf/ to fix wrong macro name caught by man --warnings
    keepalive: add first basic man pages
    sftp_write: flush the packetlist on error
    sftp_write: clean offsets on error
    msvcproj: added libs and debug stuff
    SCP: fix incorrect error code
    session_startup: init state properly
    sftp_write_sliding: send the complete file
    userauth_keyboard_interactive: skip code on zero length auth
    _libssh2_wait_socket: fix timeouts for poll() uses
    agent_list_identities: fix out of scope access
    _libssh2_recv(): handle ENOENT error as EAGAIN
    userauth_keyboard_interactive: fix buffer overflow
    removed man pages for non-existing functions!
    gettimeofday: fix name space pollution
    _libssh2_channel_write: handle window_size == 0 better

Version 1.2.8 - April 5 2011

libssh2 1.2.8 GPG sig (637707 bytes)

Changes:

    added libssh2_free, libssh2_channel_get_exit_signal and
libssh2_session_handshake
    SFTP read/write remade and now MUCH faster, especially on high
latency connections
    added new examples: ssh2_echo.c, sftp_append.c and
sftp_write_sliding.c
    userauth: derive publickey from private
    NEWS: now generated from git

Bug fixes:

    Support unlimited number of host names in a single line of the
known_hosts file.
    fix memory leak in userauth_keyboard_interactive()
    fix memory leaks (two times cipher_data) for each sftp session
    session_startup: manage server data before server identification
    SCP: allow file names with bytes > 126
    scp_recv: improved treatment of channel_read() returning zero
    libssh2_userauth_authenticated: make it work as documented
    variable size cleanup: match internal variable sizes better with the
sizes of the fields used on the wire
    channel_request_pty_size: fix reqPTY_state
    sftp_symlink: return error if receive buffer too small
    sftp_readdir: return error if buffer is too small
    libssh2_knownhost_readfile.3: clarify return value
    configure: stop using the deprecated AM_INIT_AUTOMAKE syntax
    Fixed Win32 makefile which was now broken at resource build
    kex_agree_hostkey: fix NULL pointer derefence
    _libssh2_ntohu64: fix conversion from network bytes to uint64
    ssize_t: proper typedef with MSVC compilers
    zlib: Add debug tracing of zlib errors
    decomp: increase decompression buffer sizes

Version 1.2.7 - August 17 2010

libssh2 1.2.7 GPG sig (583105 bytes)

Changes:

    Added Watcom makefile

Bug fixes:

    Better handling of invalid key files
    inputchecks: make lots of API functions check for NULL pointers
    libssh2_session_callback_set: extended the man page
    SFTP: limit write() to not produce overly large packets
    agent: make libssh2_agent_userauth() work blocking properly
    _libssh2_userauth_publickey: reject method names longer than the
data
    channel_free: ignore problems with channel_close()
    typedef: make ssize_t get typedef without LIBSSH2_WIN32
    _libssh2_wait_socket: poll needs milliseconds
    libssh2_wait_socket: reset error code to "leak" EAGAIN less
    Added include for sys/select.h to get fd.set on some platforms
    session_free: free more data to avoid memory leaks
    openssl: make use of the EVP interface
    Fix underscore typo for 64-bit printf format specifiers on Windows
    Make libssh2_debug() create a correctly terminated string
    userauth_hostbased_fromfile: packet length too short
    handshake: Compression enabled at the wrong time
    Don't overflow MD5 server hostkey

Version 1.2.6 - June 10 2010

libssh2 1.2.6 GPG sig (579590 bytes)

Changes:

    Added libssh2_sftp_statvfs() and libssh2_sftp_fstatvfs()
    Added libssh2_knownhost_checkp()
    Added libssh2_scp_send64()

Bug fixes:

    wait_socket: make c89 compliant and use two fd_sets for select()
    OpenSSL AES-128-CTR detection
    proper keyboard-interactive user dialog in the sftp.c example
    build procedure for VMS
    fixed libssh2.dsw to use the generated libssh2.dsp
    several Windows-related build fixes
    fail to init SFTP if session isn't already authenticated
    many tiny fixes that address clang-analyzer warnings
    sftp_open: deal with short channel_write calls
    libssh2_publickey_init: fixed to work better non-blocking
    sftp_close_handle: add precation to not access NULL pointer
    sftp_readdir: simplified and bugfixed
    channel_write: if data has been sent, don't return EAGAIN

Version 1.2.5 - April 13 2010

libssh2 1.2.5 GPG sig (559553 bytes)

Changes:

    Added Add keep-alive support: libssh2_keepalive_config() and
libssh2_keepalive_send()
    Added libssh2_knownhost_addc(), libssh2_init() and libssh2_exit()
    Added LIBSSH2_SFTP_S_IS***() macros

Bug fixes:

    fix memory leak in libssh2_session_startup()
    added missing error codes - shown as hangs in blocking mode
    fix memory leak in userauth_keyboard_interactive()
    libssh2_knownhost_del: fix write to freed memory
    Send and receive channel EOF before sending SSH_MSG_CHANNEL_CLOSE
    Use AES-CTR from OpenSSL when available
    Fixed gettimeofday to compile with Visual C++ 6
    NULL dereference when window adjusting a non-existing channel
    avoid using poll on interix and mac os x systems
    fix scp memory leak
    Correctly clear blocking flag after sending multipart packet
    Reduce used window sizes by factor 10
    libssh2_userauth_publickey_fromfile_ex() handles a NULL password
    sftp_init() deal with _libssh2_channel_write() short returns

Version 1.2.4 - February 13 2010

libssh2 1.2.4 GPG sig (547675 bytes)

Bug fixes:

    Resolve compile issues on Solaris x64 and UltraSPARC
    Allow compiling with OpenSSL when AES isn't available
    Fix Tru64 socklen_t compile issue with example/direct_tcpip.c

Version 1.2.3 - February 3 2010

libssh2 1.2.3 GPG sig (547652 bytes)

Changes:

    ssh-agent support with the new libssh2_agent_* functions
    Added libssh2_trace_sethandler()
    Added the direct_tcpip.c and ssh2_agent.c examples

Bug fixes:

    Fixed memory leak in userauth_publickey
    Fixed publickey authentication regression
    Silenced several compiler warnings
    avoid returning data to memory already freed
    transport layer fix for bogus -39 (LIBSSH2_ERROR_BAD_USE) errors
    Fixed padding in ssh-dss signature blob encoding
    Fixed direction blocking flag problems
    Fixed memory leak in sftp_fstat()

(schnoebe)

2014-07-20 17:46:40 UTC MAIN commitmail json YAML

Updated net/openvpn to 2.3.4

(adam)

2014-07-20 17:43:29 UTC MAIN commitmail json YAML

Changes 2.3.4:
The most important change in this release is that TLS version negotiation is no longer used unless it's explicitly turned on in the configuration files, thus reverting back to the 2.3.2 behaviour as interoperability issues were encountered in 2.3.3. Other notable changes include addition of SSL library version reporting, fixing of SOCKSv5 authentication logic and making serial env exporting consistent between OpenSSL and PolarSSL. This release also contains a number of other bug fixes and small enhancements.

(adam)

2014-07-20 13:55:05 UTC MAIN commitmail json YAML

+ apache24-2.4.10, bup-0.26, calibre-1.45, coreutils-8.23, cssc-1.4.0,
  cups-1.7.4, curl-7.37.1, denemo-1.1.6, electric-9.05, gcc49-4.9.1,
  gettext-0.19.2, gforth-0.7.3, gnupg-1.4.18, gnupg2-2.0.25,
  harfbuzz-0.9.32, update together], modular-xorg-server-1.16.0,
  py-anki2-2.0.27, py-icalendar-3.8.1, py-py-1.4.22, py-test-2.6.0,
  py-tornado-4.0, x264-devel-20140719, xterm-309.

(wiz)

2014-07-20 12:39:48 UTC MAIN commitmail json YAML

2014-07-20 11:18:23 UTC MAIN commitmail json YAML

Move compiler check to last, allow to set GCC_REQD in somewhere else before.
PR pkg/48981.

(obache)

2014-07-20 11:16:14 UTC MAIN commitmail json YAML

Move compiler check last, allow to overwrite GCC_REQD in included files.
PR pkg/48985.

(obache)

2014-07-20 08:29:38 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.54nb1

(wiz)

2014-07-20 08:29:28 UTC MAIN commitmail json YAML

Fix NetBSD and Solaris atomic_dec_and_test.
Based on similar patch for xsrc from Taylor R Campbell.

Bump PKGREVISION.

(wiz)

2014-07-20 03:15:42 UTC MAIN commitmail json YAML

fix missing distinfo entry for tar-1.27.1.tar.bz2

(mspo)

2014-07-20 03:07:15 UTC MAIN commitmail json YAML

Updated www/ap2-python to 3.5.0nb1

(obache)

2014-07-20 03:07:05 UTC MAIN commitmail json YAML

2014-07-20 01:16:58 UTC MAIN commitmail json YAML

Updated net/ruby-twitter-stream to 0.1.16nb2

(obache)

2014-07-20 01:16:48 UTC MAIN commitmail json YAML

Relax dependency gem patterm for http_parser.rb.

Bump PKGREVISION.

(obache)

2014-07-20 01:11:28 UTC MAIN commitmail json YAML

Allow '.' in gem name, for http_parser.rb gem.

(obache)

2014-07-20 00:06:19 UTC MAIN commitmail json YAML

Fix build on case-sensitive filesystems. Hi dbj...

(dholland)

2014-07-19 20:32:16 UTC MAIN commitmail json YAML

fix CONFIG_SHELL for bash to correctly use TOOLS_PATH

(richard)

2014-07-19 18:36:36 UTC MAIN commitmail json YAML

2014-07-19 14:26:07 UTC MAIN commitmail json YAML

2014-07-19 13:18:48 UTC MAIN commitmail json YAML

Note update of math/py-pandas to 0.14.1.

(bad)

2014-07-19 13:17:46 UTC MAIN commitmail json YAML

Update math/py-pandas to 0.14.1.

This is two major releases since 0.12.0.  Changes include API changes, new
features, enhancements, and performance improvements along with a large
number of bug fixes.

For the detailed list of changes see
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html

(bad)

2014-07-19 13:16:59 UTC MAIN commitmail json YAML

Updated devel/hs-vector to 0.10.11.0

(szptvlfn)

2014-07-19 13:16:28 UTC MAIN commitmail json YAML

Update to 0.10.11.0

changelog:
Changes in version 0.10.11.0

* Support OverloadedLists for boxed Vector in GHC >= 7.8

Changes in version 0.10.10.0

* Minor version bump to rectify PVP violation occured in 0.10.9.3 release

Changes in version 0.10.9.3 (deprecated)

* Add support for OverloadedLists in GHC >= 7.8

(szptvlfn)

2014-07-19 13:14:24 UTC MAIN commitmail json YAML

Bump PKGREVISION for hs-syb-0.4.2

(szptvlfn)

2014-07-19 13:12:53 UTC MAIN commitmail json YAML

Updated devel/hs-syb to 0.4.2

(szptvlfn)

2014-07-19 13:12:02 UTC MAIN commitmail json YAML

Update to 0.4.2

Changes from https://github.com/dreixel/syb
0.4.2
- Remove duplicate instance in GHC > 7.8
- Merge pull request #8 from yallop/patch-1
  (Trivial fix): Add a type signature for 'marlow'

(szptvlfn)

2014-07-19 12:46:53 UTC MAIN commitmail json YAML

Fix build. This is an egg hence has an egg-info dir not a file.

(bad)

2014-07-19 12:32:02 UTC MAIN commitmail json YAML

Updated devel/scons to 2.3.2

(adam)

2014-07-19 12:30:49 UTC MAIN commitmail json YAML

Changes 2.3.2:
This release adds new features, and fixes and improves a number of issues. This will be the last release to support Python versions earlier than 2.7, as we begin to move toward supporting Python 3.

(adam)

2014-07-19 11:48:56 UTC MAIN commitmail json YAML

Updated www/py-django-cms to 3.0.3

(adam)

2014-07-19 11:47:44 UTC MAIN commitmail json YAML

Changes 3.0.3:
Added an api to change the context menus of plugins and placeholders from plugins;
Apphooks better respect the page permissions;
Fixed how permissions are checked for static placeholder;
Fixed page permissions for decorated views;
Fallback language fixes for pages;
Button fixes in the modal window;
Improved the ability to subclass the RenderPlugin template tag;
Fixes 'hover' effect on menus for deeper submenus;
Added the ability to mark (Sub)Menu's 'active';
Improvements to the create_page API to support multi-site configs;
Reduced queries on placeholder.clear by 60%;
Auto-detect django-suit instead of using explicit setting;
Implemented transaction.atomic in django 1.4/1.5 way;
Added a automatic dynamic template directory for page templates;
Internal support for using custom forms;

(adam)

2014-07-19 11:15:13 UTC MAIN commitmail json YAML

Updated textproc/pod2mdoc to 0.0.13

(wiz)

2014-07-19 11:14:57 UTC MAIN commitmail json YAML

Update to 0.0.13:
Proper translation of POD commands and formatting codes into mdoc
macros, including correct whitespace handling.  Only capital ASCII
letters A-Z can start a formatting code.  Do not skip the content
of invalid formatting codes.  Improved handling of filename
extensions.

(wiz)

2014-07-19 11:14:04 UTC MAIN commitmail json YAML

Updated sysutils/libisoburn to 1.3.8

(wiz)

2014-07-19 11:13:55 UTC MAIN commitmail json YAML

Update to 1.3.8:

* Bug fix: -boot_image grub grub2_mbr= did not work
          (but -as mkisofs --grub2-mbr did work)
* Bug fix: -boot_image grub2_mbr=  prevented -boot_image partition_table=on
* Bug fix: libburn: A final fsync(2) was performed with stdio drives,
                    even if -stdio_sync was set to "off".
* Bug fix: libburn: Wrong stack usage caused SIGBUS on sparc when compiled
                    by gcc -O2
* Bug fix: -blank force:all on DVD+RW had no effect
* Enabled use of libedit as alternative to libreadline
* Enabled recording and restoring of extattr on NetBSD
* New API calls isoburn_igopt_set_stdio_endsync() and
          isoburn_igopt_get_stdio_endsync
* New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO
* New -find pseudo tests -use_pattern , -or_use_pattern
* New -find action report_sections
* New command -concat
* New commands -report_system_area and -report_el_torito

(wiz)

2014-07-19 11:12:28 UTC MAIN commitmail json YAML

Fix build failure on Linux (PLIST issue)

(cheusov)

2014-07-19 11:10:29 UTC MAIN commitmail json YAML

Updated sysutils/libisofs to 1.3.8

(wiz)

2014-07-19 11:10:20 UTC MAIN commitmail json YAML

Update to 1.3.8:

libisofs-1.3.8.tar.gz Sat Jun 28 2014
===============================================================================
* Bug fix: Prevent allocation of empty hash tables. Thanks Richard Nolde.
* Bug fix: Prevent allocation of empty directory children lists.
          Thanks Richard Nolde.
* Bug fix: The GUIDs of main GPT and backup GPT differed if more than one
          System Area was written into the ISO image.
* New API calls iso_image_report_el_torito() and iso_image_report_system_area()
* New API call iso_crc32_gpt()

(wiz)

2014-07-19 11:09:19 UTC MAIN commitmail json YAML

Updated sysutils/libburn to 1.3.8

(wiz)

2014-07-19 11:09:10 UTC MAIN commitmail json YAML

Update to 1.3.8:

libburn-1.3.8.tar.gz Sat Jun 28 2014
===============================================================================
* Bug fix: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2
* Bug fix: Minimum drive buffer fill was measured by cdrskin before the buffer
          could get full
* Bug fix: A failed MMC BLANK command did not cause error indication by libburn
* Bug fix: A final fsync(2) was performed with stdio drives, even if not
          desired

(wiz)

2014-07-19 09:11:30 UTC MAIN commitmail json YAML

Update mozc packages to 1.15.1834.102

(ryoon)

2014-07-19 09:09:03 UTC MAIN commitmail json YAML

Updated devel/gyp to 0.1pre1949

(ryoon)

2014-07-19 09:08:36 UTC MAIN commitmail json YAML

2014-07-19 09:03:04 UTC MAIN commitmail json YAML

Update to 1.15.1785.102

* devel/ninja is required to build.

Changelog:
r271 2014-07-13 1.15.1834.102 - r265 2014-07-06 1.15.1828.102

You can check out Mozc r271 as follows.

gclient sync --revision=271

Summary of changes between 1.15.1834.102 (r271) and 1.15.1828.102 (r265).

    Build related changes:
        Ninja and GYP r1948 are now required to build Mozc for Android, NaCl, or Linux desktop. Note that you don't need to install Ninja manually, since depot_tools maintains pre-built Ninja binaries.
        A sample Dockerfile is now available at mozc/docker/ubuntu12.04/Dockerfile. It provides a reference build environment of Mozc for Android, NaCl, and Linux desktop. See BuildInDocker for details.
    Fixed issues:
        FIX: Use ninja on Linux ( Issue 222 )
        FIX: Inconsistency between visible candidate and actual commit in suggestion ( Issue 239 )
        FIX: Provide a Dockerfile to set up build environment for Android, NaCl, and Linux desktop ( Issue 240 )
    Commit summary:
        r271: Add an all-in-one Dockerfile to build Mozc for Android, NaCl, and Linux desktop (Ubuntu 12.04 edition)
        r270: Minor clean up in gyp file
        r269: Zero query suggestion shouldn't be triggered when committing with key event
        r268: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 3
        r267: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 2
        r266: Use Ninja to build Android, NaCl, and Linux Desktop binaries
        r265: Pull GYP r1948

r253 2014-07-06 1.15.1827.102 - r241 2014-06-28 1.15.1815.102

You can check out Mozc r253 as follows.

gclient sync --revision=253

Summary of changes between 1.15.1827.102 (r253) and 1.15.1815.102 (r241).

    Fixed issues:
        FIX: Menu item for MozcTool lacks text label in ibus-mozc ( Issue 233 )
        FIX: Explorer crashes when tsf-mozc is enabled on Windows 8.1 update1 ( Issue 236 )
    Commit summary:
        r253: Specify the absolute path of the project root directory for include directories
        r252: Disable ITfFnGetLinguisticAlternates until the root cause of Explorer crashes is addressed
        r251: Specify text label for the menu item of MozcTool in ibus-mozc
        r250: Do not pass incomplete types to STL containers
        r249: Explicitly include <unistd.h> for OSX
        r248: Stop using template to implement BasicCodeGenByteArrayStreamBuf
        r247: Explicity invoke bash for make-standalone-toolchain.sh
        r246: Make config_file_stream_test.cc more robust
        r245: Replace NULL with nullptr in mozc::NumberUtil
        r244: Enable Unicode 6 Emoji conversion by default for desktop (part 4)
        r243: Unify nested preprocessor conditions into one line (part 3)
        r242: Minor style fixes
        r241: Unify nested preprocessor conditions into one line (part 2)

r234 2014-06-22 1.15.1814.102 - r206 2014-05-24 1.15.1786.102

You can check out Mozc r234 as follows.

gclient sync --revision=234

Summary of changes between 1.15.1814.102 (r234) and 1.15.1786.102 (r206).

    Build related changes:
        'build_mozc.py build_tools' is deprecated. Mozc no longer requires 2-pass build. ( Issue 223 )
    Fixed issues:
        FIX: Wrong key mapping for Numpad-End in mozc.el ( Issue 170 )
        FIX: mozc::converter::CandidateFilter drops candidates unexpectedly ( Issue 220 )
        FIX: Preceding text is not correctly extracted in ibus-mozc ( Issue 226 )
        FIX: Undo-Commit is not functional in ibus-mozc ( Issue 227 )
        FIX: NaCl-Mozc uses wrong version for downloadable dictionary
    Commit summary:
        r234: Ensure that the IPC client is configured before it is used in ibus-mozc
        r233: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 2)
        r232: Teach ibus-mozc about the correct substring position when extracting surrounding text (part 1)
        r231: Enable Unicode 6 Emoji conversion by default for desktop (part 3)
        r230: Enable Unicode 6 Emoji conversion by default for desktop (part 2)
        r229: Enable Unicode 6 Emoji conversion by default for desktop
        r228: Unify nested preprocessor conditions into one line
        r227: Strictly check the range of the operands for integer operations performed in NumberUtil
        r226: Simplify test cases for SafeStrToDouble/SafeStrToFloat
        r225: Remove a redundant constant definition
        r224: UtilTest::StripWhiteSpaces should work with a single letter text.
        r223: Use different internal namespace for gflags
        r222: Fix the version check logic of the downloadable dictionary for NaCl-Mozc.
        r221: Do not use shell syntax in gyp (part 2)
        r220: Do not use shell syntax in gyp (part 1)
        r219: Use absolute path to teach the linker about a file location
        r218: Add a missing build dependency
        r217: Fix wrong reading for U+1F3C4
        r216: Fix key mapping for Numpad-End in mozc.el
        r215: Remove a redundant NULL initialization of unique_ptr
        r214: Stop using 2-pass build on OS X
        r213: Minor style fixes
        r212: Manage the root directory of protobuf for Java source in gyp rather than ant
        r211: Stop using 2-pass build except for OS X
        r210: Remove execute bit from files that shouldn't have it
        r209: Remove platform-dependent mozc::Encryptor part 2
        r208: Remove platform-dependent mozc::Encryptor
        r207: Fix the bug that Top_cost + cost_offset exceeds INT_MAX when lid is first/last name
        r206: Remove an obsolete directory that is no longer used

(ryoon)

2014-07-19 09:02:29 UTC MAIN commitmail json YAML

2014-07-19 09:02:01 UTC MAIN commitmail json YAML

Added devel/ninja version 1.5.1

(ryoon)

2014-07-19 09:01:23 UTC MAIN commitmail json YAML

Import ninja-1.5.1 as devel/ninja.

Ninja is a small build system with a focus on speed. It differs
from other build systems in two major respects: it is designed to
have its input files generated by a higher-level build system, and
it is designed to run builds as fast as possible.

(ryoon)

2014-07-19 06:49:47 UTC MAIN commitmail json YAML

Updated x11/c++-gtk-utils to 2.2.8

(ryoon)

2014-07-19 06:49:27 UTC MAIN commitmail json YAML

Update to 2.2.8

Changelog:
Version 2.2.8 (16 July 2014)
-------------

        Correct testing of minimum values in Extension::real_to_double()
        and Extension::list_to_vector_double() (extension.h).

        Deal properly with unexpected out-of-memory conditions in
        executing Extension::exec() and Extension::exec_shared()
        (extension.h).

        Minor code refactoring in EmitterArg::connect() and
        SafeEmitterArg::connect() (emitter.h).

        Update documentation (callback.h, emitter.h, extension.h,
        notifier.h, parallel.h, task_manager.h).

(ryoon)

2014-07-19 06:44:34 UTC MAIN commitmail json YAML

Updated comms/efax-gtk to 3.2.13

(ryoon)

2014-07-19 06:44:05 UTC MAIN commitmail json YAML

Update to 3.2.13

* Depend on x11/c++-gtk-utils, instead of x11/gtkmm

Changelog:
Version 3.2.13 (11th April 2014)
--------------

Fix API breakage in GTK+-3.12 (the buttons of GtkDialog objects
have been made internal instead of non-internal children of the
action area box) (dialog.h, dialog.cpp).

Put icon in efax and efax-gtk about dialogs (dialogs.cpp).

Replace AC_CONFIG_HEADER macro with AC_CONFIG_HEADERS when
configuring (Samuli Suominen) (configure.ac).

Update build system to automake-1.13.3 (config.guess, config.sub,
depcomp, INSTALL).

Update desktop file (Samuli Suominen) (efax-gtk.desktop).

Version 3.2.12 (1st June 2013)
--------------

Force GType initialisation of GtkEntry for GtkSettings
(mainwindow.cpp).

Correct entry sizing in settings dialog (settings.cpp).

Improve tray icon sizing (tray_icon.cpp).

Permit the program to build against c++-gtk-utils-2.2 (this
requires increasing the c++-gtk-utils-1.2 dependency to 1.2.13,
and increasing the c++-gtk-utils-2.0 dependency to 2.0.1)
(acinclude.m4, README; mainwindow.h, mainwindow.cpp).

Cause bootstrap.sh to build translation files (bootstrap.sh).

Update build system to automake-1.13.1 (configure.ac,
config.guess, config.sub, depcomp, INSTALL, install-sh, missing;
src/Makefile.am; efax/Makefile.am).

Version 3.2.11 (1st January 2013)
--------------

Workaround for a bug in GtkFileChooserDialog in later versions of
gtk+-2.24 (dialogs.cpp).

Change efax-gtk.desktop to meet
http://specifications.freedesktop.org/menu-spec/menu-spec-latest.html
recommendations (efax-gtk.desktop).

Add French translation (Charlie Ledocq) (po/fr.po, LINGUAS).

Version 3.2.10 (21st October 2012)
--------------

        Update build system to automake-1.12.1 and autoconf-2.69.

Suppress gtk+-3 deprecation warnings (acinclude.m4).

Set locale even if NLS not set (main.cpp).

Deal better with GtkMessageDialog format string (dialog.cpp).

Use automake silent rules (configure.ac).

Correct icon entry in efax-gtk.desktop file (efax-gtk.desktop).

Simplify file chooser selection code (dialogs.cpp).

Call atexit() instead of glib's now deprecated g_atexit() (the use
of atexit() in this program is entirely safe) (main.cpp).

Remove unnecessary pointer value check in present_prog()
(main.cpp).

Add Spanish translation (Antonio Trujillo) (po/LINGUAS, po/es.po,
po/efax-gtk.pot; mainwindow.cpp).

Update copyright notices (COPYING, README; addressbook.h,
addressbook.cpp, dialogs.h, dialogs.cpp, efax_controller.h,
efax_controller.cpp, fax_list.h, fax_list.cpp, fax_list_manager.h,
fax_list_manager.cpp, file_list.h, file_list.cp, gpl.h,
helpfile.h, helpfile.cpp, logger.h, logger.cpp, main.cpp,
mainwindow.h, mainwindow.cpp, prog_defs.h, redial_queue.h,
redial_queue.cpp, settings.h, settings.cpp, settings_help.h,
settings_help.cpp, socket_list.h, socket_list.cpp,
socket_notify.h, socket_notify.cpp, socket_server.h,
socket_server.cpp, tray_icon.h, tray_icon.cpp;
utils/cairo_handle.h, utils/icon_info_handle.h,
utils/mono_tiff_print_manager.h,
utils/mono_tiff_print_manager.cpp,
utils/pango_layout_iter_handle.h, utils/selected_rows_handle.h,
utils/selected_rows_handle.cpp, utils/sem_sync.h,
utils/tiff_handle.h, utils/toolbar_append_widget.h,
utils/toolbar_append_widget.cpp, utils/tree_path_handle.h,
utils/tree_row_reference_handle.h, utils/utf8_utils.h,
utils/utf8_utils.cpp;
efax-gtk-faxfilter/efax-gtk-socket-client.cpp.

Update documentation (README).

Update configuration scripts (acinclude.m4).

Version 3.2.9 (21st December 2011)
-------------

Have a hard dependency on c++-gtk-utils-1.2 >= 1.2.7 or
c++-gtk-utils-2.0 >= 2.0.0-rc1, so that C++0x/11 can be more
easily supported, and maintainability is improved (README,
acinclude.m4, configure.ac, src/Makefile.am,
src/utils/Makefile.am, po/POTFILES.in; delete src/internal
directory and its contents.)

Make the settings help dialogs of a reasonable size with GTK+3
(settings_help.cpp).

Permit IPv6 addresses to be specified with a wildcard and only
one, or no, ':' character (socket_server.cpp).

Explicitly set shadow type of fax input frame (mainwindow.cpp).

Change library linking order (src/Makefile.am and
efax/Makefile.am).

Remove unnecessary configure checks (acinclude.m4, configure.ac
and src/Makefile.am)

Upgrade gettext to version 0.18 and include m4 macros
(po/Makefile.in.in, po/Rules-quot, m4 directory, Makefile.am).

Add proper header checks at configuration time (configure.ac).

Version 3.2.8 (30th March 2011)
-------------

Permit IPv6 addresses in domain name form as well as in numeric
format (socket_server.h and socket_server.cpp).

Improve error checking and so suppress gcc-4.6 warning
(mainwindow.cpp; utils/mono_tiff_print_manager.cpp).

Upgrade internal c++-gtk-utils version.

Version 3.2.7.1 (16th March 2011)
---------------

Correct style change handling (mainwindow.h, mainwindow.cpp).

Update comments in efax-gtkrc on "SOCK_OTHER_ADDRESSES:" for IPv6
(efax-gtkrc).

Version 3.2.7 (14th March 2011)
-------------

Change default gtk target to gtk+3, and permit
--with-gtk-version=gtk2 and --with=gtk-version=gtk3 as well as
--with-gtk-version=gtk+2 and --with=gtk-version=gtk+3
(acinclude.m4, README).

Provide option for server to accept IPv6 connections (efax-gtkrc;
prog_defs.h, main.cpp, mainwindow.cpp, settings.h, settings.cpp,
settings_help.h, settings_help.cpp, socket_server.h and
socket_server.cpp).

Use GtkStyleContext for a GTK+3 compile (acinclude.m4;
addressbook.cpp, dialogs.h, dialogs.cpp, fax_list.cpp,
fax_list-manager.cpp, helpfile.cpp, logger.cpp, main.cpp,
mainwindow.h and mainwindow.cpp).

Correct non-sh-ism in configuration files (acinclude.m4).

Include efax-gtk.png icon in rpm spec file (efax-gtk.spec.in).

        Minor adjustments to MonoTiffPrintManager implementation
(utils/mono_tiff_print_manager.h and
utils/mono_tiff_print_manager.cpp).

Provide some explicit casts for std::pair constructor required by
C++0x (dialogs.cpp, fax_list.cpp, file_list.cpp, socket_list.cpp).

Provide compile option for c++-gtk-utils-2.0 (acinclude.m4,
README; efax_controller.cpp, fax_list.cpp, gpl.h, logger.cpp,
socket_server.h and socket_server.cpp).

Surpress warning about std::auto_ptr being deprecated when
compiling under C++0x (acinclude.m4).

Upgrade internal c++-gtk-utils version to 1.2.12 (and also adjust
the configuration files for that (acinclude.m4, configure.ac;
src/internal/c++-gtk-utils/Makefile.am)).

Version 3.2.6 (13th November 2010)
-------------

Do not require dbus-glib where glib >= 2.26 is installed
(acinclude.4, configure.ac, src/Makefile.am,
src/internal/c++-gtk-utils/Makefile.am with upgraded
c++-gtk-utils).

Fixes for gtk+-2.91 (acinclude.m4, addressbook.cpp, dialogs.cpp,
fax_list.cpp, fax_list_manager.cpp, helpfile.cpp, logger.cpp,
main.cpp, mainwindow.h, mainwindow.cpp, settings.cpp and
socket_notify.cpp).

Improve widget sizing for widgets displaying text
(efax_controller.h, mainwindow.h and mainwindow.cpp).

Fix compilation error with gtk+-2.12 (mainwindow.cpp).

Remove anachronistic comment (utils/mono_tiff_print_manager.cpp).

Upgrade internal c++-gtk-utils version to 1.2.7.

Version 3.2.5 (13th October 2010)
-------------

Fix segfault when printing faxes with cairo-1.10
(utils/mono_tiff_print_manager.h and
utils/mono_tiff_print_manager.cpp).

Use cairo rather than the GDK drawing functions to draw the
indicator of whether there are print jobs from the socket to be
faxed (mainwindow.h, mainwindow.cpp and utils/cairo_handle.h).

Use gtk_tree_view_convert_bin_window_to_widget_coords() instead of
gtk_widget_get_pointer() in order to obtain the pointer position
in widget co-ordinates for tree view motion notify events
(fax_list_manager.cpp).

Modify argument handling for efax message functions to avoid an
invalid double call to vfprintf() on the same va_list value (this
bug is triggered on some systems when using the 'fax' script but
does not directly affect efax-gtk) (efax/efaxmsg.c, efax/PATCHES).

Upgrade internal c++-gtk-utils version to 1.2.6.

Version 3.2.4 (2nd August 2010)
-------------

Fix uncaught exception where a file to be faxed is not in valid
postscript/PDF format (efax_controller.cpp).

Include the former gnome stock_send-fax icon as the standard icon
for efax-gtk (Makefile.am, efax-gtk.desktop, efax-gtk.png,
AUTHORS; main.cpp).

Use XkbBell() rather than XBell() where available (acinclude.m4,
main.cpp).

Include pkg-config test for x11.pc, if available (acinclude.m4 and
src/Makefile.am).

Further build fixes for Debian Hurd (src/efax_controller.cpp and
src/fax_list.cpp; efax/efaxmsg.c).

Update Hungarian translation (L叩szl坦 Csord叩s) (hu.po and
mainwindow.cpp).

Remove redundant anonymous namespace for callbacks with C linkage
(addressbook.h, addressbook.cpp, dialogs.h, dialogs.cpp,
fax_list.h, fax_list.cpp, fax_list_manager.h,
fax_list_manager.cpp, file_list.h, file_list.cpp, helpfile.h,
helpfile.cpp, logger.h, logger.cpp, mainwindow.h, mainwindow.cpp,
redial_queue.h, redial_queue.cpp, settings.h, settings.cpp,
settings_help.h, settings_help.cpp, socket_list.h,
socket_list.cpp, socket_notify.h, socket_notify.cpp, tray_icon.h,
tray_icon.cpp, utils/mono_tiff_print_manager.h,
utils/mono_tiff_print_manager.cpp, utils/selected_rows_handle.h,
utils/selected_rows_handle.cpp).

Correct linkage specification of present_prog() (main.cpp).

Use Cgu::start_timeout_seconds() rather than Cgu::start_timeout()
where available (fax_list_manager.cpp, logger.cpp).

Remove redundant comments (prog_defs.h,
utils/toolbar_append_widget.cpp).

Upgrade internal c++-gtk-utils version to 1.2.4.

(ryoon)

2014-07-19 06:40:50 UTC MAIN commitmail json YAML

Add c++-gtk-utils

(ryoon)

2014-07-19 06:40:07 UTC MAIN commitmail json YAML

Added x11/c++-gtk-utils version 2.2.7

(ryoon)

2014-07-19 06:39:31 UTC MAIN commitmail json YAML

Import c++-gtk-utils-2.2.7 as x11/c++-gtk-utils.

c++-gtk-utils is a lightweight library containing a number of
classes and functions for programming GTK+ programs using C++ in
POSIX (unix-like) environments, where the user does not want to
use a full-on wrapper such as gtkmm or wxWidgets, or is concerned
about exception safety or thread safety of the wrapper and their
documentation. It is parallel installable for both GTK+2 and GTK+3.
There is also an option to install a subset of the library with
only glib/gobject/gio support, without GTK+.

(ryoon)

2014-07-19 06:13:46 UTC MAIN commitmail json YAML

Updated devel/meld to 1.8.6

(wiz)

2014-07-19 06:13:37 UTC MAIN commitmail json YAML

Update to 1.8.6:

Meld 1.8.6 has been released.

  Fixes:

    * Handle spaces in filenames with external editor (Kai Willadsen)
    * Fix storing translated column names in configuration (Kai Willadsen)
    * Backport fix for "Open externally" sensitivity setting (Daniel Macks)
    * Fix support for fake comparisons in null VC (Kai Willadsen)
    * Fix "Same" filter for shallow comparison cases (Kai Willadsen)

  Translations:

    * Benjamin Steinwender(de)
    * Daniel Mustieles (es)
    * Inaki Larranaga Murgoitio (eu)
    * Lasse Liehu (fi)

(wiz)

2014-07-19 06:12:54 UTC MAIN commitmail json YAML

Updated x11/libXi to 1.7.4

(wiz)

2014-07-19 06:12:44 UTC MAIN commitmail json YAML

Update to 1.7.4:
More locking bugs fixed, so here's a minor release to make packaging
easier.

(wiz)

2014-07-19 05:20:07 UTC MAIN commitmail json YAML

Note update of www/geeklog package to 2.1.0.

(taca)

2014-07-19 05:19:39 UTC MAIN commitmail json YAML

Update geeklog to 2.1.0.

- Integrated Caching Template Library original developed by Joe Mucchiello [Tom]
- Support for themes to specify a default theme. Default themes template and css
  files will be used unless they are included in the new theme directory [Tom]
- Added configruable caching support for blocks (regular and gldefault),
  staticpages and articles [Tom]
- Speed increases by caching topic tree structure [Tom]
- What's Related article block now includes all Topics. Can set length of titles
  [Tom]
- Articles now list what Topics they are filed under. [Tom]
- New related_topics autotag. It displays all topics an item belongs too. [Tom]
- New related_items autotag. It displays all other related items based on what
  topics the defined item belongs too [Tom]
- Updated Command & Control layout. Plugins can now organized into groups. [Tom]
- New OAuth login methods supported (Google, Microsoft, Yahoo). OAuth supported
  now includes 1.0, 1.0a, and 2.0 (depends on what the provider supports) [Tom]
- Javascript and css can now be loaded in a specified order. [Tom]
- Numerous fixes for multi-language support [Tom]
- Added CKEditor 4.3.2 as the default advanced editor for Geeklog [Dengen]
- New article render which fixes entities etc... from showing up where they
  shouldn't [Dengen]
- New Advanced Editor System that allows developers to easily to add new
  javascript editors [Dengen]
- Article, Staticpages Poll and Topic IDs can now be 128 characters long [Tom]
- User Login page now can be accessed directly without first displaying a login
  error message [Tom]
- Fixed deadlock issues with the session table [Tom]
- Updated Hebrew language files, provided by LWC
- jQuery can now be included in the header [Tom]
- Updated to jQuery 1.10.2 and jQuery UI to 1.10.3 [Tom]
- Added a Filemanager [Kenji ITO]
- Added timepicker jQuery control [Dengen]

(taca)

2014-07-19 05:18:45 UTC MAIN commitmail json YAML

Note update of www/typo3_45 package to 4.5.35 and www/typo3_61
package to 6.1.10.

(taca)

2014-07-19 05:17:56 UTC MAIN commitmail json YAML

Update typo3_61 to 6.1.10, it is not security release but normal maintenance
release.

2014-07-08  17950cc                  [RELEASE] Release of TYPO3 6.1.10 (TYPO3 Release Team)
2014-07-08  b1c86f2  #48939,#49055  [BUGFIX] Movements pollute colPos value of content elements (Nicole Cordes)
2014-07-07  10b853d  #48943,#31637  [BUGFIX] TCA: handle select renderMode=tree with minitems=1 AND maxitems=1 (Alexander Bigga)
2014-07-07  a33b537  #58463          [BUGFIX] Set internalUploadMap on upload in ExtendedFileUtility (Marc Bastian Heinrichs)
2014-07-07  316ba85  #59664          [BUGFIX] Wrong image reference handling during flexform copying (Alexey Gafiulov)
2014-07-06  3e4879b  #59642          [BUGFIX] Suggest wizard doesn't work in page flexforms (Bernhard Kraft)
2014-07-06  900b11b  #51189          [BUGFIX] Remove non-needed URL parameter for standard search (Tomita Militaru)
2014-07-02  5adc991  #59813          [BUGFIX] Fix usergroup condition in user TSconfig (Markus Klein)
2014-07-02  d6ee5a6  #31757          [BUGFIX] Create workspace label placeholder that matches field conditions (Sascha Egerer)
2014-06-29  656dd15  #59979          [BUGFIX] Fix unit tests after latest PHP changes (Helmut Hummel)
2014-06-29  0a3ec65                  [TASK] Improve travis notifications to channels (Helmut Hummel)
2014-06-29  5e0c3de  #59978          [TASK] Reset phpunit to 3.7 version (Anja Leichsenring)
2014-06-28  16cd7eb  #59392          [BUGFIX] Gifbuilder: Fix image-mask-functionality (Stefan Neufeind)
2014-06-28  af3380f  #58763          [TASK] Add a function for clearing the rootline caches (Oliver Klee)
2014-06-22  6269258  #58728          Revert "[BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler" (Helmut Hummel)
2014-06-21  20734be  #59773          [BUGFIX] Remove misspelled setting rootlevel for sys_file_collection (Marc Bastian Heinrichs)
2014-06-21  d4c9e04  #59344          [BUGFIX] Fix empty globalString LIT condition comparison (Marc Bastian Heinrichs)
2014-06-20  b81d415  #49036          [BUGFIX] Treat link handler links as internal URLs (Alexander Stehlik)
2014-06-20  50d36b8  #30244          [BUGFIX] Followup to "system locale when indexing" (Markus Klein)
2014-06-20  b029113  #30244          [BUGFIX] Use system locale when indexing external documents (Jigal van Hemert)
2014-06-19  7f4cc74  #59423          [BUGFIX] Pass field name variable to flexform DS utility (Claus Due)
2014-06-13  5dba6de  #56823          [BUGFIX] Extensionmanager does not show error messages on update failure (Philipp Gampe)
2014-06-13  15ffdb2  #59458          [BUGFIX] Erroneous date sorting in File List (Francois Suter)
2014-06-12  43e5e4c  #25188          [BUGFIX] sys_news on login with twice hsc (Alexander Opitz)
2014-06-06  ce83838  #59324          [BUGFIX] Fix command description (Mathias Brodala)
2014-06-06  0f9bd66  #37467          [BUGFIX] getIndpEnv('TYPO3_SSL') fails to detect reverseProxyIp (Jan-Erik Revsbech)
2014-06-05  b211478  #59364          [BUGFIX] Illegal string offset 'uid' in TypoScriptFrontendController (Robert Vock)
2014-06-05  66bf424  #59277          [BUGFIX] Warning in SearchController (Christian Zenker)
2014-06-04  2c8a428  #59343          [BUGFIX] Fix frontend unit tests if executed standalone (Helmut Hummel)
2014-06-03  cd81ccb  #59185          [BUGFIX] DataHandler::log() must not return NULL (Markus Klein)
2014-06-03  9576c32  #59302          [BUGFIX] Fix wrong JS function name in RTE (Markus Klein)
2014-06-03  d7919b0  #59034          [BUGFIX] Fix double ? in eID url for encryption key (Markus Klein)
2014-05-29  34f254b  #58910          [BUGFIX] Flexform element title is cropped to hardcoded length (Sebastian Michaelsen)
2014-05-29  9164025  #59087          [BUGFIX] Fix redirect to install tool in new installations (Markus Klein)
2014-05-28  3e6e8ec  #57063          [BUGFIX] Parent language is not applied to new child records (David Greiner)
2014-05-26  e0be125  #59059          [BUGFIX] New content elements are always stored on pid 0 (Nicole Cordes)
2014-05-23  003c662  #52272          [BUGFIX] Alternative implementations for view helpers do not work (Marc Bastian Heinrichs)
2014-05-22  94f1e32  #58936          [BUGFIX] Wrong HTML in locallang_csh_pages.xlf (Markus Klein)
2014-05-22  f954a79  #39035          [BUGFIX] TCA tree fail to load with IRRE (Xavier Perseguers)
2014-05-22  b908b7d  #56986          [BUGFIX] Fix description of userHomePath and groupHomePath (Marc Bastian Heinrichs)
2014-05-22  f0ac518  #57809          [BUGFIX] Properly check existence of array item (Markus Klein)
2014-05-22  203c1eb  #16472          [BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler (Alexander Opitz)
2014-05-22  420b5c8  #59022          [BUGFIX] Fix failing unit tests for HTTP host check in CLI mode (Helmut Hummel)

(taca)

2014-07-19 05:17:02 UTC MAIN commitmail json YAML

Update typo3_45 to 4.5.35, it is not security release but normal maintenance
release.

2014-07-08  6ca633d                  [RELEASE] Release of TYPO3 4.5.35 (TYPO3 Release Team)
2014-07-08  ebdd15e  #48939,#49055  [BUGFIX] Movements pollute colPos value of content elements (Nicole Cordes)
2014-06-29  021526a                  [TASK] Improve travis notifications to channels (Helmut Hummel)
2014-06-29  4f13b3a  #59838          [TASK] Update Travis CI notification settings (Michael Stucki)
2014-06-23  64a43ca  #59825          [BUGFIX] AbstractBackendViewHelper uses namespaces (Markus Klein)
2014-06-05  05bbf37  #59059          [BUGFIX] New content elements are always stored on pid 0 (Markus Klein)
2014-06-03  4fbb250  #59034          [BUGFIX] Fix double ? in eID url for encryption key (Markus Klein)
2014-05-23  418e313  #58936          [BUGFIX] Wrong HTML in locallang_csh_pages.xlf (Markus Klein)
2014-05-23  81e31f1  #58484          [BUGFIX] SoftReferenceIndex support for more values in class attribute (Marc Bastian Heinrichs)

(taca)

2014-07-19 05:13:45 UTC MAIN commitmail json YAML

Note update of lang/pear package to 1.9.5.

(taca)

2014-07-19 05:13:07 UTC MAIN commitmail json YAML

Update pear to 1.9.5 along with pear XML_Util to 1.2.3.

PEAR-1.9.5

The new version - three years after the last stable 1.9.4 and 2 weeks after
the preview - is a bugfix only release. 13 bugs have been fixed. Among them
are the following:

* #18466: Modifying paths during installation broken on Windows
* #20203: PEAR channels on github user pages do not work
* #20283: Report correct php.ini directive on xdebug installation (and every
  other zend_extension)

Our plan is to work on a new version 1.10 that is E_STRICT and E_DEPRECATED
clean and ships a couple of new features.

XML_Util-1.2.3

* Bug #20293 Broken installation for 1.2.2

Changes to 1.2.2 is not available.

(taca)

2014-07-19 05:11:19 UTC MAIN commitmail json YAML

Note update of net/bind99 package to 9.9.5pl1nb1.

(taca)

2014-07-19 05:10:38 UTC MAIN commitmail json YAML

Explicitly specify KRB5BASE with --with-gssapi option and incudes
mk/krb5.buildlink3.mk.

It prevent link libcrypt twice with PREFER_PKGSRC=openssl.

Fix was provided Chuck Silvers via private e-mail about two weeks ago and
I've confirmed the problem.

Bump PKGREVISION.

(taca)

2014-07-19 02:51:37 UTC MAIN commitmail json YAML

Updated net/pear-Net_LDAP2 to 2.1.0

(wen)

2014-07-19 02:50:41 UTC MAIN commitmail json YAML

Update to 2.1.0

Upstream changes:
2.1.0
Changelog:

* New feature: Filter::matches() can do simple filtering on entry sets (supported: equals, contain, begin, end, any; NOT, AND, OR. Filtering is simple based on regexp, no schema checks and matchRules yet!)
* Fixed minor bugs in Filter, LDAP and Entry class
* Util::split_attribute_string(): Added support for extended match operators from filters
* Util::split_attribute_string(): Added support for delimeter retrieval

(wen)

2014-07-19 02:38:57 UTC MAIN commitmail json YAML

Updated sysutils/pear-Log to 1.12.8

(wen)

2014-07-19 02:38:03 UTC MAIN commitmail json YAML

Update to 1.12.8

Upstream changes:
1.12.8
Changelog:

- The syslog handler now emits PEAR_LOG_* priorities. (pear/Log#1)

(wen)

2014-07-19 00:35:30 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.15

(wen)

2014-07-19 00:34:32 UTC MAIN commitmail json YAML

Update to 5.15

Upstream changes:
5.15  2014-07-17
  - Improved Mojo::DOM::HTML performance slightly.
  - Fixed small selector bug in get command.

5.14  2014-07-14
  - Improved all_text performance in Mojo::DOM.
  - Improved Mojo::DOM::CSS, Mojo::DOM::HTML and Mojo::JSON performance with
    regular expression optimizations.
  - Fixed deep recursion warnings in Mojo::DOM and Mojo::DOM::HTML. (jberger)

(wen)

2014-07-18 20:08:24 UTC MAIN commitmail json YAML

Remove CFLAGS+=-g. Accidentally added.

(ryoon)

2014-07-18 19:50:47 UTC MAIN commitmail json YAML

2014-07-18 18:16:43 UTC MAIN commitmail json YAML

Updated databases/sqlrelay to 0.56

(fhajny)