Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37543416
en ru br
ALT Linux repos
S:0.5.15lorg2-alt86
5.0: 0.5.15lorg2-alt26
4.1: 0.5.15lorg2-alt20.M41.1
4.0: 0.5.15lorg2-alt18.M40.1
+updates:0.5.15lorg2-alt18
3.0: 0.5.15cnc6-alt16

Group :: System/Configuration/Packaging
RPM: apt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

24 july 2023 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt86

  • To make future API changes easier, extended a class so that it is suitable
     for aptitude and to untie aptitude and libapt. (Aptitude depended on its
     details, because it reimplemented it.) (Picked from Debian apt 0.6.42.4.)
  • Dropped a compat API, which could have still been relied on by libapt clients
     not aware of the support (since 0.5.15lorg2-alt73) for multiple hash types.

5 july 2023 Andrey Limachko <liannnix at altlinux.org> 0.5.15lorg2-alt85

  • Added loongarch64 to archtable (thx Alexey Sheplyakov)

2 june 2023 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt84

  • Fixed the display of descriptions in aptitude and packagekit (by making
     the format closer to Debian's):
     + Fixed the display of the first line, which was not shown in packagekit.
     + Fixed the regression (from 0.5.15lorg2-alt72) in the display of
       all but the first lines (in aptitude and packagekit). (ALT#40826)
     + This has also made packagekit show translated descriptions. (ALT#46251)
     + As a result, there is a cosmetic regression in synaptic: extra blanks.
  • Increased the buf for reading to 32k for effectiveness in methods:
     gzip (and other compression types), rsh, ftp.
  • Avoid compilation errors with GCC 13 (thx Alexey Sheplyakov). (ALT#46105)

21 february 2023 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt83

  • Made a bit nicer and more informative the new Debug::pkgMarkInstall messages,
     which were introduced in 0.5.15lorg2-alt81; renamed and mentioned there
     the new options: Debug::pkgMark-shallow, Debug::pkgMark-allcalls.
  • Worked around the problem with printing long messages by making the buffer
     1200 bytes large. (ALT#44941)
  • Avoid installing extra packages in some cases when this is really not needed
     to satisfy a request. (Correct cleanup in pkgProblemResolver::DoUpgrade.)

2 september 2022 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt82

  • tests:
     + Enhanced to be able to work with test packages containing some files.
       (This will be useful for testing the work with large RPM archives.)
     + Shortened the run time of apt-xxtra-heavy-load-checkinstall.
     + Shortened the run time of other *-checkinstall scripts
       (by shortening the the test with zillion packages).

3 august 2022 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt81

  • Fixed bad behavior when satisfying "Conflicts" or "Obsoletes" dependencies
     (discovered in ALT#42415), namely:
     + "Obsoletes" causing the deletion of its "virtual" targets (i.e.,
       providing packages) whereas this behavior is expected for Conflicts only;
     + versioned "Conflicts" (or "Obsoletes") causing the deletion of packages
       with non-matching version.
  • Enriched the output of Debug::pkgMarkInstall with the versions of
     the dependency targets and the targets being considered during the search.
  • Complemented it with new options (Debug::pkgMarkAllCalls,
     Debug::pkgMarkShallow) -- to understand better why the result of
     resolving a broken dep is unexpected in some cases.

2 june 2022 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt80

  • Fixed the new compilation warnings by simplifying the ALT-specific code
     in pkgcache.cc (AllTargets) from 0.5.15lorg2-alt31. (Discovered by gcc12.)

18 april 2022 Vitaly Chikunov <vt at altlinux.org> 0.5.15lorg2-alt79

  • wrapper: Undo sub-reaper and provide post-update hook instead.

26 march 2022 Vitaly Chikunov <vt at altlinux.org> 0.5.15lorg2-alt78

  • Fix apt-get wrapper under non-systemd systems by turning reaping off.

22 march 2022 Vitaly Chikunov <vt at altlinux.org> 0.5.15lorg2-alt77

  • Add wrapper to apt-shell too (closes: #42201).

13 march 2022 Vitaly Chikunov <vt at altlinux.org> 0.5.15lorg2-alt76

  • Add apt-get guarding wrapper that will prevent apt-get from exiting before
     all tasks are finished.

27 january 2022 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt75

  • Invalidate the in-memory cache of repositories when doing "update" or
     ListUpdate() to be able to detect updates without exiting the process,
     e.g., PackageKit or apt-shell (ALT#41816).
  • Added apt-under-pkdirect-checkinstall subpackage
     and added a test for FileList() API via packagekit.

4 december 2021 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt74

  • Implemented generic callback system for packagekit, allowing to show progress
     during offline-update to user. (Thx Oleg Solovyov mcpain@)

29 october 2021 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt73

  • (tests) Report if a test (marked XFAIL) uneXpectedly passes (XPASS).
  • (tests) Run them not in %check, but in *-checkinstall subpkgs. (To break
     build-dep cycle with apt-repo-tools, whose features are required by the tests,
     but which needs to be recompiled to be linked with libapt.)
  • (tests) Done more extensive testing of how apt works with "rpm" repos
     via any of the file, http(s), cdrom methods; including:
     + re-fetching if the saved complete or partial pkglist indices are corrupt
       (see https://bugzilla.altlinux.org/show_bug.cgi?id=40746#c9 );
     + the verification of the checksums of pkglist indices. (The verification
       is tested in two ways:
       * The verification of the checksum of a specific type is tested by faking
         it in the meta-data: for MD5, SHA1, SHA256, BLAKE2b and just the size.
       * Simply testing that a faked pkglist file of the same size is rejected--no
         matter which hashing algorithm is used.)
     + the verification of the checksums of rpm archives. (The verification
       is tested in two ways:
       * The verification of the checksum of a specific type is tested by faking
         it in the meta-data: for MD5, SHA1, SHA256, BLAKE2b.
       * Simply testing that a faked rpm file of the same size is rejected--no
         matter which hashing algorithm is used.)
  • (source code; ABI) Reverted a lot of inessential optimizations
     from 0.5.15lorg2-alt72.
  • (source code; ABI) Got rid of virtual methods with default parameters
     (because they are confusing for the programmer).
  • (source code; ABI) Backported some pieces of the support for the multiplicity
     of checksum (and compression) types from apt-rpm (thx imz@):
     + the type of the compression for "pkglist" indices;
     + the type of the checksum for "pkglist" indices;
     + the type of the checksum for "rpm" archives.
  • Added blake2b hash support (thx glebfm@).
  • Changed file and copy download methods to always compute checksums
     (thx glebfm@).

18 march 2021 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt72

  • Cleaned up the code (thx Dmitry V. Levin ldv@; including
     quite a few commits cherry-picked from http://apt-rpm.org/scm/apt.git):
     + to avoid compilation warnings altogether and some unreliable code;
     + to avoid using any old deprecated RPM API.
  • Reverted (for a while) new features with unreliable implementation introduced
     in 0.5.15lorg2-alt70 (dynamic resizing of allocated memory; some support
     for large files). Updated how the other changes look in the history
     (thx darktemplar@). (The soname has been bumped again.)
  • API changes:
     + Reverted inessential optimizations that caused incompatibilities with
       the Debian API (introduced in 0.5.15lorg2-alt70).
     + Made pkgCacheFile class lazy and immutable so that it better suits
       the expectations of modern libapt clients such as PackageKit
       and so that it is less prone to memory leaks and other programming errors.
     + And changed some other things (how functions return results) to avoid
       programming errors (which lead to the NULL dereference bugs listed below).
  • Fixed some recently introduced and recently discovered bugs:
     + APT now can handle packages without ARCH tag (such as gpg-pubkey, brought
       by 3rd-party packages) without a crash (thx darktemplar@ et al)
       (ALT#38381, ALT#38642).
     + Some crashes with incomplete indices (after the old apt-cdrom or for
       incompatible arch).
  • Increased the default APT::Cache-Limit (up to 192M)
     to make the "out of space" failure less probable for packagekit.

21 september 2020 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt71.3

  • Fixed copying release information from cdrom (thx Aleksei Nikiforov).
     (Closes: #37531)

22 july 2019 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt71

  • Introduced new function ListUpdate for improved packagekit support.
     (Note that the APT::Get::Archive-Cleanup configuration option has no longer
     any effect after this change. It was off by default.)

22 july 2019 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt70

  • Ported dynamic memory allocation from Debian.
  • Bumped soname due to ABI changes.

17 july 2019 Andrew Savchenko <bircoph at altlinux.org> 0.5.15lorg2-alt69

  • Add E2K arch support.

4 july 2019 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt68.1

  • Made the treatment of the File Provides and the version ID of
     installed packages "stable": not affected negatively by sources.list.
     Also negative effects of different pkglists from sources.list on each other
     have been mitigated. (A pkglist from sources.list that lacked disttags could
     shadow the File Provides of packages from the database or other pkglists.)

5 june 2019 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt68

  • Add disttag to VerStrs (used by APT to identify package versions).

5 june 2019 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt67

  • Print error and disable 'upgrade' by default.
     Using 'dist-upgrade' instead of 'upgrade' is advised.
     Allow enabling 'upgrade' via '--enable-upgrade' option or
     via 'APT::Get::EnableUpgrade' configuration setting (Closes: #30867).

5 june 2019 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt66

  • Fortified https method (Closes: #33732)
  • Dropped processing Realm name in http/https methods (Closes: #33236)

30 may 2019 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt65

  • Add buildtime to VerStrs (used by APT to identify package versions).
     This data is used in several manners:
     * by CheckDep() (only when matching a dependency with a real package);
     * rpm_name_conversion() (only when making up an id for a duplicated package);
     * and by *CmpVersion().
     The latter needs buildtime to determine the correct upgrade direction and
     can be called through the API with some externally supplied versions.
     In order to honor buildtime without changing the API and its clients, we pass
     buildtime inside the existing argument. (Also fixes ALT#36528)
  • Increase default APT::Cache-Limit in 1.5 times due to the extension of VerStrs
     (ALT#36775).

17 may 2019 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt64

  • Ported https support from Debian via https method to apt-https package (Closes: #33732).

11 may 2019 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt63

  • archtable:
     + added ppc64le;
     + added trivial arch translation (%_target_cpu -> %_target_cpu).

29 march 2019 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt62

  • Implemented --autoremove option for apt-get and apt-shell (Closes: #36322).
  • Fixed autoremove in apt-shell to properly process packages with pending removal.

28 december 2018 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt61

  • Fixed marking packages with transformed names as autoinstalled.

19 december 2018 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt60

  • Fixed releasing rpmdb if it was locked read-only.
  • Implemented new interface for querying packages pending to autoremoval.

19 december 2017 Aleksei Nikiforov <darktemplar at altlinux.org> 0.5.15lorg2-alt59

  • Fixed crash on fail to read package file.
  • Implemented following actions and commands (closes: #34036):
     "apt-get autoremove", "apt-mark showmanual [package1 ...]", "apt-mark showauto [package1 ...]",
     "apt-mark manual package1 [package2 ...]", "apt-mark auto package1 [package2 ...]",
     "apt-mark showstate [package1 ...]".

15 december 2017 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt58

  • cherry-picked from Debian 0.7.22 (git://anonscm.debian.org/git/apt/apt.git)
     some fixes for http download method (ALT: 18925)
     * Fix pipeline handling on http.cc
     (closes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=413324)
     (thx Otavio Salvador).
     * show error details of failed methods
     * if a process aborts with signal, show signal number
     * in http method: ignore SIGPIPE, we deal with EPIPE elsewhere
     (closes: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/385144)
     (thx Michael Vogt).

3 july 2017 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt57

  • Fixed script_slot variable (vseleznv@; ALT#32941).
  • Used recently restored librpm rpmRangesOverlap, and
     rpmCheckRpmlibProvides functions.

21 december 2016 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt56

  • Added support of lua 5.3.
  • Rebuilt with liblua5.3.

16 december 2016 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt55

  • Optimized all rpmds operations.

21 november 2016 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt54

  • Fixed build with rpm-4.13 (legion@).
  • Disabled fancypercents by default.
  • Backported fix for logic about package sizes.
  • Fixed support of librpm promoteepoch option.
  • Bumped soversion.

27 november 2015 Ivan Zakharyaschev <imz at altlinux.org> 0.5.15lorg2-alt53

  • doc/: Add a note about APT_CONFIG in the -c description
     (Closes: Debian #578267) (thx David Kalnischkies).

29 may 2015 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt52

  • Fixed apt usage with redefined rpm binary name.

28 may 2015 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt51

  • Bumped soversion.
  • Rebuilt for C++11 ABI.

31 march 2015 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt50

  • Increased default APT::Cache-Limit:
    + up to 96M on 64bit systems.
    + up to 80M on 32bit systems.

28 november 2014 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt49

  • Reintroduced '%set_verify_elf_method strict'.

25 november 2014 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt48

  • Added buildtime to downloaded package name.

12 september 2014 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt47

  • Added apt's package NEVRA string to OptionsHash.

10 september 2014 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt46.1

  • Bumped soversion.
  • Added aarch64 to archtable.

4 july 2014 Gleb Fotengauer-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt46

  • apt-pkg/policy.cc: it is ok, if default PinDir doesn't exist
     (reported by rider@).

1 july 2014 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt45.1

  • Rebuilt with rpm-4.0.4-alt100.78 (different size of rpmTagTable).

24 june 2014 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.5.15lorg2-alt45

  • Honor buildtime.
  • Added support of preferences.d dir.
  • apt-pkg/algorithms.cc: mark all installed packages first without auto
     installation in a dist-upgrade (probably fixes
     http://lists.altlinux.org/pipermail/devel/2009-May/171113.html ).

11 march 2014 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt44

  • libapt: enlarged integer types in pkgCache::Version (closes: #29514).

28 february 2014 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.5.15lorg2-alt43

  • use apt-cdrom for general distribution media
  • stricted verify-elf removed

10 january 2013 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt42

  • Fixed and enabled LFS support (closes: #28214).

24 may 2012 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt41

  • apt-get, apt-shell: when a package could not be found, print the
     unmangled package request string (by Igor Vlasenko; closes: #27364).
  • apt-shell: do not abort when commit is cancelled (closes: #13877);
     Unlike one may suppose, this change will not cause the cache of
     accumulated changes to be cleared by cancelled "commit" operation, but
     this is exactly what Vitaly Lipatov has proposed in his comments to #13877.

16 may 2012 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt40

  • Increased default APT::Cache-Limit on x86_64 up to 64M.

7 october 2011 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt39

  • Fixed build with rpm >= rpm-4.0.4-alt100.36.

13 february 2011 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt38

  • Enhanced ReInstall error diagnostics (closes: #24044).

27 january 2011 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt37

  • pkgcache.h: optimized FindPackage() stuff
  • depcache.cc: fixed -alt36 optimization

25 january 2011 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt36

  • depcache.cc: optimize CheckDep() calls for Now/Install/Candidate versions

23 november 2010 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt35

  • Fixed RPATH in apt utilities.
  • Applied strict ELF verification rules in this package.

4 november 2010 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt34

  • Increased default APT::Cache-Limit up to 48M.

18 august 2010 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt33

  • rpmpm.c: fixed rpmdepCheck() call

27 may 2010 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt32

  • acquire-item.cc: added support for xz-compressed pkglists

21 december 2009 Alexey I. Froloff <raorn at altlinux.org> 0.5.15lorg2-alt31.1

  • NMU:
     + RecordParser::Changelog(), SrcRecordParser::Changelog(): access to
       raw changelog data

17 december 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt31

  • rpmversion.cc (CheckDep): optimize out rpmRangesOverlap() call
  • pkgcache.cc (AllTargets): optimize out CheckDep() calls
  • luaiface.cc: added "savestate" and "restorestate"

20 november 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt30

  • added support for changelogs in "apt-cache show"

27 september 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt29

  • apt-utils no longer packaged, replaced with apt-repo-tools

3 august 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt28

  • apt-cache.cc: fixed "whatdepends" for versioned virtual dependencies

13 july 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt27

  • depcache.cc: fixed for gcc-4.4
  • buildlib/tools.m4: hackaround glibc soname change
  • apt-cache.cc: added APT::Cache::DumpPackages option

31 march 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt26

  • rpmpm.cc: try hard to fix package removal

26 march 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt25

  • rpmpm.cc: fixed removal of i586-*.32bit packages (Panu Matilainen)

24 march 2009 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt24

  • depcache.cc (MarkInstall): mark unambiguous dependencies first

19 january 2009 Stanislav Ievlev <inger at altlinux.org> 0.5.15lorg2-alt23

  • open rpm database with O_CREAT flag

9 january 2009 Slava Semushin <php-coder at altlinux.ru> 0.5.15lorg2-alt22.2

  • apt-shell: print newline symbol during quit by Ctrl+D
     (Based on feedback for bug #18343 from Ivan A. Melnikov aka iv@)

31 december 2008 Slava Semushin <php-coder at altlinux.ru> 0.5.15lorg2-alt22.1

  • apt-shell: show up "list" command by completion (#5953)
  • apt-shell: quit from shell by Ctrl+D (#6264, #18343)
  • apt-shell: describe -G and -g options in "help list" output (#18256)

12 december 2008 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt22

  • Fixed build with g++-4.3.x (Stanislav Ievlev).

29 august 2008 Alexander Myltsev <avm at altlinux.ru> 0.5.15lorg2-alt21

  • fix by led@: change type of Package.ID to int (fixes #16900)
  • fixes by raorn@:
  • apt-get.cc: protect VerTag (fixes #16311)
  • apt-get.cc: fix memory corruption (fixes #14929)
  • fileutl.cc: change semantics of flExtension() (fixes #15909)

11 may 2008 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt20

  • genpkglist.cc: RPMTAG_FILEFLAGS should not be copied into header list
  • lorg-cache-limit.patch: increase cache size limit
  • removed old triggers, updated dependencies

30 march 2008 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt19

  • lorg-pkgcachegen-selfprov.patch: allow self-referencing provides,
     so that e.g. ocaml-runtime#3.10.2-alt2 can provide ocaml-runtime = 3.10

17 december 2007 Alex V. Myltsev <avm at altlinux.ru> 0.5.15lorg2-alt18

  • algorithms.cc: number-aware package name comparison
     (now automake_1.10 > automake_1.9)

3 december 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt17

  • genpkglist.cc: rewrite copyStrippedFileList() to avoid inplace
     dirnames edit bug

23 november 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt16

  • genpkglist: removed very bad piece of code which could break
     my fine-grained file list stripping algorithm
  • genbasedir: made silent by default, added --verbose and --silent
     options (Alex V. Myltsev)

30 october 2007 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt15

  • apt-get: Fixed manifest file support (Stanislav Ievlev).

24 october 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt14

  • genpkglist: don't strip paths that are owned by 2 or more packages,
     to deal with cross-arch semi-unmets like /usr/share/wallpapers
  • apt-get: added support of manifest file (Stanislav Ievlev)

11 august 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt13

  • Updated file list stripping algorithm in genpkglist (apt-utils);
     now it keeps files which can resolve file-level dependencies.

1 august 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt12

  • Fixed apt-get exit status (#11527)

31 july 2007 Slava Semushin <php-coder at altlinux.ru> 0.5.15lorg2-alt11.1

  • Fixed typo in output of help command in apt-shell (#5400)
  • Fixed wrong message during remove package(s) in apt-shell (#7618)

9 april 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt11

  • Updated 'apt-get install' algorithm for versioned dependencies:
     + fixed wrong usage of ScoreSort condition introduced in previous release;
     + added explicit check if any package satisfying versioned dependency is
       already installed or selected for install; in this case, apt-get will
       not try to install any other package.

23 march 2007 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt10

  • Added bzip2 and gzip requirements (#10408).

22 march 2007 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt9

  • Updated my previous patch for versioned dependencies, which was half-way
     wrong and incomplete.  For versioned virtual dependencies like python=2.4,
     'apt-get install' will always select real package with the best version
     (which is python-strict#2.4.4-alt8, as for now)

31 december 2006 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt8

  • Fixed longstanding problem with versioned virtual packages (Alexey Tourbin),
     see http://lists.altlinux.org/pipermail/devel/2006-December/039317.html

30 november 2006 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt7

  • apt-get: More simple-output enhancements (Stanislav Ievlev).

10 october 2006 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt6

  • apt-get: Fixed virtual packages handling (Alexey Tourbin).
  • apt-get: Implemented simple-output option (Stanislav Ievlev).

5 october 2006 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt5

  • pkgCache::PrvIterator:
     + Add default constructor, required for aptitude 0.4.1 (Raorn, #9604).
  • rpmRecordParser::BufCat, rpmSrcRecordParser::BufCat:
     + Fix realloc usage (#9409).

16 may 2006 Alexey Tourbin <at at altlinux.ru> 0.5.15lorg2-alt4

  • Patched and rebuilt for lua-5.1.

1 april 2006 Dmitry V. Levin <ldv at altlinux.org> 0.5.15lorg2-alt3

  • Resolved a few issues introduced after cnc6.

29 march 2006 Anton Farygin <rider at altlinux.ru> 0.5.15lorg2-alt2

  • apt-shell: use string for MatchSection.

21 march 2006 Anton Farygin <rider at altlinux.ru> 0.5.15lorg2-alt1

  • Updated to 0.5.15lorg2.

21 february 2006 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt18

  • apt-get: Fixed APT::Get::PrintLocalFile for local files (#8902).

30 december 2005 ALT QA Team Robot <qa-robot at altlinux.org> 0.5.15cnc6-alt17.1

  • Rebuilt with libreadline.so.5.

25 november 2005 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt17

  • apt-utils: Set locale to "C" (#2587).
  • apt-utils: Added list of utilities to package description (#3564).
  • apt-get: Implemented APT::Get::PrintLocalFile option.

15 july 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt16

  • apt-shell: -q option for update added

8 july 2005 Kachalov Anton <mouse at altlinux.ru> 0.5.15cnc6-alt15

  • apt-pkg/sourcelist.cc:
     Added support for multiple fingerprints for the same vendor name

27 june 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt14

  • apt-shell: #5401 fixed (rider@)
  • apt-pipe: race during shutting down fixed

16 june 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt13

  • apt-shell: possible fix of #4707 (rider@)

31 may 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt12

  • apt-pipe: inactivity timeout removed
  • apt-pipe: do not copy packages from cdrom during install

18 may 2005 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt11

  • apt-get: corrected virtual package remove algorithm (#6276).
  • Updated default cdrom mount point (#6152).

17 may 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt10

  • Changed command line parsing order (zerg@, fixes #6815)
  • apt-shell: ls -G improvements (rider@)

4 may 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt9

  • apt-shell: ls -G redo (rider@)

28 april 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt8

  • belarusian translation updated
  • apt-shell: ls -g/-G implemented (rider@)
  • apt-pipe minor cleanups

11 april 2005 Sergey Bolshakov <sbolshakov at altlinux.ru> 0.5.15cnc6-alt7

  • Acquire::CDROM::mount value in apt.conf(5) changed from /mnt/cdrom to /media/cdrom
  • apt-pipe utility added

18 january 2005 ALT QA Team Robot <qa-robot at altlinux.org> 0.5.15cnc6-alt6.1

  • Rebuilt with libstdc++.so.6.

31 august 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt6

  • /var/lib/apt: relocated to libapt subpackage (#4697).
  • UnmountCdrom(): silently ignore subfs and supermount filesystems (#4806).

5 july 2004 Kachalov Anton <mouse at altlinux.ru> 0.5.15cnc6-alt5

  • apt-shell fixes (#3091)

7 june 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt4

  • apt-shell fixes from Mouse (#4306).

15 may 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt3

  • apt-pkg/pkgcachegen.cc:
     Remove old sources cache file before creating new one.
  • More fixes reported by compiler, patch by Anton V. Denisov.

14 may 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc6-alt2

  • Fixed aclocal warnings, patch by Anton V. Denisov.
  • Updated russian translation from Anton Denisov.

13 may 2004 Kachalov Anton <mouse at altlinux.ru> 0.5.15cnc6-alt1

  • Updated to 0.5.15cnc6.
  • New:
     + apt-0.5.15cnc6-alt-rpm-order (fix RPM::Order default value)
  • Updated:
     + apt-0.5.15cnc6-alt-fixes
     + apt-0.5.15cnc6-alt-defaults
     + apt-0.5.15cnc6-alt-rpm-fancypercent
     + apt-0.5.15cnc6-alt-virtual_scores
  • Merged upstream:
     + apt-0.5.15cnc6-alt-install_virtual

27 february 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc5-alt4

  • Fixed build with fresh autotools.

21 january 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc5-alt3

  • Readded contrib to documentation.
  • Updated russian translation from Anton Denisov.

19 january 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc5-alt2

  • Added one more %triggerun to correct apt.conf,
     due to apt methods migration.
  • Applied patch from Alexey Tourbin to use systemwide lua5.
  • Applied patch from Sviatoslav Sviridov to workaround VendorList bug.

16 january 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc5-alt1

  • Specfile cleanup.
  • Rediffed patches.
  • Fixed --help/--version segfault.
  • Fixed some compilation warnings.
  • Relocated methods to /usr/lib64/apt/methods/.

15 january 2004 Dmitry V. Levin <ldv at altlinux.org> 0.5.15cnc5-alt0.3

  • Updated:
     + apt-0.5.15cnc5-alt-rpm
     + apt-0.5.15cnc5-alt-rpm-fancypercent

13 january 2004 Anton Kachalov <mouse at altlinux.ru> 0.5.15cnc5-alt0.2

  • Updated and applied:
     + apt-0.5.15cnc5-alt-install_virtual
     + apt-0.5.15cnc5-alt-virtual_scores
  • Removed:
     + apt-0.5.4cnc9-alt-install_virtual_version (merged upstream).

26 december 2003 Anton V. Denisov <avd at altlinux.org> 0.5.15cnc5-alt0.1

  • Updated to 0.5.15cnc4.
  • Updated alt-rpm.patch.

9 december 2003 Anton V. Denisov <avd at altlinux.org> 0.5.15cnc4-alt0.2

  • Updated and applied alt-getsrc.patch.
  • Following patches still stay unapplied:
     + alt-install_virtual.patch
     + alt-install_virtual_version.patch
     + alt-virtual_scores.patch

8 december 2003 Anton V. Denisov <avd at altlinux.org> 0.5.15cnc4-alt0.1

  • Updated to 0.5.15cnc4.
  • Updated alt-distro.patch.
  • Updated russian translation.
  • Get rid of /usr/lib64/*.la files.
  • Still have disabled patches.

25 november 2003 Anton V. Denisov <avd at altlinux.org> 0.5.15cnc3-alt0.1

  • Updated to 0.5.15cnc3
  • Temporary disabled patches:
     + apt-0.5.4cnc9-alt-getsrc.patch
     + apt-0.5.5cnc4-alt-install_virtual.patch
     + apt-0.5.5cnc4.1-alt-virtual_scores.patch
  • Merged upstream patches:
     + apt-0.5.15cnc1-upstream-pinning-fix.patch
  • NOTE:
     + this release can not be used with hasher (until we 'll
       update temporary disabled patches);
     + all packages which uses libapt need to be rebuilt (library version
       changed).
  • TODO:
     + check and update our patches (most important);
     + update russian translation.

11 november 2003 Anton V. Denisov <avd at altlinux.org> 0.5.15cnc1-alt0.2

  • added apt-0.5.15cnc1-upstream-pinning-fix.patch.
  • Updated russian translation.

8 november 2003 Anton V. Denisov <avd at altlinux.org> 0.5.15cnc1-alt0.1

  • Updated to 0.5.15cnc1, renumbered patches.
  • Removed patches:
     + apt-0.5.5cnc5-panu-nodigest.patch
  • Updated patches:
     + alt-distro.patch
     + alt-rpm_cmd.patch
     + alt-defaults.patch
  • Merged upstream patches:
     + alt-bz2.patch
     + alt-versionmatch.patch
     + alt-versionmatch2.patch
     + alt-cleanups.patch
     + apt-0.5.12_apt-get_backports.patch
     + apt-0.5.12_apt-cache_backports.patch
     + apt-0.5.12_doc_backports.patch
     + apt-0.5.12_methods_backports.patch
     + apt-0.5.12_apt-pkg_backports.patch
     + apt-0.5.12_acqprogress_backports.patch
     + apt-0.5.12_tests_backports.patch
     + apt-0.5.14_apt_get_and_docs.patch
  • Temporary disabled patches:
     + alt-install_virtual_version.patch (need to be updated by author)
  • Following patches wasn't accepted by upstream (what to do with it?):
     + alt-packagemanager-CheckRConflicts.patch
     + alt-debsystem.patch
     + alt-install_virtual.patch
     + alt-fixpriorsort.patch
     + alt-rpm-fancypercent.patch
     + alt-virtual_scores.patch
     + alt-parseargs.patch

9 october 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc6-alt0.8

  • added BuildRequires: python (fix build in hasher).
  • partial merge with upstream APT (0.5.14):
     + apt-0.5.14_apt_get_and_docs.patch

8 october 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc6-alt0.7

  • added apt-0.5.5cnc6-alt-cleanups.patch (fixed some compiler warnings)
  • sync with apt-0.5.5cnc4.1-alt7:
     + updated alt-fixpriorsort.patch
     + updated alt-rpm-fancypercent.patch
     + updated alt-parseargs.patch (and update it for cnc6)
     + added alt-virtual_scores.patch
     + renamed spec file.

7 october 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc6-alt0.5

  • partial merge with upstream APT (0.5.12):
     + apt-0.5.12_apt-cache_backports.patch
     + apt-0.5.12_apt-get_backports.patch
     + apt-0.5.12_doc_backports.patch
     + apt-0.5.12_methods_backports.patch
     + apt-0.5.12_apt-pkg_backports.patch
     + apt-0.5.12_acqprogress_backports.patch
     + apt-0.5.12_tests_backports.patch

6 october 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc6-alt0.4

  • sync with apt-0.5.5cnc4.1-alt6:
     + added apt-0.5.5cnc4.1-alt-parseargs.patch
     + added apt-0.5.5cnc6-alt-fixpriorsort.patch

5 september 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc6-alt0.3

  • s/$RPM_BUILD_ROOT/%buildroot/g in spec file.
  • Updated BuildRequires in Sisyphus (20030704) env.
  • Updated russian translation.
  • sync with apt-0.5.5cnc4.1-alt5:
     + added apt-0.5.5cnc4-alt-defaults.patch
     + cleaned up /etc/apt.conf file.
     + updated alt-install_virtual.patch
     + added apt-0.5.5cnc4-alt-versionmatch2.patch
     + do not build static libraries by default.

16 june 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc6-alt0.1

  • Updated to 0.5.5cnc6.
  • Re-added patches due to upstream changes:
     + alt-debsystem.patch (apt-pkg/deb/debsystem.cc was added again).
  • Downgraded patches due to upstream changes:
     + alt-getsrc.patch (apt-pkg/deb/debsrcrecords.h was added again).
  • Packaged directories:
     + Dir::Bin::scripts (/usr/lib/apt/scripts);
  • Updated %doc (contrib dir added).

6 june 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc5-alt0.5

  • old changelog entries come back as rpm_old_changelog.
  • updated %find_lang call.
  • added -I m4 for %__aclocal call.
  • more macroszification.
  • My Mother birthday edition.

3 june 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc5-alt0.4

  • %install section reworked (%makeinstall use).
  • %build section cleaned up.
  • %_libdir/*.la moved to libapt-devel subpackage.
  • apt.8 removed from sources.
  • Dropped obsolete old patches.
  • Dropped old changelog entries.

3 june 2003 Anton V. Denisov <avd at altlinux.org> 0.5.5cnc5-alt0.3

  • Updated to 0.5.5cnc5, renumbered patches.
  • Added patches:
     + apt-0.5.5cnc5-panu-nodigest.patch
  • Updated patches:
     + alt-getsrc
     + alt-rsync
     + alt-tinfo
     + alt-rpm (check this one)
  • Removed patches due to upstream changes:
     + alt-debsystem
  • Merged upstream patches:
     + alt-i18n-apt-cdrom
     + apt-cnc-20030322-algo
  • Updated russian translation.
  • Explicitly use autoconf-2.5 and automake-1.7 for build.
  • Major changes in spec file (need more changes).
  • Updated buildrequires (libbeecrypt-devel and glibc-devel-static added).

28 april 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc4.1-alt4

  • apt-get: substitute virtual package with real one (mouse).
  • libapt: ignore serial and check both for version and
     version-release while matching version string (mouse).
  • Mouse birthday edition.

25 march 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc4.1-alt3

  • Applied cnc-20030322 algorithm changes.
  • Updated russian translation (avd).

11 march 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc4.1-alt2

  • Fixed -lncurses/-ltinfo linkage.
  • Updated buildrequires.

8 march 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc4.1-alt1

  • Updated to 0.5.5cnc4.1

7 march 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc4-alt1

  • Updated to 0.5.5cnc4, renumbered patches.
  • Updated patches:
     + alt-rpm_cmd
  • Removed patches due to upstream fixes:
     + alt-APT_DOMAIN
     + alt-specialchars
  • Packaged directories:
     + Dir::Etc::sourceparts (/etc/apt/sources.list.d);
     + Dir::State::prefetch (/var/lib/apt/prefetch).
  • apt-cdrom: i18n'ed (avd).
  • Updated russian translation (avd).

28 february 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc3-alt1

  • Updated to 0.5.5cnc3

23 february 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc2-alt1

  • Updated to 0.5.5cnc2
  • Merged upstream patches:
     + alt-rpmlistparser-kernel
     + mattdm-manbuild
  • Updated genbasedir (svd).
  • Cleaned up genbasedir a bit.
  • Cleaned up and updated buildrequires.

13 february 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc1-alt3

  • Introduced APT::Ignore-dpkg support and set this flag by default,
     to address #0002119.

12 february 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc1-alt2

  • Updated russian translation (Vyacheslav Dikonov).
  • Updated buildrequires.

7 february 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.5cnc1-alt1

  • Updated to 0.5.5cnc1
  • Fixed build:
     + alt-APT_DOMAIN
     + mattdm-manbuild
  • Merged upstream patches:
     + alt-algo
     + alt-replace
     + alt-fixes
     + alt-CachedMD5
     + alt-rename-segfault
     + alt-rpmrecords_epoch
     + alt-lockfix
     + alt-cdrom-unmount
  • Updated patches:
     + alt-distro
     + alt-pkgpriorities
     + alt-methods_gpg_homedir
  • Removed patches:
     + alt-INLINEDEPFLAG

28 january 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt8

  • apt-cdrom: Unmout cdrom in case if package file wasn't found (avd).
  • apt-cdrom: Fixed default disk name (#0001886).

21 january 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt7

  • apt-pkg: fixed RPMTAG_EPOCH handling (#0002019, avd).
  • apt-get: try to fix lock problem (#0002013, vsu).
  • apt-pkg: added APT::Install::VirtualVersion support (mouse).
  • methods/gpg (#0001945):
     + added APT::GPG::Homedir support and enabled it by default;
     + dropped APT::GPG::Pubring support.
  • apt-pkg: experimental patch for pkgOrderList::Score (#0001931).

17 january 2003 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt6

  • apt: PreReq: /usr/bin/subst (#0001801).
  • apt-get: added APT::Install::Virtual support (mouse).
  • apt-cdrom: applied alt-specialchars patch from Anton V. Denisov,
     needs to be tested though.
  • apt.conf: added "-adv" and "-linus" kernels to Allow-Duplicated list.

26 december 2002 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt5

  • apt-pkg/packagemanager.cc (pkgPackageManager::CheckRConflicts):
     Ignore versionless reverse dependencies (mouse).

23 december 2002 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt4

  • Removed builtin defaults for RPM::Allow-Duplicated and RPM::Hold options
     (was added in 0.5.4cnc9-alt1).
  • rpmListParser::Package(): removed "kernel" hack.

19 december 2002 Sviatoslav Sviridov <svd at altlinux.ru> 0.5.4cnc9-alt3

  • patch for check .bz2 extension in file method
  • fixed possible segfault in pkgAcquire::Item::Rename

17 december 2002 Sviatoslav Sviridov <svd at altlinux.ru> 0.5.4cnc9-alt2

  • Updated rsync method:
     + Fixed bug leading to race condition.
     + Acquire::rsync::options:: in apt.config allows specification
       of any user-defined option for /usr/bin/rsync.
     + Support port specification in URIs
  • Updated README.rsync

3 december 2002 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt1

  • Reverted 1 of 4 hunks in sorting order fix, to be compatible with upstream.
     We will use pkgpriorities instead.
  • Renamed rpmpriorities to pkgpriorities and moved it to apt-conf package.
  • Several compilation fixes.
  • Fixed gettextization.
  • Set builtin defaults for RPM::Allow-Duplicated and RPM::Hold options.
  • Renumbered patches.
  • Replaced patch to genbasedir with shell script.
  • genbasedir:
     + Added new options: --no-oldhashfile, --newhashfile, --no-newhashfile.
     + Enabled generation of both old and new hashfiles by default.
  • Do not use __progname in CachedMD5 implementation.
  • Fixed apt upgrade trigger.
  • Renamed to apt and built for Sisyphus.

2 december 2002 Kachalov Anton <mouse at altlinux.ru> 0.5.4cnc9-alt0.5

  • Fixed replace support

26 november 2002 Dmitry V. Levin <ldv at altlinux.org> 0.5.4cnc9-alt0.4

  • Updated genbasedir patch.
  • Fixed sorting algorithm (mouse).
  • rpmpriorities: removed libs and obsolete packages.

23 november 2002 Ivan Zakharyaschev <imz at altlinux.ru> 0.5.4cnc9-alt0.3

  • utils: add -0.5 suffix to /var/cache/apt/gen* (to enable caching for the
     corresponting utils; <svd@altlinux.ru>);
  • describe --mapi in genbasedir usage message;
  • include some empty /etc/apt/*.d/ which can be used;

16 november 2002 Sviatoslav Sviridov <svd at altlinux.ru> 0.5.4cnc9-alt0.2

  • patch for add option "--fancypercent" to rpm
  • patch for genbasedir
  • Fixed dependencies:
     + rsync >= 2.5.5-alt3 (now in sisyphus) for apt-0.5-rsync
     + sed for apt-utils (by genbasedir)
  • Updated apt.conf:
     + added option RPM::Order="true"

28 october 2002 Ivan Zakharyaschev <imz at altlinux.ru> 0.5.4cnc9-alt0.1

  • sync with apt-0.3.19cnc55-alt9:
    + rpmpriorities: updated lists (up to alt9);
    + /var/lib/apt: fixed permissions
      (used to be: drwxrws--- root rpm, now: drwxr-xr-x root root);
  • apt.conf: APT::GPG::PubringPath -> APT::GPG::Pubring transition
     (the default apt.conf and %triggerun affected);
     (this is what you have to do to make signed sources work!)
  • port getsrc patch (from ALT's apt-0.3 branch);
  • new upstream release: apt-0.5.4cnc9 ("early remove" problems are said
     to be solved now).

16 october 2002 Sviatoslav Sviridov <svd at altlinux.ru> 0.5.4cnc8-alt0.1

  • new release: apt-0.5.4cnc8

17 september 2002 Svaitoslav Sviridov <svd at altlinux.ru> 0.5.4cnc7-alt0.1

  • new release: apt-0.5.4cnc7
  • included patch for rsync method

11 august 2002 Anton V. Denisov <avd at altlinux.ru> 0.5.4cnc6-alt0.1

  • Updated:
    + APT-0.5.4cnc6 (bugfix release - fixed some segfaults)

7 august 2002 Anton V. Denisov <avd at altlinux.ru> 0.5.4cnc5-alt0.2

  • Fixed:
    + BuildRequires (updated by new version of buildreq utility)

6 august 2002 Anton V. Denisov <avd at altlinux.ru> 0.5.4cnc5-alt0.1

  • Fixed:
    + Symlinks for ssh and bzip2 methods
    + Spec file (apt!=apt - I forgot this)
  • Updated:
    + APT-0.5.4cnc5
  • Removed:
    + apt-0.5.4cnc1-alt-enable-rsh-method.patch

31 july 2002 Anton V. Denisov <avd at altlinux.ru> 0.5.4cnc4-alt0.1

  • Fixed:
       + apt.conf syntax a little
       + %doc syntax a little
  • Updated:
       + APT-0.5.4cnc4
       + BuildRequires
    -Removed:
       + apt-0.5.4cnc3-alt-configure-version.patch

27 july 2002 Anton V. Denisov <avd at altlinux.ru> 0.5.4cnc3-alt0.1

  • Fixed:
       + libapt-0.5-devel requires
       + apt.conf syntax
  • Updated:
       + APT-0.5.4cnc3
       + apt.conf
       + rpmpriorities
       + APT Development Team e-mail
       + apt-0.5 requires
       + select-genlist.patch for new version
       + Spec file
       + %doc section
  • Added:
       + Patch for some debug in md5 operations.
       + apt-0.5.4cnc3-alt-configure-version.patch

19 july 2002 Ivan Zakharyaschev <imz at altlinux.ru> 0.5.4cnc1-alt0.3

  • make genbasedir-0.5 call gen{pkg,src}list-0.5 respectively

19 july 2002 Ivan Zakharyaschev <imz at altlinux.ru> 0.5.4cnc1-alt0.2

  • fix the trigger script;
  • add 0.5 to the package names and apt-utils binaries (to make co-existence
     of apt-utils possible).

19 july 2002 Anton V. Denisov <avd at altlinux.ru> 0.5.4cnc1-alt1

  • New upstream release.
  • Some patches regenerated for new version.
  • Spec modified for new version.
  • It's a just build for Deadalus - not for actual use.
  • I just built it but not test yet.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin