platform/upstream/libsolv.git
10 years agosupport ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURES
Michael Schroeder [Mon, 28 Oct 2013 18:18:37 +0000 (19:18 +0100)]
support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURES

10 years agoadd repo_add_keyring() and repo_add_keydir() functions
Michael Schroeder [Mon, 28 Oct 2013 12:25:15 +0000 (13:25 +0100)]
add repo_add_keyring() and repo_add_keydir() functions

10 years agoadd repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verify
Michael Schroeder [Fri, 25 Oct 2013 12:43:26 +0000 (14:43 +0200)]
add repo_verify_sigdata, refactor solv_parse_sig into solvsig_create/free/verify

10 years agoterminate solvable2str() string when there is no arch
Michael Schroeder [Fri, 25 Oct 2013 12:06:21 +0000 (14:06 +0200)]
terminate solvable2str() string when there is no arch

10 years agocleanup code a bit. remove unused choice calculation in order code.
Michael Schroeder [Thu, 24 Oct 2013 12:47:39 +0000 (14:47 +0200)]
cleanup code a bit. remove unused choice calculation in order code.

10 years agocosmetic sigpkg -> sigpkt, clone the hash before finishing it
Michael Schroeder [Wed, 23 Oct 2013 11:20:49 +0000 (13:20 +0200)]
cosmetic sigpkg -> sigpkt, clone the hash before finishing it

10 years agosupport :any in testcases
Michael Schroeder [Fri, 18 Oct 2013 13:58:01 +0000 (15:58 +0200)]
support :any in testcases

10 years agosmall improvement in :any parsing
Michael Schroeder [Fri, 18 Oct 2013 10:01:39 +0000 (12:01 +0200)]
small improvement in :any parsing

10 years agosupport debian multiarch annotation
Michael Schroeder [Fri, 18 Oct 2013 09:54:07 +0000 (11:54 +0200)]
support debian multiarch annotation

10 years agosimplify packagelink code a bit
Michael Schroeder [Thu, 17 Oct 2013 15:19:16 +0000 (17:19 +0200)]
simplify packagelink code a bit

10 years agono longer ask the nscallback for pruduct buddies
Michael Schroeder [Thu, 17 Oct 2013 10:00:29 +0000 (12:00 +0200)]
no longer ask the nscallback for pruduct buddies

10 years agoremove trailing whitespace
Michael Schroeder [Wed, 16 Oct 2013 16:29:42 +0000 (18:29 +0200)]
remove trailing whitespace

10 years agoremove trailing whitespace
Michael Schroeder [Wed, 16 Oct 2013 16:29:13 +0000 (18:29 +0200)]
remove trailing whitespace

10 years agoremove trailing whitespace
Michael Schroeder [Wed, 16 Oct 2013 16:25:15 +0000 (18:25 +0200)]
remove trailing whitespace

10 years agofix a bug in the application link code
Michael Schroeder [Wed, 16 Oct 2013 16:15:53 +0000 (18:15 +0200)]
fix a bug in the application link code

10 years agoadd is_noinst_pseudo_package(), use it for filtering installs
Michael Schroeder [Wed, 16 Oct 2013 14:29:02 +0000 (16:29 +0200)]
add is_noinst_pseudo_package(), use it for filtering installs

10 years agoadd repo_autopattern (SUSE only for now)
Michael Schroeder [Wed, 16 Oct 2013 14:14:15 +0000 (16:14 +0200)]
add repo_autopattern (SUSE only for now)

10 years agomake 'solv info' work with command line packages
Michael Schroeder [Wed, 16 Oct 2013 14:13:33 +0000 (16:13 +0200)]
make 'solv info' work with command line packages

10 years agofix typo in find_pattern_link
Michael Schroeder [Wed, 16 Oct 2013 13:00:29 +0000 (15:00 +0200)]
fix typo in find_pattern_link

10 years agoadd some comments about what linked packages are
Michael Schroeder [Wed, 16 Oct 2013 10:13:46 +0000 (12:13 +0200)]
add some comments about what linked packages are

10 years agomake pattern translations also look at the linked packages
Michael Schroeder [Wed, 16 Oct 2013 10:06:07 +0000 (12:06 +0200)]
make pattern translations also look at the linked packages

10 years agorefactor most of the linked pkg code into a seperate source file
Michael Schroeder [Wed, 16 Oct 2013 09:57:50 +0000 (11:57 +0200)]
refactor most of the linked pkg code into a seperate source file

