Drupal updates in version 6 were causing some issue from within our network.
We tried update status proxy with no success. None of the patches seemed to make much difference.

In the end I put together a perl script to check local site for installed modules - compare to update site on drupal and to produce email with attachments of out of date modules.
This consists of:

1. Configuration file drupal-update.cfg (/usr/local/scripts/drupal-update.cfg)

2. drupal-modules.ignore
This is the file to list all modules that you wish ignore from being looked up
# list of modules to ignore
# module_name

3. Perl script drupal-update.pl

4. Cron entries
## Run drupal update script
30 7 * * * root cd /usr/local/scripts/; ./drupal-update.pl ./drupal-update.cfg security
40 7 * * 1 root cd /usr/local/scripts/; ./drupal-update.pl ./drupal-update.cfg

First runs every day looking for security upates
Second runs every monday to list all other updates

Project Activity

See All Activity >

Follow drupal-update

drupal-update Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Just to add, this should work on any version of drupal, within the configuration file you define drupal update url and version which in our case was 6.x This should drupal_version = 7.x Simply update the version to match version number you are running and configure the rest of the config file to receive notifications. the script as per crontab runs with 2 arguments. # Run weekly ./drupal-update.pl ./config-file.cfg - this will send emails of all updates # Run regular ./drupal-update.pl ./config-file.cfg security - this will send emails of all security updates
Read more reviews >

Additional Project Details

Registered

2011-12-16