platform/upstream/libsolv.git
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

10 years agofix copy/paste bug in repo_rpmdb_pubkey.c
Michael Schroeder [Wed, 10 Jul 2013 14:54:15 +0000 (16:54 +0200)]
fix copy/paste bug in repo_rpmdb_pubkey.c

10 years agofix another edge case will dup mode and multiversion packages [bnc#828389]
Michael Schroeder [Wed, 10 Jul 2013 14:52:00 +0000 (16:52 +0200)]
fix another edge case will dup mode and multiversion packages [bnc#828389]

10 years agoExtend pool arch table with extra armv5 stuff
Dirk Mueller [Mon, 8 Jul 2013 17:20:04 +0000 (19:20 +0200)]
Extend pool arch table with extra armv5 stuff

Clean up the list of ARM related architectures
to those that exist in Kernel 3.10.0

10 years agofix testcase handling of haiku's compat deps
Michael Schroeder [Fri, 5 Jul 2013 16:07:24 +0000 (18:07 +0200)]
fix testcase handling of haiku's compat deps

10 years agobe more tolerant about bad xml: an empty epoch attribute means no epoch
Michael Schroeder [Thu, 4 Jul 2013 15:49:47 +0000 (17:49 +0200)]
be more tolerant about bad xml: an empty epoch attribute means no epoch

10 years agofix memset calls in sha2.c
Michael Schroeder [Thu, 4 Jul 2013 14:37:44 +0000 (16:37 +0200)]
fix memset calls in sha2.c

10 years agofix spelling errors
Michael Schroeder [Tue, 2 Jul 2013 11:59:25 +0000 (13:59 +0200)]
fix spelling errors

10 years agosupport haiku's compat deps in the testcase parser
Michael Schroeder [Mon, 1 Jul 2013 16:14:41 +0000 (18:14 +0200)]
support haiku's compat deps in the testcase parser

10 years agorepo_updateinfoxml: rename datanum to handle
Michael Schroeder [Mon, 1 Jul 2013 15:57:18 +0000 (17:57 +0200)]
repo_updateinfoxml: rename datanum to handle

10 years agoMerge pull request #34 from dirkmueller/master
Michael Schroeder [Mon, 1 Jul 2013 15:46:55 +0000 (08:46 -0700)]
Merge pull request #34 from dirkmueller/master

Add armv6hl and fallback from armv7hl to armv6hl

10 years agoAdd armv6hl and fallback from armv7hl to armv6hl
Dirk Mueller [Mon, 1 Jul 2013 15:41:34 +0000 (17:41 +0200)]
Add armv6hl and fallback from armv7hl to armv6hl

10 years agodelete stray comment
Michael Schroeder [Wed, 26 Jun 2013 15:22:31 +0000 (17:22 +0200)]
delete stray comment

10 years agomake sure we don't see REPOKEY_TYPE_REL_IDARRAY outside of a stored solv file
Michael Schroeder [Fri, 21 Jun 2013 15:43:42 +0000 (17:43 +0200)]
make sure we don't see REPOKEY_TYPE_REL_IDARRAY outside of a stored solv file

10 years agoadd another workaround so that the filtered filelist gets omitted when the complete...
Michael Schroeder [Fri, 21 Jun 2013 14:11:24 +0000 (16:11 +0200)]
add another workaround so that the filtered filelist gets omitted when the complete file list is requested

10 years agoadd ppc64p7 (from Dinar Valeev)
Michael Schroeder [Fri, 21 Jun 2013 12:24:36 +0000 (14:24 +0200)]
add ppc64p7 (from Dinar Valeev)

10 years agouse correct flags element, SEARCH_COMPLETE_FILELIST is not a matcher flag
Michael Schroeder [Fri, 21 Jun 2013 09:41:43 +0000 (11:41 +0200)]
use correct flags element, SEARCH_COMPLETE_FILELIST is not a matcher flag

Fixes iterating over the complete file list when there is mo matcher.

10 years agominor docu fixes
Michael Schroeder [Tue, 18 Jun 2013 14:10:57 +0000 (16:10 +0200)]
minor docu fixes

10 years agotestsolv: add '-l <selection>' option to list packages instead of running the test
Michael Schroeder [Tue, 18 Jun 2013 13:02:39 +0000 (15:02 +0200)]
testsolv: add '-l <selection>' option to list packages instead of running the test

10 years agoDo recommends pruning after selecting the highest versions
Michael Schroeder [Tue, 18 Jun 2013 12:37:09 +0000 (14:37 +0200)]
Do recommends pruning after selecting the highest versions

Michael Andres convinced me that is is what most users want. It
doesn't break any test cases, so let's hope it makes the world
a better place ;)

10 years agofix berkeley db link logic, don't rely on FEDORA being set
Michael Schroeder [Tue, 18 Jun 2013 09:25:55 +0000 (11:25 +0200)]
fix berkeley db link logic, don't rely on FEDORA being set

10 years agoadd conflicts to old libsatsolver packages
Michael Schroeder [Tue, 18 Jun 2013 09:08:41 +0000 (11:08 +0200)]
add conflicts to old libsatsolver packages

10 years agoadd changes
Michael Schroeder [Mon, 17 Jun 2013 13:57:08 +0000 (15:57 +0200)]
add changes

10 years agosolv_cmp_version_part_haiku(): Fix copy and paste bug
Ingo Weinhold [Sun, 16 Jun 2013 23:23:10 +0000 (01:23 +0200)]
solv_cmp_version_part_haiku(): Fix copy and paste bug

10 years agorepo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE to ARCH_SRC
Ingo Weinhold [Thu, 30 May 2013 21:41:02 +0000 (23:41 +0200)]
repo_haiku: Translate B_PACKAGE_ARCHITECTURE_SOURCE to ARCH_SRC

10 years agosolv_vercmp_haiku(): Fix unnormalized return value
Ingo Weinhold [Mon, 20 May 2013 14:35:27 +0000 (16:35 +0200)]
solv_vercmp_haiku(): Fix unnormalized return value

The function is required to return -1, 0, or 1, the return value of the
called solv_cmp_version_part_haiku() isn't normalized this way, though.

10 years agopysolv: check applydeltarpm exit status
Michael Schroeder [Mon, 17 Jun 2013 12:34:01 +0000 (14:34 +0200)]
pysolv: check applydeltarpm exit status

10 years agorefactor a bit
Michael Schroeder [Mon, 17 Jun 2013 11:43:49 +0000 (13:43 +0200)]
refactor a bit

11 years agofinish libsolv-pool manpage
Michael Schroeder [Fri, 14 Jun 2013 14:45:49 +0000 (16:45 +0200)]
finish libsolv-pool manpage

11 years agobindings: add pool.errstr, make add_rpm/... return Solvable objects
Michael Schroeder [Fri, 14 Jun 2013 09:50:12 +0000 (11:50 +0200)]
bindings: add pool.errstr, make add_rpm/... return Solvable objects

11 years agoadd an ugly workaround so that repo_write knows how to deal with filelist extensions
Michael Schroeder [Thu, 13 Jun 2013 16:35:39 +0000 (18:35 +0200)]
add an ugly workaround so that repo_write knows how to deal with filelist extensions

See BUGS file. Without that patch, repo_write wrote both the filelist in the
primary data and the full filelists, resulting in a broken solv file. Now, the
filelist from the primary file will not be written.
Note that this is just a bad workaround and should be fixed completely different.
See BUGS file.

11 years agoadd missing flags to pool_job2str
Michael Schroeder [Thu, 13 Jun 2013 15:10:45 +0000 (17:10 +0200)]
add missing flags to pool_job2str

11 years agostart with the libsolv-pool manpage
Michael Schroeder [Thu, 13 Jun 2013 15:09:32 +0000 (17:09 +0200)]
start with the libsolv-pool manpage

11 years agofix archpolicy handling of '>'
Michael Schroeder [Thu, 13 Jun 2013 13:47:37 +0000 (15:47 +0200)]
fix archpolicy handling of '>'

11 years agoadd a section about pointer validity
Michael Schroeder [Wed, 12 Jun 2013 10:14:28 +0000 (12:14 +0200)]
add a section about pointer validity

11 years agothe manpage generator automatically capitalizes...
Michael Schroeder [Tue, 11 Jun 2013 17:08:51 +0000 (19:08 +0200)]
the manpage generator automatically capitalizes...

11 years agomake license/group a poolstr array for archlinux
Michael Schroeder [Tue, 11 Jun 2013 16:50:51 +0000 (18:50 +0200)]
make license/group a poolstr array for archlinux

The archlinux spec says that there can be multiple entries.
Also add a little hack to solvable_lookup_str so that it joins
the array elements for license/group lookups.

11 years agocmake has some pitfalls
Michael Schroeder [Mon, 10 Jun 2013 12:03:02 +0000 (14:03 +0200)]
cmake has some pitfalls

11 years agotry share/man
Michael Schroeder [Mon, 10 Jun 2013 11:53:54 +0000 (13:53 +0200)]
try share/man

11 years agopackage manuals
Michael Schroeder [Mon, 10 Jun 2013 11:41:31 +0000 (13:41 +0200)]
package manuals

11 years agoinstall manpages
Michael Schroeder [Mon, 10 Jun 2013 11:38:29 +0000 (13:38 +0200)]
install manpages

11 years agospellcheck
Michael Schroeder [Mon, 10 Jun 2013 11:23:47 +0000 (13:23 +0200)]
spellcheck