SlackCheck allows users to keep many Slackware machines up to date with the latest packages. All upgrades are performed from single machine though SSH (or RSH). It generates an upgrade script and list of non-standard packages for every machine. https://georgi.unixsol.org/programs/slackcheck/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ChangeLog 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. #
  2. # $Id: ChangeLog,v 1.26 2009/05/20 09:19:43 gf Exp $
  3. #
  4. v3.80 - 20 May 2009
  5. Updated to allow upgrade with newer (LZMA) package compression
  6. v3.70 - 10 July 2006
  7. Update file generation is further sped up
  8. Added progress indicator and host status after update file generation
  9. Added log file for each host updates
  10. v3.60 - 06 July 2006
  11. Update file generation was sped up by factor of 3
  12. Added --verbose option to see what packages will be upgraded
  13. A bug was fixed that prevented --gen command from working after --sync
  14. v3.50 - 20 December 2005
  15. Added possibility to use per host package ignore lists
  16. v3.40 - 31 January 2005
  17. Fix check for aaa_elflibs package.
  18. v3.30 - 29 January 2005
  19. Do not try to upgrade aaa_elflibs package. As Patrick says, this package
  20. should be installed initially and then never upgraded. For more info
  21. see Slackware-current ChangeLog from Mon Jan 24 20:41:03 PST 2005
  22. An example has been added on how to use slackcheck to update packages
  23. using Slackware CD (see config.sh)
  24. v3.20 - 02 June 2004
  25. A bug was fixed that was preventing correct checksum validation when two
  26. packages have the same names but are in different directories.
  27. A bug was fixed that prevented updating system that has no modutils
  28. installed.
  29. v3.10 - 06 January 2004
  30. Fix stupid bug that prevents --local from working when slcheck is run from
  31. root account.
  32. v3.00 - 05 January 2004
  33. New option that allows upgrade of local machine only. Help was improved by
  34. adding more examples and better description of available program options.
  35. A workaround has been added for the aaa_elflibs package in -current.
  36. v2.80 - 05 September 2003
  37. A workaround has been added for the module-init-tools package in -current.
  38. v2.70 - 12 June 2003
  39. A workaround has been added for the utempter package in slackware-current.
  40. v2.60 - 25 May 2003
  41. A workaround has been added for the coreutils package in slackware-current.
  42. v2.50 - 18 Apr 2003
  43. Rewritten detection of updated packages. The logic now is less error prone.
  44. v2.40 - 09 Apr 2003
  45. Use CHECKSUMS.md5 from / directory. This allows patches/ directory to be
  46. scanned also. Please update your config.sh file!
  47. Fix wrong md5 sums file generation.
  48. Don't use non-verbose mode for wget. It's broken in the latest wget release.
  49. v2.30 - 16 Mar 2003
  50. Remove checks for program existence if xxx_CHECK features are not used.
  51. Replace hardcoded check for wget with correct check for $DL_PRG.
  52. v2.20 - 11 Mar 2003
  53. Added workaround for sed. Longer explanation: sed was split out of bin
  54. package so upgrading bin package caused pkgtools to stop working. The
  55. workaround prevents this by checking if sed is useful after each upgradepkg.
  56. v2.10 - 10 Mar 2003
  57. Added "smart upgrade". When this function is enabled, slackcheck will run
  58. 'lilo' when lilo or kernel packages are upgraded. Without this your system
  59. can be left unbootable.
  60. Fixes for MD5 and signature checks.
  61. v2.00 - 07 Mar 2003
  62. This version works correctly with Slackware 9.0rc1 and above
  63. Upgrade script is now template. This allows easier customizations
  64. MD5 sums and digital signatures of the packages are checked before upgrading
  65. Important packages (glibc, elflibs) are upgraded first
  66. In case of error (checksum, no free space, etc) upgrade is stopped immediately
  67. List of hosts can be set using --host or --file switches
  68. v1.00 - 05 Jan 2003
  69. Download package list from slackware mirror
  70. Generate "smart" upgrade scripts that download packages
  71. Automatic upgrade mode - this allows easy upgrading of many machines at once
  72. Manual upgrade mode - just copy upgrade scripts to machines