10 years agoDeprecate PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION. Fix spelling bugs.
Michael Schroeder [Tue, 15 Oct 2013 15:13:16 +0000 (17:13 +0200)]
Deprecate PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION. Fix spelling bugs.

10 years agoOnly complile "patchcheck" for SUSE systems
Michael Schroeder [Tue, 15 Oct 2013 12:17:17 +0000 (14:17 +0200)]
Only complile "patchcheck" for SUSE systems

10 years agoget rid of unused variables if ENABLE_LINKED_PKGS is not set
Michael Schroeder [Tue, 15 Oct 2013 12:13:30 +0000 (14:13 +0200)]
get rid of unused variables if ENABLE_LINKED_PKGS is not set

10 years agoadapt testcase to latest change
Michael Schroeder [Tue, 15 Oct 2013 12:10:55 +0000 (14:10 +0200)]
adapt testcase to latest change

10 years agoFix obsoletes handling in multiversion mode (hopefully for the last time)
Michael Schroeder [Tue, 15 Oct 2013 11:57:58 +0000 (13:57 +0200)]
Fix obsoletes handling in multiversion mode (hopefully for the last time)

Seems like rpm does not really obsolete packages in multiversion mode,
but instead reports a conflict.

10 years agomake linked package support a condition build option
Michael Schroeder [Tue, 15 Oct 2013 11:17:42 +0000 (13:17 +0200)]
make linked package support a condition build option

10 years agomark PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION as obsolete
Michael Schroeder [Tue, 15 Oct 2013 10:04:46 +0000 (12:04 +0200)]
mark PRODUCT_DISTPRODUCT/PRODUCT_DISTVERSION as obsolete

10 years agoremove obsolete DISTPRODUCT/DISTVERSION parsing
Michael Schroeder [Tue, 15 Oct 2013 10:03:55 +0000 (12:03 +0200)]
remove obsolete DISTPRODUCT/DISTVERSION parsing

10 years agoremove obsolete states, add support for product type, fix flags parsing
Michael Schroeder [Tue, 15 Oct 2013 10:03:08 +0000 (12:03 +0200)]
remove obsolete states, add support for product type, fix flags parsing

10 years agoExtend product link support to patterns/applications
Michael Schroeder [Mon, 14 Oct 2013 15:40:27 +0000 (17:40 +0200)]
Extend product link support to patterns/applications

Also implement own product link code, in case the
nscallback does not return a buddy.
Includes two bugfix: the ruleinfo introspection now
know about links, and there's an extra link pass to
pick up linked packages.

10 years agoparse appdata in solv example
Michael Schroeder [Mon, 14 Oct 2013 15:38:23 +0000 (17:38 +0200)]
parse appdata in solv example

Also support a '-d' option to increase the debug level.

10 years agoENABLE_RPMDB_BYRPMHEADER
Michael Andres [Thu, 10 Oct 2013 08:46:09 +0000 (10:46 +0200)]
ENABLE_RPMDB_BYRPMHEADER

10 years agoadd repo_appdata to parse AppStream's appdata files
Michael Schroeder [Wed, 9 Oct 2013 11:37:15 +0000 (13:37 +0200)]
add repo_appdata to parse AppStream's appdata files

10 years agofix installation of header files
Michael Andres [Tue, 8 Oct 2013 12:48:40 +0000 (14:48 +0200)]
fix installation of header files

10 years agoadd reorder_dq_for_jobrules() workaround
Michael Schroeder [Tue, 8 Oct 2013 11:18:30 +0000 (13:18 +0200)]
add reorder_dq_for_jobrules() workaround

Jobrules are fulfilled before installed packages are kept, thus
the enhances/supplements of the packages cannot work.

10 years agoadd --type and --arch filter support
Michael Schroeder [Fri, 4 Oct 2013 14:44:38 +0000 (16:44 +0200)]
add --type and --arch filter support

10 years agorefactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind filtering
Michael Schroeder [Fri, 4 Oct 2013 14:43:52 +0000 (16:43 +0200)]
refactor selection code, add SELECTION_SKIP_KIND, add support for arch/kind filtering

10 years agorepo_haiku: /boot/common no longer exists
Ingo Weinhold [Tue, 1 Oct 2013 16:21:17 +0000 (18:21 +0200)]
repo_haiku: /boot/common no longer exists

10 years agofix unbalanced ===
Michael Schroeder [Tue, 24 Sep 2013 11:18:44 +0000 (13:18 +0200)]
fix unbalanced ===

