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

2024-05-12 13:51:54 UTC Now

2013-10-05 12:42:22 UTC MAIN commitmail json YAML

Updated www/ap2-subversion to 1.8.3nb2

(obache)

2013-10-05 12:41:57 UTC MAIN commitmail json YAML

Let to install modules into apache libexecdir, same as 1.7.x.
fixes PR pkg/48273

Bump PKGREVISION.

(obache)

2013-10-05 11:43:32 UTC MAIN commitmail json YAML

Fix remaining build problem under Mac OS X:
As "DSO_LIBDIR" is now always set (and must be always set because of all
the changes that refer to it) we cannot use it to check for the Cygwin
case anymore. Instead check whether "OPSYS" is (not) equal to "Cygwin".

(tron)

2013-10-05 11:08:24 UTC MAIN commitmail json YAML

Make sure that the target directory for shared libraries is always defined.
This fixes one of the build problems under NetBSD and Mac OS X introduced
by the Cygwin patches.

(tron)

2013-10-05 08:43:53 UTC MAIN commitmail json YAML

+ cdialog-1.2.20130928, conserver-8.1.19, courier-mta-0.72,
  doclifter-2.13, eric5-5.3.7, etm2-2.2.2 [etm successor],
  highlight-3.16, libdvbpsi-1.1.1, lighttpd-1.4.33, lzip-1.15,
  sane-1.0.24, sawfish-1.10, softhsm-1.3.5, wine-devel-1.7.3 [wait
  until NetBSD gains OSS 4 [kern/46611] or bring OSS 3 support
  back].

(wiz)

2013-10-05 08:29:47 UTC MAIN commitmail json YAML

Updated multimedia/libdvbpsi to 1.1.1

(wiz)

2013-10-05 08:29:38 UTC MAIN commitmail json YAML

Update to 1.1.1:

Changes between 1.1.0 and 1.1.1:
--------------------------------

* Various bugfixes (documentation, dvbinfo)
* Check TDT and TOT in dvbpsi_CheckPSISection() both have b_syntax_indicator set to '0'.
* Allow SDT with table_id 0x46

(wiz)

2013-10-05 07:40:59 UTC MAIN commitmail json YAML

Use INSTALL_LIB with 7z.so; fixes 'symbols referenced by indirect symbol table entries that can't be stripped' on Darwin

(adam)

2013-10-05 07:01:06 UTC MAIN commitmail json YAML

2013-10-05 06:16:39 UTC MAIN commitmail json YAML

Fix previous: add missing trailing slash.
>From Nat Sloss in PR 48261.
Bump PKGREVISION.

(wiz)

2013-10-05 05:13:07 UTC MAIN commitmail json YAML

Fix build on OpenBSD 5.3.

* Pass LDFLAGS to gsx build etc.
* Pass -lxcb to LDFLAGS for OpenBSD

(ryoon)

2013-10-04 21:52:06 UTC MAIN commitmail json YAML

Updated archivers/p7zip to 9.20.1nb1

(wiz)

2013-10-04 21:51:57 UTC MAIN commitmail json YAML

Add support for WIM archives.
Based on PR 48261 by Nat Sloss.
Bump PKGREVISION.

(wiz)

2013-10-04 21:26:41 UTC MAIN commitmail json YAML

Updated devel/rcs to 5.9.1

(wiz)

2013-10-04 21:26:31 UTC MAIN commitmail json YAML

Update to 5.9.1:

- 5.9.1 | 2013-10-04

  - bugfixes

    - specify ‘diff --binary’ consistently for non-POSIX systems

      On non-POSIX systems, in some cases, ‘rcs frob’ used to omit
      ‘--binary’ from the command-line to the underlying diff(1).
      Now, that is done in all cases.

    - portability fixes

      - avoid ‘grep -q’

        GNU grep understands ‘grep -q’ but some others do not.

        (info "(autoconf) Limitations of Usual Tools")

      - avoid ‘$<’ in makefile

        GNU make understands ‘$<’ but some others do not.

        (info "(autoconf) $< in Ordinary Make Rules")

      - avoid backslash in backticks

        The /bin/sh scripts used in "make" and "make check" now avoid
        using a backslash in backticks, which can cause problems for
        Solaris 9 /bin/sh (and maybe other /bin/sh implementations).

  - ‘PROGRAM --help’ shows home page / "gethelp" info

    This is for compliance w/ the GNU coding standards.

    (info "(standards) --help")

  - maintenance tools updated
    - automake (GNU automake) 1.13.4
    - gnulib-tool (GNU gnulib 2013-10-03 04:59:38) 0.0.8036-28df8

(wiz)

2013-10-04 21:17:40 UTC MAIN commitmail json YAML

Updated devel/atk to 2.10.0

(wiz)

2013-10-04 21:17:27 UTC MAIN commitmail json YAML

Update to 2.10.0:

Changes in version 2.10.0:
==========================
*
* Documentation:
  * Bug 684667: improve documentation for AtkObject::children-changed
    signal
* Visuall C++ Builds: Use Custom Build Rules
* Updated Aragonese and Japanese translation.

Changes in version 2.9.4:
==========================
*
* Deprecations:
  * Bug 649575: Deprecate AtkObject::focus-event signal and all
    related methods
  * Bug 653291: Deprecate 'text-changed' signal (in favour of
    'text-insert' and 'text-remove').
  * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
  * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
    old API
  * Remove 'text-update' signal (without deprecation, as was not used
    and can be removed without breaking ABI/API)
* Documentation:
  * Removed unneeded comments at atk_implementor_ref_accessible and
    about glib usage.
  * Bug 684665: removing several .sgml files and fixing gtk-doc
    warnings
  * Bug 684705: little update on 'text-insert' and 'text-remove'
    documentation
  * Bug 491998: add documentation for AtkRectangle
* Tests:
  * Refactor test suite: no longer a loadable module but an standalone
    executable.
  * Split testrelation into testrelation and testrole.
  * Execute all role tests, doesn't matter if one fails
* Bugfixing and miscellanea:
  * Bug 704092: Fix and off-by-one in role names
  * Bug 705290: Use generated enum type for AtkRole to get the role name
  * Drop use of ATK_DISABLE_DEPRECATED guards in ATK

Changes in version 2.9.3:
==========================
*
* Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
  * Deprecated atk_text_get_text_{before,after}_offset()
  * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
    ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
    the documentation.
  * Updated atk_text_get_text_{at,before,after}_offset() documentation
* Bug 701503: Fix documentation for atk_object_get_attributes()
* Removed pads from interfaces

Changes in version 2.9.2:
==========================
*
* Leak management:
  * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
  * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
  * Bug 699256: Free 'embedded_plug_id' when destroyed
* Tests:
  * Bug 696466: Fix logic when testing for empty state set
  * Bug 696409: fix hyphenation on testrelation.c
* Documentation:
  * Include atk_object_get_object_locale documentation
  * Fix having a repeated id on the main doc template
  * Bug 700800: Improve documentation for AtkPlug and AtkSocket

(wiz)

2013-10-04 21:15:55 UTC MAIN commitmail json YAML

Updated print/poppler to 0.24.2

(wiz)

2013-10-04 21:15:41 UTC MAIN commitmail json YAML

Update to 0.24.2:

Release 0.24.2
        core:
        * Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATION. Bug #69597

        utils:
        * pdfseparate: improve the path building
        * pdftocairo: check file opening failure in beginDocument()

