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.4KB

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