platform/upstream/libzypp.git
18 years ago- adapt factoryInit and storeMetadata to use the
Duncan Mac-Vicar P [Wed, 31 May 2006 12:03:05 +0000 (12:03 +0000)]
- adapt factoryInit and storeMetadata to use the
  ex-storeMetadata now downloadMetadata.
- check signatures on downloaded files.
- dont check checksums during parsing, was already done.
- make sure we dont set a tmp local as a cache dir.

18 years ago- make sure we never save a tmp local as a permanent cache.
Duncan Mac-Vicar P [Wed, 31 May 2006 12:00:40 +0000 (12:00 +0000)]
- make sure we never save a tmp local as a permanent cache.

18 years agocheck downloaded metadata not the cached.
Duncan Mac-Vicar P [Wed, 31 May 2006 09:56:13 +0000 (09:56 +0000)]
check downloaded metadata not the cached.

18 years ago- factorize signature checking into it own method
Duncan Mac-Vicar P [Tue, 30 May 2006 17:11:13 +0000 (17:11 +0000)]
- factorize signature checking into it own method

18 years ago- move some hacks like orig_descr_dir to an accessor.
Duncan Mac-Vicar P [Tue, 30 May 2006 17:02:50 +0000 (17:02 +0000)]
- move some hacks like orig_descr_dir to an accessor.

18 years ago- import keys while download, where we will check the metadata.
Duncan Mac-Vicar P [Tue, 30 May 2006 16:31:50 +0000 (16:31 +0000)]
- import keys while download, where we will check the metadata.

18 years ago- factorize the install media verifier code into its
Duncan Mac-Vicar P [Tue, 30 May 2006 16:20:46 +0000 (16:20 +0000)]
- factorize the install media verifier code into its
  own method.

18 years agoadd comments
Klaus Kaempf [Tue, 30 May 2006 16:11:21 +0000 (16:11 +0000)]
add comments

18 years agoerror handling. Any error should throw. Otherwise we get a inconsistent repo
Duncan Mac-Vicar P [Tue, 30 May 2006 16:07:34 +0000 (16:07 +0000)]
error handling. Any error should throw. Otherwise we get a inconsistent repo

18 years ago- check of signature goes in downloadMetadata
Duncan Mac-Vicar P [Tue, 30 May 2006 15:41:51 +0000 (15:41 +0000)]
- check of signature goes in downloadMetadata
  so factoryInit get a throw when it is not a
  YUM source

18 years ago- factorize the source has changed checking code
Duncan Mac-Vicar P [Tue, 30 May 2006 15:13:05 +0000 (15:13 +0000)]
- factorize the source has changed checking code
  from storeMetadata into its own method
  donwloadNeeded()

18 years ago- copy the storeMetadata method to downloadMetadata
Duncan Mac-Vicar P [Tue, 30 May 2006 15:07:59 +0000 (15:07 +0000)]
- copy the storeMetadata method to downloadMetadata
  disabling source change checking, and storing
  everything in a tmp dir. Also change the
  metadata dir perms to 755.
  This method will replace storeMetadata internally later
  and the former will become really small.

18 years agomake accesors for the local index files and signatures in order to get rid of parsing...
Duncan Mac-Vicar P [Tue, 30 May 2006 14:55:48 +0000 (14:55 +0000)]
make accesors for the local index files and signatures in order to get rid of parsing from provideFile later

18 years agochanges
Duncan Mac-Vicar P [Tue, 30 May 2006 10:45:39 +0000 (10:45 +0000)]
changes

18 years agochanges
Duncan Mac-Vicar P [Tue, 30 May 2006 10:44:04 +0000 (10:44 +0000)]
changes

18 years ago- make yum more robust. Never parse from provideFile
Duncan Mac-Vicar P [Tue, 30 May 2006 10:41:49 +0000 (10:41 +0000)]
- make yum more robust. Never parse from provideFile
  but only from local disk. Make sure the cache
  is consistent before recreating it.
  the code is easier to follow and probably
  faster. checksum and signatures are
  checked on caching not on parsing.
  Required to implement refresh for #154990

18 years agoworking prototype of a object oriented reimplement-virtual-functions based libxml...
Duncan Mac-Vicar P [Mon, 29 May 2006 08:07:26 +0000 (08:07 +0000)]
working prototype of a object oriented reimplement-virtual-functions based libxml sax parser