(wiz)

2013-10-04 21:11:45 UTC MAIN commitmail json YAML

+ cherokee-1.2.103 [pkg/48268].

(wiz)

2013-10-04 21:02:22 UTC MAIN commitmail json YAML

2013-10-04 21:02:11 UTC MAIN commitmail json YAML

Update to 1.4.17:

* Noteworthy changes in release 1.4.17 (2013-09-22) [stable]

** Fix compilation with newer glibc headers.

** Fix a failure with diverting large amounts of text on mingw (does
  not affect platforms that can rename an open file).

** A number of portability improvements inherited from gnulib.

(wiz)

2013-10-04 20:58:53 UTC MAIN commitmail json YAML

Updated multimedia/libmatroska to 1.4.1

(wiz)

2013-10-04 20:58:44 UTC MAIN commitmail json YAML

Update to 1.4.1:

New 1.4.1 version:
    - Added new elements/classes DiscardPadding, CodecDelay and
      SeekPreRoll
    - The licensing information has been cleared up/unified.
    - The Makefile now contain options for specifying the destination
      base directory during installation ("DESTDIR") and for
      specifying which library types to build ("link").
    - The libraries are built without the "-ansi" and
      "-fno-gnu-keywords" flags on Linux
    - Code cleanup

(wiz)

2013-10-04 20:54:26 UTC MAIN commitmail json YAML

Updated x11/xf86-video-savage to 2.3.7

(wiz)

2013-10-04 20:54:17 UTC MAIN commitmail json YAML

Update to 2.3.7:

xf86-video-savage-2.3.7 provides a small bugfix for video playback
on MX/IX/SuperSavage (not sure if anyone noticed).

Otherwise just the usual catch-up to the ever-changing xserver, build
and run on 1.14, and default to EXA now that the xserver does not
support XAA anymore.

== Changes since 2.3.6 ==

Alexander Grothe (1):
      Drop miInitializeBackingStore() call

Dave Airlie (2):
      savage: move compat-api.h down to proper place.
      savage: fix default accel arch when built with no XAA

Tormod Volden (5):
      Really fix default accel arch when built with no XAA
      exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
      Fix building with TRACEON defined
      Fix video window height on MX/IX/SuperSavage
      xf86-video-savage: bump to version 2.3.7

(wiz)

2013-10-04 18:36:54 UTC MAIN commitmail json YAML

2013-10-04 18:36:16 UTC MAIN commitmail json YAML

Use modern C features like variadic functions.

(joerg)

2013-10-04 18:35:22 UTC MAIN commitmail json YAML

2013-10-04 18:32:07 UTC MAIN commitmail json YAML

2013-10-04 18:27:48 UTC MAIN commitmail json YAML

2013-10-04 18:26:29 UTC MAIN commitmail json YAML

2013-10-04 18:23:40 UTC MAIN commitmail json YAML

2013-10-04 15:55:52 UTC MAIN commitmail json YAML

Updated lang/chicken to 4.8.0.5

(asau)

2013-10-04 15:55:38 UTC MAIN commitmail json YAML

Update to Chicken 4.8.0.5
Requested by Peter Bex.

4.8.0.5

- Security fixes
  - CVE-2013-4385: read-string! no longer reads beyond its buffer when
    length is #f.
  - poll() is also used on cygwin by enabling the fix for CVE-2012-6122
  - file-creation-mode now passes a valid value to umask when its argument
    is omitted.  (Also ensure it always returns the old umask value.)
  - Fix a data corruption problem in list->queue.

- Core libraries
  - read-string! behaves correctly in presence of EOF.
  - Several subtle problems in the reader in the presence of EOF are fixed.
  - Use poll() instead of select() on cygwin.

- Runtime
  - Fix an issue on initial seed of the random number generator.

4.8.0.4

