Michael Vogt [Fri, 1 Mar 2013 11:08:16 +0000 (12:08 +0100)]
merged from the lp:~mvo/apt/mvo branch
Michael Vogt [Fri, 1 Mar 2013 11:06:50 +0000 (12:06 +0100)]
merged from the debian-sid branch
bubulle@debian.org [Tue, 5 Feb 2013 06:00:04 +0000 (07:00 +0100)]
Japanese (Kenshi Muto). Closes: #699783
Michael Vogt [Thu, 24 Jan 2013 17:55:44 +0000 (18:55 +0100)]
* apt-pkg/indexrecords.cc:
- support '\r' in the Release file
Michael Vogt [Thu, 24 Jan 2013 17:52:25 +0000 (18:52 +0100)]
quote plus in filenames to work around a bug in the S3 server
(LP: #
1003633)
Michael Vogt [Fri, 11 Jan 2013 08:51:00 +0000 (09:51 +0100)]
* 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)
Michael Vogt [Thu, 10 Jan 2013 15:54:13 +0000 (16:54 +0100)]
merged train fixes
Michael Vogt [Thu, 10 Jan 2013 15:46:06 +0000 (16:46 +0100)]
instead of cut, use % 32767
Michael Vogt [Wed, 9 Jan 2013 13:47:35 +0000 (14:47 +0100)]
add missing curl_easy_cleanup()
Michael Vogt [Wed, 9 Jan 2013 10:00:13 +0000 (11:00 +0100)]
* methods/https.cc:
- reuse connection in https, thanks to Thomas Bushnell, BSG for the
patch. LP: #
1087543, Closes: #695359
Michael Vogt [Wed, 9 Jan 2013 07:25:14 +0000 (08:25 +0100)]
merge train fixes
Michael Vogt [Wed, 9 Jan 2013 07:24:42 +0000 (08:24 +0100)]
fix missing translated apt.8 manpages, thanks to Helge Kreutzmann
for the report. Closes: #696923
Michael Vogt [Wed, 9 Jan 2013 05:57:13 +0000 (06:57 +0100)]
* 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
Michael Vogt [Wed, 9 Jan 2013 05:33:56 +0000 (06:33 +0100)]
* 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
Michael Vogt [Tue, 8 Jan 2013 17:42:09 +0000 (18:42 +0100)]
add missing translated apt.8 manpages, thanks to Helge Kreutzmann.
Closes: #696923
Michael Vogt [Tue, 8 Jan 2013 17:26:58 +0000 (18:26 +0100)]
doc/po/it.po: fix small XML errors
Michael Vogt [Tue, 8 Jan 2013 17:01:40 +0000 (18:01 +0100)]
merged lp:~mvo/apt/fix-priority-abi-break
Michael Vogt [Tue, 8 Jan 2013 17:00:16 +0000 (18:00 +0100)]
merged from the debian-sid branch
Michael Vogt [Tue, 8 Jan 2013 16:56:32 +0000 (17:56 +0100)]
fix pkgProblemResolver::Scores, thanks to Paul Wise.
Closes: #697577
Michael Vogt [Tue, 8 Jan 2013 15:44:38 +0000 (16:44 +0100)]
* [ABI BREAK] apt-pkg/pkgcache.h:
- adjust pkgCache::State::VerPriority enum, to match reality
Michael Vogt [Tue, 8 Jan 2013 15:35:57 +0000 (16:35 +0100)]
fix pkgProblemResolver::Scores, thanks to Paul Wise.
Closes: #697577
Michael Vogt [Fri, 4 Jan 2013 08:36:49 +0000 (09:36 +0100)]
print error in log if tcgetattr() fails instead of writing
a empty file
Michael Vogt [Fri, 4 Jan 2013 07:23:26 +0000 (08:23 +0100)]
merged lp:~mvo/apt/mvo
Michael Vogt [Fri, 4 Jan 2013 07:22:50 +0000 (08:22 +0100)]
merged from debian-sid
Michael Vogt [Wed, 26 Dec 2012 23:04:27 +0000 (00:04 +0100)]
* apt-pkg/deb/dpkgpm.cc:
- use tcgetattr() on STDOUT instead of STDIN so that term.log
works for redirected stdin
Michael Vogt [Wed, 26 Dec 2012 22:52:47 +0000 (23:52 +0100)]
merged from the debian-sid branch
bubulle@debian.org [Mon, 24 Dec 2012 06:02:36 +0000 (07:02 +0100)]
Italian translation update for manpages
Michael Vogt [Thu, 13 Dec 2012 09:01:52 +0000 (10:01 +0100)]
releasing version 0.9.7.7
Michael Vogt [Thu, 13 Dec 2012 08:25:15 +0000 (09:25 +0100)]
merged from lp:~donkult/apt/sid
Michael Vogt [Thu, 13 Dec 2012 08:02:04 +0000 (09:02 +0100)]
change permissions of /var/log/apt/term.log to 0640 (LP: #975199)
bubulle@debian.org [Sat, 8 Dec 2012 18:35:40 +0000 (19:35 +0100)]
Fix Plural forms in German, French, Japanese and Portuguese
translations. Thanks to Jakub Wilk for reporting these errors.
bubulle@debian.org [Tue, 20 Nov 2012 20:10:47 +0000 (21:10 +0100)]
Vietnamese (Trần Ngọc Quân). Closes: #693773
Jonathan Thomas [Sat, 10 Nov 2012 13:25:45 +0000 (14:25 +0100)]
* apt-pkg/algorithms.cc:
- fix package-pointer array memory leak in ResolveByKeepInternal()
David Kalnischkies [Fri, 9 Nov 2012 10:00:02 +0000 (11:00 +0100)]
* apt-pkg/algorithms.cc:
- ensure pkgProblemResolver calls MarkDelete without FromUser set
so that it can't overrule holds and the protection flag
David Kalnischkies [Fri, 9 Nov 2012 09:49:21 +0000 (10:49 +0100)]
* 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
David Kalnischkies [Fri, 9 Nov 2012 09:47:30 +0000 (10:47 +0100)]
no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk
David Kalnischkies [Fri, 9 Nov 2012 09:43:12 +0000 (10:43 +0100)]
* apt-pkg/depcache.cc:
- don't call MarkInstall with the FromUser flag set for packages
which are dependencies of APT::Never-MarkAuto-Sections matchers
Michael Vogt [Thu, 1 Nov 2012 09:30:49 +0000 (10:30 +0100)]
merged frm donkult
bubulle@debian.org [Sun, 28 Oct 2012 07:26:07 +0000 (08:26 +0100)]
Thai (Theppitak Karoonboonyanan). Closes: #691613
David Kalnischkies [Tue, 23 Oct 2012 23:30:19 +0000 (01:30 +0200)]
* 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)
David Kalnischkies [Sat, 20 Oct 2012 13:23:21 +0000 (15:23 +0200)]
adds a comment for Translators to the 'do as I say' prompt to
prevent problems like #691024 in new translations
bubulle@debian.org [Sat, 20 Oct 2012 12:48:07 +0000 (14:48 +0200)]
Drop a confusing non-breaking space. Closes: #691024
Jordi Mallach [Fri, 19 Oct 2012 12:10:37 +0000 (14:10 +0200)]
Catalan (Jordi Mallach)
Michael Vogt [Wed, 17 Oct 2012 08:29:52 +0000 (10:29 +0200)]
* lp:~mvo/apt/config-clear:
- support Configuration.Clear() for a clear of the entire
configuration
Michael Vogt [Wed, 17 Oct 2012 08:27:50 +0000 (10:27 +0200)]
* lp:~mvo/apt/add-glob-function:
- add Glob() to fileutl.{cc,h}
Michael Vogt [Wed, 17 Oct 2012 08:25:08 +0000 (10:25 +0200)]
stop exporting the accidently exported parsenetrc() symbol
Michael Vogt [Wed, 17 Oct 2012 08:12:41 +0000 (10:12 +0200)]
merged from debian-sid
Michael Vogt [Tue, 16 Oct 2012 16:29:59 +0000 (18:29 +0200)]
releasing version 0.9.7.6
Michael Vogt [Mon, 15 Oct 2012 14:00:44 +0000 (16:00 +0200)]
* apt-pkg/pkgcachegen.cc:
- Fix crash if the cache is remapped while writing a Provides version
(LP: #
1066445).
Michael Vogt [Mon, 15 Oct 2012 07:59:12 +0000 (09:59 +0200)]
merge from lp:~donkult/apt/sid
David Kalnischkies [Sat, 13 Oct 2012 16:56:23 +0000 (18:56 +0200)]
remove 256 char line limit by using getline() (POSIX.1-2008)
David Kalnischkies [Sat, 13 Oct 2012 15:25:07 +0000 (17:25 +0200)]
* apt-pkg/contrib/netrc.cc:
- remove the 64 char limit for login/password in internal usage
David Kalnischkies [Sat, 13 Oct 2012 11:21:13 +0000 (13:21 +0200)]
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)
David Kalnischkies [Sat, 13 Oct 2012 11:18:29 +0000 (13:18 +0200)]
* 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)
David Kalnischkies [Sat, 13 Oct 2012 10:14:44 +0000 (12:14 +0200)]
* apt-pkg/edsp.cc:
- include reinstall requests and already installed (= protected) packages
in the install-request for external resolvers (Closes: #689331)
David Kalnischkies [Sat, 13 Oct 2012 09:16:30 +0000 (11:16 +0200)]
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)
David Kalnischkies [Sat, 13 Oct 2012 07:59:54 +0000 (09:59 +0200)]
correct "3 missing" to "2 missing" remap registrations as the Version
handled in NewVersion is already registered
Michael Vogt [Fri, 12 Oct 2012 12:44:09 +0000 (14:44 +0200)]
merged lp:~mvo/apt/mvo
A. Bondarenko [Tue, 2 Oct 2012 09:08:50 +0000 (11:08 +0200)]
Ukrainian program translation update (A. Bondarenko)
Michael Vogt [Mon, 1 Oct 2012 13:05:43 +0000 (15:05 +0200)]
rename CleaAll() -> Clear()
Michael Vogt [Fri, 28 Sep 2012 12:50:38 +0000 (14:50 +0200)]
merged from lp:~donkult/apt/sid
Michael Vogt [Fri, 28 Sep 2012 12:43:39 +0000 (14:43 +0200)]
add new ClearAll
David Kalnischkies [Wed, 26 Sep 2012 19:34:49 +0000 (21:34 +0200)]
* 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!
David Kalnischkies [Wed, 19 Sep 2012 10:04:02 +0000 (12:04 +0200)]
* 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
David Kalnischkies [Wed, 19 Sep 2012 09:39:20 +0000 (11:39 +0200)]
add 3 missing remap registrations causing a segfault in case
we use the not remapped iterators after a move of the mmap again
David Kalnischkies [Wed, 19 Sep 2012 09:35:53 +0000 (11:35 +0200)]
* apt-pkg/pkgcachegen.cc:
- ensure that dependencies for packages:none are always generated
Michael Vogt [Tue, 11 Sep 2012 16:07:34 +0000 (18:07 +0200)]
releasing version 0.9.7.5
Michael Vogt [Tue, 11 Sep 2012 12:32:24 +0000 (14:32 +0200)]
merged from lp:~donkult/apt/sid
David Kalnischkies [Sun, 9 Sep 2012 19:22:54 +0000 (21:22 +0200)]
* apt-pkg/pkgcachegen.cc:
- do not create 'native' (or now 'none') package structures as a side
effect of description translation parsing as it pollutes the cache
David Kalnischkies [Sun, 9 Sep 2012 14:03:52 +0000 (16:03 +0200)]
handle packages without a mandatory architecture (debian-policy §5.3)
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)
bubulle@debian.org [Sat, 8 Sep 2012 17:01:36 +0000 (19:01 +0200)]
Portuguese (Américo Monteiro) (Closes: #686975)
Michael Vogt [Tue, 4 Sep 2012 13:34:39 +0000 (15:34 +0200)]
apt-pkg/aptconfiguration.h: fix compiler error
Michael Vogt [Tue, 4 Sep 2012 12:49:41 +0000 (14:49 +0200)]
merged lp:~donkult/apt/sid
Michael Vogt [Tue, 4 Sep 2012 11:55:54 +0000 (13:55 +0200)]
add changelog
Michael Vogt [Tue, 4 Sep 2012 11:53:10 +0000 (13:53 +0200)]
merged from lp:~donkult/apt/debian-experimental
Michael Vogt [Tue, 4 Sep 2012 10:21:29 +0000 (12:21 +0200)]
add "Glob()" to fileutl
David Kalnischkies [Mon, 3 Sep 2012 11:03:02 +0000 (13:03 +0200)]
report the package name with architecture in the "no file" error message
David Kalnischkies [Mon, 3 Sep 2012 10:42:22 +0000 (12:42 +0200)]
unpack versions only in case a different version from the package
and avoid re-unpack otherwise (Closes: #670900)
David Kalnischkies [Mon, 3 Sep 2012 10:28:19 +0000 (12:28 +0200)]
* apt-pkg/cdrom.cc:
- 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")
David Kalnischkies [Mon, 3 Sep 2012 10:26:34 +0000 (12:26 +0200)]
- do not create duplicated flat-archive CD-ROM sources for foreign
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
David Kalnischkies [Sun, 2 Sep 2012 19:32:40 +0000 (21:32 +0200)]
* apt-pkg/cdrom.cc:
- handle Components in the reduction for the source.list as multi-arch cds
otherwise create duplicated source entries (e.g. "wheezy main main")
David Kalnischkies [Sun, 2 Sep 2012 16:31:07 +0000 (18:31 +0200)]
* apt-pkg/indexcopy.cc:
- do not create duplicated flat-archive cdrom sources for foreign
architectures on multi-arch cdroms
KURASAWA Nozomu [Thu, 30 Aug 2012 20:29:51 +0000 (22:29 +0200)]
* Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)
David Kalnischkies [Thu, 30 Aug 2012 11:06:33 +0000 (13:06 +0200)]
* doc/apt_preferences.5.xml:
- use the correct interval (x <= P < y) for pin value documentation as
these are the intervals used by the code (Closes: #685989)
Raphael Geissert [Thu, 30 Aug 2012 10:30:26 +0000 (12:30 +0200)]
* debian/control:
- 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)
David Kalnischkies [Thu, 30 Aug 2012 10:21:32 +0000 (12:21 +0200)]
* apt-pkg/packagemanager.cc:
- 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)
Michael Vogt [Tue, 28 Aug 2012 09:44:26 +0000 (11:44 +0200)]
apt-pkg/contrib/netrc.cc: use a slightly smaller login/password size
Michael Vogt [Mon, 13 Aug 2012 15:27:05 +0000 (17:27 +0200)]
make netrc parser more robust and parser biger login tokens, thanks to "TJ" (LP: #
1008289)
bubulle@debian.org [Fri, 10 Aug 2012 05:53:28 +0000 (07:53 +0200)]
Japanese (KURASAWA Nozomu) (Closes: #684435)
Michael Vogt [Mon, 6 Aug 2012 15:53:58 +0000 (17:53 +0200)]
releasing version 0.9.7.4
Michael Vogt [Mon, 6 Aug 2012 13:53:50 +0000 (15:53 +0200)]
merged from david
David Kalnischkies [Sun, 5 Aug 2012 23:09:07 +0000 (01:09 +0200)]
disable the display of the error messages for DoInstall if DoBuildDep
is calling the helper (enabled by enforcing failure reporting)
David Kalnischkies [Sun, 5 Aug 2012 12:16:24 +0000 (14:16 +0200)]
* apt-pkg/cdrom.cc:
- 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)
David Kalnischkies [Sun, 5 Aug 2012 10:36:46 +0000 (12:36 +0200)]
* apt-pkg/indexcopy.cc:
- do not use atomic writing if the target is /dev/null as we don't want
to replace it, not even automically. (Closes: #683410)
David Kalnischkies [Sun, 5 Aug 2012 10:23:59 +0000 (12:23 +0200)]
ensure that the right architecture is used for cross-dependencies in
cases we have to choose a provider by defaulting on host-arch
instead of build-arch
David Kalnischkies [Sat, 4 Aug 2012 19:37:41 +0000 (21:37 +0200)]
improve the check for purely virtuals as provided packages aren't
purely virtual and shouldn't error out cause of that
David Kalnischkies [Sat, 4 Aug 2012 10:52:49 +0000 (12:52 +0200)]
* doc/apt-verbatim.ent:
- denote 'wheezy' as stable codename and 'jessie' as testing codename
in the documentation in preparation for release
David Kalnischkies [Sat, 4 Aug 2012 09:04:52 +0000 (11:04 +0200)]
* cmdline/apt-get.cc:
- error out on (unsatisfiable) build-deps on purly virtual packages
instead of ignoring these dependencies; thanks to Johannes Schauer
for the detailed report! (Closes: #683786)
David Kalnischkies [Sat, 4 Aug 2012 08:39:27 +0000 (10:39 +0200)]
* apt-pkg/contrib/fileutl.cc:
- remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync
as this guard is only needed for fdatasync and not defined on hurd
David Kalnischkies [Sat, 4 Aug 2012 08:24:47 +0000 (10:24 +0200)]
move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard there
it is used for the msync call