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 (0m)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 19:40:36 UTC Now

2018-05-14 16:12:41 UTC MAIN commitmail json YAML

sysutils/consul: Update to 1.1.0.

FEATURES:

- UI: The web UI has been completely redesigned and rebuilt and is in
  an opt-in beta period.
- api: Added support for Prometheus client format in metrics endpoint
  with `?format=prometheus` (see docs)
- agent: New Cloud Auto-join provider: Joyent Triton.
- agent: (Consul Enterprise) Implemented license management with
  license propagation within a datacenter.

BREAKING CHANGES:

- agent: The following previously deprecated fields and config options
  have been removed
  - `CheckID` has been removed from config file check definitions (use
    `id` instead).
  - `script` has been removed from config file check definitions (use
    `args` instead).
  - `enableTagOverride` is no longer valid in service definitions (use
    `enable_tag_override` instead).
  - The deprecated set of metric names (beginning with
    `consul.consul.`) has been removed along with the
    `enable_deprecated_names` option from the metrics configuration.

IMPROVEMENTS:

- agent: Improve DNS performance on large clusters
- agent: `start_join`, `start_join_wan`, `retry_join`,
  `retry_join_wan` config params now all support go-sockaddr templates
- server: Added new configuration options `raft_snapshot_interval` and
  `raft_snapshot_threshold` to allow operators to  configure how often
  servers take raft snapshots. The default values for these have been
  tuned for large and busy clusters with high write load.

BUG FIXES:

- agent: Only call signal.Notify once during agent startup
- agent: Add support for the new Service Meta field in agent config
- api: Add support for the new Service Meta field in API client
- agent: Updated serf library for two bug fixes - allow enough time
  for leave intents to propagate
- agent: When node-level checks (e.g. maintenance mode) were deleted,
  some watchers currently in between blocking calls may have missed
  the change in index.

(fhajny)

2018-05-14 15:57:22 UTC MAIN commitmail json YAML

doc: Updated lang/elixir to 1.6.5

(fhajny)

2018-05-14 15:57:13 UTC MAIN commitmail json YAML

lang/elixir: Update to 1.6.5.

- [Code] Preserve the user's choice in the formatter on parens call
  with next break fits
- [Code] Preserve the user's choice in the formatter on calls without
  parens when we have one argument per line
- [Code] Fix formatting when there is a tilde in the first element of
  a bitstring
- [Kernel] Support specsdiff flag on __info__ spec clauses
- [Kernel] Do not exclude hygienic vars in defguard
- [Kernel.SpecialForms] Mark for comprehensions as generated to avoid
  dialyzer warnings
- [Macro] Make sure Macro.to_string/2 emits valid quoted expressions
- [Task] Support :infinity timeout on Task.yield_many/2
- [Task.Supervisor] Do not crash spawning supervised tasks when the
  parent process is dead
- [URI] Fix parsing of URIs with trailing ?

(fhajny)

2018-05-14 15:51:48 UTC MAIN commitmail json YAML

doc: Updated net/rabbitmq-c to 0.9.0

(fhajny)

2018-05-14 15:51:40 UTC MAIN commitmail json YAML

net/rabbitmq-c: Update to 0.9.0.

Added:
- amqp-publish: added support for specifying headers via the -H flag
- Add support for specifying timeout for amqp_login calls via
  amqp_set_handshake_timeout
- Add support for specifying timeouts in RPC-style AMQP methods via
  amqp_set_rpc_timeout
- Add define for AMQP_DEFAULT_VHOST
- Support for SSL SNI
- Support for OpenSSL v1.1.0

Changed:
- rabbitmq-c now requires Windows Vista or better
- rabbitmq-c enables TCP keep-alive by default on platforms that
  support it
- dropped support for compiling rabbitmq-c without threading support
- OpenSSL is no longer un-intialized automatically by default. OpenSSL
  can be
  explicitly initialized by calling amqp_initialize_ssl_library and
  uninitialized by calling amqp_uninitialize_ssl_library.

Fixed:
- Correct bugs in processing of --url flag in tools
- Improve documentation on AMQP_SASL_METHOD_EXTERNAL
- Improve support for compiling under mingw-w64
- Better support for handing SIGPIPE on Linux over SSL
- Improve publish performance on Linux by not specifying MSG_MORE on
  last part of message.
- Fix connection logic where multiple hostnames won't be tried if
  connection to doesn't fail immediately

Removed:
- autotools build system has been removed
- many duplicate amqps_* examples, they did not add a lot of value

(fhajny)

2018-05-14 15:40:17 UTC MAIN commitmail json YAML

doc: Updated net/powerdns to 4.1.2

(fhajny)

2018-05-14 15:40:08 UTC MAIN commitmail json YAML

net/powerdns*: Update to 4.1.2.

Improvements
- API: increase serial after dnssec related updates
- Dnsreplay: bail out on a too small outgoing buffer
- lower 窶湾acket too short窶� loglevel
- Make check-zone error on rows that have content but shouldn窶冲
- avoid an isane amount of new backend connections during an axfr
- Report unparseable data in stoul invalid_argument exception
- recheck serial when axfr is done
- add tcp support for alias

Bug Fixes
- allocate new statements after reconnecting to postgresql
- bindbackend: only compare ips in ismaster() (Kees Monshouwer)
- Rather than crash, sheepishly report no file/linenum
- Document undocumented config vars
- prevent cname + other data with dnsupdate

(fhajny)

2018-05-14 14:40:28 UTC MAIN commitmail json YAML

doc: Updated www/w3m to 0.5.3.0.20180125

(leot)

2018-05-14 14:40:17 UTC MAIN commitmail json YAML

w3m{,-img}: Update www/w3m{,-img} to 0.5.3.20180125

Changes:
Debian's w3m 0.5.3+git20180125
* bug fixes
- fix stack overflow with malformed text [CVE-2018-6196]
- fix null deref with malformed text [CVE-2018-6197]
- fix /tmp file races only when ~/.w3m is unwritable [CVE-2018-6198]
- do not remove w3mdict.cgi when "make distclean"
- do not turn a form's GET into POST
- correct <base ...> parsing
- accept TERM=fbterm
* new feature
- extend ssl_forbid_method to disable TLSv1.1

(leot)

2018-05-14 14:02:19 UTC MAIN commitmail json YAML

misc/mate-calc: import mate-calc-1.20.1

Calculator is an application that solves mathematical equations
and is suitable as a default application in a Desktop environment.

(youri)

2018-05-14 13:57:20 UTC MAIN commitmail json YAML

doc: Added misc/mate-calc version 1.20.1

(youri)

2018-05-14 13:55:56 UTC MAIN commitmail json YAML

libuuid: Always create fake .pc when using builtin.

Previous logic would only create it when pkg-config was in USE_TOOLS,
but pkg-config is not the only tool that uses them - for example any
package that uses ruby-pkg-config.  Fixes graphics/ruby-cairo.

(jperkin)

2018-05-14 13:55:23 UTC MAIN commitmail json YAML

2018-05-14 13:53:45 UTC MAIN commitmail json YAML

Comment out mozo, it is pretty much useless.

(youri)

2018-05-14 13:50:17 UTC MAIN commitmail json YAML

2018-05-14 13:48:49 UTC MAIN commitmail json YAML

2018-05-14 13:27:01 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-themes to 3.22.16

(youri)

2018-05-14 13:26:48 UTC MAIN commitmail json YAML

Update to 3.22.16:

MATE Themes have seen significant improvements to fully implement all style classes exposed by GTK 3.22

(youri)

2018-05-14 13:23:59 UTC MAIN commitmail json YAML

doc: Updated editors/pluma to 1.20.1

(youri)

2018-05-14 13:23:50 UTC MAIN commitmail json YAML

Update to 1.20.1:

put peas_engine_enable_loader in the correct place
Fix: make the list of recently used files working again
drop unused variables
pluma-spell-checker-language.c: Fix build warning:
pluma.c: Fix build warning:
pluma-document.c: Fix build warning:
pluma-window: have GtkRecentData on stack instead of allocating it
WidthOfScreen and HeightOfScreen implementation
Fixes for regexp replacement with backreferences (e.g. "\0")
pluma-view.c: use one static variable instead two to do the same job
make sure pluma open in the same window of the workspace
Fix: pluma closes tabs unexpectedly with [right + middle] click ctrl + + / ctrl + - using the numeric keypad
add gsettings key: Show save confirmation if the files have changes
Fix: wrong behavior holding down [middle + right] click ctrl + + / ctrl + - to increase/decrease font size
don窶冲 request to save documents with no changes
add gsettings key to hide/show(default) tabs with the side pane
Hide tabs if we are using the sidebar
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_make_display_name
pluma-help: don窶冲 use deprecated gtk_show_uri
filebrowser: don窶冲 use deprecated gtk_show_uri
avoid deprecated gdk_display_get_screen and gdk_screen_get_number
enable the abbility to save the document if it was changed externally
disable the abbility to save the document if it has no changes
print-preferences UI: fix some basic deprecations
encoding-dialog UI: fix some basic deprecations
preferences-dialog UI: fix some basic deprecations
pluma-panel: remove deprecated GtkImage types
plumal-panel: remove some GtkStock deprecations
search-dialogs: fix a -Wpointer-compare warning
tag-list-plugin: avoid deprecated GtkStock
file-browser-widget: fix one stock deprecation
configure: drop GLIB_VERSION_MAX_ALLOWED
File browser: don窶冲 use GIOScheduler (deprecated)
file-browser-view: silent some build warnings
pluma-view: avoid GtkStock deprecations
pluma-tab: replace some GtkStock icons
pluma-notebook: don窶冲 use deprecated gdk_cursor_new
progress-message-area: fix one GtkStock deprecation
io-error-message-dialog: fix some GtkStock deprecation warnings
Fix: pluma closes tabs unexpectedly with middle click
pluma-notebook.c: fix a build warning
double click to the right of the last open tab to open a new tab
Support new location of gtk bookmarks file
docs: we have encodings combobox, not option menu
remove references to PlumaStatus
docs: remove some references to nonexistent stuff
filebrowser: don窶冲 parse .hidden files - GIO does it since 2.36
close confirm dialog: enable selection + disable focus in all labels
close confirm dialog: set max width for labels
fix typo in code comments
fix running under wayland
modelines: fix random crash on closing one of several Pluma windows
Translations update

(youri)

2018-05-14 13:21:57 UTC MAIN commitmail json YAML

doc: Updated misc/mate-utils to 1.20.0

(youri)

2018-05-14 13:21:46 UTC MAIN commitmail json YAML

Update to 1.20.0:

Full changelog:

Add screenshot support for HiDPI displays
mate-screenshot: added New button
screenshot-save.c: Fix build warnings with pipe write and read:
add style class logview-window
Translations update
WidthOfScreen and HeightOfScreen implementation
baobab: make zoom with mousewheel work on chart
screenshot: remove some unused code
screenshot: don窶冲 get window title as it窶冱 not used later
baobab/logview/dictionary: add our copyright to About dialog
baobab: set transient parent for remote connect dialog
baobab: don窶冲 make prefs dialog visible in .ui file
baobab: set parent window for About dialog
avoid deprecated gdk_screen_get_active_window
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_width/height
avoid deprecated gdk_screen_get_width/height
screenshot: avoid deprecated GdkDevice objects
dictionary: avoid deprecated GdkDevice objects
avoid deprecated gdk_screen_get_n_monitors
avoid deprecated gdk_screen_make_display_name
gdict-applet: don窶冲 use deprecated gtk_show_uri
don窶冲 use deprecated gtk_show_uri
avoid deprecated gdk_screen_get_number
searchtool & logview: avoid deprecated GtkAlignment
mate-screenshot: fix showing busy cursor when saving area screenshot
screenshot: don窶冲 translate the timestamp in the filename
mate-dictionary: include correct header to fix occasional FTBFS
Translations update

(youri)

2018-05-14 13:20:22 UTC MAIN commitmail json YAML

doc: Updated net/mate-user-share to 1.20.0

(youri)

2018-05-14 13:20:08 UTC MAIN commitmail json YAML

Update to 1.20.0:

build: use correct macros to fix cross-build
don窶冲 use deprecated gtk_show_uri
Translations update

(youri)

2018-05-14 13:19:48 UTC MAIN commitmail json YAML

2018-05-14 13:19:33 UTC MAIN commitmail json YAML

doc: Updated x11/mate-terminal to 1.20.0

(youri)

2018-05-14 13:19:24 UTC MAIN commitmail json YAML

Update to 1.20.0:

MATE Terminal now supports background images, adds Solarized themes and keybindings to switch tabs.

Full changelog:

require VTE 0.46
screen: stop setting TERM and COLORTERM environment variables
schema: fix summary and description of some keys
remove “…” from Find keyboard shortcut
profile-editor: properly initialize the first palette color
terminal-screen.c: drop unused variables
Fix build warnings: ignoring return value of chdir,
middle click on a tab: add the gsettings key to enable the feature
make indent more uniform in a few files
fix possible crash when handling DBus method call
Spelling: Whitespace removed, in the terminal, Ctrl
add Solarized themes from gnome-terminal
WidthOfScreen and HeightOfScreen implementation
add the ability to switch tabs using ctrl + tab and ctrl + shift + tab
allow remapping “search” keyboard shortcuts
Support background images with VTE3
find-dialog.ui: fix keyboard selection
avoid deprecated vte_terminal_search_get_gregex
add “select all” keyboard shortcut: control + shift + A
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_make_display_name
terminal-util: avoid deprecated gtk_show_uri
avoid deprecated gdk_display_get_screen
avoid deprecated gdk_screen_get_number
Fix: Double click with right button causes Xorg to crash
Translations update

(youri)

2018-05-14 13:18:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-system-monitor to 1.20.0

(youri)

2018-05-14 13:18:13 UTC MAIN commitmail json YAML

Update to 1.20.0:

procman.cpp: Fix build warning: argument 1 null where non-null expected
sysinfo.cpp: Fix build warning: this ‘if’ clause does not guard…
proctable.cpp: Fix build warning: this ‘else’ clause does not guard…
Fix system logo alignment
WidthOfScreen and HeightOfScreen implementation
process table: make search case-insensitive
sysinfo: disable focus in all labels
avoid deprecated gdk_screen_width/height
sysinfo: avoid deprecated GtkAlignment
Translations update

(youri)

2018-05-14 13:17:28 UTC MAIN commitmail json YAML

doc: Updated x11/mate-settings-daemon to 1.20.1

(youri)

2018-05-14 13:17:16 UTC MAIN commitmail json YAML

Update to 1.20.1:

HiDPI: Load xsettings during initialization phase
Add HiDPI configuration in XSettings
Add support for HiDPI displays
plugins: G_GNUC_UNUSED in unused but needed variables
xsettings: drop CanChangeAccels which won窶冲 work with GTK+3
msd-datetime-mechanism.c: Fix build warnings:
msd-mpris-manager.c: Fix build warning:
configure.ac: drop GLIB_VERSION_MAX_ALLOWED
Translations update

(youri)

2018-05-14 13:15:59 UTC MAIN commitmail json YAML

doc: Updated x11/mate-session-manager to 1.20.0

(youri)

2018-05-14 13:15:50 UTC MAIN commitmail json YAML

Update to 1.20.0:

gsm-manager.c: Fix build warning:
don窶冲 lose focus when displaying logout or shutdown dialog
add style class logout-dialog
avoid deprecated gdk_screen_make_display_name
don窶冲 use deprecated gtk_show_uri
avoid deprecated gdk_screen_get_number
systemd user-session needs to be updated to get all user-defined enviroment when the session starts.
dbus needs to be updated to get all user-defined environment when the session starts.
Translations update

(youri)

2018-05-14 13:14:14 UTC MAIN commitmail json YAML

doc: Updated x11/mate-screensaver to 1.20.0

(youri)

2018-05-14 13:14:01 UTC MAIN commitmail json YAML

Update to 1.20.0:

OpenBSD authentication is supported in MATE Screensaver

Full changelog:

Add HiDPI support for lock screen
gs-lock-plug.c: Fix build warning:
WidthOfScreen and HeightOfScreen implementation
restore the correct mate-screensaver-command manpage
fix loop initial declarations
Fix: idle slider display in all languages
drop glib required max version
avoid deprecated gdk_screen_get_width/height
don窶冲 use deprecated gtk_show_uri
Implement OpenBSD authentication using bsd_auth(3).
Bug Fix: g_get_real_name will never return NULL pointer
lock-dialog UI: avoid deprecated widgets
Bug fix: screensaver and lock screen not correctly displayed in configurations with overlapping monitor geometries
[GTK+3.20] Switch to GdkSeat
Set input purpose for the password entry widget
copy theme dialog: fix build warning about wrong variable type
Translations update

(youri)

2018-05-14 13:10:37 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-power-manager to 1.20.1

(youri)

2018-05-14 13:10:24 UTC MAIN commitmail json YAML

Update to 1.20.1:

avoid deprecated GtkStock
inhibit: fix error that spammed logs from previous commit
inhibit applet: fix rendering of icon
WidthOfScreen and HeightOfScreen implementation
fix typos in some more comments
Correct spelling mistake.
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
don窶冲 abort on unknown DBus signal name
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_display_get_screen
don窶冲 use deprecated gtk_show_uri
refresh tray icon on icon theme change
actually check the $XPROTO_REQUIRED variable窶冱 value
statistics UI: add style class mpm-statistics
Translations update

(youri)

2018-05-14 13:09:48 UTC MAIN commitmail json YAML

doc: Updated security/mate-polkit to 1.20.0

(youri)

2018-05-14 13:09:39 UTC MAIN commitmail json YAML

Update to 1.20.0:

drop polkitgtkmate library and its docs
Fix reshow/hide icon with statusnotifier
status-icon: don窶冲 use stock icons
polkitmateauthenticationdialog: avoid deprecated GtkAlignment
polkitmateauthenticationdialog: replace a GTK_STOCK deprecation
Translations update

(youri)

2018-05-14 13:08:41 UTC MAIN commitmail json YAML

doc: Updated x11/mate-panel to 1.20.1

(youri)

2018-05-14 13:08:26 UTC MAIN commitmail json YAML

Update mate-panel to 1.20.1:

MATE Panel has much improved Status Notifier Items (SNI) support.
Support panel auto-scaling for HiDPI displays

Full changelog:

Support panel auto-scaling for HiDPI displays
bump minimum required libwnck version to 3.4.6
status-notifier: don窶冲 crash if tooltip has wrong type
status-notifier: don窶冲 crash if menu layout has wrong type
Fix rendering of radio buttons in status notifier
panel-run-dialog: fix segfault when program list is enabled
get focus when displaying 窶彗pplet broken窶� dialog
Update workspace switcher properties dialog
simplify some code
rework the process of cancelling the background change operation
status-notifier: properly handle the NULL case for items
status-notifier: handle wrong-size icons called by path
status-notifier: load icons specified by path
Fix failures to load icons when the application calls for a path and not an icon name
Fix build warning: toplevel_configure_event defined but not used
Fix build warning: GLIB_VERSION_MIN_REQUIRED redefined
status-notifier: fix failure to show icon for missing icon
WidthOfScreen and HeightOfScreen implementation
panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()
remove ancient gnome-panel leftovers
Keep the right icons on bottom still displaying right when the resolution change larger
wncklet: disconnect signals by data on destroy
clock: disconnect one more signal handler on destroy
panel-applet-frame-dbus-c: comment out newly unused variable
Clock: don窶冲 check variables that can never be < 0 for < 0
panel-applet-frame-dbus.c: comment out never used code block
panel-toplevel: remove duplicate break statement
status-notifier: remove duplicate check found by cppcheck
status-notifier: hide mate-polkit icon if passive
Apply position fix on popup to GTK 3.20 and earlier
GTK 3.22 status notifier: reposition menu when size changes
GTK 3.22/status-notifer Fix menu position if size changed since last shown
Stop panel collapse left on adding certain out-of-process applets
make file/folder launchers work again
panel-context-menu: Add confirmation dialog to panel reset option
Add option to context menu to reset the panel
clock:disconnect signal handlers on destroy
Fix crashes on moving/removing applets with glib 2.53.4 or later
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
Add a gsettings key to enable/disable SNI Support
wncklet: stop segfaults, warnings on removing in-process switcher, window-list
fish: fix adding back after removal
Fish: stop all warnings on removing when built in-process
Clock: fix removal warnings when in-process applet removed
clock: stop segfault on removing applet when built in-process
libmate-panel-applet: fix typos in id->factory_id rename
libmate-panel-applet: Only declare _panel_applet_shlib_factory() when needed
libmate-panel-applet: fix error in unregistering dbus object
libmate-panel-applet: fix build warning
libmate-panel-applet: fix introspection
libmate-panel-applet: unown bus name and unregister dbus object
libmate-panel-applet GTK 3.14/3.16: fix custom bg w alpha
libmate-panel-applet: include dummy variable in factory for certian applets
libmate-panel-applet: fix bg rendering for in-process applets
libpanel-applet/panel-applet.h: Rename id to factory_id for factory
limatepanel-applet: add panel-applet-private.h
don窶冲 use GtkPlug/GtkSocket for in process applets
make it possible to get applet widget
libpanel-applet: add panel_applet_factory_get_applet_widget
libpanel-applet: return process type and applet uid
libpanel-applet: store factories in hash table
libpanel-applet: delay GtkPlug creation
libpanel-applet: add process type to private data
libpanel-applet: Remove out_process from panel_applet_factory_main()
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_get_n_monitors
fish: fix applet opening as thin line when built in-process
Forces a window scale of 1 for the panel, instead of using the default or user configured scale.
avoid deprecated gdk_screen_make_display_name
avoid deprecated gdk_display_get_screen
don窶冲 use deprecated gtk_show_uri
avoid deprecated gdk_screen_get_number
fix applet crashes on transparent user-set panel bg
system tray: fix hidden icons on image/transparent color BG
Fix GTK theme image bg support on vertical panel
Make panel image background in GTK theme work again
clock: fix hovering over timezone text, causes panel to scale beyond screen limit
GTK 3.18+ fix transparent default panel bg
menu: restore focus after drag-n-dropping menuitem outside
menu: restore focus after closing popup menu of a menuitem
Fix: menubar/menu-button can窶冲 launch mozo
menu: remove incorrect code from the popup menu of a menuitem
status notifier: follow same menu theme as rest of panel
fix moving applets between panels
menu: fix crash when some .desktop file has empty Icon field
clock: properly handle visibility of edit button
clock: drop deprecated gtk_size_group_set_ignore_hidden
clock: move GtkButton in another horizontal GtkBox parent
clock.c: drop deprecated gtk_size_group_set_ignore_hidden
localized application窶冱 name and description
menu-button: disconnect from GSettings when applet is removed
action-button: disconnect from GSettings when applet is removed
remove a needless glib check
status-notifier: fix crash on unknown signal name
use GTK+3 bookmarks location for Places menu
doc: remove some references to nonexistent stuff
fix build with gcc 4.9.2 (looks like it窶冱 in c89 mode by default)
Run dialog: Add option to reverse history view
Run dialog: Fix wrong history len with max size 1
Run dialog: Allow changing history size
doc: drop ancient MateConf references
Run dialog: Fix wrong history order
status-notifier: Do not hide passive items
panel-menu-bar: fix build warning and some spacing
properly fit expanded panel to smaller screen size
system-tray: Properly propagate orientation changes
notification-area: Fix item orientation
workspace switcher: handle GDK_SCROLL_SMOOTH and fix build warning
Reenable workspace switcher wrapping
pre-bump version
status-notifier: Fix handling of icon-padding style property
Simplify panel description shown when switching panels with the WM
status-notifier: Plug a memory leak
remove deprecated sys/timeb.h header, as nothing uses it
status-notifier-watcher: Allow re-registration of registered items
setup custom icon
status-notifier: Plug a memory leak
notification area: Fix memory leak sorting items
Translations update