- Runtime
  - Ensure correct type is used for sigsetjmp(3) buffer.  This fixes,
    for example, a bus error in 32-bit OS X builds (#1021).

- Core libraries
  - Export file-type from the posix unit.

- Build system
  - Use inexact comparison for flonum tests, as there is sometimes a
    miniscule difference between trig functions computed by libc and
    those precalculated by gcc.

(asau)

2013-10-04 15:36:31 UTC MAIN commitmail json YAML

2013-10-04 14:46:41 UTC MAIN commitmail json YAML

Add libreoffice4

(ryoon)

2013-10-04 14:45:38 UTC MAIN commitmail json YAML

Added misc/libreoffice4 version 4.1.1.2nb1

(ryoon)

2013-10-04 14:44:46 UTC MAIN commitmail json YAML

2013-10-04 14:40:42 UTC MAIN commitmail json YAML

2013-10-04 14:40:06 UTC MAIN commitmail json YAML

Added databases/hsqldb18 version 1.8.0.10

(ryoon)

2013-10-04 14:38:49 UTC MAIN commitmail json YAML

Import hsqldb18-1.8.0.10 as databases/hsqldb18.

HSQLDB (HyperSQL DataBase) is the leading SQL relational database
engine written in Java. It offers a small, fast multithreaded and
transactional database engine with in-memory and disk-based tables
and supports embedded and server modes.

This package contains library file (hsqldb.jar) only, and it is
old and should be used only for LibreOffice package.

(ryoon)

2013-10-04 14:36:19 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.21nb1

(ryoon)

2013-10-04 14:34:53 UTC MAIN commitmail json YAML

Bump PKGREVISION.

* Enable icu option by default. It is used for libreoffice4.

(ryoon)

2013-10-04 10:46:37 UTC MAIN commitmail json YAML

Updated devel/ncurses to 5.9nb2

(jperkin)

2013-10-04 10:46:25 UTC MAIN commitmail json YAML

Always disable mixed case support on OSX, otherwise a package built
with WRKOBJDIR on a case-sensitive file system cannot be installed
onto a case-insensitive one.

Bump PKGREVISION.

(jperkin)

2013-10-04 08:19:47 UTC MAIN commitmail json YAML

Updated x11/xkeyboard-config to 2.10.1

(wiz)

2013-10-04 08:19:37 UTC MAIN commitmail json YAML

Update to 2.10.1:

The release 2.10 of xkeyboard-config did not really happen because of
the technical issues, so I am happy to present 2.10.1

Most of the work in that release was made by Benno Shulenberg, who did
some massive cleanups of the codebase.

Other people contributed various layouts fixes and code improvements.

Traditional credits go to the TP for the quality translations.

(wiz)

2013-10-04 08:07:23 UTC MAIN commitmail json YAML

2013-10-04 07:04:47 UTC MAIN commitmail json YAML

Added devel/gearmand version 1.0.6

(fhajny)

2013-10-04 07:04:28 UTC MAIN commitmail json YAML

2013-10-04 07:03:37 UTC MAIN commitmail json YAML

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

Updated misc/py-anita to 1.31

(gson)

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

Update misc/py-anita to 1.31.  Changes from 1.30:

Fix a failure to consume a shell prompt which would cause it to remain
buffered and later be mistaken for one that had not yet issued.  For
added protection, add a unique serial number to each prompt.

Omit drive index from qemu command line for backwards compatibility
with scripts written for anita 1.29 or older.

Fix X11 set names.

(gson)

2013-10-03 17:37:08 UTC MAIN commitmail json YAML

clamav-0.98 is already in pkgsrc

(jnemeth)

2013-10-03 14:49:12 UTC MAIN commitmail json YAML

+ amavisd-new-2.8.1.

(taca)

2013-10-03 14:48:41 UTC MAIN commitmail json YAML

Note update of devel/check package to 0.9.10.

(taca)

2013-10-03 14:48:07 UTC MAIN commitmail json YAML

Update check to 0.9.10.

Thu, Apr 18, 2013: Released Check 0.9.10
  based on r743 (2013-04-18 11:27:03 +0200)

* Support 64bit int for __ck_assert_int. Patch from bug #3599471

* Add equivalent uint variants for __ck_assert_int. Patch from bug #3600433.

* Detect if the system has a C99 compliant version of the printf related
  functions for check to use, and if not use an implementation provided by
  check.

* Updated HACKING and release procedure in Makefile.am.

* Detect if the system has clock_gettime() available, and if not use an
  implementation provided by check. clock_gettime() is used to measure
  test durations. The implementation for OSX uses OSX specific system calls
  to get the time. For all other systems, clock_gettime() does nothing.

* Updated documentation in check.h to reference new check API.

* Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from
  check's unit tests.

* Fix implementation of putenv in check's libcompat for systems that do not
  provide it.

* Fix implementation of unsettenv in check's libcompat for systems that do
  not provide it.

* Improvements to the new Check API: new comparison functions for pointers:
  ck_assert_ptr_(eq|ne).

* Test timeouts can now be in nanosecond precision. The tcase_set_timeout
  call, and CK_DEFAULT_TIMEOUT and CK_TIMEOUT_MULTIPLIER environment
  variables now can accept floating point arguments.

* Cleanup compile warnings, patch #3579199 on SF.

* Renamed Check's internal list functions to start with check_, patch #3448601 on SF.

(taca)

2013-10-03 14:41:00 UTC MAIN commitmail json YAML

Improve "poll list of mounted file systems" patch by removing some
__OS_name__ ifdefs.

(prlw1)

2013-10-03 13:43:13 UTC MAIN commitmail json YAML

add patch for CVE-2013-1881 (SA55088) to graphics/librsvg

(tez)

2013-10-03 13:39:13 UTC MAIN commitmail json YAML

2013-10-03 13:18:25 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.7.2

(wiz)

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

Update to 2.7.2:

Regularly scheduled bugfix release. This fixes significant regressions
from 2.7 in push/pull performance and SSL negotiation.

    bundle: fix performance regression when bundling file changes (issue4031)
    generaldelta: initialize basecache properly
    help: use full name of extensions to look up them for keyword search
    histedit: abort if there are multiple roots in "--outgoing" revisions
    histedit: add more detailed help about "--outgoing"
    histedit: suggest "histedit --abort" for inconsistent histedit state
    httpclient: apply upstream revision da7579b034a4 to fix SSL problems (issue4038)
    rebase: catch RepoLookupError at restoring rebase state for abort/continue
    rebase: catch RepoLookupError at restoring rebase state for summary
    repoview: have unfilteredpropertycache using the underlying cache
    repoview: make propertycache.setcache compatible with repoview
    revset: fix wrong keyword() behaviour for strings with spaces
    sslutil: backed out changeset 074bd02352c0 (issue4038)
    strip: set current bookmark to None if stripped

(wiz)

2013-10-03 12:24:08 UTC MAIN commitmail json YAML

+ R-3.0.2, TeXmacs-1.0.7.20, ansible-1.3.2 [pkg/48248], byacc-20130925,
  cdialog-1.2.20130923, clamav-0.98, flightgear-2.12, gama-1.14,
  gaupol-0.24.1, glade-3.16.0, gnome-3.10, gnome-panel-3.8.0,
  gstreamer-1.2, gtexinfo-5.2, inkscape-0.48.4, kde4-4.11.2,
  libgee-0.12.0, nspr-4.10.1, nss-3.15.2, parallel-20130922,
  phpmyadmin-4.0.7, poppler-0.24.2, pspp-0.8.1, rsync-3.1.0,
  rudiments-0.43, seamonkey-2.21, thunderbird-24, vlc2-2.1.0,
  webkit-gtk-2.2.0, x264-devel-20130928, xf86-video-savage-2.3.7.

(wiz)

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

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

Improve description.

(wiz)

2013-10-03 11:16:58 UTC MAIN commitmail json YAML

2013-10-03 11:15:48 UTC MAIN commitmail json YAML

Don't mess with the normal PLIST.${OPSYS} logic. Use a variable to
control whether PLIST.shlib should be included or not.

(joerg)

2013-10-03 11:15:39 UTC MAIN commitmail json YAML

2013-10-03 11:13:07 UTC MAIN commitmail json YAML

Updated mail/fdm to 1.7

(obache)

2013-10-03 11:12:43 UTC MAIN commitmail json YAML

Update fdm to 1.7.
Based on PR pkg/48254 by Leonardo Taccari.

pkgsrc changes:
* add options.mk: now fdm supports "debug" and "pcre" options (previously the
  PCRE support was always included).

Changes:
* Add mbox tags for messages fetched from a mbox
* Detect GMail's XYZZY capability for IMAP and use it to try and workaround
  some of their broken behaviour (incorrectly reported message sizes).
* Print a warning on missing maildirs when fetching from them rather than
  crashing or giving an error. Reported by Frank Terbeck.
* Introduce a configure script and tidy up build infrastructure.
* GMail IMAP doesn't correctly set the \Seen flag after UID FETCH BODY[], so
  explicitly set it with STORE when mail is kept. Reported by Patrice Clement.
* Properly count mails when polling multiple folders on a single IMAP server,
  reported by Claudio M. Alessi.
* Support user and pass on NNTP, requested by Michael Hamann.
* Escape . properly when delivering to SMTP.
* Don't be as strict about format at the end of messages when using IMAP -
  accept additional information as well as FLAGS. Reported by rivo nurges.

(obache)

2013-10-03 08:45:43 UTC MAIN commitmail json YAML

Remove unused patch.

(wiz)

2013-10-03 08:31:33 UTC MAIN commitmail json YAML

Updated x11/xf86-video-r128 to 6.9.2

(wiz)

2013-10-03 08:31:23 UTC MAIN commitmail json YAML

Update to 6.9.2:
xf86-video-r128 6.9.2 includes a fix for EXA color errors on PowerPC,
plus updates to build with xserver 1.13 and 1.14.

Note that also this xserver patch is needed for 1.13 and 1.14:
http://lists.x.org/archives/xorg-devel/2013-September/037971.html

All credits go to Connor Behan for keeping this driver alive!

Connor Behan (4):
      Remove call to obsolete miInitializeBackingStore()
      Swap pixmap bytes for a solid picture on big endian host
      Minor spacing changes
      Specify NULL for the platform probe function

Tormod Volden (1):
      r128: bump to version 6.9.2

(wiz)

2013-10-03 08:25:21 UTC MAIN commitmail json YAML

Updated security/libsodium to 0.4.3

(obache)

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

Update libsodium to 0.4.3, per maintainer update request by PR pkg/48260.

* Version 0.4.3
- crypto_sign_seedbytes() and crypto_sign_SEEDBYTES were added.
- crypto_onetimeauth_poly1305_implementation_name() was added.
- poly1305-ref has been replaced by a faster implementation,
Floodyberry's poly1305-donna-unrolled.
- Stackmarkings have been added to assembly code, for Hardened Gentoo.
- pkg-config can now be used in order to retrieve compilations flags for
using libsodium.
- crypto_stream_aes256estream_*() can now deal with unaligned input
on platforms that require word alignment.
- portability improvements.

(obache)

2013-10-03 07:52:32 UTC MAIN commitmail json YAML

2013-10-03 01:25:51 UTC MAIN commitmail json YAML

Add explicit sh invocation in case the checkout is missing the
executable bit on errlist.sh.

(joerg)

2013-10-03 01:24:57 UTC MAIN commitmail json YAML

Mark the copy of bmake's configure as executable in case the checkout is
missing the bit.

(joerg)

2013-10-02 20:27:18 UTC MAIN commitmail json YAML

Updated devel/cmake to 2.8.11.2nb2

(wiz)

2013-10-02 20:26:47 UTC MAIN commitmail json YAML

xmlrpc-c dependency is not needed since around cmake-2.8. Noted by joerg.
Bump PKGREVISION.

(wiz)

2013-10-02 20:04:04 UTC MAIN commitmail json YAML

Adjust Cygwin to the normal pkgsrc installation layout. Add one file
that doesn't seem to get installed otherwise.

(joerg)

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

2013-10-02 20:00:27 UTC MAIN commitmail json YAML

Cygwin specific shared libraries.

(joerg)

2013-10-02 19:59:31 UTC MAIN commitmail json YAML

Drop Windows specific parts to get results consistent with all other
platforms for the man pages.

(joerg)

2013-10-02 18:31:36 UTC MAIN commitmail json YAML

Updated security/clamav to 0.98

(adam)

2013-10-02 18:30:13 UTC MAIN commitmail json YAML

ClamAV 0.98 includes many new features, across many different components
of ClamAV. There are new scanning options, extensions to the libclamav API,
support for additional filetypes, and internal upgrades.

(adam)

2013-10-02 18:07:40 UTC MAIN commitmail json YAML

Updated devel/gmp to 5.1.3; net/rsync to 3.1.0

(adam)

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

Changes 3.1.0:

OUTPUT CHANGES:

- Output numbers in 3-digit groups by default (e.g. 1,234,567).  See the
  --human-readable option for a way to turn it off.  See also the daemon's
  "log format" parameter and related command-line options (including
  --out-format) for a modifier that can be used to request digit-grouping
  or human-readable output in log escapes. (Note that log output is
  unchanged by default.)

- The --list-only option is now affected by the --human-readable setting.
  It will display digit groupings by default, and unit suffixes if higher
  levels of readability are requested.  Also, the column width for the size
  output has increased from 11 to 14 characters when human readability is
  enabled.  Use --no-h to get the old-style output and column size.

- The output of the --progress option has changed:  the string "xfer" was
  shortened to "xfr", and the string "to-check" was shortened to "to-chk",
  both designed to make room for the (by default) wider display of file
  size numbers without making the total line-length longer.  Also, when
  incremental recursion is enabled, the string "ir-chk" will be used
  instead of "to-chk" up until the incremental-recursion scan is done,
  letting you know that the value to check and the total value will still
  be increasing as new files are found.

- Enhanced the --stats output: 1) to mention how many files were created
  (protocol >= 28), 2) to mention how many files were deleted (a new line
  for protocol 31, but only output when --delete is in effect), and 3) to
  follow the file-count, created-count, and deleted-count with a subcount
  list that shows the counts by type.  The wording of the transferred count
  has also changed so that it is clearer that it is only a count of regular
  files.

