Salsa Digital: Ming Quah at DrupalSouth 2024

Salsa Digital: Ming Quah at DrupalSouth 2024
Ming Quah at DrupalSouth 2024 Ming’s DrupalSouth 2024 presentation was on Day 2 of the event. The session gave attendees an overview of the NIST domains and showed what Drupal developers and DevOps specialists should do to comply with the NIST CSF. The framework was analysed in the context of seven key layers for Drupal security. View the presentation description on DrupalSouth website

OpenBSD 7.5 released

Every six months, spring and fall, a new OpenBSD release emerges on the web and familiar download mirrors.

The OpenBSD project has released OpenBSD 7.5, the project’s 56th release, with numerous improvements and support for 14 hardware
platforms.

Notable enhancements and new features include

All this along with added support for various new hardware, numerous performance improvements and of course security enhancements.

See the OpenBSD 7.5 release page for a more detailed list, or the daily changelog for even more day to day detail.

As usual, the
Installation Guide
details how to get the system up and running with a fresh install,
while those who already run earlier releases should follow the
Upgrade Guide,
in most cases using
sysupgrade(8)
to upgrade their systems.

In addition to the base system, the new release comes with a number of prebuilt packages. The number of binary packages available for the more popular architectures are:

amd64: 12309
aarch64: 12145
i386: 10830
sparc64: 9432

Thanks to the developers for all the great work!

And to all OpenBSD users: Happy hacking!

Empowering Choice: Firefox Partners with Qwant for a Better Web 

Your tech choices matter more than ever. That’s why at Firefox, we believe in empowering users to make informed decisions that align with their values. In that spirit, we’re excited to announce our partnership with Qwant, a search engine that prioritizes user privacy and tracker blocking.  Did you know you could choose the search engine […]

The post Empowering Choice: Firefox Partners with Qwant for a Better Web  appeared first on The Mozilla Blog.

Favor your repository

TWIF generated on Thursday, 04 Apr 2024, Week 14

F-Droid core

Client development marches on in many areas, while targetsdk upgrades might be an ever constant change we have to deal with, other more fun areas are tackled also, like theming (soon more 😜) or repository management. 1.19 brought a new workflow for adding a repository or its mirrors, and now, the already released F-Droid Client and F-Droid Basic 1.20.0-alpha0 are reworking the way repositories are presented in whole, from a simple way to reorder them to adding a per-app selector to mark as favorite a certain repository.

The eager developer already spilled the beans in a Fedi post with pics and videos to see it all in action. As usual, we encourage supporters to try out the new app (expand Versions and install, or enable beta updates in upper right menu) and to provide feedback.

Another thing that will have future impact, “Custom Anti-Features are now enabled by default”. Meaning that repositories that add their own anti-features will have their apps shown instead of them being hidden initially. Also contributors are working towards splitting NonFreeNet into TetheredNet so that apps that depend on self-hostable FOSS servers don’t get flagged in the same way, and this is a first step. Since this setting is enabled on a fresh install only and as a general advice, even if you are not going to test the newest alpha, you can enable this anti-feature now in Settings so when TetheredNet is added, apps don’t mysteriously disappear. We will announce this again as we get closer and as needed.

The news above is about the latest Client, but many users are still on older Android versions, and while Licaon_Kter’s rant last week might have not reached many eyes as it was hidden in news about XMPP clients, those users are currently seeing their other apps stop connecting to many websites, yes even F-Droid to it’s own repository or Fedilab to the Fediverse servers. Why? Because Let’s Encrypt (the certificate authority), who made possible for more and more websites to use their free certificates, did some changes in 2020 and Android 7 and older devices are not able to use those new certificates. We’ve updated our Running on old Android versions page to guide you on how to add the intermediary certificate and fix this for the whole device.

In website news, the locale fix is still an ongoing battle, but we made the website layout leaner on the package pages to highlight the app that is featured, without distractions. More changes are planned.

Community News

Back in January we welcomed a new video editor, this week another one joins in, Bunny Media Editor, Media editor: edit images and videos on your phone.

Secreto is now known as Sekreto, so if you’ve installed it under the old name, please uninstall it and reinstall.

Removed Apps

2 apps were removed
  • CineLog got all its versions disabled as it depends on a non-FOSS library. (upstream issue)
  • condense press news stopped working and it was archived. (#3225)

Newly Added Apps

10 more apps were newly added
  • Chrono – A modern and powerful clock, alarms, timer and stopwatch
  • Discord Timestamp Inserter – Input method for quickly inserting Discord timestamps
  • Doodle Dudette – Doodle, drawing and painting for children
  • Fossify Clock – Handy, lightweight, open-source clock app with essential features
  • Meshtastic – An inexpensive open-source GPS mesh radio for hiking, skiing, flying, marching
  • osm2gmaps – Convert your links from OpenStreetMap-based applications to Google Maps links!
  • PiliPalaX – A third-party Bilibili client developed in Flutter
  • Veil – Privacy focused wallet – Privacy focused VEIL coin crypto wallet
  • Widget for Trello™ – As the name says, add it on your Home screen
  • Xournal++ viewer – An app capable of opening and displaying .xopp files

Updated Apps

206 more apps were updated

Thank you for reading this week’s TWIF 🙂

Please subscribe to the RSS feed in your favourite RSS application to be updated of new TWIFs when they come up.

You are welcome to join the TWIF forum thread. If you have any news from the community, post it there, maybe it will be featured next week 😉

FFmpeg 7.0 released

A new major release, FFmpeg 7.0 “Dijkstra”, is now available for download. The most noteworthy changes for most users are a native VVC decoder (currently experimental, until more fuzzing is done), IAMF support, or a multi-threaded ffmpeg CLI tool. This release is not backwards compatible, removing APIs deprecated before 6.0. The biggest change for most library callers will be the removal of the old bitmask-based channel layout API, replaced by the AVChannelLayout API allowing such features as custom channel ordering, or Ambisonics. Certain deprecated ffmpeg CLI options were also removed, and a C11-compliant compiler is now required to build the code. ↫ FFmpeg website I don’t think many of directly interface with FFmpeg, but we’re most likely all using it one way or another. Even Microsoft (here‘s the referenced bug report).