(youri)

2018-05-14 13:07:07 UTC MAIN commitmail json YAML

doc: Updated sysutils/mate-notification-daemon to 1.20.0

(youri)

2018-05-14 13:06:55 UTC MAIN commitmail json YAML

Update to 1.20.0:

WidthOfScreen and HeightOfScreen implementation
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_get_n_monitors
Fixes high cpu usage with large timeouts
unescape URI-encode paths for icon files
Translations update

(youri)

2018-05-14 13:05:46 UTC MAIN commitmail json YAML

doc: Updated wm/mate-netbook to 1.20.0

(youri)

2018-05-14 13:05:34 UTC MAIN commitmail json YAML

Update to 1.20.0:

WidthOfScreen and HeightOfScreen implementation
window picker: disconnect signal handlers in dispose function
window picker: add icon to prefs dialog
window picker: disable vertical expand of button in prefs dialog
window picker: add icon for taskbar to About dialog
maximus: don窶冲 crash on invalid window ID
Translations update

(youri)

2018-05-14 13:05:00 UTC MAIN commitmail json YAML

doc: Updated x11/mate-menus to 1.20.0

(youri)

2018-05-14 13:04:51 UTC MAIN commitmail json YAML

Update to 1.20.0:

bump gio version to 2.50.0
make mate-applications-merged symlink
Translations update

(youri)

2018-05-14 13:03:32 UTC MAIN commitmail json YAML

doc: Updated multimedia/mate-media to 1.20.0

(youri)

2018-05-14 13:03:18 UTC MAIN commitmail json YAML

Update to 1.20.0:

gvc-applet: don���t try to increase refcount of a NULL object
gvc-combo-box: fix signal arguments
applet: restore icon for ���Sound Preferences��� menu item
avoid deprecated gdk_screen_get_height
applet: use GdkSeat with GTK+ >= 3.20
applet: make keyboard work in popup
gtk 3.22: avoid deprecated gdk_screen_get_monitor��� functions:
refresh tray icon on icon theme change
mixer-dialog: remove style class .frame from a scrolledwindow
volume-control-dialog: avoid deprecated GtkAlignment
applet: show volume in popup even when muted
applet: improve volume increments
enable deprecation warnings by default
Translations update

(youri)

2018-05-14 13:02:00 UTC MAIN commitmail json YAML

doc: Updated x11/mate-indicator-applet to 1.20.0

(youri)

2018-05-14 13:01:46 UTC MAIN commitmail json YAML

Update mate-indicator-applet to 1.20.0:

Support building against Ayatana Indicators and Ubuntu Indicators alike.
Translations update

(youri)

2018-05-14 13:00:32 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-icon-theme-faenza to 1.20.0

(youri)

2018-05-14 13:00:22 UTC MAIN commitmail json YAML

Update mate-icon-theme-faenza to 1.20.0:

Change license to GPL3, as per the original project.
Fix to use MATE logo for dark theme

(youri)

2018-05-14 12:55:53 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-icon-theme to 1.20.0

(youri)

2018-05-14 12:55:44 UTC MAIN commitmail json YAML

Update mate-icon-theme to 1.20.0:

Replace same broken flags
Translations update

(youri)

2018-05-14 12:55:11 UTC MAIN commitmail json YAML

doc: Updated x11/mate-desktop to 1.20.1

(youri)

2018-05-14 12:55:02 UTC MAIN commitmail json YAML

Update mate-desktop to 1.20.1:

MATE Desktop 1.20 supports HiDPI displays with dynamic detection and scaling.
HiDPI hints for Qt applications are also pushed to the environment to improve cross toolkit integration.
Toggling HiDPI modes triggers dynamic resize and scale, no log out/in required.

Full changelog:

Add gsettings for window scaling factor
drop additional checks for min GLib version
remove < gtk+-3.22 bits and bump required gtk+ version
schema: drop can-change-accels key, won窶冲 work with GTK+3
WidthOfScreen and HeightOfScreen implementation
drop MateAboutDialog
mate-about: remove remains of libunique references
mate-about: switch to GtkAboutDialog
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
mate-desktop-item: mate-about: avoid deprecated gtk_show_uri
mate-about: avoid deprecated gtk_show_uri
avoid deprecated gdk_screen_get_n_monitors
avoid deprecated gdk_screen_make_display_name
avoid deprecated gdk_screen_get_number
Correct little imprecision in man mate-about
Fix broken fallback cursor in mate-colorsel.c
mate-colorsel: don窶冲 use deprecated GTK_STOCK_COLOR_PICKER
Add Global Menu support
Translations update

(youri)

2018-05-14 12:54:10 UTC MAIN commitmail json YAML

doc: Updated x11/mate-control-center to 1.20.2

(youri)

2018-05-14 12:53:56 UTC MAIN commitmail json YAML

Update mate-control-center to 1.20.2:

Scale font DPI for HiDPI displays
Add support for HiDPI displays
theme-installer.c: missing g_object_unref in mate_theme_install_real
theme-util.c: fix reinstalling the deleted theme can cause failure
Support the theme compression package for installing XZ format
drop unused variables
eggcellrendererkeys.c: Fix build warnings:
remove some leftovers related to MacOS support
theme-thumbnail.c: Fix build warnings with write and pipe:
libslab: store search entry widget as GtkEntry
libslab: fix search icon misaligned
Translations update

(youri)

2018-05-14 12:53:01 UTC MAIN commitmail json YAML

doc: Updated devel/mate-common to 1.20.0

(youri)

2018-05-14 12:52:44 UTC MAIN commitmail json YAML

Update mate-common to 1.20.0: no changelog available.

(youri)

2018-05-14 12:51:49 UTC MAIN commitmail json YAML

doc: Updated graphics/mate-backgrounds to 1.20.0

(youri)

2018-05-14 12:51:39 UTC MAIN commitmail json YAML

Update mate-backgrounds to 1.20.0:

Drop ancient gnome leftovers
Translations update

(youri)

2018-05-14 12:50:25 UTC MAIN commitmail json YAML

doc: Updated x11/mate-applets to 1.20.1

(youri)

2018-05-14 12:50:13 UTC MAIN commitmail json YAML

Update mate-applets to 1.20.1:

The Invest applet has been dropped from MATE Applets.
The API, provided by Yahoo, has been discontinued and there is no reputable drop in replacement available.
Panel applets now size correctly based on the units being displayed and many graphs are dynamically scaled.

MATE Sensors Applet (finally) supports udisks2.

Full changelog:

multiload: Scaling network graph using thresholds defined by user
multiload: fix tabs/spaces mix in more places
multiload: fix spacing in some places
multiload: remove some unneeded spaces
weather: fix possible crash when opening prefs dialog
drop broken invest-applet and all Python dependencies
Fix build warnings: ignoring return value of fgets,
command: bump range of interval
WidthOfScreen and HeightOfScreen implementation
build: when gtksourceview isn窶冲 found, show this package name
Cpufreq: Update tooltips with latest values
Cpufreq: fix a build warning
Cpufreq: stop jumping numbers moving units label
Rounding error in draw corrected.
cpufreq: fix calculating max width of frequency/unit/percent labels
stickynotes: fix text selection
cpufreq: refresh applet size on style change (e.g. font size)
GSettings change recognized dynamically
GSettings for checkmark color shown for mounted volumes.
cpufreq: fix random invisibility of the applet
Mounted drives will show a little bit different icon.
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
Get rid of misleading_indentation and maybe-uninitialized warnings during build
avoid deprecated gdk_screen_width/height
avoid deprecated gdk_screen_get_width/height
all applets: don窶冲 use deprecated gtk_show_uri
add new digital theme
drivemount: fix a build warning
cpufreq-prefs: don窶冲 use deprecated gtk_show_uri
bump libmateweather requirement to 1.19.1
weather: If location changes, abort any outstanding weather updates
weather: Added logic to not send notification if weather update is equal (as decided by weather_info_equal()) to the previous update
avoid deprecated gdk_screen_get_number
drivemount: If the list is empty, it will show media-floppy icon
stickynotes: reword previous commit a bit and don窶冲 leak dir name
stickynotes: create parent dir for stickynotes-applet.xml if it does not exist.
Load graph scales automatically according to average load
trashapplet: remove unused code
cpufreq: set frequency on all cores
Fix GError memory leak
Fix for crasher in Command applet.
Translations update

