Commit graph

236735 commits

Author SHA1 Message Date
wiz
9aabea5f6a Update to 3.2.3:
Changed default tail command arguments

  Fixed input-record-separator command line argument to allow for a null string

  Corrected perlcode parsing and depth handling

  Fixed how swatch kills off the tail command on exit

  Fixed how the tail command is launched
2015-07-27 22:19:17 +00:00
asau
485cf34c3f Needs TeX fonts to build. 2015-07-27 20:38:52 +00:00
asau
0942afe6c3 Skip portability checks for sample scripts. 2015-07-27 19:47:55 +00:00
wiz
5cace5226c Updated mail/imapfilter to 2.6.2 2015-07-27 16:40:15 +00:00
wiz
1d991016d8 Update to 2.6.2 based on patch from Mansour Moufid on pkgsrc-users.
IMAPFilter 2.6.2 - 30 Jun 2015
  - Bug fix; drop connection on local certificate mismatch.

IMAPFilter 2.6.1 - 29 Jun 2015
  - Support for loading the system's CA certificates from a file.
  - Bug fix; flusing of standard output/error in a some cases.

IMAPFilter 2.6 - 16 Jun 2015
  - Optimizations that vastly improve performance of the meta-searching
    functionality, by making subsequent search requests limit their scope based
    on the results already returned by previous requests (previously this was
    the case only for the match_*() methods).
  - Lua 5.3 compatibility (the codebase can still be compiled with versions 5.2
    and 5.1).
  - A new "limit" option can be used as a work-around for problems that some
    servers have with long requests.
  - The documentation now clarifies how to make the client block indefinitely.
  - Bug fix; the check_status() method now returns 4 numbers on error as
    described in the documentation (just negative values in this case).
  - Bug fix; flushing of default output on password prompt.
  - Bug fix; program fault when very long requests were to be sent.

IMAPFilter 2.5.7 - 16 Nov 2014
  - Support for automatic validation of SSL connections, using the operating
    system's installed trusted CA certificates (usually from authorities that
    are shipped with web browsers).
  - A new "wakeonany" option makes it possible to end IDLE mode on any event,
    not just on new messages.
  - A new "reenter" option controls whether IDLE mode should be re-entered,
    after the recovery of the session, which makes it possible to continue with
    the execution of the next line in the configuration file.
  - The documentation now mentions that the contain_*() methods do
    case-insensitive searching (an IMAP limitation).
  - The documentation now has a better explanation of the arrived_*() and
    sent_*() methods.
  - Bug fix; the value returned by the copy method was incorrect in some cases.
2015-07-27 16:40:06 +00:00
wiz
83f256db95 Updated sysutils/shmux to 1.0.2 2015-07-27 16:34:15 +00:00
wiz
3fb8cd40d6 Update to 1.0.2, set LICENSE. From Benedek Gergely on pkgsrc-users.
Mac OS X port
 use safe string functions
 don't core dump if given host list is empty
 fixed host name length measurement when reading from stdin.
2015-07-27 16:34:06 +00:00
wiz
9d4d48bc49 Updated sysutils/shc to 3.8.9 2015-07-27 16:33:03 +00:00
wiz
a3e284cbb6 Updated to 3.8.9, provided by Benedek Gergely oon pkgsrc-users:
Fixed incorrect implementation on rc4.
        Hidden all the binary executable symbols but one.
        Expiration date and most strings are encrypted too.
        All the encrypted payload is now randomized.
	Group and others read permision is now removed by default as read
	permision of the script exposes it to disassembling.
	Fixed bug: "rlax" used after encryption.
	Fixed bug: "vfork" fails on multiprocessor systems.
	Fixed sma11 -d option bug.
	Fixed untraceable() problems on FreeBSD.
	License clarification about the rc4 implementation.
	Bug on 64bit systems with expiration dates.
	Fixing a long standing bug making the source not hidden.
2015-07-27 16:32:55 +00:00
wiz
b3e3a1e7be Updated misc/calibre to 2.33.0 2015-07-27 16:28:54 +00:00
wiz
28f7f1e71d Update to 2.33.0:
- version: 2.33.0
  date: 2015-07-24

  new features:
    - title: "Driver for SONY DPT-S1."

    - title: "Edit Book: When showing suggestions for mis-spelled
    words, also show suggestions from user created word lists"

    - title: 'Edit Book: Check Book: Add a check for "invalid" ids'

  bug fixes:
    - title: "Conversion: Ignore stylesheets linked via media
    queries that use device specific features."

    - title: "Fix covers not being read from some TXTZ files."

    - title: "ODT Input: Add support for numbered lists that do
    not start numbering at 1."

  improved recipes:
    - msnbc.com
    - Houston Chronicle
