Your message dated Mon, 09 May 2022 14:49:00 +0000 with message-id <[email protected]> and subject line Bug#1000991: fixed in debian-reference 2.93 has caused the Debian Bug report #1000991, regarding Updates to the content required to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 1000991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000991 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: debian-reference Version: 2.89 Severity: normal For the record why some contents are changed, I list here the reason and motivation behind updates. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FTP is not used by Debian nor Linux kernel archive any more ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "1.3.8. FTP virtual filesystem of MC" This needs to be replaced by more useful Shell link (SFTP link is OK but its usage is not as popular) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Virtualbox is in sid but not released ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "9.11.5. Multiple desktop systems" Currently, KVM can handle USB so no more reason to use Virtualbox. Let's drop Virtualbox reference. (KVM now can deal USB devices) Mention "Virtual Machine Manager" for managing virtual machines of KVM. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IP header size of IPv6 is 40 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "5.5.1. Finding optimal MTU" Now: (with offset of 28 bytes for the IP+ICMP header) Correct: (with offset of 20+8 bytes for the IP(IPv4)+ICMP header or with offset of 40+8 bytes for the IP(IPv6)+ICMP header) Also things may be more complicated since MTU may be different for IPv4 and IPv6 connection. $ ping -4 -c 1 -s $((1460-20-8)) -M do www.debian.org PING (128.31.0.62) 1432(1460) bytes of data. 1440 bytes from mirror-csail.debian.org (128.31.0.62): icmp_seq=1 ttl=47 time=241 ms --- ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 241.086/241.086/241.086/0.000 ms $ ping -4 -c 1 -s $((1460-20-8+1)) -M do www.debian.org PING (149.20.4.15) 1433(1461) bytes of data. >From aterm.me (192.168.10.1) icmp_seq=1 Frag needed and DF set (mtu = 1460) --- ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms $ ping -6 -c 1 -s $((1500-40-8)) -M do www.debian.org PING www.debian.org(mirror-csail.debian.org (2603:400a:ffff:bb8::801f:3e)) 1452 data bytes 1460 bytes from mirror-csail.debian.org (2603:400a:ffff:bb8::801f:3e): icmp_seq=1 ttl=47 time=230 ms --- www.debian.org ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 229.943/229.943/229.943/0.000 ms $ ping -6 -c 1 -s $((1500-40-8+1)) -M do www.debian.org PING www.debian.org(mirror-csail.debian.org (2603:400a:ffff:bb8::801f:3e)) 1453 data bytes ping: local error: message too long, mtu: 1500 --- www.debian.org ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms Since properly configured network with PMTU mechanism normally functions without manually tweaking MTU, I should cut down content and leave pointers. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No more NPAPI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "6.1.1. Browser configuration" Initially, I saw old reference to now unsed directory: "/usr/lib/iceweasel/plugins/" If we ever mention "/usr/lib/mozilla/plugins/" But more over, considering general trend of NPAPI deprecation drop reference to NPAPI altogether. https://en.wikipedia.org/wiki/NPAPI It's about time to mention WebExtensions https://en.wikipedia.org/wiki/Add-on_(Mozilla) https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Chrome_incompatibilities https://wiki.mozilla.org/WebExtensions https://github.com/w3c/webextensions/blob/main/charter.md ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Update useragent string settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "6.1.1. Browser configuration" There is no more ~/.gnome2/epiphany/mozilla/epiphany/user.js to set user agent name. This useragent tip is something I wanted to keep. (User CSS is too special use case to deserve mention here. So let me focus only useragent string) https://www.whatismybrowser.com/guides/how-to-change-your-user-agent/?utm_source=whatismybrowsercom&utm_medium=internal&utm_campaign=breadcrumbs https://www.thefastcode.com/en-usd/article/how-to-change-your-browser-s-user-agent-without-installing-any-extensions https://www.howtogeek.com/113439/how-to-change-your-browsers-user-agent-without-installing-any-extensions/ firefox: about:config (this is still there but not obvious how to do it.) -> https://www.whatismybrowser.com/guides/how-to-change-your-user-agent/firefox chrome://settings/ for chromium and menu accessible from settings doesn't reach useragent easily -> https://developer.chrome.com/docs/devtools/device-mode/override-user-agent/ -> https://geekflare.com/change-user-agent-in-browser/ popup of configure for epiphany but ??? -> https://askubuntu.com/questions/472861/how-to-change-the-user-agent-in-gnome-web-epiphany -> https://bbs.archlinux.org/viewtopic.php?id=226736 -> https://www.py4u.net/discuss/1098967 Considering UI will change, I shouldn't dig deep into details of operation steps. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Update input method ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "8.2.2. The keyboard input for Wayland" * "8.2.3. The input method support with IBus" kitty ibus/fcitx5 issue fcitx5 is API compatible with ibus so GNOME compatible ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ kitty can record shell activities to file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "9.1.1. Recording the shell activities cleanly" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ moving to another window in vim ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "9.2.2. Customizing vim with external packages" Use more popular ^H ^J ^ K ^L combination with correct terminal escape sequence settings. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mention readonly snapshot on RW-device ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "10.1.6. Archive media" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Add more modern tools ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * "11.1.8. Highlighting and formatting plain text data" markdown hugo jakyl pydoc(reST) sphinx asciidoc Markdown link: [Text](https://www.example.org/index.html) Asciidoc link: https://www.example.org/index.html[Text] ReST (sphinx): `Text <https://www.example.org/index.html>`_ Site generation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ format example properly ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11.2.1. Basic hints for XML Strange rendering in example. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ No more epub ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A.3. Document format -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.15.0-1-amd64 (SMP w/12 CPU threads) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages debian-reference depends on: ii debian-reference-en 2.89 Versions of packages debian-reference recommends: ii debian-reference-de 2.89 ii debian-reference-es 2.89 ii debian-reference-fr 2.89 ii debian-reference-id 2.89 ii debian-reference-it 2.89 ii debian-reference-ja 2.89 ii debian-reference-pt 2.89 ii debian-reference-zh-cn 2.89 ii debian-reference-zh-tw 2.89 debian-reference suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: debian-reference Source-Version: 2.93 Done: Osamu Aoki <[email protected]> We believe that the bug you reported is fixed in the latest version of debian-reference, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Osamu Aoki <[email protected]> (supplier of updated debian-reference package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 09 May 2022 23:26:42 +0900 Source: debian-reference Architecture: source Version: 2.93 Distribution: unstable Urgency: medium Maintainer: Osamu Aoki <[email protected]> Changed-By: Osamu Aoki <[email protected]> Closes: 1000991 Changes: debian-reference (2.93) unstable; urgency=medium . * Fix URL around security.debian.org. Thanks Gabriel CORRE. Closes: #1000991 Checksums-Sha1: 5d5ca542b1f9b0bb4bdcefbdfdd19aff3ece2d15 2968 debian-reference_2.93.dsc b642dda48dbb2a5c259cf425bc558e62b6f75079 1847844 debian-reference_2.93.tar.xz Checksums-Sha256: 8da4a73a6ac58ef986eefc513f4b109fffad4d3f72d3ffa03c2c0374fb05baf5 2968 debian-reference_2.93.dsc b72a042e45b08ebc4fd46d5eea671259b32728518b4c7a83aff5dc41ea21f651 1847844 debian-reference_2.93.tar.xz Files: fc6987208993413b532e837e37766f82 2968 doc optional debian-reference_2.93.dsc f7a30cb3f178b7bcc018b89ed9a2c73e 1847844 doc optional debian-reference_2.93.tar.xz -----BEGIN PGP SIGNATURE----- iQJFBAEBCgAvFiEEMTNyTWIHiBV56V1iHhNWiB3Y15EFAmJ5Jy8RHG9zYW11QGRl Ymlhbi5vcmcACgkQHhNWiB3Y15GitQ//ZcA/WnUq9263WYJuzARhgx+zPDOXLhDs xSHpgC8QSUF1DIkMv8UsxtR2t0azmJlUX/FurVECDgW8/cyK5n1paFoBYMLDlAFF 2ibob8iuawlj388ua4k9AGk4iilkPxXZufZhG75AqxcCsxbQVE1xgymd7JSKDh5c UQS5nLkxi96I49UkYIKMZg5bXYc2zm9dj+vB/jVpaURsYc/C/9qopciN3jxlE+g7 gST+zuGONPB+uU3P2+OJguiv2K6MMXT2BNSumME5EeaRyaFHsHRHt9btkkT//45V DrC9+cU/JDc9g5p2djMlKB9+0VwKu6rBm9IFDzgvJpR6fg+2heN6iMQWrlvSsQsy o+2CDwkxODKEjMz/kIwF1QxvI5Y9BeU98a7rjA+COt/GNEBi+wEgf4pdc2e0P0od Xw72k2tdduASxrlTqFxUcxOeDY/3A9yrlw5LoklUcGJ8dMsUi1gc0oNWF5ICjr7A 6087aXuiXnDkTrt3wAMvLwknpwnInzQeFLTqqW798vkUNuAiEorSz4R00GZ9/3lI 6NYiVWHQt0JALvOT/fbHGfaTnXDME7FjOTdMc8j4s3rHf+/1YbU/zjN6fjHhsROY JM/FZjagB8nGS+YQwZaLK/KiJicRZvhJzKm3sqPNjR2TfA/+RItFLlahvTEMIsTc 1DccCpiTw6U= =YPYe -----END PGP SIGNATURE-----
--- End Message ---