(youri)

2018-05-14 12:48:25 UTC MAIN commitmail json YAML

doc: Updated wm/marco to 1.20.1

(youri)

2018-05-14 12:48:14 UTC MAIN commitmail json YAML

Update to 1.20.1:

Marco now supports DRI3 and XPresent, if available.
Frame rates in games are significantly increased when using Marco.
Marco now supports drag to quadrant window tiling, cursor keys can be used to navigate the Alt + Tab switcher and keyboard shortcuts to move windows to another monitor were added.

Full changelog:

build: drop unneeded pangoxft requirement
Small bugfix for the move_to_X keybinds
Bugfix for monitors of different sizes
Restructured monitor keybinds and adjust save_rect
Implemented simple shourtcuts to move window to another monitor
schema: fix typos
compositor: don窶冲 try to paint window that is not viewable
Fix wrong result in meta_window_titlebar_is_onscreen() for windows without a frame
Add support for gtk3 _GTK_SHOW_WINDOW_MENU event
More elegant solution for handling new move-to-workspace keybinds
Implemented a setting to disable top tiling
Implemented tabpopup when moving window to different workspace
keybindings.c: Fix build warning:
Reset tile_resized to false when fullscreening
Fixes windows not going to save_rect when unmaximimizing
Allow horizontal and vertical resizing when corner tiled
Fixes window getting reset to saved_rect when untiling from corner
Added keybindings for corner tiling
Implemented simple corner tiling by mouse drag
WidthOfScreen and HeightOfScreen implementation
XFIXES regions are leaked during paint_windows
Add stricter logic for running without XPresent support
Make XPresent optional
Add in some changes from xfwm4
Cancel present_pending flag when erroring out
XPresent extension support
Store a window flag when user resizes from tiled
Allow tiled windows to be resized horizontally
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_width/height
avoid deprecated gdk_screen_get_width
display: don窶冲 use deprecated GDK_DEVICE_MANAGER
tools: remove marco-mag and marco-grayscaletools
Fix synthetic keybinding/button-grab window
Forces a window scale of 1 for the window manager, instead of using the default or user configured scale.
avoid deprecated gdk_display_get_screen
avoid deprecated gdk_screen_get_number
Alt/tab - define arrow keycode + numpad arrows
Allow use of arrows while in Alt + Tab popup
ui: Fix invalid object construction in frames
README: fix names of GSettings keys
keybindings: remove uppercase from 窶彡urrent workspace窶�
Added hotkey to rename current workspace
fix code deprecations
Translations update

(youri)

2018-05-14 12:46:33 UTC MAIN commitmail json YAML

doc: Updated misc/libmateweather to 1.20.0

(youri)

2018-05-14 12:46:22 UTC MAIN commitmail json YAML

Update to 1.20.0:

locations: Add Radom, Poland
Locations: add Zhukovsky airport (Moscow, Russia)
Locations: fix Sheremetyevo airport name (Moscow, Russia)
Add timeout, actully invalidate session in weather_info_abort
Start reducing weather spam by creating intial cut of weather_info_equal() function that will help apps determine if two WeatherInfo instances are 窶�the same窶� enough to not bother with a notification
remove warning on unused bsun by actually testing value
Fix soup_session_async_new() deprecation warning
Add missing Polish cities with airports
Fix Novosibirsk timezone
Add Ceiba in Puerto Rico
doc: drop ancient MateConf references and some other stuff
Update cities of Kazakhstan.
actually check the $GIO_REQUIRED variable窶冱 value
Translations update

(youri)

2018-05-14 12:45:15 UTC MAIN commitmail json YAML

doc: Updated audio/libmatemixer to 1.20.0

(youri)

2018-05-14 12:45:05 UTC MAIN commitmail json YAML

2018-05-14 12:44:17 UTC MAIN commitmail json YAML

doc: Updated x11/libmatekbd to 1.20.1

(youri)

2018-05-14 12:44:08 UTC MAIN commitmail json YAML

Update libmatekbd to 1.20.1:

remove < gtk+-3.22 bits and bump required gtk+
WidthOfScreen and HeightOfScreen implementation
matekbd-status: Fix Gdk-CRITICAL warning on creating status bar icon
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_get_number
matekbd-indicator: Don窶冲 expand
matekbd-indicator: don窶冲 use deprecated gdk_cairo_create
Fix for strange GtkIconInfo behaviour
matekbd-indicator: don窶冲 use deprecated GtkAlignment
keyboard-drawing: set css name matekbd-keyboard-drawing
Slightly increase the font size for the key labels
matekbd-keyboard-drawing: Don窶冲 unset double buffering
matekbd-keyboard-drawing: Handle XkbGetKeyboard() failing
matekbd-keyboard-drawing: Prevent gtk+ keynav from taking focus away
fix some introspection warnings
show-layout.ui: don窶冲 use deprecated widgets
UI: expand kbdraw vertical
Translations update

(youri)

2018-05-14 12:42:45 UTC MAIN commitmail json YAML

doc: Updated graphics/eom to 1.20.0

(youri)

2018-05-14 12:42:35 UTC MAIN commitmail json YAML

Update eom to 1.20.0:

build: use PKG_CONFIG to fix cross-build
Add our copyright to About dialog and Caja extension
7z: Fix: rename files with password without the list encrypted
7z: Fix: delete/rename files/folders with the list encrypted
avoid deprecated gdk_screen_make_display_name
don窶冲 use deprecated gtk_show_uri
use a more common gtk+ function
avoid deprecated gdk_screen_get_number
Add the button 窶彜how the Files and Quit窶� in the progress dialog
Fix: create zip files in 窶徇aximum窶� compression level
Fix: Browsing history not correct
hide folders in 窶弖iew All Files窶�
Fix: Wrong behavior of Skip button in Replace file dialog
UI files: avoid deprecations
gtk-utils: remove some GTK_STOCK deprecations
gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settings
fr-window: fix some GTK_STOCK deprecations
add style class frame to scrolledwindows
fr-window: avoid deprecated GtkMisc and GtkAlignment
dlg-add-folder: avoid deprecated gtk_alignment_new()
build: use variable instead of hardcoded file name when cleaning
Translations update

(youri)

2018-05-14 12:41:30 UTC MAIN commitmail json YAML

doc: Updated archivers/engrampa to 1.20.0

(youri)

2018-05-14 12:41:20 UTC MAIN commitmail json YAML

Update engrampa to 1.20.0:

Engrampa, the archive viewer, has improved support for encrypted 7z archives.

Full changelog:

build: use PKG_CONFIG to fix cross-build
Add our copyright to About dialog and Caja extension
7z: Fix: rename files with password without the list encrypted
7z: Fix: delete/rename files/folders with the list encrypted
avoid deprecated gdk_screen_make_display_name
don窶冲 use deprecated gtk_show_uri
use a more common gtk+ function
avoid deprecated gdk_screen_get_number
Add the button 窶彜how the Files and Quit窶� in the progress dialog
Fix: create zip files in 窶徇aximum窶� compression level
Fix: Browsing history not correct
hide folders in 窶弖iew All Files窶�
Fix: Wrong behavior of Skip button in Replace file dialog
UI files: avoid deprecations
gtk-utils: remove some GTK_STOCK deprecations
gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settings
fr-window: fix some GTK_STOCK deprecations
add style class frame to scrolledwindows
fr-window: avoid deprecated GtkMisc and GtkAlignment
dlg-add-folder: avoid deprecated gtk_alignment_new()
build: use variable instead of hardcoded file name when cleaning
Translations update

(youri)

2018-05-14 12:39:28 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-extensions to 1.20.0

(youri)

2018-05-14 12:39:16 UTC MAIN commitmail json YAML

Update caja-extensions to 1.20.0:

xattr-tags: use better English in extension description
po: add missing translatable strings from xattrs extension
xattr-tags: fix extension description
open-terminal: don窶冲 use excessive string duplication
avoid deprecated gdk_screen_make_display_name
sendto burn: avoid deprecated gtk_show_uri
xattr-tags: remove hack, it窶冱 not needed now
xattr-tags: fix typo causing undefined reference
fix the libcaja_gksu_la_LDFLAGS variable declaration
xattr-tags: add missing newline to startup message
xattr-tags: unescaping stored attributes.
Translations update

(youri)

2018-05-14 12:38:12 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja-dropbox to 1.20.0

(youri)

2018-05-14 12:38:02 UTC MAIN commitmail json YAML

Update caja-dropbox to 1.20.0: no changelogs available.

(youri)

2018-05-14 12:30:35 UTC MAIN commitmail json YAML

doc: Updated sysutils/caja to 1.20.2

(youri)

2018-05-14 12:29:35 UTC MAIN commitmail json YAML

Update caja to 1.20.2:

drop CSS for GTK+ 3.14
Fix tasklist icon change when opening new tab
Include local files with 窶懌�� instead of <>
search_dispose and search_finilize can窶冲 be run after search finished
add missing window icon to About dialog for extensions
move libegg to the top srcdir and drop some leftovers
WidthOfScreen and HeightOfScreen implementation
caja-places-sidebar: fix refusal to unmount when sidebar is wide
caja-places-sidebar: disable overlay scrollbar
Fix: wrong behavior with key 窶彳nter窶� while renaming files in list view
open folder in new window: ctrl + shift + w
zoom-control: change zoom with mousewheel scroll over button
View -> Visible Columns: fix vertical expand of dialog content
reword Size on Disk column description a bit
Fix: wrong behavior while renaming files
icon-dnd: remove hardcoded highlight frame
Fix: high cpu while loading background image
list view: fix large icon margins on zooming out
make sure scaling the desktop wallpaper works in all monitors
remove weird +x attribute from a source file
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
Adds columns autosizing
Refresh all rows on zoom change
Forces widget redraw on zoom
pathbar: enable mousewheel scrolling like it was with GTK+2
libcaja-private: remove wrong link from internal README
private: Ensure we allow launching .desktop files from trusted symlinks
Fix: Scaling the desktop wallpaper doesn窶冲 work
open-with-dialog: set max-char-width for a label
Fix 窶廾pen With窶� dialog 窶廾pen窶� button窶冱 text misaligned
avoid deprecated gdk_screen_width/height
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_make_display_name
libegg: replace deprecated gtk_drag_begin
eggsmclient: fix a build warning because of -Wcomment
don窶冲 use deprecated gtk_show_uri
avoid deprecated gdk_screen_get_number
Fix browsing/autorun media on insertion
fix vertical Compact View scrolling in fm_icon_view_scroll_event()
property-browser: add style class frame to scrolledwindows窶�
Fix off-by-one error in caja-pathbar.c
added feature: present the size on disk of files as we present the size of the file.
restore DBus interface initialization
CSS: Load a different caja-desktop.css with GTK 3.14
Use gtk+-3 bookmarks location
Open With dialog: force icon size
file: make caja_file_get_gicon return custom icons too
Expand grid width to canvas
use atk_component_get_extents instead of atk_component_get_position
don窶冲 parse .hidden files manually - GIO does it since 2.36
don窶冲 check nonexistent MATE22_USER_DIR env var
don窶冲 check nonexistent ~/.mate2 directory
eel-accessibility: remove unused code and outdated comments
show correct right-click menu after making selection
eel: Queue resizes on the canvas as elements change visibility
Add size_request to IconContainer to work around unncecessary relayouting
IconCanvasItem: fix overlapping filenames on hover
eel: remove unneeded #include with condition
eel: remove some unused code from eel-gdk-pixbuf-extensions
fix build warning (no const needed there)
fix build with gcc 4.9.2 (looks like it窶冱 in c89 mode by default)
search: added tag support (xattr::xdg.tags).
Fix broken rename in list view by selectin file name cell.
property-browser: add style class frame to scrolledwindows
caja-application.c: Fix uninitialized variable
Translations update

(youri)

2018-05-14 12:26:36 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/mate to 1.20.0

(youri)

2018-05-14 12:26:20 UTC MAIN commitmail json YAML

2018-05-14 12:23:12 UTC MAIN commitmail json YAML

doc: Updated print/atril to 1.18.1

(youri)

2018-05-14 12:22:43 UTC MAIN commitmail json YAML

Update atril to 1.20.0:

Atril, the document viewer, has had a massive overhaul and is better in every single way. Yes, all ways. Better!
In particular accessibility support for visually impaired users is considerably improved.
Caret navigation has been added.

Full changelog:

### atril 1.20.0

  * Translations update
  * require GTK+ 3.22 and GLib 2.50
  * build: remove pre-GTK+3 option (how did I miss that?)
  * epub: make minizip support more BSD variants
  * update copyright year to 2018

### atril 1.19.6

  * Translations update
  * Revert "libview: Update the current page also when pending scroll is to find a location"
  * previewer: add style class atril-previewer-window
  * WidthOfScreen and HeightOfScreen implementation

### atril 1.19.5

  * Translations update
  * shell: show caret navigation in menu
  * ev-link-accessible: Improve efficiency of methods to get start and end indices
  * Expose form fields as AtkObject children of the page
  * Expose images as AtkObject children of the page
  * Expose links as AtkObject children of the page
  * ev-view-accessible: Add a method to determine if a given doc rect is showing
  * ev-page-cache: Add method to check if a given page has been cached
  * libview: Update the caret cursor when jumping to a find result
  * libview: Update ATK_STATE_SHOWING when the visible page range changes
  * libview: Implement AtkComponent for pages
  * libview: Fix shift+click text selection
  * a11y: ensure text cached when you request an EvPageAccessible
  * a11y: managing atk states on EvPageAccessible
  * a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible
  * a11y: move AtkHyperText implementation from EvViewAccessible to EvPageAccessible
  * a11y: move AtkText implementation from EvViewAccessible to EvPageAccessible
  * a11y: expose EvPageAccessible as children of EvViewAccessible
  * a11y: new EvPageAccessible
  * libview: Fix some broken aspects EvViewAccessible text support
  * libview: Take caret navigation into account when getting AtkHyperlink indices
  * a11y: cleaning implementation for atk_text_get_caret_offset
  * a11y: fixing implementation for atk_text_set_caret_offset
  * view: set_caret_cursor_position should emit "cursor-moved" if applies
  * Remove support for deprecated atk_text_get_text_{before,after}_offset()
  * a11y: implement AtkDocument on EvViewAccessible
  * a11y: with caret navigation enabled, accessibility current page is cursor page
  * ev-view-accessible: call document_changed_cb when setting the model
  * Some text fixes for caret message area
  * ev-view-accessible: Fix a crash in ev_view_accessible_get_link
  * ev-view-accessible: Clear the cached data when the current page
  * shell: remove view_actions_focus_out_cb
  * shell: Remove ev_window_set_view_accels_sensitivity
  * shell: forward accels to the focused widget
  * Use a global array for view accel action
  * fix crash when selecting text in djvu documents

### atril 1.19.4

  * Translations update
  * shell: fix stock item for message area
  * docs: libview: Re-add type builtins section
  * Fix crashes of epub documents with caret-navigation
  * Store the caret cursor position in document metadata
  * libview: Add ev_view_set_caret_cursor_position
  * libview: Update the current page also when pending scroll is to find a location
  * libview: Do not schedule a redraw when enabling/disabling caret navigation
  * libview: Stop caret cursor blinking when cursor is not in a visible page
  * shell: Enable/disable the caret navigation with F7
  * libview: Add ev_view_supports_caret_navigation()
  * ev-link-accesible: Return the index/offset after the last character in the link
  * help: Remove references to removed selection mode
  * libview: Fix selections starting/ending in page margins
  * libview: Reduce the pages to scan for selections
  * libview: Remove unused rectangle selection mode
  * libview: Rework ev_view_accessible_get_selection
  * libview: do not redraw the whole view when caret cursor moves
  * libview: Update the cursor area after positioning the cursor when moving between lines
  * ev-view-accessible: Fix ev_view_accesssible_get_n_selections
  * ev-view-accessibl: Fix get_caret_offset when the caret navigation is enabled
  * libview: Use error bell and return early when moving between lines fails
  * libview: do not schedule a resize in ensure_rectangle_is_visible
  * libview: Stop the cursor blink when there are selections active
  * libview: Deprecate ev_view_scroll in favor of g_signal_emit_by_name
  * ev-window: Use g_signal_emit_by name instead of ev_view_scroll
  * previewer: Remove scroll accelerators
  * ev-window: Remove scroll accelerators
  * libview: Add more scroll key bindings to EvView
  * libview: Fix second parameter type of scroll signal for h, j, k and l bindings
  * libview: Use merge_selection_region passing NULL to clear the selections
  * ev-pixbuf-cache: Clear the selection region also when clearing the job selection
  * ev-pixbuf-cache: fix the condition for when a new selection is needed
  * ev-view-accessible: Rewrite get_run_attributes to return the text attributes from the document
  * pdf: Implement ev_document_text_get_text_attrs()
  * libview: Get text attributes from backend and save them in page cache
  * libdocument: Add ev_document_text_get_text_attrs()
  * libview: Emit the AtkText text-caret-moved and text-selection-changed signals
  * libview: clear the selection when cursor is moved
  * libview: Do not show the caret cursor when there are active selections
  * libview: Return NULL instead of empty regions from the pixbuf cache
  * libview: Don't draw the caret cursor when the view is not focused
  * libview: Fix moving caret cursor between lines in multicolumn documents
  * libview: Pre-cache some prev/next pages to the current page range.
  * ev-pixbuf-cache: schedule prev or next jobs first depending on the scroll direction
  * ev-pixbuf-cache: Schedule jobs to render previous pages in inverse order
  * libview: Added 'cursor-moved' signal to notify when the caret cursor has been moved.
  * libview: Avoid unnecessary region copies when selecting text
  * libview: Use a larger damage area to redraw selections
  * libview: Don't queue a redraw when damaged region hasn't changed
  * libview: Invalidate union of old and new selection
  * libview: Move the caret cursor when clicking outside a selection
  * libview: Remove unused in_selection member from SelectionInfo struct
  * libview: Keep the offset inside a line when moving the caret between lines
  * libview: Position the caret cursor at beginning/end of the line
  * libview: Do not schedule a redraw when selecting all text
  * libview: Use prepend + reverse instead of append to create selections  list
  * libview: Use GSlice to allocate EvViewSelection
  * libview: Text selection using the caret cursor.
  * libview: Update the caret cursor after selecting text with the mouse
  * libview: Take page border into account when computing selections
  * libview: Fix a crash when selecting more than one page
  * libview: Make sure the cursor blinks after moving it by a click
  * libview: merge get_caret_cursor_rect_from_offset and get_caret_cursor_area
  * libview: Notify about caret navigation errors using the error bell.
  * libview: Do not redraw after a click if cursor position hasn't changed
  * libview: Use GtkBindings for caret navigation
  * libview: Rename EvView::binding-activated signal as EvView::scroll
  * libview: Position the caret cursor by clicking
  * libview: Use EvPixbufCache to find selection region
  * libview: Split ev_pixbuf_cache_get_selection_surface into two functions
  * libview: Draw selection highlight from region
  * libview: Fix the damage area used to redraw the caret cursor
  * libview: Actually update the page when moving the care from a different page
  * libview: Avoid to update the current page and scroll to the cursor position,
            if the caret cursor was not updated
  * libview: Make caret cursor blink
  * libview: Use logical attributes instead text layout to move the caret cursor
  * libview: Add a way to get the text logical attributes from the page cache
  * libview: Initial implementation of caret navigation
  * libview: Refactor code for drawing page and selection surfaces

### atril 1.19.3

  * Translations update
  * shell: disable ViewDualOddLeft in menus for epubs
  * libview: only access the relevant page cache for the height request
  * Activate shortcut keys for dual and continuous layout
  * ev-view: Forward key events to the focused form field
  * Add shortcut keys for fit-page and fit-width options
  * shell: Do not open single page pdfs in dual mode by default
  * libview: Don't update current_page to negative number
  * libview: Make page layout a mode
  * libview: Add new zoom mode that optimizes for readability
  * Rename Fit Page Width as Fit Width
  * Rename Best Fit mode as Fit Page
  * Move dual page with odd pages left to the view menu
  * libview: drop deprecated usage of gtk_container_set_resize_mode