2015-07-27 16:28:44 +00:00
mef
8768e0fe9b Delayed delete the patch, sorry. 2015-07-27 14:42:19 +00:00
mef
05bc0770bd Updated devel/p5-AnyEvent to 7.11 2015-07-27 14:35:45 +00:00
mef
6ccf3f7dee Update 7.09 to 7.11
-------------------
7.11 Thu Jul 16 14:36:00 CEST 2015
        - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6
          addresses (extra "::" at end and similar cases).
        - add a more explicit warning to AnyEvent::Handle that it doesn't
          work on files, people keep getting confused.
        - new function AnyEvent::Socket::tcp_bind.
        - new functions AnyEvent::fh_block and AnyEvent::fh_unblock.
        - aligned ipv6 address formatting with RFC 5952 (by not shortening
          a single :0: to ::).
        - added stability canary support.
2015-07-27 14:35:35 +00:00
mef
98381a6af7 Updated devel/p5-EV to 4.21 2015-07-27 14:30:44 +00:00
mef
1a856adff3 (pkgsrc)
- Add following DEPENDS
   +DEPENDS+=      p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
 - Drop patch-libev_ev.c (seems to be fixed)
 - Add comment on patch (from cvs log)
(upstream)
 - Update 4.18 to 4.21
-------------------
   Changes marked with (libev) are changes in libev, and have more
   documentation in the libev Changes file.
4.21 Mon Jul 13 21:47:33 CEST 2015
        - allow argument in timer->again.
        - document timer->remaining.
        - document default repeat value for timer->set.

4.20 Sat Jun 20 13:07:34 CEST 2015
        - added stability canary support.
        - truly rely on automatic configuration for clock_gettime and others.
          unfortunately, this doesn't help with activeperl and similar perls,
          which define _POSIX_TIMERS without actually implementing any of it.
        - (libev, ecb) make it compile as C++ again.
        - (libev) fix a potential aliasing issue when accessing watcher cbs.
2015-07-27 14:30:34 +00:00
wiz
36f59ced6c hg-git replaced with py-hg-git. 2015-07-27 09:35:27 +00:00
wiz
fa56a06031 Merge MAINTAINER from hg-git.
No real differences except using official master site and py- prefix.
2015-07-27 09:34:41 +00:00
wiz
a9f46ff7c7 Remove hg-git, keep py-hg-git. 2015-07-27 09:34:06 +00:00
he
d0f88a9b1d Note update of security/p5-Net-DNS-SEC to 0.22nb1. 2015-07-27 08:23:05 +00:00
he
4b88f1bc6e Add a patch so that p5-Net-DNS-SEC doesn't try to install RR modules
which are after 1.01 of p5-Net-DNS part of that package instead.
Fixes https://rt.cpan.org/Public/Bug/Display.html?id=105698 while
we wait for version 1.01 of Net::DNS::SEC.

PKGREVISION bumped.
2015-07-27 08:22:33 +00:00
wiz
3370c089ab gtkmm-3.16 update done. 2015-07-26 23:55:06 +00:00
wiz
e1fdf95d27 Updated x11/gtkmm3 to 3.16.0 2015-07-26 23:53:56 +00:00
wiz
0ddd915b6a Update to 3.16.0:
3.16.0 (stable):

Gtk
* Builder: Don't get gtkmm-derived GTypes while parsing TreeModel <columns>
  (Kjell Ahlstedt) Bug #742637.


3.15.10 (unstable);

Gtk:
* Label: Add get/set_xalign/yalign() and properties.
  (Murray Cumming)
* PaperSize: Define the paper name constants in the .cc file
  (Benoît Dejean) Bug #745345

Documentation:
* CssProvider::load_from_data(): Document that this throws an exception.
  (Murray Cumming)
* Icon theme demo: Catch exceptions while loading icons.
  (Kjell Ahlstedt)
* Stock: Mention the named icons for Copy, Cut, Paste and Delete.
  (Murray Cumming) See GTK+ bug #741969


3.15.9 (unstable);

Gtk:
* Add StackSidebar.
  (Kjell Ahlstedt)
* StackSwitcher: Add unset_stack().
  (Kjell Ahlstedt)
