group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #28168
[Bug 1812696] Re: APT doc and manpage uses wrong ubuntu-codename
This bug was fixed in the package apt - 1.8.0~beta1
---------------
apt (1.8.0~beta1) unstable; urgency=medium
[ anatoly techtonik ]
* README.md: Document that apt is also included
* apt.cc: Add "apt info" alias for muscle memory
[ Jean-Pierre Giraud ]
* French manpages translation update (Closes: #915952)
[ Frans Spiesschaert ]
* Dutch manpages translation update (Closes: #916358)
[ Julian Andres Klode ]
* cache hash: Use sse4.2 CRC32c on x86-64 where available
* configuration: Compare size first during lookup
* debListParser: Avoid native arch lookup in ParseDepends
* hash32: Tighten to multiversion to x86-64 ELF and use uint32_t
* apt-mark: Introduce minimize-manual
* doc/apt-verbatim.ent: Point ubuntu-codename to disco (LP: #1812696)
* CI: Use debian:buster as test base image
* doc/apt-verbatim.ent: Debian buster is stable
* SECURITY UPDATE: content injection in http method (CVE-2019-3462)
(LP: #1812353)
* debian/control: Drop libcurl4-gnutls-dev build dependency
[ Mo Zhou ]
* zh_CN.po: Update Simplified Chinese programs translation.
[ Khem Raj ]
* Remove `register` keyword
[ Vasya Novikov ]
* bash completion: add keys
[ David Kalnischkies ]
* Communicate back which key(s) were used for signing
-- Julian Andres Klode <jak@xxxxxxxxxx> Wed, 23 Jan 2019 16:49:34
+0100
** Changed in: apt (Ubuntu Disco)
Status: In Progress => Fix Released
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2019-3462
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1812696
Title:
APT doc and manpage uses wrong ubuntu-codename
Status in apt package in Ubuntu:
Fix Released
Status in apt source package in Trusty:
Invalid
Status in apt source package in Xenial:
In Progress
Status in apt source package in Bionic:
In Progress
Status in apt source package in Cosmic:
In Progress
Status in apt source package in Disco:
Fix Released
Bug description:
[Impact]
APT documentation/example/manpages isn't referencing the current release
which could be misleading for certain users.
---
APT src code:
---
[GOOD ubuntu-codename]
* trusty:
apt-1.0.1ubuntu2.18/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "trusty">
[WRONG ubuntu-codename]
* xenial:
apt-1.2.29/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "trusty">
* bionic:
apt-1.6.7/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "xenial">
* disco:
apt-1.8.0~alpha3/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "xenial">
---
* vendor/ubuntu/sources.list.in
---
# See sources.list(5) manpage for more information
# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
deb-src http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
deb http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted
deb-src http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted
deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted
---
The ubuntu-codename variable for Xenial and late in APT points to
'trusty or 'xenial' which generate the doc example & manpage with the
wrong release instead of the actual ubuntu-codename.
APT in Xenial point to 'trusty'.
APT in Bionic and late to 'xenial'
It also affect the man page:
Example took from Bionic:
http://manpages.ubuntu.com/manpages/bionic/man5/sources.list.5.html
http://manpages.ubuntu.com/manpages/bionic/man5/apt_preferences.5.html
[Test Case]
With Xenial and late:
* Look sources.list(5) manpage
Ex:
http://manpages.ubuntu.com/manpages/bionic/man5/sources.list.5.html
* Look apt_preferences(5) manpage
Ex: http://manpages.ubuntu.com/manpages/bionic/man5/apt_preferences.5.html
* Look /usr/share/doc/apt/examples/sources.list
$ lsb_release -cs
bionic
$ cat /usr/share/doc/apt/examples/sources.list
----------------
# See sources.list(5) manpage for more information
# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
deb http://us.archive.ubuntu.com/ubuntu xenial main restricted
deb-src http://us.archive.ubuntu.com/ubuntu xenial main restricted
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://us.archive.ubuntu.com/ubuntu xenial-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu xenial-updates main restricted
----------------------
You'll notice they all point to the wrong release.
While we understand it's not a "bug' and only a reference/example...
I think it's for the best interest of all if the examples/manpage reference the current release.
[Regression Potential]
* None, it only affect documentation/examples and manpages. No
behavior change in the APT code.
[Other Info]
[Original Description]
From APT src code :
---
[GOOD ubuntu-codename]
* trusty:
apt-1.0.1ubuntu2.18/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "trusty">
[WRONG ubuntu-codename]
* xenial:
apt-1.2.29/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "trusty">
* bionic:
apt-1.6.7/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "xenial">
* disco:
apt-1.8.0~alpha3/doc/apt-verbatim.ent:<!ENTITY ubuntu-codename "xenial">
---
* vendor/ubuntu/sources.list.in
---
# See sources.list(5) manpage for more information
# Remember that CD-ROMs, DVDs and such are managed through the apt-cdrom tool.
deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
deb-src http://us.archive.ubuntu.com/ubuntu &ubuntu-codename; main restricted
deb http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted
deb-src http://security.ubuntu.com/ubuntu &ubuntu-codename;-security main restricted
deb http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu &ubuntu-codename;-updates main restricted
---
The ubuntu-codename variable for Bionic and late in APT points to
Xenial which generate the doc example with Xenial instead of the
actual codename.
* ./doc/sources.list.5.xml
---
<!ENTITY % aptverbatiment SYSTEM "apt-verbatim.ent"> %aptverbatiment;
---
It also seems to affect the man page by mentionning 'xenial'.
Example took from Bionic:
http://manpages.ubuntu.com/manpages/bionic/man5/sources.list.5.html
http://manpages.ubuntu.com/manpages/bionic/man5/apt_preferences.5.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1812696/+subscriptions