### atril 1.19.2

  * Translations update
  * shell: Check if doc implements Annotations interface before cast
  * Refreshing annotations' sidebar upon deletion
  * libdocument: Make ev_mapping_list_remove void
  * page-cache: Add flags parameter to ev_page_cache_mark_dirty()
  * pdf: Reset the annotation mapping when there are no more annotations
  * Add an option to remove annotations to the view popup menu
  * libview: add ev_view_remove_annotation
  * pdf: Implement remove_annotation virtual func
  * libdocument: add ev_mapping_list_remove
  * libdocument: Add remove_annotation to DocumentAnnotations.
  * pdf: Make annotation names unique
  * pdf: Add support for adding other types of annotations
  * libview: Rename ev_view_set_focused_element and make it public internally
  * Change the opacity of the annotation window
  * Change color of annotation window
  * libview: Grab focus for form fields and links on mouse press
  * libdocument: Added ev_mapping_list_get
  * pdf: Add activation link for Fields that have it.
  * libview: Handle activation link of a Form Field  if present
  * libdocument: Add activation_link to EvFormField struct
  * ev-properties-licence: don't use deprecated GtkAlignment
  * libview: : avoid deprecated gtk_adjustment_changed
  * ev-job-find: mark two methods as skip
  * ev-jobs: have ev_job_failed_from_error shadow ev_job_failed
  * libview: add missing transfer and element-type annotations
  * ev-mapping-list: make a boxed type
  * libdocument: add missing transfer and element-type annotations
  * gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:
  * avoid gdk_screen_get_primary_monitor/gdk_screen_get_monitor_scale_factor
  * ev-document-misc.c: avoid deprecated gdk_screen_get_width/height_mm
  * dvi: Mitigate command injection attacks by quoting filename
  * mdvi-lib: Fix compilation warning (const-correctness)
  * libmisc: set width chars for page label
  * libview: Scroll small pages in non-continuous mode
  * libview: Enable GDK_SMOOTH_SCROLL events for view
  * libview: Ctrl+mouse wheel zoom should be pointer-centered, not window-centered
  * ev-view: Add pan gesture to switch page
  * ev-view: explicitly require a GtkScrolledWindow as the parent widget
  * ev-view: Add pinch/zoom gesture to handle document zooming

### atril 1.19.1

  * sidebar-thumbnails: fix unwanted move to start after fullscreen
  * sidebar-thumbnails: preload one extra visible range while scrolling
  * sidebar-thumbnails: keep thumbnails already rendered
  * sidebar-thumbnails: fix clunky scrolling
  * update copyright year in Caja extension
  * annotations-sidebar: Clean up the styling
  * ev-annotation-window: Fix setting the color of the window border
  * libview: fix annotation window focus change after creation
  * libview: Fix focus on ev_annotation_window
  * libview: Don't change the font color of the annotation window
  * shell: Use GdkRGBA for annotations
  * libdocument: Add EvAnnotation API using GdkRGBA
  * libdocument: Use the new deprecation macros
  * Add deprecation macros
  * fix runtime warnings caused by previous HDPI commit
  * Take monitor scale factor into account when calculating zoom.
  * Add hi-dpi support for main view.
  * shell: Ditch gimpcellrenderertoggle
  * sidebar-layers: Make it actually usable and fix a runtime warning
  * libview: setting annotation window icons sizes
  * libview: save changes to a dropdown in an embedded form
  * libdocument: adjust rendering of shadow for active and inactive pages
  * avoid deprecated gdk_screen_make_display_name
  * ev-window: remove deprecated GtkToolbar-shadow-type
  * annotation-properties-dialog: don't use a headerbar
  * avoid deprecated gdk_display_get_screen and gdk_display_get_n_screens
  * ev-window: don't use deprecated gtk_show_uri
  * Translations update
  * avoid deprecated gdk_screen_get_number
  * Restore Polish translation credits from GNOME

### atril 1.19.0

  * Translations update
  * update copyright year to 2017
  * build: properly clean the generated .caja-extension file
  * build: require cairo >= 1.10.0 and drop some old code
  * shell: remove unused code from utils
  * ev-view: avoid deprecated gtk_drag_begin
  * egg-editable-toolbar: avoid deprecated gtk_drag_begin
  * message-area: replace some GtkStock deprecations
  * ev-sidebar: avoid deprecated GTK_STOCK_CLOSE icon
  * password-view: replace some GtkStock deprecations
  * password-view: don't use deprecated GtkAlignment
  * toolbar-editor: don't use deprecated GtkAlignment

(youri)

2018-05-14 12:18:21 UTC MAIN commitmail json YAML

gtkmm3 requires recent c++ to build.

(youri)

2018-05-14 12:15:59 UTC MAIN commitmail json YAML

pangomm requires recent c++ to build.

(youri)

2018-05-14 12:14:41 UTC MAIN commitmail json YAML

atkmm requires recent c++ to build.

(youri)

2018-05-14 12:09:40 UTC MAIN commitmail json YAML

doc: Updated x11/vte3 to 0.50.3

(youri)

2018-05-14 12:09:22 UTC MAIN commitmail json YAML

Update vte3 to 0.50.3:
Full changelog unavailable.

vte3 now depends on pcre2 and gnutls.

(youri)

2018-05-14 11:31:26 UTC MAIN commitmail json YAML

doc: Updated net/py-lexicon to 2.2.3

(fhajny)

2018-05-14 11:31:18 UTC MAIN commitmail json YAML

net/py-lexicon: Update to 2.2.3.

2.2.3
- Added support for Linode v4 API

2.2.2
- Added support for Constellix

(fhajny)

2018-05-14 11:26:22 UTC MAIN commitmail json YAML

doc: Updated net/rabbitmq to 3.7.5

(fhajny)

2018-05-14 11:26:15 UTC MAIN commitmail json YAML

2018-05-14 10:54:28 UTC MAIN commitmail json YAML

doc: Updated databases/py-peewee to 3.3.4

(fhajny)

2018-05-14 10:54:19 UTC MAIN commitmail json YAML

databases/py-peewee: Update to 3.3.4.

3.3.4
- Added a BinaryUUIDField class for efficiently storing UUIDs in
  16-bytes.
- Fix dataset's update_cache() logic so that when updating a single
  table that was newly-added, we also ensure that all dependent tables
  are updated at the same time.

3.3.3
- More efficient implementation of model dependency-graph generation.
  Improves performance of recursively deleting related objects by
  omitting unnecessary subqueries.
- Added union(), union_all(), intersect() and except_() to the
  Model-specific query implementations. This was an oversight that
  should have been patched in 3.3.2, but is fixed in 3.3.3.
- Major cleanup to test runner and standardized test skipping logic to
  integrate with standard-library unittest conventions.

3.3.2
- Add methods for union(), union_all, intersect() and except_().
  Previously, these methods were only available as operator overloads.
- Removed some Python 2.6-specific support code, as 2.6 is no longer
  officially supported.
- Fixed model-graph resolution logic for deferred foreign-keys.
- Better support for UPDATE...FROM queries (Postgresql).

(fhajny)

2018-05-14 10:48:57 UTC MAIN commitmail json YAML

gexiv2: Fix linker arguments on SunOS.

(jperkin)

2018-05-14 10:37:00 UTC MAIN commitmail json YAML

2018-05-14 10:31:14 UTC MAIN commitmail json YAML

wmii: remove some debug things, re-introduce @@ things
that got mangled via mkpatches, appease the pkglint gods

(maya)

2018-05-14 10:26:28 UTC MAIN commitmail json YAML

py-flake8: remove comment about test failures, gone in latest release

Noted by leot@

(wiz)

2018-05-14 10:21:18 UTC MAIN commitmail json YAML

doc: Updated wm/wmii to 3.9.2

(maya)

2018-05-14 10:20:57 UTC MAIN commitmail json YAML

wmii: update to 3.9.2, use builtin libixp.

Requested in PR pkg/43459, also using some changes from
pkgsrc-wip's wmii-devel.

Seems to work as expected in NetBSD, although I didn't
test the alternative wmiircs.

Some of the changelog (might omit some parts)

3.9.2:
    * Work around mawk bug that broke wmiirc.

3.9.1:
    * Workaround a dash 0.5.6 bug that broke wmiirc.
    * Noticably speed-up python wmiirc startup.
    * Disable static linking which breaks wmiir in glibc 2.12.
    * Add PKGBUILD.

3.9:
    * wmii9menu is now Xinerama aware.
    * Install READMEs to $(PREFIX)/share/doc/wmii/.
    * Documentation updates. Add wmiir.1, wmii9menu.1.
    * Allow dragging floating clients from anywhere in their titlebars.
    * Allow specifying screen in area specs.
    * Change default $MODKEY to Mod4.
    * Minor changes to pygmi.events API.
    * Allow client to follow tag change in python wmiirc.
    * Update /tag/*/index to be more useful on Xinerama.
    * Add showkeys action to shell and python wmiirc.
    * Restore windows from floating layer to their original Xinerama screen.
    * Hide bar on non-primary Xinerama screens.
    * Allow resizing of rightmost and leftmost column dividers.

3.9a2:
    * Add Suraj's Rumai-based wmiirc.
    * Move rc.wmii to alternative_wmiircs/plan9port/wmiirc.
    * Install wmii.pdf to $(PREFIX)/share/doc/.
    * Focus windows regardless of whether they form a new group.
    * Update selection and execution of wmiirc: no more magic.
    * Update wmii.1
    * Add alternative_wmiircs READMEs.

3.9a1:
    * Add new wmii guide. See doc/wmii.pdf
    * Allow for programmable completion in wimenu.
    * Use pkg-config globally.
    * Add Xft (antialiased font) support.
    * Add python wmiirc/9P client library
    * Allow bindings to work regardless of caps lock.
    * Add M-f fullscreen toggle key binding.
    * Augment /client/*/ctl Fullscreen command.
    * Allow setting of increment display from /ctl.
    * Show a client's extra tags in its titlebar.
    * Darken background when floating area selected.
    * Allow bar on top or bottom.
    * Allow for wmiirc_local.
    * Add grow and nudge commands to /tag/*/ctl.
    * Cascade windows when the floating layer fills.
    * Support alpha-transparant windows.
    * Add regex tag support.
    * It is now possible to float/unfloat windows with the mouse.
    * Make the bar Xdnd aware; DND between views is now possible. Fixed some window raising/moving bugs.
    * Add a notification bar.
    * Improved floating mouse resizing.
    * Improved mouse move/resize support for managed mode.
    * Better return from floating/fullscreen to managed mode.
    * Allow comments (#.*\n) in rules and ctl files.
    * Add /client/*/ctl ?slay? command.
    * Detect unresponsive clients on ?kill?.
    * Draw titlebars of floating clients differently.
    * Add wihack: LD_PRELOAD hack to set window properties of programs:
    * Respect window groups
    * Add ?Kill? to client right-click menu
    * wmii9menu now takes similar args to wimenu
    * Document grow/nudge commands.
    * Add wimenu with history and caret support
    * Add wistrut. Undocumented, not built by default.
    * EWMH strut support.
    * Basic EWMH support.
    * Better fullscreen support.
    * XRandR support.
    * Xinerama support.

