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


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




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (154d) 

2024-05-13 09:13:25 UTC Now

2016-04-07 19:24:08 UTC MAIN commitmail json YAML

Updated graphics/hugin to 2016.0.0

(adam)

2016-04-07 19:23:26 UTC MAIN commitmail json YAML

Changes 2016.0.0:
The first improvement concerns icc color profiles: Hugin has already copied the icc profile into the output file when stitching panoramas. Now also the display in the GUIs takes the icc profile into account. Celeste_standalone and cpfind read now also the icc profile and use it during its processings.
Beside the known output options Hugin now includes a user defined output sequence. With this option the user can create more flexible variants for the output. As an example a zero-noise output sequence is delivered with Hugin 2016.0.
Some buttons in the Hugin GUI now have a context menu for easier access to some function:
Show all in the fast preview window to allow better interaction with stacked projects.
Celeste button in the cp tab (panorama editor): the button can now be used to create control points or to clean control points with celeste or statistical methods.
The identify tool in the fast preview window now also shows the image numbers on top of the images. (This can be suppressed by pressing the alt button).

(adam)

2016-04-07 18:39:46 UTC MAIN commitmail json YAML

Updated devel/pango to 1.40.0

(prlw1)

2016-04-07 18:37:46 UTC MAIN commitmail json YAML

Update pango to 1.40.0

Overview of changes between 1.39.1 and 1.40.0
=============================================
- Fix typos
- Don't treat OGHAM SPACE MARK as whitespace

Overview of changes between 1.38.1 and 1.39.0
=============================================
- Update PangoScript to Unicode 8.0

Overview of changes between 1.38.0 and 1.38.1
=============================================
- Require 0.9.30
- Fix make check with --enable-debug=no
- Win32 build fixes

Overview of changes between 1.37.5 and 1.38.0
=============================================
- No changes

Overview of changes between 1.37.4 and 1.37.5
=============================================
- Small optimizations

