]> cygwin.com Git - cygwin-apps/setup.git/log
cygwin-apps/setup.git
4 years agoRestructure how we try keys in order for signature checking
Jon Turney [Fri, 21 Feb 2020 19:07:02 +0000 (19:07 +0000)]
Restructure how we try keys in order for signature checking

Restructure how we try keys in order for signature checking, so we can
log which key signature was made by

v2:
Correctly default _owned to true

4 years agoRemove gpg-error-config-fake
Jon Turney [Fri, 21 Feb 2020 18:24:51 +0000 (18:24 +0000)]
Remove gpg-error-config-fake

Unused since 1e0f90f9

4 years agoAlso AttachConsole() when not elevating
Jon Turney [Mon, 24 Feb 2020 19:25:43 +0000 (19:25 +0000)]
Also AttachConsole() when not elevating

Arrange to call AttachConsole() when not elevating (e.g. 'setup -B').

This seems to be needed for output to stdout to work via a Windows
pseudo-console ('conpty'), as is used with cygwin >=3.0.0.

Note that setup is a GUI application. I have no idea what it means to
write to stdout without calling AttachConsole(), but that doesn't seem
to work anymore...

4 years agoFix 'make check'
Jon Turney [Mon, 3 Feb 2020 19:54:12 +0000 (19:54 +0000)]
Fix 'make check'

Add <string.h> where needed to fix compilation of libgetopt++ tests

UserSetting was removed in f26f525f, so remove that test.

UserSettings also got rewritten in that commit, so rewrite test.

Rework UserSettings constructor so it can be initialized without needing
to attempt loading from a file (which requires all the io_stream URL
providers we might try to be registered).

Run 'make check' in appveyor.

4 years agoMake inilint do something slightly useful
Jon Turney [Sun, 2 Feb 2020 23:03:57 +0000 (23:03 +0000)]
Make inilint do something slightly useful

Add IniDBBuilderLint, a do-nothing subclass of InitDBBuilder
Use CliParseFeedback for parser feedback

4 years agoPass a "Install for all users" flag into setDefaultSecurity()
Jon Turney [Mon, 3 Feb 2020 12:59:02 +0000 (12:59 +0000)]
Pass a "Install for all users" flag into setDefaultSecurity()

Pass an "Install for all users" flag into setDefaultSecurity(), rather
than evaluating it there, for better decoupling from settings & UI.

4 years agoFix building inilint
Jon Turney [Sun, 2 Feb 2020 20:50:53 +0000 (20:50 +0000)]
Fix building inilint

Fix Makefile.am for inilint
Always build inilint, so it doesn't rust again

4 years agoRestore abstract base class IniDBBuilder
Jon Turney [Sun, 2 Feb 2020 20:55:44 +0000 (20:55 +0000)]
Restore abstract base class IniDBBuilder

This effectively reverts commit 618bd457849ed44d301d27d81d3b2f262f798897.

4 years agoAdd CliParseFeedback class
Jon Turney [Thu, 6 Feb 2020 21:25:46 +0000 (21:25 +0000)]
Add CliParseFeedback class

Move the yyerror() handling from inilint into that class

4 years agoPull yyerror() handling up into IniParseFeedback
Jon Turney [Sun, 2 Feb 2020 22:14:14 +0000 (22:14 +0000)]
Pull yyerror() handling up into IniParseFeedback

Pull yyerror() handling up into IniParseFeedback
Collect the parser errors in IniParseFeedback
Make IniParseFeedback an abstract base class

4 years agoMore updates for "using namespace std;" removal
Jon Turney [Tue, 4 Feb 2020 12:29:46 +0000 (12:29 +0000)]
More updates for "using namespace std;" removal

overlooked in 155eacb6

4 years agoDon't always be silent about failing to fetch mirrors.lst release_2.901
Jon Turney [Mon, 27 Jan 2020 15:35:05 +0000 (15:35 +0000)]
Don't always be silent about failing to fetch mirrors.lst

Currently, if there is no cached mirrors list (e.g. this is the first
run), and we're behind some kind of proxy which doesn't let us through,
we'll try to fetch mirrors.lst, silently fail, and present the user with
an empty mirror list.

Instead, report failure to fetch mirror.lst if we don't have a cached
mirrored list (and a mirror isn't being explicitly specified with
'--only-site --site <someurl>').

4 years agoRemove EXCLUDE_ constants
Jon Turney [Sun, 2 Feb 2020 22:16:07 +0000 (22:16 +0000)]
Remove EXCLUDE_ constants

Should have been removed when 'EXCLUDE_PACKAGE' was removed from grammar
in c9797bed, or even when code using those constants was removed in
bb849dbd.

