diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /metadata/news | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'metadata/news')
-rw-r--r-- | metadata/news/2015-08-13-openssh-weak-keys/2015-08-13-openssh-weak-keys.en.txt | 27 | ||||
-rw-r--r-- | metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt | 32 | ||||
-rw-r--r-- | metadata/news/2019-12-30-genkernel-4-default-filenames/2019-12-30-genkernel-4-default-filenames.en.txt | 25 | ||||
-rw-r--r-- | metadata/news/Manifest | 30 | ||||
-rw-r--r-- | metadata/news/Manifest.files.gz | bin | 12803 -> 12628 bytes | |||
-rw-r--r-- | metadata/news/timestamp.chk | 2 | ||||
-rw-r--r-- | metadata/news/timestamp.commit | 2 |
7 files changed, 42 insertions, 76 deletions
diff --git a/metadata/news/2015-08-13-openssh-weak-keys/2015-08-13-openssh-weak-keys.en.txt b/metadata/news/2015-08-13-openssh-weak-keys/2015-08-13-openssh-weak-keys.en.txt deleted file mode 100644 index 1c4f296551e4..000000000000 --- a/metadata/news/2015-08-13-openssh-weak-keys/2015-08-13-openssh-weak-keys.en.txt +++ /dev/null @@ -1,27 +0,0 @@ -Title: OpenSSH 7.0 disables ssh-dss keys by default -Author: Mike Frysinger <vapier@gentoo.org> -Content-Type: text/plain -Posted: 2015-08-13 -Revision: 1 -News-Item-Format: 1.0 -Display-If-Installed: net-misc/openssh - -Starting with the 7.0 release of OpenSSH, support for ssh-dss keys has -been disabled by default at runtime due to their inherit weakness. If -you rely on these key types, you will have to take corrective action or -risk being locked out. - -Your best option is to generate new keys using strong algos such as rsa -or ecdsa or ed25519. RSA keys will give you the greatest portability -with other clients/servers while ed25519 will get you the best security -with OpenSSH (but requires recent versions of client & server). - -If you are stuck with DSA keys, you can re-enable support locally by -updating your sshd_config and ~/.ssh/config files with lines like so: - PubkeyAcceptedKeyTypes=+ssh-dss - -Be aware though that eventually OpenSSH will drop support for DSA keys -entirely, so this is only a stop gap solution. - -More details can be found on OpenSSH's website: - http://www.openssh.com/legacy.html diff --git a/metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt b/metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt deleted file mode 100644 index c6277c52ea16..000000000000 --- a/metadata/news/2017-10-10-perl-5_26-update/2017-10-10-perl-5_26-update.en.txt +++ /dev/null @@ -1,32 +0,0 @@ -Title: Perl 5.26 update: possible breakage -Author: Andreas K. Hüttel <dilfridge@gentoo.org> -Posted: 2017-10-10 -Revision: 1 -News-Item-Format: 2.0 -Display-If-Installed: >=dev-lang/perl-5.26.0 - -You have just upgraded to Perl 5.26. This release brings several -incompatible changes, as a result of deprecations coming to term -and of changes in default settings to mitigate a potential -security issue [1]. - -While we have made sure that all resulting build failures within -Gentoo are fixed, this may not be the case for runtime issues, -and certainly can affect third-party code (e.g., "hand-installed" -server applications). - -Typical errors are: -* Can't locate inc/... in @INC (you may need to install the inc::... module) -* error: ... has no member named ‘op_sibling’ -* Unescaped left brace in regex is illegal in ... - -Please see the pages [2,3] for details and report bugs if you run -into problems during or after the Perl update. - -General purpose advice on updating Perl can be found on page [4]. - -[1] https://rt.perl.org/Ticket/Display.html?id=127834 - https://bugs.gentoo.org/show_bug.cgi?id=589680 -[2] https://wiki.gentoo.org/wiki/Project:Perl/Dot-In-INC-Removal -[3] https://wiki.gentoo.org/wiki/Project:Perl/5.26_Known_Issues -[4] https://wiki.gentoo.org/wiki/Perl diff --git a/metadata/news/2019-12-30-genkernel-4-default-filenames/2019-12-30-genkernel-4-default-filenames.en.txt b/metadata/news/2019-12-30-genkernel-4-default-filenames/2019-12-30-genkernel-4-default-filenames.en.txt new file mode 100644 index 000000000000..ba5962e58602 --- /dev/null +++ b/metadata/news/2019-12-30-genkernel-4-default-filenames/2019-12-30-genkernel-4-default-filenames.en.txt @@ -0,0 +1,25 @@ +Title: Genkernel 4 changed default filenames +Author: Thomas Deutschmann <whissi@gentoo.org> +Posted: 2019-12-30 +Revision: 1 +News-Item-Format: 2.0 +Display-If-Installed: >=sys-kernel/genkernel-4 + +To be consistent with kernel's own naming which allows for easier +matching of kernel/initramfs with kernel files (/lib/modules), +genkernel 4 changed default kernel and initramfs filename: + + kernel-genkernel-%%ARCH%%-%%KV%% -> vmlinuz-%%KV%% + System.map-genkernel-%%ARCH%%-%%KV%% -> System.map-%%KV%% + initramfs-genkernel-%%ARCH%%-%%KV%% -> initramfs-%%KV%%.img + +Note that in genkernel 4, filenames are fully customizable and that +$ARCH value is now part of $KV value by default. + +All bootloaders and utilities like sys-apps/kexec-tools available in +Gentoo repository support the new naming schema. + +However, due to lexical ordering, the default boot entry in your boot +manager could still point to last kernel built with genkernel before +that name change, resulting in booting old kernel when not paying +attention on boot. diff --git a/metadata/news/Manifest b/metadata/news/Manifest index ab9248197d24..8b97ad58b5c1 100644 --- a/metadata/news/Manifest +++ b/metadata/news/Manifest @@ -1,23 +1,23 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 -MANIFEST Manifest.files.gz 12803 BLAKE2B 1755d2a60d84dcac2ec26694c5278fde3c0dfa8ca46e18353c1895625080fd44da5aa0d78b964802c812c2f9d71aa560b456f7e3dcc856feb17f599e2a3a4063 SHA512 1c38ff095ba173d0d785fcccb0523f3d7a0a6f46609d7aab5e2e1ff8bab2ae593c644b34e552d2a48b82edbe9aa103cc9dbcb95747fda35e2c6409feb145ae04 -TIMESTAMP 2019-12-15T17:09:25Z +MANIFEST Manifest.files.gz 12628 BLAKE2B f54d78a9a68c6c94bb6458816d4a4bd268b266bd483299b9360919cfc2cb560d28b98fa46fe8d56d28175d0b6e146d0b9d8801df7d152cd6ec00e3e0ccfe2609 SHA512 b7fe1093beef0591c42f6ee0c553f106e7fc196edbe16c411805bbd20090a4b5a3ae691404357f43954d725ff784b88795fa197a04d399ab550eb913e593921e +TIMESTAMP 2020-01-15T14:38:58Z -----BEGIN PGP SIGNATURE----- -iQKTBAEBCgB9FiEE4dartjv8+0ugL98c7FkO6skYklAFAl32aMVfFIAAAAAALgAo +iQKTBAEBCgB9FiEE4dartjv8+0ugL98c7FkO6skYklAFAl4fJAJfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEUx RDZBQkI2M0JGQ0ZCNEJBMDJGREYxQ0VDNTkwRUVBQzkxODkyNTAACgkQ7FkO6skY -klBsSw/9Eg99Yuv0i01FZY3my/hgVSw6F1qG6ZoULubF6200u5D7qHgSlWSzquPP -OyGZ6kdiMG8nDVP8iqoOQkx1noIHsb1CtqGXwHPt/8YkV0obtv0my//q8l0FUb1P -NoVIpGIYgAFiPbD94+ZmLYeiTw5ygV6FSlWhaPOKVN+FMWgwUN7x1P6AOTP0YTta -ouhZAOBJq1KTRq5FsC5+JAQwW4grbQfn3MSDDwoQVcZkpLta3Z81GlWyahyUjwTC -utUhxzikcuIVlEzgrbpR2M5kkUyMDKarNvaJh6+SvsQAuOVweyQqqPcn5Ygsa4jx -dCcEUouUC8TZY3l19x4fAI7bPr9QYFT7M2m5a2envV9Z2AbYjc1fsMmWCujcftdd -4IcFLyk4SQ/VluTl56wkIeSFpiERBsjGbUmvM7tMz4xslHjyZYi5niUqXMAUOMm2 -s6oR3FtKOuK9e7YlGfSZStE/9LituIrPV499AKwVKM3tm9BXvAP8mtZo/vJtuVKJ -s5xMWymB4OeI/wQtTP/yFdil9IFevPLWS2w1Yf8avgykUwTBdULaXrNjreM4OXCL -RZVbwpO8E8We7JtbKg1t7QDFv47MZTLUsEdIj0q2dofqNEw853Kry3OkQz46L5UJ -ILH2WdIs/6euicU3gUwR6CtLsEGprcoeccERpmE1MMBDIjypNL4= -=jlxJ +klDELxAAlvM28ye48kH3rDeiqWFAo37Lqwf+HkGGcbirXap44s3gmmZ/I/y9xbj6 +Uh6UQsGo0PgRQwY1WSDvxIVw00NF9GY8nuqW0CFaEGDW63s9/2yoyz7wvPJQt0U8 +JBKvKT90xiEhAiTVuMDECBdcoEceiwvaiLbtrZnrSqC8TIt/Jatw23sUvab5eeMo +iuqqviQ2IJ+fOxcGVT/WfzWz8Uls6vBbEHXRfCe99R6WNFYJsEC1Pkx6cVmvwXrL +3zNnBZiptCp/XTiAPQ3bSSpxUDUnJe01+/NUul2Tz5N4/DASqR+eK0+Q167KSIsL +Iojlt24VVq7ZkXjeUFKpk4EWiMKuG8A3REjRpCDpcf6jBJ+jkky63jvPKinJcnbD +pJgcpfwSOFyl0bPmYSt7yar6nI++GEjsUKoytWauM27PtPC1mD44f1dO+dgjabK0 +owqFUboiKrswrkJBmwLJ2OTBy6Nmt21ZyaX366DVJC9l2ds9lGFycIGvI66jniA8 +V/EHZPTWe9m0GjB8N1mf6mGRgFE71ZHvFyAsLfF5KZApGRDdhCJ1P5YNPU/cGIKT +IYxS4xjwo/AOH5aGtCfR6qVoyG4RAownq5xy94K5mXvkQKJLyA4X0W4WvGG36rJ7 +PnX7LltXREzZrVTWIAWJPY4j/g2ucKYNIvMN3RwQejONgquVY4k= +=RZKA -----END PGP SIGNATURE----- diff --git a/metadata/news/Manifest.files.gz b/metadata/news/Manifest.files.gz Binary files differindex 0f2dbbb66c08..8a23d86d5cb7 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 ecbf6fa4ff7a..8128393285f7 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 15 Dec 2019 17:09:21 +0000 +Wed, 15 Jan 2020 14:38:55 +0000 diff --git a/metadata/news/timestamp.commit b/metadata/news/timestamp.commit index 8ca0a280a441..6785dbf75c13 100644 --- a/metadata/news/timestamp.commit +++ b/metadata/news/timestamp.commit @@ -1 +1 @@ -898e5b5f86642bf79b465bef24bb4e636b89b799 1575644320 2019-12-06T14:58:40+00:00 +b53539af13d77a7ad811327b677b9933e1dfb1b0 1577735863 2019-12-30T19:57:43+00:00 |