18 years ago- implement timestamp for YUM and SuseTags
Duncan Mac-Vicar P [Wed, 24 May 2006 14:58:38 +0000 (14:58 +0000)]
- implement timestamp for YUM and SuseTags
- actually use the license to confirm in yum patches
- add prerequires tag in yum optonally to the bad designed
  and nonintuitive pre=1

18 years ago- implement timestamp for YUM and SuseTags
Duncan Mac-Vicar P [Wed, 24 May 2006 14:57:25 +0000 (14:57 +0000)]
- implement timestamp for YUM and SuseTags
- actually use the license to confirm in yum patches
- add prerequires tag in yum optonally to the bad designed
  and nonintuitive pre=1

18 years agochanges
Duncan Mac-Vicar P [Wed, 24 May 2006 13:32:29 +0000 (13:32 +0000)]
changes

18 years ago- fix broken size tag
Duncan Mac-Vicar P [Wed, 24 May 2006 13:29:26 +0000 (13:29 +0000)]
- fix broken size tag

18 years ago- don't parse desc and summary twice
Duncan Mac-Vicar P [Wed, 24 May 2006 12:58:48 +0000 (12:58 +0000)]
- don't parse desc and summary twice
- fix a segfault with tranlated text

18 years ago- fix broken initialized() method
Duncan Mac-Vicar P [Wed, 24 May 2006 12:57:59 +0000 (12:57 +0000)]
- fix broken initialized() method

18 years ago- add Source_Ref::timestamp(), default to now()
Duncan Mac-Vicar P [Wed, 24 May 2006 10:25:52 +0000 (10:25 +0000)]
- add Source_Ref::timestamp(), default to now()
  in order to implement smart sync of sources by zmd

18 years agomove Helix source to testsuite out of the solver so we can use it for
Duncan Mac-Vicar P [Wed, 24 May 2006 10:03:42 +0000 (10:03 +0000)]
move Helix source to testsuite out of the solver so we can use it for
target, storage tests

18 years ago- dont pass root on init but before.
Duncan Mac-Vicar P [Wed, 24 May 2006 09:48:59 +0000 (09:48 +0000)]
- dont pass root on init but before.
- implement rpm db modification timestamp
  not used yet

18 years agocleanup
Stefan Schubert [Wed, 24 May 2006 08:31:43 +0000 (08:31 +0000)]
cleanup

18 years ago- Added skeleton for plaindir source implementation.
Michael Andres [Wed, 24 May 2006 07:28:13 +0000 (07:28 +0000)]
- Added skeleton for plaindir source implementation.

18 years ago- Use static regex in CapFactory. No need to recreate them on each call.
Michael Andres [Tue, 23 May 2006 20:46:19 +0000 (20:46 +0000)]
- Use static regex in CapFactory. No need to recreate them on each call.

18 years ago- let RpmPackageImpl provide the installtime
Michael Andres [Tue, 23 May 2006 20:44:40 +0000 (20:44 +0000)]
- let RpmPackageImpl provide the installtime

18 years ago- warn but do not throw on unknown tags in content file.
Michael Andres [Tue, 23 May 2006 20:32:44 +0000 (20:32 +0000)]
- warn but do not throw on unknown tags in content file.

18 years agodont accept corrupt sources, improve logs
Duncan Mac-Vicar P [Tue, 23 May 2006 18:53:53 +0000 (18:53 +0000)]
dont accept corrupt sources, improve logs

18 years agodont accept corrupt sources, improve logs
Duncan Mac-Vicar P [Tue, 23 May 2006 18:53:00 +0000 (18:53 +0000)]
dont accept corrupt sources, improve logs

18 years ago- fixed XMLNodeIterator::operator==
Michael Andres [Tue, 23 May 2006 17:33:55 +0000 (17:33 +0000)]
- fixed XMLNodeIterator::operator==

18 years agobump
Michael Andres [Tue, 23 May 2006 15:30:01 +0000 (15:30 +0000)]
bump

