View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily-proposed/cupt 1 Development 2015-08-28 13:07:32 UTC
67. * lib: - cache/package: - Disal...

Author: Eugene V. Lyubimkin
Revision Date: 2015-08-25 21:13:01 UTC

* lib:
  - cache/package:
    - Disallow more than 1 installed version per package. This fixes data
      inconsistencies which may lead to crashes. (Closes: #794430)
  - system/state:
    - Parsing dpkg status file: error out on empty package names.
    - Parsing dpkg status file: require 'Package' tag first for every
      record.
    - Parsing dpkg status file: require 'Status' tag for every versioned
      record.
    - Parsing dpkg status file: do not stop reading when met with a newline
      instead of a first tag.
* debian:
  - control:
    - Bumped the ABI suffix from 0 to 1 for the GCC5 C++11 ABI transition.

lp:ubuntu/wily/cupt 1 Development 2015-08-25 21:13:01 UTC
62. * lib: - cache/package: - Disal...

Author: Eugene V. Lyubimkin
Revision Date: 2015-08-25 21:13:01 UTC

* lib:
  - cache/package:
    - Disallow more than 1 installed version per package. This fixes data
      inconsistencies which may lead to crashes. (Closes: #794430)
  - system/state:
    - Parsing dpkg status file: error out on empty package names.
    - Parsing dpkg status file: require 'Package' tag first for every
      record.
    - Parsing dpkg status file: require 'Status' tag for every versioned
      record.
    - Parsing dpkg status file: do not stop reading when met with a newline
      instead of a first tag.
* debian:
  - control:
    - Bumped the ABI suffix from 0 to 1 for the GCC5 C++11 ABI transition.

lp:ubuntu/vivid-proposed/cupt 1 Development 2014-11-02 13:37:47 UTC
63. * lib: - system/worker: - 'chan...

Author: Eugene V. Lyubimkin
Revision Date: 2014-10-19 20:50:23 UTC

* lib:
  - system/worker:
    - 'changeSystem': preinstall hooks: pass original version strings of
      installed versions, not id-suffixed ones. (Closes: #764754)
  - cache:
    - Version pinning: fixed matching version strings of installed versions.
      (Closes: #764238)
  - system/resolvers/native:
    - Reverted 'fixed failing to satisfy 'remove x --no-remove'-kinds of
      requests', so 'no-remove' option works again for any kind of user
      requests. This now includes explicit ones as well, so
      'remove x --no-remove' are now expected to fail if 'x' is manually
      installed package. The regression was introduced in 2.7.3.
* cmakelists:
  - Added '-pthread' to compiling and linking flags. (Closes: #760489)

lp:ubuntu/vivid/cupt 2 Mature 2014-10-25 04:05:20 UTC
60. * lib: - system/worker: - 'chan...

Author: Eugene V. Lyubimkin
Revision Date: 2014-10-19 20:50:23 UTC

* lib:
  - system/worker:
    - 'changeSystem': preinstall hooks: pass original version strings of
      installed versions, not id-suffixed ones. (Closes: #764754)
  - cache:
    - Version pinning: fixed matching version strings of installed versions.
      (Closes: #764238)
  - system/resolvers/native:
    - Reverted 'fixed failing to satisfy 'remove x --no-remove'-kinds of
      requests', so 'no-remove' option works again for any kind of user
      requests. This now includes explicit ones as well, so
      'remove x --no-remove' are now expected to fail if 'x' is manually
      installed package. The regression was introduced in 2.7.3.
* cmakelists:
  - Added '-pthread' to compiling and linking flags. (Closes: #760489)

lp:ubuntu/utopic-proposed/cupt 2 Mature 2014-09-04 15:19:02 UTC
59. Build using -pthread.

Author: Matthias Klose
Revision Date: 2014-09-04 16:31:20 UTC

Build using -pthread.

lp:ubuntu/utopic/cupt 1 Development 2014-09-04 15:19:02 UTC
59. Build using -pthread.

Author: Matthias Klose
Revision Date: 2014-09-04 16:31:20 UTC

Build using -pthread.

lp:ubuntu/trusty/cupt 1 Development 2013-12-24 20:59:30 UTC
55. * lib: - system/worker: - 'rena...

Author: Eugene V. Lyubimkin
Revision Date: 2013-12-24 20:59:30 UTC

* lib:
  - system/worker:
    - 'renameSnapshot': don't accept invalid snapshot names.
    - Detect snapshot names having whitespace characters as invalid.
    - 'updateReleaseAndIndexData': reimplemented needed subset of <future>.
      Fixes FTBFS on armel. (Closes: #730974)
* debian:
  - control:
    - Bumped Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/trusty-proposed/cupt 1 Development 2013-12-24 20:59:30 UTC
55. * lib: - system/worker: - 'rena...

Author: Eugene V. Lyubimkin
Revision Date: 2013-12-24 20:59:30 UTC

* lib:
  - system/worker:
    - 'renameSnapshot': don't accept invalid snapshot names.
    - Detect snapshot names having whitespace characters as invalid.
    - 'updateReleaseAndIndexData': reimplemented needed subset of <future>.
      Fixes FTBFS on armel. (Closes: #730974)
* debian:
  - control:
    - Bumped Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/saucy-proposed/cupt 2 Mature 2013-06-25 20:57:51 UTC
52. * lib: - download/manager: - Av...

Author: Eugene V. Lyubimkin
Revision Date: 2013-06-25 20:57:51 UTC

* lib:
  - download/manager:
    - Avoid memory allocations in a signal handler when sending internal
      pings. This could hang the download manager. Many thanks to
      James McCoy for the final analysis. (Closes: #710239)

lp:ubuntu/saucy/cupt 1 Development 2013-06-25 20:57:51 UTC
52. * lib: - download/manager: - Av...

Author: Eugene V. Lyubimkin
Revision Date: 2013-06-25 20:57:51 UTC

* lib:
  - download/manager:
    - Avoid memory allocations in a signal handler when sending internal
      pings. This could hang the download manager. Many thanks to
      James McCoy for the final analysis. (Closes: #710239)

lp:ubuntu/raring-proposed/cupt 2 Mature 2012-10-29 04:50:38 UTC
50. * lib: - download/uri: - Constr...

Author: Eugene V. Lyubimkin
Revision Date: 2012-08-15 19:45:35 UTC

* lib:
  - download/uri:
    - Constructor: accept single- or triple-slashes after the ':' character,
      which is the usual situation for 'file' or 'copy' schemes.
      Thanks to Alexey Ivanov for the report. (Closes: #683873)
  - system/nativeresolver:
    - Fixed 'internal error: conflicting elements' in the corner case when
      one version of package A depends on a certain version which in turn
      depends on a different version of package A, plus additional
      circumstances apply.

lp:ubuntu/raring/cupt 1 Development 2012-10-20 16:53:28 UTC
50. * lib: - download/uri: - Constr...

Author: Eugene V. Lyubimkin
Revision Date: 2012-08-15 19:45:35 UTC

* lib:
  - download/uri:
    - Constructor: accept single- or triple-slashes after the ':' character,
      which is the usual situation for 'file' or 'copy' schemes.
      Thanks to Alexey Ivanov for the report. (Closes: #683873)
  - system/nativeresolver:
    - Fixed 'internal error: conflicting elements' in the corner case when
      one version of package A depends on a certain version which in turn
      depends on a different version of package A, plus additional
      circumstances apply.

lp:ubuntu/quantal/cupt 2 Mature 2012-06-28 14:03:52 UTC
48. * lib: - cache: - Parsing sourc...

Author: Eugene V. Lyubimkin
Revision Date: 2012-06-28 14:03:52 UTC

* lib:
  - cache:
    - Parsing sources list: parse afterline comments properly. Thanks to
      Alexey Ivanov for the report. (Closes: #678345)
* doc:
  - tutorial:
    - 'Disadvantages': said specificly that multiarch is not supported.
* po:
  - Added German translation by Chris Leick. (Closes: #677758)

lp:ubuntu/precise/cupt 2 Mature 2011-12-19 20:16:26 UTC
37. * console: - 'show', 'showsrc': pac...

Author: Eugene V. Lyubimkin
Revision Date: 2011-12-19 20:16:26 UTC

* console:
  - 'show', 'showsrc': package name wildcards now work with '--all-versions'.
    (Closes: #651889)
* lib:
  - cache:
    - Pin preferences: fixed 'origin' pin type support. (Closes: #651890)
    - Pin preferences: print a more user-friently error message when pin
      priority is not a valid integer. (Closes: #651894)
    - Parsing Release files: use 'Version' field when it's present.
      (Closes: #652379)
* doc:
  - man/cupt.1:
    - Documented the option '--show-not-preferred'. (Closes: #651888)

lp:ubuntu/oneiric/cupt 2 Mature 2011-07-24 13:31:34 UTC
31. * lib: - system/worker: - 'getA...

Author: Eugene V. Lyubimkin
Revision Date: 2011-07-24 13:31:34 UTC

* lib:
  - system/worker:
    - 'getArchivesInfo': fixed returning absolute path for files downloaded
      by APT. Thanks to Karol Kozłowski and James Vega for noticing.
* debian:
  - libcupt2-0.install:
    - Really install 'file' download method.

lp:ubuntu/natty/cupt 2 Mature 2010-10-13 03:05:50 UTC
24. * Cupt: - Config: - Fixed ignor...

Author: Eugene V. Lyubimkin
Revision Date: 2010-09-25 22:17:33 UTC

* Cupt:
  - Config:
    - Fixed ignoring 'APT::Never-MarkAuto-Sections' option.

lp:ubuntu/maverick/cupt 2 Mature 2010-06-14 21:45:29 UTC
22. * Cupt: - Cache: - Reading APT ...

Author: Eugene V. Lyubimkin
Revision Date: 2010-06-14 21:45:29 UTC

* Cupt:
  - Cache:
    - Reading APT preferences: handle multiple package names, separated by
      spaces, correctly. Thanks to Julian Andres Klode for the report.
      (Closes: #585017)
  - System:
    - Worker:
      - Fixed passing version comparison result for pre-install hooks of
        version 2 in case of removals, re-installs and downgrades.
      - In case of circular actions error, suggest to add failed packages
        to 'cupt::worker::allow-indirect-upgrade' option.

lp:ubuntu/lucid/cupt 1 Development 2010-01-12 14:02:06 UTC
19. * Cupt: - System: - Worker: ...

Author: Eugene V. Lyubimkin
Revision Date: 2010-01-12 14:02:06 UTC

* Cupt:
  - System:
    - Worker:
      - 'change_system': perform download stage after determining dpkg call
        sequence.
      - Fixed the stupid long-standing bug with forgetting some action
        dependencies for relation expressions which involve several binary
        packages. Thanks to James Vega for spotting it. (Closes: #564724)
    - Resolvers/Native:
      - Significantly increased the penalty for removing installed packages.
      - Optimize building solution tree in case of actions that resolve
        conflicts with multiple packages that provide the same virtual
        package.
  - Config:
    - Added the 'aptlistbugs::*' option family. Thanks to Ryan Niebur.

lp:ubuntu/karmic/cupt 1 Development 2009-08-16 22:30:58 UTC
3. * Cupt: - System: - Worker: ...

Author: Eugene V. Lyubimkin
Revision Date: 2009-06-21 18:42:49 UTC

* Cupt:
  - System:
    - Worker:
      - 'update_release_and_index_data': fixed downloading of non-compressed
        indexes.
      - 'update_release_and_index_data': fixed removing downloaded file after
        uncompressing.
      - 'update_release_and_index_data': remove the downloaded Release.gpg if
        signature verification failed and 'cupt::update::keep-bad-signatures'
        is false (this is the default setting) for the compatibility with APT.
        Thanks to Goswin von Brederlow <goswin-v-b@web.de>.
        (Closes: #533753). Urgency is set to 'medium' because of this fix.
      - 'update_release_and_index_data': download index file even if
        signature download/check failed.
    - Resolvers/Native:
      - Reworked solution rank system.
      - Dropped 'first-good' solution chooser. It can be mimicked by setting
        'max-solution-count' option to 1.
      - Run cleaning auto-installed packages also before resolving, aiming
        to reduce number of solutions resolver should work with.
      - Made "zero" line for actions 400 points less, affecting ordering
        solutions for processing for default 'fair' resolver type. Leads to
        significant (several times) speed-up for some cases. Makes possible
        to obtain at least one solution for some hard queries (like removing
        core system components).
      - Fixed erroneous auto-removing of some dependencies which were brought
        by 'satisfy' query.
  - Download:
    - Manager:
      - Enabled basic HTTPS protocol support.
      - IPC is rewritten using UNIX sockets instead of fifos.
    - Progress:
      - Changed speed-o-meter accuracy to 4 seconds (previous value was
        2 seconds).
    - Methods/Curl:
      - Added basic handling of transitive download errors.
  - Cache:
    - New free subroutine 'verify_signature'.
    - BinaryVersion:
      - [API break] Renamed field 'source_name' to 'source_package_name'.
      - Added a check for hash sums presence. Thanks to
        Goswin von Brederlow <goswin-v-b@web.de>.
      - Added a check for version string presence.
  - Config:
    - Added configuration option 'apt::cache-limit'. Thanks to
      Goswin von Brederlow <goswin-v-b@web.de>. (Closes: #533752)
    - New configuration option 'cupt::update::keep-bad-signatures'.
* debian/control:
  - Bumped Standards-Version to 3.8.2, no changes needed.
  - Changed Homepage to wiki.debian.org/Cupt.

119 of 19 results