* StyleContext: Deprecate list_regions(), add_region(),
  remove_region(), has_region(), get_backgrount_color(), get_border_color(),
  invalidate.
  (Kjell Ahlstedt)
* TextBuffer: Wrap the serialize()/deserialize() methods.
  (Kjell Ahlstedt) Bug #694250
* Widget: Deprecate  Deprecate override_color(), unset_color(),
  override_background_color(), unset_background_color(), override_font(),
  unset_font(), override_symbolic_color(), unset_symbolic_color(),
  override_cursor(), unset_cursor().
  (Kjell Ahlstedt)
* Window: Deprecate Deprecate property_has_resize_grip(),
  property_resize_grip_visible(), set/get_has_resize_grip(),
  get_resize_grip_is_visible(), get_resize_grip_area().
  (Kjell Ahlstedt)
* Fix error messages from gmmproc by removing unnecessary _IGNORES()s.
  (Kjell Ahlstedt)

Gdk:
* Device: Add get_vendor_id() and get_product_id().
  (Murray Cumming)

Documentation:
* demos: Add stacksidebar demo.
  (Kjell Ahlstedt)
* demos: Replace calls to deprecated Widget::override_*() API.
  (Kjell Ahlstedt)
* Container: Remove obsolete comments that confuse doxygen.
  (Kjell Ahlstedt)
* Put DOXYGEN_SHOULD_SKIP_THIS around *_Class prototypes.
  To workaround a doxygen bug, to fix the genereated DevHelp search index.
  (Murray Cumming) Bug #743918


3.15.4 (unstable);

Gtk:
* Builder::get_type_from_name_vfunc(): Call the base class function.
  Instead of jusgin calling g_type_from_name(), in case the base class
  function does more.
  (Kjell Ahlstedt) Bug #742637.
* TextBuffer:
  - Add insert_martkup().
  - Add the copy_target_list and paste_target_list properties.
  (Kjell Ahlstedt)

Documentation:
* Pixbuf: Change a mention of Glib::ResourceError to Gio::ResourceError.
  (Kjell Ahlstedt)


3.15.3 (unstable);

Gtk:
* CssProvider: Add CssProviderError and signal_parsing_error()
  (Kjell Ahlstedt)
* Add CssSection.
  (Kjell Ahlstedt)
* Dialog: Fix the constructors with DialogFlags.
  (Kjell Ahlstedt) Bug #738513 (Simonas Kazlauskas)
* ScaleButton:
  - Correct the constructor.
  - Add a constructor without the icons.
  (Murray Cumming)
* ScrolledWindow: Add get/set_overlay_scrolling() and property.
  (Juan R. García Blanco)
* Stack: Add hhomogeneous and vhomogeneous properties.
  (Juan R. García Blanco)
* TextTag: Add fallback, fallback-set, letter-spacing, and
  letter-spacing-set properties.
  (Juan R. García Blanco)
* TextView: Add monospace property.
  (Juan R. García Blanco)
* Widget: Added get_action_group() and list_action_prefixes().
  (Murray Cumming)

Documentation:
* Add an empty line after @newin where it's missing.
  (Kjell Ahlstedt)
* Fix some Doxygen warnings.
  (Kjell Ahlstedt)
* ScaleButton: Document the constructors.
  (Murray Cumming)


3.15.2 (unstable);

Gtk:
* Dialog: Add constructors with DialogFlags,
  for instance to create a dialog with a header bar.
  (Kjell Ahlstedt) Bug #738513.
* Grid: Add attach_next_to() without the 'sibling' parameter.
  (Kjell Ahlstedt)  Bug #739340.
* Overlay:  Correct the "since" documentation.
* SearchEntry: Add the search_changed signal
  (Kjell Ahlstedt)
* Added StyleProperty
  (Mark Vender) Bug #673317.

Gdk
* Curor: Deprecate the constructor that doesn't take a Display parameter.
  (Murray Cumming)
* Pixbuf: Deprecate create_from_inline().
  (Kjell Ahlstedt)