18 years ago- Added PoolItem_Ref::statusReset. Resets the PoolItem status without
Michael Andres [Tue, 23 May 2006 15:29:34 +0000 (15:29 +0000)]
- Added PoolItem_Ref::statusReset. Resets the PoolItem status without
  loosing autoprotection (eg. for foreign vendor). (assists #177469)

18 years agoadded mediaNr() to PatchRpm and DeltaRpm classes
Jiri Srain [Tue, 23 May 2006 15:04:44 +0000 (15:04 +0000)]
added mediaNr() to PatchRpm and DeltaRpm classes

18 years agoduplicated method
Duncan Mac-Vicar P [Tue, 23 May 2006 14:34:26 +0000 (14:34 +0000)]
duplicated method

18 years agochanges
Duncan Mac-Vicar P [Tue, 23 May 2006 13:59:01 +0000 (13:59 +0000)]
changes

18 years ago- adapt store to serialize and read all new resobject fields
Duncan Mac-Vicar P [Tue, 23 May 2006 13:55:19 +0000 (13:55 +0000)]
- adapt store to serialize and read all new resobject fields
- use install-time to now() when serializing
- (#174653)

18 years agoenable YUM license to confirm.
Duncan Mac-Vicar P [Tue, 23 May 2006 13:53:31 +0000 (13:53 +0000)]
enable YUM license to confirm.
needed for #174476

18 years agobump
Michael Andres [Mon, 22 May 2006 19:22:11 +0000 (19:22 +0000)]
bump

18 years ago- Do not violate install order when restricting commit to a certain
Michael Andres [Mon, 22 May 2006 19:21:48 +0000 (19:21 +0000)]
- Do not violate install order when restricting commit to a certain
  mediaNumber. (#170079)
- Version 1.1.0

18 years agoAdded SourceManager::findSourceByUrl to overcome alias mismatches (#177543).
Martin Vidner [Mon, 22 May 2006 17:05:17 +0000 (17:05 +0000)]
Added SourceManager::findSourceByUrl to overcome alias mismatches (#177543).

18 years agobump
Michael Andres [Mon, 22 May 2006 15:20:58 +0000 (15:20 +0000)]
bump

18 years ago- Order all objects according to prerequirements, not just packages.
Michael Andres [Mon, 22 May 2006 15:20:32 +0000 (15:20 +0000)]
- Order all objects according to prerequirements, not just packages.
  (#173690)

18 years agonew translation added
Stefan Schubert [Mon, 22 May 2006 13:59:06 +0000 (13:59 +0000)]
new translation added

18 years agoadded new translations
Stefan Schubert [Mon, 22 May 2006 12:24:41 +0000 (12:24 +0000)]
added new translations

18 years ago- fix missing homedir option for gpg (#171055)
Duncan Mac-Vicar P [Fri, 19 May 2006 10:54:06 +0000 (10:54 +0000)]
- fix missing homedir option for gpg (#171055)

18 years ago- fix missing homedir option for gpg (#171055)
Duncan Mac-Vicar P [Fri, 19 May 2006 10:53:31 +0000 (10:53 +0000)]
- fix missing homedir option for gpg (#171055)

18 years agochangelog
Michael Andres [Thu, 18 May 2006 17:24:05 +0000 (17:24 +0000)]
changelog

18 years ago- Prevent against daemons launched in rpm %post, that do not close
Michael Andres [Thu, 18 May 2006 17:23:20 +0000 (17:23 +0000)]
- Prevent against daemons launched in rpm %post, that do not close
  their filedescriptors. (#174548)
- Version 1.0.1

18 years agoupdate test
Duncan Mac-Vicar P [Thu, 18 May 2006 17:03:38 +0000 (17:03 +0000)]
update test

18 years agoFix dumb bug I introduced when allowing the arch to be set from
Duncan Mac-Vicar P [Thu, 18 May 2006 15:17:45 +0000 (15:17 +0000)]
Fix dumb bug I introduced when allowing the arch to be set from
a env variable.

18 years agofixed media number of package retrieved as a part of a patch (#174841)
Jiri Srain [Thu, 18 May 2006 14:52:38 +0000 (14:52 +0000)]
fixed media number of package retrieved as a part of a patch (#174841)

18 years agoactually show the solver result in the log
Klaus Kaempf [Thu, 18 May 2006 14:30:17 +0000 (14:30 +0000)]
actually show the solver result in the log

18 years agochanges
Duncan Mac-Vicar P [Thu, 18 May 2006 14:17:09 +0000 (14:17 +0000)]
changes

18 years agoless logging in Modalias
Klaus Kaempf [Thu, 18 May 2006 14:16:16 +0000 (14:16 +0000)]
less logging in Modalias

18 years agodecrease logging (#163186)
Klaus Kaempf [Thu, 18 May 2006 14:15:41 +0000 (14:15 +0000)]
decrease logging (#163186)

18 years ago- fix missing package descriptions due to filtered packages
Duncan Mac-Vicar P [Thu, 18 May 2006 14:14:59 +0000 (14:14 +0000)]
- fix missing package descriptions due to filtered packages
  by incompatible architectures. (#159109)

18 years agoadd rev
Klaus Kaempf [Thu, 18 May 2006 14:09:44 +0000 (14:09 +0000)]
add rev

18 years agodecrease logging
Klaus Kaempf [Thu, 18 May 2006 14:09:08 +0000 (14:09 +0000)]
decrease logging

18 years agodecrease logging (#163186)
Klaus Kaempf [Thu, 18 May 2006 14:08:28 +0000 (14:08 +0000)]
decrease logging (#163186)

18 years agoadd ZYPP_TESTSUITE_FAKE_ARCH to overrride detected architecture.
Duncan Mac-Vicar P [Thu, 18 May 2006 10:09:45 +0000 (10:09 +0000)]
add ZYPP_TESTSUITE_FAKE_ARCH to overrride detected architecture.

Note, if used, this disables commit.

18 years agostary backward compatible
Michael Andres [Thu, 18 May 2006 08:46:36 +0000 (08:46 +0000)]
stary backward compatible

18 years ago- Moved version definition out of configure.ac to libzypp/VERSION
Michael Andres [Wed, 17 May 2006 10:09:46 +0000 (10:09 +0000)]
- Moved version definition out of configure.ac to libzypp/VERSION
- Let configure generate libzypp.spec (libzypp.spec.in)

18 years agobackup
Michael Andres [Wed, 17 May 2006 10:06:30 +0000 (10:06 +0000)]
backup

18 years ago- DEPRECATED unsigned ResObject::mediaId()
Michael Andres [Wed, 17 May 2006 10:05:44 +0000 (10:05 +0000)]
- DEPRECATED unsigned ResObject::mediaId()
  use sourceMediaNr()

18 years agoFix non implemented virtual methods due to Michael changes that
Duncan Mac-Vicar P [Wed, 17 May 2006 09:32:50 +0000 (09:32 +0000)]
Fix non implemented virtual methods due to Michael changes that
broke curses and qt build.

Patch by Gabriele Strattner <gs@suse.de>

18 years agoadd rev 3381 entry
Klaus Kaempf [Wed, 17 May 2006 08:02:32 +0000 (08:02 +0000)]
add rev 3381 entry

18 years agospecfile adjusted
Michael Andres [Tue, 16 May 2006 21:06:52 +0000 (21:06 +0000)]
specfile adjusted

18 years ago- Make basic attributes available through ResObject.
Michael Andres [Tue, 16 May 2006 19:52:22 +0000 (19:52 +0000)]
- Make basic attributes available through ResObject.
- Let ResObjects which do not require media access during
  commit return ZERO sourceMediaNr (required for #173690)
- Version 1.0.0

18 years agoadd checks for libidn-devel (used by zypp/media) and
Klaus Kaempf [Tue, 16 May 2006 14:33:32 +0000 (14:33 +0000)]
add checks for libidn-devel (used by zypp/media) and
 openssl-devel (Digest check)

18 years agocomment out PackageTagParserTest, does not compile
Klaus Kaempf [Tue, 16 May 2006 14:29:18 +0000 (14:29 +0000)]
comment out PackageTagParserTest, does not compile

18 years agosome attempts to get this to compile, not successful
Klaus Kaempf [Tue, 16 May 2006 14:28:47 +0000 (14:28 +0000)]
some attempts to get this to compile, not successful

18 years agoadd 'aj' to noinst_PROGRAMS, keeps automake quite
Klaus Kaempf [Tue, 16 May 2006 14:21:26 +0000 (14:21 +0000)]
add 'aj' to noinst_PROGRAMS, keeps automake quite

18 years agosetCandidate accept candidates with compatible architectures too
Stefan Schubert [Tue, 16 May 2006 12:03:06 +0000 (12:03 +0000)]
setCandidate accept candidates with compatible architectures too

18 years agosetCandidate accept candidates with compatible architectures too. Not
Stefan Schubert [Tue, 16 May 2006 12:01:08 +0000 (12:01 +0000)]
setCandidate accept candidates with compatible architectures too. Not
only with the same architecture. Bug 172594 - If update package has
differet arch, UI display is wrong

18 years agodramatically reduce logging verbosity
Klaus Kaempf [Tue, 16 May 2006 11:11:35 +0000 (11:11 +0000)]
dramatically reduce logging verbosity

18 years agoAdded Source_Ref::resStoreInitialized.
Martin Vidner [Tue, 16 May 2006 07:31:03 +0000 (07:31 +0000)]
Added Source_Ref::resStoreInitialized.
If we know that noone has seen the resolvables yet, we can skip
them too, eg. when deleting a source. (#174840)

18 years agoadded more files for translation and commit pot file to lcn svn
Stefan Schubert [Mon, 15 May 2006 13:09:48 +0000 (13:09 +0000)]
added more files for translation and commit pot file to lcn svn

18 years ago- Honor freshens as conditionals independant from the installed/
Klaus Kaempf [Mon, 15 May 2006 10:42:40 +0000 (10:42 +0000)]
- Honor freshens as conditionals independant from the installed/
  uninstalled status (#174797)
- rev 3376

18 years agobugfix 171590
Klaus Kaempf [Mon, 15 May 2006 09:15:40 +0000 (09:15 +0000)]
bugfix 171590

18 years agomake 'unneeded' transitive for patches
Klaus Kaempf [Mon, 15 May 2006 09:14:50 +0000 (09:14 +0000)]
make 'unneeded' transitive for patches
 (if all requirements of a patch are unneeded, the patch is unneeded
 However, this is not true for non-patches, i.e. products.
 If product-patchlevel-42 has all requirements unneeded, the product is satisfied)

18 years agoadd "atom" to recognized xml tags
Klaus Kaempf [Mon, 15 May 2006 09:13:21 +0000 (09:13 +0000)]
add "atom" to recognized xml tags
testcase for bug171590, 'unneeded' is transitive for patches

18 years agotestcases for bug171590
Klaus Kaempf [Mon, 15 May 2006 09:03:12 +0000 (09:03 +0000)]
testcases for bug171590

18 years agoignore generated
Klaus Kaempf [Mon, 15 May 2006 08:00:52 +0000 (08:00 +0000)]
ignore generated

18 years agoignore generated
Klaus Kaempf [Mon, 15 May 2006 08:00:10 +0000 (08:00 +0000)]
ignore generated

18 years agoBug 174290
Stefan Schubert [Thu, 11 May 2006 15:45:03 +0000 (15:45 +0000)]
Bug 174290

18 years agoBug 174290
Stefan Schubert [Thu, 11 May 2006 15:43:01 +0000 (15:43 +0000)]
Bug 174290

18 years ago- Added LFS improvements changelog
Marius Tomaschewski [Thu, 11 May 2006 14:43:18 +0000 (14:43 +0000)]
- Added LFS improvements changelog

18 years ago- Improved large file support handling introducing a ZYPP_CFLAGS
Marius Tomaschewski [Thu, 11 May 2006 14:37:17 +0000 (14:37 +0000)]
- Improved large file support handling introducing a ZYPP_CFLAGS
  and ZYPP_FEATURES variables exported via pkg-config file and
  allowing to implement a consistence check in the application

18 years ago- Applied large file support flags again
Marius Tomaschewski [Thu, 11 May 2006 10:57:43 +0000 (10:57 +0000)]
- Applied large file support flags again
  (until we have better solutiuon)

18 years ago- SourceManager: moved source deletion before creation
Martin Vidner [Thu, 11 May 2006 08:50:06 +0000 (08:50 +0000)]
- SourceManager: moved source deletion before creation
  so that we can recreate a deleted one (#174295)
- r3362

18 years agoremoved dead code dealing with known_caches from SourceManager::store
Martin Vidner [Thu, 11 May 2006 08:46:17 +0000 (08:46 +0000)]
removed dead code dealing with known_caches from SourceManager::store
(see r3195)

18 years agofixed returning product short name and summary if product read from target store...
Jiri Srain [Thu, 11 May 2006 08:22:30 +0000 (08:22 +0000)]
fixed returning product short name and summary if product read from target store (#148625)

18 years agoset media verifier on redirected medium (#172599)
Jiri Srain [Wed, 10 May 2006 09:40:04 +0000 (09:40 +0000)]
set media verifier on redirected medium (#172599)

18 years agoRESOLVER_INFO_TYPE_OTHER_ARCH_PROVIDER added in problem solutions
Stefan Schubert [Tue, 9 May 2006 08:18:06 +0000 (08:18 +0000)]
RESOLVER_INFO_TYPE_OTHER_ARCH_PROVIDER added in problem solutions

18 years agofix 'transactResKind' to collect best providers by capability
Klaus Kaempf [Mon, 8 May 2006 15:30:13 +0000 (15:30 +0000)]
fix 'transactResKind' to collect best providers by capability
  and to recursively transact items of same kind (#170114)

18 years agochanges
Duncan Mac-Vicar P [Mon, 8 May 2006 14:46:29 +0000 (14:46 +0000)]
changes