security update to horde-2.2.4 (session hijack fixes)
reminded by Soeren Thing Andersen <soeren@thing.dk> 
This commit is contained in:
parent
380c126d1d
commit
797cb5be17
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2003/07/04 23:35:25 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2003/11/23 19:04:47 avsm Exp $
|
||||
|
||||
COMMENT= "modular framework for web-based applications"
|
||||
|
||||
V= 2.2.3
|
||||
V= 2.2.4
|
||||
DISTNAME= horde-${V}
|
||||
CATEGORIES= devel www
|
||||
HOMEPAGE= http://www.horde.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (horde-2.2.3.tar.gz) = 27e5c190a6a22a6aa2201e6b714a653d
|
||||
RMD160 (horde-2.2.3.tar.gz) = fe86a76c708556bfb832ef4aa3847ec907293344
|
||||
SHA1 (horde-2.2.3.tar.gz) = 4a06cd0da60ee122e48685ab012f032e7a41d0e3
|
||||
MD5 (horde-2.2.4.tar.gz) = b1d70da4ec4e06344abe88670e29b093
|
||||
RMD160 (horde-2.2.4.tar.gz) = daac5ee13f89b922122d82af8f5d8840f1ec6590
|
||||
SHA1 (horde-2.2.4.tar.gz) = d7b185f0a9e07a9121985d6f6e8aa428d76a83a7
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2003/05/03 09:38:21 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2003/11/23 19:04:47 avsm Exp $
|
||||
horde/COPYING
|
||||
horde/README
|
||||
horde/config/.htaccess
|
||||
@ -17,6 +17,7 @@ horde/docs/CONTRIBUTING
|
||||
horde/docs/CREDITS
|
||||
horde/docs/HACKING
|
||||
horde/docs/INSTALL
|
||||
horde/docs/SECURITY
|
||||
horde/docs/TRANSLATIONS
|
||||
horde/graphics/alerts/error.gif
|
||||
horde/graphics/alerts/message.gif
|
||||
@ -169,6 +170,7 @@ horde/lib/VFS/sql_file.php
|
||||
horde/lib/base.php
|
||||
horde/lib/version.php
|
||||
horde/locale/.htaccess
|
||||
horde/locale/ar_SY/LC_MESSAGES/horde.mo
|
||||
horde/locale/bg_BG/LC_MESSAGES/horde.mo
|
||||
horde/locale/ca_ES/LC_MESSAGES/horde.mo
|
||||
horde/locale/cs_CZ/LC_MESSAGES/horde.mo
|
||||
@ -187,6 +189,7 @@ horde/locale/ja_JP/LC_MESSAGES/horde.mo
|
||||
horde/locale/ko_KR/LC_MESSAGES/horde.mo
|
||||
horde/locale/lt_LT/LC_MESSAGES/horde.mo
|
||||
horde/locale/lv_LV/LC_MESSAGES/horde.mo
|
||||
horde/locale/mk_MK/LC_MESSAGES/horde.mo
|
||||
horde/locale/nb_NO/LC_MESSAGES/horde.mo
|
||||
horde/locale/nl_NL/LC_MESSAGES/horde.mo
|
||||
horde/locale/nn_NO/LC_MESSAGES/horde.mo
|
||||
@ -210,6 +213,7 @@ horde/navbar.php
|
||||
horde/po/.htaccess
|
||||
horde/po/Makefile
|
||||
horde/po/README
|
||||
horde/po/ar_SY.po
|
||||
horde/po/bg_BG.po
|
||||
horde/po/ca_ES.po
|
||||
horde/po/cs_CZ.po
|
||||
@ -228,6 +232,7 @@ horde/po/ja_JP.po
|
||||
horde/po/ko_KR.po
|
||||
horde/po/lt_LT.po
|
||||
horde/po/lv_LV.po
|
||||
horde/po/mk_MK.po
|
||||
horde/po/nb_NO.po
|
||||
horde/po/nl_NL.po
|
||||
horde/po/nn_NO.po
|
||||
@ -268,6 +273,7 @@ horde/scripts/ldap/horde.schema
|
||||
horde/scripts/mime_mapping/Makefile
|
||||
horde/scripts/mime_mapping/convert.pl
|
||||
horde/scripts/mime_mapping/mime.types
|
||||
horde/scripts/mime_mapping/mime.types.horde
|
||||
horde/scripts/set_perms.sh
|
||||
horde/status.php
|
||||
horde/templates/.htaccess
|
||||
@ -316,6 +322,7 @@ horde/templates/wml/login/login.inc
|
||||
horde/templates/wml/login/user.inc
|
||||
horde/test.php
|
||||
horde/util/css2horde.php
|
||||
horde/util/go.php
|
||||
horde/util/special_characters.php
|
||||
@dirrm horde/util
|
||||
@dirrm horde/templates/wml/login
|
||||
@ -367,6 +374,8 @@ horde/util/special_characters.php
|
||||
@dirrm horde/locale/nl_NL
|
||||
@dirrm horde/locale/nb_NO/LC_MESSAGES
|
||||
@dirrm horde/locale/nb_NO
|
||||
@dirrm horde/locale/mk_MK/LC_MESSAGES
|
||||
@dirrm horde/locale/mk_MK
|
||||
@dirrm horde/locale/lv_LV/LC_MESSAGES
|
||||
@dirrm horde/locale/lv_LV
|
||||
@dirrm horde/locale/lt_LT/LC_MESSAGES
|
||||
@ -400,6 +409,8 @@ horde/util/special_characters.php
|
||||
@dirrm horde/locale/ca_ES
|
||||
@dirrm horde/locale/bg_BG/LC_MESSAGES
|
||||
@dirrm horde/locale/bg_BG
|
||||
@dirrm horde/locale/ar_SY/LC_MESSAGES
|
||||
@dirrm horde/locale/ar_SY
|
||||
@dirrm horde/locale
|
||||
@dirrm horde/lib/VFS
|
||||
@dirrm horde/lib/Token
|
||||
|
Loading…
Reference in New Issue
Block a user