Documentation for a newer release is available. View Latest

Sistem Programları

Breezy, Bazaar’ın yerini aldı

Fedora 32’de, sürüm denetimi sistemi için breezy paketi, Bazaar sürüm denetimi sistemiyle ilgili bzr ve git-remote-bzr paketlerini artık kullanılmaz yapmaktadır. Sonuç olarak, bzr kurmaya çalışan kullanıcılar onun yerine breezy paketini alacaktır. bzr komutu (Bazaar), brz komutuna (Breezy) sembolik bir bağlantı olarak sağlanacaktır.

MariaDB 10.4

Fedora 31’de 10.3 sürümünde olan`mariadb` paketi, Fedora 32’de 10.4 sürümüne güncellendi.

Önemli değişiklikler şunlardır:

  • root ve mysql kullanıcıları, unix_socket kimlik doğrulama eklentisini kullanarak parola olmadan oturum açabilir.

  • Her kullanıcı hesabı için birden fazla kimlik doğrulama eklentisi kullanma imkanı.

  • Kullanıcı parolası süresinin dolması desteği.

  • İyileştirici izleme (optimizer trace) uygulaması.

  • Unicode karşılaştırmalarında performans artışı.

  • Söz dizimi, değişkenler ve InnoDB depolama motorunda çeşitli değişiklikler.

Bu sürüm hakkında tam bilgi için resmi MariaDB sürüm notlarına bakın.

rdiff-backup 2.0.0

This new release has been made truly ready for the future, with a move to GitHub, Python 3 support, automated CI/CD pipeline on Travis, availability on PyPi and no known regression bugs compared to version 1.2.8/1.3.3.

Sizin için birkaç özellik ekleme zamanını bile bulduk (ayrıntılar change log):

  • Sparse files handling has become more efficient on file systems which support it.

  • More compressed file formats are kept as-is.

  • Yedekleme hızını artırmak için --no-fsync 'seçeneğine göz atın (hafif veri kaybı riski mevcut).

  • Reproducible builds are possible.

  • Verbosity can be set via environment variable RDIFF_BACKUP_VERBOSITY.

Dezavantaj olarak, birçok değişiklik nedeniyle, rdiff-backup 2.x’in istemci-sunucu modunda eski sürüm 1.x ile iletişim kuramadığını söylemeliyiz (ancak depo formatları uyumlu kalıyor), bu yüzden istemci ve sunucuyu bir kerede yükseltmeniz gerekiyor.

Which brings us to the installation, described in details in the read me, but here’s the quick version:

  • On Fedora 32, in this distribution.

  • On Fedora 30 and 31 available as an update.

  • CentOS/RHEL 7 and 8, available as an update in EPEL

  • On Ubuntu, you may use Otto’s PPA repo.

  • Windows, download the asset rdiff-backup-2.0.0.win32exe.zip from here and unpack it somewhere in your PATH.

  • Any other supported platform, use pip install rdiff-backup (or download and install the proper asset from here).

If you encounter issues, log a ticket in Bugzilla, contact us on the rdiff-backup-users mailing list and/or report an issue.

Happy backup, and remember: no backup, no pity!

apt package rebased from apt-rpm to Debian’s apt

Before Fedora 32, the apt package did not use the mainline apt software from Debian, but instead the apr-rpm fork. It had the advantage of allowing users to use apt-get commands in the terminal and use them to install packages from Fedora’s DNF repositories. This was useful because a lot of tutorials online use apt-get.

By switching the Fedora apt package from apt-rpm to regular apt we move from a dead to a living upstream. We also close security holes and introduce a critical dependency for more packages from the DPKG ecosystem. It is already possible to build Deb packages in Fedora, including with pbuilder, an equivalent for mock in the DPKG ecosystem, however pbuilder uses debootstrap to provision a build environment. While we may lose the ability to apt-get install Fedora packages from the command line, we also open the gate for sbuild, another mock equivalent to build Debs in a clean environment. This change offers more options to target Debian and derivative systems without leaving the Fedora comfort zone.