aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-08 07:28:32 +0000
committerSam James <sam@gentoo.org>2023-12-08 07:28:57 +0000
commit8cd13830c511bcdc57d033ea18843f1d55f8abfe (patch)
tree9b7e6b3ce2c499704a8608a6b9006bb5b93dee40 /NEWS
parentFix move_ent with signed binpkg (diff)
downloadportage-8cd13830c511bcdc57d033ea18843f1d55f8abfe.tar.gz
portage-8cd13830c511bcdc57d033ea18843f1d55f8abfe.tar.bz2
portage-8cd13830c511bcdc57d033ea18843f1d55f8abfe.zip
NEWS: update
Bug: https://bugs.gentoo.org/919419 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a9f365e7..9560a5ba5 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ Features:
packages missing from the merge list).
Bug fixes:
+* Fix package moves for signed binary packages by deleting the old binpkg
+ if it cannot be re-signed, rather than crashing (bug #919419).
+
* Set SYSROOT appropriately for best_version and has_version so that they work
when cross-compiling and IPC is disabled.