summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2020-04-24sysutils: Mark packages that fail with OpenSSL 1.1 BROKENnia4-4/+12
2020-04-22sysutils/ufetchpin1-2/+2
Update maintainer e-mail
2020-04-22sysutils/pcmanfm-qtpin1-2/+2
Update maintainer e-mail
2020-04-21Update sysutils/logroate to 3.16.0.nils3-12/+23
Upstream changelog: * fix compilation with gcc-10, which defaults to -fno-common (#288) * reduce number of open() operations on state file (#282) * validate user/group given to the su directive early (#276) * add hardening options to systemd unit file in examples (#274, #291) * fix crash of logrotate on invalid configuration with include (#271) * fix heap buffer overflow on too long logfile extension (#270) Pkgsrc changes: * a systemd example service file is added to the examples; * a btmp and wtmp example configurations files are also added, but only btmp is copied alongside logrotate.conf: while the 2 config files were at first present in logrotate.conf, only btmp is present on NetBSD ; * the GITHUB_RELEASE variable is moved for pkglint compliance.
2020-04-20dmidecode: add missing headertriaxx4-18/+24
pkgsrc changes: --------------- * Add missing header for FreeBSD. * Bump revision.
2020-04-20(sysutils/p5-Sys-CpuLoad) Updated 0.03 to 0.30mef2-8/+7
0.30 2020-04-06 08:14:52+01:00 Europe/London 0.29 2020-04-04 11:13:49+01:00 Europe/London (TRIAL RELEASE) [Enhancements] - Added support for changing the default load() function. [Documentation] - Added contributors names in Changes for earlier versions. [Tests] - Test for warnings. - Use Test::More and Test::Deep instead of Test::Most, due to global destruction warnings in latest Test::Most. [Other] - Rearrange POD to be interleaved with source code. 0.28 2020-04-02 17:35:22+01:00 Europe/London (TRIAL RELEASE) [Bug Fixes] - Fix how parsed values from uptime are numified for different locales. 0.27 2020-04-02 12:37:28+01:00 Europe/London (TRIAL RELEASE) [Bug Fixes] - Numify parsed values from uptime. [Tests] - Use locale-independent test that value is numeric. 0.26 2020-04-01 21:22:26+01:00 Europe/London (TRIAL RELEASE) [Bug Fixes] - Parse uptime output formatted with using different locales, thanks srezic. [Tests] - Fix skip_all to handle when no executable is found. - Fix comment on skip_all. [Other] - Add keywords to distribution metadata. 0.25 2020-03-30 23:30:00+01:00 Europe/London (TRIAL RELEASE) [Tests] - Check if uptime is executable. - Fix comment on t/13-w.t. 0.24 2020-03-30 12:25:45+01:00 Europe/London (TRIAL RELEASE) [Enhancements] - Use IPC::Run3 for uptime. - Add the ability to override the path of uptime. [Bug Fixes] - Check for uptime errors. [Other] - Move Perl::Critic exceptions into t/etc/perlcriticrc. 0.23 2020-03-29 13:09:50+01:00 Europe/London (TRIAL RELEASE) [Enhancements] - Support getloadavg for DragonFly BSD. - Change uptime to use backticks instead of piped open. [Bug Fixes] - uptime immediately returns undef if path to `uptime` cannot be found. [Tests] - Fixed test when skipping getloadavg test. - Skip uptime test if uptime cannot be found. 0.22 2020-03-27 12:51:39+00:00 Europe/London (TRIAL RELEASE) [Enhancements] - Split getloadavg, proc_loadavg and uptime into separate functions. - Use File::Which to locate uptime. [Incompatabilities] - Renamed _getbsdload to getloadavg. [Bug Fixes] - Accept uptime output without commas, RT#14034. [Tests] - Fix bug testing high loads. - Add tests for each function. 0.21 2020-03-25 13:03:11+00:00 Europe/London [Bug Fixes] - Actually use system getloadavg for NetBSD and Solaris. 0.20 2020-03-25 12:35:33+00:00 Europe/London [Enhancements] - Add support for NetBSD #2 and Solaris. - Return a single undef when the load function fails. [Bug Fixes] - The return value of getloadavg is now checked, #4. - The load method is set up in a BEGIN block instead of import, #5. [Documentation] - Update POD about changes in version 0.12. 0.12 2020-03-24 23:22:57+00:00 Europe/London [Enhancements] - Use getloadavg system call in Linux. - Port changes for Cygwin from Sys::CpuLoadX. [Tests] - Show diagnostics. 0.11 2020-03-24 22:57:02+00:00 Europe/London [Enhancements] - Added support for OS/X, thanks to Vincent Lefèvre, RT#14034/GH#3. 0.10 2020-03-24 22:41:56+00:00 Europe/London - Maintenance taken over by Robert Rothenberg. [Enhancements] - Modernised code style. - The load average method is determined during module import. - Use XSLoader instead of DynaLoader. [Bug Fixes] - Fixed VERSION. - Removed unnecessary use of AutoLoader. [Incompatabilities] - Minimum version is v5.6. - Renamed `getbsdload` to `_getbsdload`. [Documentation] - Reformatted Changes to conform to CPAN::Changes::Spec. [Tests] - Modernised the test, and added a test of the load function. [Other] - Reorganised files for modern CPAN distributions. - Distribution is minted with Dist::Zilla.
2020-04-20(sysutils/p5-Quota) Updated to 1.8.0mef2-8/+7
Changes in 1.8.0 (April 2020) - revised "tirpc" change in 1.7.3: use "-ltirpc" only when SUN-RPC is NOT included in libc; else we may compile against tirpc but linker may resolved against libc; leads to memory corruption in auth_destroy() - cntd. attempt at fixing Makefile.PL for build on NetBSD release > 6 - Backport of minor fixes & enhancements done while porting to Python - extended test scripts (RPC test; read-back&verify limits after setqlim) - RPC result handling: removed forced ESRCH error upon 0 limits so that behavior matches that of local query (at least on Linux) - corrected Quota::strerr() for errors caused in Sun-RPC library funcs - updated include/quotaio_xfs.h to latest version in Linux headers and use newer (~2004) interface Q_XQUOTASYNC for Quota::sync() Changes in 1.7.4 (March 2020) - Build fixes for NetBSD release > 6 and Apple/Darwin based on failure reports of automated CPAN testing - Added support for group quotas in test.pl; Corrections to documentation of group quota handling Changes in 1.7.3 (March 2020) - Added detection for missing header rpc/rpc.h; automatically switch to using "tirpc", if present. Issue reported by Michael Stauber via CPAN ticket 128302 - Also fixed compiler warnings in ancient RPC code.
2020-04-20Skip portability for bash scriptjoerg1-1/+4
2020-04-20Deal with abs and const issues.joerg8-1/+138
2020-04-20Needs huge amounts of memoryjoerg1-1/+3
2020-04-20NetBSD doesn't have PTHREAD_STACK_MIN, so pick something useful.joerg3-1/+36
Deal with serial constants only provided conditionally.
2020-04-19py-psutil: updated to 5.7.0adam2-11/+8
5.7.0 Enhancements * [SunOS] add partial support for old SunOS 5.10 Update 0 to 3. * [Linux] sensors_temperatures() looks into an additional /sys/device/ directory for additional data. * [Windows] dropped support for Windows XP and Windows Server 2003. Minimum supported Windows version now is Windows Vista. * [FreeBSD] add CI testing/service for FreeBSD (Cirrus CI). * [Windows] process exe() will succeed for all process PIDs (instead of raising AccessDenied). * [Windows] net_connections() and Process.connections() are 10% faster. * [PyPy] added CI / test integration for PyPy via Travis. * [Windows] added support for PyPy on Windows. * [Windows] boot_time(), Process.create_time() and users()'s login time now have 1 micro second precision (before the precision was of 1 second). Bug fixes * [NetBSD] process cwd() may return ENOENT instead of NoSuchProcess. * [Linux] Process.memory_maps() can raise KeyError. * [SunOS] querying basic info for PID 0 results in FileNotFoundError. * [FreeBSD] many Process methods may cause a segfault on FreeBSD 12.0 due to a backward incompatible change in a C type introduced in 12.0. * [Windows] Process.memory_full_info() raises AccessDenied even for the current user and os.getpid(). * [Windows] Process.open_files() complete rewrite + check of errors. * [Windows] process exe() may raise WinError 0. * [Linux] disk_io_counters() does not take into account extra fields added to recent kernels. * use the right C type when dealing with PIDs (int or long). Thus far (long) was almost always assumed, which is wrong on most platforms. * [OpenBSD] Process connections(), num_fds() and threads() returned improper exception if process is gone. * [SunOS] disk_partitions() may raise OSError. * [Linux] disk_io_counters() may raise ValueError on systems not having /proc/diskstats. * [Linux] could not compile on kernels <= 2.6.13 due to PSUTIL_HAVE_IOPRIO not being defined.
2020-04-17mate-power-manager: fix sandboxed buildsgutteridge1-2/+5
Polkit is now required directly for its ITS data during the build phase only, in order to generate the file "org.mate.power.policy". (While here, itstool is already pulled in through the meta-package.)
2020-04-16Use fix for NetBSD 9.0 only on NetBSD 9.0, avoid changing other things.manu2-16/+40
Thanks to wiz@
2020-04-16Fix build on NetBSD 9.0manu2-32/+45
2020-04-15Also apply patch for XSA316. ride previous PKGREVISION bumpbouyer2-1/+34
2020-04-15Apply upstream patches for security issues XSA313 and XSA318.bouyer4-3/+206
Bump PKGREVISION
2020-04-15beats: Update to 6.8.8. Changes since 6.6.2:jperkin4-14/+95
Beats version 6.8.8 Add support for Cisco syslog format used by their switch. 10760 Beats version 6.8.7 Fixed bug with elasticsearch/cluster_stats metricset not recording license expiration date correctly. 14541 14591 Make kibana module more resilient to Kibana unavailability. 15258 15270 Beats version 6.8.6 Fix recording of SSL cert metadata for Expired/Unvalidated x509 certs. 13687 Fix marshaling of ms-since-epoch values in elasticsearch/cluster_stats metricset. 14378 Fixed bug with elasticsearch/cluster_stats metricset not recording license ID in the correct field. 14592 Beats version 6.8.5 Convert indexed ms-since-epoch timestamp fields in elasticsearch/ml_job metricset to ints from float64s. 14220 14222 Beats version 6.8.4 Fix delay in enforcing close_renamed and close_removed options. 13488 13907 Fix merging of fields specified in global scope with fields specified under an input’s scope. 3628 13909 Fixed early expiration of templates (Netflow v9 and IPFIX). 13821 Fixed bad handling of sequence numbers when multiple observation domains were exported by a single device (Netflow V9 and IPFIX). 13821 Fixed increased memory usage with large files when multiline pattern does not match. 14068 Mark Kibana usage stats as collected only if API call succeeds. 13881 Beats version 6.8.3 Iterate over journal correctly, so no duplicate entries are sent. 12716 Fix panic in Redis Key metricset when collecting information from a removed key. 13426 Remove _nodes field from under cluster_stats as it’s not being used. 13010 Collect license expiry date fields as well. 11652 Beats version 6.8.2 Process dataset: Do not show non-root warning on Windows. 12740 Host dataset: Export Host fields to gob encoder. 12940 Skipping unparsable log entries from docker json reader 12268 Limit memory usage of Redis replication sessions. https://github.com/elastic/beats/issues/12657[12657 Beats version 6.8.1 Fixed a memory leak when using the add_process_metadata processor under Windows. 12100 Package dataset: Log error when Homebrew is not installed. 11667 Process dataset: Fixed a memory leak under Windows. 12100 Login dataset: Fix re-read of utmp files. 12028 Package dataset: Fixed a crash inside librpm after Auditbeat has been running for a while. 12147 12168 Fix direction of incoming IPv6 sockets. 12248 Package dataset: Auto-detect package directories. 12289 System module: Start system module without host ID. 12373 Host dataset: Fix reboot detection logic. 12591 Fix goroutine leak happening when harvesters are dynamically stopped. 11263 Fix initialization of the TCP input logger. 11605 Fix goroutine leak caused on initialization failures of log input. 12125 Fix memory leak in Filebeat pipeline acker. 12063 Fix goroutine leak on non-explicit finalization of log input. 12164 When TLS is configured for the TCP input and a certificate_authorities is configured we now default to required for the client_authentication. 12584 Avoid generating hints-based configuration with empty hosts when no exposed port is suitable for the hosts hint. 8264 12086 Fix direction of incoming IPv6 sockets. 12248 Validate that kibana/status metricset cannot be used when xpack is enabled. 12264 In the kibana/stats metricset, only log error (don’t also index it) if xpack is enabled. 12353 The elasticsearch/index_summary metricset gracefully handles an empty Elasticsearch cluster when xpack.enabled: true is set. 12489 12487 When TLS is configured for the http metricset and a certificate_authorities is configured we now default to required for the client_authentication. 12584 Fixed a memory leak when using process monitoring under Windows. 12100 Improved debug logging efficiency in PGQSL module. 12150 Add support to the system package dataset for the SUSE OS family. 11634 Add validation for elasticsearch and kibana modules' metricsets when xpack.enabled is set to true. 12386 Beats version 6.8.0 Updates to support changes to licensing of security features. Some Elastic Stack security features, such as encrypted communications, file and native authentication, and role-based access control, are now available in more subscription levels. For details, see https://www.elastic.co/subscriptions. Beats version 6.7.2 Relax validation of the X-Pack license UID value. 11640 Fix a parsing error with the X-Pack license check on 32-bit system. 11650 Fix OS family classification in add_host_metadata for Amazon Linux, Raspbian, and RedHat Linux. 9134 11494 Fix false positives reported in the host.containerized field added by add_host_metadata. 11494 Fix the add_host_metadata’s host.id field on older Linux versions. 11494 Package dataset: dlopen versioned librpm shared objects. 11565 Package dataset: Nullify Librpm’s rpmsqEnable. 11628 Don’t apply multiline rules in Logstash json logs. 11346 Prevent the docker/memory metricset from processing invalid events before container start 11676 Add support to the system package dataset for the SUSE OS family. 11634 Beats version 6.7.1 Initialize the Paths before the keystore and save the keystore into data/{beatname}.keystore. 10706 Remove IP fields from default_field in Elasticsearch template. 11399 Beats version 6.7.0 Port settings have been deprecated in redis/logstash output and will be removed in 7.0. 9915 Update the code of Central Management to align with the new returned format. 10019 Allow Central Management to send events back to kibana. 9382 Fix panic if fields settting is used to configure hosts.x fields. 10824 10935 Introduce query.default_field as part of the template. 11205 Beats Xpack now checks for Basic license on connect. 11296 Filesets with multiple ingest pipelines added in 8914 only work with Elasticsearch >= 6.5.0 10001 Add grok pattern to support redis 5.0.3 log timestamp. 9819 10033 Ingesting Elasticsearch audit logs is only supported with Elasticsearch 6.5.0 and above 8852 Remove ecs option from user_agent processors when loading pipelines with Filebeat 6.7.x into Elasticsearch < 6.7.0. 10655 11362 Remove monitor generator script that was rarely used. 9648 Fix TLS certificate DoS vulnerability. 10303 Fix panic and file unlock in spool on atomic operation (arm, x86-32). File lock was not released when panic occurs, leading to the beat deadlocking on startup. 10289 Adding logging traces at debug level when the pipeline client receives the following events: onFilteredOut, onDroppedOnPublish. 9016 Do not panic when no tokenizer string is configured for a dissect processor. 8895 Fix a issue when remote and local configuration didn’t match when fetching configuration from Central Management. 10587 Add ECS-like selectors and dedotting to docker autodiscover. 10757 10862 Fix encoding of timestamps when using disk spool. 10099 Include ip and boolean type when generating index pattern. 10995 Using an environment variable for the password when enrolling a beat will now raise an error if the variable doesn’t exist. 10936 Cancelling enrollment of a beat will not enroll the beat. 10150 Remove IP fields from default_field in Elasticsearch template. 11399 Package: Disable librpm signal handlers. 10694 Login: Handle different bad login UTMP types. 10865 Fix hostname references in System module dashbords. 11064 User dataset: Numerous fixes to error handling. 10942 Support IPv6 addresses with zone id in IIS ingest pipeline. 9836 error log: 9869 access log: 10029 Fix bad bytes count in docker input when filtering by stream. 10211 Fixed data types for roles and indices fields in elasticsearch/audit fileset 10307 Cover empty request data, url and version in Apache2 modulehttps://github.com/elastic/beats/pull/10846[10846] Fix a bug with the convert_timezone option using the incorrect timezone field. 11055 11164 Change URLPATH grok pattern to support brackets. 11135 11252 Add support for iis log with different address format. 11255 11256 Add fix to parse syslog message with priority value 0. 11010 Host header can now be overridden for HTTP requests sent by Heartbeat monitors. 9516 Fix checks for TCP send/receive data 10777 Do not stop collecting events when journal entries change. 9994 Fix MongoDB dashboard that had some incorrect field names from status Metricset 9795 9715 Fix issue that would prevent collection of processes without command line on Windows. 10196 Fixed data type for tags field in docker/container metricset 10307 Fixed data type for tags field in docker/image metricset 10307 Fixed data type for isr field in kafka/partition metricset 10307 Fixed data types for various hosts fields in mongodb/replstatus metricset 10307 Added function to close sql database connection. 10355 Fix parsing error using GET in Jolokia module. 11075 11071 Fix Winlogbeat escaping CR, LF and TAB characters. 11328 11357 Correctly extract Kinesis Data field from the Kinesis Record. 11141 Add the required permissions to the role when deployment SQS functions. 9152 Affecting all Beats Add ip fields to default_field in Elasticsearch template. 11035 Add cleanup_timeout option to docker autodiscover, to wait some time before removing configurations after a container is stopped. 10374 10905 System module process dataset: Add user information to processes. 9963 Add system package dataset. 10225 Add system module login dataset. 9327 Add entity_id fields. 10500 Add seven dashboards for the system module. 10511 Add field log.source.address and log.file.path to replace source. 9435 Support mysql 5.7.22 slowlog starting with time information. 7892 9647 Add support for ssl_request_log in apache2 module. 8088 9833 Add support for iis 7.5 log format. 9753 9967 Add support for MariaDB in the slowlog fileset of mysql module. 9731 Add convert_timezone to nginx module. 9839 10148 Add support for Percona in the slowlog fileset of mysql module. 6665 10227 Added support for ingesting structured Elasticsearch audit logs 8852 New iptables module that receives iptables/ip6tables logs over syslog or file. Supports Ubiquiti Firewall extensions. 8781 10176 Populate more ECS fields in the Suricata module. 10006 Made monitors.d configuration part of the default config. 9004 Autodiscover metadata is now included in events by default. So, if you are using the docker provider for instance, you’ll see the correct fields under the docker key. 10258 Add field event.dataset which is {module}.{metricset}. Add more TCP statuses to socket_summary metricset. 9430 Remove experimental tag from ceph metricsets. 9708 Add key metricset to the Redis module. 9582 9657 Add DeDot for kubernetes labels and annotations. 9860 9939 Add docker event metricset. 9856 Release Ceph module as GA. 10202 Release windows Metricbeat module as GA. 10163 Release traefik Metricbeat module as GA. 10166 List filesystems on Windows that have an access path but not an assigned letter 8916 10196 Release uswgi Metricbeat module GA. 10164 Release php_fpm module as GA. 10198 Release Memcached module as GA. 10199 Release etcd module as GA. 10200 Release kubernetes apiserver and event metricsets as GA 10212 Release Couchbase module as GA. 10201 Release aerospike module as GA. 10203 Release envoyproxy module GA. 10223 Release mongodb.metrics and mongodb.replstatus as GA. 10242 Release mysql.galera_status as Beta. 10242 Release postgresql.statement as GA. 10242 Release RabbitMQ Metricbeat module GA. 10165 Release Dropwizard module as GA. 10240 Release Graphite module as GA. 10240 Release http.server metricset as GA. 10240 Add support for MySQL 8.0 and tests also for Percona and MariaDB. 10261 Release use of xpack.enabled: true flag in Elasticsearch and Kibana modules as GA. 10222 Release Elastic stack modules (Elasticsearch, Logstash, and Kibana) as GA. 10094 Add remaining memory metrics of pods in Kubernetes metricbeat module 10157 Added 'server' Metricset to Zookeeper Metricbeat module 8938 10341 Add overview dashboard to Zookeeper Metricbeat module 10379 Mark Functionbeat as GA. 10564 Functionbeat can now deploy a function for Kinesis. 10116 Allow functionbeat to use the keystore. 9009 Deprecate field source. Will be replaced by log.source.address and log.file.path in 7.0. 9435 Deprecate field metricset.rtt. Replaced by event.duration which is in nano instead of micro seconds. Support new TLS version negotiation introduced in TLS 1.3. 8647. Journalbeat requires at least systemd v233 in order to follow entries after journal changes (rotation, vacuum).
2020-04-15py-borgbackup: switch to bundled msgpackwiz3-19/+5
The current pkgsrc version is too new and unsupported. Bump PKGREVISION. Ok bsiegert
2020-04-14cdrtools: drop maintainershipwiz1-2/+2
2020-04-13Update lf to r13. The first Go module build!bsiegert2-13/+31
2020-04-12Reset maintainer as requested.joerg1-2/+2
2020-04-12Deal with OpenSSL 1.1. Use explicit cast for non-value-preservingjoerg4-1/+322
conversions in initializers.
2020-04-12enlightenment is only providing pkgconfig files now, adjust.joerg3-3/+42
2020-04-12Revbump all Go packages after default version switch to 1.14.bsiegert7-13/+14
2020-04-12Recursive revision bump after textproc/icu updateadam34-66/+68
2020-04-11lsof: disable loading of kernel namecache on NetBSD after 9.99.54tnn2-3/+12
lsof expects to be able to walk the namecache as a linked list using kmem grovelling. The namecache on NetBSD now uses rbtree instead of hash buckets + linked list. While it's certainly possible to iterate an rbtree using kmem it's also more complicated and code doesn't exist yet. Unfortunately this means lsof for now doesn't resolve pathnames for type VREG.
2020-04-11xfburn: update to 0.6.2gutteridge4-16/+21
Change log: 0.6.2 ====== - added udev property ID_REVISION as a fallback - storing revision information in XfburnDevice - added missing xml header - Updated Data Composition to define the context menu from file (3/3) - Updated Audio Composition to define context menu from file (2/3) - Adding a popup UI file for context menus (1/3) - code clean up for deprecated Glib/Gtk+ Widget definitions - update AppData to AppStream and project URLs all around - Add missing translate tags in xfburn.ui - Make a bunch of strings translatable - fixed double translateable on Help label - Make xfburn.ui translatable - post release version bump - Translation Updates: , Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish
2020-04-11xfce4-taskmanager: update to 1.2.3gutteridge3-10/+12
Change log: 1.2.3 ====== - Improve settings saving (bug #15213) - Fix closing taskman with Esc (Bug #16656) - Move legend from tooltip to hide-able statusbar (Bug #14131) - Update copyright - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian
2020-04-11deforaos-browser: update to version 0.5.4khorben5-41/+32
This new release brings: - support for the XDG_DESKTOP_DIR environment variable - documentation for the plug-in system - fix for a potential crash in the desktop - fix for parallel builds - improved translations
2020-04-09munin: update to version 2.0.56tm7-20/+21
Bugfix release which include build fixes for pkgsrc
2020-04-09u-boot-odroid-c2: regen distinfo for new patcheswiz1-2/+6
2020-04-09sysutils/Makefile: + arm-trusted-firmware-rk3328wiz1-1/+2
2020-04-07update to v2.3plunky2-13/+14
changes are minor compile fixes and update upstream firmware versions
2020-04-06Support PKG_SYSCONFDIR. Bump PKGREVISION.schmonz1-2/+3
2020-04-06added u-boot-rockpro64-ayufantnn1-1/+2
2020-04-06sysutils/u-boot-rockpro64-ayufan: import u-boot-rockpro64-ayufan-2020.01.2007tnn6-0/+104
This package provides U-Boot for the rk3399-based RockPRO64 from PINE64; built from ayufan's branch. This branch has improved boot device support that does not yet exist in mainline U-Boot. For example for booting from SPI, NVMe and AHCI.
2020-04-06u-boot-rock64: reset PATCHDIR and restore the patchestnn3-2/+56
2020-04-06u-boot.mk: allow PKGNAME to be overriddentnn1-2/+2
2020-04-05xfce4-thunar: update to 1.8.14gutteridge2-8/+7
Change log: 1.8.14 ====== - Revert "Allow opening of multiple file selections (bug #2487)", because it introduced a regression (Not possible any more to DnD multiple files in icon/compact view) - Translation Updates: Portuguese 1.8.13 ====== - Use tre-view toplevel path of the cursor, if available, in order to prevent jumping (Bug #16024) - Increase vertical gap between icon and its label slightly (Bug #16041) - Fix crash when inserting USB device in tree-view mode. (Bug #15172) - Fix jump to Home when ejecting a currently viewed device (Bug #16504) - Allow context menu when editing location in pathbar (Bug #16483) - Sort device entries in tree view (Bug #16471) - Allow to open multiple files at once (Bug #2487) - Fix incorrect pathbar autocomplete (Bug #16267) - Avoid unreadable names in detailed view (Bug #16391) - Prevent crash when renaming files (Bug #10805) - Translation Updates: Belarusian, Croatian, Finnish, French, Hebrew, Indonesian, Kazakh, Malay, Portuguese, Portuguese (Brazil)
2020-04-05Update all MATE packages (except system-monitor) to 1.24.0.bsiegert20-123/+310
This release contains plenty of new features, bug-fixes, and general improvements. Some of the most important highlights include: * We did it again, the MATE desktop environment is easier to use than before, once the user starts the session. Do you want to hide applications startup? Now you can set which applications to show on startup. * Engrampa now has support for a handful of extra formats, as well as fixed support for passwords and unicode characters in some of them. * Eye of MATE now has support for Wayland and we’ve added support for embedded color profiles. * The thumbnail generation has been reworked and fixed in several places. * Added support for webp files. * Our window manager, marco, has gotten quite a few changes: * We’ve brought a bunch of window decorations from the past to feed your nostalgia. * Finally added invisible resize borders. No more struggling to find a border to grab with your mouse! * All window controls (you know, the min, max, close buttons) are now rendered in HiDPI. * The Alt+Tab and Workspace Switcher popups have been entirely reworked. Now they render in beautiful OSD style, are more configurable, and can respond to keyboard arrows. * Tiling windows with the keyboard now allows you to cycle through different window sizes. You no longer need to feel constrained by only half of your screen. * The System Monitor panel applet now has support for NVMe drives. * Calculator now supports using either “pi” or “π”. * Scientific notation has been improved. * Some fixes for supporting pre-defined physical constants. * The Control Center now displays its icons correctly on HiDPI displays. * A brand new Time And Date Manager app has been added. * The Mouse app now supports acceleration profiles. * The Preferred Applications app has been improved for accessibility, as well as better support for integration with IM clients. * The Indicator Applet has slightly better interaction with oddly-sized icons. * Speaking of icons, the network manager applet icons in our own themes have been entirely redesigned and can now be enjoyed on HiDPI displays. * If you’re the type of person that does not like to be disturbed when busy, or giving a presentation, or watching a movie, you’ll be happy to know that the notification daemon now supports a Do-Not-Disturb mode. * The MATE Panel had several bugs that caused crashes in the past when changing layouts. Those are now fixed! * Support for Wayland compatibility has improved considerably. * Status icons (a.k.a. notification area, or system tray) have support for HiDPI displays. * Wanda the Fish got a make-over and now you can enjoy her in full HiDPI glory. * The window list applet now supports window thumbnails on hover. * Various accessibility improvements throughout the panel and its core applets. * If your system doesn’t, uh, support systemd you might be interested in knowing that we’ve added support for elogind to both the MATE Screensaver and the MATE Session. * We’ve also added a brand new MATE Disk Image Mounter utility. * Mozo, the menu editor, now supports Undo and Redo actions. * Pluma plugins have now fully switched to Python 3. * Pluma no longer has to envy anything from other complex editors, since it can now show the formatting marks. * i18n: All applications have been migrated from intltools to gettext.
2020-04-05libisoburn: Update to 1.5.2nia2-8/+8
libisoburn-1.5.2.tar.gz Sat Oct 26 2019 =============================================================================== * Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory Thanks JBThiel. * Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV * Bug fix: -osirrox "concat_split_on" worked only together with -split_size larger than 0. Thanks William Willems. * New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() * Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type * Made libisoburn and GNU xorriso ready for building out-of-source. Thanks Ross Burton.
2020-04-05libburn: Update to 1.5.2nia2-7/+7
libburn-1.5.2.tar.gz Sat Oct 26 2019 =============================================================================== * Bug fix: No lock was obtained for setting up a fifo object * Bug fix: Stream recording was applied regardless whether the drive offers it. This caused Xfburn failures with some MATSHITA laptop drives. * Bug fix: TDK Corporation was not recognized as manufacturer of DVD-R "TTH02" * Made libburn ready for building out-of-source. Thanks Ross Burton. * New API calls burn_drive_get_feature_codes(), burn_drive_get_feature() * New cdrskin option --list_features
2020-04-05libisofs: Update to 1.5.2nia2-7/+7
Changes: * New API calls iso_write_opts_set_part_type_guid(), iso_write_opts_set_iso_type_guid() * New API call iso_nowtime() * New flag bit2 of iso_node_set_acl_text() to be verbous about failures * Made libisofs ready for building out-of-source. Thanks Ross Burton. * Bug fix: Appended GPT partitions were not covered by the protective MBR partition * Bug fix: Multi-session emulation spoiled GPT production. "GPT partitions ... overlap". Regression towards 1.4.8 * Bug fix: Appending partitions 5 to 8 caused damaged ISO filesystems if not for SUN disk label * Bug fix: SIGSEGV happened if options bit 14 of iso_write_opts_set_system_area() is set and no El Torito boot image is defined
2020-04-04Add a package for u-boot on the OrangePi Lite2.thorpej12-5/+309
2020-04-04Use R_WDOG to reset H6 SoCs; some of them have non-working WDOG blocks.thorpej4-8/+25
2020-04-04add a package to build atf for rk3328. needed for not-yet functionalmrg5-0/+98
updated u-boot for pine64's rock64.
2020-04-03fdupes: update to 2.0.0.wiz5-116/+13
Changes from 1.6.1 to 2.0.0: Add ncurses mode for interactive file deletion (plain mode still available via --plain or ./configure). Add --minsize option. Add --maxsize option. Add --time option. Add --order=ctime option. Add --log option. Use configure script for installation (Autotools/Automake). Changes from version 1.6.0 to 1.6.1: Fix 'invalid option' error for -I. Changes from 1.51 to 1.6.0: Add --nohidden option. Add --permissions option. Add --order option. Add --reverse option. Add --immediate option. Speed up file comparison. Fix bug where fdupes fails to consistently ignore hardlinks, depending on file processing order, when F_CONSIDERHARDLINKS flag is not set. Fix bug in is_hardlink(): Proper traversal of duplicates is done via dupe->duplicates, not via dupe->next. Revise md5.c to compile under OSX. Remove EXTERNAL_MD5 configuration option. Various other changes (see git log).
2020-04-03fdupes: honor CFLAGS and LDFLAGS.wiz3-4/+24
Fixes RELRO build.
2020-04-03dupeguru: update to 4.0.4rc1.wiz7-115/+21
Fixes build. Changes Since Last Release Update qt/platform.py to support other Unix style OSes (#444) Fix font size scaling issue in properties dialog [qt] (#504) Updates to support Python 3.7 Fix issue with result window appearing partially off-screen [qt] (#521) Fix translation error for Simplified Chinese Updates to language files for German (#479) Fix error with multiple close calls to the progress window [qt] (#460, #449) Add Travis CI Builds Un-recurse methods get_files() and get_state() to improve stability (#421) Updates to language files for Italian (#445, #446, #447, #448) Fix issue with cache_shelve (#402, #439) Updated Windows packaging and builds (#438, #456, #461, #491, #474, #490, #565) Handle OS termination signals (#425) Make documentation installation optional Move cocoa UI to dupeguru-cocoa [cocoa]