Michael Vogt
8d32611908
* apt-pkg/indexrecords.cc:
- support '\r' in the Release file
9 years ago
Michael Vogt
1d12857c08
quote plus in filenames to work around a bug in the S3 server
(LP: #1003633 )
9 years ago
Michael Vogt
72663b4417
* methods/http.cc:
- quote spaces in filenames to ensure as the http method is also
(potentially) used for non deb,dsc content that may contain
spaces, thanks to Daniel Hartwig and Thomas Bushnell
(LP: #1086997 )
9 years ago
Michael Vogt
e646142d11
merged train fixes
9 years ago
Michael Vogt
d925ac78f9
instead of cut, use % 32767
9 years ago
Michael Vogt
45a9cc46a1
add missing curl_easy_cleanup()
10 years ago
Michael Vogt
cc41811512
* methods/https.cc:
- reuse connection in https, thanks to Thomas Bushnell, BSG for the
patch. LP: #1087543 , Closes : #695359
10 years ago
Michael Vogt
d52f514fd3
merge train fixes
10 years ago
Michael Vogt
34c2a16424
fix missing translated apt.8 manpages, thanks to Helge Kreutzmann
for the report. Closes : #696923
10 years ago
Michael Vogt
50816ce744
* debian/apt.cron.daily:
- when reading from /dev/urandom, use less entropy and fix a rare
bug when the random number chksum is less than 1000.
Closes : #695285
10 years ago
Michael Vogt
291f47791d
* apt-pkg/contrib/progress.cc:
- Make "..." translatable to fix inconsistencies in the output
of e.g. apt-get update. While this adds new translatable strings,
not having translations for them will not break anything.
Thanks to Guillem Jover. Closes : #696225
10 years ago
Michael Vogt
0425a56bf1
add missing translated apt.8 manpages, thanks to Helge Kreutzmann.
Closes : #696923
10 years ago
Michael Vogt
11c1180e67
doc/po/it.po: fix small XML errors
10 years ago
Michael Vogt
c0751c067f
fix pkgProblemResolver::Scores, thanks to Paul Wise.
Closes : #697577
10 years ago
Michael Vogt
84de0ceaad
fix pkgProblemResolver::Scores, thanks to Paul Wise.
Closes : #697577
10 years ago
bubulle@debian.org
d663a4c8a8
Italian translation update for manpages
10 years ago
Michael Vogt
ee5505af11
releasing version 0.9.7.7
10 years ago
Michael Vogt
da81265b37
merged from lp:~donkult/apt/sid
10 years ago
Michael Vogt
fb3ecf1634
change permissions of /var/log/apt/term.log to 0640 (LP: #975199 )
10 years ago
bubulle@debian.org
b98891e1e0
Fix Plural forms in German, French, Japanese and Portuguese
translations. Thanks to Jakub Wilk for reporting these errors.
10 years ago
bubulle@debian.org
d4bb5cc77a
Vietnamese (Trần Ngọc Quân). Closes : #693773
10 years ago
Jonathan Thomas
0291f6459b
* apt-pkg/algorithms.cc:
- fix package-pointer array memory leak in ResolveByKeepInternal()
10 years ago
David Kalnischkies
b83cad32f1
* apt-pkg/algorithms.cc:
- ensure pkgProblemResolver calls MarkDelete without FromUser set
so that it can't overrule holds and the protection flag
10 years ago
David Kalnischkies
b29c448254
* cmdline/apt-get.cc:
- do not call Mark{Install,Delete} from the autoremove code with
the FromUser bit set to avoid modifying the auto-installed bit
10 years ago
David Kalnischkies
35f6b9ea8a
no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk
10 years ago
David Kalnischkies
c1e0a100d1
* apt-pkg/depcache.cc:
- don't call MarkInstall with the FromUser flag set for packages
which are dependencies of APT::Never-MarkAuto-Sections matchers
10 years ago
Michael Vogt
446fb1002a
merged frm donkult
10 years ago
bubulle@debian.org
548112bff1
Thai (Theppitak Karoonboonyanan). Closes : #691613
10 years ago
David Kalnischkies
2b8b1e7a16
* apt-pkg/packagemanager.cc:
- 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 )
10 years ago
David Kalnischkies
18056707d9
adds a comment for Translators to the 'do as I say' prompt to
prevent problems like #691024 in new translations
10 years ago
bubulle@debian.org
9708c074b5
Drop a confusing non-breaking space. Closes : #691024
10 years ago
Jordi Mallach
335b76c23f
Catalan (Jordi Mallach)
10 years ago
Michael Vogt
27a83019db
releasing version 0.9.7.6
10 years ago
Michael Vogt
27cae77154
* apt-pkg/pkgcachegen.cc:
- Fix crash if the cache is remapped while writing a Provides version
(LP: #1066445 ).
10 years ago
Michael Vogt
5caefc9115
merge from lp:~donkult/apt/sid
10 years ago
David Kalnischkies
7f18595b3e
remove 256 char line limit by using getline() (POSIX.1-2008)
10 years ago
David Kalnischkies
b8c50bd041
* apt-pkg/contrib/netrc.cc:
- remove the 64 char limit for login/password in internal usage
10 years ago
David Kalnischkies
9044241535
Add a Closes tag for the self-conflict fix:
ignore negative dependencies applying in the same group for M-A:same
packages on the real package name as self-conflicts (Closes : #688863 )
10 years ago
David Kalnischkies
9ed80cdd1f
* apt-pkg/policy.cc:
- match pins with(out) an architecture as we do on the commandline
(partly fixing #687255 , b= support has to wait for jessie)
10 years ago
David Kalnischkies
036eb0127a
* apt-pkg/edsp.cc:
- include reinstall requests and already installed (= protected) packages
in the install-request for external resolvers (Closes : #689331 )
10 years ago
David Kalnischkies
7ccb5efb4f
write the native architecture as unique string into the cache header
as it is used for arch:all packages as a map to arch:native.
Otherwise arch comparisons later will see differences (Closes : #689323 )
10 years ago
David Kalnischkies
dfe45e1f11
correct "3 missing" to "2 missing" remap registrations as the Version
handled in NewVersion is already registered
10 years ago
Michael Vogt
e74ff795d3
merged lp:~mvo/apt/mvo
10 years ago
A. Bondarenko
95f9393859
Ukrainian program translation update (A. Bondarenko)
10 years ago
Michael Vogt
24fd9c0645
merged from lp:~donkult/apt/sid
10 years ago
David Kalnischkies
173c98da4c
* cmdline/apt-cache.cc:
- 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!
10 years ago
David Kalnischkies
021626db10
* apt-pkg/pkgcache.cc:
- ignore negative dependencies applying in the same group for
M-A:same packages on the real package name as self-conflicts
10 years ago
David Kalnischkies
9abb228384
add 3 missing remap registrations causing a segfault in case
we use the not remapped iterators after a move of the mmap again
10 years ago
David Kalnischkies
7605509f7c
* apt-pkg/pkgcachegen.cc:
- ensure that dependencies for packages:none are always generated
10 years ago
Michael Vogt
6fdb6892cb
releasing version 0.9.7.5
10 years ago