Update Turba to version 2.3.1
This is a minor security release that fixes unescaped output in the test script. All users are encouraged to upgrade to this release. In addition all users are encouraged to disable test.php in production, per the install documentation.
This commit is contained in:
parent
5813f48def
commit
1f72c9f583
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2008/10/30 09:45:50 mbalmer Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2008/12/13 08:48:20 mbalmer Exp $
|
||||
|
||||
COMMENT= contact management module for Horde
|
||||
|
||||
HORDE_MODULE= turba
|
||||
HORDE_NAME= Turba
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.1
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (turba-h3-2.3.tar.gz) = 2lP/tpD9qlPDJEl9XFvpsw==
|
||||
RMD160 (turba-h3-2.3.tar.gz) = F3t4aMDTmywlDjudbVEVFyg4hRs=
|
||||
SHA1 (turba-h3-2.3.tar.gz) = Hv5dl18iv3HbnvdVClIx28zMUBc=
|
||||
SHA256 (turba-h3-2.3.tar.gz) = Clij9bD+3eg5ffEmgh/84kPOG4OMKoHuJZ3LO0akgos=
|
||||
SIZE (turba-h3-2.3.tar.gz) = 2354452
|
||||
MD5 (turba-h3-2.3.1.tar.gz) = 4isYOv6b/60LuU42KpAViQ==
|
||||
RMD160 (turba-h3-2.3.1.tar.gz) = MV6JbrvO7+aofq/MJurAIKNjgL4=
|
||||
SHA1 (turba-h3-2.3.1.tar.gz) = 3EDDiVdeQF8HGChYbBdyxLwnzQQ=
|
||||
SHA256 (turba-h3-2.3.1.tar.gz) = M0ti4IaZB9oHzZsNStIJAsYRD6oLz8asA9KTtp4TF0U=
|
||||
SIZE (turba-h3-2.3.1.tar.gz) = 2363301
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/10/30 09:45:50 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2008/12/13 08:48:20 mbalmer Exp $
|
||||
horde/turba/
|
||||
horde/turba/LICENSE
|
||||
horde/turba/README
|
||||
@ -124,12 +124,13 @@ horde/turba/lib/tests/ApiTest.php
|
||||
horde/turba/lib/tests/BrowsePageTest.php
|
||||
horde/turba/lib/tests/DriverTest.php
|
||||
horde/turba/lib/tests/GroupTest.php
|
||||
horde/turba/lib/tests/KolabTest.php
|
||||
horde/turba/lib/tests/KolabTestBase.php
|
||||
horde/turba/lib/tests/ListTest.php
|
||||
horde/turba/lib/tests/ListViewTest.php
|
||||
horde/turba/lib/tests/TestBase.php
|
||||
horde/turba/lib/tests/ViewBrowseTest.php
|
||||
horde/turba/lib/tests/az.png
|
||||
horde/turba/lib/tests/bug5476.phpt
|
||||
horde/turba/lib/tests/bug_6518.phpt
|
||||
horde/turba/lib/tests/import.ldif
|
||||
horde/turba/lib/tests/importCRLF.ldif
|
||||
@ -310,7 +311,8 @@ horde/turba/po/zh_TW.po
|
||||
horde/turba/scripts/
|
||||
horde/turba/scripts/.htaccess
|
||||
horde/turba/scripts/Turba.reg
|
||||
horde/turba/scripts/import_squirrelmail_abook.php
|
||||
horde/turba/scripts/import_squirrelmail_file_abook.php
|
||||
horde/turba/scripts/import_squirrelmail_sql_abook.php
|
||||
horde/turba/scripts/import_vcards.php
|
||||
horde/turba/scripts/ldap/
|
||||
horde/turba/scripts/ldap/addou
|
||||
@ -333,6 +335,7 @@ horde/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.oci8.sql
|
||||
horde/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.pgsql.sql
|
||||
horde/turba/scripts/upgrades/2.1_to_2.2_add_sql_share_tables.sql
|
||||
horde/turba/scripts/upgrades/2.1_to_2.2_sql_schema.php
|
||||
horde/turba/scripts/upgrades/2.2.1_to_2.3.pgsql.sql
|
||||
horde/turba/scripts/upgrades/2.2.1_to_2.3.sql
|
||||
horde/turba/scripts/upgrades/2007-06-17_flatten_shares.php
|
||||
horde/turba/scripts/upgrades/2008-09-23_fix_group_uid.sql
|
||||
|
Loading…
Reference in New Issue
Block a user