4 years agoRemove some lingering cvsids
Jon Turney [Mon, 3 Feb 2020 19:36:07 +0000 (19:36 +0000)]
Remove some lingering cvsids

4 years agoRemove .cvsignore
Jon Turney [Mon, 3 Feb 2020 12:54:34 +0000 (12:54 +0000)]
Remove .cvsignore

4 years agoUpdate displayed copyright to 2020
Jon Turney [Tue, 4 Feb 2020 12:13:13 +0000 (12:13 +0000)]
Update displayed copyright to 2020

4 years agoIgnore reinstall action when the package isn't installed release_2.900
Jon Turney [Thu, 2 Jan 2020 16:26:46 +0000 (16:26 +0000)]
Ignore reinstall action when the package isn't installed

'--packages X --remove-packages X' is interpreted by
applyCommandLinePackageSelection() as a request to reinstall X (and
similarly with --category X --remove-categories X).  If X isn't actually
already installed, this leads to bogus 'erase/install no-package' tasks
appearing in the task list.

4 years agoDynamically size columns in transaction list log
Jon Turney [Thu, 2 Jan 2020 15:37:12 +0000 (15:37 +0000)]
Dynamically size columns in transaction list log

4 years agoIgnore install action when no current package exists
Jon Turney [Thu, 2 Jan 2020 14:56:07 +0000 (14:56 +0000)]
Ignore install action when no current package exists

This isn't ideal as a command line to install a package which only has a
test version will do nothing.  But I think we don't want installing by
category to install packages in that category which only have a test
version. Unfortunately, both cases are currently identical by the time
we get to applyCommandLinePackageSelection().

4 years agoRevert "Fix cases where incorrect action is stored by set_action()"
Jon Turney [Thu, 2 Jan 2020 14:51:04 +0000 (14:51 +0000)]
Revert "Fix cases where incorrect action is stored by set_action()"

This reverts commit e435a212a6e85169616a67c08eab1d9a387c6cfc.

I'd forgotten that action = Install_action, desired = empty version is
how we represent 'install any version of this package'.  Converting that
to NoChange_action leaves us back mishandling obsolete packges specified
on the command line, fixing which was the whole point of this change. So
let's try to fix this a different way...

4 years agoFix cases where incorrect action is stored by set_action() release_2.899
Jon Turney [Wed, 1 Jan 2020 14:38:45 +0000 (14:38 +0000)]
Fix cases where incorrect action is stored by set_action()

set_action() with action = Install_action and desired = empty version
when curr = empty version is equivalent to action = NoChange_Action.

(This can occur if we are selecting a category for install on the
command line, and that category happens to include a package which only
has a test version, but no current version)

(For completeness, also address the case of action = Install_action,
desired = empty_version, where curr = some version is equivalent to
action = Uninstall_action)

4 years agoGenerate a pseudo-package with the Windows version release_2.898
Jon Turney [Fri, 20 Dec 2019 14:22:27 +0000 (14:22 +0000)]
Generate a pseudo-package with the Windows version

Generate a pseudo-package with the Windows version, so packages can have
a requires with a version relation upon it.

4 years agoEnsure we only set user_picked when appropriate
Jon Turney [Thu, 11 Jul 2019 19:36:42 +0000 (20:36 +0100)]
Ensure we only set user_picked when appropriate

Add an optional parameter to set_action(), to indicate the action is the
result of user action, and only set user_picked then.

Set that parameter when installing from the command line. All other user
actions come through select_action(), so also set that parameter there.

4 years agoUse stored action in packagemeta::action_caption()
Jon Turney [Tue, 9 Jul 2019 17:24:30 +0000 (18:24 +0100)]
Use stored action in packagemeta::action_caption()

Use the stored action in packagemeta::action_caption(), rather than
working backwards from desired/installed/picked.

4 years agoUse stored action in packagemeta::list_actions()
Jon Turney [Tue, 9 Jul 2019 17:10:12 +0000 (18:10 +0100)]
Use stored action in packagemeta::list_actions()

Use the stored action in packagemeta::list_actions(), rather than
working backwards from desired/installed/picked.

4 years agoAllow better handling of an obsolete package specified on command line
Jon Turney [Tue, 9 Jul 2019 15:53:57 +0000 (16:53 +0100)]
Allow better handling of an obsolete package specified on command line

Now we have the flexibilty to record a package as explicitly required to
be installed, rather than merely installed because the desired version
is different to the installed version, we can record packages selected
for installation on the command line as distinct from choosing a
specific version of that package via the picker.

Use this to allow the solver to make a better choice of what provides a
package name specified on the command line.

