update to 2.3
fixes a session reuse issue even though this release has not been tagged as 'security relevant'. Details at http://drupal.org/node/967244. Make sure you upgrade all files while you're logged in (or have access to settings.php) otherwise you'll lock yourself out pretty easily, in case you use Captcha for logins. Database upgrade required, too.
This commit is contained in:
parent
35c222ff4a
commit
70b13ec0f8
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2010/11/15 09:05:41 stephan Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/18 13:38:39 stephan Exp $
|
||||
|
||||
COMMENT = challenges and captcha
|
||||
|
||||
DISTNAME = captcha-6.x-2.2
|
||||
PKGNAME = drupal6-captcha-2.2
|
||||
REVISION = 0
|
||||
DISTNAME = captcha-6.x-2.3
|
||||
PKGNAME = drupal6-captcha-2.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (drupal6/captcha-6.x-2.2.tar.gz) = jMU0RLHcrqmA84gkASmsTg==
|
||||
RMD160 (drupal6/captcha-6.x-2.2.tar.gz) = 4jpBb5IcpKe6VvnbiAzw1IFbeic=
|
||||
SHA1 (drupal6/captcha-6.x-2.2.tar.gz) = 4wC8sk6zAvjJgSfOKBGN4uDs3w0=
|
||||
SHA256 (drupal6/captcha-6.x-2.2.tar.gz) = lTmX/NlLR1lSyXOfMuYDtg/GHKuZoPZyH8HI15D6QB4=
|
||||
SIZE (drupal6/captcha-6.x-2.2.tar.gz) = 176535
|
||||
MD5 (drupal6/captcha-6.x-2.3.tar.gz) = xOot2+2UUrKMbvR1OIv7Tw==
|
||||
RMD160 (drupal6/captcha-6.x-2.3.tar.gz) = e5ONCyfgILAaQoxob/4S6/PFfI0=
|
||||
SHA1 (drupal6/captcha-6.x-2.3.tar.gz) = 2p8TSHAjciKmfMB2ZrhdUeUCsLs=
|
||||
SHA256 (drupal6/captcha-6.x-2.3.tar.gz) = XnbRkI8qhyMkCRhRYQ49sLeedanUTWam/Hx4Eiq+j8Q=
|
||||
SIZE (drupal6/captcha-6.x-2.3.tar.gz) = 184347
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/05/21 09:01:42 stephan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/11/18 13:38:39 stephan Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}captcha/
|
||||
@ -40,6 +40,7 @@ ${DRUPAL_MODS}captcha/translations/fi.po
|
||||
${DRUPAL_MODS}captcha/translations/fr.po
|
||||
${DRUPAL_MODS}captcha/translations/he.po
|
||||
${DRUPAL_MODS}captcha/translations/hu.po
|
||||
${DRUPAL_MODS}captcha/translations/id.po
|
||||
${DRUPAL_MODS}captcha/translations/it.po
|
||||
${DRUPAL_MODS}captcha/translations/lt.po
|
||||
${DRUPAL_MODS}captcha/translations/nl.po
|
||||
|
Loading…
Reference in New Issue
Block a user