Initial 6.12 compatibility

This commit is contained in:
Mcklaren 2023-03-05 23:25:03 +01:00
parent db4d6747a7
commit 95a8e5e368
50 changed files with 8 additions and 4 deletions

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/bc-1.07.1-x86_64-5.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/ddrescue-1.27-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/gpgme-1.18.0-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.12/iftop-1.0pre4-x86_64-4.txz vendored Normal file

Binary file not shown.

BIN
packages/6.12/iotop-0.6-x86_64-2_SBo.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/irssi-1.4.3-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/lftp-4.9.2-x86_64-3.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/libffi-3.4.4-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/lzlib-1.13-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/mlocate-0.26-x86_64-4.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/pigz-2.7-x86_64-1_SBo.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/powertop-2.15-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/sshfs-3.7.3-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.12/tcl-8.6.13-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/tmux-3.3a-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
packages/6.12/vim-9.0.1362-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.12/wget2-2.0.1-x86_64-1.txz vendored Normal file

Binary file not shown.

BIN
packages/6.12/zsh-5.9-x86_64-1.txz vendored Normal file

Binary file not shown.

View File

@ -61,6 +61,7 @@
"libassuan":"This is the IPC library used by GnuPG 2.x, GPGME and a few other packages.",
"libffi": "(A Portable Foreign Function Interface Library) FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface.",
"libmediainfo":"A library for mediainfo.",
"libsodium":"Sodium is a library for encryption, decryption, signatures, password hashing and more. It is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API, and an extended API to improve usability even further. Its goal is to provide all of the core operations needed to build higher-level cryptographic tools.",
"libzen":"A mandatory library for libmediainfo.",
"llfuse":"A set of Python bindings for the low level FUSE API.",
"lrzip":"A file compression program designed to do particularly well on very large files containing long distance redundancy. The larger the file and the more memory you have, the better the compression advantage this will provide. A variety of compression options allow optimizing for size or speed.",
@ -115,7 +116,7 @@
"sg3utils":"sg3_utils is a package of utilities that send SCSI commands to the given DEVICE via a SCSI pass through interface provided by the host operating system.",
"slocate":"An enhanced version of locate, a command to help you locate files on the system. Like the original version of locate, it maintains a database of files on the system, updating it nightly. Unlike the original, it indexes every file on the machine rather than only the ones that can be seen by everyone. The secure part of slocate is that it will only return matches if the user is allowed to see the files.",
"socat":"A relay for bidirectional data transfer between two independent data channels.",
"sshfs-fuse":"This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there s nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.",
"sshfs":"This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there s nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.",
"strace":"Allows you to trace the execution of a command. It runs the specified command until it exits, intercepting signals and system calls and dumping the information to the standard error.",
"strongswan":"strongSwan is an open source IPsec-based VPN Solution for Linux.",
"stunnel":"Designed to work as an SSL encryption wrapper between remote client and local or remote servers. The goal is to facilitate SSL encryption and authentication for non-SSL-aware programs. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the program code.",

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdTools">
<!ENTITY author "UnRAIDES">
<!ENTITY version "2023.03.05">
<!ENTITY md5 "9358b28c7ed7e3bbd8f14fafb2745d51">
<!ENTITY version "2023.03.05b">
<!ENTITY md5 "f459a51d520c16a4753632066688d039">
<!ENTITY launch "Settings/&name;">
<!ENTITY github "UnRAIDES/unRAID-&name;">
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
@ -17,6 +17,9 @@
<CHANGES>
##&name;
###2023.03.05b
- Initial 6.12 compatibility
- Fixed: added some missing package descriptions
###2023.03.05
- Updated: ddrescue-1.27
- Updated: gpgme-1.18.0
@ -33,7 +36,7 @@
- Updated: vim-9.0.1362
- Updated: wget2-2.0.1
- Updated: zsh-5.9
- Added: libffi-3.4.4 as dependency of iotop #37
- Added: libffi-3.4.4 as dependency of iotop (Issues #37)
###2022.11.01
- Fixed: Removepkg Fixed packages
###2022.10.24