2008-08-25:
    * libixp version 97 now required
    * Stack and max modes now affect floating clients:
        - max: Collapsed clients disappear, all clients disappear
              when managed layer is selected.
        - stack: All clients but selected are collapsed.
    * Adobe's Flash plugin's fullscreen mode now works.
    * Some annoying focus bugs are fixed.

(maya)

2018-05-14 10:08:00 UTC MAIN commitmail json YAML

json-c: Disable implicit fallthrough warnings.

This package uses them pretty heavily.

(jperkin)

2018-05-14 09:44:01 UTC MAIN commitmail json YAML

glib-networking: Ensure post-install script is executable.

(jperkin)

2018-05-14 09:43:26 UTC MAIN commitmail json YAML

doc: Updated devel/py-meson to 0.44.1nb2

(jperkin)

2018-05-14 09:43:15 UTC MAIN commitmail json YAML

2018-05-14 09:30:35 UTC MAIN commitmail json YAML

2018-05-14 09:13:26 UTC MAIN commitmail json YAML

doc: Updated graphics/freetype2 to 2.9.1nb1

(jperkin)

2018-05-14 09:13:16 UTC MAIN commitmail json YAML

freetype2: Re-enable the freetype-config script.

This is still used by dependencies that haven't yet switched over to
using pkg-config, such as graphics/php-gd.  Until all dependent packages
have switched we can't remove this.  Bump PKGREVISION.

(jperkin)

2018-05-14 08:58:30 UTC MAIN commitmail json YAML

Note update of net/tcl-scotty to 2.1.11nb17.

(he)

2018-05-14 08:57:57 UTC MAIN commitmail json YAML

Provide more diagnostics leading up to abandoning an straps
connection.  When abandoning a trap connection, check if an straps
child's status should be collected.
Bump PKGREVISION.

(he)

2018-05-14 08:34:56 UTC MAIN commitmail json YAML

2018-05-14 08:13:20 UTC MAIN commitmail json YAML

Updated www/py-h11, time/py-dateutil, sysutils/py-crontab

(adam)

2018-05-14 08:12:54 UTC MAIN commitmail json YAML

py-crontab: updated to 2.3.0

2.3.0:
Bug fixes.

(adam)

2018-05-14 08:10:37 UTC MAIN commitmail json YAML

py-dateutil: updated to 2.7.3

Version 2.7.3:

Data updates
- Update tzdata to 2018e.

Bugfixes
- Fixed an issue where decimal.Decimal would cast NaN or infinite value in a
  parser.parse, which will raise decimal.Decimal-specific errors.
- Fixed a ValueError being thrown if tzinfos call explicity returns None.
- Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
  in the form "%B.%Y.%d", e.g. "December.0031.30".
- Fixed a bug where automatically generated DTSTART was naive even if a
  specified UNTIL had a time zone. Automatically generated DTSTART will now
  take on the timezone of an UNTIL date, if provided.

(adam)

2018-05-14 08:05:12 UTC MAIN commitmail json YAML

py-h11: updated to 0.8.1

v0.8.1:

Bug fixes:
* Always return headers as bytes objects

Other changes:
* Added proper license notices to the Javascript used in our
  documentation

(adam)

2018-05-14 07:45:49 UTC MAIN commitmail json YAML

doc: Updated devel/py-flake8 to 3.5.0nb1

(leot)

2018-05-14 07:39:55 UTC MAIN commitmail json YAML

py-flake8: Backport patches from upstream for py-codestyle-2.4.0 update

Adjust py-flake8 after py-codestyle-2.4.0 update. Backport all
relevant commits from upstream to address that.
(They will not be needed for next stable version of py-flake8)

PKGREVISION++

(leot)

2018-05-14 07:18:12 UTC MAIN commitmail json YAML

Updated converters/py-simplejson, devel/py-faker

(adam)

2018-05-14 07:17:24 UTC MAIN commitmail json YAML

py-faker: updated to 0.8.14

0.8.14:
* Add possibility to make artificial ssn numbers for FI_fi.
* Update ko_KR person data based on statistics.
* Improved logging.

(adam)

2018-05-14 07:14:19 UTC MAIN commitmail json YAML

py-simplejson: updated to 3.15.0

Version 3.15.0:
* Clean up the C code
* Bypass the decode() method in bytes subclasses
* Support builds without cStringIO
* Allow to disable serializing bytes by default in Python 3
* Simplify the compatibility code
* Fix tests in Python 2.5

(adam)

2018-05-14 06:44:44 UTC MAIN commitmail json YAML

doc: Updated meta-pkgs/texlive-collection-basic-doc to 2018

(wiz)

2018-05-14 06:44:34 UTC MAIN commitmail json YAML

texlive-collection-basic-doc: update to 2018.

Remove tex-texconfig-doc, removed.

(wiz)

2018-05-14 06:42:26 UTC MAIN commitmail json YAML

Updated devel/py-setuptools_scm, math/py-scipy

(adam)

2018-05-14 06:41:42 UTC MAIN commitmail json YAML

py-setuptools_scm: updated to 2.1.0

v2.1.0
enhance docs for sphinx usage
add symlink support to file finder for git 247
enhance tests handling win32

(adam)

2018-05-14 06:39:32 UTC MAIN commitmail json YAML

py-scipy: updated to 1.1.0

SciPy 1.1.0 is the culmination of 7 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with python -Wd and check for DeprecationWarning
s). Our development attention will now shift to bug-fix releases on the
1.1.x branch, and on adding new features on the master branch.

(adam)

2018-05-14 06:36:17 UTC MAIN commitmail json YAML

2018-05-14 00:07:40 UTC MAIN commitmail json YAML

doc: Added finance/QuantLib version 1.12.1

(minskim)

2018-05-14 00:07:09 UTC MAIN commitmail json YAML

2018-05-14 00:06:44 UTC MAIN commitmail json YAML

finance/QuantLib: Import version 1.12.1

The QuantLib project is aimed at providing a comprehensive software
framework for quantitative finance. QuantLib is a free/open-source
library for modeling, trading, and risk management in real-life.

QuantLib is written in C++ with a clean object model, and is then
exported to different languages such as C#, Objective Caml, Java,
Perl, Python, GNU R, Ruby, and Scheme. An AAD-enabled version is also
available. The reposit project facilitates deployment of object
libraries to end user platforms and is used to generate QuantLibXL, an
Excel addin for QuantLib, and QuantLibAddin, QuantLib addins for other
platforms such as LibreOffice Calc. Bindings to other languages and
porting to Gnumeric, Matlab/Octave, S-PLUS/R, Mathematica,
COM/CORBA/SOAP architectures, FpML, are under consideration.

(minskim)

2018-05-13 20:35:14 UTC MAIN commitmail json YAML

doc: Updated devel/p5-FindBin-libs to 2.19.1

(schmonz)

2018-05-13 20:35:10 UTC MAIN commitmail json YAML

Update to 2.19.1. From the changelog:

Replace the 'v' on v-strings.

Include dummy lib/FindBin/libs.pm in filesystem
and MANIFEST. This is overwritten by execution of
Makefile.PL but puts the necessary operatoin into
the Makefile produced to have the real libs.pm
copied when necesary.

POD.

Makefile.PL boilerplate.

add config_requires.

Avoid issues with File::Copy::Recursive, see
rt.cpan.org #125104, which currently breaks
Module::FromPerlVer.

Bump version of Module::FromPerlVer

Missing dependencies in Makefile.PL.

Bump M::FPV version to 0.3.2.

Bump dependency version.

Update Makefile.PL, thanks to Slaven_Rezic.

Correct version dir path to v5.14 to match "use" value
in libs.pm.

Notes on '//' sanity check.

Error in Makefile.PL, remove "::Dir".

Various typos in comments and POD.

Makefile.PL has explicit version (vs. tracking post-5.8 file).

Version via version->parse( blah )->numify, makes it simpler
to keep versions straight with older perl's that can't handle
qv-string formats.

Minor change in CHANGE file format, makes searching for
releases easier..