2015-07-26 23:53:45 +00:00
wiz
9b214e32f3 Updated graphics/clutter to 1.22.2 2015-07-26 23:25:58 +00:00
wiz
5c26ef16f6 Update to 1.22.2:
Clutter 1.22.2                                                       2015-05-12
===============================================================================

  • List of changes since Clutter 1.22.0

    - Improve touchpad detection in the X11 backend
    The X11 backend now uses the same heuristics as GDK.

    - Fix handling of SwapBuffersWithDamage on EGL
    Use the correct arguments for the Cogl API, which is mapped on the
    corresponding EGL extension.

    - Fix ClutterStage:use-alpha
    Painting the stage with the use-alpha property is now working on all
    backends.

    - Fix detection of an ARGB visual in the GDK backend

  • List of bugs fixed since Clutter 1.22.2

    #749256 - clutter-backend-gdk: Only set setting on successful
              gdk_screen_get_setting call
    #747436 - Clutter should use the same heuristics as gtk+ to determine
              touchpads

Many thanks to:

  Jasper St. Pierre, Matthieu Bouron

Clutter 1.22.0                                                       2015-03-23
===============================================================================

  • List of changes since Clutter 1.21.8

    - Improve pointer tracking in the evdev input backend
    Do not use the events after the queue processing, to avoid dropping events
    due to compression.

    - Fix handling of multiple stages with the GDK backend
    A regression introduced when the GDK backend implemented its own master
    clock using GdkFrameClock prevented applications with multiple stages to
    be updated properly.

    - Updated translations
    Kazakh, Aragonese, Indonesian, Danish, Turkish.

  • List of bugs fixed since Clutter 1.21.8

    #746575 - cally-actor: Don't assume X11 backend is used when supported
    #746328 - evdev: Keep track of the pointer coordinate ourself

Many thanks to:

  Muhammet Kara, Andika Triwidada, Ask H. Larsen, Baurzhan Muftakhidinov,
  Daniel Martinez, Florian Müllner, Jonas Ådahl

Clutter 1.21.8                                                       2015-03-15
===============================================================================

  • List of changes since Clutter 1.21.6

    - Documentation updates
    The messages for most of the deprecated API list the intended replacement
    classes or approaches to be used when porting code.

    - Update the MSVC build files

    - Improve damage tracking on ClutterStage
    This should improve performance, especially when paired with the
    buffer_age extension.

    - Updated translations
    Greek, Polish, Ukrainian, Italian, Slovak, Latvian, Bosnian.

  • List of bugs fixed since Clutter 1.21.6

    #745512 - Improve damage tracking and use swap_buffers_with_damage

Many thanks to:

  Chun-wei Fan, Chris Wilson, Daniel Korostil, Dušan Kazik, Milo Casagrande,
  Piotr Drąg, Rūdolfs Mazurs, Samir Ribic, Tom Tryfonidis.

Clutter 1.21.6                                                       2015-03-03
===============================================================================

  • List of changes since Clutter 1.21.4

    - Support quad-buffer stereo displays on X11/GLX
    This allows using Clutter to draw on GLX framebuffers with the stereo
    bit set.

    - Add a Mir windowing system backend
    This allows using Clutter applications natively on systems using the
    Mir display server.

    - Depend on Cogl ≥ 1.19 and Cairo ≥ 1.12
    Cogl 1.19 is needed for the newly added Mir windowing system backend,
    as well as the quad-buffer stereo display on X11. Cairo 1.12 is needed
    for dropping the ad hoc check for the device scale parameter used with
    ClutterStage implementations as well as the ClutterCanvas content.

    - Improvements in the evdev input backend

    - Use the GdkFrameClock to drive the ClutterMasterClock
    When using the GDK backend, we want the ClutterMasterClock to be driven
    by the GdkFrameClock, as the latter is automatically frame limited by
    the compositor, which gives better results for client applications.

    - Updated translations
    Spanish, Hebrew, Hungarian, Czech, Basque, Russian, Slovenian, Galician,
    Chinese (Taiwan), French, Brazilian Portuguese, Lithuanian, Serbian.

  • List of bugs fixed since Clutter 1.21.4

    #743355 - gdk: report an error when initialization fails
    #743615 - evdev: Ignore non seat wide button or key events
    #744058 - gdk: Disable cogl wayland event dispatching if requested
    #743865 - MetaSurfaceActorWayland: unset the surface when it goes away
    #744604 - stage: Process state update event immediately
    #744668 - GDK: integrate the MasterClock mechanism with GdkFrameClock
    #732706 - Allow setting up quad-buffer stereo output

