diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-07 00:00:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-07 00:00:56 +0100 |
commit | 7bcfea9c5e79a425a62a66bba477b9d3c0d7fdd0 (patch) | |
tree | 02bad8e4f1f060d4858a1a2ec3fc9404f0b7a197 /metadata/news | |
parent | 43c2a85d4e20318dd3d35872e348707900870067 (diff) |
gentoo auto-resync : 07:05:2024 - 00:00:56
Diffstat (limited to 'metadata/news')
-rw-r--r-- | metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt | 77 | ||||
-rw-r--r-- | metadata/news/2024-05-06-wireplumber-0_5-bump/2024-05-06-wireplumber-0_5-bump.en.txt | 25 | ||||
-rw-r--r-- | metadata/news/Manifest | 30 | ||||
-rw-r--r-- | metadata/news/Manifest.files.gz | bin | 17308 -> 17313 bytes | |||
-rw-r--r-- | metadata/news/timestamp.chk | 2 | ||||
-rw-r--r-- | metadata/news/timestamp.commit | 2 |
6 files changed, 42 insertions, 94 deletions
diff --git a/metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt b/metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt deleted file mode 100644 index b413ce40a58b..000000000000 --- a/metadata/news/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22/2017-02-10-upgrade-to-sys-libs_uclibc-ng-1_0_22.en.txt +++ /dev/null @@ -1,77 +0,0 @@ -Title: Upgrade to =sys-libs/uclibc-ng-1.0.22 -Author: Anthony G. Basile <blueness@gentoo.org> -Content-Type: text/plain -Posted: 2017-02-10 -Revision: 1 -News-Item-Format: 1.0 -Display-If-Installed: sys-libs/uclibc-ng -Display-If-Profile: default/linux/uclibc/amd64 -Display-If-Profile: hardened/linux/uclibc/amd64 -Display-If-Profile: default/linux/uclibc/arm/armv7a -Display-If-Profile: hardened/linux/uclibc/arm/armv7a -Display-If-Profile: default/linux/uclibc/mips -Display-If-Profile: hardened/linux/uclibc/mips -Display-If-Profile: default/linux/uclibc/mips/mipsel -Display-If-Profile: hardened/linux/uclibc/mips/mipsel -Display-If-Profile: default/linux/uclibc/ppc -Display-If-Profile: hardened/linux/uclibc/ppc -Display-If-Profile: default/linux/uclibc/x86 -Display-If-Profile: hardened/linux/uclibc/x86 - -There have been two major changes in uclibc-ng which need special -attention when upgrading. Version 1.0.19 restructured the breakout -libraries, libcrypt.so.0, libdl.so.0, and friends. The functions in -those libraries are now included in libuClibc-0.1.0.19.so. Version -1.0.21 and above removed libc support for obstack, expecting packages to -use their bundled GNU lib code. Both changes require special upgrade -procedures which we outline below: - -0. Because of changes in the library structure in previous versions, -make sure you are working with 1.0.19 and rebuild world using - - emerge -e @world - -This will make sure all the executables link directly against libc.so.0 -(as reported by `readelf -d`) rather than via symlinks like libdl.so.0 --> libc.so.0. Then upgrade from 1.0.19 to 1.0.20 without symlink-compat: - - USE="-symlink-compat" emerge =sys-libs/uclibc-ng-1.0.20 - -1. Get rid of the obstack.h header since it's used by configure scripts -to look for function prototypes and macros. - - mv /usr/include/obstack.h ~ - -2. We also need to force the use of any bundled gnu lib code. We can do -this by removing the definition of _GNU_OBSTACK_INTERFACE_VERSION from -gnu-version.h - - cp /usr/include/gnu-versions.h ~ - sed -i -e '/#define _GNU_OBSTACK/d' /usr/include/gnu-versions.h - -3. We need to tell stdio.h that __UCLIBC_HAS_OBSTACK__ is false. We do -this via the uClibc_config.h file. - - cp /usr/include/bits/uClibc_config.h ~ - sed -i -e '/__UCLIBC_HAS_OBSTACK__/ s/1/0/' \ - /usr/include/bits/uClibc_config.h - -4. To be safe, you may want to back up your entire /lib directory so -you can fall back should something go wrong: - - cp -a /lib /lib.bak - -5. Now when we rebuild @world, all packages will use their bundled -obstack code rather than depending on libc to provide it. - - ac_cv_func_obstack_vprintf=no emerge --keep-going --exclude \ - sys-libs/uclibc-ng -e @world - -6. Finally update uclibc-ng to the latest - - emerge =sys-libs/uclibc-ng-1.0.22 - -7. For good measure, rebuild the entire system - - emerge —e @world - diff --git a/metadata/news/2024-05-06-wireplumber-0_5-bump/2024-05-06-wireplumber-0_5-bump.en.txt b/metadata/news/2024-05-06-wireplumber-0_5-bump/2024-05-06-wireplumber-0_5-bump.en.txt new file mode 100644 index 000000000000..d2524741f181 --- /dev/null +++ b/metadata/news/2024-05-06-wireplumber-0_5-bump/2024-05-06-wireplumber-0_5-bump.en.txt @@ -0,0 +1,25 @@ +Title: media-video/wireplumber-0.5.2 may break on upgrade +Author: James Calligeros <jcalligeros99@gmail.com> +Posted: 2024-05-06 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: media-video/wireplumber + +As some will be aware, WirePlumber 0.5.0 introduced a significant +breaking change to its entire configuration system, eliminating the use +of Lua scripts for configuration purposes. This also came with a +complete rework of how Lua scripts are registered with WirePlumber +for execution. + +Most typical desktop users, including EasyEffects users, should not +notice any change to their system. That said, it was not uncommon for +people to suggest or implement configuration changes using the Lua API. + +Any custom functionality which relies on WirePlumber's Lua API will +break upon upgrade. + +If you rely on this functionality, please review the WirePlumber +documentation on porting your Lua scripts to the new API and +registering them with the system before upgrading: + +https://pipewire.pages.freedesktop.org/wireplumber/daemon/configuration/migration.html diff --git a/metadata/news/Manifest b/metadata/news/Manifest index 70c959aadbeb..5911715034c4 100644 --- a/metadata/news/Manifest +++ b/metadata/news/Manifest @@ -1,23 +1,23 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 -MANIFEST Manifest.files.gz 17308 BLAKE2B d6f0e1960300dcb206a4c928e0f5497ce5fdccacc5a0e5c2508a7af6e8f9498d7b9fb9ec3f5d3954053fc79e8414e01e57845b94cb5cd6f55794cf59ea3c0d33 SHA512 5f19269ff35bf881a2c86ab1b5ce45cd93f05493fcf48e1b653586b091edc5c0a54df7ffbf400b137990209ea574d0bf309d777111a8f29a227fc82a5ed91540 -TIMESTAMP 2024-05-05T22:10:08Z +MANIFEST Manifest.files.gz 17313 BLAKE2B d5009c5fdc0e24dcf1a50ee0e6ef3b11fa288eabf93faf841f36d9ff447d563c4bd8de7233808e0e5777025cf9f06d9de9f6160d42042830382c40eee377bf78 SHA512 f873ee701ff2149def8c418b0b5d4a6a728e55ff7e9211c37e51bdb23b49613eb9d0e89ad9e134310bcb84c699f97decdafbae0a0a6aca7b4c6c9bd489b98312 +TIMESTAMP 2024-05-06T22:10:18Z -----BEGIN PGP SIGNATURE----- -iQKTBAEBCgB9FiEE4dartjv8+0ugL98c7FkO6skYklAFAmY4A8BfFIAAAAAALgAo +iQKTBAEBCgB9FiEE4dartjv8+0ugL98c7FkO6skYklAFAmY5VUpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUx RDZBQkI2M0JGQ0ZCNEJBMDJGREYxQ0VDNTkwRUVBQzkxODkyNTAACgkQ7FkO6skY -klAkNxAAtj7jMocidJUZl6MYNOZ9+0MU/Rjlxlm6blGYnuR1EAZB26cwuFpvAMEl -Yhvu+QczZ6KL7FAEfeOLQ6YcgOXYipD6wOOxqmzdyEbY25IXjqXpwquExXFIXjRH -Leb6fBTQWbjzBF9UUpxT/6+/WaY7hKKhuCwRlUhEF6+Rz1pBY8qMJygkO4ib2205 -grl+ahoeyXnMmoTJaA2DeT9Abx5RAiwDZ8P+o7aQzOo3+3nYmS/BRozLxS4AuaVz -GWhOxLML7XxmCE7B1SfUJWdDnClD07UeMiTJJHDOvd94ZJKNzZvQMAcVELhLe7x5 -4Yng5swj9O670jVn0fdRmXAtjtIHZxEfRIGNQCiEZsvTRjPSeEGdW4/lf1ZTNELu -+P+6ellUqBowQIPHwHZe1w1NstGhR2cIDUxH3LYmqf9tt+SV04Qva3ZchS6r8DK2 -w/7bJmxBQBvEJx3OfpzSguCdfqUj7rChOYlwcb122OiYIlA9ms+F07a0rf2CTNIW -vGEV2KIOquduib6/iM4GXahlG0LXe30yOAtYPqN6OeleRz3iINoO03paerSy5cOj -Mf6qCujMRydKt/YeMurYC6VMELU5TAciTBwWwdJVj2wCNQgQFnXssFnXnshkD9pR -r3iMArx6HwZBWoNqidYwh8rHlHNCWxYkVXFFz8tjs0+mtu7CKFo= -=dSa+ +klClZQ/8D3OFEoeKB4JFr7TJftGLyCsanw6WZiQvKcqo1EW4/4gCLTuY3H5r7Ciu +ZWUzN+BSMIvj+cCivl99k+Bd+i4+h4oclqRFPya8ipERtyeMRdhwRAuKJzPKW3tx +vUuiOiyKdajTMp9POF/NELWbC4GMH/nJhgdHSisz5UD1k331N7nG5ZQCS7VzCedo +S0pOBhUYpUBcgRwGEf2BqlwM4r/gdbdlq36SpFeSoo3XTrlATk3Q2chzAtJXMkrf +0BbDYcNED4W7B2MK6ae4b9iDPLEw0B/2rEjxAN04JiSiaDzgkWPbgLjGrS/f6wX+ +ZWo1p5nm9t0W3HzVwiqilsm3/biUFFsguYxvKoM25mPoXw2r23lgdneWIUNwEuyf +zeBal1akqPXGcDdgNgrnm0mAW4pZIKs2GOSnJiyn3kJKH8f5bnWh1vlX12KA7Zql +6zwVSFT/KxX5XV7tkFZiRnQ5nL9jd24OL50SVw5rqw2Mj2+jZ/M9SnjovH3Lw9qN +TeejAQF7FR8w605YN8y08cDJHNv45CCWcldwr08e/ESWuhzvqgPi4fcF1rfrPxxv +WPy+kQt2p4A6pjj5Xf1SfLBVG1Xm54OPhbBt43NqC/2/ci9de1n9370SmogLmNYz +1RNtpuxumdr3zhyKFeJy4dT1olQqUrjJ4fC1g7z133EghswQD2Y= +=49FI -----END PGP SIGNATURE----- diff --git a/metadata/news/Manifest.files.gz b/metadata/news/Manifest.files.gz Binary files differindex 6d4db6daaff8..ec35186bf5f5 100644 --- a/metadata/news/Manifest.files.gz +++ b/metadata/news/Manifest.files.gz diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 49b43657b5bd..75526f1f978f 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 05 May 2024 22:10:03 +0000 +Mon, 06 May 2024 22:10:15 +0000 diff --git a/metadata/news/timestamp.commit b/metadata/news/timestamp.commit index 403103bf6630..fd256d9a57e3 100644 --- a/metadata/news/timestamp.commit +++ b/metadata/news/timestamp.commit @@ -1 +1 @@ -3bd00d5baa333cfe77fe5fdbca3a943089d6518b 1711298955 2024-03-24T16:49:15+00:00 +6e72ffeb1947d59cd4ee4f5a74829735c4564f6b 1715002105 2024-05-06T13:28:25+00:00 |