canfigger 0.3.0 💾

Canfigger is a lightweight C language library designed to parse configuration files. It provides functionality to read them and represent their contents as a linked list of key-value pairs, along with associated attributes for each pair.

minor feature: * use dynamic memory allocation for keys, values, and attributes * canfigger_free() replaced with canfigger_free_current_key_node_advance() - canfigger_free_attr() removed * use 'canfigger_free_current_attr_str_advance()' instead of 'list- attr_node = list- attr_node- next'

GNU GPLv3 library config settings configuration-files parser c

Git LFS 3.5.0 💾

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

major feature: This release is a feature release which includes support for LoongArch and RISC-V Linux binary tarballs, `FETCH_HEAD` as a remote source, better support for detection of the system gitattributes file, and configuration options for the SSH protocol. In this release, the `FETCH_HEAD` support is experimental and subject to change. We would like to extend a special thanks to the following open-source. contributors: @jochenhz for improvements to `git lfs prune`. @murez for improvements to our installation script. @qiangxuhui for tooling to build 64-bit LoongArch packages. @AaronDewes for tooling to build 64-bit RISC-V packages. @b-camacho for allowing `FETCH_HEAD` as a fallback remote source. @tigsikram for ing some broken links. @aymanbagabas for ing our SSH protocol documentation. @KyleFromKitware for improvements to the pure SSH protocol. @Juneezee for several code cleanups. @cmaves for improving performance of our progress indications. @QuLogic for improving completions and updating docs. @philip-peterson for helping detect invalid refs in `git lfs push`. @bogomolets-owl for helping include the reference specified in unlock requests. Features: Add --verify-unreachable option to LFS prune #5648. attribute: warn if config exists after uninstalling #5635. Initialize sessions lazily #5634. Add a `--local` argument to install.sh #5618. Provide loong64 Binary Support #5607. Improve locking performance #5561. Allow configuring the SSH protocol #5555. Add `FETCH_HEAD` as fallback remote source #5357. Use `git var` to find system gitattributes file #5412. Add RISC-V support #5438. : Add support for homedir expansion in SSL key and cert paths #5657. Display correct status information when `git lfs ls-files` run in subdirectory #5653. git lfs prune is deleting staged files in the index #5637. Report invalid ref in `git lfs push` command #5639. Always open files when cloning and spooling #5617. git-scm.com links #5589. doc: update ssh_ad

MITL git

healing-frequencies 2.2.1 💾

Play the healing frequencies of various sets of tuning forks: Solfeggio, Organs, Mineral nutrients, Ohm, Chakras, Cosmic Octave, Otto, Tesla 3-6-9, DNA nucleotides... or custom frequencies. It also shows a data visualization of all frequencies on the same scale.

minor feature: - Added nav links. - Added frequencies 40Hz and 432Hz to scale chart.

MITL frequency sound tuning solfeggio resonance

OnionShare 2.6.1 💾

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network.

minor bugfix: * Release updates: Automate builds with CI, make just 64-bit Windows release, make a single universal2 release for both Intel and Apple Silicon macOS * Upgrade dependencies, including Tor, meek, and snowflake * Bug fix: Restore the primary_action mode settings in a tab after OnionShare reconnects to Tor * Bug fix: Fix issue with auto-connecting to Tor with persistent tabs open * Bug fix: Fix packaging issue where Windows version of OnionShare conflicts with Windows version of Dangerzone * Bug fix: Fix 'Use a bridge' checkbox state change * Bug fix: Raise error from waitress if not shutdown

GNU GPLv3 tor file-sharing security onion-service onionshare tor-onion-service python

Gitea 1.21.7 💾

Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket, and GitLab. Gitea is a fork of Gogs. See the Gitea Announcement blog post to read about the justification for a fork. Purpose The goal of this project is to provide the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across all platforms and architectures that Go supports. This support includes Linux, macOS, and Windows, on architectures like amd64, i386, ARM, PowerPC, and others.

minor feature: ENHANCEMENTS. Users with `read` permission of pull requests can be assigned too. . Do not double reader. Display friendly error message. project counter in organization/individual profile. validity of the FROM email address not being checked. tarball/zipball download. DOCS. Docker Tag Information in Docs. MISC. Enforce maxlength in frontend.

MITL git go

µBlock Origin 1.56.0 💾