(Note that we need to use SOLVER_SOLVABLE_PROVIDES rather than
SOLVER_SOLVABLE_NAME to allow the solver to take packages which provide
and obsolete the named package into account.)

Only turn this behaviour on when --upgrade-also is specified.

e.g. setup -q -g -P python3-lxml currently gets you an (empty)
python3-lxml package, which is replaced by python36-lxml (which
obsoletes it) on the next setup run.  After this change, python36-lxml
is installed instead.

See also the dicusssion at
https://cygwin.com/ml/cygwin-apps/2017-10/msg00092.html et seq.

4 years agoUse stored action in setting up solver
Jon Turney [Tue, 9 Jul 2019 15:10:19 +0000 (16:10 +0100)]
Use stored action in setting up solver

Use stored action in setting up the solver, rather than working out what
the action was from _picked/installed/desired.

4 years agoUse packagemeta::set_action() to update action
Jon Turney [Tue, 9 Jul 2019 18:22:37 +0000 (19:22 +0100)]
Use packagemeta::set_action() to update action

Use packagemeta::set_action() to update the action for packagemeta
object in more (hopefully all) the places it gets changed.

(Future work: ideally we'd opaque packagemeta internals more by making
installed/curr/desired/etc. object private, rather than letting users
grovel around in those details)

4 years agoStore the requested action in packagemeta::set_action()
Jon Turney [Tue, 9 Jul 2019 14:40:04 +0000 (15:40 +0100)]
Store the requested action in packagemeta::set_action()

Store the action requested with set_action() in the packagemeta object,
rather than just encoding it in _picked/installed/desired (see
discussion in commit 4209699d)

Try to avoid meaningless states occuring, i.e. action=Install with
desired=installed is converted to action=Keep.

Future work: There's still some odd stuff left in set_action() which we
need to do some hard thinking about: action=NoChange treats Base
category packages specially, action=Install will switch to installing
the source if binary isn't accessible.

5 years agoRename 'Default' packagemeta action to 'NoChange' for clarity
Jon Turney [Fri, 12 Jul 2019 12:56:09 +0000 (13:56 +0100)]
Rename 'Default' packagemeta action to 'NoChange' for clarity

5 years agoMake packagemeta::message private
Jon Turney [Tue, 9 Jul 2019 16:54:35 +0000 (17:54 +0100)]
Make packagemeta::message private

5 years agoRemove unused packagemeta::key
Jon Turney [Tue, 9 Jul 2019 13:44:27 +0000 (14:44 +0100)]
Remove unused packagemeta::key

Contains an identical value to packagemeta::name

5 years agoRemove 'Bin?' column
Jon Turney [Fri, 12 Jul 2019 11:38:54 +0000 (12:38 +0100)]
Remove 'Bin?' column

The only use this column appears to have now is that unticking it is the
same as selecting 'uninstall'.

Future work: Make 'Src?' column more independent, rather than
interacting with the 'New' (action) column in non-obvious ways. We
should be able to choose to install source irrespective of the state of
the binary package. (That should also take into account the
'--include-source' option)

5 years agoUpdate displayed copyright to 2019 release_2.897
Jon Turney [Sun, 24 Mar 2019 20:38:25 +0000 (20:38 +0000)]
Update displayed copyright to 2019

5 years agoAdd double-click for a 'default action' to ListView release_2.896
Jon Turney [Wed, 20 Mar 2019 19:56:44 +0000 (19:56 +0000)]
Add double-click for a 'default action' to ListView

Add support for a double-click in the ListView to invoke a 'default
action'.

Because we receive both NM_CLICK and then NM_DBCLK, reduce the area of a
pop-up column which is sensitive to a click to the drop-down button
(which opens a focus-stealing pop-up menu), so the rest of the area can
receive a click (which does nothing) or a double-click (which does the
default action).

For a package, this default action is to toggle between the currently
installed version (or uninstalled, if not installed), and the highest
non-test version.

There is no keyboard acceleration for this action currently.

5 years agoDon't propagate actions down category tree into obsolete categories
Jon Turney [Wed, 20 Mar 2019 18:08:23 +0000 (18:08 +0000)]
Don't propagate actions down category tree into obsolete categories

Choosing the 'Install' action on the 'All' category shouldn't propagate
down into the '_obsolete' category, because that will just result in
dependency conflicts due to trying to install both obsolete packages and
their replacements.

5 years agoDon't show FTP 550 'file not found' errors in a MessageBox
Jon Turney [Wed, 20 Mar 2019 17:12:08 +0000 (17:12 +0000)]
Don't show FTP 550 'file not found' errors in a MessageBox

Don't show FTP 550 'file not found' errors in a MessageBox. Also log
InternetGetLastResponseInfo() when fetching a URL.

