Commit graph

11069 commits

Author SHA1 Message Date
jnemeth
bc25c84b5b bacula: update to 9.6.6
Changelog for version 9.6.6

18Sep20
 - baculum: Fix displaying date and time on volume view page

17Sep20
 - baculum: Fix #2564 changing volume status to Read-Only

11Sep20
 - baculum: Fix saving multicombobox control values
 - baculum: Fix multicombobox and multitextbox controls to work with PHP 7.4

10Sep20
 - baculum: Fix #2562 displaying date and time in tables on Safari

30Aug20
 - Update copyright year

17Aug20
 - Clarify SD vbackup device error message
 - Fix MT2554 :update upload_cache call in dircmd.c

15Aug20
 - zero malloced memory when SMARTALLOC not enabled

09Aug20
 - baculum: Fix #2558 saving day or day range in schedule resource - reported by
  Jose Alberto

05Aug20
 - Fix MT2554 :upgrade upload_cache interface.

29Jun20
 - Eliminate compiler errors when smartalloc is turned off

28Jun20
 - baculum: Fix date formatter to work with PHP 7.4

27Jun20
 - baculum: Fix configure Bacula hosts page to work with PHP 7.4

25Jun20
 - baculum: Update Portuguese translations

24Jun20
 - baculum: Change colours in table headers and borders

20Jun20
 - baculum: Add remove runscript button

19Jun20
 - Fix #6366 About an issue with verify job level=DiskToCatalog
 - baculum: Close modal windows on pressing ESC key
 - baculum: Fix logout button on authorization failed page

18Jun20
 - baculum: Add local user authentication method support

14Jun20
 - baculum: Add date and time formatters - idea proposed by Wanderlei Huttel

13Jun20
 - baculum: Enable re-running jobs in async way and visual improvements

12Jun20
 - baculum: Change cursor over selectable table

11Jun20
 - Fix build script copyright detection
 - release: add code to detect Bacula Systems copyrights and fail release

03Jun19
 - Fix compilation of bsnapshot on Fedora

Bugs fixed/closed since last release:
2558 6366


=================================================
Release 9.6.4

08Jun20
 - Add configure variables to baculabackupreport. Patch from bug #2538
 - Fix orphaned buffers in cloud by adding truncate argument to end_of_job()

06Jun20
 - Improve clarity of Cloud part mismatches and make it an INFO message rather
  than a WARNING since it corrects the catalog.
 - Small trivial change to check_parts

05Jun20
 - Backport more Enterprise cloud parts changes
 - Backport cloud upload code from Enterprise

03Jun20
 - Update s3_driver.c to new libs3 API calling sequence

02Jun20
 - Fix tray-monitor installation
 - Recompile ./configure
 - Add ./configure code to check for and enable/disable S3 support
 - win32: Fix org#2547 About possible NULL pointer dereference in get_memory_info
 - Ensure cloud driver loaded when listing cloud volumes

29May20
 - baculum: Request #2546 support for full restore when file records for backup
  job are pruned

25May20
 - baculum: Fix problem with authorization error after upgrade
 - baculum: Add UPGRADE file

24May20
 - baculum: Fix returning value in TStyleDiff - generated notice with PHP
  7.4
 - baculum: Remove execute bit for framework scripts

22May20
 - baculum: Fix displaying empty column button in table column visibility menu -
  reported by Wanderlei Huttel

21May20
 - baculum: Update Polish translations
 - baculum: Update Portuguese translations

19May20
 - baculum: New user management. LDAP support. Role-based access control.

12May20
 - Fix new compiler warnings + always use bstrncpy not strncpy to ensure EOS at
  end of string

11May20
 - Return smartalloc buffers zeroed -- future performance improvement

10May20
 - Improve scanning data/time, fixes bug #2472
 - Make ABORT mention segfault to clarify non-bug #2528
 - Make reading a short block a warning rather than error

09May20
 - baculum: Fix validators in run job modal window

02May20
 - Remove unused -t option in dbcheck.c -- fixes bug #2453

01May20
 - Fix bug 2523 -- spurious extra linking
 - Fix bug #2534 possible double free in error case
 - Fix possible sscanf overflows
 - Fix overflow from malicious FD reported by Pasi Saarinen

18Apr20
 - baculum: Add option to show time in job log - idea proposed by Wanderlei
  Huttel
 - baculum: Add show log time parameter to job log endpoint

16Apr20
 - baculum: Add tip about using table row selection

17Mar20
 - Fix bug #2525 seg fault when doing estimate with accurate and MD5
 - baculum: Fix issues with SELinux support reported by Neil MacGregor

16Mar20
 - Correct some copyrights

07Mar20
 - Add Docker plugin rpm spec files

Bugs fixed/closed since last release:
2453 2472 2525 2528 2534 2546 2547

===========================================================

Release Version 9.6.3
09Mar20
 - Eliminate false error when droping postgres table MAC
 - Apply Carsten's character set fix for the docs. Many thanks!

08Mar20
 - Fix logic error in clearing bit on Windows

07Mar20
 - baculum: Update Portuguese translations
 - baculum: Update Polish translations
 - baculum: Add patch to PRADO framework 4.0.1 for supporting PostgreSQL 12
  catalog database
 - baculum: Add support for PostgreSQL 12 catalog database
 - Enhance failed bpipe to changer error message
 - Clean up some incorrect copyrights
 - Correct spelling errors in messages
 - Add to plugins links