µBlock Origin is an efficient and general-purpose web filter plugin for browsers. It's primarily used for ad blocking of course. Runs in Firefox, Chrome, Opera Blink, Safari, Fennec, and other Chromium-based browsers. It automatically uses EasyList, EasyPrivacy and Malware Domain filter lists, but also supports hpHosts, MVPS HOSTS, Spam404 and many other curated block lists. µBlock is speedier and more memory conservative than other ad blockers, and is completely open source, does not undermine filtering like ADPs sponsored ads.

major feature: - Mind that multiple `uritransform` may apply to a single request (https://github.com/gorhill/uBlock/commit/2a5a444482) - Fix incorrect built-in filtering expression in logger (https://github.com/gorhill/uBlock/commit/9bff0c2f94) - Fix improper invalidation of valid `uritransform` exception filters (https://github.com/gorhill/uBlock/commit/21ec5a277c) - Improve `prevent-addEventListener` scriptlet (https://github.com/gorhill/uBlock/commit/b22b3d729b) - Fix Chartbeat flicker control `div`'s (https://github.com/gorhill/uBlock/commit/397d6d47b9) (by @ryanbr) - Fix potential exfiltration of browsing history by a rogue list author through `permissions=` (https://github.com/gorhill/uBlock/commit/7b138b58c6) - Ignore event handler-related attributes in `set-attr` scriptlet (https://github.com/gorhill/uBlock/commit/3037ae5f04) (suggested by @distinctmondaylilac) - Fix potential exfiltration of browsing history by a rogue list author through `csp=` (https://github.com/gorhill/uBlock/commit/db5656f607) (reported by @distinctmondaylilac) - Output scriptlet logging information to the logger (https://github.com/gorhill/uBlock/commit/869a653fdf) - Fix decompiling of scriptlet parameters (https://github.com/gorhill/uBlock/commit/49dd68ef3d) - Add support for `extraMatch` in `trusted-click-element` scriptlet (https://github.com/gorhill/uBlock/commit/45e62c939f) - Remove minimum height constraint from "My filters" pane (https://github.com/gorhill/uBlock/commit/f624c835c2) - Unregister all scriptlets when disabling uBO on a specific site (https://github.com/gorhill/uBlock/commit/13dcd844a7) - Allow `uritransform` to process the hash part of a URL (https://github.com/gorhill/uBlock/commit/b19094339f) - Remember presentation state of "My rules" pane (https://github.com/gorhill/uBlock/commit/3d1b100646) - Fix improperly assembled `!#include` sublists (https://github.com/gorhill/uBlock/commit/0e00010b91) - Mark procedural filters with pseudo-elements

GNU GPLv3 javascript browser ad-blocker filter privacy

QT Creator 12.0.2 💾

Qt Creator provides a cross-platform, complete integrated development environment (IDE) for application developers to create applications for multiple desktop, embedded, and mobile device platforms, such as Android and iOS. It is available for Linux, OS X and Windows operating systems.

major feature: External Tools Fixed that the output could be interspersed with newlines (QTCREATORBUG-29977) Editing Fixed that modified documents lost their file icon, which potentially included a short freeze (QTCREATORBUG-29999) Fixed a crash when opening bookmarks (QTCREATORBUG-30283) C++ Clang Format Fixed the update of the preview when settings change (QTCREATORBUG-30089) Fixed an issue with CRLF line endings Fixed a freeze when looking up symbols (QTCREATORBUG-30155) Fixed a crash while parsing (QTCREATORBUG-30044) Language Server Protocol Fixed a crash when completing Markdown Fixed that clicking on file links cleared the preview instead of opening the file (QTCREATORBUG-30120) Projects Fixed that trying to stop remote processes that were no longer reachable resulted in a broken run control state Fixed a potential infinite loop (QTCREATORBUG-30067) Fixed a crash when navigating in the Projects view (QTCREATORBUG-30035) Fixed that custom compiler settings could vanish after restart (QTCREATORBUG-30133) Fixed the restoring of per project C++ file name settings CMake Fixed that automatic re-configuration on saving files while a build is running could fail (QTCREATORBUG-30048) Fixed that the automatically added library path was wrong for targets with the same name as special CMake targets (like "test") (QTCREATORBUG-30050) Fixed that the cm locator filter did not show all targets (QTCREATORBUG-29946) Fixed adding files with the wizards when triggered through File New File (QTCREATORBUG-30170) Fixed adding QML files to CMake files when variables like PROJECT_NAME are used for the target name (QTCREATORBUG-30218) Fixed adding files to OBJECT libraries (QTCREATORBUG-29914) CMake Presets Fixed that display names were not updated when reloading presets (QTCREATORBUG-30237) Conan Fixed that macOS sysroot was not passed on to Conan (QTCREATORBUG-29978) F

GNU GPLv3 software-development c++ qt cross-platform developers

requests 2.31.0 💾

Requests is a full-featured HTTP utility module for Python. It provides a simple and encompassing API for issuing requests and accessing responses and metadata. Requests supports international domains and IRLs, keep-alive session pools, persistent cookies, SSL/TLS, HTTP authorization (basic and digest token), standard Content-Encoding compression schemes, Unicode content, multipart/* MIME content, connection timeouts, and is thread-safe.

security: **Security** - Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of `Proxy-Authorization` headers to destination servers when following HTTPS redirects. When proxies are defined with user info (`https://user:pass@proxy:8080`), Requests will construct a `Proxy-Authorization` header that is attached to the request to authenticate with the proxy. In cases where Requests receives a redirect response, it previously reattached the `Proxy-Authorization` header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are *strongly* encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed. Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability. Full details can be read in our Github Security Advisory (https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q) and CVE-2023-32681 (https://nvd.nist.gov/vuln/detail/CVE-2023-32681).

Apache python requests http-client

git-annex 10.20240227 💾

git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space. Even without file content tracking, being able to manage files with git, move files around and delete files with versioned directory trees, and use branches and distributed clones, are all very handy reasons to use git. And annexed files can co-exist in the same git repository with regularly versioned files, which is convenient for maintaining documents, Makefiles, etc that are associated with annexed files but that benefit from full revision control. When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content. These symlinks are checked into git and versioned like regular files. You can move them around, delete them, and so on. Pushing to another git repository will make git-annex there aware of the annexed file, and it can be used to retrieve its content from the key-value store.

minor feature: Importfeed: Added --scrape option, which uses yt-dlp to screen scrape. The equivilant of an RSS feed. Importfeed --force: Don't treat it as a failure when an already. Downloaded file exists. (a behavior change introduced in 10.20230626.). Importfeed --force: Avoid creating duplicates of existing. Already downloaded files when yt-dlp or a special remote was used. Addurl, importfeed: Added --raw-except option. Stack.yaml: Update to lts-22.9 and use crypton. Assistant, undo: When committing, let the usual git commit. Hooks run. Added annex.commitmessage-command config. Pre-commit: Avoid committing the git-annex branch. (except when a commit is made in a view, which changes metadata). Pass --no-warnings to yt-dlp. -- Joey Hess Tue, 27 Feb 2024 12:58:30 -0400.

Mixed git archive haskell

libpng (Portable Network Graphics) 1.6.44. 💾

libpng is the PNG image format reference implementation. Portable Network Graphics are the most widely used raster image format, patent-free, based on lossless data compression, support indexed/paletted, grayscale, and 24 or 32 bit truecolor images with transparency. It's also an highly extensible container format, with built-in color profiles and representation information, textual meta data, filters, progressive interlacing, and permits animations in the derived APNG or MNG formats.

minor feature: the row width check in png_check_IHDR(). This corrected a that was specific to the 16-bit platforms, and removed a spurious compiler warning from the 64-bit builds. Added eXIf chunk support to the push-mode reader in pngpread.c. Added contrib/pngexif for the benefit of the users who would like to inspect the content of eXIf chunks. Added contrib/conftest/basic.dfa, a basic build-time configuration. a preprocessor condition in pngread.c that broke build-time configurations like contrib/conftest/pngcp.dfa. Added CMake build support for LoongArch LSX. a CMake build error that occurred under a peculiar state of the dependency tree. This was a regression introduced in libpng-1.6.41. Marked the installed libpng headers as system headers in CMake. Updated the build support for RISCOS. Updated the makefiles to allow cross-platform builds to initialize conventional make variables like AR and ARFLAGS. Added various improvements to the CI scripts in areas like version consistency verification and text linting. Added version consistency verification to pngtest.c also.

Zlib c png image format library raster-image compression deflate gamma icc zlib

Pango 1.52.0 💾

Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed; however, most of the work on Pango so far has been done using the GTK widget toolkit as a test platform. Pango forms the core of text and font handling for GTK. Pango is designed to be modular; the core Pango layout can be used with different font backends. There are three basic backends, with multiple options for rendering with each. Client-side fonts using the FreeType and FontConfig libraries. Rendering can be with with Cairo or Xft libraries, or directly to an in-memory buffer with no additional libraries. Native fonts on Microsoft Windows. Rendering can be done via Cairo or directly using the native Win32 API. Native fonts on MacOS X with the CoreText framework, rendering via Cairo. The integration of Pango with Cairo provides a complete solution with high quality text handling and graphics rendering. As well as the low level layout rendering routines, Pango includes PangoLayout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text.

minor feature: - Add pango_font_map_reload_font - Improve formatting of font sizes

GNU GPLv3 fonts framework rendering internationalization gtk library c

GParted 1.6.0 💾

GParted is a hard disk partitioning application commonly used from LiveCDs. It allows to created and modify partitions, label, check, copy and move, or resize common filesystems. GParted works on legacy MBR bootsectors or GUID partition tables (GPT). Supported filesystems include ext2/3/4, btrfs, f2fs, FAT16/32, hfs/hfs+, lvm2, NTFS, reiserfs/4, ufs, and xfs.

major bugfix:

GNU GPL c++ partitioning disk-management mbr gpt filesystem

Zotero 6.0.33 💾

Zotero is a free and open-source reference management software to manage bibliographic data and related research materials (such as PDF files). Notable features include web browser integration, online syncing, generation of in-text citations, footnotes, and bibliographies, as well as integration with the word processors Microsoft Word, LibreOffice Writer, and Google Docs. It is produced by the Center for History and New Media at George Mason University.

minor feature:

Affero GPLv3 citation documentation styles

Zabbix 6.4.12 💾

Zabbix is an enterprise-class distributed monitoring solution designed to monitor and track performance and availability of network servers, devices, and other IT resources. It supports distributed and Web-based monitoring, auto-discovery, real-time monitoring, SLA assurance, trending, and more.

minor bugfix: 6.4.12rc1 was released as 6.4.12 without any changes Changes for 6.4.12rc1. New features: .......PS. ZBXNEXT-8983 updated max supported MariaDB version to 11.2 (mprihodko). .......PS. ZBXNEXT-8984 updated max supported MySQL version to 8.3 (mprihodko). .........T ZBXNEXT-8762 added YugabyteDB by HTTP and YugabyteDB Cluster by HTTP templates (akotsegubov). : .........T ZBX-23586 filter evaluation type of organizations discovery in Cisco Meraki dashboard by HTTP template (drasikhov). .......PS. ZBX-23607 added quoting string values when producing SNMP walk output (asitals). .......P.. ZBX-23124 items with disabled history being sometimes stuck in non-supported state (wiper). ..F....... ZBX-23925 spelling mistakes (dpetra). ...G...... ZBX-23766 updated Zabbix agent 2 Ceph plugin readme setup instructions (rzvejs). .........T ZBX-24094 network interfaces LLD filtering macro in Linux by Prom template (drasikhov). ..F....... ZBX-23202 unused tag value being saved in tag filter (vmurzins). .........T ZBX-22555 updated regexp to case insensitive in Nginx templates (drasikhov). ..F....... ZBX-23664 changed calculation logic of Zabbix agent interface availability for active and passive checks (dfofanovs). ........S. ZBX-23973 trends being retrieved from database for new items and for items with infrequent update interval (vso). .........T ZBX-22745 removed incorrect description of network interfaces administrative status filter macro in SNMP templates (drasikhov). ..F....... ZBX-23663 inability to enable SAML when PHP LDAP extension is missing (gcalenko). .......PS. ZBX-24015 improved zabbix queue internal item not to block history syncers and pollers (vso). .........T ZBX-23509 JSONPath of Keyspace discovery master item in Redis by Zabbix agent 2 template (drasikhov). ...G...PS. ZBX-24059 libmodbus unnecessary linking into all binaries (askolmeisters). .........T ZBX-24055 added missing API port macros in URL o

GNU GPL logging networking monitoring system-administration