Require Cwd 3.73 to avoid issue with infinite recursion in
abs_path. Hopefully this fixes issues with FB::l croaking
on sanity check for "abs_path '//'" (RT #124335).

If this doesn't work I'll have to replace the abs_path check with "-e
'/.' && -e '/..'" as test for working abs_path (vs. using rel2abs).

(schmonz)

2018-05-13 20:35:05 UTC MAIN commitmail json YAML

doc: Updated graphics/arc-theme to 20170302

(youri)

2018-05-13 20:34:45 UTC MAIN commitmail json YAML

Update arc-theme to 20170302:

Cinnamon 3.2 fixes
Fix frame borders with GTK 3.22.9
Small bugfixes

Cinnamon 3.2 support
Bugfixes

Fix OSD windows in MATE 1.16
Fix Unity window decorations with GTK 3.20
Minor bugfixes

Gnome 3.22 support
elementary OS Loki support
Improve Gnome Flashback support (3.20+ only)
Easier window resizing in XFCE and MATE
Bugfixes

(youri)

2018-05-13 17:19:19 UTC MAIN commitmail json YAML

2018-05-13 13:32:30 UTC MAIN commitmail json YAML

remaining texlive 2018 updates

(markd)

2018-05-13 13:25:09 UTC MAIN commitmail json YAML

texlive-collection-all: update to 2018pre1

(markd)

2018-05-13 13:23:34 UTC MAIN commitmail json YAML

2018-05-13 13:14:59 UTC MAIN commitmail json YAML

2018-05-13 13:09:26 UTC MAIN commitmail json YAML

xpdfopen: update to 0.86nb4

texlive 2018 version

(markd)

2018-05-13 13:06:29 UTC MAIN commitmail json YAML

xetex: update to 0.99999

texlive 2018 version

(markd)

2018-05-13 13:04:03 UTC MAIN commitmail json YAML

2018-05-13 13:01:02 UTC MAIN commitmail json YAML

2018-05-13 12:55:11 UTC MAIN commitmail json YAML

vlna: update to 1.5nb4

texlive 2018 version

(markd)

2018-05-13 12:53:19 UTC MAIN commitmail json YAML

tex4ht: update to 0.0.20170523nb1

texlive 2018 version

(markd)

2018-05-13 12:50:57 UTC MAIN commitmail json YAML

seetexk: update to 1.1nb4

texlive 2018 version

(markd)

2018-05-13 12:49:18 UTC MAIN commitmail json YAML

ptexenc: update to 1.3.6

texlive 2018 version

(markd)

2018-05-13 12:46:27 UTC MAIN commitmail json YAML

2018-05-13 12:39:23 UTC MAIN commitmail json YAML

lacheck: update to 1.28nb3

texlive 2018 version

(markd)

2018-05-13 12:36:28 UTC MAIN commitmail json YAML

2018-05-13 12:31:37 UTC MAIN commitmail json YAML

2018-05-13 12:29:00 UTC MAIN commitmail json YAML

dvipdfmx: update to 20180217

texlive 2018 version

(markd)

2018-05-13 12:26:15 UTC MAIN commitmail json YAML

dviljk: update to 2.6.5nb9

texlive 2018 version

(markd)

2018-05-13 12:24:31 UTC MAIN commitmail json YAML

dvidvi: update to 1.1nb2

texlive 2018 version

(markd)

2018-05-13 12:22:46 UTC MAIN commitmail json YAML

cjkutils: update to 4.8.4nb3

texlive 2018 version

(markd)

2018-05-13 12:20:33 UTC MAIN commitmail json YAML

mendexk: update to 2.6fnb8

texlive 2018 version

(markd)

2018-05-13 12:18:56 UTC MAIN commitmail json YAML

makeindexk: update to 2.15nb10

texlive 2018 version

(markd)

2018-05-13 12:16:18 UTC MAIN commitmail json YAML

ttfdump: update to 0.5.5nb5

texlive 2018 version

(markd)

2018-05-13 12:14:17 UTC MAIN commitmail json YAML

ttf2pk: update to 2.0nb4

texlive 2018 version

(markd)

2018-05-13 12:11:46 UTC MAIN commitmail json YAML

ps2pkm: update to 1.8nb2

texlive 2018 version

(markd)

2018-05-13 12:09:31 UTC MAIN commitmail json YAML

lcdftypetools: update to 2.107

texlive 2018 version

(markd)

2018-05-13 12:06:11 UTC MAIN commitmail json YAML

gsftopkk: update to 1.19.2nb9

texlive 2018 version

(markd)

2018-05-13 12:03:52 UTC MAIN commitmail json YAML

afm2pl: update to 0.7.1nb4

texlive 2018 version

(markd)

2018-05-13 12:01:26 UTC MAIN commitmail json YAML

dvi2tty: update to 6.0.0nb2

texlive 2018 version

(markd)

2018-05-13 11:56:24 UTC MAIN commitmail json YAML

2018-05-13 11:52:23 UTC MAIN commitmail json YAML

print: add tex-{translator,epigraph,biblatex-nature}{,-doc}

(markd)

2018-05-13 11:47:52 UTC MAIN commitmail json YAML

2018-05-13 11:44:26 UTC MAIN commitmail json YAML

tex-epigraph{,-doc}: Add version 1.5c

Epigraphs are the pithy quotations often found at the start (or
end) of a chapter. Both single epigraphs and lists of epigraphs
are catered for. Various aspects are easily configurable.

(markd)

2018-05-13 11:40:46 UTC MAIN commitmail json YAML

2018-05-13 11:38:40 UTC MAIN commitmail json YAML

tex-translator{,-doc}: Added version 1.12

This LaTeX package provides a flexible mechanism for
translating individual words into different languages. For
example, it can be used to translate a word like "figure" into,
say, the German word "Abbildung". Such a translation mechanism
is useful when the author of some package would like to
localize the package such that texts are correctly translated
into the language preferred by the user. This package is not
intended to be used to automatically translate more than a few
words.

(markd)

2018-05-13 11:29:24 UTC MAIN commitmail json YAML

2018-05-13 11:24:44 UTC MAIN commitmail json YAML

2018-05-13 11:17:35 UTC MAIN commitmail json YAML

2018-05-13 11:14:09 UTC MAIN commitmail json YAML

2018-05-13 11:10:33 UTC MAIN commitmail json YAML

2018-05-13 11:04:43 UTC MAIN commitmail json YAML

2018-05-13 11:00:26 UTC MAIN commitmail json YAML

2018-05-13 10:54:42 UTC MAIN commitmail json YAML

2018-05-13 10:49:24 UTC MAIN commitmail json YAML

2018-05-13 10:41:47 UTC MAIN commitmail json YAML

2018-05-13 10:27:43 UTC MAIN commitmail json YAML

tex-tcolorbox{,-doc}: update to 4.13

4.13
- typos in 'tcolorbox-tutorial-poster' corrected

- new options:
  'grow sidewards by'

- library 'breakable':
  * Warning for discarded zero height box content added

- library 'listings':
  * Documentation for 'text side listing', 'listing side text',
    'comment side listing', 'listing side comment' supplemented with notes.

- library 'skins':
  * Options given by '/tcb/graphics options' and '/tikz/fill image options'
    are now fully expanded while applied to underlying '\includegraphics'
  * new option:
    'graphics orientation'

4.12
- color implementation changed to fix problems with expl3
  (thanks to Ulrike Fischer)

- Documentation typo corrected ('tcbsetmanagedlayers' instead of
  'tcbsetmanagedlayer')

- Bug fix: 'borderline south' and 'borderline north' created
  'Missing character' messages for breakable boxes

- library 'theorems':
  * new options 'theorem label supplement',
    'theorem full label supplement'

(markd)

2018-05-13 10:22:05 UTC MAIN commitmail json YAML

2018-05-13 09:44:21 UTC MAIN commitmail json YAML

doc: Updated audio/opusfile to 0.10

(maya)

2018-05-13 09:44:03 UTC MAIN commitmail json YAML

opusfile: update to 0.10. Fixes build with OpenSSL 1.1.x.

Changes since the v0.9 release:

    Fix an out-of-bounds read matching serial numbers.

Changes since the v0.8 release:

    Fix an invalid free with tag handling.
    Improve handling of corrupt streams.
    Improve performance on streams with many chain segments.
    Improve TLS host validation.
    Align op_raw_total to work better with op_raw_seek.
    Documentation and build improvements.

Changes since the v0.7 release:

    Add support for OpenSSL 1.1.x.
    Fix issues with tag parsing introduced in v0.7.
    Fix skip logic for multiplexed non-Opus data.

(maya)

2018-05-13 09:32:15 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.7.31, MesaLib-18.0.3, extra-cmake-modules-5.46.0,
  filezilla-3.33.0, gnumeric112-1.12.41, goffice0.10-0.10.41,
  hiawatha-10.8.1, libdrm-2.4.92, libfilezilla-0.12.2, librsvg-2.42.4
  [needs rust+cargo], libsoup-2.62.2, links-2.16, oxygen-icons-5.46.0,
  py-mercurial-4.6 [wait for 4.6.1 - wiz], py-simplejson-3.15.0,
  thunderbird-enigmail-2.0.3, todoman-3.4.0, vim-8.0.1826,
  vim-share-8.0.1826, webkit-gtk-2.20.2.

(wiz)

2018-05-13 08:16:25 UTC MAIN commitmail json YAML

Updated databases/postgresqlXX to the latest

(adam)

2018-05-13 08:16:00 UTC MAIN commitmail json YAML

postgresql10: reset PKGREVISION

(adam)

2018-05-13 08:13:47 UTC MAIN commitmail json YAML

postgresql: updated to 10.4, 9.6.9, 9.5.13, 9.4.18, 9.3.23

SECURITY ISSUES
One security vulnerability has been closed by this release:

CVE-2018-1115: Too-permissive access control list on function pg_logfile_rotate()
Please see the "Updating" section below for post-update steps.

BUG FIXES AND IMPROVEMENTS
This update also fixes over 50 bugs reported in the last several months. Some of these issues affect only version 10, but many affect all supported versions.

These fixes include:
Fix incorrect volatility and parallel-safety markings on several built-in functions to ensure correct query planning optimizations
Several fixes for partitioning, including potential crashes as well as allowing TRUE and FALSE to be used as partition bounds
Fix where a new TOAST value could be assigned to a dead-but-not-yet-vacuumed TOAST OID, which would result in an error similar to "unexpected chunk number 0 (expected 1) for toast value nnnnn"
Fix "CREATE TABLE ... LIKE" with bigint identity columns on 32-bit platforms
Fix memory leak within the runtime of a query that repeatedly executes hash joins
Several crash fixes around queries using GROUPING SET
Avoid failure if a query-cancel or session-termination interrupt occurs while committing a prepared transaction
Reduce locking during autovacuum worker scheduling, which prevents loss of potential worker concurrency
Fix possible slow execution of REFRESH MATERIALIZED VIEW CONCURRENTLY
Several fixes around query plans that use "index-only" scans
Avoid deadlocks in concurrent CREATE INDEX CONCURRENTLY commands that are run under SERIALIZABLE or REPEATABLE READ transaction isolation
Several fixes for SP-GiST indexes, including one collation-aware searches on text columns
Fixes related to counting the number of tuples in partial GiST, SP-GiST, and Bloom indexes
Several fixes for logical decoding and replication
Fix misquoting of values for list-valued GUC variables (e.g. local_preload_libraries, session_preload_libraries, shared_preload_libraries, temp_tablespaces) in dumps
Several fixes for pg_stat_activity
Several fixes for ecpg
Fix for pg_recvlogical to ensure compatibility with PostgreSQL versions released before 10
Several fixes for pg_rewind

(adam)

2018-05-13 03:45:35 UTC MAIN commitmail json YAML

Updated x11/xf86-video-wsfb to 0.4.0nb8

(ryoon)

2018-05-13 03:45:07 UTC MAIN commitmail json YAML

2018-05-13 03:22:33 UTC MAIN commitmail json YAML

devel/blosc: Make this package build on Darwin again

test_common.h has a seperate #elif branch to handle Darwin. Let blosc
use it on Darwin, rather than the C11 branch.

(minskim)

2018-05-12 22:07:47 UTC MAIN commitmail json YAML

finance/py-bracktrader: Add a patch to fix a typo

(minskim)

2018-05-12 22:07:01 UTC MAIN commitmail json YAML

doc: Added finance/py-backtrader version 1.9.58.122

(minskim)

2018-05-12 22:06:55 UTC MAIN commitmail json YAML

finance/Makefile: Add py-backtrader

(minskim)

2018-05-12 22:06:53 UTC MAIN commitmail json YAML

finance/py-backtrader: Import version 1.9.58.122

Backtrader is a feature-rich Python framework for backtesting and
trading. It allows you to focus on writing reusable trading
strategies, indicators and analyzers instead of having to spend time
building infrastructure.

(minskim)

2018-05-12 21:54:34 UTC MAIN commitmail json YAML

doc: Added textproc/R-htmltools version 0.3.6

(minskim)

2018-05-12 21:54:29 UTC MAIN commitmail json YAML

textproc/Makefile: Add R-htmltools

(minskim)

2018-05-12 21:54:24 UTC MAIN commitmail json YAML

textproc/R-htmltools: Import version 0.3.6

Tools for HTML generation and output.

(minskim)