More...

(adam)

2013-10-02 15:13:46 UTC MAIN commitmail json YAML

Oops.. switched back to .tar.bz2

(adam)

2013-10-02 15:10:55 UTC MAIN commitmail json YAML

Changes 5.1.3:

  BUGS FIXED
  * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
    compute garbage with a low probability.  They are now rewritten, and the
    test code has been improved.

  * A bug in the ia64 implementation of mpn_divrem_2, clobbering some
    callee-save registers, has been fixed. This is an internal
    function, with the bug manifesting itself as miscomputation in,
    e.g., mpn_sqrtrem.

  * The documentation now correctly says 'const' for input arguments.

(adam)

2013-10-02 14:39:11 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Getopt to 0.58

(wen)

2013-10-02 14:38:16 UTC MAIN commitmail json YAML

Update to 0.58

Upstream changes:
0.58      2013-09-13 16:57:41Z (Karen Etheridge)
- remove use of deprecated $Config::Any::YAML::NO_YAML_XS_WARNING in tests
- warnings tests bypassed during installation
- author metadata moved to contributors

0.57      2013-09-07 21:29:05Z (Karen Etheridge)
- spelling fixes (RT#87780, David Steinbrunner)
- removed use of deprecated Class::MOP::load_class
- repository migrated from shadowcat to the github moose organization

(wen)

2013-10-02 14:27:17 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Declare to 0.37

(wen)

2013-10-02 14:26:03 UTC MAIN commitmail json YAML

Update to 0.37
Update DEPENDS

Upstream changes:
0.37      2013-09-26 04:08:21Z (Karen Etheridge)
  * repository migrated to the github moose organization
  * re-release with fixed compile test

0.36      2013-09-10 02:33:28Z (Karen Etheridge)
  * Depend on 'aliased'.
  * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
    Etheridge)
  * removed use of deprecated Class::MOP::load_class, calling enum with a list
  * converted use of Class::MOP::class_of to Moose::Util::find_meta
  * new WARNING section added to pod, regarding future utility of this module

(wen)

2013-10-02 14:22:16 UTC MAIN commitmail json YAML

2013-10-02 14:21:27 UTC MAIN commitmail json YAML

update to 14.4.1
changes:
-Re-enable file-type detection when reading from a pipe
-bugfixes

(drochner)

2013-10-02 14:17:25 UTC MAIN commitmail json YAML

update to 0.23
changes:
-implement the client-to-client protocol
-new command "cdprev"
-make "mv" a shortcut for "move"
-support absolute paths in "add" and "update"
-more UI improvements
-bugfixes, documentation improvements

approved by simonb

(drochner)

2013-10-02 11:44:42 UTC MAIN commitmail json YAML

Fix paths, noted by joerg.

(wiz)

2013-10-02 11:43:52 UTC MAIN commitmail json YAML

Added audio/gmpc-alarm version 11.8.16

(wiz)

2013-10-02 11:43:42 UTC MAIN commitmail json YAML

+ gmpc-alarm

(wiz)

2013-10-02 11:43:37 UTC MAIN commitmail json YAML

Import gmpc-alarm-11.8.16 as audio/gmpc-alarm.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Alarm Timer plugin turns your music player into an alarm, set
the time in at which it must go off and the rest is done by gmpc.

(wiz)

2013-10-02 11:38:32 UTC MAIN commitmail json YAML

Added audio/gmpc-wikipedia version 11.8.16

(wiz)

2013-10-02 11:38:23 UTC MAIN commitmail json YAML

+ gmpc-wikipedia

(wiz)

2013-10-02 11:38:14 UTC MAIN commitmail json YAML

Import gmpc-wikipedia-11.8.16 as audio/gmpc-wikipedia.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

This package contains plugin that shows the Wikipedia page of the
currently playing artist.

The information is shown in a new tab of the player.

(wiz)

2013-10-02 11:33:58 UTC MAIN commitmail json YAML