10 years agofix two small glitches in xcode filter
Michael Schroeder [Tue, 24 Sep 2013 11:13:43 +0000 (13:13 +0200)]
fix two small glitches in xcode filter

10 years agoadd changes
Michael Schroeder [Tue, 24 Sep 2013 09:14:39 +0000 (11:14 +0200)]
add changes

10 years agodo not add back cleandeps_updatepkgs packages [bnc#841781]
Michael Schroeder [Mon, 23 Sep 2013 14:34:25 +0000 (16:34 +0200)]
do not add back cleandeps_updatepkgs packages [bnc#841781]

10 years agoadd changes, bump version to 0.4.0 upstream/0.4.0
Michael Schroeder [Mon, 23 Sep 2013 09:42:32 +0000 (11:42 +0200)]
add changes, bump version to 0.4.0

This is done mainly so that openSUSE 13.1 will have a new minor
version of libsolv. In the future we hope to do this only for
ABI changes.

10 years agoalso save/restore pool pos in repodata load callback
Michael Schroeder [Mon, 23 Sep 2013 09:42:02 +0000 (11:42 +0200)]
also save/restore pool pos in repodata load callback

10 years agoinclude repo_pubkey.h in repo_pubkey.c
Michael Schroeder [Mon, 23 Sep 2013 09:29:54 +0000 (11:29 +0200)]
include repo_pubkey.h in repo_pubkey.c

10 years agoadd problem2str() convenience function to API
Michael Schroeder [Mon, 23 Sep 2013 09:27:47 +0000 (11:27 +0200)]
add problem2str() convenience function to API

10 years agoplug mem leak in selection_make_matchdeps
Michael Schroeder [Fri, 20 Sep 2013 16:33:01 +0000 (18:33 +0200)]
plug mem leak in selection_make_matchdeps

10 years agosplit DEP_PRE into DEP_PRE_IN and DEP_PRE_UN
Michael Schroeder [Fri, 20 Sep 2013 16:28:05 +0000 (18:28 +0200)]
split DEP_PRE into DEP_PRE_IN and DEP_PRE_UN

With a later commit we may use DEP_PRE_IN for uninstalled packages
and DEP_PRE_UN for installed ones.

10 years agobindings: add stringification shortcut for problems
Michael Schroeder [Fri, 20 Sep 2013 13:15:59 +0000 (15:15 +0200)]
bindings: add stringification shortcut for problems

Also fixes bugs in the rbsolv example.

10 years agoadd solver_rule2rules: learnt rule introspection
Michael Schroeder [Fri, 13 Sep 2013 15:39:35 +0000 (17:39 +0200)]
add solver_rule2rules: learnt rule introspection

10 years agoadd solv_memdup and solv_memdup2 inline helper functions
Michael Schroeder [Fri, 13 Sep 2013 14:30:53 +0000 (16:30 +0200)]
add solv_memdup and solv_memdup2 inline helper functions

10 years agorename selection_make_deps to selection_make_matchdeps, add marker support
Michael Schroeder [Mon, 9 Sep 2013 10:07:29 +0000 (12:07 +0200)]
rename selection_make_deps to selection_make_matchdeps, add marker support

Also add pool_intersect_evrs.

10 years agomake sure that the ttransaction_info contains only packages that have the transacts...
Michael Schroeder [Fri, 6 Sep 2013 15:48:59 +0000 (17:48 +0200)]
make sure that the ttransaction_info contains only packages that have the transacts bit set

can happen if transaction_create_decisionq is called with a decisionq
that doesn't match the pool's obsolete flags.

10 years agoadd pool_whatmatchesdep and selection_make_deps to query for packages intersecting...
Michael Schroeder [Wed, 4 Sep 2013 16:54:57 +0000 (18:54 +0200)]
add pool_whatmatchesdep and selection_make_deps to query for packages intersecting a dependency

10 years agooptimization: check key storage before doing the forward
Michael Schroeder [Wed, 4 Sep 2013 13:00:06 +0000 (15:00 +0200)]
optimization: check key storage before doing the forward

10 years agoadd solv_depmarker function to simplify the bindings
Michael Schroeder [Wed, 4 Sep 2013 09:45:26 +0000 (11:45 +0200)]
add solv_depmarker function to simplify the bindings

10 years agooops, fix last commit
Michael Schroeder [Tue, 3 Sep 2013 14:08:13 +0000 (16:08 +0200)]
oops, fix last commit

10 years agofix mem leak in last commit
Michael Schroeder [Tue, 3 Sep 2013 13:12:43 +0000 (15:12 +0200)]
fix mem leak in last commit

10 years agoSOLVER_TRANSACTION_RPM_ONLY: check if only pseudo packages obsolete us
Michael Schroeder [Tue, 3 Sep 2013 12:52:56 +0000 (14:52 +0200)]
SOLVER_TRANSACTION_RPM_ONLY: check if only pseudo packages obsolete us

Before, packages obsoleted by patterns of products where not erased.

10 years agomake sure that the selection only contains installed packages if SELECTION_INSTALLED_...
Michael Schroeder [Fri, 30 Aug 2013 12:16:12 +0000 (14:16 +0200)]
make sure that the selection only contains installed packages if SELECTION_INSTALLED_ONLY is used

10 years agosolv example: use gpgv instead of gpg to verify sigs
Michael Schroeder [Wed, 28 Aug 2013 15:24:47 +0000 (17:24 +0200)]
solv example: use gpgv instead of gpg to verify sigs

10 years agoadd solv_chksum_create_clone to clone a (unfinished) checksum
Michael Schroeder [Mon, 26 Aug 2013 16:37:42 +0000 (18:37 +0200)]
add solv_chksum_create_clone to clone a (unfinished) checksum

10 years agocreate a copy of the sig data so that it can be freed later
Michael Schroeder [Fri, 23 Aug 2013 17:25:41 +0000 (19:25 +0200)]
create a copy of the sig data so that it can be freed later

10 years agorefactor a bit
Michael Schroeder [Fri, 23 Aug 2013 17:10:38 +0000 (19:10 +0200)]
refactor a bit

10 years agooops, revert unwanted commit chunks
Michael Schroeder [Fri, 23 Aug 2013 16:07:53 +0000 (18:07 +0200)]
oops, revert unwanted commit chunks

10 years agosolv_parse_sig: clear return values at the beginning
Michael Schroeder [Fri, 23 Aug 2013 16:06:04 +0000 (18:06 +0200)]
solv_parse_sig: clear return values at the beginning

10 years agorefactor, add experimental solv_parse_sig and solv_verify_sig
Michael Schroeder [Fri, 23 Aug 2013 14:45:20 +0000 (16:45 +0200)]
refactor, add experimental solv_parse_sig and solv_verify_sig

10 years agoconstify solv_pgpvrfy
Michael Schroeder [Fri, 23 Aug 2013 14:43:07 +0000 (16:43 +0200)]
constify solv_pgpvrfy

10 years agoadd forgotten repo/repodata_lookup_binary
Michael Schroeder [Fri, 23 Aug 2013 14:42:21 +0000 (16:42 +0200)]
add forgotten repo/repodata_lookup_binary

10 years agoremove unused res var
Michael Schroeder [Fri, 23 Aug 2013 13:46:20 +0000 (15:46 +0200)]
remove unused res var

10 years agocosmetics: change comments
Michael Schroeder [Fri, 23 Aug 2013 13:45:49 +0000 (15:45 +0200)]
cosmetics: change comments

10 years agorefactor a bit
Michael Schroeder [Fri, 23 Aug 2013 09:50:28 +0000 (11:50 +0200)]
refactor a bit

10 years agomake unarmor() more flexible, make sure pgp mpis are minimal
Michael Schroeder [Fri, 23 Aug 2013 09:32:47 +0000 (11:32 +0200)]
make unarmor() more flexible, make sure pgp mpis are minimal

10 years agofix decisioncnt handling
Michael Schroeder [Wed, 21 Aug 2013 15:26:49 +0000 (17:26 +0200)]
fix decisioncnt handling

10 years agoadd changes
Michael Schroeder [Wed, 21 Aug 2013 12:46:17 +0000 (14:46 +0200)]
add changes

10 years agoadd solver->describe_decision() method
Michael Schroeder [Wed, 21 Aug 2013 12:39:14 +0000 (14:39 +0200)]
add solver->describe_decision() method

10 years agomake solver_describe_decision always return a rule, add solver_rule2solvable()
Michael Schroeder [Wed, 21 Aug 2013 12:34:46 +0000 (14:34 +0200)]
make solver_describe_decision always return a rule, add solver_rule2solvable()

that way users of describe_decision have the correct rule, they can use
solver_rule2solvable to get the id of the solvable.

10 years agofix indent in debug message
Michael Schroeder [Wed, 21 Aug 2013 09:41:47 +0000 (11:41 +0200)]
fix indent in debug message

10 years agoadd unset() method for solvables
Michael Schroeder [Wed, 21 Aug 2013 09:41:17 +0000 (11:41 +0200)]
add unset() method for solvables

10 years agoMerge pull request #37 from miksa/master
Michael Schroeder [Tue, 20 Aug 2013 16:34:54 +0000 (09:34 -0700)]
Merge pull request #37 from miksa/master

Add mipsel architecture

10 years agoAdd mipsel architecture
Mikko Hurskainen [Wed, 7 Aug 2013 14:14:27 +0000 (17:14 +0300)]
Add mipsel architecture

10 years agoadd back armv7hnl for the Fedora guys
Michael Schroeder [Tue, 30 Jul 2013 14:32:04 +0000 (16:32 +0200)]
add back armv7hnl for the Fedora guys

10 years agoadd support for SHA-224 (not really used yet, though)
Michael Schroeder [Tue, 30 Jul 2013 09:29:37 +0000 (11:29 +0200)]
add support for SHA-224 (not really used yet, though)

10 years agocleanup solv_pgpvrfy a bit
Michael Schroeder [Fri, 26 Jul 2013 09:07:39 +0000 (11:07 +0200)]
cleanup solv_pgpvrfy a bit

10 years agotreat v4 self-sig without key expires as unlimited lifetime
Michael Schroeder [Thu, 25 Jul 2013 16:07:21 +0000 (18:07 +0200)]
treat v4 self-sig without key expires as unlimited lifetime

10 years agoget rid of a (wrong) gcc warning
Michael Schroeder [Thu, 25 Jul 2013 15:46:56 +0000 (17:46 +0200)]
get rid of a (wrong) gcc warning

10 years agorename rpmdb_pubkey to pubkey
Michael Schroeder [Thu, 25 Jul 2013 15:38:52 +0000 (17:38 +0200)]
rename rpmdb_pubkey to pubkey

10 years agorepo_rpmdb_pubkey: collect signatures into flexarray, support verification
Michael Schroeder [Thu, 25 Jul 2013 15:13:40 +0000 (17:13 +0200)]
repo_rpmdb_pubkey: collect signatures into flexarray, support verification

10 years agoadd slow but small dsa/rsa implementation
Michael Schroeder [Thu, 25 Jul 2013 15:12:25 +0000 (17:12 +0200)]
add slow but small dsa/rsa implementation

10 years agoMerge pull request #36 from scarabeusiv/master
Michael Schroeder [Thu, 25 Jul 2013 13:13:42 +0000 (06:13 -0700)]
Merge pull request #36 from scarabeusiv/master

Respect LDFLAGS on one more instance

10 years agoRespect LDFLAGS on one more instance
Tomas Chvatal [Wed, 24 Jul 2013 20:15:28 +0000 (22:15 +0200)]
Respect LDFLAGS on one more instance

10 years agosupport -k option in rpms2solv to convert a gpg pubkey
Michael Schroeder [Mon, 22 Jul 2013 13:51:02 +0000 (15:51 +0200)]
support -k option in rpms2solv to convert a gpg pubkey

10 years agoMerge pull request #35 from scarabeusiv/master
Michael Schroeder [Tue, 23 Jul 2013 13:54:22 +0000 (06:54 -0700)]
Merge pull request #35 from scarabeusiv/master

Fix linkingflags override by actually appending

10 years agoFix linkingflags override by actually appending
Tomáš Chvátal [Mon, 22 Jul 2013 10:17:00 +0000 (12:17 +0200)]
Fix linkingflags override by actually appending

10 years agosupport replchar parameter in (currently unused) solv_replacebadutf8
Michael Schroeder [Wed, 17 Jul 2013 11:49:13 +0000 (13:49 +0200)]
support replchar parameter in (currently unused) solv_replacebadutf8

10 years agorefactor a bit, no functional changes
Michael Schroeder [Fri, 12 Jul 2013 17:04:55 +0000 (19:04 +0200)]
refactor a bit, no functional changes

10 years agobring installcheck up to speed
Michael Schroeder [Fri, 12 Jul 2013 09:48:52 +0000 (11:48 +0200)]
bring installcheck up to speed

- noarch packages should not be part of an archlock
- the archlock part is no longer needed as we have infarch rules
- it makes no sense to try to install all packages and do the nocheck
  filtering on the results

10 years agorefactor a bit, no functional changes
Michael Schroeder [Wed, 10 Jul 2013 16:21:37 +0000 (18:21 +0200)]
refactor a bit, no functional changes