01Mar20
 - baculum: Add bulk actions for job history and volume tables
 - baculum: Update DataTables and its plugins

27Feb20
 - docker: Update copyright headers.
 - Update BSD copyright on *.conf.in files
 - docker: Remove unneeded tar binary.
 - Fix workaround for Sun C++ recommended by Phil Stracchino
 - baculum: Update Polish translations
 - baculum: Update Portuguese translations
2020-12-02 01:36:48 +00:00
gutteridge
71b62eb959 rsyslog: bump minimum py-docutils tool dependency
Since py-docutils script names changed in 0.15, that's our new minimum.
(Missed in my previous commit.)
2020-12-02 01:30:45 +00:00
pin
84b04bd153 sysytils/broot: update to 1.0.8
-when sizes are displayed (eg on br -s), show size of root line and root
filesystem info
-modified size cache management makes some size computations faster
-sizes (and dates and counts) are progressively displayed
2020-12-01 21:37:28 +00:00
riastradh
6dc4d6b2c9 sysutils/u-boot-pinephone: Import u-boot-pinephone 2021.01-rc3 2020-12-01 06:52:30 +00:00
gutteridge
e4251f1cf4 rsyslog: fix man page generation with newer py-docutils
py-docutils as of 0.15 dropped the .py extension on the end of its
conversion scripts.
2020-12-01 03:10:50 +00:00
adam
1edb1a7246 py-psutil: updated to 5.7.3
5.7.3
=====

2020-10-23

**Enhancements**

- 809_: [FreeBSD] add support for `Process.rlimit()`.
- 893_: [BSD] add support for `Process.environ()` (patch by Armin Gruner)
- 1830_: [UNIX] `net_if_stats()`'s `isup` also checks whether the NIC is
  running (meaning Wi-Fi or ethernet cable is connected).  (patch by Chris Burger)
- 1837_: [Linux] improved battery detection and charge "secsleft" calculation
  (patch by aristocratos)

**Bug fixes**

- 1620_: [Linux] physical cpu_count() result is incorrect on systems with more
  than one CPU socket.  (patch by Vincent A. Arcila)
- 1738_: [macOS] Process.exe() may raise FileNotFoundError if process is still
  alive but the exe file which launched it got deleted.
- 1791_: [macOS] fix missing include for getpagesize().
- 1823_: [Windows] Process.open_files() may cause a segfault due to a NULL
  pointer.
- 1838_: [Linux] sensors_battery(): if `percent` can be determined but not
  the remaining values, still return a result instead of None.
  (patch by aristocratos)
2020-11-30 20:31:58 +00:00
bouyer
f80b942be3 Add patch from Xen developers (Jan Beulich and Roger Pau Monné) fixing
interrupt issues with pvh dom0.
2020-11-30 14:20:22 +00:00
dbj
582289ae0e sysutils/ddrescue: update to ddrescue-1.25 2020-11-29 21:58:03 +00:00
wiz
20b6f8e2f3 py-setproctitle: update to 1.2.
Version 1.2
~~~~~~~~~~~

- added ``getthreadtitle()`` and ``setthreadtitle()``.
- Initialisation of the module moved to the first usage: importing the module
  doesn't cause side effects.