Added audio/gmpc-libnotify version 11.8.16

(wiz)

2013-10-02 11:33:48 UTC MAIN commitmail json YAML

+ gmpc-libnotify

(wiz)

2013-10-02 11:33:34 UTC MAIN commitmail json YAML

Import gmpc-libnotify-11.8.16 as audio/gmpc-libnotify.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The Libnotify plugin is a misc plugin for gmpc. The plugin uses
libnotify to send messages to the notification-daemon on song
change. It will show the song title, artist, album (date) and genre.
It will also display the album cover if available.

It can act as a replacement for the built-in notification.

(wiz)

2013-10-02 11:29:12 UTC MAIN commitmail json YAML

Added audio/gmpc-jamendo version 11.8.16

(wiz)

2013-10-02 11:28:51 UTC MAIN commitmail json YAML

+ gmpc-jamendo

(wiz)

2013-10-02 11:28:40 UTC MAIN commitmail json YAML

Import gmpc-jamendo-11.8.16 as audio/gmpc-jamendo.

The GNOME Music Player Client is a GTK+ client for remote access,
control and playlist management of the Music Player Daemon featuring
ID3 Support and a tray icon for your notification area.

The jamendo plugin allows you to browse and preview music available
on jamendo.

(wiz)

2013-10-02 11:23:46 UTC MAIN commitmail json YAML

2013-10-02 11:22:41 UTC MAIN commitmail json YAML

2013-10-02 11:19:17 UTC MAIN commitmail json YAML

Updated audio/gmpc-magnatune to 11.8.16

(wiz)

2013-10-02 11:19:08 UTC MAIN commitmail json YAML

2013-10-02 11:15:31 UTC MAIN commitmail json YAML

Updated audio/gmpc-lyricwiki to 11.8.16

(wiz)

2013-10-02 11:15:21 UTC MAIN commitmail json YAML

2013-10-02 11:14:10 UTC MAIN commitmail json YAML

Updated audio/gmpc-lyrics to 11.8.16

(wiz)

2013-10-02 11:13:59 UTC MAIN commitmail json YAML

Update to 11.8.16: changes not documented.

(wiz)

2013-10-02 11:11:51 UTC MAIN commitmail json YAML

Updated audio/gmpc-albumview to 11.8.16

(wiz)

2013-10-02 11:11:41 UTC MAIN commitmail json YAML

2013-10-02 10:59:48 UTC MAIN commitmail json YAML

Updated converters/p5-Unicode-Collate to 0.99

(wiz)

2013-10-02 10:59:39 UTC MAIN commitmail json YAML

Update to 0.99:

0.99  Sun Sep  1 12:46:14 2013
    - by default out-of-range values are treated as if it were U+FFFD
      when UCA_Version >= 22.
    - supported overriding out-of-range values (see 'overrideOut' in POD).
    - modified tests: override.t, illegal.t in t.

