./www/drupal6/core [powerful content management system]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 6.17, Package name: drupal-6.17
Maintained by: Marc Espie
Required to run:
[www/php5/core] [www/php5/extensions]
Master sites:
Description
Drupal is a powerful and flexible content management system.

Some of its appealing features:
- role-based permission system. Easy to set up exactly the roles you
need that match your organisation. Each content-type can be set up
per role (submission, approval, viewing rights).
- automated generation of tables through a view system. There's mostly
no need for static structure.
- powerful indexing capabilities through keywords organized in hierarchical
vocabularies (taxonomies).
- nice localization features. Missing translations can be supplied `on the fly'.
- url aliases for `nice site' look-ups.
- integrated downloads and uploads, so that external documents can be part
of your site.
- extensible content forms with typed fields (e.g., starting date).

- sensible security: mixed sites where the login url goes through https do
work without needing to change everything all over the place

Most sites will need
drupal6-views
drupal6-cck

UNMESSAGE
Your database is still there.

In mysql, if you want to finish wiping it out, you probably want to do
something like:

drop database drupal;
drop user drupal;



MD5: FPk2SW0fkn2bZeOEnXJ09A=
RMD160: mult4H8lAfgY7WtUm3r//DeXKqQ=
Filesize: 1067.536 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2010-06-03) Updated to version: drupal-6.17
  • (2010-03-05) Updated to version: drupal-6.16
  • (2009-12-19) Updated to version: drupal-6.15
  • (2009-10-01) Updated to version: drupal-6.14p0
  • (2009-09-20) Updated to version: drupal-6.14
  • (2009-07-27) Updated to version: drupal-6.13p1
  • (2009-07-17) Updated to version: drupal-6.13p0
  • (2009-07-15) Updated to version: drupal-6.13
  • (2009-05-16) Updated to version: drupal-6.12
  • (2009-04-04) Package added to openports.se, version drupal-6.10 (created)
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2010-08-31 02:15:45 by Antoine Jacoutot | Files touched by this commit (23)
Log message:
Remove PKGNAME=${DISTNAME} constructs where possible, as this is the
default anyway.
ok jasper@
   2010-06-03 10:25:23 by Marc Espie | Files touched by this commit (12)
Log message:
minor updates.
   2010-03-05 02:09:23 by Stephan A. Rickauer | Files touched by this commit (3)
Log message:
security update to 6.16, fixes DRUPAL-SA-CORE-2010-001.
ok jasper@, "I can vouch for it" @espie
   2009-12-18 12:05:57 by Marc Espie | Files touched by this commit (2)
Log message:
DRUPAL-SA-CORE-2009-009
Vulnerabilities in Contact module, XSS if malicious users can create menus.
   2009-10-01 06:28:34 by Antoine Jacoutot | Files touched by this commit (6)
Log message:
Tweak MESSAGE now that /var/www/tmp/ is here by default.
   2009-09-20 05:56:37 by Marc Espie | Files touched by this commit (2)
Log message:
security update (DRUPAL-SA-CORE-2009-008):
if you use OpenID, or your uploads are badly configured, you have a
security risk.
   2009-07-27 06:39:36 by Marc Espie | Files touched by this commit (3)
Log message:
drop bogus drupal5 substitution, no actual generated plists change
   2009-07-26 06:20:08 by Marc Espie | Files touched by this commit (41)
Log message:
tweak SUBST_VARS so that nodeaccess won't match DRUPAL_LOCALE (oops)
a few PKGNAME bumps needed after regenerating plists, because of DESCR
changes or .orig files from patches.
   2009-07-17 03:33:12 by Marc Espie | Files touched by this commit (4)
Log message:
a few minor tweaks:
- don't reload rewrite if it's already there, one less warning for httpd
- pinpoint translation errors
- document the painful state of updates from drupal5...
   2009-07-15 04:33:39 by Marc Espie | Files touched by this commit (19)
Log message:
update to current versions
   2009-05-15 15:21:27 by Stuart Henderson | Files touched by this commit (2)
Log message:
update to 6.12, fixes an xss issue. ok espie@