summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2019-02-03NFC, add missing ChangeLog entries to commit historyscole2-2/+2
rel-1.1.3 20100320 Added long-awaited switches to optionally reduce detail reporting: --bounce_detail=N, --deferral_detail=N, --reject_detail=N, --smtp_detail=N, smtpd_warning_detail=N, and --detail=N. Setting any of them to 0 suppresses that detail entirely. --detail=N sets the default for all of them, as well as for -u=N and -h=N. With the above enhancements, the following switches are depreciated, and will eventually be removed: --no_bounce_detail, --no_deferral_detail, --no_reject_detail and --no_smtpd_warnings. They are replaced by setting the desired --*_detail=0. They still work, but using them generates a warning. Added support for parsing logs with RFC 3339 timestamps. Thanks and a tip o' the hat to sftf-at-yandrex-dot-ru for the heads-up and the code contribution. (N.B.: My code does not require a command-line switch. The format is detected automatically.) Fixed some --ignore-case inconsistincies. Thanks and a tip o' the hat to Richard Blanchet (richard-dot-blanchet-at-free-dot-fr) for the heads-up and the diff. Fixed parsing bug that resulted in attempts to treat kind-of-IPv4-looking strings as IPv4 addresses. (I really need to improve reject/defer/etc. "reason" parsing to fix this properly.) Thanks to Joseph Vit (jvit-at-certicon-dot-cz) for the bug report. rel-1.1.2 20080629 Fixed bug with calculating yesterday's date in vicinity of DST changes. (Thanks and a tip o' the hat to Wieland Chmielewski for bringing the problem to my attention.) Added missing "underlining" to some (sub-)section titles for consistency. rel-1.1.1 20070406 Fixed to parse Postfix-2.3 (and beyond) logfiles. Thanks to whomever contributed to http://bugs.gentoo.org/show_bug.cgi?id=144236 Removed support for vmailer. Removed "SMTPD_STATS_SUPPORT" "fences" in code in favour of code to automatically detect the availability of Date::Calc. If --smtpd_stats is specified and Date::Calc is not installed, now bails-out with friendly message. (Adapted from suggestion and examples provided by David Landgren <david-at-landgren-dot-net>. Thanks!) Removed rem_smtpd_stats_supp.pl utility from distribution. (No longer needed.) Memory footprint improvement: Pflogsumm no longer stores data for reports that are supressed via --no_<mumble> switches. Removed extraneous arguments in two calls to print_nested_hash that would result in the "quiet" flag being ignored. Thanks to Pavel Urban (pupu-at-pupu-dot-cz) for bringing that to my attention. Added notes to FAQ about translations and i18n, about mismatching "received"/"delivered" counts, about bug in calculating "yesterday," and about John Fawcett's "prepflog."
2019-02-02Updated sysutils/pflogsumm to 1.1.3scole2-8/+7
2019-02-02memtest86: Remove as abandoned (no longer having a Free upstream)gdt6-63/+1
For a really long time, memtestplus has been the successor, and there has been no discussion of this for years. Deletion proposed long ago, I'm pretty sure.
2019-01-31xfce4-thunar-vcs: remove patches that are not in distinfowiz4-109/+0
remove TODO
2019-01-30noice: Update to 0.7leot2-7/+7
Changes: 0.7 --- - Add support for directory sorting - Add case insensitive comparison - Add colors - Change emacs keybinds for jumping to first/last entry - Minor bug fixes and improvements - Use sxiv instead of feh by default - Use mpv instead of mplayer by default
2019-01-25 Set PCI_HAVE_64BIT_ADDRESS for NetBSD.msaitoh3-7/+16
2019-01-24py-salt-pepper: added version 0.7.5adam6-1/+66
Pepper contains a Python library and CLI scripts for accessing a remote salt-api instance. pepperlib abstracts the HTTP calls to salt-api so existing Python projects can easily integrate with a remote Salt installation just by instantiating a class. The pepper CLI script allows users to execute Salt commands from computers that are external to computers running the salt-master or salt-minion daemons as though they were running Salt locally. The long-term goal is to add additional CLI scripts maintain the same interface as Salt's own CLI scripts (salt, salt-run, salt-key, etc).
2019-01-24py-psutil: updated to 5.5.0adam2-7/+7
5.5.0 Enhancements - [FreeBSD] added support for sensors_temperatures(). - [FreeBSD] added support for CPU frequency. Bug fixes - Process.oneshot() is now thread safe. - [Linux] disk_io_counters() fails on Linux kernel 4.18+. - [Linux] Process' memory_maps() and io_counters() method are no longer exposed if not supported by the kernel. - [Windows] fix psutil.Process().ionice(...) mismatch. - [Windows] improper usage of CloseHandle() may lead to override the original error code when raising an exception. - incorrect handling of cache in Process.oneshot() context causes Process instances to return incorrect results. - [Windows] OpenProcess() now uses PROCESS_QUERY_LIMITED_INFORMATION access rights wherever possible, resulting in less AccessDenied exceptions being thrown for system processes. - [Windows] check if variable is NULL before free()ing it.
2019-01-24Revbump Go packages after lang/go111 update.bsiegert6-12/+12
2019-01-22make this compile again.christos6-62/+114
2019-01-22Add u-boot-odroid-c2martin1-1/+2
2019-01-22Add u-boot for Odroid C2 boardsmartin3-0/+20
2019-01-212 Fixes for NetBSD, OpenBSD, FreeBSD:youri4-2/+61
- Add cpu times calculations - Disable backlight handling, it is linux-only.
2019-01-21Implement multi-processor load calculations for NetBSD,youri3-3/+89
this fills the graphs in mate and gnome system monitors.
2019-01-20xfce4-taskmanager: Update to 1.2.2:youri5-462/+218
Notable changes: - Switch to gtk3, disable gtk2 version - Maintain NetBSD as a separate file until changes are upstreamed - Various bug fixes and translations updates
2019-01-20arm-trusted-firmware-fiptool: fix make fetch.wiz3-14/+30
Simplify package, distname, honor LDFLAGS (fixes RELRO), pkglint cleanup. Bump PKGREVISION
2019-01-18Update mc to 4.8.22.bsiegert4-16/+20
Major changes since 4.8.21 Core - Support BTRFS's file clone operation (#1983) - Find file: show pattern and content in the results window title (#3453) - Find file: remember state (empty or not) of Content field (#3924) - Improve support IBM i (#3927) - Improve handling of hard link creation errors (#3678) - Support user-defined prompt in the Fish subshell (#3944) VFS - sftp: preserve atime and mtime (#3917) Editor - man page cleanup (#3918) - syntax: - PHP - highlight keyword 'null' (#3920) - Meson - initial implementation (#3940) Misc - ext.d: use MPV as a fallback for mplayer -identify (#3919) - ext.d: improve recognition of MS Office formats (#3929) - Code cleanup (#3915) - Cleanup hint files Fixes - Won't compile for Apple (#3930) - "Cannot create target file" when target has backslash space in the name (# 3923) - Quiet single file overwrite (#3908) - Show error message for each not-installed program when view documents in MS Word and Excel formats (#3926) - Crash when trying some sftp connections (#3937) - Crash when return to filemanager from subshell (#3943)
2019-01-18Update borgbackup to 1.1.8.bsiegert2-7/+7
Version 1.1.8 (2018-12-09) -------------------------- Fixes: - enforce storage quota if set by serve-command, #4093 - invalid locations: give err msg containing parsed location, #4179 - list repo: add placeholders for hostname and username, #4130 - on linux, symlinks can't have ACLs, so don't try to set any, #4044 New features: - create: added PATH::archive output on INFO log level - read a passphrase from a file descriptor specified in the BORG_PASSPHRASE_FD environment variable. Version 1.1.7 (2018-08-11) -------------------------- Compatibility notes: - added support for Python 3.7 Fixes: - cache lock: use lock_wait everywhere to fix infinite wait, see #3968 - don't archive tagged dir when recursing an excluded dir, #3991 - py37 argparse: work around bad default in py 3.7.0a/b/rc, #3996 - py37 remove loggerDict.clear() from tearDown method, #3805 - some fixes for bugs which likely did not result in problems in practice: - fixed logic bug in platform module API version check - fixed xattr/acl function prototypes, added missing ones New features: - init: add warning to store both key and passphrase at safe place(s) - BORG_HOST_ID env var to work around all-zero MAC address issue, #3985 - borg debug dump-repo-objs --ghost (dump everything from segment files, including deleted or superceded objects or commit tags) - borg debug search-repo-objs (search in repo objects for hex bytes or strings) Other changes: - add Python 3.7 support - updated shell completions - call socket.gethostname only once - locking: better logging, add some asserts - borg debug dump-repo-objs: - filename layout improvements - use repository.scan() to get on-disk order - docs: - update installation instructions for macOS - added instructions to install fuse via homebrew - improve diff docs - added note that checkpoints inside files requires 1.1+ - add link to tempfile module - remove row/column-spanning from docs source, #4000 #3990 - tests: - fetch less data via os.urandom - add py37 env for tox - travis: add 3.7, remove 3.6-dev (we test with -dev in master)
2019-01-18xfce4-battery-plugin: update to 1.1.2:youri4-80/+46
1.1.2 (2019/01/13): =================== * Listen for UPower events for power source changes (Bug #14978, thanks to Alexander Butenko) * Reset averages when a battery is removed/added (Bug #14930, thanks to John Lindgren) * Re-detect battery presence every 30 seconds (Bug #14930, thanks to John Lindgren) * Fix null pointer dereference with no battery present (Bug #14930, thanks to John Lindgren) * Remove deprecated /proc/acpi support in favor of sysfs. (Thanks to John Lindgren) * Remove APM support on FreeBSD as well, it doesn't even build. (Thanks to John Lindgren) * Remove historical APM support for Linux, support ACPI only. (Thanks to John Lindgren) * Initially show/hide widgets according to user config (Bug #9594, thanks to John Lindgren) 1.1.1 (2018/09/22): =================== * Avoid memory leaks * Bump to minimal Gtk to 3.16 * Only set progressbar width or height depending on the orientation (Bug #12942) * Create a single GtkCssProvider in setup_battmon() (Bug #12975) * Improved spacing and layout in dialogs (Bug #14659)
2019-01-18xfce4-appfinder: update to 4.13.2:youri3-10/+9
4.13.2 ====== - Convert AppData file to AppStream (Bug #14624) - Improved spacing and resizing (Bug #14651) - Ignore menu items without name (Bug #14655) - Add hide category preference (Bug #14893) - Save command in history even if it matches Exec (Bug #9023) - Change default action conflicting pattern (Bug #12103) - Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean,Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese 4.13.1 ====== - Improved keyboard navigation in List View - When expanded, launch apps with single enter press (Bug #14469) - Improved app sorting - Add single window option - Fix segfault when toggling bookmarks (Bug #14134) - Fix preferences button height - Translation updates: Amharic, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese
2019-01-18xfce4-thunar-vcs: update to 0.2.0youri3-13/+9
0.2.0 ===== - Fix context menu strings. - Add description to commands, shown on Thunar's status bar. - Translation updates. 0.1.90 ===== - GTK3 Port. - Thunarx-3 Port (Thunar >=1.7.0 required). - Remove spaces before ellipsis (Bug #14264). - Translation updates.
2019-01-18xfce4-verve-plugin: update to 2.0.0: no changelog available.youri3-11/+9
2019-01-18xfce4-systemload-plugin: update to 1.2.2:youri3-9/+9
- general rework of the preferences dialog - set the default update interval to 0.5s (workaround for #13536) - tons of translation updates
2019-01-18xfce4-mount-plugin: update to 1.1.3: no changelog available.youri3-9/+9
2019-01-18Move PYTHON_VERSIONS_INCOMPATIBLE earlier, mate/Makefile.common alreadymartin1-3/+4
includes the python mk files.
2019-01-18Add an officially recommended patch to sysutils/dmidecode:msaitoh2-3/+8
2019-01-16: Add "Logical non-volatile device" to the memory device types When adding support for non-volative memory, we forgot to add "Logical non-volatile device" to the list of memory types. This causes NVDIMM modules to show up as <OUT OF SPEC>. Fix the problem by adding the missing enumerated value.
2019-01-18remove accidental debug changetnn1-4/+1
2019-01-18smartmontools: fix 6.6 -> 7.0 NVMe SMART data readout regression. Bump.tnn3-2/+41
2019-01-18smartmontools: update to 7.0tnn3-122/+7
Date 2018-12-30 Summary: smartmontools release 7.0 ----------------------------------------------------------- - smartctl: New options '-j' and '--json[=giosu]' to enable experimental JSON output mode. Also supports an alternative flat format suitable for grep ('--json=g'). - smartctl '-l devstat': Fix for logs with 256 sectors. - smartctl '-l error': Prints SCSI Pending Defects log page if supported. - smartctl '-H': Prints SCSI Format Status log page if supported. - smartctl '-x': Now includes '-l defects'. - NVMe/USB: Device type '-d sntjmicron' for NVMe drives behind JMicron USB to NVMe bridges. - NVMe: SMART/Health Information and Error Information are always read with broadcast NSID. - SCSI: Various improvements for the decoding of log pages. - SCSI: Improved handling of READ CAPACITY command. - SCSI: Support for SAS host managed drives. - New option '-d scsi+TYPE' to disable SAT auto detection for 'aacraid' and 'cciss'. - update-smart-drivedb: New option '-u github'. - update-smart-drivedb: New signing key. - configure: New options '--with-cxx11-regex' and '--with-libsystemd'. - configure: Default for '--with-nvme-devicescan' is now 'yes' on Linux and Windows. - configure: Default for '--with-scriptpath' now includes '/usr/local/bin'. - configure: Options '-with-initscriptdir=[auto|yes]' are no longer supported. - Reworked handling of unaligned LE and BE integers. - Dropped various backward compatibility fixes for very old compilers. - Replaced GPL header with 'SPDX-License-Identifier' in all source files. - HDD, SSD and USB additions to drive database. - Always use '-d sat' for USB vendor IDs with known SAT support. - Linux: Device scan with '-d by-id' scans '/dev/disk/by-id/*' symlinks. - Linux: Dropped device scan support for devfs. - Linux: Fixed device scan with multiple '-d TYPE' options. - Linux: Fixed device scan crash on missing '/proc/devices'. - Linux: USB ID detection also for '/dev/sgN'. - Linux: Compile fix for systems with musl libc. - Linux smartd: Could now run as systemd service with 'Type=notify' set. - FreeBSD: NVMe device scanning. - FreeBSD: Various compile fixes. - NetBSD: Fixed regression in name based device type detection. - NetBSD big endian: Fixed regression in ATA code. - NetBSD big endian: Fixed byte ordering of ATA IDENTIFY data from USB/SAT drives. - Windows: Improved search for actual CSMI port number. - Windows: Installer includes VERSIONINFO resource.
2019-01-17tarsnap-gui: update to 1.0.2.wiz2-8/+7
Version 1.0.2 ------------- This adds two new features for MacOS X: * Adds a --check option to update the MacOS X launchd path (in case the app's path changed, for example during a brew update). * Automatically searches for the tarsnap CLI in /usr/local/bin (which is where brew puts it, but this directory is not added to the $PATH for GUI apps). It also includes two bugfixes: * The MacOS X app->"get info" now displays the version number. * An existing job's options can now be saved to disk. Version 1.0.1 ------------- This fixes build problems with Qt 5.10 and 5.11.
2019-01-17Update to 2019-01-09. Upstream commit log:pgoyette3-25/+20
8 days decode-dimms: Move SDR-specific code 8 days decode-dimms: Print SPD revision for DDR3 too
2019-01-17sysutils/xfce4-thunar: update to version 1.8.2gutteridge2-8/+7
1.8.2 ===== - Custom actions without an icon could caused the file manager to crash (Bug #14464) - Fixed segfault while clicking or typing when using wayland (Bug #14461) - Spinner still active after user cancels to mount volume (Bug #14536) - Fix standard view border during drag and drop (Bug #14523) - Fix build without HAVE_GIO_UNIX (Bug #12863) - Fix messed up row-height with disabled "automatically expand columns as needed" in detailed view. (Bug #14548) - Add custom date format Bug (#14527) - Avoid segfault on file operations (Bug #14281) - Update progress when deleting files (Bug #14102) - More options for thumbnail size (Bug #14451) - Show numeric(%) progress in file operation dialog (Bug #14102) - Add Ctrl+= as alternative accelerator for Zoom In (Bug #14586) - Fix UCA forgets keyboard shortcut (Bug #14617) - Add preference to open new thunar instances as tabs (Bug #13314) - Add support for folder.jpg (Bug #14576) - Show file size in binary units by default (Bug #14653) - Removed start limit from Bulk Renamer to rename by number (Bug #14437) - Added preferences item to toggle 'delete' in the context menu (Bug #13327) - Added infobox to preferences in order to inform about missing gvfs - Right mouse click will not display icons for custom actions (Bug #14685) - Allow tabs switch with Ctrl + PgUp/PgDown (Bug #9585) - Many minor styling fixes - Translation updates: Albanian, Amharic, Arabic, Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong SAR China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,Norwegian Nynorsk, Occitan, Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Punjabi, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
2019-01-17sysutils/Makefile: minor package ordering fixgutteridge1-2/+2
2019-01-16pcmanfm: update to 1.3.1, no changelog available.youri2-8/+7
2019-01-16libfm: update to 1.3.1:youri2-8/+7
Changes on 1.3.1 since 1.3.0.2: * Fixed crash on reload while directory changes (folder might be not ready yet). * Changed size of large thumbnails to 512 since 256*256 appears to be small on hi-res displays. * Added application/gzip to archivers.list file next to application/x-gzip. * Added image/x-compressed-xcf to archivers.list file for xarchiver.
2019-01-16Add meson-toolsmartin1-1/+2
2019-01-16meson-tools is a collection of tools for use with the Amlogic Mesonmartin4-0/+41
family of ARM based SoCs. It is used for example when updating u-boot on an Odroid-C2 board.
2019-01-16mate-system-monitor: 1.21.1:youri3-10/+1437
### mate-system-monitor 1.21.1 * Translations update * disable deprecation warnings for distcheck * move appdata to metainfo directory * interface: avoid deprecated gtk_menu_popup * Avoid compile warning for g_type_class_add_private * Fix grammar mistake & gui label * Use make functions for HELP_LINGUAS * add help to transifex config ### mate-system-monitor 1.21.0 * Translations update * fix crash on systems with pid 0 * Update interval text in resources tab corrected * avoid deprecated GtkStock
2019-01-16mate-sensors-applet: update to 1.21.1:youri3-8/+434
### mate-sensors-applet 1.21.1 tx: sync with transifex disable deprecation warnings for distcheck Add NetBSD support. Use make functions for HELP_LINGUAS add help to transifex config ### mate-sensors-applet 1.21.0 * Translations update * Fix copyright for plugin files * Add dummy plugin * UDisks2 plugin cleanup
2019-01-16mate-power-manager: update 1.21.1:youri3-8/+1546
### mate-power-manager 1.21.1 * Translations update * disable deprecation warnings for distcheck * gpm-control: avoid deprecated 'g_settings_list_schemas' * media-keys: always round the render coordinates for media icons * media-keys: Tweak the OSD's bright bar position * osd-window: make the window smaller * media-keys: Make icon smaller in OSD * media-keys: Use constant for icon size in OSD * Fix spelling and grammar mistakes * Use make functions for HELP_LINGUAS * add m-p-m user-guide to transifex config * gpm-kbd-backlight: replace deprecated GDK_DEVICE_MANAGER * gpm-backlight: replace deprecated GDK_DEVICE_MANAGER * gpm-button: replace deprecated Gdk functions * gpm-brightness: replace deprecated Gdk functions ### mate-power-manager 1.21.0 * Translations update * inhibit: always scale icon to match panel size * Inhibit Applet: Fix excessive CPU use * add missing window icon to About dialogs * Scale OSD size correctly on HiDPI displays (#246) * Grammar fix
2019-01-16mate-notification-daemon: update to 1.21.0:youri3-8/+39
### mate-notification-daemon 1.21.0 * Translations update * Drop dbus-glib dependence * Use GVariant * Migrate from dbus-glib to GDBus * Add signals, remove annotation from xml file * Use gdbus generate files * Fix some gdk deprecations * src/daemon/daemon.c: Replace deprecated gvfs-open call by "gio open" from libglib2.0-bin.
2019-01-16caja-extensions: Update to 1.21.0.youri3-8/+52
### caja-extensions 1.21.0 * Translations update * disable deprecation warnings for distcheck * Make caja-open-terminal configurable (Depends on caja GitHub PR caja#1050)
2019-01-16caja-dropbox: fix versionyouri1-3/+2
2019-01-16Update caja to 1.21.3:youri3-9/+11
### caja 1.21.3 * GSettings should init beforce use it * update translations * Fix case-insensitive comparison in running_in_mate * monitor: fix crash on unmounting remote filesystems * CajaFile: fix crash in modify_link_hash_table * connect-server-dialog: Respect password save setting * properties-window: fix checking inconsistent state * monitor: watch for removal of non-native mounts on GVolumeMonitor * Add 'Configurable' interface and add support to caja-file-management-properties * caja-application.c: Remove redundant empty lines * Update caja manpage with info about "--force-desktop" option * Caja-icon-info: Optimize icon lookups by GIcon. * fm-directory-view.c: Decrease minimum update interval. * Remove dead code, fix a memory leak * add option to open multiple uri in tabs at startup * pathbar: Activate pane when changing location * add the ability to switch tabs using [ctrl+tab] and [ctrl+shift+tab] * caja-window: Fix: mouse doesn't work with [ctrl] + [.] or [ctrl] + [;] * caja-desktop-directory: stop segfaults in directory_ready_callback * caja-directory.c: fix build warning * pathbar: increase reference count of path in update_button_types * Fix some issues found by static analysis * pathbar: Fix crash when accessing drive root * libcaja-private: remove redundant prefs application to hash table * [desktop-bg] Fix memory leak during background change events * caja-location-bar: Fix: change background color based on activity state ### caja 1.21.2 * update translations * eel-gtk-extensions: show icons in right-click menus only if "menus-have-icons" set * caja-sidebar-title: Fix: images broken in sidebar * caja-progress-info.c: show notifications in begin/end of progress * caja-progress-info.c: avoid deprecated 'gtk_status_icon_get_visible' * caja-sidebar-title: fix [-Wmaybe-uninitialized] warning * desktop window: Add is-desktop AtkObject attribute * caja-desktop-window.c: Fix: caja crashes unexpectedly * avoid deprecated 'gtk_widget_override_font' * avoid deprecated 'gtk_window_set_wmclass' * caja-bookmark.c: drop unused variable * caja-bookmark.c: Fix icons in bookmarks * icon-container: avoid deprecated 'gtk_style_context_get_border_color' * avoid deprecated 'gtk_dialog_get_action_area' * Pathbar button: fix poor response to right-click * editable-label: avoid deprecated 'gtk_im_multicontext_append_menuitems' * zoom-control: use NULL instead of uninitialized variable * remove unused function * use NULL instead of uninitialized variable * eel-editable-label.c: avoid deprecated 'gdk_keymap_get_default' * eel-editable-label: avoid deprecated gtk_style_context_set_background * eel-gtk-extensions: replace deprecated gtk_menu_popup function * zoom-control: don't use eel_pop_up_context_menu function * Replace deprecated gtk_menu_popup * libcaja-private: replace deprecated gdk_error_trap functions * fm-desktop-icon-view: replace deprecated gdk_error_trap_push/pop functions * replace deprecated gdk_flush * libcaja-private: fix -Wlogical-not-parentheses build warning * avoid deprecated 'gtk_style_context_get_background_color' ### caja 1.21.1 * Translations update * caja-spatial-window.c: avoid deprecated 'gtk_vbox_new' * Eliminate accessible children-changed event flood on container repopulation * Eliminate accessible children-changed event flood during update all * Emit accessible-name-change signal for icons only when icons are renamed * libcaja-private/caja-recent.c: gvfs-open is a deprecated tool, switch to "gio open" from libglib2.0-bin. * sidebar popup menu: show "media-eject" icon in the "unmount" items * pathbar: fix random segfaults on opening mounts from Desktop * fm-icon-view: Show size on disk as sort criterion * sidebar popup menu: show "media-eject" icon * Add sort criterion by reversed extension segments * set icon names instead stock ids in some places * caja-spatial-window.c: avoid deprecated GtkImageMenuItem * Fix warnings from HiDPI commits * sidebar: Respect sidebar dimensions on HiDPI * HiDPI: Convert Pixbufs to Cairo Surfaces * general: use gdk_monitor_get_scale_factor * list-view: use the cairo surface as a drag icon * Scale screen dimensions * icon-info: hash/store icons using scale factor as well as size * file: support HiDpi for thumbnails images * properties-window: support HiDpi for the properties window icon * Support HiDpi icons * canvas-container: listen to scale factor to invalidate icons * canvas-item: use gtk_render_icon_surface for the DnD surface * desktop-canvas-view: scale desktop workarea * caja-side-pane.c: avoid deprecated GtkImageMenuItem * caja-navigation-window-pane.c: avoid deprecated GtkImageMenuItem * caja-navigation-window-menus.c: drop unused variable * caja-navigation-window-menus.c: avoid deprecated GtkImageMenuItem * caja-bookmark: avoid deprecated GtkImageMenuItem * caja-places-sidebar.c: avoid deprecated GtkImageMenuItem * caja-emblem-sidebar.c: avoid deprecated GtkImageMenuItem * fm-tree-view.c: drop unused variable * modify code error: end the statement with a semicolon * fm-tree-view.c: avoid deprecated GtkImageMenuItem * rename 'mate_image_menu_item...' to 'eel_image_menu_item_new_from_icon' * eel-editable-label.c: avoid 'append_action_signal' with stock ids ### caja 1.21.0 * Translations update * caja-query-editor.c: add #include <eel/eel-stock-dialogs.h> * avoid 'gtk_file_chooser_dialog_new' with stock ids * avoid gtk_dialog_new_with_buttons with stock ids * avoid gtk_dialog_add_buttons with stock ids * caja-file-management-properties.ui: avoid deprecated GtkVBox and GtkHBox * caja-bookmarks-window.ui: avoid deprecated: * rename mate_dialog_add_button to eel_dialog_add_button * use development version * avoid eel_create_question_dialog with stock ids * avoid eel_run_simple_dialog with stock ids * eel-stock-dialogs: avoid gtk_dialog_add_button with stock ids * caja-file-operations: avoid gtk_dialog_add_buttons with stock ids * remove runtime warning in usage of caja_clipboard_set_up_editable * caja-file-conflict-dialog: avoid gtk_dialog_add_buttons with stock id * avoid deprecated GtkButton:use-stock * can selected all the search keywords with Ctrl+a. #918 * caja-autorun: avoid gtk_dialog_add_buttons with stock ids * eel-editable-label.c: avoid gtk_image_menu_item_new_from_stock * caja-file-management-properties.ui: avoid stock properties: * Toolbar: find icon: use icon name instead the stock id * caja-bookmarks-window.ui: avoid deprecated GtkButton:use-stock * CAJA_TYPE_NAVIGATION_ACTION: avoid deprecated property "stock_id" * fix backgrounds and emblems dialog content rendering * avoid deprecated GtkStock
2019-01-16Fix PKGNAME (confusion with DISTNAME). Pointed out by Jared.martin1-4/+4
2019-01-16Add arm-trusted-firmware-fiptoolmartin1-1/+2
2019-01-16Add "fiptool" from ARM trusted firmware - needed e.g. for updatingmartin4-0/+53
Odroid-C2 u-boot.
2019-01-14Update sandboxctl to 1.1:jmmv3-10/+10
Changes in version 1.1 ====================== **Released on 2019-01-14.** * Fixed the `darwin-native` type to allow accessing the Oracle JRE from within the sandbox. * Expose `/usr/local` in `darwin-native` so that third-party software installed on the host, such as OSXFUSE, can be found. * Expose an empty `/private/var/mail` directory within the `darwin-native` sandbox so that programs that expect the directory to exist can work. * Issue 2: Fixed access to the system keychain on `darwin-native` sandboxes, which allows, among other things, for HTTPS downloads to work properly. * Issue 4: Fixed the `netbsd-native` type to recognize a `/boot` directory and to ignore the lack of `/netbsd`, as is the case for NetBSD/evbarm-earmv7hf 7.1 Raspberry Pi images. * Issue 5: Fixed DNS resolution in `darwin-native` sandboxes, which apparently got broken in the macOS Sierra 10.12.4 update because SIP now prevents modifying the running mDNSResponder instance. * Issue 7: Fixed execution of compilers and other Xcode tools within a `darwin-native` sandbox starting with High Sierra. Unfortunately, we now require SIP to be disabled for these tools to work. * Added support for XZ-compressed files to `sandbox_extract`. * Added support for XZ-compressed release sets to `netbsd-native` and `netbsd-release`. As a side-effect of this change, the `NETBSD_RELEASE_SETS` setting in `netbsd-release` now takes a list of set names *without* their extension.
2019-01-10Let installed ucspi-tcp6 satisfy ucspi-tcp dependency.schmonz1-5/+5
2019-01-10sysutils/Makefile: minor package ordering fixgutteridge1-2/+2