0.98  Sat Jun 15 19:44:06 2013
    - typo (see [rt.cpan.org #85655] typo fixes)

(wiz)

2013-10-02 10:58:28 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal-Encoder to 0.37

(wiz)

2013-10-02 10:58:19 UTC MAIN commitmail json YAML

Update to 0.37:

0.37 Mon Sep 2 07:40 2013 (AMS time)
  - Windows and C89 fixes
  - Band-aid: Skip test failing due to hash-randomization [Zefram]

(wiz)

2013-10-02 10:57:59 UTC MAIN commitmail json YAML

Updated converters/p5-Sereal-Decoder to 0.37

(wiz)

2013-10-02 10:57:46 UTC MAIN commitmail json YAML

Update to 0.37:

0.37 Mon Sep 2 07:40 2013 (AMS time)
  - Remove spurious SvREFCOUNT_dec, previously causing
    memory management problems on some vary invalid
    input data.
  - Fixed a memory leak on exception.

(wiz)

2013-10-02 10:55:27 UTC MAIN commitmail json YAML

Updated converters/p5-Convert-TNEF to 0.18

(wiz)

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

Update to 0.18:

0.18  Mon Jul 23 2012
        - Add IO::Wrap dependency to Makefile.PL (RT78412).
        - Change longname() to detect names in newer versions of Outlook.
          (RT78484)

(wiz)

2013-10-02 10:54:31 UTC MAIN commitmail json YAML

Updated converters/p5-Convert-BinHex to 1.123

(wiz)

2013-10-02 10:54:22 UTC MAIN commitmail json YAML

Update to 1.123:

1.123 2013-09-06
- Fixed pod error in debinhex and added pod tests

(wiz)

2013-10-02 10:53:36 UTC MAIN commitmail json YAML

Updated archivers/p5-Compress-Bzip2 to 2.17

(wiz)

2013-10-02 10:53:24 UTC MAIN commitmail json YAML

Update to 2.17:

2.16 2013-06-18 rurban
  - pod typo fixed by GH dsteinbrunner.

2.17 2013-08-28 rurban
  - Fixed license in README (thanks to John Peacock)

(wiz)

2013-10-02 09:58:27 UTC MAIN commitmail json YAML

Updated lang/nodejs to 0.10.20

(fhajny)

2013-10-02 09:58:21 UTC MAIN commitmail json YAML

2013.09.30, Version 0.10.20 (Stable)
* tls: fix sporadic hang and partial reads (Fedor Indutny)
  - fixes "npm ERR! cb() never called!"

2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904
* uv: Upgrade to v0.10.17
* npm: upgrade to 1.3.11
* readline: handle input starting with control chars (Eric Schrock)
* configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
* stream: objectMode transforms allow falsey values (isaacs)
* tls: prevent duplicate values returned from read (Nathan Rajlich)
* tls: NPN protocols are now local to connections (Fedor Indutny)

(fhajny)

2013-10-02 08:07:17 UTC MAIN commitmail json YAML

Updated devel/p5-Test-CheckDeps to 0.008

(wen)

2013-10-02 08:06:11 UTC MAIN commitmail json YAML

Update to 0.008
Update DEPENDS

Upstream changes:
0.008    2013-09-25 13:49:59 Europe/Amsterdam
          - Switch to MakeMaker to fix bootstrapping issues

0.007    2013-09-18 23:42:21 Europe/Amsterdam
          - bump prereq on CPAN::Meta::Check to latest (0.007), for conflicts
            fixes

(wen)

2013-10-02 07:37:07 UTC MAIN commitmail json YAML

Updated devel/p5-Moo to 1.003001

(wen)

2013-10-02 07:35:57 UTC MAIN commitmail json YAML

Update to 1.003001
Update DEPENDS

Upstream changes:
1.003001 - 2013-09-10
  - abbreviate class names from created by create_class_with_roles if they are
    too long for perl to handle (RT#83248)
  - prevent destructors from failing in global destruction for certain
    combinations of Moo and Moose classes subclassing each other (RT#87810)
  - clarify in docs that Sub::Quote's captured variables are copies, not aliases
  - fix infinite recursion if an isa check fails due to another isa check
    (RT#87575)
  - fix Sub::Quote and Sub::Defer under threads (RT#87043)
  - better diagnostics when bad parameters given to has

(wen)

2013-10-02 07:33:37 UTC MAIN commitmail json YAML

Updated devel/p5-Role-Tiny to 1.003002

(wen)

2013-10-02 07:32:27 UTC MAIN commitmail json YAML

Update to 1.003002

Upstream changes:
1.003002  2013-09-04
  - abbreviate generated package names if they are longer than perl can handle
    (RT#83248)
  - add explicit dependency on the version of Exporter that added 'import'

(wen)

2013-10-02 07:25:56 UTC MAIN commitmail json YAML

Mention the files in mk/gnu-config that should be updated when updating
autoconf.

(wiz)

2013-10-02 07:25:14 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 1.12

(wen)

2013-10-02 07:23:07 UTC MAIN commitmail json YAML

Update to 1.12

Upstream changes:
1.12 2013-09-29 09:52:47+0900
    [BUG FIXES]
    - Fix a memory leak related to triggers,
      which was introduced in 1.07 (issue#7)

(wen)

2013-10-02 07:01:12 UTC MAIN commitmail json YAML

Updated lang/scala to 2.10.3

(yyamano)

2013-10-02 06:59:08 UTC MAIN commitmail json YAML

Upgrade to 2.10.3.

2.10.3 is strictly a bug-fix release. 50 issues are fixed since 2.10.2.
You can see the the fixed issues at http://www.scala-lang.org/news/2013/10/01/release-notes-v2.10.3.html

(yyamano)

2013-10-02 02:45:17 UTC MAIN commitmail json YAML

Updated time/p5-Time-HiRes to 1.9726

(wen)

2013-10-02 02:44:24 UTC MAIN commitmail json YAML

Update to 1.9726

Upstream changes:
1.9726 [2013-08-17]
- Correct s/us splitting of usleep(1000000) [rt.cpan.org #78266].
- Avoid integer overflow in itimer-based alarm() with large
  argument [rt.cpan.org #87160].
- Define PERL_NO_INLINE_FUNCTIONS during probe compilations, to
  avoid false negatives caused by not linking with the perl core.
- Be more careful about context in stat().
- Install into "site" directories by default on perl 5.11+
  [rt.cpan.org #79797].
- Fix a couple of doc typos [rt.cpan.org #85365].
- Fix function name in a doc example [rt.cpan.org #86318].
- Provide lstat() that yields high-res timestamps, alongside
  the existing high-res stat() [rt.cpan.org #78732].

(wen)

2013-10-02 02:37:40 UTC MAIN commitmail json YAML

Updated time/p5-Time-Local to 1.2300

(wen)

2013-10-02 02:36:54 UTC MAIN commitmail json YAML

Update to 1.2300
Add LICENSE

Upstream changes:
1.2300  2012-07-20

- Doh, fix the repo & bugtracker info in the META files.

1.2200  2012-07-09

- Explicitly require Test::More 0.88+ for tests.

1.2100  2012-07-09

- A seconds value greater than 59 but less than 60 caused timegm() and
  timelocal() to croak. Now we allow any value that's less than 60. RT #78189.

1.2000  2011-01-02

- Release 1.1902 as a stable version without any further chances.

1.1902  2010-12-16  TRIAL RELEASE

- Merge all changes from blead perl.
- Try to restore compatibility with older perls, which don't have a 64bit
  capable localtime/gmtime.

(wen)

2013-10-02 02:29:46 UTC MAIN commitmail json YAML

Updated time/p5-Time-Piece to 1.23

(wen)

2013-10-02 02:28:47 UTC MAIN commitmail json YAML

Update to 1.23

Upstream changes:
1.23      2013-09-06
        - add a LICENSE file (thanks, John Peacock!)
        - make sure Time::Seconds loads Exporter, which it relies on (thanks,
          GFUJI and TOKUHIROM!)
        - fix day of year parsing (like "%y%j") (thanks, Doug Wilson)

(wen)

2013-10-02 02:19:13 UTC MAIN commitmail json YAML

Updated time/p5-Time-Progress to 1.8

(wen)

2013-10-02 02:17:56 UTC MAIN commitmail json YAML

Update to 1.8

Upstream changes:
1.8  Mon Jul  8 2013

  - more spelling
  - published to github
  - fixed docs

(wen)

2013-10-02 00:13:26 UTC MAIN commitmail json YAML

Updated net/perlbal to 1.80nb1

(mspo)

2013-10-02 00:13:10 UTC MAIN commitmail json YAML

update to 1.80

1.80: 2012-02-26

    -- FLV streaming plugin (Gosuke Miyashita <gosukenator@gmail.com>)

    -- New Throttle plugin (Adam Thomason <thomason@reticulatedsplines.net>)

    -- Force keepalives off when we haven't finished reading a request body, but we
      are already sending a response. (Jonathan Steinert <hachi@kuiki.net>)

    -- Add support for Content-MD5 checking on PUT requests to web server services.
      (Eric Wong <normalperson@yhbt.net>)

    -- Include an XFFExtras plugin that can add X-Forwarded-Port and X-Forwarded-Proto
      headers to help proxy backends construct canonical URLs with less configuration.
      (RT 60260) (Jonathan Steinert <hachi@kuiki.net>)

    -- Fix perlbal-check's age calculation to get the maximum age of queues across all
      Perlbals. (Abe Hassan <ahassan@saymedia.com>)

    -- Add DEFAULT command to allow setting default values for later service tunables
      (Mark Smith <mark@qq.is>)

    -- Change IO::Socket::SSL version requirement error to reflect what we actually
      require. (Jonathan Steinert <hachi@kuiki.net>)

    -- Completely redo the deps list for perlbal. This addresses an issue exposed when
      LWP was split into component modules (RT 68490) , plus other subtle issues we've
      been ignoring or unaware of. (Jonathan Steinert <hachi@kuiki.net>)

    -- Stop loading Storable, we don't use it (Jonathan Steinert <hachi@kuiki.net>)

    -- Switch Devel::Peek to an optional requirement (Jonathan Steinert <hachi@kuiki.net>)

    -- Change perlbal-check to use IO::Socket::INET, not just IO::Socket
      (Jonathan Steinert <hachi@kuiki.net>)

    -- Can use PERLBAL_REMOVE_FIELDS=1 to disable fields and improve performance
      (Nicolas Rochelemagne <nicolas.rochelemagne@cpanel.net>)

    -- Optimize handling of SET for bool values
      (Nicolas Rochelemagne <nicolas.rochelemagne@cpanel.net>)

(mspo)

2013-10-01 17:56:58 UTC MAIN commitmail json YAML

mpd related updates

(drochner)

2013-10-01 17:50:57 UTC MAIN commitmail json YAML

update to 0.21
changes:
-add a chat screen for communication with other clients on the same server
-misc fixes and UI improvements
-added Polish translation

(drochner)

2013-10-01 16:07:02 UTC MAIN commitmail json YAML

update to 11.8.17
changes unknown, comes with gmpc

(drochner)

2013-10-01 16:03:30 UTC MAIN commitmail json YAML

2013-10-01 15:29:11 UTC MAIN commitmail json YAML

update to 2.8
changes:
-status: add nextsong/nextsongid support
-extend support for song priorities

(drochner)

2013-10-01 15:24:51 UTC MAIN commitmail json YAML

Note update of sysutils/ruby-rb-appscript package to 0.6.1nb1.

(taca)

2013-10-01 15:24:02 UTC MAIN commitmail json YAML

Fix build problem and clean up PLIST.

Bump PKGREVISION.

(taca)

2013-10-01 15:21:44 UTC MAIN commitmail json YAML

update to 0.17.5
It fixes two protocol bugs and a crash in the mikmod decoder plugin.

pkgsrc note: updated the sample config file for current reality

(drochner)

2013-10-01 14:54:44 UTC MAIN commitmail json YAML

add patches from upstream to fix security problems:
-Information leak on AVX and/or LWP capable CPUs (CVE-2013-1442 / XSA-62)
-Information leaks through I/O instruction emulation
(CVE-2013-4355 / XSA-63)
-Information leak through fbld instruction emulation
(CVE-2013-4361 / XSA-66)
bump PKGREV

(drochner)

2013-10-01 14:50:38 UTC MAIN commitmail json YAML

add patch from upstream to fix buffer overflow in the mp4a packetizer
(CVE-2013-4388)
bump PKGREV

(drochner)

2013-10-01 14:48:45 UTC MAIN commitmail json YAML

2013-10-01 14:46:55 UTC MAIN commitmail json YAML

update to 0.12.4
changes:
- fixed crash Stellarium when enabled binoculars in the Oculars plugin
- added render nighttime landscapes without lighting

(drochner)

2013-10-01 11:45:26 UTC MAIN commitmail json YAML

Updated databases/mysql51 to 5.1.72; Updated databases/mysql56 to 5.6.14

(adam)

2013-10-01 11:15:59 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3118

(wen)

2013-10-01 11:15:00 UTC MAIN commitmail json YAML

Update to 1.3118

Upstream changes:
1.3118 01.09.2013

    [ ENHANCEMENTS ]
    * GH #946: new 'require_environment' setting. (Jesse van Herk)
    * GH #952: don't set defaults for Template subclasses for
        Dancer::Template::TemplateToolkit. (Rick Myers)
    * GH #945: add function 'template_or_serialize' to
        Dancer::Serializer::Mutable. (Yanick Champoux)

    [ BUG FIXES ]
    * GH #655: clarify logger error message. (Yanick Champoux,
        reported by Gabor Szabo)
    * GH #951: fix quoting of TemplateToolkit start_tag/stop_tag.
        (Rick Myers)
    * GH #940: carry over the session when we forward().
        (Yanick Champoux, reported by sciurius)
    * GH #954: don't die on autoflush for older perls.
        (Yanick Champoux, reported by metateck and David Golden)
    * GH #950: Dancer::Test functions now populate REQUEST_URI.
        (Yanick Champoux, reported by Sè­«å—·en Kornetzki)

    [ DOCUMENTATION ]
    * GH #942: simpilify the Apache deployment docs for cgi/fcgi.
        (bug report by Scott Penrose)

    [ MISC ]
    * GH #949: fixes a few errors in the serializer testsuite.
        (Franck Cuny)

(wen)

2013-10-01 11:11:08 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.10

(wen)

2013-10-01 11:10:09 UTC MAIN commitmail json YAML

Update to 0.10

Upstream changes:
0.10      2013-09-28 15:26:41 Europe/Paris

    [ DOCUMENTATION ]
    * GH#431: Miscellaneous documentation fixes (Gideon D'souza)
    * Small POD corrections (Ashvini V)

    [ ENHANCEMENTS ]
    * GH#482: Show the startup banner when the worker starts by default
      (Alexis Sukrieh).
    * GH#481: Include local lib dir in @INC by defaults (Alexis Sukrieh).
    * GH#423: Remove ':tests' from Dancer.pm import (Alberto Sim玫es).
    * GH#422: Get rid of core_debug method (Alberto Sim玫es).
    * GH#421: Support Plugin::Ajax content_type (Russell Jenkins).
    * GH#428: Make default errors CSS path relocatable (Russell Jenkins).
    * GH#427, GH#443: Replace global warnings with lexical (Russell Jenkins).
    * GH#374: Don't create an app from app.psgi (Alberto Sim玫es).
    * Cleanup Core::Request, Core::Request::Upload (Mickey Nasriachi).
    * GH#445: Test Template::Simple (Alexis Sukrieh, Russell Jenkins).
    * GH#449: Test Session hooks (Gideon D'souza)
    * GH#434,440: Imutable attributes (Mickey Nasriachi).
    * GH#435: Allow send_error to serialize error (Russell Jenkins).
    * Add more tests to session id rw (Pedro Melo).
    * Whitespace cleanup (Ivan Bessarabov).

    [ BUG FIXES ]
    * GH#424,425: Fix logger tests for different timezones, and close
                  logfile before deleting it: Windows dixit.
                  (Gideon D'souza, Russell Jenkins)

(wen)

2013-10-01 11:02:32 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 4.42

(wen)

2013-10-01 11:00:39 UTC MAIN commitmail json YAML

Changes 5.1.72:
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: InnoDB would rename a user-defined foreign key constraint containing the string ���_ibfk_��� in its name, resulting in a duplicate constraint.
* InnoDB: Rolling back an INSERT after a failed BLOB write would result in an assertion failure. The assertion has been modified to allow NULL BLOB pointers if an error occurs during a BLOB write.
* InnoDB: The srv_master_thread background thread, which monitors server activity and performs activities such as page flushing when the server is inactive or in a shutdown state, runs on a one second delay loop. srv_master_thread would fail to check if the server is in a shutdown state before sleeping.
* InnoDB: An infinite loop could occur in buf_page_get_gen when handling compressed-only pages.
* Within a stored program, comparison of the value of a scalar subquery with an IN clause resulted in an error for the first execution and raised an assertion for the second execution.
* The my_strtoll10() function could incorrectly convert some long string-format numbers to numeric values and fail to set the overflow flag.
* For queries that accessed an INFORMATION_SCHEMA table in a subquery, and attempt to lock a mutex that had already been locked could cause a server crash.
* For DIV expressions, assignment of the result to multiple variables could cause a server crash.
* mysqldump wrote SET statements as SET OPTION, which failed when reloaded because the deprecated OPTION keyword has been removed from SET syntax.
* If one connection changed its default database and simultaneously another connection executed SHOW PROCESSLIST, the second connection could access invalid memory when attempting to display the first connection's default database. memory.

(adam)

2013-10-01 11:00:17 UTC MAIN commitmail json YAML

Update to 4.42

Upstream changes:
4.42  2013-09-30
  - Added EXPERIMENTAL form validation support.
  - Added EXPERIMENTAL modules Mojolicious::Validator and
    Mojolicious::Validator::Validation.
  - Added EXPERIMENTAL validation method to Mojolicious::Controller.
  - Added EXPERIMENTAL validator attribute to Mojolicious.
  - Added EXPERIMENTAL label_for and validation helpers to
    Mojolicious::Plugin::DefaultHelpers.

4.41  2013-09-22
  - Improved documentation browser to be a little more RESTful.
  - Fixed flatten to work with older versions of Perl. (jamadam)

4.40  2013-09-21
  - Added text method to Mojo::Message.
  - Added siblings method to Mojo::DOM.
  - Added flatten method to Mojo::Collection.
  - Improved documentation browser with source links.
  - Fixed smart whitespace trimming bug in Mojo::DOM.
  - Fixed table parsing bug in Mojo::DOM::HTML.
  - Fixed bug in Mojolicious::Types where the txt MIME type did not specify a
    charset.

4.39  2013-09-17
  - Improved HTML5.1 compliance of Mojo::DOM::HTML.

4.38  2013-09-16
  - Added is_binary method to Mojo::Loader.
  - Fixed support for binary files in inflate command.
  - Fixed stylesheet helper not to enforce a media attribute.

(wen)

2013-10-01 10:41:16 UTC MAIN commitmail json YAML

+ ruby-test-unit-notify

(obache)

2013-10-01 10:40:44 UTC MAIN commitmail json YAML

Added devel/ruby-test-unit-notify version 1.0.1

(obache)

2013-10-01 10:40:27 UTC MAIN commitmail json YAML

Import ruby-test-unit-notify-1.0.1 as devel/ruby-test-unit-notify.

A test result notify extension for Ruby Test::Unit.  This provides test result
notification support.

(obache)

2013-10-01 10:31:10 UTC MAIN commitmail json YAML

2013-10-01 10:30:19 UTC MAIN commitmail json YAML

Added devel/ruby-msgpack version 0.5.6

(obache)

2013-10-01 10:29:53 UTC MAIN commitmail json YAML

Import ruby-msgpack-0.5.6 as devel/ruby-msgpack.

MessagePack is a binary-based efficient object serialization library.  It
enables to exchange structured objects between many languages like JSON.  But
unlike JSON, it is very fast and small.}

This package is MessagePack implementation for Ruby.

(obache)

2013-10-01 10:26:39 UTC MAIN commitmail json YAML

Changes 5.6.14:
* MySQL 5.7 changed audit log file output to a new format that has better compatibility with Oracle Audit Vault. This format has been backported to MySQL 5.6 and it is possible to select either the old or new format using the new audit_log_format system variable, which has permitted values of OLD and NEW (default OLD). For details about each format, see The Audit Log File.
* Important Change; Replication: START SLAVE UNTIL SQL_AFTER_GTIDS did not cause the slave to stop until the next GTID event was received following execution of the transaction having the indicated GTID, which could cause issues in the case when the next GTID event is delayed, or does not exist. Now the slave stops after completing the transaction with that GTID.
* InnoDB; Partitioning: Following any query on the INFORMATION_SCHEMA.PARTITIONS table, InnoDB index statistics as shown in the output of statements such as SELECT * FROM INFORMATION_SCHEMA.STATISTICS were read from the last partition, instead of from the partition containing the greatest number of rows.
* InnoDB: When logging the delete-marking of a record during online ALTER TABLE...ADD PRIMARY KEY, InnoDB writes the transaction ID to the log as it was before the deletion or delete-marking of the record. When doing this, InnoDB would overwrite the DB_TRX_ID field in the original table, which could result in locking issues.
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: An assertion would be raised in fil_node_open_file due to a missing .ibd file. Instead of asserting, InnoDB should return false and the caller of fil_node_open_file should handle the return message.
* InnoDB: The assertion ut_ad(oldest_lsn <= cur_lsn) in file buf0flu.cc would fail because the current max LSN would be retrieved from the buffer pool before the oldest LSN.
* InnoDB: InnoDB memcached add and set operations would perform more slowly than SQL INSERT operations.
* InnoDB: The InnoDB memcached plugin could be initialized to insert into an InnoDB table with an INTEGER primary key.
More...

(adam)

2013-10-01 09:04:39 UTC MAIN commitmail json YAML

2013-10-01 05:16:47 UTC MAIN commitmail json YAML

HOMEPAGE moved to Gnome.

(obache)

2013-10-01 03:37:54 UTC MAIN commitmail json YAML

Add nagios-plugin-milter

(manu)

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

2013-10-01 00:32:27 UTC MAIN commitmail json YAML

Updated filesystems/glusterfs to 3.4.1

(manu)

2013-10-01 00:30:26 UTC MAIN commitmail json YAML

2013-09-30 21:33:37 UTC MAIN commitmail json YAML

Updated databases/mysql55-{client,server} to 5.5.34

(adam)

2013-09-30 21:10:12 UTC MAIN commitmail json YAML

Added net/cclive version 0.7.16

(wiz)

2013-09-30 21:10:03 UTC MAIN commitmail json YAML

2013-09-30 21:09:53 UTC MAIN commitmail json YAML

Import cclive-0.7.16 as net/cclive, packaged for wip by zecrazytux,
ryo-on, and myself.

cclive is a command line video extraction utility similar to clive
but with lower requirements.  Its features are few and essential.
Supports Youtube, Googlevideo, Break, Liveleak, Sevenload, Evisortv
and Dailymotion.

(wiz)

2013-09-30 20:08:08 UTC MAIN commitmail json YAML

Updated x11/xf86-video-fbdev to 0.4.4

(wiz)

2013-09-30 20:07:56 UTC MAIN commitmail json YAML

Update to 0.4.4:

A single commit to let the driver build against xserver 1.14.

Adam Jackson (1):
      Remove mibstore.h

Julien Cristau (1):
      Bump to 0.4.4

(wiz)

2013-09-30 20:04:00 UTC MAIN commitmail json YAML

Updated emulators/mess to 0.150

(wiz)

2013-09-30 20:03:48 UTC MAIN commitmail json YAML

Updated emulators/mame to 0.150

(wiz)

2013-09-30 20:03:33 UTC MAIN commitmail json YAML

2013-09-30 18:26:38 UTC MAIN commitmail json YAML

Changes 5.5.34:
* MySQL 5.7 changed audit log file output to a new format that has better compatibility with Oracle Audit Vault. This format has been backported to MySQL 5.5 and it is possible to select either the old or new format using the new audit_log_format system variable, which has permitted values of OLD and NEW (default OLD). For details about each format, see The Audit Log File.
* InnoDB; Partitioning: Following any query on the INFORMATION_SCHEMA.PARTITIONS table, InnoDB index statistics as shown in the output of statements such as SELECT * FROM INFORMATION_SCHEMA.STATISTICS were read from the last partition, instead of from the partition containing the greatest number of rows.
* InnoDB: The row_sel_sec_rec_is_for_clust_rec function would incorrectly prepare to compare a NULL column prefix in a secondary index with a non-NULL column in a clustered index.
* InnoDB: An incorrect purge would occur when rolling back an update to a delete-marked record.
* InnoDB: InnoDB would rename a user-defined foreign key constraint containing the string ���_ibfk_��� in its name, resulting in a duplicate constraint.
* InnoDB: Rolling back an INSERT after a failed BLOB write would result in an assertion failure. The assertion has been modified to allow NULL BLOB pointers if an error occurs during a BLOB write.
* InnoDB: A regression introduced with the fix for Bug 11762038 would cause InnoDB to raise an incorrect error message. The message stated that, ���InnoDB cannot delete/update rows with cascading foreign key constraints that exceed max depth of 20���. The error message would occur when killing connections reading from InnoDB tables that did not have foreign key constraints.
* InnoDB: The documentation incorrectly stated that START TRANSACTION WITH CONSISTENT SNAPSHOT provides a consistent snapshot only if the current isolation level is REPEATABLE READ or SERIALIZABLE. START TRANSACTION WITH CONSISTENT SNAPSHOT only works with REPEATABLE READ. All other isolation levels are ignored. The documentation has been revised and a warning is now generated whenever the WITH CONSISTENT SNAPSHOT clause is ignored.
* InnoDB: The srv_master_thread background thread, which monitors server activity and performs activities such as page flushing when the server is inactive or in a shutdown state, runs on a one second delay loop. srv_master_thread would fail to check if the server is in a shutdown state before sleeping.
more...

(adam)

2013-09-30 18:25:38 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 0.9.21

(wiz)