WinInet documentation seems to indicate this kind of extended error
information only exists when WinInet has an FTP error code to report.

Log this error (and the associated URL) rather than just showing a
MessageBox. Don't bother showing a MessageBox for 550, since we can
tolerate certain missing files (e.g. setup.zst), and we'll go on to
report that couldn't fetch needed files in a more generic way.

5 years agoUse 'kill -W' when killing processes
Jon Turney [Wed, 20 Mar 2019 16:23:36 +0000 (16:23 +0000)]
Use 'kill -W' when killing processes

We only have access to the Windows PID, which (since Cygwin 3.0.0) are
completely decoupled from Cygwin PIDs.

Use the new '-W' flag to indicate to kill that we are providing a
Windows PID.

(If the Cygwin install is too old to support kill -W, kill will fail,
and we'll fall back to using TerminateProcess())

5 years agoOnly dump transaction list when it's finalized release_2.895
Jon Turney [Sun, 21 Oct 2018 12:14:05 +0000 (13:14 +0100)]
Only dump transaction list when it's finalized

Dumping the transaction list after 1) trust level is set, 2) solving for
dependencies, and 3) adding source packages is a bit much.

5 years agoSimple keyboard accelerators for Listview
Jon Turney [Sat, 21 Jul 2018 21:19:51 +0000 (22:19 +0100)]
Simple keyboard accelerators for Listview

Wire-up certain actions to keyboard accelerators.

To permit selecting a subitem apparently needs us to custom-draw everything,
so for simplicity, just make the accelerators per row.

Getting the enter keypress to be delivered to the listview is tricky (the
propsheet really want to hold onto it), so for the moment we just use the
Windows menu key and space bar as accelerators.

5 years agoIndicate test packages in action menu
Jon Turney [Wed, 17 Oct 2018 13:12:26 +0000 (14:12 +0100)]
Indicate test packages in action menu

5 years agoAdd listview to tab order on chooser page
Jon Turney [Sat, 21 Jul 2018 21:19:51 +0000 (22:19 +0100)]
Add listview to tab order on chooser page

5 years agoUse selected row background colour for a checkbox column
Jon Turney [Wed, 17 Oct 2018 12:39:17 +0000 (13:39 +0100)]
Use selected row background colour for a checkbox column

5 years agoAllow for width of dropdown button in popup columns
Jon Turney [Mon, 15 Oct 2018 19:46:31 +0000 (20:46 +0100)]
Allow for width of dropdown button in popup columns

Currently, the dropdown button in the 'New' column can overlap the version,
because  'New' columns is just sized to hold the widest version.

Allow for the width of the dropdown button as well in the 'New' column width

5 years agoMerge branch 'topic/listview' release_2.894
Jon Turney [Sat, 13 Oct 2018 17:56:11 +0000 (18:56 +0100)]
Merge branch 'topic/listview'

5 years agoEnsure that an installed packageversion has an ldesc if possible
Ken Brown [Mon, 6 Aug 2018 14:05:12 +0000 (10:05 -0400)]
Ensure that an installed packageversion has an ldesc if possible

In packagedb::read(), copy the ldesc from setup.ini to the
packageversion read from installed.db.  Otherwise, an installed
package with only one version will not have an ldesc to use as a
tooltip.

v2: If the installed version is no longer available, copy the ldesc
from the current version of the package.

5 years agoAdd ldesc tooltips to sdesc column of listview
Jon Turney [Fri, 20 Jul 2018 11:52:20 +0000 (12:52 +0100)]
Add ldesc tooltips to sdesc column of listview

Listview's built-in tooltip support doesn't support subitems, so we have to
build our own

v2: Use string cache

5 years agoRestore packagemeta::LDesc()
Jon Turney [Wed, 18 Jul 2018 19:50:31 +0000 (20:50 +0100)]
Restore packagemeta::LDesc()

v2:
Update for removed 'usiing namespace std'

5 years agoAdd LDesc() accessor method to SolvableVersion
Jon Turney [Sun, 15 Jul 2018 14:41:12 +0000 (15:41 +0100)]
Add LDesc() accessor method to SolvableVersion

5 years agoUse indents in category view
Jon Turney [Tue, 17 Jul 2018 10:09:32 +0000 (11:09 +0100)]
Use indents in category view

We keep around an empty imagelist for 1x1 images, to reset the indent when
not in tree view mode

