David Kalnischkies
177645edb5
* apt-pkg/packagemanager.cc:
- do not run into loop on new-pre-depends-breaks (Closes : #673536 )
11 years ago
Chris Leick
2d49cf5eeb
* doc/po/de.po:
- updated german manpage translation by Chris Leick, thanks!
11 years ago
Chris Leick
4d704f2086
fix authenificated→authenticated typo in sources.list manpage
11 years ago
David Kalnischkies
1c8754c2fc
* doc/makefile:
- build manpages with the correct l10n.gentext.default.language setting
to get the correct section titles provided by docbook
11 years ago
David Kalnischkies
335e2c82af
add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11
11 years ago
David Kalnischkies
65f9983436
* cmdline/apt-get.cc:
- use the host architecture, not the build architecture for matching
of [architecture restrictions] in Build-Depends (Closes : #672927 )
*
11 years ago
David Kalnischkies
500400fedd
* apt-pkg/contrib/fileutl.cc:
- ensure that we close compressed fds, wait for forks and such even if
the FileFd itself is set to not autoclose the given Fd
11 years ago
Marius Vollmer
b270388bef
* apt-pkg/algorithms.cc:
- fix memory leak of Flags in pkgSimulate by a proper destructor
11 years ago
David Kalnischkies
8221431757
* methods/http.cc:
- after many years of pointless discussions disable http/1.1 pipelining
by default as many webservers and proxies seem to be unable to conform
to specification must's (rfc2616 section 8.1.2.2) (LP: #996151 )
11 years ago
Raphael Geissert
046e104e13
* methods/mirror.cc:
- generate an equal sign also for the first arch (Closes : #669142 )
11 years ago
David Kalnischkies
57194e03a4
adapt manual testcase to check redirects of dists/, too
11 years ago
Raphael Geissert
5674f6b316
* apt-pkg/acquire*.cc:
- handle redirections in the worker with the right method instead of
in the method the redirection occured in (Closes : #668111 )
* methods/http.cc:
- forbid redirects to change protocol
11 years ago
David Kalnischkies
e1284a59de
* apt-pkg/acquire-methods.cc:
- factor out into private Dequeue() to fix access to deleted pointer
11 years ago
David Kalnischkies
b65d5efc0c
* debian/control:
- move doxygen and debiandoc-sgml to Build-Depends-Indep as docs
are no longer build in the same target as the manpages
11 years ago
David Kalnischkies
e4bc41c765
- separate manpages from the rest of the doc building
- make apt and apt-utils packages depend on manpages instead of full doc
11 years ago
David Kalnischkies
282c8f2551
* debian/rules:
- apt-utils packages manpages, so it should depend on build-doc
11 years ago
David Kalnischkies
58921d7d06
* prepare-release:
- apt-inst version isn't apt versions, so don't override variable
11 years ago
David Kalnischkies
742f57054f
* Makefile, buildlib/*.mak:
- reshuffle dependencies so that parallel building seems to work
11 years ago
David Kalnischkies
6068376549
* apt-pkg/pkgcachegen.cc:
- make IsDuplicatedDescription static so that it is really private
as we don't need a symbol for it as it is not in a header
11 years ago
Michael Vogt
aa2218b25c
releasing version 0.9.3
11 years ago
Michael Vogt
c45798dbfc
merged from david
11 years ago
Michael Vogt
3f81d67e1b
merged from david
11 years ago
David Kalnischkies
5ca28ebd74
add a manually runable library action to help in maintaining the symbols files
11 years ago
David Kalnischkies
4e1c86a6c0
* apt-inst/deb/debfile.h:
- readd 'md5.h' to the uncleaned header includes to make qapt build
against us again unchanged to unblock transition (Closes : #669163 )
11 years ago
David Kalnischkies
db09a1c5dd
* apt-pkg/algorithms.cc:
- factor out of ListUpdate a AcquireUpdate to be able to provide your
own pkgAcquire fetcher to the wrapper
11 years ago
David Kalnischkies
3fa950f16c
add a small wrapper to call gdb in the framework setting
11 years ago
David Kalnischkies
ff477ee133
ensure that d is set before accessing it
11 years ago
David Kalnischkies
f0e835998f
fix calling style of FileFd (no functional change)
11 years ago
David Kalnischkies
fbb89d946d
ensure that in error conditions the Fail flag is set
11 years ago
David Kalnischkies
4ac4a98e16
we don't need zlib (anymore) in rred so don't include it
11 years ago
David Kalnischkies
adbd7eb4db
collect zombie (de)compressor processes on reopen
11 years ago
David Kalnischkies
ba667cf74b
ensure that we do init d only once and especially not with its own
content as this causes some "interesting" hickups resulting in segfaults
as it seems (Closes : #554387 , #670979 )
11 years ago
David Kalnischkies
e29d7e3e1c
* apt-pkg/aptconfiguration.cc:
- use NULL instead of "" for no (un)compress parameters
11 years ago
David Kalnischkies
afb093cd9b
* apt-pkg/contrib/fileutl.cc:
- check that the fd which are closed are valid
11 years ago
YOSHINO Yoshihito
ee7af1bd58
* apt-pkg/acquire-worker.cc:
- revert the use of FileFd::Write in OutFdReady as we don't want error
reports about EAGAIN here as we retry later. Thanks to YOSHINO Yoshihito
for the report. (Closes : #671721 )
11 years ago
David Kalnischkies
a00a9b44a1
ensure that apti18n.h is included last as advertised ( Closes : #671623 )
11 years ago
David Kalnischkies
7f5aab8270
check if we work on a valid description in IsDuplicateDescription as
we end up working on dangling pointers otherwise which segfaults on
s390x and ppc64 (Closes : #669427 )
11 years ago
David Kalnischkies
9a4ffe5762
add a simple test for HashSumValue classes
11 years ago
David Kalnischkies
fc691496f2
* apt-pkg/deb/deblistparser.cc:
- check length and containing chars for a given description md5sum
11 years ago
David Kalnischkies
5954d4d202
* apt-pkg/pkgcachegen.cc:
- check if NewDescription allocation has failed and error out accordingly
11 years ago
David Kalnischkies
154fd04e88
* debian/libapt-inst1.5.symbols:
- use the correct library name the symbols header
11 years ago
Michael Vogt
99b4fefe0f
merged from donkult
11 years ago
David Kalnischkies
cc04f4ce9e
provider is only a possible solution if the provides has the right
version (or none as we have no versioned provides in debian) and not
if the version of the provider matches
11 years ago
David Kalnischkies
af13d1437c
/dev/null is a special absolute path as it has no subdirectories
11 years ago
David Kalnischkies
ec76891fa1
normalize a bit by replacing // and /./ with / in FindFile
11 years ago
David Kalnischkies
ecdc4e74bc
* edsp/edspsystem.cc:
- check with RealFileExists for scenario file as otherwise a directory
like one provided with RootDir triggers the usage of EDSP
11 years ago
David Kalnischkies
074da0970c
* apt-pkg/depcache.cc:
- clearly separate 'positive' and 'negative' dependencies and
their upgrade-resolution tries in MarkInstall and especially don't
treat Conflicts differently compared to Breaks here
11 years ago
David Kalnischkies
849e64ac55
* apt-pkg/cdrom.cc:
- use Dump() to generate the configuration output
11 years ago
David Kalnischkies
a88136062d
* cmdline/apt-config.cc:
- make it possible to limit dump to a subtree
- implement --empty and --format option for dump
11 years ago
David Kalnischkies
d280d03ac5
* apt-pkg/acquire-worker.cc:
- use Dump() to generate the configuration message for sending
11 years ago