summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/indexcopy.cc:David Kalnischkies2013-03-151-0/+8
| | | - rename RunGPGV to ExecGPGV and move it to apt-pkg/contrib/gpgv.cc
* * SECURITY UPDATE: InRelease verification bypassMichael Vogt2013-03-142-2/+16
| | | | | | | | | - CVE-2013-1051 * apt-pkg/deb/debmetaindex.cc, test/integration/test-bug-595691-empty-and-broken-archive-files, test/integration/test-releasefile-verification: - disable InRelease downloading until the verification issue is fixed, thanks to Ansgar Burchardt for finding the flaw
* releasing version 0.9.7.7Michael Vogt2012-12-131-2/+2
|
* merged from lp:~donkult/apt/sidMichael Vogt2012-12-131-0/+14
|\
| * * apt-pkg/algorithms.cc:Jonathan Thomas2012-11-101-0/+4
| | | | | | | | - fix package-pointer array memory leak in ResolveByKeepInternal()
| * * apt-pkg/algorithms.cc:David Kalnischkies2012-11-091-0/+3
| | | | | | | | - ensure pkgProblemResolver calls MarkDelete without FromUser set so that it can't overrule holds and the protection flag
| * * cmdline/apt-get.cc:David Kalnischkies2012-11-091-0/+3
| | | | | | | | - do not call Mark{Install,Delete} from the autoremove code with the FromUser bit set to avoid modifying the auto-installed bit
| * no mode changes should obviously be ok for pkgDepCache::IsModeChangeOkDavid Kalnischkies2012-11-091-0/+1
| |
| * * apt-pkg/depcache.cc:David Kalnischkies2012-11-091-0/+3
| | | | | | | | - don't call MarkInstall with the FromUser flag set for packages which are dependencies of APT::Never-MarkAuto-Sections matchers
* | change permissions of /var/log/apt/term.log to 0640 (LP: #975199)Michael Vogt2012-12-132-1/+11
| |
* | Fix Plural forms in German, French, Japanese and Portuguesebubulle@debian.org2012-12-081-0/+2
| | | | | | translations. Thanks to Jakub Wilk for reporting these errors.
* | Vietnamese (Trần Ngọc Quân). Closes: #693773bubulle@debian.org2012-11-201-0/+1
|/
* merged frm donkultMichael Vogt2012-11-011-0/+6
|\
| * * apt-pkg/packagemanager.cc:David Kalnischkies2012-10-241-0/+6
| | | | | | | | | | - do not do lock-step configuration for a M-A:same package if it isn't unpacked yet in SmartConfigure and do not unpack a M-A:same package again in SmartUnPack if we have already configured it (LP: #1062503)
* | Thai (Theppitak Karoonboonyanan). Closes: #691613bubulle@debian.org2012-10-281-0/+1
|/
* Drop a confusing non-breaking space. Closes: #691024bubulle@debian.org2012-10-201-0/+1
|
* Catalan (Jordi Mallach)Jordi Mallach2012-10-191-0/+7
|
* releasing version 0.9.7.6Michael Vogt2012-10-161-6/+2
|
* * apt-pkg/pkgcachegen.cc:Michael Vogt2012-10-151-0/+5
| | | | - Fix crash if the cache is remapped while writing a Provides version (LP: #1066445).
* merge from lp:~donkult/apt/sidMichael Vogt2012-10-151-3/+18
|\
| * remove 256 char line limit by using getline() (POSIX.1-2008)David Kalnischkies2012-10-131-0/+1
| |
| * * apt-pkg/contrib/netrc.cc:David Kalnischkies2012-10-131-0/+2
| | | | | | - remove the 64 char limit for login/password in internal usage
| * Add a Closes tag for the self-conflict fix:David Kalnischkies2012-10-131-2/+2
| | | | | | | | | | ignore negative dependencies applying in the same group for M-A:same packages on the real package name as self-conflicts (Closes: #688863)
| * * apt-pkg/policy.cc:David Kalnischkies2012-10-131-0/+3
| | | | | | | | - match pins with(out) an architecture as we do on the commandline (partly fixing #687255, b= support has to wait for jessie)
| * * apt-pkg/edsp.cc:David Kalnischkies2012-10-131-0/+3
| | | | | | | | - include reinstall requests and already installed (= protected) packages in the install-request for external resolvers (Closes: #689331)
| * write the native architecture as unique string into the cache headerDavid Kalnischkies2012-10-131-0/+3
| | | | | | | | as it is used for arch:all packages as a map to arch:native. Otherwise arch comparisons later will see differences (Closes: #689323)
| * correct "3 missing" to "2 missing" remap registrations as the VersionDavid Kalnischkies2012-10-131-1/+1
| | | | | | | | handled in NewVersion is already registered
| * Ukrainian program translation update (A. Bondarenko)A. Bondarenko2012-10-021-0/+3
| |
* | merged lp:~mvo/apt/mvoMichael Vogt2012-10-121-0/+4
|\ \ | |/ |/|
* | * cmdline/apt-cache.cc:David Kalnischkies2012-09-261-0/+5
| | | | | | | | | | | | - print versioned dependency relations in (r)depends if the option APT::Cache::ShowVersion is true (default: false) as discussed in #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder for initial patch and Steve McIntyre for nagging and testing!
* | * apt-pkg/pkgcache.cc:David Kalnischkies2012-09-191-0/+3
| | | | | | | | - ignore negative dependencies applying in the same group for M-A:same packages on the real package name as self-conflicts
* | add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies2012-09-191-0/+2
| | | | | | we use the not remapped iterators after a move of the mmap again
* | * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-191-0/+8
| | | | | | - ensure that dependencies for packages:none are always generated
* | releasing version 0.9.7.5Michael Vogt2012-09-111-2/+2
| |
* | merged from lp:~donkult/apt/sidMichael Vogt2012-09-111-0/+7
|\ \
| * | * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-091-0/+3
| | | | | | | | | | | | - do not create 'native' (or now 'none') package structures as a side effect of description translation parsing as it pollutes the cache
| * | handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies2012-09-091-0/+4
| | | | | | | | | | | | | | | by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346)
* | | Portuguese (Américo Monteiro) (Closes: #686975)bubulle@debian.org2012-09-081-0/+1
|/ /
* | unpack versions only in case a different version from the packageDavid Kalnischkies2012-09-031-1/+2
| | | | | | and avoid re-unpack otherwise (Closes: #670900)
* | * apt-pkg/cdrom.cc:David Kalnischkies2012-09-031-3/+6
| | | | | | | | | | | | | | - copy only configured translation files from a CD-ROM and not all available translation files preventing new installs with d-i from being initialized with all translations (Closes: #678227) - handle Components in the reduction for the source.list as multi-arch CDs otherwise create duplicated source entries (e.g. "wheezy main main")
* | - do not create duplicated flat-archive CD-ROM sources for foreignDavid Kalnischkies2012-09-031-3/+6
| | | | | | | | | | | | | | architectures on multi-arch CD-ROMs - do not warn about files which have a record in the Release file, but are not present on the CD to mirror the behavior of the other methods and to allow uncompressed indexes to be dropped without scaring users - handle Components in the reduction for the source.list as multi-arch CDs
* | * apt-pkg/cdrom.cc:David Kalnischkies2012-09-021-0/+3
| | | | | | | | - handle Components in the reduction for the source.list as multi-arch cds otherwise create duplicated source entries (e.g. "wheezy main main")
* | * apt-pkg/indexcopy.cc:David Kalnischkies2012-09-021-1/+3
| | | | | | | | - do not create duplicated flat-archive cdrom sources for foreign architectures on multi-arch cdroms
* | * Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)KURASAWA Nozomu2012-08-301-0/+4
| |
* | * doc/apt_preferences.5.xml:David Kalnischkies2012-08-301-0/+3
| | | | | | | | - use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989)
* | * debian/control:Raphael Geissert2012-08-302-0/+5
| | | | | | | | | | | | - let libapt-pkg break apt < 0.9.4 to ensure that the installed http- method supports the new redirection-style, thanks to Raphael Geissert for reporting & testing (Closes: #685192)
* | * apt-pkg/packagemanager.cc:David Kalnischkies2012-08-301-0/+10
| | | | | | | | | | - unpack versions in case a different version from the package is currently in unpack state to recover from broken system states (like different file in M-A:same package and other dpkg errors)
* | releasing version 0.9.7.4Michael Vogt2012-08-061-2/+2
| |
* | merged from davidMichael Vogt2012-08-061-0/+37
|\ \
| * | * apt-pkg/cdrom.cc:David Kalnischkies2012-08-051-0/+3
| | | | | | | | | | | | - do not link() but rename() the cdroms.list to cdroms.list~ as a backup to ensure that apt-cdrom can be run multiple times (Closes: #676302)