You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage findutils-4.7.0-3.lbn25.x86_64
The findutils package contains programs which will help you locate files on your system. The find utility searches through a hierarchy of directories looking for files which match a certain set of criteria (such as a file name pattern). The xargs utility builds and executes command lines from standard input arguments (usually lists of file names generated by the find command). You should install findutils because it includes tools that are very useful for finding things on your system.
RPMPackage filesystem-3.2-37.fc24.x86_64
The filesystem package is one of the basic packages that is installed on a Linux system. Filesystem contains the basic directory layout for a Linux operating system, including the correct permissions for the directories.
RPMPackage file-libs-5.28-4.lbn25.py37.x86_64
Libraries for applications using libmagic.
RPMPackage file-5.28-4.lbn25.py37.x86_64
The file command is used to identify a particular file according to the type of data contained by the file. File can identify many different file types, including ELF binaries, system libraries, RPM packages, and different graphics formats.
RPMPackage fftw-libs-single-3.3.8-7.lbn25.x86_64
This package contains the FFTW library compiled in single precision.
RPMPackage fftw-libs-long-3.3.8-7.lbn25.x86_64
This package contains the FFTW library compiled in long double precision.
RPMPackage fftw-libs-double-3.3.8-7.lbn25.x86_64
This package contains the FFTW library compiled in double precision.
RPMPackage fftw-libs-3.3.8-7.lbn25.x86_64
This is a dummy package package, pulling in the individual FFTW run-time libraries.
RPMPackage libpq-12.2-1.lbn25.x86_64
The libpq package provides the essential shared library for any PostgreSQL client program or interface. You will need to install this package to use any other PostgreSQL package or any clients that need to connect to a PostgreSQL server.
RPMPackage golang-github-cloudflare-redoctober-0-0.1.git3f826ee.lbn25.x86_64
Go server for two-man rule style file encryption and decryption.
RPMPackage golang-github-cloudflare-cfssl_trust-2020.1.0-0.1.git0d5f09a.lbn25.x86_64
CFSSL's CA trust store repository
RPMPackage golang-github-cloudflare-cfssl-1.4.1-0.1.gitebe0199.lbn25.x86_64
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates. It requires Go 1.11+ to build. Note that certain linux distributions have certain algorithms removed (RHEL-based distributions in particular), so the golang from the official repositories will not work. Users of these distributions should install go manually to install CFSSL. CFSSL consists of: a set of packages useful for building custom TLS PKI tools the cfssl program, which is the canonical command line utility using the CFSSL packages. the multirootca program, which is a certificate authority server that can use multiple signing keys. the mkbundle program is used to build certificate pool bundles. the cfssljson program, which takes the JSON output from the cfssl and multirootca programs and writes certificates, keys, CSRs, and bundles to disk.
RPMPackage golang-github-cloudflare-certmgr-3.0.0-0.1.git13aab62.lbn25.x86_64
certmgr is a tool for managing certificates using CFSSL. It does the following: Ensures certificates are present. Renews certificates before they expire. Triggering a service reload or restart on certificate updates. It operates on certificate specs, which are JSON files containing the information needed to generate a certificate. These are currently JSON due to the way CFSSL works; a future update can add YAML tags to the relevant CFSSL structures to allow these to be YAML files. If a certificate can't be renewed (i.e. there's a problem talking to the CA), the certificate is kept in the renewal queue and will be attempted later. When run without any subcommands, certmgr will start monitoring certificates. The configuration and specifications can be validated using the check subcommand.
RPMPackage CharLS-2.0.0-2.lbn25.x86_64
An optimized implementation of the JPEG-LS standard for loss less and near loss less image compression. JPEG-LS is a low-complexity standard that matches JPEG 2000 compression ratios. In terms of speed, CharLS outperforms open source and commercial JPEG LS implementations. JPEG-LS (ISO-14495-1/ITU-T.87) is a standard derived from the Hewlett Packard LOCO algorithm. JPEG LS has low complexity (meaning fast compression) and high compression ratios, similar to JPEG 2000. JPEG-LS is more similar to the old loss less JPEG than to JPEG 2000, but interestingly the two different techniques result in vastly different performance characteristics.
RPMPackage avrdude-6.3-18.lbn25.x86_64
AVRDUDE is a program for programming Atmel's AVR CPU's. It can program the Flash and EEPROM, and where supported by the serial programming protocol, it can program fuse and lock bits. AVRDUDE also supplies a direct instruction mode allowing one to issue any programming instruction to the AVR chip regardless of whether AVRDUDE implements that specific feature of a particular chip.
RPMPackage avr-libc-2.0.0-7.lbn25.noarch
AVR Libc is a Free Software project whose goal is to provide a high quality C library for use with GCC on Atmel AVR microcontrollers. AVR Libc is licensed under a single unified license. This so-called modified Berkeley license is intented to be compatible with most Free Software licenses like the GPL, yet impose as little restrictions for the use of the library in closed-source commercial applications as possible.
RPMPackage avr-gcc-c++-9.2.0-2.lbn25.x86_64
This package contains the Cross Compiling version of g++, which can be used to compile c++ code for the avr platform, instead of for the native x86_64 platform.
RPMPackage avr-gcc-9.2.0-2.lbn25.x86_64
This is a Cross Compiling version of GNU GCC, which can be used to compile for the avr platform, instead of for the native x86_64 platform.
RPMPackage avr-binutils-2.32-2.lbn25.x86_64
This is a Cross Compiling version of GNU binutils, which can be used to assemble and link binaries for the avr platform, instead of for the native x86_64 platform.
RPMPackage haveged-1.9.8-1.lbn25.x86_64
A Linux entropy source using the HAVEGE algorithm Haveged is a user space entropy daemon which is not dependent upon the standard mechanisms for harvesting randomness for the system entropy pool. This is important in systems with high entropy needs or limited user interaction (e.g. headless servers). Haveged uses HAVEGE (HArdware Volatile Entropy Gathering and Expansion) to maintain a 1M pool of random bytes used to fill /dev/random whenever the supply of random bits in /dev/random falls below the low water mark of the device. The principle inputs to haveged are the sizes of the processor instruction and data caches used to setup the HAVEGE collector. The haveged default is a 4kb data cache and a 16kb instruction cache. On machines with a cpuid instruction, haveged will attempt to select appropriate values from internal tables.