- Manage much longer command lines (#52)
- Improved build on BSD, dropped ancient versions (issue #67).
- Fixed build for Python 3.8 (#66, #72)
- Added support for Python 3.9
- Dropped support for Python < 3.6
2020-11-29 18:09:51 +00:00
is
211990d8bd update mtools to 4.0.25 2020-11-28 18:58:50 +00:00
pin
42a867ff9b sysutils/broot: update to 1.0.7
-:previous_same_depth and :next_same_depth internals
-in kitty terminal, image preview is high definition
2020-11-27 23:21:24 +00:00
wiz
da6d8cb8c7 mtools: simplify options
If an option is not specified in the default options, it's turned off
2020-11-27 18:34:04 +00:00
is
fd5a8745f0 Update mtools to 4.0.25 2020-11-27 17:55:28 +00:00
nia
aac8e2c921 fdupes: Update to 2.1.2
Changes from 2.1.1 to 2.1.2:

 - Do not enter ncurses mode when --immediate option given.
 - Fix logging/memory corruption bug when using --log with --immediate.
2020-11-26 16:07:11 +00:00
adam
efb4ba5ba9 py-watchdog: updated to 0.10.4
0.10.4
- Add ``logger`` parameter for the ``LoggingEventHandler``
- Replace mutable default arguments with ``if None`` implementation
- Expand tests to Python 2.7 and 3.5-3.10 for GNU/Linux, macOS and Windows
- [mac] Performance improvements for the ``fsevents`` module
- [mac] Prevent compilation of ``watchdog_fsevents.c`` on non-macOS machines
- [watchmedo] Handle shutdown events from ``SIGTERM`` and ``SIGINT`` more reliably
2020-11-26 10:45:15 +00:00
pin
23e62823fc Add zoxide 2020-11-25 11:05:07 +00:00
pin
8ac59d195e sysutils/zoxide: moved from textproc/zoxide 2020-11-25 11:04:24 +00:00
nia
fbe03519f6 shmux: Update to 1.0.3
Changes since 1.0.2 [2008-12-21]:

- Fix clang warnings.
- Fix BROKEN_POLL option on macOS.
- Switch to generic BSD license.
- Default to using -oLogLevel=ERROR with ssh.
2020-11-24 14:24:39 +00:00
nia
f1ea29cbcb vifm: Update to 0.11
September 24, 2020
==================

Vifm v0.11
----------

New version finally updates format of vifminfo file unblocking changes like
persistent tabs, sessions and timestamp-based merging of histories.  In
addition to that there were a number of improvements in user interface and
multiple performance-related improvements.

Thanks to everyone who tried out the beta.

Main changes:
 - added persistent tabs;
 - added sessions;
 - new format of vifminfo file (old version is imported on first run);
 - smarter merging of histories between runs that avoids dropping of new
   entries;
 - version of default color scheme for 256-color terminals;
 - make tab labels customizable;
 - try to keep ratio of pane sizes constant on resizes, restarts and tab
   switching;
 - various performance improvements.

More detailed list of changes.

Normal and visual modes:
 - added gF normal mode key which acts like gf, but goes all the way to the
   ultimate target of the chain of symbolic links (thanks to Alexandre Viau);
 - improve navigation on gf key.  Do fewer refreshes and disable filters to
   make target visible.

Core:
 - more sensible merging of histories from multiple instances in vifminfo file
   (avoids dropping of new entries);
 - invalidate cached directory information (size or number of files) on inode
   change (thanks to Jose Riha, a.k.a. jose1711);
 - invalidate cached directory size when using it to compute size of some
   parent directory;
 - improve cursor positioning after file operations;
 - made it possible to escape commas in patterns (as usual, by doubling)
   (thanks to filterfalse).

Command-line mode:
 - added :tabo[nly] command that closes all tabs but the current one;
 - added :session and :delsession commands to manage sessions (thanks to Marcos
   Cruz);
 - added optional "full" parameter for the :restart command, which makes it
   discard essentially all context.  This is useful with persistent tabs
   (thanks to Yusuf Aktepe);
 - don't reset histories of views in inactive tabs on :restart;
 - improve differentiation between association and list forms of :colorscheme
   command on startup.  This is important if list contains name of color scheme
   that doesn't exist.

:set command and options:
 - added "tabs" value to 'vifminfo' option.  It enables persistent tabs (thanks
   to Cosmin Popescu, a.k.a. cosminadrianpopescu, filterfalse and Neil Griffin,
   a.k.a. ngriffin7a);
 - added "v" flag to the 'tuioptions' option.  It controls whether width of
   middle border is adjusted to equalize view sizes (thanks to Matthias Braun,
   a.k.a. mb720);
 - added 'sessionoptions' option, which is an alternative to 'vifminfo' for
   session files;
 - added 'tablabel' option that specifies format of a single tab's label when
   non-empty (thanks to aleksejrs);
 - added 'tabprefix' and 'tabsuffix' options that allow customizing tabline
   separators (thanks to CoreCube);
 - added "treeleafsparent" value to 'dotdirs' option (thanks to filterfalse and
   Melandel);
 - do not require "dhistory" to be present in 'vifminfo' for "savedirs" to
   work.

Menus and dialogs:
 - added rate and progress bar to progress dialog (patch by Alborz Jafari);
 - added real (fully resolved) path to the File Info dialog (thanks to
   Alexandre Viau);
 - added number of hard links to the File Info dialog;
 - abort menu, more or file information modes before processing remote commands
   (thanks to kangshugang);
 - deduplicate elements of the :file menu;
 - make displaying of spaces in mappings more intelligent by using <space> at
   the start or end of lhs or rhs.

File preview:
 - improve handling of long or unknown escape sequences in previews (thanks to
   bratekarate);
 - use global color scheme for preview on the other pane ignoring its
   directory-specific color scheme;
 - invalidate textual quickview cache if it contains fewer lines than window
   height and is incomplete.

TUI (Text User Interface):
 - try harder to preserve position of the splitter.  Avoid its drift on
   terminal resizes and preserve ratio of windows on startup and tab switches
   (thanks to Shakil Akhtar);
 - prevent internally selected files (e.g., via a range of a :command) from
   appearing selected in user interface (thanks to filterfalse);
 - reduce width of top line when side borders are hidden (`set tuioptions-=s`)
   (thanks to Svyatoslav Mishyn, a.k.a. juef);
 - escape some characters as ^X in view and tab titles, custom menu titles, on
   statusline and in terminal title (thanks to filterfalse);
 - use the same label for :grep and :find custom lists as the one used for
   :grep and :find menus (thanks to filterfalse);
 - use unexpanded command for title of custom file lists produced using %u or
   %U macros and menus produced using %m or %M macros (thanks to filterfalse);
 - use name of user-defined command in titles of custom views and menus (thanks
   to filterfalse);
 - preserve more information in the title on turning custom view into tree
   using :tree (thanks to filterfalse);
 - limit length of custom file list title to 80 character positions (thanks to
   filterfalse).

Integration:
 - detect being run under Wayland (relevant for :filextype commands) (thanks to
   mhdzli);
 - make 'title' option work in all terminals which contain "tsl" and "fsl"
   capabilities (thanks to m-kru);
 - update terminal title when in menus (thanks to filterfalse).

Color schemes:
 - added HardLink highlight group for regular files with more than one hard
   link (patch by Hans Bieshaar);
 - added LineNr highlight group for highlighting line number column of views
   (thanks to Anton Gepting);
 - added OddLine highlight group for highlighting every second entry line of a
   pane (thanks to iSeeU816).

Scripting:
 - added v:jobcount builtin variable that provides number of active jobs
   (number of lines in :jobs menu) (thanks to iSeeU816);
 - added v:session builtin variable that provides name of current session or is
   set to an empty string.

Configuration:
 - added three MC-like shortcuts to sample vifmrc files (Alt-I, Alt-O and
   Ctrl-U) (thanks to Hans Bieshaar);
 - added global Default-256 color scheme to be used in terminals that support
   256-color palette (automatically in sample vifmrc) (thanks to Shakil
   Akhtar);
 - create $VIFM/colors directory with default color scheme only on the first
   run (thanks to ranousse);
 - use mime-types in associations in sample vifmrc (thanks to Shakil Akhtar).

Performance:
 - significantly improved performance of adding files to registers that contain
   thousands of files.  As a result contents of registers is sorted now (thanks
   to Typo);
 - significantly improved performance of adding files to trash that contains
   thousands of files.  As a result contents of trash is sorted now (thanks to
   Typo);
 - significantly improved speed of sourcing files (includes processing
   configuration on startup and :restart);
 - significantly improved speed of handling typical globs (and therefore
   mime-type matchers) and reduced amount of memory they take up (thanks to
   yanzhang0219);
 - improve performance of mime-type detection by caching the results;
 - make comparing files by contents (`:compare bycontents`) somewhat faster
   (thanks to maxigaz);
 - don't force view reload after every :command that resets selection when
   there was non-empty selection.  This might make metadata of files less
   up-to-date, but should increase overall performance (thanks to Jose Riha,
   a.k.a. jose1711);
 - avoid reloading source file list after copy or move operation when possible
   (thanks to Jose Riha, a.k.a. jose1711).

Vim-plugin:
 - added :VifmCs command to the plugin for "converting" Vim's color scheme into
   a Vifm's one (patch by Roman Plášil, a.k.a. Quiark);
 - multiple improvements of syntax highlighting.

Documentation:
 - added references to "Menus and dialogs" section of documentation from
   :commands and keys which open menus and dialogs detailed there;
 - explicitly documented that macros are expanded in user defined commands
   (thanks to gcmt);
 - made documentation of :command more comprehensible;
 - document that user must disable netrw plugin on his own when enabling
   g:vifm_replace_netrw.  Vifm's plugin can't do it, because it's loaded after
   plugins shipped with Vim;
 - documented how selection is handled on launching files (like on l or Enter
   keys);
 - improve documentation on "bycontents" of :compare (thanks to maxigaz);
 - somewhat improved documentation on 'ignorecase' and 'smartcase' options
   (thanks to filterfalse);
 - fixed Vim version of the documentation lacking description of %p macro of
   'findprg'.

Only on Windows:
 - added basic support for using PowerShell (pausing doesn't work) (thanks to
   Fang, a.k.a. peromage);
 - display targets of .lnk-files in file information dialog;
 - implemented capturing output of background applications (thanks to Gene
   Zharov);
 - follow targets of .lnk-files (thanks to Alexandre Viau);
 - fixed 'chaselinks' (symbolic links weren't resolved);
 - fixed creating symbolic links with 'syscalls' being turned on;
 - fixed creating symbolic links with spaces in source or target paths;
 - fixed Alt key combinations being broken since v0.9;
 - fixed running non-cmd shells being broken by adding 'shellcmdflag' in
   0.10.1;
 - fixed issues with non-tiny 'shellcmdflag' (patch by Bas Bossink, a.k.a.
   basbossink);
 - fixed detecting presence of :file[x]type commands on Windows when
   backslashes are present in path (thanks to anonymous and n.e. at Vifm Q2A
   site).

Packaging:
 - avoid interposing system's reallocarray(), when it's present (thanks to Ben
   Boeckel, a.k.a. mathstuf);
 - install only one version of sample config and media script, the one which
   corresponds to operating system being used (thanks to Michael Vetter, a.k.a.
   jubalh and Ondrej Novy, a.k.a. onovy);
 - clean up tests directory on "make clean" in the top of the tree.

Important fixes:
 - fixed generation of :highlight command for OtherWin on writing
   $VIFM/colors/Default.vifm.  The bug caused white background of inactive pane
   (thanks to Stas Malavin);
 - fixed `:move subdir &` renaming file in the process and doing weird stuff to
   multiple files (thanks to 45jqlakjrf87ayte7hy34ter4nguijauzl4eitk);
 - fixed graphics preview not being cleared on switching tabs or starting
   external applications (including on :shell);
 - fixed mapped keys being reinterpreted as builtin keys if RHS of the mapping
   failed at some point (e.g., contained an unmapped key) (thanks to Seok Won
   Lee, a.k.a. ijleesw);
 - fixed dialogs not being visible when UI updates are silenced via <silent>
   mappings;
 - fixed panic on some redraw operations mixing with file operations during
   terminal resizing (thanks to aca).

See change log for the full list of changes and by whom they were suggested or
implemented.
2020-11-24 12:15:20 +00:00
nia
b6b918c555 wmcpuload: Update to 1.1.1
2016 Oct 20
  * Bump to version 1.1.1.
  * Fix Makefile.am for automake 1.14.
  * Update url and contact information.
  * Remove CVS cruft.
  * Update autotools files to silence warnings.
  * Restore some previous commits (COPYING update, whitespace).

2006 Jan 28
  * cpu_linux.c:
  * main.c:
    applied a patch from php-coder <php-coder at altlinux.ru>

2005 Feb 12
  * main.c: clear digits before redraw_digit().

2005 Feb 10
  * cpu_linux.c:
  - supported linux 2.6
  - remvoed --ignore-proc.
  * configure.ac: remvoed --ignore-proc.
  * main.c: remvoed --ignore-proc.

2005 Jan 17
  * configure.ac: fixed a typo.

2004 Feb 1
  * src/cpu_freebsd.c: fixed a bug with --ignore-nice option.

2004 Jan 25
  * libdockapp/dockapp.c (dockapp_win): added.
  * src/main.c: ExposureMask
  * src/main.c: removed pixmap buffering for optimization.

2003 Oct 12
  * src/cpu_openbsd.c, src/cpu_netbsd.c: fixed a bug with --ignore-nice option.
    (Thanks to Nedko Arnaudov <nedko at users.sourceforge.net> for sending a
     patch)
2020-11-24 10:57:01 +00:00
nia
f2de751e8d xfce4-xarchiver: Update to 0.5.4.15
4fury (1):
      Update Russian translation

Alexey Loginov (5):
      Add Malay translation
      Add Serbian translation
      Add Thai translation
      Add Vietnamese translation
      Update Russian translation

Ingo Brückl (83):
      Update Bulgarian translation
      Add MIME support for zstd compressed tar files
      Support short file suffix .tzst for zstd compressed tar files
      Rename deb files ar
      Arrange code related to XARCHIVETYPE_AR
      Fix ar parser bug
      Support ar archives
      Update documentation
      Add support for files with Mozilla-optimized zip layout
      Update archive tree sidebar in case of error
      Update and clean up header entries of up-to-date translations
      Fix PO template file generating error
      Update GNU Build System
      Update GNU Build System
      Update GNU Build System
      Update GNU Build System
      Fix rar (version 4) encrypted header detection
      Prepare support for self-extracting Windows Portable Executables
      Add support for self-extracting Windows Nullsoft Installer archives
      Add support for self-extracting Windows rar archives
      Add support for self-extracting Windows lha archives
      Add support for self-extracting Windows (info-)zip archives
      Add support for self-extracting Windows arj archives
      Add support for self-extracting Windows 7zip archives
      Re-enable building on FreeBSD
      Require GNU make
      Update French translation
      Update Brazilian Portuguese translation
      Fix wrong variable type
      Fix option 'd' (ensure-directory)
      Split column "Date and Time" into date and time for ar archives
      Avoid use of g_malloc0()
      Split column "Date and Time" into date and time for cpio archives
      Split column "Date and Time" into date and time for lha archives
      Split column "Date and Time" into date and time for rpm archives
      Add date_utils
      Convert the date format representation of ar archives to ISO 8601
      Convert the date format representation of arj archives to ISO 8601
      Enhance date_MMM_dD_HourYear()
      Convert the date format representation of cpio archives to ISO 8601
      Convert the date format representation of lha archives to ISO 8601
      Convert the date format representation of rpm archives to ISO 8601
      Convert the date format representation of rar archives to ISO 8601
      Convert the date format representation of rar archives to ISO 8601
      Convert the date format representation of zip archives to ISO 8601
      Rename some tar related symbolic XArchiveType constants
      Adjust order concerning symbolic XArchiveType constants
      Change 'extract-here' behavior
      Make cosmetic changes
      Remove unused parameter
      Remove obsolete code
      Replace GTK_RESPONSE_ACCEPT by a user-defined response ID
      Re-set current archive tree item after adding or deleting
      Save the executed command together with the archiver output
      Notify about archive reloading in the status bar
      Support pigz as a substitute to extract gz
      Add missing documentation
      Show progress bar dialog when compressing on the command line
      Support lbzip2 as a substitute to extract bz2
      Support pbzip2 as a substitute to extract bz2
      Support plzip as a substitute to extract lz
      Without password, clear the password entry
      Enable the enter key when typing the password
      Remove pointless assignment
      Remove pointless statement
      Remove pointless statements
      Make the open button default in the "Open with" dialog
      Remove unnecessary statements
      Prettify the progress bar dialog layout
      Enable the enter key when typing the extraction path
      Enable the enter key when typing the multi-extraction path
      Enable the enter key when typing the password
      Resize the "Open with" dialog (again)
      Rename archive_dir_model archive_dir_treestore
      Remove pointless casts
      Clear archive_dir_treestore on xa_init_archive_structure()
      Block signal handler when navigating up to root
      Fix missing LED image with GTK+ 3
      Update GNU Build System
      Remove weird and unnecessary condition
      Add missing keywords to the desktop file
      Update language files
      Bump version to 0.5.4.15

Riku Viitanen (1):
      Optimize PNGs

cybercop-montana (1):
      Update Bulgarian translation

Андрій Литвин (1):
      Update Ukrainian translation
2020-11-24 10:43:25 +00:00
msaitoh
10a6b16ba7 Update dmidecode to 3.1.
CHANGES from 3.2:

Version 3.3 (Wed Oct 14 2020)
  - [BUILD] Allow overriding build settings from the environment.
  - [COMPATIBILITY] Document how the UUID fields are interpreted.
  - [PORTABILITY] Don't use memcpy on /dev/mem on arm64.
  - [PORTABILITY] Only scan /dev/mem for entry point on x86.
  - Support for SMBIOS 3.3.0. This includes new processor names, new port
    connector types, and new memory device form factors, types and
    technologies.
  - Add bios-revision, firmware-revision and system-sku-number to -s option.
  - Use the most appropriate unit for cache size.
  - Decode system slot base bus width and peers.
  - Important bug fixes:
    Fix Redfish Hostname print length
    Fix formatting of TPM table output
    Fix System Slot Information for PCIe SSD
    Don't choke on invalid processor voltage
  - Use the most appropriate unit for cache size.
2020-11-24 05:31:51 +00:00
nia
b9b9292ecd file: Update to 5.39
2020-06-14  20:02  Christos Zoulas <christos@zoulas.com>

	* release 5.39

2020-06-07  20:00  Christos Zoulas <christos@zoulas.com>

	* Remove unused subtype_mime (Steve Grubb)
	* Remove unused check in okstat (Steve Grubb)
	* Fix mime-type in elf binaries by making sure $x is set
	* Fix indirect negative offsets broken by OFFNEGATIVE
	* Fix GUID equality check
	* PR/165: Handle empty array and strings in JSON
	* PR/162: Add --exclude-quiet

2020-06-06  15:33  Christos Zoulas <christos@zoulas.com>

	* Fix memory leak in ascmagic (Steve Grubb)

2020-06-04  00:21  Christos Zoulas <christos@zoulas.com>

	* Fix string comparison length with ignore whitespace

2020-05-31  00:11  Christos Zoulas <christos@zoulas.com>

	* Fix mingwin 64 compilation

2020-05-30  23:56  Christos Zoulas <christos@zoulas.com>

	* PR/159: whitelist getpid needed for file_pipe2file()

2020-05-09  18:57  Christos Zoulas <christos@zoulas.com>

	* Indicate negative offsets with a flag OFFNEGATIVE
	  so that -0 works.
	* Introduce "offset" magic type that can be used to
	  detect the file size, and bail on short files.
	* document DER better in the magic man page.

2020-03-11  21:53  Christos Zoulas <christos@zoulas.com>

	* fix memory leaks (SonarQube)

2020-03-08  21:33  Christos Zoulas <christos@zoulas.com>

	* fix memory leaks (SonarQube)
	* rewrite confusing loops (SonarQube)
	* fix bogus test (SonarQube)
	* pass a sized buffer to file_fmttime() (SonarQube)

	* fix memory leaks (SonarQube)

2020-02-20  15:50  Christos Zoulas <christos@zoulas.com>

	* Don't allow * in printf formats, or the code itself (Christoph Biedl)
	* Introduce a printf output size checker to avoid DoS attacks

2020-02-17  17:22  Christos Zoulas <christos@zoulas.com>

	* Avoid memory leak on error (oss-fuzz)
	* Check length of string on DER before derefercing and add new types
	* Add missing DER string (oss-fuzz)

2020-02-16  20:45  Christos Zoulas <christos@zoulas.com>

	* Add missing DER types, and debugging

2020-02-13  13:10  Christos Zoulas <christos@zoulas.com>

	* PR/140: Avoid abort with hand-crafted magic file (gockelhahn)
	* PR/139  Avoid DoS in printf with hand-crafted magic file (gockelhahn)
	* PR/138: Avoid crash with hand-crafted magic file (gockelhahn)

2020-02-12  17:30  Christos Zoulas <christos@zoulas.com>

	* PR/136: Fix static build by adding a libmagic.pc (Fabrice Fontaine)

2019-12-24  14:16  Christos Zoulas <christos@zoulas.com>

	* add guid support
2020-11-23 13:16:19 +00:00
pin
34c1793a1b sysutils/broot: update to 1.0.6
-optional icons, thanks to @asdf8dfafjk (@fiAtcBr on Miaou)
See https://dystroy.org/broot/icons
-dev.log renamed into broot.log
-:line_up and :line_down accept an optional count as argument - Fix #301
2020-11-23 10:44:48 +00:00
nia
3ad24453a8 nautilus: Needs gdbus-codegen 2020-11-22 21:45:51 +00:00
nia
57c7aab196 mate-power-manager: Disable gnome-keyring integration 2020-11-22 12:58:37 +00:00
pin
4767e35848 sysutils/onefetch: update to 2.7.3
v2.7.3
-[info] if user.name is not set print unknown instead of crashing

v2.7.2
-[language] added support for HolyC
-[language] added support for Xaml
-[info] get_repo_name_and_url defaults to remote.origin.url
-[misc] replaced some git sys calls with git2-rs calls
-[ascii] improved coloring for c, c++, c#, typescript, and lua
-[ascii] fixed ascii max-width integration test --> update raku ascii logo
-[image] fixed image detection for kitty: remove check on env variable
2020-11-21 23:06:56 +00:00
nia
94bb866341 Remove torsmo, older version of sysutils/conky that seems to no longer work 2020-11-21 13:01:22 +00:00
wiz
196d0d846a *: recursive bump for poppler 20.11.0 2020-11-21 09:34:53 +00:00
schmonz
af4dc17094 Add and enable s6. 2020-11-19 20:00:46 +00:00
schmonz
50a2b20ef5 Initial import of s6, packaged in wip by cfkoch@edgebsd.org.
s6 is a small suite of programs for UNIX, designed to allow process
supervision (a.k.a service supervision), in the line of daemontools and
runit, as well as various operations on processes and daemons. It is meant
to be a toolbox for low-level process and service administration, providing
different sets of independent tools that can be used within or without the
framework, and that can be assembled together to achieve powerful
functionality with a very small amount of code.
2020-11-19 20:00:05 +00:00
nia
32effc9ad2 fd-find: Needs gmake tool 2020-11-19 18:58:16 +00:00
schmonz
c6e2fac040 Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
schmonz
f6c3bed7f2 Set SUBST_NOOP_OK in case PKG_SYSCONFBASE == "/etc". Define LICENSE. 2020-11-19 09:31:19 +00:00
schmonz
727903bd93 Only a few djb-nonlicense packages remain. Retire DJB_RESTRICTED,
instead setting LICENSE directly in those packages. Remove outdated
djbware.mk TODO items.
2020-11-19 08:11:18 +00:00
msaitoh
ae90466554 Update intel-microcode-netbsd to 20201118.
## [microcode-20201118]

### Purpose

- Removed TGL/06-8c-01/80 due to functional issues with some OEM platforms.

### New Platforms

None

### Updated Platforms

None

### Removed Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| TGL            | B1       | 06-8c-01/80 | 00000068 |          | Core Gen11 Mobile
2020-11-19 01:12:39 +00:00
sjmulder
7dfc5a3db0 sysutils/nnn: Update to 3.5
Changes:
 - compile-in Alexey Tourbin's QSORT macro
 - support Nerd Font patched icons [`make O_NERD=1`]
 - auto-generate static binaries with icons support
 - audit and adapt all plugins for macOS
 - enhance plugin `dups` to delete duplicates interactively
 - plugin `autojump` now supports `jump` and `zoxide`
 - support `gio trash` to Trash [`export NNN_TRASH=2`] (#740)
 - quit program on double Esc in normal mode (#775)
 - ^Space replaces ^K for range selection/clear selection
 - show selection symbol (`+`) next to filename in detail mode (#741)
 - error & quit on Q if no selection, else pick to stdout
 - repeat ^T to cycle sort by time, size and clear
 - option `-U` to show user & group info in status bar
 - option `-J` to disable auto-proceed on select (#713)
 - option `-D` to show dirs in context color with `NNN_FCOLORS`
 - honor option `-C` for context colors
 - show indicators if more entries above/below listing (#744)
 - show missing utility name in flash msg (#753)
 - exit `preview-tabbed` on ^C (#727)
 - invoke GNU sed (_gsed_) on macOS (#728)
 - fix HW cursor moves to wrong line (#735)
 - fix rollover bug with multiline scroll (#743)
 - fix input stream not listed with `-s`/`-S` (#777)
 - fix locker not being invoked
 - make target `upx` for additional binary compression
 - compress auto-generated static binaries with upx
 - make variable `O_NOSSN` to compile out sessions
 - make variable `O_NOUG` to compile out user & group info
2020-11-17 14:22:57 +00:00
schmonz
521956832c Defer tests until TEST_TARGET. 2020-11-16 10:51:43 +00:00
gdt
9875241a53 xen: Describe 4.13 as the standard approach
ok bouyer@
2020-11-15 16:05:47 +00:00
bsiegert
2915abcd8b Revbump all Go packages after go115 update 2020-11-13 19:26:03 +00:00
msaitoh
6a87e61e97 Update intel-microcode-netbsd to 20201112.
### Purpose

- Security updates for [INTEL-SA-00381](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00381.html).
- Security updates for [INTEL-SA-00389](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00389.html).

### New Platforms

None

### Updated Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| GLK            | B0       | 06-7a-01/01 | 00000032 | 00000034 | Pentium Silver N/J5xxx, Celeron N/J4xxx

### Removed Platforms

None
2020-11-13 01:57:16 +00:00
bouyer
408996c96c Update patch for XSA286 from upstream
Add upstream patch for XSA351
bump PKGREVISION
2020-11-12 11:29:25 +00:00
bouyer
ce9d89af73 Add upstream patch for XSA351. Bump PKGREVISION 2020-11-12 10:34:41 +00:00
nia
952e082818 gnome-tracker-miners: Needs gdbus-codegen 2020-11-12 09:54:28 +00:00
pin
afac398b31 Add sysutils/titamisu 2020-11-12 09:06:42 +00:00
pin
e9f592c7f6 sysutils/tiramisu: import package
Desktop notifications, the UNIX way.
tiramisu is a notification daemon based on dunst that outputs notifications
to STDOUT in order to allow the user to process notifications any way they
prefer.

By allowing users to determine what is done with notifications, there is
infinitely more possibilities presented to the end-user than a simple
notification daemon that displays a block of text on the screen and nothing
more.

Users could have notifications display in a pre-existing bar, make a control
panel of some sort that shows notifications, push notifications to their phone
if their computer has been idle for an amount of time, make notifications more
accessible with text-to-speech, and so much more.
2020-11-12 09:05:13 +00:00
jmcneill
23d35b2efd Add missing textproc/enca dependency and use "shasum -a 256" instead of
"sha256" on NetBSD for compatibility with 9.x
2020-11-11 15:47:50 +00:00
nia
7f02f78e14 gnome-font-viewer: Needs msgfmt --xml 2020-11-11 14:28:55 +00:00
nia
fda631ae0c gnome-tracker: Needs vala 2020-11-11 14:26:32 +00:00
msaitoh
82266e8221 Update intel-microcode-netbsd to 20201110.
### Purpose

- Security updates for [INTEL-SA-00381](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00381.html).
- Security updates for [INTEL-SA-00389](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00389.html).
- Update for functional issues. Refer to [Second Generation Intel® Xeon® Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338848) for details.
- Update for functional issues. Refer to [Intel® Xeon® Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/613537) for details.
- Update for functional issues. Refer to [Intel® Xeon® Processor E5 v3 Product Family Specification Update](https://www.intel.com/content/www/us/en/processors/xeon/xeon-e5-v3-spec-update.html?wapkw=processor+spec+update+e5) for details.
- Update for functional issues. Refer to [10th Gen Intel® Core™ Processor Families Specification Update](https://www.intel.com/content/www/us/en/products/docs/processors/core/10th-gen-core-families-specification-update.html) for details.
- Update for functional issues. Refer to [8th and 9th Gen Intel® Core™ Processor Family Spec Update](https://www.intel.com/content/www/us/en/products/docs/processors/core/8th-gen-core-spec-update.html) for details.
- Update for functional issues. Refer to [7th Gen and 8th Gen (U Quad-Core) Intel® Processor Families Specification Update](https://www.intel.com/content/www/us/en/processors/core/7th-gen-core-family-spec-update.html) for details.
- Update for functional issues. Refer to [6th Gen Intel® Processor Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/332689) for details.
- Update for functional issues. Refer to [Intel® Xeon® E3-1200 v6 Processor Family Specification Update](https://www.intel.com/content/www/us/en/processors/xeon/xeon-e3-1200v6-spec-update.html) for details.
- Update for functional issues. Refer to [Intel® Xeon® E-2100 and E-2200 Processor Family Specification Update](https://www.intel.com/content/www/us/en/products/docs/processors/xeon/xeon-e-2100-specification-update.html) for details.


### New Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| CPX-SP         | A1       | 06-55-0b/bf |          | 0700001e | Xeon Scalable Gen3
| LKF            | B2/B3    | 06-8a-01/10 |          | 00000028 | Core w/Hybrid Technology
| TGL            | B1       | 06-8c-01/80 |          | 00000068 | Core Gen11 Mobile
| CML-H          | R1       | 06-a5-02/20 |          | 000000e0 | Core Gen10 Mobile
| CML-S62        | G1       | 06-a5-03/22 |          | 000000e0 | Core Gen10
| CML-S102       | Q0       | 06-a5-05/22 |          | 000000e0 | Core Gen10
| CML-U62 V2     | K0       | 06-a6-01/80 |          | 000000e0 | Core Gen10 Mobile

### Updated Platforms

| Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| HSX-E/EP       | Cx/M1    | 06-3f-02/6f | 00000043 | 00000044 | Core Gen4 X series; Xeon E5 v3
| SKL-U/Y        | D0       | 06-4e-03/c0 | 000000d6 | 000000e2 | Core Gen6 Mobile
| SKL-U23e       | K1       | 06-4e-03/c0 | 000000d6 | 000000e2 | Core Gen6 Mobile
| SKX-SP         | B1       | 06-55-03/97 | 01000157 | 01000159 | Xeon Scalable
| SKX-SP         | H0/M0/U0 | 06-55-04/b7 | 02006906 | 02006a08 | Xeon Scalable
| SKX-D          | M1       | 06-55-04/b7 | 02006906 | 02006a08 | Xeon D-21xx
| CLX-SP         | B0       | 06-55-06/bf | 04002f01 | 04003003 | Xeon Scalable Gen2
| CLX-SP         | B1       | 06-55-07/bf | 05002f01 | 05003003 | Xeon Scalable Gen2
| APL            | D0       | 06-5c-09/03 | 00000038 | 00000040 | Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx
| APL            | E0       | 06-5c-0a/03 | 00000016 | 0000001e | Atom x5-E39xx
| SKL-H/S        | R0/N0    | 06-5e-03/36 | 000000d6 | 000000e2 | Core Gen6; Xeon E3 v5
| GKL-R          | R0       | 06-7a-08/01 | 00000016 | 00000018 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
| ICL-U/Y        | D1       | 06-7e-05/80 | 00000078 | 000000a0 | Core Gen10 Mobile
| AML-Y22        | H0       | 06-8e-09/10 | 000000d6 | 000000de | Core Gen8 Mobile
| KBL-U/Y        | H0       | 06-8e-09/c0 | 000000d6 | 000000de | Core Gen7 Mobile
| CFL-U43e       | D0       | 06-8e-0a/c0 | 000000d6 | 000000e0 | Core Gen8 Mobile
| WHL-U          | W0       | 06-8e-0b/d0 | 000000d6 | 000000de | Core Gen8 Mobile
| AML-Y42        | V0       | 06-8e-0c/94 | 000000d6 | 000000de | Core Gen10 Mobile
| CML-Y42        | V0       | 06-8e-0c/94 | 000000d6 | 000000de | Core Gen10 Mobile
| WHL-U          | V0       | 06-8e-0c/94 | 000000d6 | 000000de | Core Gen8 Mobile
| KBL-G/H/S/E3   | B0       | 06-9e-09/2a | 000000d6 | 000000de | Core Gen7; Xeon E3 v6
| CFL-H/S/E3     | U0       | 06-9e-0a/22 | 000000d6 | 000000de | Core Gen8 Desktop, Mobile, Xeon E
| CFL-S          | B0       | 06-9e-0b/02 | 000000d6 | 000000de | Core Gen8
| CFL-H/S        | P0       | 06-9e-0c/22 | 000000d6 | 000000de | Core Gen9
| CFL-H          | R0       | 06-9e-0d/22 | 000000d6 | 000000de | Core Gen9 Mobile
| CML-U62        | A0       | 06-a6-00/80 | 000000ca | 000000e0 | Core Gen10 Mobile

### Removed Platforms

None
2020-11-11 05:42:13 +00:00