TestPrintNewsFeed-all-verbose 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 2019-12-20 Xorg cleanup requires manual intervention
  2. In the process of Xorg cleanup the update requires manual
  3. intervention when you hit this message:
  4. :: installing xorgproto (2019.2-2) breaks dependency 'inputproto' required by lib32-libxi
  5. :: installing xorgproto (2019.2-2) breaks dependency 'dmxproto' required by libdmx
  6. :: installing xorgproto (2019.2-2) breaks dependency 'xf86dgaproto' required by libxxf86dga
  7. :: installing xorgproto (2019.2-2) breaks dependency 'xf86miscproto' required by libxxf86misc
  8. 
  9. when updating, use: pacman -Rdd libdmx libxxf86dga libxxf86misc && pacman -Syu to perform the upgrade.
  10. 
  11. 2020-01-04 Now using Zstandard instead of xz for package compression
  12. As announced on the mailing list, on Friday, Dec 27 2019, our package compression scheme has changed from xz (.pkg.tar.xz) to zstd (.pkg.tar.zst).
  13. zstd and xz trade blows in their compression ratio. Recompressing all packages to zstd with our options yields a total ~0.8% increase in package size on all of our packages combined, but the decompression time for all packages saw a ~1300% speedup.
  14. We already have more than 545 zstd-compressed packages in our repositories, and as packages get updated more will keep rolling in. We have not found any user-facing issues as of yet, so things appear to be working.
  15. As a packager, you will automatically start building .pkg.tar.zst packages if you are using the latest version of devtools (>= 20191227).
  16. As an end-user no manual intervention is required, assuming that you have read and followed the news post from late last year.
  17. If you nevertheless haven't updated libarchive since 2018, all hope is not lost! Binary builds of pacman-static are available from Eli Schwartz' personal repository (or direct link to binary), signed with their Trusted User keys, with which you can perform the update.
  18. 
  19. 2020-01-15 rsync compatibility
  20. Our rsync package was shipped with bundled zlib to provide compatibility
  21. with the old-style --compress option up to version 3.1.0. Version 3.1.1 was
  22. released on 2014-06-22 and is shipped by all major distributions now.
  23. So we decided to finally drop the bundled library and ship a package with
  24. system zlib. This also fixes security issues, actual ones and in future. Go
  25. and blame those running old versions if you encounter errors with rsync
  26. 3.1.3-3.
  27. 
  28. 2020-02-17 sshd needs restarting after upgrading to openssh-8.2p1
  29. After upgrading to openssh-8.2p1, the existing SSH daemon will be unable to accept new connections. (See FS#65517.) When upgrading remote hosts, please make sure to restart the SSH daemon using systemctl restart sshd right after running pacman -Syu. If you are upgrading to openssh-8.2p1-3 or higher, this restart will happen automatically.
  30. 
  31. 2020-02-22 Planet Arch Linux migration
  32. The software behind planet.archlinux.org was implemented in Python 2 and is no longer maintained upstream. This functionality has now been implemented in archlinux.org's archweb backend which is actively maintained but offers a slightly different experience.
  33. The most notable changes are the offered feeds and the feed location. Archweb only offers an Atom feed which is located at here.
  34. 
  35. 2020-02-24 The Future of the Arch Linux Project Leader
  36. Hello everyone,
  37. Some of you may know me from the days when I was much more involved in Arch, but most of you probably just know me as a name on the website. I’ve been with Arch for some time, taking the leadership of this beast over from Judd back in 2007. But, as these things often go, my involvement has slid down to minimal levels over time. It’s high time that changes.
  38. Arch Linux needs involved leadership to make hard decisions and direct the project where it needs to go. And I am not in a position to do this.
  39. In a team effort, the Arch Linux staff devised a new process for determining future leaders. From now on, leaders will be elected by the staff for a term length of two years. Details of this new process can be found here
  40. In the first official vote with Levente Polyak (anthraxx), Gaetan Bisson (vesath), Giancarlo Razzolini (grazzolini), and Sven-Hendrik Haase (svenstaro) as candidates, and through 58 verified votes, a winner was chosen:
  41. Levente Polyak (anthraxx) will be taking over the reins of this ship. Congratulations!
  42. Thanks for everything over all these years,
  43. Aaron Griffin (phrakture)
  44. 
  45. 2020-03-01 firewalld>=0.8.1-2 update requires manual intervention
  46. The firewalld package prior to version 0.8.1-2 was missing the compiled python modules. This has been fixed in 0.8.1-2, so the upgrade will need to overwrite the untracked pyc files created. If you get errors like these
  47. firewalld: /usr/lib/python3.8/site-packages/firewall/__pycache__/__init__.cpython-38.pyc exists in filesystem
  48. firewalld: /usr/lib/python3.8/site-packages/firewall/__pycache__/client.cpython-38.pyc exists in filesystem
  49. firewalld: /usr/lib/python3.8/site-packages/firewall/__pycache__/dbus_utils.cpython-38.pyc exists in filesystem
  50. ...many more...
  51. 
  52. when updating, use
  53. pacman -Suy --overwrite /usr/lib/python3.8/site-packages/firewall/\*
  54. 
  55. to perform the upgrade.
  56. 
  57. 2020-03-19 hplip 3.20.3-2 update requires manual intervention
  58. The hplip package prior to version 3.20.3-2 was missing the compiled
  59. python modules. This has been fixed in 3.20.3-2, so the upgrade will
  60. need to overwrite the untracked pyc files that were created. If you get errors
  61. such as these
  62. hplip: /usr/share/hplip/base/__pycache__/__init__.cpython-38.pyc exists in filesystem
  63. hplip: /usr/share/hplip/base/__pycache__/avahi.cpython-38.pyc exists in filesystem
  64. hplip: /usr/share/hplip/base/__pycache__/codes.cpython-38.pyc exists in filesystem
  65. ...many more...
  66. 
  67. when updating, use
  68. pacman -Suy --overwrite /usr/share/hplip/\*
  69. 
  70. to perform the upgrade.
  71. 
  72. 2020-04-13 nss>=3.51.1-1 and lib32-nss>=3.51.1-1 updates require manual intervention
  73. The nss and lib32-nss packages prior to version 3.51.1-1 were missing a soname link each. This has been fixed in 3.51.1-1, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any of these errors
  74. nss: /usr/lib/p11-kit-trust.so exists in filesystem
  75. lib32-nss: /usr/lib32/p11-kit-trust.so exists in filesystem
  76. 
  77. when updating, use
  78. pacman -Syu --overwrite /usr/lib\*/p11-kit-trust.so
  79. 
  80. to perform the upgrade.
  81. 
  82. 2020-04-14 zn_poly 0.9.2-2 update requires manual intervention
  83. The zn_poly package prior to version 0.9.2-2 was missing a soname link.
  84. This has been fixed in 0.9.2-2, so the upgrade will need to overwrite the
  85. untracked files created by ldconfig. If you get an error
  86. zn_poly: /usr/lib/libzn_poly-0.9.so exists in filesystem
  87. 
  88. when updating, use
  89. pacman -Syu --overwrite usr/lib/libzn_poly-0.9.so
  90. 
  91. to perform the upgrade.
  92.