Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * implement sha256/sha1/md5 checking with proper backward compatibility | Michael Vogt | 2007-07-26 | 1 | -10/+3 |
| | | | | and fallback | ||||
* | * added a BUGS file with known problem, added apt-cdrom support for ↵ | Michael Vogt | 2005-07-28 | 1 | -3/+180 |
| | | | | translated package descriptions | ||||
* | * corrected a incorrect use of string().c_str() (thanks to mdz!) | Michael Vogt | 2003-04-06 | 1 | -2/+6 |
| | |||||
* | * honor "Acquire::gpgv::Options" in apt-cdrom too | Michael Vogt | 2005-04-06 | 1 | -3/+27 |
| | |||||
* | Bring consistency to the use of capitals in programs messages | Christian Perrier | 2005-03-06 | 1 | -2/+2 |
| | |||||
* | Move CD-ROM handling backend into libapt-pkg | Matt Zimmerman | 2005-02-04 | 1 | -0/+644 |
- apt-cdrom.cc seperated into frontend (cmdline/apt-cdrom.cc and library apt-pkg/cdrom.{cc,h}) (Ubuntu #5668) Patches applied: * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-51 * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-1 * added support for signed cdroms * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-2 * merged with apt--main, seperated cmdline/apt-cdrom.cc into a library (apt-pkg/cdrom.{cc,h}) * michael.vogt@ubuntu.com--2005/apt--auth-cdrom--0--patch-3 * cleaned up the cmdline/apt-cdrom.cc code |