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


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




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 22:38:38 UTC Now

2016-06-12 09:32:14 UTC MAIN commitmail json YAML

Updated print/cups-filters to 1.9.0

(leot)

2016-06-12 09:31:56 UTC MAIN commitmail json YAML

Update print/cups-filters to 1.9.0

Changes:
CHANGES IN V1.9.0
- foomatic-rip: Removed page logging via insertion of PostScript code.
  This works only with Ghostscript and PostScript input and even
  then it can break things or simply not work. We do the page logging
  for foomatic-rip in pdftopdf now, which is more universal and more
  reliable.
- sys5ippprinter: Added page logging (to /var/log/cups/page_log)
  functionality.
- pdftopdf: Added functionality for logging pages in the
  /var/log/cups/page_log file. Logging can also be forced or
  surpressed via command line (page-logging=on/off/auto) and
  page logging is also done for filters which should do but
  actually do not do: foomatic-rip, gstopxl, hpps (CUPS issue #4798,
  Ubuntu bug #1585380).
- pdftopdf: Whitespace and indentation clean-up.
- README: Removed the documentation of the old Poppler-based pdftopdf
  filter which is not included any more.
- cups-browsed: Do not schedule failed operations for later repetition
  during shutdown.
- cups-browsed: Added support for debug logging into a file (usually
  /var/log/cups/cups-browsed_log, to be activated via "-l" or
  "--logfile" option or via "DebugLogging file" option in
  cups-browsed.conf.
- cups-browesd: Consistent use of debug_printf() in the LDAP support.
- cups-browsed: Added "Requires=cups-service" to the
  cups-browsed.service file, so that systemd keeps CUPS running while
  shutting down cups-browsed on system shutdown (Ubuntu bug #1579905).
- README: Extended pdftopdf's documentation.
- README: Added documentation for the pdfAutorotate option in
  pdftopdf.
- gstoraster: Treat status output of the waitpid() function properly,
  to avoid gstoraster exiting with zero status when Ghostscript
  exited with non-zero status or got terminated by a signal
  (Bug #1354).
- README: Fixed typos. Thanks to Pranjal Bhor (bhor dot pranjal at
  gmail dot com) for the patch.
- braille: Recognize application/vnd.cups-pdf-banner MIME type and
  read standard input directly instead of using /dev/stdin.
- braille: Drop output of the "type" command when checking the
  presence of helper utilities.
- braille: Do not send EOF twice to the braille embosser.
- cups-browsed/sys5ippprinter: Fixed documentation about the allowed
  input formats for auto-created network printer queues using
  sys5ippprinter, also improved NEWS entry about renaming of
  sys5ippprinter (Debian bug #819665).

(leot)

2016-06-12 08:55:13 UTC MAIN commitmail json YAML

2016-06-12 08:55:04 UTC MAIN commitmail json YAML

Updated afl to 2.14b.

--------------
Version 2.14b:
--------------

  - Added FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION as a macro defined when
    compiling with afl-gcc and friends. Suggested by Kostya Serebryany.

  - Refreshed some of the non-x86 docs.

(wiz)

2016-06-12 08:53:34 UTC MAIN commitmail json YAML

+ afl-2.14b, boehm-gc-7.4.4, cups-filters-1.9.0, git-base-2.8.4,
  gst-plugins1-bad-1.8.2, gst-plugins1-base-1.8.2, gst-plugins1-good-1.8.2,
  gst-plugins1-libav-1.8.2, gst-plugins1-ugly-1.8.2, gstreamer1-1.8.2,
  include-what-you-use-0.6, json-c-0.12.1, libatomic_ops-7.4.4,
  py-ZopeInterface-4.2.0, py-decorator-4.0.10, py-setuptools-23.0.0,
  unison-2.48.4, x264-devel-20160611, xterm-325.

(wiz)

2016-06-12 08:50:15 UTC MAIN commitmail json YAML

Added devel/include-what-you-use version 0.5 [bsiegert 2015-12-30]

(wiz)

2016-06-12 08:06:55 UTC MAIN commitmail json YAML

Updated devel/p5-Expect to 1.33

(wiz)

2016-06-12 08:06:46 UTC MAIN commitmail json YAML

Updated p5-Expect to 1.33.

1.33 2015-06-08
    Remove dependency on Test::Exception

(wiz)

2016-06-12 08:00:50 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 4.30

(wiz)

2016-06-12 08:00:38 UTC MAIN commitmail json YAML

Updated p5-CGI to 4.30.

4.30 2016-06-08

    [ FEATURES ]
    - Add SameSite support to Cookie handling (thanks to pangyre)

    [ INTERNALS ]
    - The MultipartBuffer package has been renamed to CGI::MultipartBuffer.
      This has been done in a way to ensure any $MultipartBuffer package
      variables are still set correctly in CGI::MultipartBuffer. if you are
      explicitly using MultipartBuffer in a form such as:

        MultipartBuffer->new

      your code will break. you should be calling:

        CGI->new->new_MultipartBuffer( $boundary,$length );

      to ensure the correctly package is called. if you are extending the
      MultipartBuffer package though use of ISA or base (or parent) then you
      will need to update your code to use CGI::MultipartBuffer

    - fake using strict and warnings to appease CPANTS Kwalitee

(wiz)

2016-06-12 07:59:29 UTC MAIN commitmail json YAML

Updated devel/p5-File-Next to 1.14

(wiz)

2016-06-12 07:59:18 UTC MAIN commitmail json YAML

Updated p5-File-Next to 1.14.

1.14 Thu Jun  9 22:33:24 CDT 2016
    No changes since 1.13_02.

1.13_02 Sun Jun  5 23:18:10 CDT 2016

    [FIXES]
    t/follow.t would cause failures in other tests when running in
    parallel.  Now it correctly uses a temp directory.

1.13_01 Mon May 30 21:45:42 CDT 2016
    [FIXES]
    File::Next::from_file() was incorrectly using the error_handler parm
    for both error and warning handler.

    [INTERNAL]
    Optimized -f/-p calls in files() to not repeat the variable.

    Use File::Temp in tests, not POSIX::tmpnam, so that it works
    on Android.  See https://github.com/petdance/file-next/issues/18
    Thanks, Brian Fraser.

(wiz)

2016-06-12 00:31:10 UTC MAIN commitmail json YAML

PKG_HOME, not PKG_HOMES.

(dholland)

2016-06-11 23:39:28 UTC MAIN commitmail json YAML

"-std=c99" not "--std=c99"

(dholland)

2016-06-11 23:38:47 UTC MAIN commitmail json YAML

2016-06-11 23:34:07 UTC MAIN commitmail json YAML

2016-06-11 23:29:35 UTC MAIN commitmail json YAML

2016-06-11 23:23:52 UTC MAIN commitmail json YAML

2016-06-11 23:09:22 UTC MAIN commitmail json YAML

Added wm/wmutils-core version 1.2

(kamil)

2016-06-11 23:08:05 UTC MAIN commitmail json YAML

Add wm/wmutils-core

(kamil)

2016-06-11 23:07:14 UTC MAIN commitmail json YAML

Import wmutils-core-1.2 as wm/wmutils-core

wmutils is a a set of Window Manipulation Utilities.
Its purpose is to separate all the vital functions
of a window manager into separate pieces.

Using these tools, you can build your own window manager
as a shell script. Think of wmutils as coreutils for X11.

Here is the list of the core utilities composing wmutils:

chwb: change window's border
chwso: change window's stacking order
ignw: ignore/unignore window
killw: kill windows
lsw: list windows
mapw: map/unmap windows
pfw: print focused window
wattr: show window's attributes
wmp: move the mouse pointer
wmv: move a window
wrs: resize a window
wtf: focus a window
wtp: teleport a window

Originally packaged in pkgsrc-wip by Mateusz Poszwa.

(kamil)

2016-06-11 23:02:23 UTC MAIN commitmail json YAML

Added x11/i3lock version 2.7

(kamil)

2016-06-11 23:01:59 UTC MAIN commitmail json YAML

Add msgfmt to tools.

(youri)

2016-06-11 23:01:19 UTC MAIN commitmail json YAML

Add x11/i3lock

(kamil)

2016-06-11 23:00:14 UTC MAIN commitmail json YAML

Import i3lock-2.7 as x11/i3lock

i3lock improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off
your screen via DPMS and/or displaying a black screen, i3lock displays
a white screen so you can see if your computer failed to resume from
suspend or if your screen is just locked. Also, when entering a wrong
password, i3lock does not call XBell(). This is important because
i3lock/slock think you've entered a password when resuming from suspend,
at least sometimes.

Originally packaged in pkgsrc-wip by:
- myself,
- Mateusz Poszwa,
- Niclas Rosenvik,
- Pierre Allegraud.

(kamil)

2016-06-11 22:43:30 UTC MAIN commitmail json YAML

2016-06-11 22:11:16 UTC MAIN commitmail json YAML

Added x11/dunst version 1.1.0

(kamil)

2016-06-11 22:08:20 UTC MAIN commitmail json YAML

Add x11/dunst

(kamil)

2016-06-11 22:07:02 UTC MAIN commitmail json YAML

Import dunst-1.1.0 as x11/dunst

Dunst is a lightweight replacement for the notification-daemons
provided by most desktop environments. It's very customizable,
doesn't depend on any toolkits and therefore fits in those window
manager centric setups we all love to customize to perfection.

Dunst is a part of the j4tools tools set.

Originally packages in pkgsrc-wip by Mateusz Poszwa.

(kamil)

2016-06-11 21:34:54 UTC MAIN commitmail json YAML

Add a BUG: you can't ignore single files, only whole subtrees, but
there are a number of files from pkgsrc that ought to be ignored by
default, such as $PREFIX/info/dir.

Ride previous version bump.

(dholland)

2016-06-11 21:26:19 UTC MAIN commitmail json YAML

Add patch from Tim Zingelman in PR 46421 to make it work on machines
whose libdb is not the db-1.85 that's in the libc of 4.4 derivates.

Since this program reads the package database it must use the same
libdb as pkg_install, and that's the one in libnbcompat rather than
the one you get from bdb.buildlink3.mk.

Bump PKGREVISION to 5.

(dholland)

2016-06-11 21:23:28 UTC MAIN commitmail json YAML

Improve style of games/pmars/Makefile

BUILD_DIRS=            src

is equivalent to:

BUILD_MAKE_FLAGS+=    -C src

"${COMPILER_RPATH_FLAG}${X11BASE}/lib"

is preferred over:

-Wl,-rpath,${BUILDLINK_PREFIX.libX11}/lib

No functional change (on NetBSD).

Pointed out by <joerg>

(kamil)

2016-06-11 21:13:20 UTC MAIN commitmail json YAML

Added emulators/keystone version 0.9
Added emulators/py-keystone version 0.9

(kamil)

2016-06-11 21:10:37 UTC MAIN commitmail json YAML

Add emulators/keystone and emulators/py-keystone

(kamil)

2016-06-11 21:08:21 UTC MAIN commitmail json YAML

Remove stray references to pkgsrc-wip

(kamil)

2016-06-11 21:07:28 UTC MAIN commitmail json YAML

Add small patch from PR 36656 to prevent false matches when looking in
fstab.

(It can also potentially prevent true matches and the whole chunk of
code involved should ideally be rewritten sanely, but it's better than
randomly doing entirely the wrong thing.)

(dholland)

2016-06-11 21:06:48 UTC MAIN commitmail json YAML

Import keystone-0.9 as emulators/py-keystone

Keystone is a lightweight multi-platform, multi-architecture assembler
framework.

It offers some unparalleled features:
*  Multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon,
    Mips, PowerPC, Sparc, SystemZ & X86 (include 16/32/64bit).
*  Clean/simple/lightweight/intuitive architecture-neutral API.
*  Implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby,
    Go & Rust available.
*  Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
    confirmed).
*  Thread-safe by design.
*  Open source - with a dual license.

Keystone is based on LLVM, but it goes much further with a lot more to offer.

This package ships with Python bindings.

Originally packaged in pkgsrc-wip by myself.

(kamil)

2016-06-11 21:03:41 UTC MAIN commitmail json YAML

Import keystone-0.9 as emulators/keystone

Keystone is a lightweight multi-platform, multi-architecture assembler
framework.

It offers some unparalleled features:
*  Multi-architecture, with support for Arm, Arm64 (AArch64/Armv8), Hexagon,
    Mips, PowerPC, Sparc, SystemZ & X86 (include 16/32/64bit).
*  Clean/simple/lightweight/intuitive architecture-neutral API.
*  Implemented in C/C++ languages, with bindings for Python, NodeJS, Ruby,
    Go & Rust available.
*  Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
    confirmed).
*  Thread-safe by design.
*  Open source - with a dual license.

Keystone is based on LLVM, but it goes much further with a lot more to offer.

Originally packaged in pkgsrc-wip by myself.

(kamil)

2016-06-11 20:42:03 UTC MAIN commitmail json YAML

Drop reference to webkit1 from a comment

(kamil)

2016-06-11 20:19:37 UTC MAIN commitmail json YAML

Removed strawman TODO items from the documentation.

(rillig)

2016-06-11 20:16:33 UTC MAIN commitmail json YAML

Removed www/webkit1-gtk
Removed www/webkit1-gtk3

(kamil)

2016-06-11 20:14:35 UTC MAIN commitmail json YAML

Deduplicate www/webkits -- remove the oldest unneeded version webkit1-gtk*

For future consumers: webkit24 should be compatible with webkit1.

(kamil)

2016-06-11 20:11:18 UTC MAIN commitmail json YAML

Detach www/webkit1-gtk{,3}

(kamil)

2016-06-11 19:54:44 UTC MAIN commitmail json YAML

Replaced esoteric examples of using make variables with practical ones.

(rillig)

2016-06-11 18:55:17 UTC MAIN commitmail json YAML

Updated fonts/sourcecodepro-fonts to 1.030

(wiz)

2016-06-11 18:55:07 UTC MAIN commitmail json YAML

Update to latest version.

The versioning is quite confusing (2.010 vs 1.030). I went with
the lower version.

For the same reason I didn't use the github framework.

Changes:

    Adds italic styles to family. (GitHub issue #6)
    Adds Powerline symbols. (GitHub issue #43)
    Adds mathematical operators specifically requested to date.
    (GitHub issue #49)
    Adds geometric shapes specifically requested to date. (GitHub
    issue #51)
    Changes vendor ID from ADBE to ADBO. (GitHub issue #80)
    Updates name table to remove full license text. (GitHub issue
    #83)
    Increases length of em dash. (GitHub issue #85)
    Adds character variants features (ccXX).
    Adds support for some extended Latin (IPA).
    Adds characters to fully support WGL4 standard.
    Adds characters that were missing for Arabic and Hebrew
    transliteration schemes.
    Adds a few emoji characters.
    Adds SVG colored versions of these characters: ☑ ✓ ♪ ♫ ♥ ♦ ☺ ☻
    ❤ ☕ 💩 🤖 🔒
    Nudges the dot accent up to prevent from collapsing in CFF
    fonts.
    Adjusts design and positioning of cedillas.
    Updates the design of the following glyphs in intermediate
    weights, thanks to intermediate master: B, M, N, W, e, g, m,
    w, Bstroke, Hbar, Oslash, Tbar, Eth, ae, bstroke, dcroat,
    eogonek, hbar, oslash, oe, eth, zero.0, zero.0o, zero.0c, e.sups
    Updates design of ringhalfleftmod, ringhalfrightmod.

The following changes only apply to the Roman fonts:

    Adds support for Greek and Cyrillic. (GitHub issues #48 & #85)
    Adds alternate lowercase i with foot serifs (ss04 – stylistic
    set 4).

(wiz)

2016-06-11 18:55:01 UTC MAIN commitmail json YAML

2016-06-11 18:45:23 UTC MAIN commitmail json YAML

Added games/pmars version 0.9.2

(kamil)

2016-06-11 18:44:24 UTC MAIN commitmail json YAML

Add games/pmars

(kamil)

2016-06-11 18:43:24 UTC MAIN commitmail json YAML

Import pmars-0.9.2 as games/pmars

Core War is a game in which two or more virus-like programs fight against
each other in a simulated memory space or core.

Core War programs are written in an assembly language called Redcode which is
interpreted by a Core War simulator or MARS (Memory Array Redcode Simulator).

The object of the game is to prevent the other program(s) from executing.

(kamil)

2016-06-11 18:41:56 UTC MAIN commitmail json YAML

Import pmars-0.9.2 as games/pmars

Core War is a game in which two or more virus-like programs fight against
each other in a simulated memory space or core.

Core War programs are written in an assembly language called Redcode which is
interpreted by a Core War simulator or MARS (Memory Array Redcode Simulator).

The object of the game is to prevent the other program(s) from executing.

(kamil)

2016-06-11 18:33:35 UTC MAIN commitmail json YAML

Updated net/wget to 1.18

(wiz)

2016-06-11 18:33:22 UTC MAIN commitmail json YAML

Updated wget to 1.18.

* Changes in Wget 1.18

* By default, on server redirects to a FTP resource, use the original
  URL to get the local file name. Close CVE-2016-4971.  This
  introduces a backward-incompatibility for HTTP->FTP redirects and
  any script that relies on the old  behaviour must use
  --trust-server-names.

* Check the HSTS file is not world-writable before using it.

* Parse <img srcset> attributes on a recursive download.

* Fix problem with SNI server names having trailing dot(s)

* New options --bind-dns-address and --dns-servers.

* When Wget is built with libiconv, it now converts non-ASCII URIs to
  the locale's codeset when it creates files.  The encoding of the
  remote files and URIs is taken from --remote-encoding, defaulting to
  UTF-8.  The result is that non-ASCII URIs and files downloaded via
  HTTP/HTTPS and FTP will have names on the local filesystem that
  correspond to their remote names.

(wiz)

2016-06-11 18:32:48 UTC pkgsrc-2016Q1 commitmail json YAML

2016-06-11 18:31:03 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5039 - requested by taca
devel/libthrift: build fix

Revisions pulled up:
- devel/libthrift/distinfo                                      1.12-1.14
- devel/libthrift/options.mk                                    1.8
- devel/libthrift/patches/patch-lib__rb__setup.rb              1.2
- devel/libthrift/patches/patch-lib_rb_Makefile.in              1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon May 30 09:22:58 UTC 2016

  Modified Files:
  pkgsrc/devel/libthrift: distinfo
  pkgsrc/devel/libthrift/patches: patch-lib__rb__setup.rb

  Log Message:
  Fix build problem with Ruby 2.2 and later.

  To generate a diff of this commit:
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/libthrift/distinfo
  cvs rdiff -u -r1.1 -r1.2 \
      pkgsrc/devel/libthrift/patches/patch-lib__rb__setup.rb

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon May 30 16:03:13 UTC 2016

  Modified Files:
  pkgsrc/devel/libthrift: distinfo options.mk
  Added Files:
  pkgsrc/devel/libthrift/patches: patch-lib_rb_Makefile.in

  Log Message:
  More build fixes:

  * Explict specify ruby's path to avoid path in WRKDIR.
  * Do not build again on install stage to fix rpath problem.

  To generate a diff of this commit:
  cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libthrift/distinfo
  cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libthrift/options.mk
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/devel/libthrift/patches/patch-lib_rb_Makefile.in

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon May 30 16:09:07 UTC 2016

  Modified Files:
  pkgsrc/devel/libthrift: distinfo

  Log Message:
  Update distinfo.

  To generate a diff of this commit:
  cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/libthrift/distinfo

(spz)

2016-06-11 18:29:53 UTC MAIN commitmail json YAML

Updated devel/gmake to 4.2.1

(wiz)

2016-06-11 18:29:44 UTC MAIN commitmail json YAML

2016-06-11 18:26:28 UTC MAIN commitmail json YAML

Updated devel/gettext to 0.19.8.1

(wiz)

2016-06-11 18:26:16 UTC MAIN commitmail json YAML

Update gettext* to 0.19.8.1:

0.19.8.1 fixes an unintentional soname bump  in the included libraries.

Version 0.19.8 - June 2016

* Support for reproducible builds:
  - msgfmt now produces little-endian .mo files by default.

* Programming languages support:
  - XML:
    xgettext and msgfmt now look for .its files in directories
    supplied through the GETTEXTDATADIRS or XDG_DATA_DIRS environment
    variable.
  - JavaScript:
    xgettext and msgfmt now recognize numbered arguments in format
    strings.

* Portability:
  - Improve OS/2 kLIBC support.
  - Fix libintl compilation issue with pre-C99 compilers.  It was a
    regression since 0.19.5.
  - The AM_GNU_GETTEXT Autoconf macro can now detect musl-libc's
    gettext as a compatible implementation.

(wiz)

2016-06-11 18:18:22 UTC MAIN commitmail json YAML

Add gmake to tools.

(youri)

2016-06-11 18:14:42 UTC MAIN commitmail json YAML

Migrated the pkgsrc guide to DocBook 4.5.

This allows the use of the <code> element instead of <literal>, and several
other enhancements.

The formatting specification in default.dsl is necessary because DSSSL does
not recognize the <code> element and therefore formats it in red by
default.

(rillig)

2016-06-11 15:00:45 UTC MAIN commitmail json YAML

2016-06-11 14:58:26 UTC MAIN commitmail json YAML

2016-06-11 14:56:28 UTC MAIN commitmail json YAML

Updated games/scummvm to 1.8.1

(wiz)

2016-06-11 14:56:18 UTC MAIN commitmail json YAML

Updated scummvm to 1.8.1.

1.8.1 (2016-05-25)
New ports:
  - Added Nintendo 3DS port.
  - Added Android SDL port.

General:
  - Removed TESTING flag from several supported games.
  - Added Chinese Pinyin translation.
  - Fixed cursor stuttering in the launcher that occured on some systems.

BBVS:
  - Fixed game restart.

CinE:
  - Fixed sound effect loading.

Drascula:
  - Fixed text alignment to be faithful to the original.
  - Fixed character walking off screen.
  - Fixed loading savegames in the Pendulum scene.
  - Fixed wrong background for inventory items during chapter 6 in the
    Spanish version.
  - Fixed animations speed (they were running two times slower than in the
    original engine).
  - Fixed noise at start and/or end of speech. This was most noticeable
    with the Spanish speech.
  - Fixed delay when interacting with the verb menu and the inventory.
  - Fixed possibility to pick up the axe in the castle multiple times.

Gob:
  - Fixed lock up for some games during sound initialization.

KYRA:
  - Fixed potential crash when using swamp snake potion on the rat in Hand
    of Fate. (NOTE: This fix was included in version 1.8.0, but it was not
    added to the NEWS file).
  - Fixed missing voice reactions when hitting enemies in CD version of
    Lands of Lore.

Lab:
  - Fixed lock-up during ending sequence.
  - Improved internal game controls.
  - Fixed lock-up during some in-game animations.

SAGA:
  - Fixed user interface colors in the French and German versions of I Have No
    Mouth and I Must Scream.

SCI:
  - Make cursor workarounds work properly on OpenPandora (and other devices, that
    support touch screen and analog sticks/mouse at the same time)
  - Script patch to fix broken ending battle in multilingual King's Quest 5
    (French, German + Spanish versions are all broken)
  - Fixed invalid memory access, when loading broken King's Quest 5 credit music track
  - Fixed lowres/hires issues in King's Quest 6 when saving, changing the lowres/hires
    setting and restoring the saved game afterwards.

SCUMM:
  - Fixed detection of Maniac Mansion from Day of the Tentacle in the Windows
    version of ScummVM.
  - Fixed a sound effect not stopping in Loom EGA with AdLib.

Broken Sword 2.5:
  - Added option to use English speech instead of German one when no speech is
    available for the selected language.
  - Fixed resource releasing on game exit.
  - Fixed game restart after language change in-game.
  - Fixed flickering in main Menu.
  - Fixed long save time on Windows.

Windows port:
  - Fixed bug in MIDI device listing affecting cases where MIDI devices were
    not usable.

Mac OS X port:
  - Dock menu for ScummVM now lists recently played games when ScummVM is
    not running and allows starting those games.
  - Enabled Sparkle application updater.

GCW0 port:
  - Improved support for built-in ScummVM documentation.

1.8.0 (2016-03-04)
New Games:
  - Added support for Rex Nebular and the Cosmic Gender Bender.
  - Added support for Sfinx.
  - Added support for Zork Nemesis: The Forbidden Lands.
  - Added support for Zork: Grand Inquisitor.
  - Added support for The Lost Files of Sherlock Holmes: The Case of the
    Serrated Scalpel.
  - Added support for The Lost Files of Sherlock Holmes: The Case of the Rose
    Tattoo.
  - Added support for Beavis and Butthead in Virtual Stupidity.
  - Added support for Amazon: Guardians of Eden.
  - Added support for Broken Sword 2.5: The Return of the Templars.
  - Added support for The Labyrinth of Time.

New Ports:
  - Added Raspberry Pi port.
  - Added GCW0 port.

General:
  - Updated Munt MT-32 emulation code to version 1.5.0.

SDL:
  - Alt-x no longer quits ScummVM. Use Cmd-q/Ctrl-q/Ctrl-z instead; see README.
  - On POSIX systems we now follow the XDG Base Directory Specification for
    placement of files for users. This effectively results in new locations
    for our configuration file, our log file, and our default savegame path.
    We still support our previous locations. As long as they are present, we
    continue to use them. Please refer to the README for the new locations.
    File locations on Mac OS X are not affected by this change.

3 Skulls of the Toltecs:
  - Improved AdLib music support.

AGI:
  - It is now possible to disable mouse support (except for Amiga versions
    and fanmade games, that require a mouse).
  - Fixed PCjr sound volumes.
  - Major rewrite of graphics subsystem.
  - Support for Apple IIgs, Amiga + Atari ST transitions, fonts and mouse
    cursors. The Atari ST 8x8 system font is not included with ScummVM.
  - Added ability to make for example a PC version look like an Apple IIgs
    version. This includes palette, cursor, transition and even font. Just
    set corresponding render mode.
  - Fixed Apple IIgs game versions running too fast.
  - Added support for automatic saving/restoring used by Mixed Up Mother Goose.
  - Removed forced two second delay on room changes; replaced with heuristic.
  - Fixed certain key bindings breaking after saving/reloading.

AGOS:
  - Fixed arpeggio effect used in music of Amiga version of Elvira 1.
  - Fixed loading and saving progress in the PC version of Waxworks.
  - Fixed verb area been removed in Amiga versions of Simon the Sorcerer 1.
  - Added Accolade AdLib & MT-32 music drivers for the games:
    Elvira 1, Elvira 2, Waxworks and Simon the Sorcerer 1 demo.
  - Added Simon the Sorcerer 1 AdLib output. This vastly improves the AdLib
    output and makes it closer to the original.

Broken Sword 1:
  - Fixed Macintosh version speech when running on big endian systems.
  - Fixed loading from Main Menu in bull's head scene, and maybe other scenes.

CinE:
  - Added support for music in CD version of Future Wars.

MADE:
  - Improved AdLib music support in Return to Zork.

SAGA:
  - Improved AdLib music support.

SCI:
  - Handling of music priority has been greatly improved.
  - A lot of fixes for original game script bugs that also occurred when
    using the original interpreter. This affects the following games:
    KQ6 (Dual Mode), LSL5, PQ1, QfG1 (EGA), QfG1 (VGA), QfG2, QfG3, SQ1,
    SQ4 (CD).
  - Restoring from the ScummVM in-game menu should now work all the time.
  - Improved support for Japanese PC-9801 games.
  - Default to hi res version of KQ6, changeable using engine option.

SCUMM:
  - Major improvements to Korean versions text rendering.
  - Implemented original Maniac Mansion v0-v1 walking code.
  - It is now possible to play Maniac Mansion from within Day of the
    Tentacle, with a few caveats. See README for details.
  - Alt-x can now be used to quit SCUMM games on all platforms.
  - Improved lip sync animation in later HE games.

Tinsel:
  - Improved AdLib music support in Discworld 1.

(wiz)

2016-06-11 14:40:27 UTC MAIN commitmail json YAML

Updated net/wireshark to 2.0.4

(wiz)

2016-06-11 14:40:17 UTC MAIN commitmail json YAML

Updated wireshark to 2.0.4.

                        Wireshark 2.0.4 Release Notes
What's New

  Bug Fixes

  The following vulnerabilities have been fixed:
    * [1]wnpa-sec-2016-29
      The SPOOLS dissector could go into an infinite loop. Discovered by
      the CESG.
    * [2]wnpa-sec-2016-30
      The IEEE 802.11 dissector could crash. ([3]Bug 11585)
    * [4]wnpa-sec-2016-31
      The IEEE 802.11 dissector could crash. Discovered by Mateusz
      Jurczyk. ([5]Bug 12175)
    * [6]wnpa-sec-2016-32
      The UMTS FP dissector could crash. ([7]Bug 12191)
    * [8]wnpa-sec-2016-33
      Some USB dissectors could crash. Discovered by Mateusz Jurczyk.
      ([9]Bug 12356)
    * [10]wnpa-sec-2016-34
      The Toshiba file parser could crash. Discovered by iDefense Labs.
      ([11]Bug 12394)
    * [12]wnpa-sec-2016-35
      The CoSine file parser could crash. Discovered by iDefense Labs.
      ([13]Bug 12395)
    * [14]wnpa-sec-2016-36
      The NetScreen file parser could crash. Discovered by iDefense Labs.
      ([15]Bug 12396)
    * [16]wnpa-sec-2016-37
      The Ethernet dissector could crash. ([17]Bug 12440)

  The following bugs have been fixed:
    * Saving pcap capture file with ERF encapsulation creates an invalid
      pcap file. ([18]Bug 3606)
    * Questionable calling of Ethernet dissector by encapsulating
      protocol dissectors. ([19]Bug 9933)
    * Wireshark 1.12.0 does not dissect HTTP correctly. ([20]Bug 10335)
    * Don't copy details of hidden columns. ([21]Bug 11788)
    * RTP audio player crashes. ([22]Bug 12166)
    * Crash when saving RTP audio Telephony->RTP->RTP
      Streams->Analyze->Save->Audio. ([23]Bug 12211)
    * Edit - preferences - add column field not showing dropdown for
      choices. ([24]Bug 12321)
    * Using _ws.expert in a filter can cause a crash. ([25]Bug 12335)
    * Crash in SCCP dissector UAT (Qt UI only). ([26]Bug 12364)
    * J1939 frame without data = malformed packet ? ([27]Bug 12366)
    * The stream number in tshark's "-z follow,tcp,<stream number>"
      option is 0-origin rather than 1-origin. ([28]Bug 12383)
    * IP Header Length display filter should show calculated value.
      ([29]Bug 12387)
    * Multiple file radio buttons should be check boxes. ([30]Bug 12388)
    * Wrong check for getaddrinfo and gethostbyname on Solaris 11.
      ([31]Bug 12391)
    * ICMPv6 dissector doesn't respect actual packet length. ([32]Bug
      12400)
    * Format DIS header timestamp mm:ss.nnnnnn. ([33]Bug 12402)
    * RTP Stream Analysis can no longer be sorted in 2.0.3. ([34]Bug
      12405)
    * RTP Stream Analysis fails to complete in 2.0.3 when packets are
      sliced. ([35]Bug 12406)
    * Network-Layer Name Resolution uses first 32-bits of IPv6 DNS
      address as IPv4 address in some circumstances. ([36]Bug 12412)
    * BACnet decoder incorrectly flags a valid APDU as a "Malformed
      Packet". ([37]Bug 12422)
    * Valid ISUP messages marked with warnings. ([38]Bug 12423)
    * Profile command line switch "-C" not working in Qt interface.
      ([39]Bug 12425)
    * MRCPv2: info column not showing info correctly. ([40]Bug 12426)
    * Diameter: Experimental result code 5142. ([41]Bug 12428)
    * Tshark crashes when analyzing RTP due to pointer being freed not
      allocated. ([42]Bug 12430)
    * NFS: missing information in getattr for supported exclusive create
      attributes. ([43]Bug 12435)
    * Ethernet type field with a value of 9100 is shown as "Unknown".
      ([44]Bug 12441)
    * Documentation does not include support for Windows Server 2012 R2.
      ([45]Bug 12455)
    * Column preferences ruined too easily. ([46]Bug 12465)
    * SMB Open andX extended response decoded incorrectly. ([47]Bug
      12472)
    * SMB NtCreate andX with extended response sometimes incorrect.
      ([48]Bug 12473)
    * Viewing NFSv3 Data, checking SRTs doesn't work. ([49]Bug 12478)
    * Make wireshark with Qt enabled buildable on ARM. ([50]Bug 12483)

  Updated Protocol Support

  AFS, ANSI IS-637 A, BACapp, BT BNEP, Cisco FabricPath MiM, CSN.1,
  DCERPC SPOOLS, DIS, Ethernet, GSM A RR, ICMPv6, IEEE 802.11, IPv4,
  ISUP, J1939, JXTA, LAPSat, LPADm, LTE-RRC, MRCPv2, NFS, OpenFlow,
  SGsAP, SMB, STT, TZSP, UMTS FP, and USB

  New and Updated Capture File Support

  Aethra, Catapult DCT2000, CoSine, DBS Etherwatch, ERF, iSeries, Ixia
  IxVeriWave, NetScreen, Toshiba, and VMS TCPIPtrace

(wiz)

2016-06-11 14:34:28 UTC MAIN commitmail json YAML

Updated graphics/py-mcomix to 1.2.1

(wiz)

2016-06-11 14:34:17 UTC MAIN commitmail json YAML

Updated py-mcomix to 1.2.1.

MComix 1.2.1
Release date: 2016-02-12

    ENVIRONMENT/LOCALE/TRANSLATIONS:

    - Fixed a bug that made it impossible to open a book with MComix directly if
      the path contains spaces (Windows only)

    - Updated libraries for the Windows distribution: UnRAR DLL

MComix 1.2
Release date: 30.01.2016

    GUI/MAIN:

    - If metadata-based rotation is enabled, PNG files will be automatically
      rotated as well.

    - Double page mode respects Exif rotation now.

    - Some transformation issues have been fixed. In double page mode, all
      transformations are applied to the union of both pages. Also, reflection
      is performed first, followed by rotation.

    - Some OSD issues have been fixed.

    - When flipping pages, the content of the viewport does not appear
      somewhere else first anymore.

    - The default scaling quality is now "Bilinear".

    GUI/THUMBNAILER:

    - The thumbnailer now displays page numbers in a reasonable color
      appropriate for the respective background color.

    - The thumbnailer uses the same size for all thumbnails now. If thumbnails
      need to be rescaled, it is done using linear interpolation.

    - When using the keyboard, the thumbnailer now tries to keep the currently
      selected page in the upper half of its area.

    - The size of the thumbnailer is calculated more reasonably now.

    - Fixed a bug that could lead to crashes if the thumbnailer uses a dynamic
      background color.

    - The "missing image" icon appears in its original size in the thumbnailer.

    - Fix race condition that could lead to thumbnails being rendered with
      different sizes.

    - Added a workaround for a bug in gdk-pixbuf that could prevent thumbnails
      of animated GIF images from being rendered properly. For details, see
      https://bugzilla.gnome.org/show_bug.cgi?id=735422

    - Re-enabled double buffering for the thumbnailer.

    GUI/LIBRARY:

    - Some encoding issues with the library have been fixed.

    - The cover display in the library has been fixed.

    - The book area uses a tighter layout.

    - Various other issues with the library have been fixed.

    GUI/EDITARCHIVE:

    - Applying changes in the "Edit archive" dialog could raise an exception
      under certain circumstances. This has been fixed.

    - Fixed a bug that prevented MComix from shutting down properly if an
      archive with no images in it has been opened or the "Edit archive" dialog
      has been used.

    - Some issues with displaying thumbnails in the "Edit archive" dialog have
      been fixed.

    GUI/WM:

    - Fullscreen handling has been improved.

    - The Preferences dialog is not modal anymore.

    - When clicking on the thumbnailer while the main window is unfocused, the
      window should be focused only without switching to another page. This has
      been fixed so it works properly now.

    - Modal dialogs do not immediately hide the mouse cursor in the main area
      anymore.

    - Fix various minor window manager interaction issues.

    - The default window width is now 640 pixels.

    GUI/MISC:

    - You can select the text in the Properties dialog now.

    - The "Continue reading" dialog defaults to "Yes" now.

    - Dialogs refresh their respective contents whenever you switch to another
      page or book.

    - The password dialog now displays the path of the archive.

    - Overall widget handling has been fixed and improved. This also eliminates
      some GTK warnings.

    - Fixed a lot of issues with empty directories and empty archives.

    - File name filters and supported formats handling have been improved.

    - Various other issues with the Preferences dialog and the Properties
      dialog have been fixed.

    - Recently opened PDF files are now listed in the "Recent Files" menu.

    ENVIRONMENT/LOCALE/TRANSLATIONS:

    - The list of supported image formats is now determined dynamically,
      depending on the underlying libraries. This might implicitly add support
      for image formats such as WebP.

    - Due to a bug, PIL (or Pillow) was preferred over GdkPixbuf on Windows
      in earlier versions. Now, GdkPixbuf will be preferred on Windows as well.

    - MComix uses czipfile when available to speed up extraction of
      encrypted zip files.

    - Zombie processes will be removed if possible.

    - Some issues related to child processes have been fixed. Unnecessary
      console windows should not appear anymore.

    - File descriptors will be properly closed when possible. This fixes an
      issue especially on Windows where files used to stay "locked".

    - Searching for external tools (e.g. MuPDF) is performed more properly now.

    - Temporary directories will be created only when necessary and will be
      deleted as soon as the corresponding book has been closed.

    - The shebangs now ask for python2 instead of just python so we do not
      accidentally run Python 3.

    - comicthumb has been rewritten to make it consistent with MComix.

    - Some locale issues have been fixed.

    - The French translation has been updated.

    - The Russian translation has been updated (by Ulyanich Michael).

    - The Korean translation has been updated (by Gyeongmin Bak).

    - Fixed PDF support with newer versions of MuPDF (1.7 and 1.8).

    - Better support for using the 7z executable: encrypted files are now
      supported (including encrypted header support, and for all supported
      formats: 7z, RAR and ZIP).

    - Fixed an issue with unrar.dll that could lead to crashes if 7z is also
      present.

    - Improved detection of available RAR extractors. (unrar-free is currently
      incompatible with MComix and will be ignored.)

    - Fixed support for LHA archives (they were always marked as empty).

    - Fixed support for tar.xz archives (they were always marked as empty).

    - Updated libraries for the Windows distribution: Pillow 3.1.0 and
      UnRAR 5.30

    - On Windows, MComix normally appears to be frozen on startup while
      fontconfig is updating the font cache. As a workaround, a window will be
      displayed.

    - Fix MComix not starting when 'auto load last file' is on and the last
      attempt at opening a file was an invalid path

    - The Windows icon file mcomix.ico has been updated.

    MISC:

    - The MIME database has been updated.

    - The Py2Exe workaround has been removed.

    - A Wine-based helper script allows building Windows versions of MComix in
      Wine.

    - Huge code refactoring, cleanups and documentation updates

    - Various minor bug fixes and improvements

    - New code and examples for testing, improved logging

    - New version numbering scheme in compliance with PEP440

    - ChangeLog updated for MComix 1.01

(wiz)

2016-06-11 14:31:51 UTC MAIN commitmail json YAML

Updated time/p5-DateTime-TimeZone to 2.00

(wiz)

2016-06-11 14:31:41 UTC MAIN commitmail json YAML

Updated p5-DateTime-TimeZone to 2.00.

2.00    2016-06-07

- The fix in 1.99 broke the parsing of the etcetera zones, which are specified
  as 1 or 2 digit offsets in hours, unlike all other zones which are written
  as "1:00" or "-2:00".

1.99    2016-06-07

- When parsing the POSIX zones in the etcetera file, don't special case the
  ETC[+-]NN zones. These are weirdly named, as ETC+8 is 8 hours _behind_ UTC,
  and -6 is 6 hours _ahead_. Previously, we were swapping these so the name
  matched the sane usage, but this is confusing for anyone who is explicitly
  trying to use the POSIX names, expecting the bizarre (but POSIXly correct)
  interpretation. Patch by Bron Gondwana. GitHub PR #7.

(wiz)

2016-06-11 14:30:28 UTC MAIN commitmail json YAML

Updated misc/p5-Business-ISBN to 2.011

(wiz)

2016-06-11 14:30:18 UTC MAIN commitmail json YAML

Updated p5-Business-ISBN to 2.011.

2.011 2016-06-07T18:20:50Z
* bump to stable release

2.010_01 2016-03-28T03:45:17Z
* Had error_* methods to get the error text and check the error
conditions so you don't have to use %ERROR_TEXT or the constants.
* Deprecate the xisbn stuff. It's still there, but it should have
disappeared about two weeks ago.
* Add an example of inserting an unofficial group code for the
Blake and Taylor shenanigans.

(wiz)

2016-06-11 14:27:14 UTC MAIN commitmail json YAML

Updated net/mikutter to 3.4.0

(tsutsui)

2016-06-11 14:26:32 UTC MAIN commitmail json YAML

Update mikutter to 3.4.0.

Upstream changes (from 3.3.x, which include changes during alpha releases):

* library
* Pluggaloid 1.1
* "open tweet" function
* profile
* brush up UI
* a bunch of settings for reply tweet view
* a bunch of settings for quoted retweet view
* fix issue that clicking video links just showed thumbnail image
* drop Ruby 2.0 support and requires 2.1 or later
* Cairo::SubPartsMessageBase
* "tweet in tweet view" function used for reply and quoted tweets,
  which can be used third party plugins
* graph of plugin dependency now can be used by mikutter sources
* plugin dependency now can be put into dot file

(tsutsui)

2016-06-11 13:39:44 UTC MAIN commitmail json YAML

Removed the "word of warning" concerning installation of binary packages.
It equally applies to installation of source code packages.

(rillig)

2016-06-11 13:28:09 UTC MAIN commitmail json YAML

Added examples to the regression tests documentation.

(rillig)

2016-06-11 13:19:54 UTC MAIN commitmail json YAML

Encourage pkgsrc users to fix problems themselves.

(rillig)

2016-06-11 13:12:38 UTC MAIN commitmail json YAML

Improved the wording in the INTERACTIVE_STAGE explanation and general
notes about using variables at load time.

(rillig)

2016-06-11 13:06:15 UTC MAIN commitmail json YAML

Removed the word "problems" from headlines.

Handling packages on GitHub or packages using libtool is not a problem,
it is part of normal operations.

(rillig)

2016-06-11 12:59:59 UTC MAIN commitmail json YAML

Updated security/tor-browser to 5.5.4nb2

(wiz)

2016-06-11 12:59:48 UTC MAIN commitmail json YAML

mprotect fixes. Bump PKGREVISION.

(wiz)

2016-06-11 12:57:20 UTC MAIN commitmail json YAML

2016-06-11 12:54:24 UTC MAIN commitmail json YAML

2016-06-11 12:47:40 UTC MAIN commitmail json YAML

Added devel/p5-Function-Parameters version 1.0705

(kamil)

2016-06-11 12:45:46 UTC MAIN commitmail json YAML

Add devel/p5-Function-Parameters

(kamil)

2016-06-11 12:44:27 UTC MAIN commitmail json YAML

Import p5-Function-Parameters-1.0705 as devel/p5-Function-Parameters

This module extends Perl with keywords that let you define functions with
parameter lists. It uses Perl's perlapi/PL_keyword_plugin API, so it works
reliably and doesn't require a source filter.

Originally packaged in pkgsrc-wip by myself.

Reviewed by <leot>.

(kamil)

2016-06-11 12:41:30 UTC MAIN commitmail json YAML

Improved documentation of show-var and show-vars.

(rillig)

2016-06-11 12:34:37 UTC MAIN commitmail json YAML

Updated www/seamonkey to 2.40nb2

(wiz)

2016-06-11 12:34:27 UTC MAIN commitmail json YAML

Mark not-mprotect-safe files. Bump PKGREVISION.

(wiz)

2016-06-11 12:10:00 UTC MAIN commitmail json YAML

Fix paths in previous.

(wiz)

2016-06-11 11:36:14 UTC MAIN commitmail json YAML

2016-06-11 10:48:28 UTC MAIN commitmail json YAML

2016-06-11 10:31:06 UTC MAIN commitmail json YAML

Don't fail when a regression test uses "set -eu".

(rillig)

2016-06-11 10:06:37 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5038 - requested by joerg
www/nginx: security patch
www/nginx-devel: security patch

Revisions pulled up:
- www/nginx-devel/Makefile                                      1.20
- www/nginx-devel/distinfo                                      1.20
- www/nginx-devel/patches/patch-src_os_unix_ngx__files.c        1.1
- www/nginx/Makefile                                            1.64
- www/nginx/patches/patch-src_os_unix_ngx__files.c              1.1

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: joerg
  Date: Tue May 31 19:44:47 UTC 2016

  Modified Files:
  pkgsrc/www/nginx: Makefile
  Added Files:
  pkgsrc/www/nginx/patches: patch-src_os_unix_ngx__files.c

  Log Message:
  Avoid CVE-2016-4450 (NULL dereference while saving client body to
  temporary file). Bump revision.

  To generate a diff of this commit:
  cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/nginx/Makefile
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/www/nginx/patches/patch-src_os_unix_ngx__files.c

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: joerg
  Date: Tue May 31 19:54:43 UTC 2016

  Modified Files:
  pkgsrc/www/nginx-devel: Makefile distinfo
  Added Files:
  pkgsrc/www/nginx-devel/patches: patch-src_os_unix_ngx__files.c

  Log Message:
  Avoid CVE-2016-4450 (NULL dereference while saving client body to
  temporary file). Bump revision.

  To generate a diff of this commit:
  cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/nginx-devel/Makefile \
      pkgsrc/www/nginx-devel/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/www/nginx-devel/patches/patch-src_os_unix_ngx__files.c

(spz)

2016-06-11 09:53:06 UTC pkgsrc-2016Q1 commitmail json YAML

Pullup ticket #5041 - requested by taca
security/openssh: security patch

Revisions pulled up:
- security/openssh/Makefile                                    1.244
- security/openssh/distinfo                                    1.101
- security/openssh/patches/patch-session.c                      1.6

-------------------------------------------------------------------
  Module Name: pkgsrc
  Committed By: taca
  Date: Mon Jun  6 08:55:35 UTC 2016

  Modified Files:
  pkgsrc/security/openssh: Makefile distinfo
  pkgsrc/security/openssh/patches: patch-session.c

  Log Message:
  Add fix for CVE-2015-8325 from upstream.

  Bump PKGREVISION.

  To generate a diff of this commit:
  cvs rdiff -u -r1.243 -r1.244 pkgsrc/security/openssh/Makefile
  cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/openssh/distinfo
  cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/openssh/patches/patch-session.c

(spz)

2016-06-11 09:37:28 UTC MAIN commitmail json YAML

Updated pkgtools/pkg_regress to 0.3

(rillig)

2016-06-11 09:37:16 UTC MAIN commitmail json YAML

Updated pkg_regress to 0.3.

Changes since 0.2:

* provide usage message when called with invalid options
* moved do_test_default() from public API section in the source
* renamed private variables to not be in uppercase
* indented consistently
* replaced unnecessary ${VAR} with simple $VAR
* moved actual test execution into its own function
* when invoked with the -v option, announce which test will be run

(rillig)

2016-06-11 06:29:41 UTC MAIN commitmail json YAML

Updated mail/thunderbird to 45.1.0nb1

(wiz)

2016-06-11 06:29:30 UTC MAIN commitmail json YAML

Mark bin/thunderbird as not-mprotect-safe. Bump PKGREVISION.

(wiz)

2016-06-11 00:37:24 UTC MAIN commitmail json YAML

since 4.87 redis lookup is no longer experimental

(wiedi)

2016-06-10 23:17:03 UTC MAIN commitmail json YAML

Updated security/openssh to openssh-7.2.2nb2.

(alnsn)

2016-06-10 23:15:36 UTC MAIN commitmail json YAML

Add an option to build without openssl. Fix pkg/50936. Improve PIE build.

(alnsn)

2016-06-10 21:43:16 UTC MAIN commitmail json YAML

Updated pkgtools/url2pkg to 2.26

(rillig)

2016-06-10 21:43:04 UTC MAIN commitmail json YAML

Fixed error message when url2pkg is run from a non-pkgsrc directory.

See http://stackoverflow.com/q/36481302. Bump version.

(rillig)

2016-06-10 21:21:42 UTC MAIN commitmail json YAML

Removed reference to the pkglint developer documentation.

That documentation does not exist anymore.

(rillig)

2016-06-10 21:20:51 UTC MAIN commitmail json YAML

Replaced ROOT_USER with REAL_ROOT_USER for special file permissions.

See http://mail-index.netbsd.org/pkgsrc-changes/2016/05/17/msg140804.html

(rillig)

2016-06-10 19:42:52 UTC MAIN commitmail json YAML

Updated pkgtools/pkglint to 5.4.1

(rillig)

2016-06-10 19:42:42 UTC MAIN commitmail json YAML

Updated pkglint to 5.4.1.

Changes since 5.4.0:

* PKG_SKIP_REASON is no longer marked as deprecated, since it still
  has its value
* When PKG_SKIP_REASON is defined depending on OPSYS, suggest to
  use NOT_FOR_PLATFORM instead.
* Check for ROOT_USER/ROOT_GROUP being used in special file
  permissions; using REAL_ROOT_USER/REAL_ROOT_GROUP is better.

(rillig)

2016-06-10 15:24:22 UTC MAIN commitmail json YAML

+ firefox-47.0, libjpeg-turbo-1.5, libressl-2.4, lzip-1.18,
  multitail-6.4.2, wine-devel-1.9.12.

(wiz)

2016-06-10 15:23:57 UTC MAIN commitmail json YAML

Updated graphics/png to 1.6.23

(wiz)

2016-06-10 15:23:47 UTC MAIN commitmail json YAML

Updated png to 1.6.23.

Version 1.6.23beta01 [May 29, 2016]
  Stop a potential memory leak in png_set_tRNS() (Bug report by Ted Ying).
  Fixed the progressive reader to handle empty first IDAT chunk properly
    (patch by Timothy Nikkel).  This bug was introduced in libpng-1.6.0 and
    only affected the libpng16 branch.
  Added tests in pngvalid.c to check zero-length IDAT chunks in various
    positions.  Fixed the sequential reader to handle these more robustly
    (John Bowler).

Version 1.6.23rc01 [June 2, 2016]
  Corrected progressive read input buffer in pngvalid.c. The previous version
    the code invariably passed just one byte at a time to libpng.  The intent
    was to pass a random number of bytes in the range 0..511.
  Moved sse2 prototype from pngpriv.h to contrib/intel/intel_sse.patch.
  Added missing ")" in pngerror.c (Matt Sarrett).

Version 1.6.23rc02 [June 4, 2016]
  Fixed undefined behavior in png_push_save_buffer(). Do not call
    memcpy() with a null source, even if count is zero (Leon Scroggins III).

Version 1.6.23 [June 9, 2016]
  Fixed bad link to RFC2083 in png.5 (Nikola Forro).

(wiz)

2016-06-10 13:17:29 UTC MAIN commitmail json YAML

Updated www/firefox to 46.0.1nb2

(wiz)

2016-06-10 13:16:42 UTC MAIN commitmail json YAML

Mark files as not PaX MPROTECT safe.
Bump PKGREVISION.

(wiz)

2016-06-10 10:12:49 UTC MAIN commitmail json YAML

paxctl needs to go before shell script switcheroos take place

(tnn)

2016-06-10 09:06:54 UTC MAIN commitmail json YAML

2016-06-10 09:06:41 UTC MAIN commitmail json YAML

2016-06-10 07:19:14 UTC MAIN commitmail json YAML

get rid of leftover cruft from initial development

(jnemeth)

2016-06-10 06:34:23 UTC MAIN commitmail json YAML

2016-06-09 23:37:20 UTC MAIN commitmail json YAML

2016-06-09 15:26:35 UTC MAIN commitmail json YAML

2016-06-09 13:29:31 UTC MAIN commitmail json YAML

Updated textproc/p5-Net-Dict to 2.21

(mef)

2016-06-09 13:27:58 UTC MAIN commitmail json YAML

Updated net/syncthing to 0.13.5

(gdt)

2016-06-09 13:27:47 UTC MAIN commitmail json YAML

Update to 0.13.5

Upstream changes: bugfixes and minor improvements

(gdt)

2016-06-09 13:26:43 UTC MAIN commitmail json YAML

(pkgsrc)
- Revision -r 1.14 to -r 1.15  update was actually below upstream update.
  Just for record, this commit is actually removing one # line. Sorry.
(upstream)
- Updated textproc/p5-Net-Dict to 2.21
------------------------------------
2.21 2016-03-01 NEILB
    - Use Test::RequiresInternet to skip tests if you don't have
      an internet connection and ability to connect to dict.org's
      DICT server. This is a holding position until I can add a
      mock DICT server. Added a basic require test, so there's
      always at least one test that should pass.

2.20 2016-02-27 NEILB
    - Updated tests to reflect changes in dict.org databases.
      Thanks to SREZIC for pointing out that they'd changed.
    - Fixed typo in doc. Patch from Gregor Herrmann. RT#112367
    - Dropped usage of "use vars".

(mef)

2016-06-09 13:19:50 UTC MAIN commitmail json YAML

Updated textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.008
Updated textproc/p5-Lingua-Stem-Ru to 0.04
Updated textproc/p5-Lingua-PT-Stemmer to 0.02
Updated textproc/p5-Encode to 2.84

(mef)

2016-06-09 13:09:53 UTC MAIN commitmail json YAML

Updated textproc/p5-Encode to 2.84
----------------------------------
Revision: 2.84  Date: 2016/04/11 07:17:02
! lib/Encode/MIME/Header.pm
  Pulled: Encode::MIME::Header:
    Update description that this module is only for unstructured header
  https://github.com/dankogai/p5-encode/pull/53
! lib/Encode/MIME/Header.pm t/mime-header.t
  Pulled: Encode::MIME::Header: Fix valid_q_chars, '-' needs to be escaped
  https://github.com/dankogai/p5-encode/pull/52

2.83 2016/03/24 07:49:54
! lib/Encode/MIME/Header.pm t/mime-header.t
  Both decoder and encoder are rewritten by Pali Roh叩r.
  Encoder should be now fully compliant of RFC 2047.
  Decoder is less strict to be able to decode
  strings generated by old versions of this module.
  https://github.com/dankogai/p5-encode/pull/51
! t/mime-header.t
  Add more test vectors from RFC2047, pp.11-12
! lib/Encode/Supported.pod
  merge: Autrijus -> Audrey
  https://github.com/dankogai/p5-encode/pull/50

2.82 2016/02/06 20:17:24
! lib/Encode/MIME/Header.pm
  lib/Encode/MIME/Header/ISO_2022_JP.pm
  t/mime-header.t
  Reverted to 2.80 upon the request of whom submitted pull/48

2.81 2016/02/06 19:25:22
! lib/Encode/MIME/Header.pm
  lib/Encode/MIME/Header/ISO_2022_JP.pm
  t/mime-header.t
  Merged: Encode::MIME::Header: Fix decoder and rewrite encoder
  > Encoder should be now fully compliant of RFC 2047.
  > Decoder is less strict to be able to decode strings
  > generated by old versions of this module.
  https://github.com/dankogai/p5-encode/pull/48
  ! t/mime-header.t
  merge t/mime-header.t @ https://github.com/asjo/p5-encode
  https://github.com/asjo/p5-encode/commit/19dcbff63e71909ffda7c151a73c5baaffe2976c
  ! t/mime-header.t
    Add more test vectors from RFC2047, pp.11-12

(mef)

2016-06-09 13:07:13 UTC MAIN commitmail json YAML

Updated textproc/p5-Lingua-PT-Stemmer to 0.02
---------------------------------------------
0.02 2016-02-07 NEILB
    - Switched to Dist::Zilla, fixing RT#107484 in the process, so the release
      will have META.{json,yml} files.
    - Moved test from test.pl in top directory to t/basic.t
    - Updated format of this file to follow CPAN::Changes::Spec

(mef)

2016-06-09 13:03:10 UTC MAIN commitmail json YAML

Updated extproc/p5-Lingua-Stem-Ru to 0.04
-----------------------------------------
0.04 2016-02-12 NEILB
    - Dropped use of 'use vars'
    - Updated the Win32 installation instructions
    - Added github repo to doc, along with an AUTHOR section,
      and updated SEE ALSO.
    - All the above changes submitted by ZORAN++

0.03 2016-02-04 NEILB
    - Corrected the URL for the algorithm. PR from ZORAN++

(mef)

2016-06-09 12:59:03 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS+=  p5-Text-Diff-[0-9]* for make test

(mef)

2016-06-09 12:57:17 UTC MAIN commitmail json YAML

Add BUILD_DEPENDS+= p5-Sub-Name-[0-9]* for make test

(mef)

2016-06-09 12:28:54 UTC MAIN commitmail json YAML

Apply optimization hack for GCC 5.4 too

(ryoon)

2016-06-09 12:10:09 UTC MAIN commitmail json YAML

2016-06-09 12:06:39 UTC MAIN commitmail json YAML

Updated textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.008
--------------------------------------------------------
4.008    2016-04-24 09:48:22+01:00 Europe/London
        - remove an unneeded dependency on List::MoreUtils

4.007    2016-04-23 18:35:29+01:00 Europe/London
        - cope with both Dist::Zilla v5 and v6

(mef)

2016-06-09 11:19:08 UTC MAIN commitmail json YAML

+ lua53-5.3.3, py-pycountry-1.20, py-qrcode-5.3, py-softlayer-5.1.0,
  qt5-5.7.0, qt5-qtbase-5.7.0.

(wiz)

2016-06-09 09:55:42 UTC MAIN commitmail json YAML

Updated x11/xfce4-whiskermenu-plugin to 1.5.3

(youri)

2016-06-09 09:55:29 UTC MAIN commitmail json YAML

xfce4-whiskermenu-plugin: Update to 1.5.3.

Changes in version 1.5.3:
- Released on April 16th, 2016
- Fix stuck button highlight (bug #12402)
- Fix losing categories (bug #12541)
- Fix warning about infinite recursion (bug #12398)
- Translation updates: Amharic, Basque, Dutch, Hebrew, Icelandic

(youri)

2016-06-09 09:51:36 UTC MAIN commitmail json YAML

Add xfce4-calculator-plugin.

(youri)

2016-06-09 09:51:11 UTC MAIN commitmail json YAML

Add xfce4-calculator-plugin.

(youri)

2016-06-09 09:50:27 UTC MAIN commitmail json YAML

Add xfce4-calculator-plugin.

(youri)

2016-06-09 09:50:26 UTC MAIN commitmail json YAML

Added misc/xfce4-calculator-plugin version 0.5.2

(youri)

2016-06-09 09:50:15 UTC MAIN commitmail json YAML

2016-06-09 09:49:45 UTC MAIN commitmail json YAML

xfce4-datetime-plugin: Update to 0.6.99.

2016-06-05
================================================================================
xfce4-datetime-plugin v0.6.99 released

* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0

(youri)

2016-06-09 09:43:35 UTC MAIN commitmail json YAML

+ xfce4-indicator-plugin

(youri)

2016-06-09 09:43:03 UTC MAIN commitmail json YAML

Add xfce4-indicator-plugin.

(youri)

2016-06-09 09:42:06 UTC MAIN commitmail json YAML

Add xfce4-indicator-plugin.

(youri)

2016-06-09 09:42:06 UTC MAIN commitmail json YAML

Added x11/xfce4-indicator-plugin version 2.3.3

(youri)

2016-06-09 09:41:50 UTC MAIN commitmail json YAML

Import xfce4-indicator-plugin-2.3.3 as x11/xfce4-indicator-plugin.

A small plugin written by Mark Trompell to display information from various
applications consistently in the panel as described in
Ubuntus MessagingMenu design specification

(youri)

2016-06-09 09:38:35 UTC MAIN commitmail json YAML

Updated sysutils/xfce4-battery-plugin to 1.0.99

(youri)

2016-06-09 09:38:23 UTC MAIN commitmail json YAML

xfce4-battery-plugin: Update to 1.0.99.

1.0.99 (2016/06/05):
===================
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
* Fix build on aarch64 (bug #11724)

(youri)

2016-06-09 09:34:20 UTC MAIN commitmail json YAML

Updated sysutils/xfce4-fsguard-plugin to 1.0.99

(youri)

2016-06-09 09:33:16 UTC MAIN commitmail json YAML

Updated multimedia/xfce4-mpc-plugin to 0.4.99

(youri)

2016-06-09 09:32:07 UTC MAIN commitmail json YAML

Updated x11/xfce4-eyes-plugin to 4.4.99

(youri)

2016-06-09 09:31:55 UTC MAIN commitmail json YAML

xfce4-eyes-plugin: Update to 4.4.99.

4.4.99 (2016-06-08)
------------------
- Port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
- Translation updates: Catalan

(youri)

2016-06-09 09:30:47 UTC MAIN commitmail json YAML

xfce4-fsguard-plugin: Update to 1.0.99.

20160605 (1.0.99):
-----------------
  * port to gtk+3/libxfce4ui-2/libxfce4panel-2.0

(youri)

2016-06-09 09:27:01 UTC MAIN commitmail json YAML

2016-06-09 09:20:45 UTC MAIN commitmail json YAML

Updated sysutils/xfce4-netload-plugin to 1.2.99

(youri)

2016-06-09 09:20:26 UTC MAIN commitmail json YAML

2016-06-09 08:55:10 UTC MAIN commitmail json YAML

Updated www/libsass to 3.3.6; www/sassc to 3.3.6

(adam)

2016-06-09 08:47:43 UTC MAIN commitmail json YAML

Changes 3.3.6:
Print out the Sass language version as well

(adam)

2016-06-09 08:47:15 UTC MAIN commitmail json YAML

Changes 3.3.6:
Expose the Sass language version via the C API

Fixes:
Incorrectly erring on comments in at-rules
Incorrectly dropping internal state of AST nodes
Incorrectly parsing the calc function
Segfault during error handling
Incorrectly identifying the selectors with type-of
Incorrectly erring on ID selectors starting with a number
Producing incorrect output when compile with MSVC
Various segfaults and incorrect output from @extend

(adam)

2016-06-09 08:39:18 UTC MAIN commitmail json YAML

Updated misc/xfce4-smartbookmark-plugin to 0.4.99

(youri)

2016-06-09 08:39:06 UTC MAIN commitmail json YAML

xfce4-smartbookmark-plugin: Update to 0.4.99.

0.4.99 : 2016/06/05
=====
- port to gtk+3/libxfce4ui-2/libxfce4panel-2.0

(youri)

2016-06-09 08:36:33 UTC MAIN commitmail json YAML

2016-06-09 08:22:49 UTC MAIN commitmail json YAML

Updated sysutils/xfce4-verve-plugin to 1.1.0

(youri)

2016-06-09 08:22:38 UTC MAIN commitmail json YAML

xfce4-verve-plugin: Update to 1.1.0.

1.1.0 (2015/07/11):
-------------------
* Add the ability to use xfce4-verve-plugin as a smartbookmark plugin
* Add the ability to direct commands beginning in ! or \ to DuckDuckGo
* Run commands through shell by default, to allow aliases, variables, etc.
* Use wordexp to expand directory names (when available), to allow variables, etc.
* Add an optional label on the left side of the plugin
* Expand properties window to allow turning the above features on/off
* Increase maximum width of plugin

(youri)

2016-06-09 08:20:44 UTC MAIN commitmail json YAML

Follow joerg's advice, use i386 as PLIST variable and revert to
just one PLIST.  Installs cleanly on NetBSD/i386 and NetBSD/amd64.

(he)

2016-06-09 08:18:41 UTC MAIN commitmail json YAML

Updated misc/xfce4-weather-plugin to 0.8.7

(youri)

2016-06-09 08:18:30 UTC MAIN commitmail json YAML

xfce4-weather-plugin: Update to 0.8.7.

0.8.7
=====
- Use met.no sunrise-1.1 API (bug #12333)
- Translation updates: Catalan, Finnish, Greek, Hebrew, Hungarian,
  Icelandic, Italian, Korean, Lithuanian, Slovak, Spanish, Swedish

(youri)

2016-06-09 08:11:43 UTC MAIN commitmail json YAML

Updated x11/libxfce4ui to 4.13.0

(youri)

2016-06-09 08:11:29 UTC MAIN commitmail json YAML

libxfce4ui: Update to 4.13.0.

4.13.0
======
- Add xfce_widget_reparent to replace the deprecated gtk_widget_reparent
- Add xfce_titled_dialog_new_with_mixed_buttons to allow for setting
  icon names, button label text and response id.
- Add xfce_gtk_menu_popup_until_mapped as a convenience function to fix
  widespread problems with popping up menus (e.g. on keyboard shortcuts)
- Add dialog UI tests for Gtk2 and Gtk3
- Fix Glade Gtk3 support
- Fix a memory leak
- Translation updates: Asturian, Basque, Bulgarian, Catalan, Chinese
  (Taiwan), Croatian, Danish, English (Australia), Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Korean, Lithuanian, Malay,
  Norwegian Bokm奪l, Occitan, Portuguese, Russian, Slovak, Slovenian, Spanish,
  Swedish

(youri)

2016-06-09 07:20:57 UTC MAIN commitmail json YAML

Separate out files only installed on SunOS.
Make a temporary hack for non-SunOS, not yet fully verified;
this somehow needs to mirror what the package's configure.py
figures out, and expressing that properly and portably in
pkgsrc seems hard.

(he)

2016-06-09 06:23:41 UTC MAIN commitmail json YAML

2016-06-09 05:55:35 UTC MAIN commitmail json YAML

2016-06-09 05:54:32 UTC MAIN commitmail json YAML

2016-06-09 05:53:39 UTC MAIN commitmail json YAML

2016-06-09 05:52:30 UTC MAIN commitmail json YAML

2016-06-09 05:38:47 UTC MAIN commitmail json YAML

2016-06-09 05:23:51 UTC MAIN commitmail json YAML

2016-06-09 04:44:45 UTC MAIN commitmail json YAML

Updated comms/asterisk13 to 13.9.1

(jnemeth)

2016-06-09 04:41:49 UTC MAIN commitmail json YAML

Upgrade to Asterisk 13.9.1: this is a bugfix release.  Note that
since the package doesn't support PJSIP (yet), all reference to
PJSIP bugs are not applicable.

----- 13.9.1

The Asterisk Development Team has announced the release of Asterisk 13.9.1.

The release of Asterisk 13.9.1 resolves an issue reported by the
community and would have not been possible without your participation.
Thank you!

The following is the issue resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-26007 - res_pjsip: Endpoints deleting early after
      upgrade from 13.8.2 to 13.9 (Reported by Greg Siemon)

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

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

Thank you for your continued support of Asterisk!

----- 13.9.0

The Asterisk Development Team has announced the release of Asterisk 13.9.0.

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

The following are the issues resolved in this release:

Bugs fixed in this release:
-----------------------------------
* ASTERISK-25963 - func_odbc requires reconnect checks for stale
      connections (Reported by Ross Beer)
* ASTERISK-25970 - Segfault in pjsip_url_compare (Reported by
      Dmitriy Serov)
* ASTERISK-25938 - res_odbc: MySQL/MariaDB statement
      LAST_INSERT_ID() always returns zero. (Reported by Edwin
      Vandamme)
* ASTERISK-25927 - Removed option "registertrying" is still
      documented in sip.conf.sample (Reported by Etienne Lessard)
* ASTERISK-25947 - Protocol transfers to stasis applications are
      missing the StasisStart with the replace_channel object.
      (Reported by Richard Mudgett)
* ASTERISK-24649 - Pushing of channel into bridge fails; Stasis
      fails to get app name (Reported by John Bigelow)
* ASTERISK-24782 - StasisEnd event not present for channel that
      was swapped out for another after completing attended transfer
      (Reported by John Bigelow)
* ASTERISK-25942 - res_pjsip_caller_id: Transfer results in mixed
      ConnectedLine information (Reported by George Joseph)
* ASTERISK-25928 - res_pjsip: URI validation done outside of PJSIP
      thread (Reported by Joshua Colp)
* ASTERISK-25929 - res_pjsip_registrar: AOR_CONTACT_ADDED events
      not raised (Reported by Joshua Colp)
* ASTERISK-25934 - chan_sip should not require sipregs or
      updateable sippeers table unless rt (Reported by Jaco Kroon)
* ASTERISK-25888 - Frequent segfaults in function can_ring_entry()
      of app_queue.c (Reported by S辿bastien Couture)
* ASTERISK-25796 - res_pjsip: DOS/Crash when TCP/TLS sockets
      exceed pjproject PJ_IOQUEUE_MAX_HANDLES (Reported by George
      Joseph)
* ASTERISK-25707 - Long contact URIs or hostnames can crash
      pjproject/Asterisk under certain conditions (Reported by George
      Joseph)
* ASTERISK-25123 - Bracketed IPv6 Contact header parameter
      unparsable with Asterisk/PJSIP (Reported by Anthony Messina)
* ASTERISK-25874 - app_voicemail: Stack buffer overflow in
      test_voicemail_notify_endl (Reported by Badalian Vyacheslav)
* ASTERISK-25912 - chan_local passes AST_CONTROL_PVT_CAUSE_CODE
      without adding them to the local hangupcauses via
      ast_channel_hangupcause_hash_set (Reported by Jaco Kroon)
* ASTERISK-25885 - res_pjsip: Race condition between adding
      contact and automatic expiration (Reported by Joshua Colp)
* ASTERISK-25910 - pjproject:  Via headers are not parsed when
      "received" contains an IPv6 address (Reported by George Joseph)
* ASTERISK-25890 - Asterisk 13.8.0 alembic database update fails
      (Reported by Harley Peters)
* ASTERISK-25894 - [patch] webrtc video broken due to missing
      marker bits in RTP streams (Reported by Jacek Konieczny)
* ASTERISK-25854 - No audio after HOLD/RESUME - incorrect
      a=recvonly in SDP from Asterisk (Reported by Robert McGilvray)
* ASTERISK-25873 - res_pjsip: Bundled pjproject: compile error,
      cannot find -lasteriskpj (Reported by Hans van Eijsden)
* ASTERISK-25882 - ARI: Crash can occur due to race condition when
      attempting to operate on a hung up channel (Part 2) (Reported by
      Richard Mudgett)
* ASTERISK-25867 - [patch] Video delay on app_echo (Reported by
      Jacek Konieczny)
* ASTERISK-24605 - res_parking option parkeddynamic does not work
      with the core Features 'parkcall' (DTMF initiated parking)
      (Reported by Philip Correia)
* ASTERISK-25826 - PJSIP / Sorcery slow load from realtime
      (Reported by Ross Beer)
* ASTERISK-24596 - Unclear how to use Park application with
      res_parking 'parkeddynamic' enabled. Documentation? (Reported by
      Philip Correia)
* ASTERISK-24543 - Asterisk 13 responds to SIP Invite with all
      possible codecs configured for peer as opposed to intersection
      of configured codecs and offered codecs (Reported by Taylor
      Hawkes)
* ASTERISK-25825 - Crashes during shutdown when running CLI
      commands (Reported by Mark Michelson)
* ASTERISK-25407 - Asterisk fails to log to multiple syslog
      destinations (Reported by Elazar Broad)
* ASTERISK-25510 - [patch]Log to syslog failing (Reported by
      Michael Newton)
* ASTERISK-25857 - func_aes: incorrect use of strlen() leads to
      data corruption (Reported by Gianluca Merlo)

Improvements made in this release:
-----------------------------------
* ASTERISK-25865 - Message-Account Missing From PJSIP MWI
      (Reported by Ross Beer)
* ASTERISK-25444 - [patch]Music On Hold Warning misleading
      (Reported by Conrad de Wet)

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

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

Thank you for your continued support of Asterisk!

(jnemeth)

2016-06-09 02:38:34 UTC MAIN commitmail json YAML

In cwrappers case transform ${X11BASE} path after ${LOCALBASE} path
in case its a prefix of ${LOCALBASE}.
Fixes build of print/poppler-glib and others when using CWRAPPERS
on Linux with native X and ${X11BASE}=/usr

(markd)

2016-06-09 02:24:47 UTC MAIN commitmail json YAML

Add py-kerberos py-urllib2-kerberos. Remove py-Kerberos

(markd)

2016-06-09 02:20:45 UTC MAIN commitmail json YAML

Add py-kerberos, py-urllib2-kerberos, remove py-Kerberos

(markd)

2016-06-09 02:18:52 UTC MAIN commitmail json YAML

2016-06-09 02:09:00 UTC MAIN commitmail json YAML

Added net/speedtest-cli version 0.3.2

(jnemeth)

2016-06-09 02:07:46 UTC MAIN commitmail json YAML

2016-06-09 02:06:18 UTC MAIN commitmail json YAML

Add py-kerberos 1.2.4

This Python package is a high-level wrapper for Kerberos (GSSAPI)
operations.  The goal is to avoid having to build a module that
wraps the entire Kerberos.framework, and instead offer a limited
set of functions that do what is needed for client/server Kerberos
authentication based on RFC 4559.

(markd)

2016-06-09 02:05:11 UTC MAIN commitmail json YAML

add and enable speedtest-cli

(jnemeth)

2016-06-08 22:34:38 UTC MAIN commitmail json YAML

Updated devel/py-pyev to 0.9.0

(wiz)

2016-06-08 22:34:29 UTC MAIN commitmail json YAML

Update py-pyev to 0.9.0.

Fix HOMEPAGE, use distutils.mk, other cleanup.

Release 0.9.0
=============

misc:

.. warning::
    - pyev does not embed libev anymore (Issue #9):

      - libev >= 4.15 is required.
      - win32 support has been dropped.
      - No more :py:class:`Stat` watchers.
      - pyev is now published under the GPLv3 license.

    - Support for Python2 < 2.7 and Python3 < 3.3 has been dropped.

:py:mod:`pyev`:

- Method version() is replaced by attribute __version__.
- Removed :py:class:`Stat` watcher type.
- Removed :py:const:`EVFLAG_NOINOTIFY` and :py:const:`EV_STAT` constants.

:py:class:`Timer`:

- Method remaining() is replaced by attribute remaining.

:py:class:`Periodic`:

- Method at() is replaced by attribute at.

:py:class:`Scheduler`:

- Method at() is replaced by attribute at.

(wiz)

2016-06-08 21:33:18 UTC MAIN commitmail json YAML

2016-06-08 19:25:20 UTC MAIN commitmail json YAML

2016-06-08 18:02:52 UTC MAIN commitmail json YAML

Updated pkgtools/revbump to 2.12

(wiz)

2016-06-08 18:02:43 UTC MAIN commitmail json YAML

2016-06-08 17:49:20 UTC MAIN commitmail json YAML

2016-06-08 17:43:49 UTC MAIN commitmail json YAML

2016-06-08 17:40:16 UTC MAIN commitmail json YAML

Note update of lang/perl5 to 5.24.0.

(he)

2016-06-08 17:39:30 UTC MAIN commitmail json YAML

Update perl to version 5.24.0.

Pkgsrc changes:
* Add candidate fix from https://rt.cpan.org/Public/Bug/Display.html?id=72467
* Remove patches which have been integrated upstream
* Rename and re-mould some patches which required adjustments

http://perlnews.org/2016/05/perl-5-24-released/ has pointer to
more details and says:

May 9 2016
Perl 5.24.0 has been released.

You can read about the changes which include:

    Postfix dereferencing is no longer experimental
    Unicode 8.0 is now supported
    The autoderef feature has been removed

Perl 5.24.0 represents approximately 11 months of development since
Perl 5.22.0 and contains approximately 360,000 lines of changes
across 1,800 files from 77 authors.

(he)

2016-06-08 14:44:54 UTC MAIN commitmail json YAML

Update to CHICKEN 4.11.0
>From Leonardo Taccari.

This release introduces several large changes, the one with the most
impact being a completely new calling convention for compiled CPS
procedures in C code.  Instead of expecting "regular" C arguments,
the compiled C functions now accept a so-called "argvector" which
holds the arguments.  This should greatly improve the portability of
CHICKEN programs, because it relies less on ill-specified parts of C.
It also removes the assembly code required for manyargs, so that the
limitation of 128 arguments for platforms without an "apply hack" has
finally been removed.
On the tooling front we've also added two new features: a statistical
profiler for analysing performance, and a graphical debugger called
"feathers", which allows you to inspect your Scheme programs over the
network.  These have both been documented in the manual.  The debugger
has its own chapter at https://wiki.call-cc.org/man/4/Debugging and the
profiler's new -:p runtime option is documented at
https://wiki.call-cc.org/man/4/Using%20the%20compiler#runtime-options

As usual, many bugs have been fixed with this release, including several
bugs that would cause programs to crash.  All in all, this new release
should be much more robust and reliable.

For the complete list of changes since 4.10.0, see the NEWS file:
https://code.call-cc.org/releases/4.11.0/NEWS

(asau)