(This isn't quite right as the listview will allocate a 1-pixel space before
column 0 for those images, but this seems the best we can do as 0x0
imagelists aren't allowed...)

5 years agoUse an icon to represent expanded/collapsed state
Jon Turney [Tue, 17 Jul 2018 18:26:23 +0000 (19:26 +0100)]
Use an icon to represent expanded/collapsed state

Use a listview icon to represent expanded/collapsed state, rather than
puttting '[+]'/'[-]' in front of the category name

Just use the item icon directly to represent expanded/collapsed state,
rather than using a state icon as otherwise we have empty space where the
item icon would be, when it's size is being used for indenting.

The icons were made by tracing the previously used .bmp in Inkscape to
produce a .svg, then converting that to an icon with ImageMagick using
'convert -filter point -background transparent -define icon:auto-resize'

v2:
Drop execute mode (Achim Gratz)

5 years agoShow the count of packages in a category
Jon Turney [Mon, 16 Jul 2018 19:02:25 +0000 (20:02 +0100)]
Show the count of packages in a category

5 years agoCustom draw popup menus in ListView control
Jon Turney [Wed, 7 Dec 2016 19:52:58 +0000 (19:52 +0000)]
Custom draw popup menus in ListView control

Construct a menu containing the actions from the action list for the package
or category, and if one is selected, apply it.

This lets us remove packagemeta::set_action() which implements the strange
UX of cycling around actions without showing what the possibilities are.

This somewhat emulates a BS_SPLITBUTTON style control.  The 'popup' cell has
a visual hint that clicking on it opens a menu (a 'combox scrollbar'), and
the popup menu is located at the position of the click.

v2:
Factor out popup_menu, for future use by keyboard accelerators

5 years agoAdd methods for listing possible actions on, and applying one to, a package
Jon Turney [Thu, 8 Dec 2016 17:57:59 +0000 (17:57 +0000)]
Add methods for listing possible actions on, and applying one to, a package

The 'action id' is a value of the _actions enum, if positive, otherwise it's
absolute value is a 0-based index into the 'versions' collection to identify
a specific version to install.

v2:
Fix select_action() to consider deftrust

v3:
Fix select_action() for keep

v4:
Update for removed 'using namespace std'

5 years agoCustom draw checkboxes in ListView control
Jon Turney [Wed, 7 Dec 2016 16:17:12 +0000 (16:17 +0000)]
Custom draw checkboxes in ListView control

Future work: What does this look like when a theme is in used? Does the row
size need to be slightly adjusted to ensure it accomodates checkbox height?

v2:
erase to background colour before drawing checkbox

5 years agoUse a ListView common control rather than a hand-built grid
Jon Turney [Wed, 7 Dec 2016 14:09:35 +0000 (14:09 +0000)]
Use a ListView common control rather than a hand-built grid

Each line is implemented by an object of a subclass of ListViewLine, either
PickPackageLine, or (in catgeory view) PickCategoryLine

v2:
Defer constructing category tree until packagedb is available
Also handle an empty category tree
Remove unused bitmaps
Scoping of strings returned to LVN_GETDISPINFO
Avoid doubled 'all' category
Update some number of lines, rather than just the current one

v3:
Speed up calculating column widths, by caching the DC used
Don't bother recalculating column widths when obsolete packages are
shown/hidden, just allow for obsolete packages always (which makes hardly
any difference)
Don't bother calculating column widths separately for category view since
they are now always the same.

v4:
Store current category action in CategoryTree
Recurse category action onto packages

This slightly changes the behaviour: previously, a category action only
effected packages which matched the name search filter.  Now all packages in
contained by the category are effected.

v5:
When updating, turn off redraw before emptying listview
Make headers a parameter to init
Don't leak contents
Only resize columns once
Remove ListView OnMessage as it has nothing to do
Never use a column width less than minimum
Use LVS_SINGLESEL
Factor out string cache for re-use
Preserve focused row over ListView::setContents()

5 years agoAdd OnNotify virtual function to class Window for WM_NOTIFY notifications
Jon Turney [Fri, 16 Sep 2016 18:23:26 +0000 (19:23 +0100)]
Add OnNotify virtual function to class Window for WM_NOTIFY notifications

Add OnNotify virtual function to class Window for WM_NOTIFY notifications
Note that the result is returned via DWLP_MSGRESULT

5 years agoChange packagemeta::_actions to an enum
Jon Turney [Sun, 15 Jul 2018 17:02:08 +0000 (18:02 +0100)]
Change packagemeta::_actions to an enum

5 years agoAdd zstd package to .appveyor.yml
Jon Turney [Sat, 13 Oct 2018 16:16:40 +0000 (17:16 +0100)]
Add zstd package to .appveyor.yml

Reformat so we can escape newlines to avoid an absurdly long line

5 years agoAdd zstd packages to build instructions
Jon Turney [Sat, 13 Oct 2018 13:23:00 +0000 (14:23 +0100)]
Add zstd packages to build instructions

Also adjust for 'if building from git' is the only way, since we don't make
source releases.

5 years agoAdd support for ZStandard compression
Achim Gratz [Sun, 2 Sep 2018 16:41:24 +0000 (18:41 +0200)]
Add support for ZStandard compression

Add support for ZStandard compression for packages and .ini files

5 years agoRemove misleading copy&paste comments
Achim Gratz [Wed, 10 Oct 2018 17:44:56 +0000 (19:44 +0200)]
Remove misleading copy&paste comments

5 years agoAvoid stringop-overflow warning with gcc8
Jon Turney [Sun, 7 Oct 2018 21:41:06 +0000 (22:41 +0100)]
Avoid stringop-overflow warning with gcc8

desktop.cc: In function 'void start_menu(const string&, const string&, const string&, const string&)':
desktop.cc:110:11: error: 'char* strncat(char*, const char*, size_t)' specified bound 260 equals destination size [-Werror=stringop-overflow=]

I think strlcat() was meant here, which MinGW doesn't have.  In it's
absence, open-code it's equivalent.

(SHGetSpecialFolderLocation() returns a pathname of length at most MAX_PATH,
and make_link() is limited to accepting a pathname of length MAX_PATH, so we
want to append our folder name, while truncating the result to MAX_PATH.)

5 years agoexcise "using namespace std;" and explicitly use a "std::" prefix throughout instead
Achim Gratz [Sun, 2 Sep 2018 16:40:33 +0000 (18:40 +0200)]
excise "using namespace std;" and explicitly use a "std::" prefix throughout instead

5 years agoAvoid potential null deref in check_for_cached()
Jon Turney [Thu, 4 Oct 2018 18:07:14 +0000 (19:07 +0100)]
Avoid potential null deref in check_for_cached()

Packages for which we don't know a filename can't possibly be cached.

See https://cygwin.com/ml/cygwin/2018-10/msg00033.html

5 years agoAllow host machine to be specified to bootstrap
Jon Turney [Thu, 4 Oct 2018 17:26:55 +0000 (18:26 +0100)]
Allow host machine to be specified to bootstrap

Allow host machine to be specified to bootstrap, rather than it picking the
first one it finds a compiler for

5 years agoImprove libgcrypt detection
Jon Turney [Thu, 4 Oct 2018 13:01:50 +0000 (14:01 +0100)]
Improve libgcrypt detection

Set ACLOCAL_PATH so libgcrypt.m4 from cross-package is found, if it is the
only one installed.

Accomodate older libgcrypt.m4, which doesn't check SYSROOT

5 years agoUse pkg-config for dependency checking where possible
Jon Turney [Wed, 1 Nov 2017 13:56:26 +0000 (13:56 +0000)]
Use pkg-config for dependency checking where possible

Modernise depedency checking and use pkg-config where possible

5 years agoFix message spam when package vendor is something other than "cygwin"
Achim Gratz [Tue, 31 Jul 2018 19:29:02 +0000 (21:29 +0200)]
Fix message spam when package vendor is something other than "cygwin"

Installed packages are getting coerced to vendor "cygwin", so there will be
warnings if the vendor string of the single repo is something other than
that.

5 years agoRemove unused IDI_SPIN
Jon Turney [Wed, 18 Jul 2018 12:01:47 +0000 (13:01 +0100)]
Remove unused IDI_SPIN

Added in 713bbe5f, but never actually used

5 years agoRemove unused choose-rtarrow.bmp
Jon Turney [Mon, 16 Jul 2018 11:27:15 +0000 (12:27 +0100)]
Remove unused choose-rtarrow.bmp

Usused since replaced by tree-plus.bmp/tree-minus.bmp in 82306ac2

5 years agoProperly identify Win32 systems which support IsWow64Process2()
Jon Turney [Sat, 28 Jul 2018 22:57:17 +0000 (23:57 +0100)]
Properly identify Win32 systems which support IsWow64Process2()

Properly identify Win32 systems which support IsWow64Process2() (Windows 10
version 1511 (TH2) or later) in the default user-agent string.

5 years agoTeach bitness reporting in user-agent string about WoW64 on ARM64 release_2.893
Jon Turney [Tue, 24 Jul 2018 21:18:51 +0000 (22:18 +0100)]
Teach bitness reporting in user-agent string about WoW64 on ARM64

6 years agoRemove uninitialized NetIO::ftp_auth flag release_2.892
Jon Turney [Sat, 14 Jul 2018 15:48:07 +0000 (16:48 +0100)]
Remove uninitialized NetIO::ftp_auth flag

This appears to be left over since f5d45c3b.

NetIO::get_ftp_auth() doesn't appear to be used at all, but perhaps should
by the NetIO_IE5 constructor for FTP auth.

6 years agoInitialize file_size in NetIO constructor
Jon Turney [Sat, 14 Jul 2018 15:46:57 +0000 (16:46 +0100)]
Initialize file_size in NetIO constructor

At the moment, this is not initialized anywhere.  If it's value happens to
be greater than zero, that will be used as the size to report download
progress against.

6 years agoDon't write dependency problems to log with CRLF line terminators
Jon Turney [Thu, 22 Mar 2018 21:34:51 +0000 (21:34 +0000)]
Don't write dependency problems to log with CRLF line terminators

Only transform line endings in the dependency problems string used in a
Windows dialog text box, not in what's written to the log as well.

https://cygwin.com/ml/cygwin/2018-03/msg00266.html

6 years agoKeep track of all known sites for a given version of a package
Jon Turney [Mon, 9 Jul 2018 18:15:10 +0000 (19:15 +0100)]
Keep track of all known sites for a given version of a package

When adding a packageversion, extend it's packagesource::sites vector to
include the sites from any similar packageversions previously processed.

Also remove those packageversions from the libsolv pool so that libsolv will
always find the one that lists all the sites.

This is needed for:

- Correct handling of local installs where required packages are spread
between cache directories for more than one mirror

- Correctly falling back to a second site when multiple mirrors are used and
a problem occurs connecting to the first mirror tried.

6 years agoAdd Vendor() accessor method to SolvableVersion
Jon Turney [Sun, 8 Jul 2018 15:26:45 +0000 (16:26 +0100)]
Add Vendor() accessor method to SolvableVersion

6 years agoInternalize the libsolv repo attribute data after each setup.ini
Ken Brown [Sat, 17 Mar 2018 14:59:54 +0000 (10:59 -0400)]
Internalize the libsolv repo attribute data after each setup.ini

Call SolverPool::internalize() in the IniDBBuilderPackage destructor. This
makes attribute data from all previously processed setup.ini files available
when the next setup.ini is being processed.

Remove the now unneeded call to SolverPool::internalize() at the beginning
of packagedb::read().

6 years agoPropagate exit code of elevated process
Jon Turney [Sat, 7 Jul 2018 08:09:02 +0000 (09:09 +0100)]
Propagate exit code of elevated process

Propagate the exit code of elevated process, when --wait is used.

This addresses part of the problem about exit code noted in [1], although we
also need to audit that a non-zero exit code is reported in all error
situations.

[1] https://cygwin.com/ml/cygwin/2018-07/msg00020.html

Also report if starting the elevated child process failed.

6 years agoIf setup-minimum-version: was checked, don't check setup-version:
Jon Turney [Fri, 6 Jul 2018 16:45:42 +0000 (17:45 +0100)]
If setup-minimum-version: was checked, don't check setup-version:

Don't check setup-version: to warn about potential setup.ini parsing
problems if a setup-minimum-version: is specified.

6 years agoAdd --no-version-check option
Ken Brown [Thu, 5 Jul 2018 15:22:20 +0000 (11:22 -0400)]
Add --no-version-check option

This suppresses the warning that a newer version of setup is available.

This is intended to be used by shortcuts and scripts that run setup in a
'setup' package.

This would also suppress any future auto-update feature.

6 years agoFix SolvableVersion::deplist() to handle version-relations correctly
Jon Turney [Fri, 6 Jul 2018 16:16:16 +0000 (17:16 +0100)]
Fix SolvableVersion::deplist() to handle version-relations correctly

This was using completely the wrong Id for the version-relation, so it was
always returning unversioned dependencies

6 years agoFinish providing support for provides: and conflicts:
Ken Brown [Wed, 21 Mar 2018 19:38:07 +0000 (15:38 -0400)]
Finish providing support for provides: and conflicts:

Introduce member functions SolvableVersion::provides() and
SolvableVersion::conflicts().  This enables packagedb::read() to access
provides and conflicts lists from setup.ini.

6 years agoREADME: Put marker for footnote about copr next to the correct package
Jon Turney [Mon, 18 Jun 2018 17:19:43 +0000 (18:19 +0100)]
README: Put marker for footnote about copr next to the correct package

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
6 years agonetio.cc: fix a bug in string handling
Corinna Vinschen [Mon, 18 Jun 2018 17:16:59 +0000 (19:16 +0200)]
netio.cc: fix a bug in string handling

commit ed6137e5f94f45e50a12994aeae310278b2bf758 back in 2003(!)
introduced a bug in creating an empty password string which,
embarrassingly, only now has been catched by gcc.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
6 years agoreplace http links with official https URLs
Corinna Vinschen [Mon, 18 Jun 2018 15:36:39 +0000 (17:36 +0200)]
replace http links with official https URLs

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
6 years agoFix detection of automatically added packages
Ken Brown [Thu, 7 Jun 2018 17:37:24 +0000 (13:37 -0400)]
Fix detection of automatically added packages

In the "confirm" dialog, report a package as automatically added for install
if the version being installed is different from the version requested by
the user.  This can happen if the global update mode is "Keep" but a package
needs to be updated because of a versioned dependency.

6 years agoImprove the preparation of the package database
Ken Brown [Thu, 7 Jun 2018 17:37:23 +0000 (13:37 -0400)]
Improve the preparation of the package database

Introduce a new function packagedb::noChanges() to set the database to a "no
changes requested" state.  Call it the first time the chooser page is
activated, before calling ChooserPage::applyCommandLinePackageSelection().

Also use it to simplify the code in two places.

Remove code from ChooserPage::changeTrust() that was making changes to the
database after ChooserPage::applyCommandLinePackageSelection() had already
been called.

6 years agoAllow command-line uninstallation of specific orphaned packages
Ken Brown [Tue, 27 Mar 2018 17:56:27 +0000 (13:56 -0400)]
Allow command-line uninstallation of specific orphaned packages

Also change the implementation of the "--delete-orphans" option to use
the same definition of "orphaned" that's used elsewhere in the code.

6 years agoMake sure that the IniDBBuilderPackage destructor is called when needed
Ken Brown [Sat, 17 Mar 2018 14:59:53 +0000 (10:59 -0400)]
Make sure that the IniDBBuilderPackage destructor is called when needed

The IniDBBuilderPackage destructor contains code that is intended to be run
after each setup.ini file is processed.  But the IniDBBuilderPackage
variables in do_local_ini() and do_remote_ini were declared outside the loop
that processed the files.  Move the declaration inside the loop so that the
destructor is called after each iteration.

6 years agoHandle test-only packages better
Jon Turney [Wed, 6 Jun 2018 18:57:56 +0000 (19:57 +0100)]
Handle test-only packages better

Don't create a current version with an empty version string when parsing a
package which doesn't have a current version.

6 years agoSort the packages listed in the "confirm" dialog
Ken Brown [Sun, 18 Mar 2018 16:31:37 +0000 (12:31 -0400)]
Sort the packages listed in the "confirm" dialog

6 years agoGive a fatal error on a checksum failure during install
Ken Brown [Wed, 21 Mar 2018 18:03:00 +0000 (14:03 -0400)]
Give a fatal error on a checksum failure during install

This only affects local installs, where the hash of an archive is not
checked until we reach do_install_thread().  At this point it seems
too late to recover safely.

6 years agoLink with -lws2_32 again
Yaakov Selkowitz [Tue, 20 Mar 2018 21:42:19 +0000 (16:42 -0500)]
Link with -lws2_32 again

libgpg-error 1.28 includes new APIs which use socket functions, which
on Win32 are provided by WinSock2.

https://cygwin.com/ml/cygwin/2018-03/msg00306.html

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
6 years agoMigrate configured connection type from the removed 'direct(legacy)' to 'direct' release_2.891
Jon Turney [Thu, 15 Mar 2018 22:13:05 +0000 (22:13 +0000)]
Migrate configured connection type from the removed 'direct(legacy)' to 'direct'

6 years agoMake SolvableVersion::accessible() useful for local installs release_2.890
Ken Brown [Sun, 11 Mar 2018 14:43:06 +0000 (10:43 -0400)]
Make SolvableVersion::accessible() useful for local installs

For local installs, we need SolvableVersion::accessible() indicate whether
or not there is an archive available in the local cache.

This is used in packagemeta::set_action() to prevent the chooser from
offering unavailable versions for re-installation.

6 years agoRemove packages not found by scan from solver
Jon Turney [Wed, 14 Mar 2018 14:52:57 +0000 (14:52 +0000)]
Remove packages not found by scan from solver

Remove not-installed packages not found by scan from solver, as well as from
packagemeta, to avoid solutions including them from being proposed.

6 years agoAdd a --version option
Jon Turney [Wed, 7 Mar 2018 14:47:45 +0000 (14:47 +0000)]
Add a --version option

Add a --version option, and make some related tweaks to output

6 years agoAdd conflicts: support
Jon Turney [Wed, 7 Mar 2018 15:28:12 +0000 (15:28 +0000)]
Add conflicts: support

This page took 0.074713 seconds and 5 git commands to generate.