Many thanks to:

  Lionel Landwerlin, Jonas Ådahl, Alexandre Franke, Aurimas Černius,
  Balázs Úr, Chao-Hsiung Liao, Daniel Mustieles, Fran Dieguez,
  Giovanni Campagna, Inaki Larranaga Murgoitio, Jasper St. Pierre,
  Marco Trevisan (Treviño), Marek Černocký, Matej Urbančič, Owen W. Taylor,
  Rafael Ferreira, Rui Matos, Yosef Or Boczko, Yuri Myasoedov,
  Мирослав Николић

Clutter 1.21.4                                                       2015-01-22
===============================================================================

  • List of changes since Clutter 1.21.2

    - Use the GDK backend by default when possible
    Instead of using the X11 or the Wayland backend by default, Clutter now
    uses the GDK backend for both input and output. This improves the
    integration with the windowing system. Backends can still be selected
    programmatically, or via environment variables. On Windows and MacOS, we
    still prefer the native backend, if available, because of asymmetries in
    the GDK API.

    - Use libinput 0.8
    For the evdev input backend, the dependency for libinput has been bumped
    to the newly released 0.8, which improves wheel and scroll events.

    - Allow access to vendor and product ID for input devices

    - Allow ClutterConstraint implementations to change the preferred size
    ClutterConstraint classes can now update an actor's preferred size,
    along with its allocation; this means that querying the preferred size
    of actors using constraints will take constraints into consideration, and
    improves the integration of constraints inside the layout system.

    - Improve the GDK backend
    Properly support high DPI displays, as well as Wayland.

    - Updated translations
    Czech, Basque, Spanish, Hungarian.

  • List of bugs fixed since Clutter 1.21.2

    #730815 - Mouse events limited to upper left rectangle
    #740759 - Add getters for input device vendor/product IDs
    #734587 - Position gdk backend before x11/wayland/egl ones
    #742829 - Update to new libinput API for pointer_axis events

Many thanks to:

  Jonas Danielsson, Carlos Garnacho, Peter Hutterer, Marek Černocký,
  Inaki Larranaga Murgoitio, Daniel Mustieles, Balázs Úr.

Clutter 1.21.2                                                       2014-12-15
===============================================================================

  • List of changes since Clutter 1.20.0

    - Improve input device handling
    Both on the evdev input backend, and the XInput2 backend for X11.

    - Allow content implementations to drive actors preferred size
    If a ClutterActor is only used to paint a ClutterContent implementation,
    it should be possible to allow the actor to have the same preferred size
    of its content. We use a ClutterRequestMode to specify this behaviour.

    - Documentation fixes

  • List of bugs fixed since Clutter 1.20.0

    #738520 - evdev: Flush event queue before removing device(s)
    #739050 - Fix some weird graphical glitches in RTL
    #741350 - Improve touchpad detection on libinput
    #740997 - Easing modes are not used when computing the value of a
              KeyframeTransition
    #676326 - actor: Add a :request-content-size property
    #711182 - Incorrect drawing behaviour with clutter content centered
    #709252 - ensure that all deprecated symbols are correctly annotated for
              gtk-doc
    #669743 - ObjectInfo property is_actor not correctly set when updating
              existing actor using ClutterScriptParser
    #719962 - clutter/osx: add clutter_osx_disable_event_retrieval
    #681300 - Miss CLUTTER_INPUT_BACKEND description in doc
    #729462 - DeviceManagerXi2: Update cached core pointer in getter if NULL

Many thanks to:

  Carlos Garnacho, Jasper St. Pierre, Jonas Ådahl, Rico Tzschichholz,
  Samuel Degrande, Sjoerd Simons, cee1.
2015-07-26 23:25:47 +00:00
wiz
47cfdb9c0b Updated devel/cmake to 3.3.0 2015-07-26 23:10:58 +00:00
wiz
75965b816e Update to 3.3.0:
I am proud to announce that CMake 3.3.0 is now available for download.

Release notes appear are published at
  http://www.cmake.org/cmake/help/v3.3/release/3.3.html

Some of the more significant features of CMake 3.3 are:

* The "if()" command learned a new "IN_LIST" operator that evaluates
  to true if a given element is contained in a named list.

* The "add_dependencies()" command learned to allow dependencies to
  be added to *interface libraries*. Dependencies added to an
  interface library are followed transitively in its place since the
  target itself does not build.

* The "find_library()", "find_path()", and "find_file()" commands
  now search in installation prefixes derived from the "PATH"
  environment variable.

* The "<LANG>_VISIBILITY_PRESET" and "VISIBILITY_INLINES_HIDDEN"
  target properties now affect compilation in sources of all target
  types.  See policy "CMP0063".