Overview of changes between 1.37.3 and 1.37.4
=============================================
- Use grapheme boundaries in justification
- Support coloring marks and bases independently (#541608)
- Fix a crash (#753167)
- Make Thai and Arabic support thread-safe
- Fix justification (#753772)

Overview of changes between 1.37.2 and 1.37.3
=============================================
- Fix pango_glyph_item_iter_prev
- Add alpha attributes
- Add support for alpha in markup

Overview of changes between 1.37.1 and 1.37.2
=============================================
- Don't use hb_glib_get_unicode_funcs
- Warning fixes

(prlw1)

2016-04-07 18:33:29 UTC MAIN commitmail json YAML

Updated devel/glib2 to 2.48.0

(prlw1)

2016-04-07 18:33:05 UTC MAIN commitmail json YAML

Update glib2 to 2.48.0

- removed patch-gio_gtestdbus.c: applied upstream.
- removed patch-gio_gunixmounts.c: can no longer reproduce problem.

Overview of changes in GLib 2.48.0
==================================

* a minor build fix in the name of determinism

* a few coverity fixes

Bugs fixed:
763617 giotypefuncs.c: Sort _get_type functions in the 'C' locale

Translations updated:
Danish
Italian

Overview of changes in GLib 2.47.92
===================================

* gdbus-codegen now supports g_autoptr()

* g_get_user_runtime_dir() now reliably returns an existing directory

* g_array_remove_range() can now remove 0 items from the end of an array

* Many fixes for Windows
  * build fixes
  * file monitoring
  * gsettings backend
  * streams
  * random numbers
  * wide character support

* documentation improvements

* other small bugfixes

Bugs fixed:
724847 Segmentation fault on "gsettings list-recursively"
743933 gapplication: add --app-id command line option
756706 [PATCH] gio/gtestdbus.c: don't use non-standard %m printf modifier
757506 gsettings: schema_list should use the passed schema's source
760694 W32: Apps linked with -mwindows make cursor busy sometimes
762202 g_win32_error_message improvements
762637 build: Unconditionally dist tapset files
762748 Undefined behavior
762937 Mention that g_clear_error can be used with an "empty" GError
763339 array: Support clearing an empty array with g_array_remove_range()
763344 g_get_user_runtime_dir(): ensure directory exists
763379 codegen: Add support for g_autoptr to gdbus-codegen–generated objects

Translations updated:
Brazilian Portuguese
Czech
Finnish
French
Galician s
German
Greek
Hebrew
Hungarian
Italian
Kazakh
Korean
Latvian
Lithuanian
Occitan
Polish
Russian
Serbian
Slovak
Slovenian
Spanish
Swedish

Overview of changes in GLib 2.47.6
==================================

* Windows usupport:
- Fixes and improvements to the GSettings registry backend
- Handle readability and writability of registry keys
- Use Unicode registry APIs

* Bugs fixed:
760852 744772 761126 747927 761337 744570 761504 761550 761843
744570 GString is missing (transfer none) annotations on many of its methods
744772 systemtap and gdb scripts install in wrong place
747927 Documentation: various small improvements
760852 gdbusobjectmanagerserver: Clarify recommended ObjectManager paths
761126 winiconv: update to upstream version
761337 Fix some annotations
761504 W32 registry GSettings backend does not use Unicode
761550 Cannot build with default flags under Fedora rawhide (-Werror=format-...
761843 gmacros.h is testing attributes with __has_feature (when compiling wi...

* Translation updates:
Brazilian Portuguese
Bulagarian
Chinese (Taiwan)
Hungarian
Polish
Slovak
Slovenian
Spanish
Swedish

Overview of changes in GLib 2.47.5
==================================

* the system copy of PCRE is now used by default to implement GRegex.
  Configure with --with-pcre=internal if a system PCRE version
  is unavailable or undesired.

* interfaces for DTLS support have been added.  A new version of
  glib-networking will also be required.

* GDBusMethodInvocation now drops replies if the sender set the
  NO_REPLY_EXPECTED flag

* several GApplication fixes, including fixes for commandline arguments
  in interpreted languages on Windows

Bugs fixed:
624186 Deprecate glib-gettext macros
734095 gtk-demo.py of PyGObject fails to run on Windows (and likely other binding scripts using g_application_run())
735754 Implement close on TLS GOutputStream
748064 gnulib vfprintf returns desired (not actual) number of bytes, ignores errors
752240 Add DTLS support to GIO
755421 GDBus ignores NO_REPLY_EXPECTED flag in messages, leading to warnings on system bus
756875 Include ntdef.h for NTSTATUS
759554 g_application_run() calls g_main_context_default() repeatidly
760199 gsettings: Install gettext ITS rules
760215 G_LIKELY/_UNLIKELY macros need more parentheses
760683 regex test: Check the expected PCRE exceptions at runtime

Translations updated:
Brazilian Portuguese
Czech
German
Lithuanian
Swedish

Overview of changes in GLib 2.47.4
==================================

* The GApplication documentation has been improved in several areas.

* Bugs fixed:
749092 gdb pretty-printers fail on Python 3 with a TypeError...
757374 macros: clean up "inline" mess
758641 Memory leak in g_dbus_proxy_new_for_bus_sync()
759134 Add missing checks for gnulib vasnprintf()
759408 Do not use uninitialized var
756475 Stop supporting non-POSIX getpwuid_r, getgrgid_r
757372 GApplication: destroy the impl on shutdown
728099 macros: add G_GNUC_CHECK_VERSION() for compiler checks
757299 glib-compile-resources: do not leak c_name
758553 Fix gettext use
758823 file monitors: reorder some code to avoid segfault
756214 gsettings: Don't translate ""
710243 Add GParamSpec object ref management annotations
735696 xdgmime: Finer handling for cases where mmap() is not available
752983 gapplication: Acquire the main context before running

* Translation updates:
Swedish

Overview of changes in GLib 2.47.3
==================================

The inline cleanup in the last release accidentally removed three
symbols from libglib-2.0.so.  It is unlikely that this will have caused
any problems because these symbols were only backup symbols for
definitions exported as inlines in the header files, but ABI is ABI.

This release corrects only this problem.

Overview of changes in GLib 2.47.2
==================================

* We have formalised the assumption that all compilers that are
  interested in support 'static inline' and simplified the macros around
  this considerably.  Please watch for and report unintentional fallout.

* New API: hardware-assisted helpers for overflow-checked integer math.

* other fixes

Bugs fixed:
696324 gtester-report doesn't work with Python 3.x
719966 glib: Add missing (nullable) and (optional) annotations
752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
755364 make gtkdoc-check happy again
756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
756988 GSequence should document each function's complexity
757294 Move G_POLLFD_FORMAT to glibconfig.h
757374 macros: clean up "inline" mess
757451 doc: fix g_task_attach_source() example
757628 gio tests fail to build when cross compiling 2.46.1
757693 Invalid free in g_local_file_trash()
757742 Fix up annotations in ghash.c
758181 GTask: fix wrong example code

Translations updated:
Greek
Hebrew
Hungarian
Norwegian bokmål
Portuguese
Scottish Gaelic
Simplified Chinese
Spanish

Overview of changes in GLib 2.47.1
==================================

* The Unicode support has been updated to version 8.0 of the Unicode standard

* GDesktopAppInfo no longer sets the DISPLAY environment variable when
  launching apps. This is now done in the GAppLaunchContext implementations
  when appropriate

* Bug fixes:
664740 Key-value file parser, space after integer
687223 cleverer GThreadPool management
692085 stderr and stdout are not always file descriptors 1 and 2
697907 Add interface for socket-like things (GSocket, DTLS, etc)
735754 Implement close on TLS GOutputStream
737116 Add functions to print GSocketConnectables and addresses as strings
743011 Minor additions to GError documentation
749161 undefined reference to `__imp__stat32i64'
749314 Cannot restore a just-trashed file
751924 Add recvmmsg()-like API on GSocket
752240 Add DTLS support to GIO
752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer...
753310 Remove `#pragma GCC system_header` from gmessages.h
753935 Update example namespace and class names in GObject tutorial
754855 Object instantiation documentation refers to example that no longer ex...
754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY va...
754994 g_date_time_get_second () sometimes returns an off-by-one result
755083 Clarify in G_ADD_PRIVATE that it is safe to call _get_instance_private...
755351 Example still contains g_autoptr(gchar)
755355 Move GStrv to glib.h so it can be used with g_auto()
755374 g_variant_get_child(): flatten-first logic on '&'
755496 glib 2.46 fails GStreamer test suite
755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
755766 gvalue: The g_auto cleanup function assert if value is G_VALUE_INIT
755795 2.46 considers empty files as octet-stream rather than text (leads to...
755961 Fix up annotations in gbytes.c
756053 MSVC doesn't understand the symbol 'msghdr'
756054 MSVC linker error due to 'g_socket_send_message_with_timeout()'
756077 testutils: remove internal ABI comment
756099 g_main_context_query(): Annotate @n_fds as (in) parameter
756139 musl: ctors called in the wrong order
756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to AP...
756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is confusing
756255 GOutputStream swallowing errors in splice with G_OUTPUT_STREAM_SPLICE...
756316 GSequence should provide fast api to check if empty
756382 snprintf used on Windows with VS2015 doesn't support %n
756477 gio/gthreadedresolver.c has outdated copy of bionic headers (for android)
756550 gtypes.h: Make G_MININTn literals negative
756875 Include ntdef.h for NTSTATUS
756952 giomodule: return a copy of module name

* Translation updates:
Basque
Czech
Serbian
Serbian Latin
Vietnamese

Overview of changes in GLib 2.46.0
==================================

* Disable runtime-deprecation warnings

* Fix marshalling of flags on bigendian 64bit architectures

* Translation updates
Brazilian Portuguese
Danish
German
Latvian
Russian
Turkish

Overview of changes in GLib 2.45.8
==================================

* utf8 validation and utf8-to-ucs4 conversion are faster

* Small speedups to property change notification

* Various other small optimizations for GQuark, GData

* Bugs fixed:
696426 GParamSpecTypeInfo do not need to be static
735429 Cleanup MSVC Project Files Generation
738504 Optimize UTF-8 decoding by unrolling branches and expressions
742903 Add missing (transfer) annotation to GString
748633 g_set_object order of operations
754431 Fix build of glib/gstrfuncs.c on Windows
754560 gioerror: Add more mappings for WinSock error codes
754582 Glib cannot compile
754601 Make g_strerror work with non-glibc POSIX systems
754636 tests/unicode-encoding test fails for glib 2.45.7 on x86-64
754788 more g_strerror stuff
754831 autocleanups: Add GString type
754924 Improve test coverage of g_utf8_validate() by added known-...
754986 Avoid unnecessary signal emission during draw

* Translation updates:
Italian
Kazakh
Korean
Lithuanian
Slovenian
Swedish

Overview of changes in GLib 2.45.7
==================================

* Add G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE for use by non-POSIX-like
  backends (e.g. cloud storage).

* GFileMonitor: Make the inotify backend work with atomic renames again

* GSettings: change notification is again working unconditionally

* GListStore has a sort function now

* Test infrastructure:
- Tests are now required to have unique names
- TAP support has been improved
- A macro for asserting that two memory regions have identical content
  has been added

* Bugs fixed:
708525 A "g_file_query_info" on the file path "/sys/kernel/debug/hid"...
742849 inotify: send paired events to both sides
744060 Update GObject tutorial documentation to use G_DECLARE_FINAL_T...
747364 Fix GError leak in g_file_query_writable_namespaces()
749492 Support file creation time on FreeBSD and NetBSD
752769 (g_socket_receive_message | g_socket_send_message) performance
753745 glib-genmarshal still needed for cross-compilation
754152 Add g_list_store_sort
754211 Memory leak in g_file_enumerator_iterate ()
754264 GLib 2.44 certificate chain construction fails if the PEM incl...
754283 gtestutils: add g_assert_cmpmem()
754284 gtestutils: print the TAP test plan first, not last
754286 misc gtestutils fixes
754307 size of array '_GStaticAssertCompileTimeAssertion_3387' is neg...

* Translation updates:
Chinese (Taiwan)
French
Galician
Greek
Hebrew
Hungarian
Indonesian
Polish
Portuguese

Overview of changes in GLib 2.45.6
==================================

* Fix a test failure and a build failure

Overview of changes in GLib 2.45.5
==================================

* GNetworkMonitor now provides information about metered networks

* g_mem_set_vtable has been deprecated; it has not been working for
  quite a while. The recommendation is to use valgrind, or replace
  malloc itself.

* Bugs fixed:
656325 Make GDBusInterfaceVTable binding friendly
741779 Documentation tweaks addressing real-world API misuses
741822 Fails to build with VS 2015
742386 gdbusconnection: Don't g_printerr() when exiting
743018 gobject: Add more cross-links between documentation pages
750282 Add g_network_monitor_get_network_metered() to get if the connection...
751358 GFileMonitor doesn't react to "mv some-file watched-file"
751592 Stop using GMemVtable
751598 Stop 'handle-local-options' propagation when callback reports an err...
751610 g_str_hash produces collisions with strings of length 2
751751 Wrong docs of g_async_queue_remove
752210 gdbus command crashes with SIGSEGV
752656 gdbusconnection: Fix signal subscription documentation
752767 Fix typo in g_hash_table_replace() documentation
753278 gdbus: Don't use g_assert_no_error() GDBusObjectManagerServer
753285 g_menu_item_set_icon fails if called with NULL icon

* Translation updates:
Catalan
Czech
French
Indonesian
Lithuanian
Norwegian bokmål
Slovak
Spanish
Thai
Turkish

Overview of changes in GLib 2.45.4
==================================

* Bugs fixed:
727829 win32: glibconfig.h.win32 updates
741901 Clang cannot know that g_error don't return
746339 GSocket kills process when fd is not a socket
747676 gio/tests/socket fails: test_fd_roundtrip
748610 Some tests fail with non-English locales
749911 g_inet_address_to_string broken on XP/2003
749912 g_inet_address_new_from_string broken on XP/2003
750625 Should dismiss Software Updates Available notification after...
750807 G_BREAKPOINT doesn't work as intended on Darwin
751160 gtask does unnecessary work
751672 -Wduplicate-decl-specifier in glib/tests/keyfile.c
751731 GFile/DirectoryMonitor emit move events with other_file=NULL
751737 gio/tests/appmonitor test fails in 2.45.3
751798 Wrong enum type used in some test-cases
752089 make gsocketservice::active a property
752293 small cleanup: use list_free_full

* Translation updates:
Greek
Hebrew
Portuguese

Overview of changes in GLib 2.45.3
==================================

* Improve performance of g_signal_handler_disconnect for signals
  with many handlers

* GDBus has gained a new call flag to allow interactive authorization

* GSettings:
- New API: g_settings_schema_list_keys
- Deprecated: g_settings_list_keys

* OS X:
- Implement GNotification
- Bump the OS X requirement to 10.9

* Windows:
- Add registry reading API
- Reimplement GAppInfo using registry information

* Bugs fixed:
666831 Support URI opening on W32
728489 property action with inverted boolean state
730168 Incorrect annotation on g_action_group_get_action_state_type return...
733325 Several regex tests fail with pcre3 8.35
734888 GLib has no helper functions to work with W32 Registry
737009 signal handler lookup doesn't scale
738185 Misleading language about "file name encoding" in the docs on g_env...
738504 Optimize UTF-8 decoding by unrolling branches and expressions
739122 glib not handling -1 return ("no limit") from sysconf (_SC_THREAD_S...
739424 gnome-shell crashes when files are added, deleted, or modified in $...
739616 DBus; Add new call flag to allow interactive authorization
740308 Add g_settings_schema_list_keys() method
740516 RFE: please provide an introspectible version of g_log_set_handler
741788 Document GSettings build system integration
745013 GBinding not thread safe
747146 Implement GNotification on OSX
747941 try XDG_RUNTIME_DIR/bus before falling back to X11 autolaunch (dbus...
748727 Filechooser dialog shows no icons for directories on W32
749693 GActionGroupExporter: flush queue on requests
750203 GNetworkMonitorNetlink hangs in user namespace
750322 gapplication: Make sure --help output is translated
750344 GTlsInteractionClass is missing from doc
750369 Various GBinding cleanups
750386 Race condition in g_io_condition_get_type
750399 Typo "equilalent" in glib documentation's glib-Error-Reporting.html...
750573 GTlsDatabaseClass is not documented
750918 genmarshal: silence register storage class warnings
751122 gsocket: avoid unnecessary g_socket_cond_wait() in _send_messages()
479730 The "g_key_file_set_comment" interface prepends '#' character to...

* Translation updates:
Hungarian
Spanish

Overview of changes in GLib 2.45.2
==================================

* Improve error reporting in glib-compile-schemas.

* Add introspection annotations to GListStore.

* Bugs fixed:
696749 win32 : failed to compile because of careless mistake in the code
723394 const parameter to GtkPopover gtk_popover_set_pointing_to
724113 gdbus-connection-loss test can fail on slow machines
725981 tap-driver.sh: internal error getting exit status
733325 Several regex tests fail with pcre3 8.35
744895 Unknown or unsupported transport 'this-should-not-be-used-and-will...
747882 gtype: Bump allowed number of children
748534 gtest: if a subprocess assertion fails, print its stdout and stderr
748612 de_DE locale used in option-context test is not supported by FreeBSD
748614 Double unref in g_socket_listener_add_inet_port
748834 glocalfilemonitor: Emit notification on rate limit change
749079 gdbus-peer test: TCP tests can fail with ECONNRESET due to a race...
749080 gdatetime test: fails if close to rollover between seconds
749180 gnetworkaddress: add return type annotation to parse methods
749352 g_binding_unbind() fails when source is also the target
749353 GBinding does not connect to the detailed notify signal

* Translation updates:
Catalan
French
Slovak
Thai

Overview of changes in GLib 2.45.1
==================================

* The GSettings schema compiler, glib-compile-schemas has been changed
  to reject schema xml that has duplicate <summary> or <description>
  elements. Such elements typically occur when translations are merged
  into the schema, with xml:lang attributes. This is not the correct
  way to translate schemas. Instead keep the translations in the .mo
  file and set the gettext-domain attribute on the <schemalist> element.

* The file monitoring infrastructure has been rewritten, and all backends
  have seen major improvements.

  The inotify backend is reporting events with less delay (no event will
  be delayed more than 10ms) and wakeups due to file monitoring have been
  significantly reduced. A CHANGES_DONE event will also be sent when new
  files appear.

  The poll implementation is now using the thread default main context.

  The fam implmentation is now running in the worker thread.

  The fen implementation has been removed, since it was unmaintained.

* The GSettings schema compiler, glib-compile-schemas, is more strict
  about rejecting schemas with xml:lang style merged translations.
  Schema translations should be done by specifying the gettext domain
  in the xml, and keeping the translations in gettext. To avoid breaking
  already-installed schemas, this change is only taking effect when
  you use the --strict option.

* The hardcoded 10-thread limit of GTask's thread pool has been removed,
  since it was prone to causing deadlocks. The thread pool is now allowed
  to grow dynamically and will shrink back over time.

* GSimpleAsyncResult has been deprecated in favor of GTask.

* The algorithm used by GAppInfo to find default handlers for mime types
  has been tweaked to prefer apps that handle the specific subtype over
  default handlers for a generic supertype.

* Bug fixes:
627285 inotify file monitor hardwired delay
631597 Segmentation fault in append_escaped_text
661767 merge/improve various bits of run-in-thread functionality
687223 cleverer GThreadPool management
711547 win32: silence some build warnings
719966 glib: Add missing (nullable) and (optional) annotations
726447 Possibly an error in text string
728663 W32: wrong stat struct is used when built with MinGW-w64
728669 W32: GLocalFile can't measure size of files larger than 2^32...
730188 gsocket: Document FD ownership with g_socket_new_from_fd()
733325 Several regex tests fail with pcre3 8.35
738207 Add a way to set SO_SENDBUF and SO_RECVBUF on listener (and...
739850 GClosure: add valgrind hints
741791 gmain: Save errno when handling unix signals
744282 gvfs-open for application/x-virt-viewer changed behaviour bet...
745255 Add support for copying sessions between GTlsClientConnections
745745 gdbus: fix out-of-bound array access
745821 Don't use __alloc_size__ attribute with clang
746749 GLib-GIO:ERROR:inotify-kernel.c:327:ik_source_dispatch: ass...
746753 Glib-compile-resources --generate-header not using ".h" as ...
747209 glib-compile-schemas ought to reject repeated <summary> and...
747349 Conversion of gdbus to use GTask causes deadlocks
747363 gatomic: Add missing new line in API doc comment
747472 Don't ignore already-installed schemas with multiple <summa...
747541 gdbus segfaults with invalid --dest
747772 Having hardcoded utf8 strings in the source code does not p...
748019 gsocketconnection: Fix copy-pasto in documentation
748177 not all test schemas are distributed, "make distcheck" fails

* Translation updates:
Basque
Czech
Danish
Finnish
German
Hebrew
Icelandic
Norwegian bokmål
Russian
Turkish

(prlw1)

2016-04-07 18:08:39 UTC MAIN commitmail json YAML

Updated fonts/harfbuzz to 1.2.5

(prlw1)

2016-04-07 18:08:18 UTC MAIN commitmail json YAML

Update harfbuzz to 1.2.5

Overview of changes leading to 1.2.5
Monday, April 4, 2016
====================================

- Fix GDEF mark-filtering-set, which was broken in 1.2.3.

Overview of changes leading to 1.2.4
Thursday, March 17, 2016
====================================

- Synthesize GDEF glyph class for any glyph that does not have one in GDEF.
  I really hope we don't discover broken fonts that shape badly with this
  change.
- Misc build and other minor fixes.
- API changes:
  - Added HB_NDEBUG.  It's fine for production systems to define this to
    disable high-overhead debugging checks.  However, I also reduced the
    overhead of those checks, so it's a non-issue right now.  You can
    forget it.  Just not defining anything at all is fine.

(prlw1)

2016-04-07 16:11:28 UTC MAIN commitmail json YAML

Added net/p5-NetAddr-MAC version 0.94

(bouyer)

2016-04-07 16:02:34 UTC MAIN commitmail json YAML

Add p5-NetAddr-MAC

(bouyer)

2016-04-07 16:01:05 UTC MAIN commitmail json YAML

Add p5-NetAddr-MAC 0.94
from DESCR:

This is a module with functions for handling mac addresses. There are
already two or three MAC addressing functions in CPAN, the motivation
for this module is moderate functionality without Moose.

With that in mind, you can understand why I have cloned much of the really
useful functionality from the two or three existing similar modules on CPAN.

I've covered off all the mac address formats I deal with in my workplace
of mixed hardware. This module can decode just about anything that looks
reasonably like a mac address, and stringify into every format I have seen
used...

So sorry, I'm not really interesting in adding a templating function to
define your own mac address formats. You're welcome to either send in a
patch, extend this module or quickly write a function that wraps the 'raw'
output to whatever you want. Match and join are your friends :)

Hopefully this module is useful to you. So far I have been pleased with
the amount of feedback and patches people have sent in, this has been very
rewarding as well as providing a number of new features I have been able
to use myself.

(bouyer)

2016-04-07 14:41:55 UTC MAIN commitmail json YAML

Updated archivers/p7zip to 15.14

(ryoon)

2016-04-07 14:41:34 UTC MAIN commitmail json YAML

Update to 15.14

* Convert to use option framework

Changelog:
Version 15.14
=============

  - patch #26 : Patch to correctly set permissions for docs that permits non-sudo deletion of docs

  - patch #27 : Update Mac OS X LLVM 64bits Makefile

  - patch #28 : p7zip version 15.09 fails to build on s390

  - patch #29 : please fix incorrect fsf address

  - patch #31 : p7zip 15.09 fails to build on mips

  - bug :  "7za a -p ..." was fixed

  - bug #172 : Impossible to create archive with some unicode symbols in filename

  - From Windows version of 7-Zip 15.13:
    - The BUG in 15.13 in CAB code was fixed.

  - From Windows version of 7-Zip 15.12:
    - Some bugs were fixed.
    - New localization: Yoruba.

  - test_emul becomes test_lib  (tests libraries)

  - cross building added :
makefile.linux_cross_mipsel

  - support for android 5+ (-fPIE -pie)

Version 15.12 (never published)
=============
  - From Windows version of 7-Zip 15.12 :
    - "There are no errors" string after "Test" operation inside archive.
    - The bugs in LZMA SDK were fixed (but these bugs are not related directly to 7-Zip's code).

  - From Windows version of 7-Zip 15.11 :
        - Some bugs were fixed.
        - 7-Zip 15.10 showed incorrect error message about missing volume for multivolume RAR archives.

  - ..../LZHAM added

Version 15.10 beta
==================

  - bug #147 Directory traversal through symlinks
    Bug-Debian: https://bugs.debian.org/774660
    Delay creation of symlinks to prevent arbitrary file writes (CVE-2015-1038)
    Fix given by Ben Hutchings

  - From Windows version of 7-zip 15.10 beta:
    - The BUG in 9.21 - 15.09 was fixed:
      7-Zip could ignore some parameters, specified for archive creation operation
  for gzip and bzip2 formats in "Add to Archive" window and in command line
  version (-m switch).
    - Some bugs were fixed.
      - extracting from solid wim archives worked incorrectly in some cases,
    - Also there are some minor changes.
      - 7-Zip can show the name of missing volume for multivolume RAR and VMDK archives.
      - Some internal changes with 7-Zip Benchmark.

(ryoon)

2016-04-07 14:35:55 UTC MAIN commitmail json YAML

Updated converters/libkkc to 0.3.5

(ryoon)

2016-04-07 14:35:28 UTC MAIN commitmail json YAML

Update to 0.3.5

* Update MASTER_SITES

Changelog:
    Notes for a candidate are not displayed if the candidate is the first one (RHBZ#1136421)
    「」 cannot be typed with ibus-kkc when the German keyboard layout is used, only [] are inserted the (RHBZ#1136722)
    Fix compilation error with development version of Vala

(ryoon)

2016-04-07 14:29:23 UTC MAIN commitmail json YAML

Updated editors/Sigil to 0.9.5

(ryoon)

2016-04-07 14:28:59 UTC MAIN commitmail json YAML

Update to 0.9.5

Changelog:
This Sigil-0.9.5 release is a quick follow-up bug fix release to primarily address some regressions that had snuck into the code over the past two releases.

Bug Fixes
* Fix regression when ImportHTML in gathering HTML based DC. metadata
* Fix regression - remove incorrect use of opf:scheme from dc:creator and dc:contributor under epub2
* Fix regression - the guide reference tag is always a void tag
* Fix issues with hunspell spell checking under Windows when non-ascii paths to dictionaries
* Fix issues with overridding the prefs directory on Windows with non-ascii paths
* Fix broken manual "Check" button on W3C stylesheet validation's generated html form.
* Fix media-type recognition for .m4a and .m4v file extenstions in main Sigil and plugin code
* Treat ruby and rt as inline tags when pretty-printing in Sigils and for plugins

Even our one new feature fixes a bug in which CSS version is sued to validate CSS under epub3.

New Feature

* Allow user to choose what level of CSS gets used in the "Validate Stylesheets
    With W3C" tool via user preference (General).

Be aware that Sigil-0.9.5 still enforces the need for epub3 to have and support an NCX so that it generates as backward a compatible epub as possible. This may be relaxed in future releases.

Sigil-0.9.5 like its predecessors passed all of the following tests for epub3 support: iframe, img, audio, video , mathml, svg (except for svg support in the spine), javascript, and of course recognizing and allowing html5 specific tags like section, and etc. Sigil-0.9.5 also supports javascript based local-storage and display of embedded pdfs.

(ryoon)

2016-04-07 14:25:20 UTC MAIN commitmail json YAML

Updated emulators/dynamips to 0.2.16

(ryoon)

2016-04-07 14:24:51 UTC MAIN commitmail json YAML

Update to 0.2.16

* Fix DISTNAME as original

Changelog:
    Add instructions to build on Windows
    Remove libuuid dependency and NIO Multicast implementation that depends on it. NIO Multicast is never used and maybe not even functional. This will simplify the compilation requirements, especially on Windows with Cygwin
    EthernetSwitch: Allow to choose ethertype for QinQ outer tag

(ryoon)

2016-04-07 13:41:50 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Sender to 1.300027

(wen)

2016-04-07 13:40:45 UTC MAIN commitmail json YAML

Update to 1.300027
Update DEPENDS

Upstream changes:
1.300027  2016-04-03 10:02:52-04:00 America/New_York
        - no changes since 1.300026
        - SMTP transport now uses Net::SMTP for SSL and STARTTLS support

1.300026  2016-03-21 13:50:22-04:00 America/New_York (TRIAL RELEASE)
        - another tweak to Net::SMTP and Test::MockObject, thanks to Matthew
          Horsfall

1.300025  2016-03-19 17:11:34-04:00 America/New_York (TRIAL RELEASE)
        - tweak how we load Net::SMTP to avoid problems when testing with a
          Test::MockObject-mocked SMTP client

1.300024  2016-03-19 14:13:16-04:00 America/New_York (TRIAL RELEASE)
        - Net::SMTP 3.07 is now required, both for SSL support and for a fix
          to datasend implementation referenced in 1.300019 changes

1.300023  2016-03-19 14:06:51-04:00 America/New_York (TRIAL RELEASE)
        - Email::Sender::Transport::SMTP now uses Net::SMTP for SSL
          connections, and for a STARTTLS implementation

(wen)

2016-04-07 13:34:13 UTC MAIN commitmail json YAML

actually, just passing -P to cpp(1) to inhibit linemarkers when using GCC
is sufficient and avoids patch and tool dependency on tradcpp.
Gleaned from FreeBSD ports.

(tnn)

2016-04-07 13:31:25 UTC MAIN commitmail json YAML

2016-04-07 13:28:23 UTC MAIN commitmail json YAML

2016-04-07 13:27:00 UTC MAIN commitmail json YAML

Update to 3.08

Upstream changes:
3.08 2016-01-05

    - Fix a bug introduced in version 1.28 whereby a short write in Net::Cmd
      would be treated as an error instead of looping.  [David Golden, PR#24]

    - Documented the fact that Net::SMTP::auth() can accept an Authen::SASL
      object instead of a username and password.  [Jan Viktorin, CPAN RT#106183]

    - Simplified specification of INSTALLDIRS: We do not need to check the lower
      bound since we only support Perl 5.8.1 and higher anyway.

(wen)

2016-04-07 13:26:37 UTC MAIN commitmail json YAML

2016-04-07 13:21:38 UTC MAIN commitmail json YAML

Use tradcpp(1) for preprocessing sed script which is not actually C code.
Fixes build with gcc5.
(sed: 3: filenames.sed: unescaped newline inside substitute pattern)

(tnn)

2016-04-07 13:11:48 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Simple to 2.210

(wen)

2016-04-07 13:10:16 UTC MAIN commitmail json YAML

Update to 2.210

Upstream changes:
2.210    2016-03-05 12:16:16-05:00 America/New_York
        - fix a bug where folding treated the string "0" as an empty string
          (thanks, Pali Roh獺r)

2.209    2015-10-11 22:57:04-04:00 America/New_York (TRIAL RELEASE)
        - avoid opportunity for pathological backtracking behavior on
          malformed messages

(wen)

2016-04-07 12:57:57 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Valid to 1.200

(wen)

2016-04-07 12:56:18 UTC MAIN commitmail json YAML

Update to 1.200

Upstream changes:
1.200    2016-03-27 17:36:57-04:00 America/New_York
        - skip more tests when Net::Domain::TLD not available, as required

1.199    2016-03-27 09:58:03-04:00 America/New_York
        - More "no MX found" fixes (thanks, Troy Morehouse)
        - treat restricted/reserved TLDs (invalid, test, example, localhost)
          as invalid (thanks, Steve Bertrand!)
        - Made first mention of various external modules be L<> linked.
        - Added link to RFC822 to SEE ALSO
        - Various typo and formatting fixes

(wen)

2016-04-07 12:46:17 UTC MAIN commitmail json YAML

Updated math/p5-Math-Base-Convert to 0.11

(wen)

2016-04-07 12:44:36 UTC MAIN commitmail json YAML

Update to 0.11

Upstream changes:
0.11  Thu Oct 22 15:31:10 PDT 2015
fix one more typo

0.10  Wed Oct 21 19:56:19 PDT 2015
finish the typo corrections started in 0.09, sigh...

0.09  Wed Oct 21 18:53:44 PDT 2015
corrected numerous typos thanks to patch by
gregor herrmann <gregoa@debian.org>

(wen)

2016-04-07 12:40:00 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-ECB to 2.15

(wen)

2016-04-07 12:38:48 UTC MAIN commitmail json YAML

Update to 2.15

Upstream changes:
v2.15, 14.03.2016
- removing caching with v2.00 made Crypt::ECB ignorant of key changes
within the same Crypt::ECB object. Fixed, changing the key now
forces a new cipher object to be created.
- added some notes on upgrading from versions before v2.00 to the README

(wen)

2016-04-07 12:34:06 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Spell to 1.19

(wen)

2016-04-07 12:31:43 UTC MAIN commitmail json YAML

Update to 1.19

Upstream changes:
1.19      2016-02-20
- Don't set $Text::Wrap::huge globally, but localize it
- Load Pod::Wordlist only if used

(wen)

2016-04-07 12:17:29 UTC MAIN commitmail json YAML

Updated audio/wavpack to 4.80.0

(adam)

2016-04-07 12:16:33 UTC MAIN commitmail json YAML

                      -------------------------------
                      Release 4.80.0 - March 28, 2016
                      -------------------------------

WavPack Library Source Code - 4.80.0
wavpack.exe (command-line encoder) - 4.80.0
wvunpack.exe (command-line decoder) - 4.80.0
wvgain.exe (command-line ReplayGain scanner) - 4.80.0
-----------------------------------------------------
  added: full Unicode support on Windows platform
  added: new option --pre-quantize to truncate high-resolution files
        to a reasonable depth (e.g., 20-bit) for better compression
  fixed: Debian bug 793320 (executable stack)
  fixed: LargeAddressAware problem reported on HA
  fixed: several "fuzz test" failures reported on GitHub
  fixed: repack blocks after possible arithmetic overflows
  improved: faster assembly code for mono packing
  improved: portability for various platforms

wvtest.exe (command-line libwavpack test suite) - 4.80.0
--------------------------------------------------------
  added: exhaustive test for WavpackSeekSample() API

in_wv.dll (winamp plugin) - 2.8.0.1
CoreWavPack DirectShow Filters - 1.3.0.0
AmioWavpack.amio (Adobe Audition Plugins) - 1.5
cool_wv4.flt (CoolEdit / Audition filter) - 2.14
------------------------------------------------
  updated: see 4.80.0 library changes

(adam)

2016-04-07 12:10:55 UTC MAIN commitmail json YAML

2016-04-07 11:54:57 UTC MAIN commitmail json YAML

2016-04-07 11:04:55 UTC MAIN commitmail json YAML

Updated www/curl to 7.48.0

(adam)

2016-04-07 11:03:15 UTC MAIN commitmail json YAML

Changes 7.48.0

- CURLINFO_TLS_SSL_PTR.3: Warn about limitations

- Revert "sshserver: remove use of AuthorizedKeysFile2"

  It seems we may have some autobuild problems after this commit went
  in. Trying to see if a revert helps to get them back.

- maketgz: add -j to make dist

  ... makes it a lot faster

- libcurl-thread.3: minor nroff format fix

- CURLINFO_TLS_SSL_PTR.3: minor nroff format fix

- CODE_STYLE: indend example code

  ... to make it look nicer in markdown outputa

(adam)

2016-04-07 10:18:08 UTC MAIN commitmail json YAML

g/c stale comment

(tnn)

2016-04-07 10:16:16 UTC MAIN commitmail json YAML

Updated print/ghostscript-agpl to 9.19; graphics/enblend-enfuse to 4.2; graphics/freetype2 to 2.6.3; fonts/fontforge to 20160404

(adam)

2016-04-07 10:09:02 UTC MAIN commitmail json YAML

Changes 20160404:
This fixes a number of bugs and crashes and adds a few small features. Most importantly, this release comes with a working Macintosh package.

(adam)

2016-04-07 10:02:13 UTC MAIN commitmail json YAML

CHANGES BETWEEN 2.6.2 and 2.6.3

  I. IMPORTANT CHANGES

    - Khmer,  Myanmar, Bengali,  and Kannada  script support  has been
      added to the auto-hinter.

  II. MISCELLANEOUS

    - Better  support of  Indic  scripts like  Devanagari  by using  a
      top-to-bottom hinting flow.

    - All  FreeType macros  starting  with two  underscores have  been
      renamed to  avoid a violation of  both the C and  C++ standards.
      Example: Header  macros of the  form `__FOO_H__' are  now called
      `FOO_H_'.  In most cases,  this should be completely transparent
      to the user.  The exception to this  is `__FTERRORS_H__', which
      must be  sometimes undefined by  the user to get  FreeType error
      strings:  Both this  form and  the new  `FTERRORS_H_' macro  are
      accepted for backwards compatibility.

    - Minor improvements mainly to the Type 1 driver.

    - The  new CFF  engine now  supports all  Type 2  operators except
      `random'.

    - The macro `_STANDALONE_', used for  compiling the B/W and smooth
      rasterizers  as  stand-alone  modules,  has  been  renamed  to
      `STANDALONE_', since macro names starting with an underscore and
      followed by an uppercase letter are reserved in both C and C++.

    - Function  `FT_Library_SetLcdFilterWeights'  now  also  activates
      custom LCD filter weights (instead of just adjusting them).

    - Support for  `unpatented hinting'  has been  completely removed:
      Consequently,  the two  functions `FT_Face_CheckTrueTypePatents'
      and  `FT_Face_SetUnpatentedHinting'  now  return  always  false,
      doing nothing.

    - The `ftgamma' demo  program has been modernized;  the gamma grid
      display has been moved from `ftview' to this program.

    - It is now possible to  cycle through the available LCD fitlering
      modes.

(adam)

2016-04-07 09:38:43 UTC MAIN commitmail json YAML

Changes 4.2:

- All deprecated options and features of version 4.1 have been
  removed.

- Enblend and Enfuse support layer (aka "page", aka "frame") selection
  in of multi-layer image-files.  This includes processing any layers
  in user-defined order.

- Both Enblend and Enfuse can now perform all their pyramidal blending
  operations in CIELAB (aka L*a*b*, aka L-star) and CIELUV (aka
  L*u*v*) color spaces, too.  See section "New Commandline Options",
  option `--blend-colorspace'.

  The previous default, CIECAM for input images with ICC-profile has
  been changed to CIELUV.  The default for RGB images without
  ICC-profile remains.  However, the new default for floating-point
  image data is to use the RGB-cube, no matter whether the images come
  with profiles or not.

- The new Graph-Cut algorithm is the default primary seam-line
  generator.

- Avoid a division-by-zero in the Annealing Optimizer.

- Fix a bug (1356551) in the seam-line vectorization code that was
  there since 2004.  The fix changes the position of almost any
  coarse-mask seam line vertex by one pixel.

- Fix a longstanding quirk, which allowed to load masks into Enblend
  and Enfuse that were unsuitable for processing.

- Fix a bug in the highlight-recovery that caused Enfuse to bail out
  with the uncaught exception
      "Minimizer1D::set_bracket: minimum not bracketed".

- The OpenMP enabled versions of Enblend and Enfuse benefit from
  Google's TCMalloc library.

- Several exposure weight functions were added to Enfuse.  The choice
  is now up to the user.  The default still is the Gauss function as
  in all Enfuse versions before.

(adam)

2016-04-07 08:52:06 UTC MAIN commitmail json YAML

Changes 9.19:
* New custom PJL (near) equivalents for pdfmark and setdistillerparams.
* Metadata pdfmark is now implemented.
* An experimental, rudimentary raster trapping implementation implementation has been added to the Ghostscript graphics library.
* The halftone threshold array generation tools (part of toolbin/halftone) have been improved with thresh_remap which allows folding the transfer function (AKA toner response curve (TRC)) into the threshold array so that highlights are improved. Further, gen_stochastic has improved support for minimum dot size and shape.
* Plus the usual round of bug fixes, compatibility changes, and incremental improvements.

(adam)

2016-04-07 08:06:38 UTC MAIN commitmail json YAML

Updated net/youtube-dl to 20160406

(leot)

2016-04-07 08:06:26 UTC MAIN commitmail json YAML

Update net/youtube-dl to 20160406.

Changes:
2016.04.06:
[*] Various bug fixes and improvements

2016.04.05:
[cbs] add base extractor
[movieclips] fix extraction
[camwithher] Add extractor
[cbsinteractive] Add support for ZDNet videos
[instagram:user] Fix extraction (fixes #9059)
[youtube] Add support for zwearz (Closes #9062)
[zdf] Extract subtitles (closes #9081)
[auroravid] Add extractor (Closes #9070)
[deezer] Fix extraction (Closes #9086)
[*] Various bug fixes and improvements

2016.04.01:
[nbc] add new extractor for csnne.com(#5432)
[tenplay] remove extractor(fixes #6927)
[voxmedia] Add new extractor(closes #3182)
[*] Various bug fixes and improvements

2016.03.27:
[twitter] Fix extraction (closes #8966)
[*] Various bug fixes and improvements

2016.03.26:
[*] Various bug fixes and improvements

2016.03.25:
[hbo] Add new extractor
[cda] Add new extractor for cda.pl
[biobiotv] Add extractor
[francetvinfo] Add support for france3-regions and strip title (Closes #7673)
[openload] Add new extractor (closes #8489)
Add extractor for thescene.com (closes #8929)
[youtube:live] Add extractor (Closes #8959)
[*] Various bug fixes and improvements

2016.03.18:
[thestar] Add new extractor(closes #5955)
[tv3] Add new extractor(closes #8059)
[utils] Add extract_attributes for extracting html tag attributes
[bravotv] Add new extractor(#4657)
[once] Add new format extractor
[*] Various bug fixes and improvements

(leot)

2016-04-07 07:39:28 UTC MAIN commitmail json YAML

Updated lang/py27-html-docs to 2.7.11

(leot)

2016-04-07 07:39:17 UTC MAIN commitmail json YAML

Update lang/py27-html-docs to 2.7.11.

Unfortunately no changelog for just the documentation seems available, although
this sync the py27-html-docs package version with the current python27 version
in pkgsrc.

While here also add LICENSE.

(leot)

2016-04-07 07:17:09 UTC MAIN commitmail json YAML

Updated www/netsurf to 3.4nb2

(leot)

2016-04-07 07:16:55 UTC MAIN commitmail json YAML

Fix handling of the path containing SSL certs and bump PKGREVISION.

Previosly SSL certs were not automatically recognised without setting a ca_bundle
in ~/.config/netsurf/Choices (except if installed in the hardcoded
/etc/ssl/certs directory).

Thanks to medfly/coypu for noticing that!

(leot)

2016-04-07 05:29:35 UTC MAIN commitmail json YAML

Updated devel/cmake to 3.5.1; multimedia/ffmpeg3 to 3.0.1

(adam)

2016-04-07 05:28:20 UTC MAIN commitmail json YAML

version 3.0.1:
avcodec/libutvideodec: copy frame so it has reference counters when refcounted_frames is set
avformat/rtpdec_jpeg: fix low contrast image on low quality setting
avformat/mpegtsenc: Fix used service
avformat/mpegtsenc: Keep track of the program for each service
avformat/file: Add crypto to default whitelist
avcodec/mjpegenc_common: Store approximate aspect if exact cannot be stored
lavc/hevc: Allow arbitrary garbage in bytestream as long as at least one NAL unit is found.
avcodec/resample: Remove disabled and faulty code
indeo2: Fix banding artefacts
indeo2data: K&R formatting cosmetics
avformat/hlsenc: Fix passing options, regression since bc9a5965c815cf7fd998d8ce14a18b8e861dd9ce
avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool
avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing
avformat/concatdec: set safe mode to enabled instead of auto
avformat/utils: fix dts from pts code in compute_pkt_fields() during ascending delay
avformat/rtpenc: Fix integer overflow in NTP_TO_RTP_FORMAT
avcodec/dca: clear X96 channels if nothing was decoded
fate/aac: Increase fuzz from of fate-aac-pns-encode from 72 to 74 for Loongson
avformat/cache: Fix memleak of tree entries
lavf/mov: downgrade sidx errors to non-fatal warnings; fixes trac 5216
lavf/mov: fix sidx with edit lists
avcodec/mjpegdec: Fix decoding slightly odd progressive jpeg
swscale/utils: Fix chrSrcHSubSample for GBRAP16
swscale/input: Fix GBRAP16 input
avutil/pixdesc: Make get_color_type() aware of CIE XYZ formats
avcodec/h264: Execute error concealment before marking the frame as done.
swscale/x86/output: Fix yuv2planeX_16* with unaligned destination
swscale/x86/output: Move code into yuv2planeX_mainloop
MAINTAINERS: add myself as an OS/2 maintainer
libwebpenc_animencoder: print library messages in verbose log levels
libwebpenc_animencoder: zero initialize the WebPAnimEncoderOptions struct
configure: check for SEC_I_CONTEXT_EXPIRED before enabling SChannel
lavf/http: Add httpproxy to the default protocol whitelist.
doc/utils: fix typo for min() description
ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming.
postproc: fix unaligned access
vc2enc: fix use of uninitialized variables in the rate control system, correctly zero out coefficient array padding
aacenc: optimize encoding speed
avcodec/diracdec: check bitstream size related fields for overflows
avcodec/h264_slice: Check PPS more extensively when its not copied

(adam)

2016-04-07 05:24:00 UTC MAIN commitmail json YAML

2016-04-06 18:01:29 UTC MAIN commitmail json YAML

fix 2 unknown packages in changes file.
(Add a category directory and fix a pkgname.)
This was noticed by the htutils/changes/pkg-changes2html
script and emailed to www@ team.

(reed)

2016-04-06 17:56:49 UTC MAIN commitmail json YAML

Note the end of the freeze in preparation for pkgsrc-2016Q1

(agc)

2016-04-06 17:48:17 UTC pkgsrc-2016Q1 commitmail json YAML

Welcome to the pkgsrc-2016Q1 branch!

This is the fiftieth pkgsrc quarterly release.

(agc)

2016-04-06 14:59:18 UTC MAIN commitmail json YAML

fix typo in github example

(reed)

2016-04-06 13:18:54 UTC MAIN commitmail json YAML

(TODO) +librecad-2.0.9 (2.1.0 is alpha yet)

(mef)

2016-04-06 12:39:37 UTC MAIN commitmail json YAML

PATCHDIR must be absolute path, avoid unnecessary rebuilds for bulk
builds.

(joerg)

2016-04-06 12:38:42 UTC MAIN commitmail json YAML

Needs gpg binary to build, so add build dependency.

(joerg)

2016-04-06 11:40:19 UTC MAIN commitmail json YAML

(doc/TODO) qcad-3.13.1.3 at github

(mef)

2016-04-06 11:33:29 UTC MAIN commitmail json YAML

Updated security/clusterssh to 4.03.06nb1

(imil)

2016-04-06 11:33:07 UTC MAIN commitmail json YAML

Added BUILD_DEPENDS+=xterm>=322:../../x11/xterm in order to quickly fix:
"xterm" binary not found - please amend $PATH or the cssh config file

ok wiz@

(imil)

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

Do not install libbfd and libopcodes. The objects are used in the
build, but not linked at runtime. Fixes PLIST conflict with
devel/binutils and subsequently makes pbulk on (at least) SunOS
happy. This follows what e.g. ports and homebrew already do.
Remove a leftover patch file while at it.
Bump PKGREVISION.
In-freeze, OK by wiz.

(fhajny)

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

Added ap24-authnz-external

(manu)

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

Added www/ap24-authnz-external

(manu)

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

Add ap24-authnz-external

This is a newer version of the ap22-authnz-external package that
adds support for apache 2.4 and drops support for apache 2.2

Approved by wiz@

(manu)

2016-04-06 08:31:04 UTC MAIN commitmail json YAML

+ glpk-4.60, gnupg2-2.0.30, jsoncpp-1.7.2, mame-0.172,
  modular-xorg-server-1.18.3, p5-IO-Socket-SSL-2.025, pspp-0.10.1.

(wiz)

2016-04-05 21:00:20 UTC MAIN commitmail json YAML

2016-04-05 20:53:30 UTC MAIN commitmail json YAML

Updated mail/deforaos-mailer to 0.1.8

(khorben)

2016-04-05 20:52:34 UTC MAIN commitmail json YAML

Package DeforaOS Mailer 0.1.8

This release brings:
- re-license as 3-clause BSD
- explicitly disable SSLv2 (security)
- functionality fix
- better support for IPv6
- better support for Gtk+ 3
- build fixes
- Spanish translation

(khorben)

2016-04-05 14:09:36 UTC MAIN commitmail json YAML

Updated net/zeromq to 4.1.4nb1

(wiz)

2016-04-05 14:09:26 UTC MAIN commitmail json YAML

Bump PKGREVISION for patch fixing PR 50780.

(wiz)

2016-04-05 14:07:46 UTC MAIN commitmail json YAML

2016-04-05 12:44:58 UTC MAIN commitmail json YAML

Updated databases/mongo-c-driver to 1.3.5

(fhajny)

2016-04-05 12:44:48 UTC MAIN commitmail json YAML

Update databases/mongo-c-driver to 1.3.5.

1.3.5
This release fixes a crash in mongoc_cleanup when an allocator
had been set with bson_mem_set_vtable, and introduces
a configure option MONGOC_NO_AUTOMATIC_GLOBALS which prevents
code built with GCC from automatically calling mongoc_init and
mongoc_cleanup when your code does not.

1.3.4
This release fixes a security vulnerability: when a mongoc_client_t
uses SSL and is disconnected, it failed to re-verify the server
certificate after reconnecting. This flaw affects
single clients, not pooled ones.

(fhajny)

2016-04-05 12:43:33 UTC MAIN commitmail json YAML

Updated devel/libbson to 1.3.5

(fhajny)

2016-04-05 12:43:23 UTC MAIN commitmail json YAML

Update devel/libbson to 1.3.5.

No changes since 1.3.3, versioned to keep pace with libmongoc.

(fhajny)

2016-04-05 12:18:38 UTC MAIN commitmail json YAML

Fake a DESCR until jaapb makes a real one.

(wiz)

2016-04-05 10:31:49 UTC MAIN commitmail json YAML

Updated time/py-parsedatetime to 2.1

(fhajny)

2016-04-05 10:31:38 UTC MAIN commitmail json YAML

Update time/py-parsedatetime to 2.1 (in-freeze, OK by wiz).

v2.1
- Issue #156 parsedatetime 2.0 doesn't work on py26

v2.0
- Issue #155 Relative times containing years fail when computed
  from a leap day
- Issue #145 cal.parse('2015-11-18') returns November 19th 2015
- Issue #143 What is the second value returned by `parse`?
- Issue #141 Bad test case in TestComplexDateTimes
- Issue #123 update supporting files for v2.0 release
- Issue #124 Put locales into config-files (yaml)
- Issue #125 Remove extra files
- Issue #137 Year is parsed wrongly if the date is of format
  MMM DD, YYxx xx:SS bug
- Issue #136 Why I see 2016 instead of 2015?
- Issue #133 Bug: "2015-01-01" is parsed as the current date.
- Issue #126 "Unresolved attribute reference 'parse' for class
  'object'... " in Pycharm IDE. bug
- Issue #120 the pdt_locales/en_AU.py file uses en_A for
  the localID instead of en_AU
- Issue #114 Dates in the format 'YYYY-MM-DD HH:MM' give
  the incorrect month and day
- Issue #112 Document getting a time from parsedatetime
  into a standard Python structure
- Issue #110 AttributeError when running in the context
  of an HTTP request
- Issue #109 YearParseStyle is ignored for dates in MM/DD style
- Issue #107 yyyy/mm/dd date format
- Issue #105 "this week" is not parsed
- Issue #103 get UTC times from parseDT - trouble with at 9:30
  clock times being interpreted directly in UTC
- Issue #100 Fractional deltas result in incoherent results.
- PR #118 ADD: improve russian locale
- PR #117 ADD: Russian Locale
- PR #116 Fix spelling of "separator".
- PR #115 Update README.rst
- PR #113 Add datetime example to readme.
- PR #111 Allowed real number appear in text like "5.5 days ago"

v1.5
- Issue #99 Which year is implied when given just a month and day?
  Next and last? question
- Issue #96 Word boundary issues for specials (on, at, in) in nlp
- Issue #94 inconsistent application of sourceTime
  in Calendar.parseDT
- Issue #87 nlp() doesn't recognize some "next ..." expressions
- Issue #84 Afternoon? bug
- Issue #82 'last week' and 'next week' are broken
- Issue #81 parse returns default time of 0900 with dates like
  'next friday' despite passed struct_time bug
- Issue #78 Link for Travis in README is wrong
- Issue #72 Enable travis
- Issue #71 Calendar() class can not be initialized 1.4 (it's
  fine)
- Issue #66 Unexpected struct_time flag with Calendar.parse
  on HTML <a href> string
- Issue #65 NLP false positives
- Issue #63 Supporting multiple shortweekday abbreviations
- Issue #61 Short weekday abbreviations bug
- Issue #56 Parse words to numbers (thirteen => 13)
- Issue #54 testMonths fails
- commit 107c7e4655 fix for issue 95 - parsing 'next june 15'
- commit 2c0c8ec778 Fixed faulty test, "730am" parses as "73:0 am"
  which is a bug for a later day.
- commit 6f244e891d Fix "ones" parsing as "1s." Require a word
  boundary between spelled numbers and units.
- commit 035818edef Fix "1 day ago" parsing like "1d 1y ago"
  where "a" within the word "day" is interpreted as 1.
- commit 45002e6eec Fixes "next week" and similar modifier
  + unit pairs in nlp()
- commit 47d2e1d527 Fixed "last week"

v1.4
- Updated setup.py for wheel compatibility
- renamed README.txt to README.rst
- renamed MANIFEST to MANIFEST.in
- cleaned up a lot of the doc and notes
- Commit 3fc165e701 mafagafo Now it works for Python 3.4.1
- Commit d5883801e7 borgstrom Restore Python 2.6 compatibility

1.3
- Issue #45 make a new release to really fix backwards
  compatibility
- Issue #43 Please tag version 1.3
- Commit 29c5c8961d devainandor fixed Python 3 compatibility
  in pdtLocale_icu
- Commit d7304f18f7 inean Fix support for 'now' when no modifiers
  are present
- Commit 26bfc91c28 sashaacker Added parseDT method.
- Commit 848deb47e2 rmecham Added support for dotted meridians.
- Commit c821e08ce2 ccho-sevenrooms corrected misspelling
  of 'thirteen'
- Biggest change is the addition of the nlp() function
  by Geoffrey Floyd:
    nlp() function that utilizes parse() after making judgements
    about what datetime information belongs together. It makes
    logical groupings based on proximity and returns a parsed
    datetime for each matched grouping of datetime text, along
    with location info within the given inputString.

(fhajny)

2016-04-05 05:46:25 UTC MAIN commitmail json YAML

Updated sysutils/salt-docs to 2015.8.5

(khorben)

2016-04-05 05:42:26 UTC MAIN commitmail json YAML

Update salt-docs to version 2015.8.5

This now builds thanks to a patch in textproc/py-sphinx. This version is
the same as found in sysutils/salt in the first place.

Approved by pkgsrc-pmc@ during freeze.

XXX use a Makefile.common together with salt

(khorben)

2016-04-05 05:38:43 UTC MAIN commitmail json YAML

Apply patch #2247 from upstream

This helps generating documentation with textprox/py-sphinx, therefore
fixing the build process of some packages using it.

Bump PKGREVISION.

Approved by pkgsrc-pmc@ during freeze.

(khorben)

2016-04-04 18:30:06 UTC pkgsrc-2015Q4 commitmail json YAML

2016-04-04 18:28:38 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4951 - requested by bsiegert
sysutils/xfce4-thunar: security fix

Revisions pulled up:
- sysutils/xfce4-thunar/Makefile                                1.44
- sysutils/xfce4-thunar/distinfo                                1.12
- sysutils/xfce4-thunar/patches/patch-thunar_thunar-gdk-extensions.c 1.1

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  tnn
  Date:          Sun Mar 13 03:45:53 UTC 2016

  Modified Files:
          pkgsrc/sysutils/xfce4-thunar: Makefile distinfo
  Added Files:
          pkgsrc/sysutils/xfce4-thunar/patches:
              patch-thunar_thunar-gdk-extensions.c

  Log Message:
  patch CVE-2013-7447

  To generate a diff of this commit:
  cvs rdiff -u -r1.43 -r1.44 pkgsrc/sysutils/xfce4-thunar/Makefile
  cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/xfce4-thunar/distinfo
  cvs rdiff -u -r0 -r1.1 \
      pkgsrc/sysutils/xfce4-thunar/patches/patch-thunar_thunar-gdk-extensions.c

(spz)

2016-04-04 18:00:16 UTC MAIN commitmail json YAML

don't bother turning off every individual warning that comes up with
modern compilers, turn off -Werror globally and avoid the creeping
failures each compiler update (this affects both gcc and clang.)

apply -fno-strict-aliasing for all foreseeable future gcc versions.

this now works with gcc 5.3.

ok wiz, joerg

(mrg)

2016-04-04 17:36:35 UTC MAIN commitmail json YAML

2016-04-04 17:34:56 UTC MAIN commitmail json YAML

Explicitly depend on the mozilla CA list for providing a trust anchor.
NetBSD doesn't ship a CA bundle by default.

(joerg)

2016-04-04 17:34:12 UTC MAIN commitmail json YAML

Just install man pages uncompressed directly, while fixing the PKGMANDIR
handling.

(joerg)

2016-04-04 17:33:42 UTC MAIN commitmail json YAML

No longer rely on GLUT internals

This fixes building with modern graphics/glut.

Bump PKGREVISION.

(khorben)

2016-04-04 17:33:38 UTC MAIN commitmail json YAML

Pass down pkgsrc environment. Add dependency on bash before using it.

(joerg)

2016-04-04 17:33:10 UTC MAIN commitmail json YAML

X11 option explicitly needs to depend on libSM, otherwise just
installing the binary package has missing binaries due to libXt being
included as build dependency only. Bump revision.

(joerg)

2016-04-04 17:32:17 UTC MAIN commitmail json YAML

Don't introduce target specific flags for Clang. Fix clang handling in
the Lua build script and avoid alloca issues on NetBSD.

(joerg)

2016-04-04 17:30:31 UTC MAIN commitmail json YAML

Add a note keep the cmake API version in sycn with devel/cmake-fedora.

(joerg)

2016-04-04 17:29:25 UTC MAIN commitmail json YAML

Sync installation path with newer cmake. Bump revision.

(joerg)

2016-04-04 17:28:57 UTC MAIN commitmail json YAML

Add missing end-of-here-document marker as suggested by Robert Elz.

(joerg)

2016-04-04 15:17:33 UTC MAIN commitmail json YAML

Bump PKGREVISON for previous.

(bad)

2016-04-04 15:16:03 UTC MAIN commitmail json YAML

Lock only the minimal critical section in the block hotplug script.

Patch provided my Manuel Bouyer. Thanks!

(bad)

2016-04-04 15:13:16 UTC MAIN commitmail json YAML

Guard the NetBSD block device hotplug script against concurrent execution.

xl(1) runs the hotplug scripts in parallel.  This causes failures when the
next free vnd device is selected.

Locking modeled after the Linux block hotplug script.

(bad)

2016-04-04 15:03:14 UTC MAIN commitmail json YAML

2016-04-04 14:51:59 UTC MAIN commitmail json YAML

Drop more unnecessary variables from MAKE_ENV.

No change to the installed files, so ride previous PKGREVISION bump.

(bad)

2016-04-04 14:49:09 UTC MAIN commitmail json YAML

Bump PKGREVISON for previous.

(bad)

2016-04-04 14:47:56 UTC MAIN commitmail json YAML

2016-04-04 14:47:19 UTC MAIN commitmail json YAML

Lock only the minimal critical section in the block hotplug script.

Patch provided my Manuel Bouyer. Thanks!

(bad)

2016-04-04 14:45:12 UTC MAIN commitmail json YAML

Guard the NetBSD block device hotplug script against concurrent execution.

xl(1) runs the hotplug scripts in parallel.  This causes failures when the
next free vnd device is selected.

Locking modeled after the Linux block hotplug script.

(bad)

2016-04-04 14:40:57 UTC MAIN commitmail json YAML

Fix xenstored DB location and lock directory under NetBSD.

The xenstored database is ephemeral and must be removed during system boot.
Put it into /var/run/xenstored. The ocaml xenstored does that already.

/var/lock doesn't exist on NetBSD, use /var/run instead.

(bad)

2016-04-04 14:35:13 UTC MAIN commitmail json YAML

2016-04-04 13:39:08 UTC MAIN commitmail json YAML

Fix segfault of temacs, desrease optimization level
for GCC5.3 on NetBSD/amd64 7.99.26

(ryoon)

2016-04-04 12:49:23 UTC MAIN commitmail json YAML

Updated filesystems/openafs to 1.6.17nb1

(jakllsch)

2016-04-04 12:48:29 UTC MAIN commitmail json YAML

2016-04-04 12:18:47 UTC MAIN commitmail json YAML

+ afl-2.10b, alsa-lib-1.1.1, cmake-3.5.1, ffmpeg3-3.0.1, git-base-2.8.0,
  global-6.5.4, iso-codes-3.67, meld-3.15.2, mutt-1.6.0,
  p5-Archive-Zip-1.57, py-anki2-2.0.34, py-html2text-2016.4.2,
  py-mercurial-3.7.3, py-setuptools-20.6.7, py-setuptools_trial-0.6.0,
  py-test-runner-2.7.1, py-tortoisehg-3.7.3, qemu-2.5.1,
  x264-devel-20160402.

(wiz)

2016-04-04 11:45:58 UTC MAIN commitmail json YAML

mlterm is up-to-date now as 3.7.0

(mef)

2016-04-04 11:22:46 UTC MAIN commitmail json YAML

+ Sigil-0.9.5, git-2.8.0, gnucash-2.6.12, gtk3-3.20, gzip-1.7,
  inputproto-2.3.2, p5-Data-OptList-0.110, p5-DateTime-Locale-1.03,
  p5-DateTime-TimeZone-1.97, p5-Email-Valid-1.200, p5-NetAddr-IP-4.079,
  p5-Params-Validate-1.23, p5-Scalar-List-Utils-1.45, pspp-0.10.0,
  rspamd-1.2, samba-4.4.0, sqlite3-3.12, webkit-gtk-2.12.

(wiz)

2016-04-04 11:09:23 UTC MAIN commitmail json YAML

Fix dependency to p5-Text-Autoformat.
CVS ----------------------------------------------------------------------

(taca)

2016-04-03 21:02:56 UTC pkgsrc-2015Q4 commitmail json YAML

Pullup ticket #4952 - requested by bsiegert
devel/nss: security update

Revisions pulled up:
- devel/nss/Makefile                                            1.106
- devel/nss/distinfo                                            1.55

-------------------------------------------------------------------
  Module Name:    pkgsrc
  Committed By:  ryoon
  Date:          Sat Feb  6 22:09:56 UTC 2016

  Modified Files:
          pkgsrc/devel/nss: Makefile distinfo

  Log Message:
  Update to 3.22

  Changelog:
  The NSS team has released Network Security Services (NSS) 3.22,
  which is a minor release.

  New functionality:
  * RSA-PSS signatures are now supported (bug 1215295)
  * Pseudorandom functions based on hashes other than SHA-1 are now supported
  * Enforce an External Policy on NSS from a config file (bug 1009429)

  New Functions:
  * PK11_SignWithMechanism - an extended version PK11_Sign()
  * PK11_VerifyWithMechanism - an extended version of PK11_Verify()
  * SSL_PeerSignedCertTimestamps - Get signed_certificate_timestamp
    TLS extension data
  * SSL_SetSignedCertTimestamps - Set signed_certificate_timestamp
    TLS extension data

  New Types:
  * ssl_signed_cert_timestamp_xtn is added to SSLExtensionType
  * Constants for several object IDs are added to SECOidTag

  New Macros:
  * SSL_ENABLE_SIGNED_CERT_TIMESTAMPS
  * NSS_USE_ALG_IN_SSL
  * NSS_USE_POLICY_IN_SSL
  * NSS_RSA_MIN_KEY_SIZE
  * NSS_DH_MIN_KEY_SIZE
  * NSS_DSA_MIN_KEY_SIZE
  * NSS_TLS_VERSION_MIN_POLICY
  * NSS_TLS_VERSION_MAX_POLICY
  * NSS_DTLS_VERSION_MIN_POLICY
  * NSS_DTLS_VERSION_MAX_POLICY
  * CKP_PKCS5_PBKD2_HMAC_SHA224
  * CKP_PKCS5_PBKD2_HMAC_SHA256
  * CKP_PKCS5_PBKD2_HMAC_SHA384
  * CKP_PKCS5_PBKD2_HMAC_SHA512
  * CKP_PKCS5_PBKD2_HMAC_GOSTR3411 - (not supported)
  * CKP_PKCS5_PBKD2_HMAC_SHA512_224 - (not supported)
  * CKP_PKCS5_PBKD2_HMAC_SHA512_256 - (not supported)

  table Changes:
  * NSS C++ tests are built by default, requiring a C++11 compiler.
    Set the NSS_DISABLE_GTESTS variable to 1 to disable building these tests.

  The HG tag is NSS_3_22_RTM. NSS 3.22 requires NSPR 4.11 or newer.

  To generate a diff of this commit:
  cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/nss/Makefile
  cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/nss/distinfo

(spz)

2016-04-03 20:24:27 UTC MAIN commitmail json YAML

2016-04-03 20:23:26 UTC MAIN commitmail json YAML

When trying to test for OpenSSL, pick a function that has a chance of
existing in modern versions.

(joerg)

2016-04-03 16:12:57 UTC MAIN commitmail json YAML

2016-04-03 12:48:38 UTC MAIN commitmail json YAML

When using something from locale.h, include it as well.

(joerg)

2016-04-03 12:47:45 UTC MAIN commitmail json YAML

2016-04-03 12:46:18 UTC MAIN commitmail json YAML

2016-04-03 12:45:57 UTC MAIN commitmail json YAML

Note MAKE_JOBS_SAFE.

(joerg)

2016-04-03 12:45:39 UTC MAIN commitmail json YAML

Similar to math/fftw, include the thread version when native threading
exists. Bump revision.

(joerg)

2016-04-03 12:44:54 UTC MAIN commitmail json YAML

Include PREFIX/lib via CPPFLAGS, otherwise libltdl won't get picked up
while trying to look for libpcap.

(joerg)

2016-04-03 12:44:13 UTC MAIN commitmail json YAML

2016-04-03 12:43:39 UTC MAIN commitmail json YAML

Dropped forced SSLv2 support. Don't force __cplusplus, a C++ compiler
will already define that. Bump revision.

(joerg)

2016-04-03 12:42:52 UTC MAIN commitmail json YAML

Use C++11 with GNU extensions for the build, otherwise alloca will not
be referenced correctly at least on NetBSD.

(joerg)

2016-04-03 03:33:44 UTC MAIN commitmail json YAML

Missing patch checksum from previous commit

(manu)

2016-04-03 00:01:30 UTC MAIN commitmail json YAML

Add patch from Yuval Langer

Comment from the cherry-picked commit:
Defining thread priority for SCHED_OTHER is implementation defined.
Some platforms like NetBSD cannot reassign it as they are dynamic.

<http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getschedparam.html>

Credit goes to kamil@netbsd.org and riastradh@netbsd.org for finding this
solution.

This should address PR pkg/50780 by Travis Paul

(kamil)

2016-04-02 13:02:37 UTC MAIN commitmail json YAML

Fix build problem of php-opcache with php70, avoid using "==" with test(1).

(taca)

2016-04-02 10:28:06 UTC MAIN commitmail json YAML

Reset PKGREVISION after all PHP language packages.

(taca)

2016-04-02 09:08:10 UTC MAIN commitmail json YAML

Note update of www/squid3 package to 3.5.16.

(taca)

2016-04-02 09:07:40 UTC MAIN commitmail json YAML

Update squid3 pacakge to 3.5.16, fixing several security problems.
Please refer release note for other changes:
http://www.squid-cache.org/Versions/v3/3.5/RELEASENOTES.html

* SQUID-2016:4 - Denial of Service issue in HTTP Response processing

    http://www.squid-cache.org/Advisories/SQUID-2016_4.txt
    aka. CVE-2016-3948

This is another of the bugs left unfixed by the SQUID-2016:2 patches.
The visible symptom is assertions about:
"String.cc:*: 'len_ + len <65536'"

There is an attack in the wild for this one, but not as widely as for
the previous issues.

* SQUID-2016:3 - Buffer overrun issue in pinger ICMPv6 processing.

    http://www.squid-cache.org/Advisories/SQUID-2016_3.txt
    aka. CVE-2016-3947

This bug shows up as pinger crashing with Icmp6::Recv errors. This may
affect Squid HTTP routing decisions. In some configurations, sub-optimal
routing decisions may result in serious service degradation or even
transaction failures.

All previous Squid-3 releases are affected by both these issues. See the
advisory for further details. Upgrade or patching should be considered a
high priority.

* pinger: drop capabilities on Linux

On Linux, it is now possible to install pinger helper with only
CAP_NET_RAW permissions raised instead of full setuid-root:

  (setcap cap_net_raw+ep /path/to/pinger &&
  chmod u-s /path/to/pinger) || :

Other operating systems without libcap capabilities features are not
affected by this change.

* Bug #4447: FwdState.cc:447 "serverConnection() == conn" assertion

This rather cripling bug appears after the CVE-2016-2569 patch. It
turned out to be a race condition closing connections and has now been
fully fixed.

(taca)

2016-04-02 09:05:23 UTC MAIN commitmail json YAML

2016-04-02 09:03:18 UTC MAIN commitmail json YAML

Note update PHP language pacakges.

lang/php55 5.5.34
lang/php56 5.6.20
lang/php70 7.0.5

(taca)

2016-04-02 09:02:11 UTC MAIN commitmail json YAML

Update php70 to 7.0.5, including security fix.
Add add an patch to fix memory leak noted from Zafer Aydoğan via
private mail.

31 Mar 2016 PHP 7.0.5

- Core:
  . Huge pages disabled by default. (Rasmus)
  . Added ability to enable huge pages in Zend Memory Manager through
    the environment variable USE_ZEND_ALLOC_HUGE_PAGES=1. (Dmitry)
  . Fixed bug #71756 (Call-by-reference widens scope to uninvolved functions
    when used in switch). (Laruence)
  . Fixed bug #71729 (Possible crash in zend_bin_strtod, zend_oct_strtod,
    zend_hex_strtod). (Laruence)
  . Fixed bug #71695 (Global variables are reserved before execution).
    (Laruence)
  . Fixed bug #71629 (Out-of-bounds access in php_url_decode in context
    php_stream_url_wrap_rfc2397). (mt at debian dot org)
  . Fixed bug #71622 (Strings used in pass-as-reference cannot be used to
    invoke C::$callable()). (Bob)
  . Fixed bug #71596 (Segmentation fault on ZTS with date function
    (setlocale)). (Anatol)
  . Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap()). (Dmitry)
  . Fixed bug #71470 (Leaked 1 hashtable iterators). (Nikita)
  . Fixed bug #71575 (ISO C does not allow extra ‘;’ outside of a function).
    (asgrim)
  . Fixed bug #71724 (yield from does not count EOLs). (Nikita)
  . Fixed bug #71767 (ReflectionMethod::getDocComment returns the wrong
    comment). (Grigorii Sokolik)
  . Fixed bug #71806 (php_strip_whitespace() fails on some numerical values).
    (Nikita)
  . Fixed bug #71624 (`php -R` (PHP_MODE_PROCESS_STDIN) is broken).
    (Sean DuBois)

- CLI Server:
  . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)

- Curl:
  . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)

- Date:
  . Fixed bug #71635 (DatePeriod::getEndDate segfault). (Thomas Punt)

- Fileinfo:
  . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic
    file). (Anatol)

- libxml:
  . Fixed bug #71536 (Access Violation crashes php-cgi.exe). (Anatol)

- mbstring:
  . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in
    mbfl_strcut). (Stas)

- ODBC:
  . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only
    for the first two statements). (einavitamar at gmail dot com, Anatol)

- PCRE:
  . Fixed bug #71659 (segmentation fault in pcre running twig tests).
    (nish dot aravamudan at canonical dot com)

- PDO_DBlib:
  . Bug #54648 (PDO::MSSQL forces format of datetime fields).
    (steven dot lambeth at gmx dot de, Anatol)

- Phar:
  . Fixed bug #71625 (Crash in php7.dll with bad phar filename).
    (Anatol)
  . Fixed bug #71317 (PharData fails to open specific file). (Jos Elstgeest)
  . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
    name). (Stas)

- phpdbg:
  . Fixed crash when advancing (except step) inside an internal function. (Bob)

- Session:
  . Fixed Bug #71683 (Null pointer dereference in zend_hash_str_find_bucket).
    (Yasuo)

- SNMP:
  . Fixed bug #71704 (php_snmp_error() Format String Vulnerability).
    (andrew at jmpesp dot org)

- SPL:
  . Fixed bug #71617 (private properties lost when unserializing ArrayObject).
    (Nikita)

- Standard:
  . Fixed bug #71660 (array_column behaves incorrectly after foreach by
    reference). (Laruence)
  . Fixed bug #71798 (Integer Overflow in php_raw_url_encode).
    (taoguangchen at icloud dot com, Stas)

- Zip:
  . Update bundled libzip to 1.1.2. (Remi, Anatol)

(taca)

2016-04-02 09:00:25 UTC MAIN commitmail json YAML

Update php56 to 5.6.20, including security fix.
Add add an patch to fix memory leak noted from Zafer Aydoğan via
private mail.

31 Mar 2016, PHP 5.6.20

- CLI Server:
  . Fixed bug #69953 (Support MKCALENDAR request method). (Christoph)

- Core:
  . Fixed bug #71596 (Segmentation fault on ZTS with date function
    (setlocale)). (Anatol)

- Curl:
  . Fixed bug #71694 (Support constant CURLM_ADDED_ALREADY). (mpyw)

- Date:
  . Fixed bug #71635 (DatePeriod::getEndDate segfault). (Thomas Punt)

- Fileinfo:
  . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic
    file). (Anatol)

- Mbstring:
  . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in
    mbfl_strcut). (Stas)

- ODBC:
  . Fixed bug #47803, #69526 (Executing prepared statements is succesfull only
    for the first two statements). (einavitamar at gmail dot com, Anatol)
  . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
    name). (Stas)

- PDO_DBlib:
  . Bug #54648 (PDO::MSSQL forces format of datetime fields).
    (steven dot lambeth at gmx dot de, Anatol)

- Phar:
  . Fixed bug #71625 (Crash in php7.dll with bad phar filename).
    (Anatol)
  . Fixed bug #71504 (Parsing of tar file with duplicate filenames causes
    memory leak). (Jos Elstgeest)

- SNMP:
  . Fixed bug #71704 (php_snmp_error() Format String Vulnerability).
    (andrew at jmpesp dot org)

- Standard
  . Fixed bug #71798 (Integer Overflow in php_raw_url_encode).
    (taoguangchen at icloud dot com, Stas)

(taca)

2016-04-02 08:59:24 UTC MAIN commitmail json YAML

Update php55 to 5.5.34, including security fix.
Add add an patch to fix memory leak noted from Zafer Aydoğan via
private mail.

31 Mar 2016, PHP 5.5.34

- Fileinfo:
  . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic
    file). (Anatol)

- Mbstring:
  . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in
    mbfl_strcut). (Stas)

- OBBC
  . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
    name). (Stas)

- SNMP:
  . Fixed bug #71704 (php_snmp_error() Format String Vulnerability).
    (andrew at jmpesp dot org)

- Standard
  . Fixed bug #71798 (Integer Overflow in php_raw_url_encode).
    (taoguangchen at icloud dot com, Stas)

(taca)

2016-04-02 08:43:25 UTC MAIN commitmail json YAML

Add INSTALLATION_DIRS.

(jperkin)

2016-04-02 08:28:28 UTC MAIN commitmail json YAML

Fix INSTALLATION_DIRS.

(jperkin)

2016-04-02 08:26:49 UTC MAIN commitmail json YAML

2016-04-02 08:23:30 UTC MAIN commitmail json YAML

Fix INSTALLATION_DIRS typo.

(jperkin)

2016-04-02 08:22:04 UTC MAIN commitmail json YAML

Ensure destination directory is precreated.  Fixes some pax failures.

(jperkin)

2016-04-02 03:34:42 UTC MAIN commitmail json YAML

Updated filesystems/glusterfs to 3.7.10

(manu)

2016-04-02 03:33:51 UTC MAIN commitmail json YAML

2016-04-01 22:32:45 UTC MAIN commitmail json YAML

Pass -mandir, fixes PKGMANDIR.

(jperkin)

2016-04-01 22:29:36 UTC MAIN commitmail json YAML

2016-04-01 22:25:32 UTC MAIN commitmail json YAML

2016-04-01 22:16:48 UTC MAIN commitmail json YAML

2016-04-01 22:11:11 UTC MAIN commitmail json YAML

2016-04-01 21:55:08 UTC MAIN commitmail json YAML

2016-04-01 21:44:02 UTC MAIN commitmail json YAML

2016-04-01 21:40:06 UTC MAIN commitmail json YAML

2016-04-01 19:56:02 UTC MAIN commitmail json YAML

2016-04-01 19:18:23 UTC MAIN commitmail json YAML

2016-04-01 17:55:14 UTC MAIN commitmail json YAML

2016-04-01 17:11:36 UTC MAIN commitmail json YAML

2016-04-01 16:59:39 UTC MAIN commitmail json YAML

Use CMAKE_INSTALL_MANDIR.  Fixes PKGMANDIR.

(jperkin)

2016-04-01 16:51:16 UTC MAIN commitmail json YAML

2016-04-01 16:44:33 UTC MAIN commitmail json YAML

Pass --mandir.  Fixes PKGMANDIR.

(jperkin)

2016-04-01 16:40:46 UTC MAIN commitmail json YAML

2016-04-01 16:22:35 UTC MAIN commitmail json YAML

2016-04-01 16:22:15 UTC MAIN commitmail json YAML

Pass --mandir.  Fixes PKGMANDIR.

(jperkin)

2016-04-01 16:11:23 UTC MAIN commitmail json YAML

2016-04-01 16:08:36 UTC MAIN commitmail json YAML

Honour --mandir.  Fixes PKGMANDIR.

(jperkin)

2016-04-01 15:49:03 UTC MAIN commitmail json YAML

2016-04-01 15:35:00 UTC MAIN commitmail json YAML

2016-04-01 15:29:26 UTC MAIN commitmail json YAML

Specify MANDIR.  Fixes PKGMANDIR.

(jperkin)

2016-04-01 14:00:38 UTC MAIN commitmail json YAML

2016-04-01 13:54:41 UTC MAIN commitmail json YAML

2016-04-01 13:50:21 UTC MAIN commitmail json YAML

2016-04-01 13:33:31 UTC MAIN commitmail json YAML

2016-04-01 13:26:03 UTC MAIN commitmail json YAML

2016-04-01 13:14:32 UTC MAIN commitmail json YAML

2016-04-01 13:11:14 UTC MAIN commitmail json YAML

2016-04-01 13:05:38 UTC MAIN commitmail json YAML

2016-04-01 13:02:44 UTC MAIN commitmail json YAML

Support PKGMANDIR.  Add patch comment.

(jperkin)

2016-04-01 12:55:43 UTC MAIN commitmail json YAML

2016-04-01 12:36:41 UTC MAIN commitmail json YAML

2016-04-01 12:31:20 UTC MAIN commitmail json YAML

2016-04-01 12:24:14 UTC MAIN commitmail json YAML

Pass --mandir.  Fixes PKGMANDIR.

(jperkin)

2016-04-01 12:17:33 UTC MAIN commitmail json YAML

2016-04-01 12:07:30 UTC MAIN commitmail json YAML

2016-04-01 11:53:07 UTC MAIN commitmail json YAML

2016-04-01 11:48:28 UTC MAIN commitmail json YAML

2016-04-01 11:45:27 UTC MAIN commitmail json YAML

Pass --mandir and support PKGMANDIR.

(jperkin)

2016-04-01 11:42:16 UTC MAIN commitmail json YAML

2016-04-01 11:41:42 UTC MAIN commitmail json YAML

2016-04-01 11:38:57 UTC MAIN commitmail json YAML

2016-04-01 11:38:30 UTC MAIN commitmail json YAML

2016-04-01 11:30:16 UTC MAIN commitmail json YAML

2016-04-01 11:28:29 UTC MAIN commitmail json YAML

Use PKGMANDIR and ensure the path isn't dependent on BINDIR.

(jperkin)

2016-04-01 11:22:36 UTC MAIN commitmail json YAML

2016-04-01 11:20:58 UTC MAIN commitmail json YAML