* A "<LANG>_INCLUDE_WHAT_YOU_USE" target property and supporting
  "CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE" variable were introduced to tell
  the *Makefile Generators* and the "Ninja" generator to run "include-
  what-you-use" along with the compiler for "C" and "CXX" languages.

Deprecated and Removed Features:

* The "ctest_build()" and "build_command()" commands no longer tell
  "make" tools to ignore errors with the "-i" option. Previously this
  was done for *Makefile Generators* but not others. See policy
  "CMP0061".

* The "Visual Studio 7" generator (.NET 2002) is now deprecated and
  will be removed in a future version of CMake.

* The "Visual Studio 6" generator is now deprecated and will be
  removed in a future version of CMake.

* The "add_definitions()" command no longer causes a "DEFINITIONS"
  directory property to be populated. See policy "CMP0059".
2015-07-26 23:10:47 +00:00
wiz
2509a45ed8 Updated converters/libvisio to 0.1.3 2015-07-26 23:03:36 +00:00
wiz
ef3ebcdb3f Update to 0.1.3:
libvisio 0.1.3

- Fix a build failure with some compilers.
- Do not use C++11 syntax.

libvisio 0.1.2

- Fix several build problems with different compilers.
- Import more metadata properties.
- Fix theme color import (tdf#92270).
- Fix a bunch of crashes and hangs when reading broken documents, found
  with the help of american-fuzzy-lop.
- Fix several memory leaks.
- Ignore errors when parsing metadata. This makes some documents readable
  again.
- Fix handling of character background (tdf#92271).
2015-07-26 23:03:26 +00:00
wiz
77710f0616 Updated devel/meld to 3.14.0 2015-07-26 23:01:20 +00:00
wiz
f9dd547d73 Update to 3.14.0:
2015-07-23 meld 3.14.0
======================

  Fixes:

   * Fix crash when starting folder comparison on Windows (Kai Willadsen)
   * Fix bad chunk action behaviour for middle-to-right actions in three
     pane conflicts (Kai Willadsen)
   * Documentation fixes (Anders Jonsson)


  Translations:

   * Josef Andersson (sv)
   * Marek Černocký (cs)
2015-07-26 23:01:11 +00:00
wiz
e818ba01d0 Updated net/mosh to 1.2.5 2015-07-26 22:54:03 +00:00
wiz
95d2a66423 Update to 1.2.5:
2015-07-12 Keith Winstein <mosh-devel@mit.edu>

       * Version 1.2.5 released.

       * New features:
               * Bind to a specific IP address with --bind-server. (Philipp
		 Haselwarter)
               * MOSH_ESCAPE_KEY configures escape character.  (Timo
		 J. Rinne)
               * Support non-roaming IPv6. (Anders Kaseorg)
               * Implement XTerm mouse mode. (Barosl LEE, Andrew Chin,
		 Louis Kruger)
               * Report Git revision along with version if available.
		 (John Hood)

       * Platform support:
               * Add pselect() emulation. (Jérémie Courrèges-Anglas)
               * OpenBSD, OS X: Fix be64toh-related issues. (Jérémie
		 Courrèges-Anglas)
               * ARM Neon: fix gcc4.8 compiling problem(Pasi Sjöholm)
               * NaCl: Conditionally rename main to mosh_main. (Richard
		 Woodbury)
               * FreeBSD: Token pasting, forkpty(), ARM fixes. (John Hood)
               * AIX: Implement CTTY grabbing when TIOCSCTTY is missing
                 (Anton Lundin)
	       * OS X: Broaden build support to cover OS X 10.5 through
		 10.10. (John Hood)
	       * Debian: Improve bash-completion install and
		 functionality. (Suggested by Gabriel Filion, John Hood)

       * Bug fixes:
               * Automake/autoconf workarounds.  (Anders Kaseorg)
               * mosh-server: Allow startup without PTY.  (Keith Winstein)
               * network.cc: Properly close old fd on Socket assignment
		 operator. (Thanks to Igor Bukanov)
               * mosh-server:  Allow startup with zero-window-size PTY.
                 (Igor Bukanov)
               * AddrInfo: Fix error message generation when node == NULL
                 (Anders Kaseorg)
               * Timestamp: Prevent integer overflow on Darwin PPC 32-bit
                 (Anders Kaseorg)
               * scripts/mosh: Fix hang when remote closes the connection
                 (Anders Kaseorg)
               * Fix issues with parsing of 256-color SGR sequences.
                 (John Hood)
               * Numerous code hygiene, Coverity, and Clang static analyzer
                 fixes.  (Anders Kaseorg, Geoffrey Thomas, John Hood)
2015-07-26 22:53:54 +00:00
wiz
40132cb3f8 Updated sysutils/dbus to 1.8.20 2015-07-26 22:51:32 +00:00
wiz
c8eb4e2456 Update to 1.8.20:
D-Bus 1.8.20 (2015-07-21)
==

The “Iguana Vanguard” release.

Fixes:

• Fix a memory leak when GetConnectionCredentials() succeeds
  (fd.o #91008, Jacek Bukarewicz)

• Ensure that dbus-monitor does not reply to messages intended for others
  (fd.o #90952, Simon McVittie)
2015-07-26 22:51:23 +00:00
wiz
5af7fdde3b Updated sysutils/py-setproctitle to 1.1.9 2015-07-26 22:48:27 +00:00
wiz
8b27b56cf7 Update to 1.1.9:
Version 1.1.9
~~~~~~~~~~~~~

- Fixed build on VC (issues #20, #33).
- Added ``MANIFEST.in`` to the source distribution to help with RPM building
  (issue #30).
2015-07-26 22:48:18 +00:00
wiz
337491e010 Updated devel/py-mock to 1.3.0 2015-07-26 22:47:44 +00:00
wiz
3d153992a0 Update to 1.3.0:
1.3.0
-----

* Update sync point
* Issue #21750: Further fixup to be styled like other mock APIs
* Typo fix in mock.patch
2015-07-26 22:47:34 +00:00
wiz
3fcbd319c5 Updated graphics/png to 1.6.18 2015-07-26 22:47:02 +00:00
wiz
f9cc6a5950 Update to 1.6.18:
Version 1.6.18beta01 [April 1, 2015]
  Removed PNG_SET_CHUNK_[CACHE|MALLOC]_LIMIT_SUPPORTED macros.  They
    have been combined with PNG_SET_USER_LIMITS_SUPPORTED (resolves
    bug report by Andrew Church).
  Fixed rgb_to_gray checks and added tRNS checks to pngvalid.c.  This
    fixes some arithmetic errors that caused some tests to fail on
    some 32-bit platforms (Bug reports by Peter Breitenlohner [i686]
    and Petr Gajdos [i586]).

Version 1.6.18beta02 [April 26, 2015]
  Suppressed some warnings from the Borland C++ 5.5.1/5.82 compiler
    (Bug report by Viktor Szaka'ts).

Version 1.6.18beta03 [May 6, 2015]
  Replaced "unexpected" with an integer (0xabadca11) in pngset.c
    where a long was expected, to avoid a compiler warning when PNG_DEBUG > 1.
  Added contrib/examples/simpleover.c, to demonstrate how to handle
    alpha compositing of multiple images, using the "simplified API"
    and an example PNG generation tool, contrib/examples/genpng.c
    (John Bowler).

Version 1.6.18beta04 [May 20, 2015]
  PNG_RELEASE_BUILD replaces tests where the code depended on the build base
    type and can be defined on the command line, allowing testing in beta
    builds (John Bowler).
  Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.c PNG_DEBUG builds.
  Avoid a harmless potential integer overflow in png_XYZ_from_xy() (Bug
    report from Christopher Ferris).

Version 1.6.18beta05 [May 31, 2015]
  Backport filter selection code from libpng-1.7.0beta51, to combine
    sub_row, up_row, avg_row, and paeth_row into try_row and tst_row.
  Changed png_voidcast(), etc., to voidcast(), etc., in contrib/tools/pngfix.c
    to avoid confusion with the libpng private macros.
  Fixed old cut&paste bug in the weighted filter selection code in
    pngwutil.c, introduced in libpng-0.95, March 1997.

Version 1.6.18beta06 [June 1, 2015]
  Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of the
    compiled library size. It never worked properly and as far as we can
    tell, no one uses it. The png_set_filter_heuristics() and
    png_set_filter_heuristics_fixed() APIs are retained but deprecated
    and do nothing.

Version 1.6.18beta07 [June 6, 2015]
  Removed non-working progressive reader 'skip' function. This
    function has apparently never been used. It was implemented
    to support back-door modification of png_struct in libpng-1.4.x
    but (because it does nothing and cannot do anything) was apparently
    never tested (John Bowler).
  Fixed cexcept.h in which GCC 5 now reports that one of the auto
    variables in the Try macro needs to be volatile to prevent value
    being lost over the setjmp (John Bowler).
  Fixed NO_WRITE_FILTER and -Wconversion build breaks (John Bowler).
  Fix g++ build breaks (John Bowler).
  Quieted some Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,
    pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt
    would only work with iTXt chunks with length 255 or less.
  Added #ifdef's to contrib/examples programs so people don't try
    to compile them without the minimum required support enabled
    (suggested by Flavio Medeiros).

Version 1.6.18beta08 [June 30, 2015]
  Eliminated the final two Coverity defects (insecure temporary file
    handling in contrib/libtests/pngstest.c; possible overflow of
    unsigned char in contrib/tools/png-fix-itxt.c). To use the "secure"
    file handling, define PNG_USE_MKSTEMP, otherwise "tmpfile()" will
    be used.
  Removed some unused WEIGHTED_FILTER macros from png.h and pngstruct.h

Version 1.6.18beta09 [July 5, 2015]
  Removed some useless typecasts from contrib/tools/png-fix-itxt.c
  Fixed a new signed-unsigned comparison in pngrtran.c (Max Stepin).
  Replaced arbitrary use of 'extern' with #define PNG_LINKAGE_*.  To
    preserve API compatibility, the new defines all default to "extern"
    (requested by Jan Nijtmans).

Version 1.6.18rc01 [July 9, 2015]
  Belatedly added Mans Rullgard and James Yu to the list of Contributing
    Authors.

Version 1.6.18rc02 [July 12, 2015]
  Restored unused FILTER_HEURISTIC macros removed at libpng-1.6.18beta08
    to png.h to avoid compatibility warnings.

Version 1.6.18rc03 [July 15, 2015]
  Minor changes to the man page

Version 1.6.18 [July 23, 2015]
  No changes.
2015-07-26 22:46:53 +00:00
wiz
b973a9d73a Updated devel/talloc to 2.1.3 2015-07-26 22:45:05 +00:00
wiz
0c77e201d1 Update to 2.1.3:
talloc: version 2.1.3

 * improved python3 bindings
 * documentation fixes regarding talloc_reference() and talloc_unlink()
2015-07-26 22:44:54 +00:00
khorben
ae79ea7d78 Add support for compiling with stack-smashing protection
This is enabled with PKGSRC_USE_SSP in mk.conf(5), as documented there.
Most NetBSD platforms are supported (when compiling with gcc).

After consensus on tech-pkg@.
2015-07-26 22:13:17 +00:00
snj
b12ba95ac9 Fix a couple new-to-5.0.8 issues with command completion.
- non-GNU du wouldn't complete filenames (taken from upstream)
- sort completion threw a syntax error on NetBSD (reported upstream)

Bump PKGREVISION to 1.
2015-07-26 22:04:13 +00:00
wiz
e06b0c7f5b + cmake-3.3.0, dbus-1.8.20, gama-1.16, libvisio-0.1.3, meld-3.14.0,
mosh-1.2.5, png-1.6.18, py-mock-1.3.0, py-setproctitle-1.1.9,
  talloc-2.1.3, tidy-4.9.30, x264-devel-20150725.
2015-07-26 21:53:37 +00:00
wiz
23570fcbad Update HOMEPAGE. 2015-07-26 21:33:56 +00:00
wiz
0b172c39ad Updated devel/p5-Moo to 2.000002 2015-07-26 19:09:21 +00:00
wiz
010591a0ce Update to 2.000002:
2.000002 - 2015-07-24
  - BUILDARGS will now always be called on object creation, even if no
    attributes exist
  - fix required attributes with spaces or other odd characters in init_arg
  - fix (is => 'lazy', required => 1, init_arg => undef), which previously
    didn't think it provided a builder
  - under 'no Moo::sification', prevent automatic Moose metaclass inflation
    from ->meta calls
  - don't load Moo::Role for a ->does check if no roles could exist
  - make global destruction test more robust from outside interference
  - fix false default values satisfying required attributes
  - Fix Moose attribute delegation to a Moo class via a wildcard
  - work around case where Sub::Util is loadable but doesn't provide
    Sub::Util::set_subname
  - skip thread tests on perl 5.8.4 and below where threads are extremely
    unreliable
  - Allow stub methods (e.g. sub foo;) to be overwritten by accessors or other
    generated methods. (RT#103804)
2015-07-26 19:09:11 +00:00