Update the Horde suite to current versions. devel/horde has SECURITY fixes
including XSS (prefs, MIME viewer) and preventing overwriting of webserver- accessible files (image form fields, e.g. with Turba). For more information see http://lists.horde.org/archives/announce/2009/000512.html. Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
This commit is contained in:
parent
aee0c35175
commit
80a725208d
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/09/15 17:37:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= memo application
|
||||
|
||||
HORDE_MODULE= mnemo
|
||||
HORDE_NAME= Mnemo
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.2.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.2.2
|
||||
CATEGORIES= databases
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (mnemo-h3-2.2.1.tar.gz) = QNdgl4pgS9/BPOlRAhLRtw==
|
||||
RMD160 (mnemo-h3-2.2.1.tar.gz) = sncY/HvxDuc+G9Iet6LalLkDVSE=
|
||||
SHA1 (mnemo-h3-2.2.1.tar.gz) = cXfmQ14XsJblNmCL331h8JOetjI=
|
||||
SHA256 (mnemo-h3-2.2.1.tar.gz) = c09rIqMCbBt6+avi8iSeIeH2sez0MLPlT7M3h7EvFT8=
|
||||
SIZE (mnemo-h3-2.2.1.tar.gz) = 1540501
|
||||
MD5 (mnemo-h3-2.2.2.tar.gz) = +Cj7MaPFadkfCgpOg9cFww==
|
||||
RMD160 (mnemo-h3-2.2.2.tar.gz) = D+q1WYb4H9Fsm1IhfkBqf24Ugmg=
|
||||
SHA1 (mnemo-h3-2.2.2.tar.gz) = Mgoqs+B7p/1/zRT7Gj2ap4jeSkM=
|
||||
SHA256 (mnemo-h3-2.2.2.tar.gz) = UvEHZ5lnA6aueNbCDDmPt3+WsIt7L5+878lZxPRBK24=
|
||||
SIZE (mnemo-h3-2.2.2.tar.gz) = 1589825
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/30 09:55:27 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/09/28 13:09:15 sthen Exp $
|
||||
horde/${HORDE_MODULE}/
|
||||
horde/${HORDE_MODULE}/LICENSE
|
||||
horde/${HORDE_MODULE}/README
|
||||
@ -9,6 +9,8 @@ horde/${HORDE_MODULE}/config/
|
||||
@mode 600
|
||||
horde/${HORDE_MODULE}/config/.htaccess
|
||||
horde/${HORDE_MODULE}/config/conf.xml
|
||||
horde/${HORDE_MODULE}/config/hooks.php.dist
|
||||
@sample horde/${HORDE_MODULE}/config/hooks.php
|
||||
horde/${HORDE_MODULE}/config/prefs.php.dist
|
||||
@sample horde/${HORDE_MODULE}/config/prefs.php
|
||||
@mode
|
||||
@ -155,6 +157,8 @@ horde/${HORDE_MODULE}/notepads/create.php
|
||||
horde/${HORDE_MODULE}/notepads/delete.php
|
||||
horde/${HORDE_MODULE}/notepads/edit.php
|
||||
horde/${HORDE_MODULE}/notepads/index.php
|
||||
horde/${HORDE_MODULE}/notes/
|
||||
horde/${HORDE_MODULE}/notes/index.php
|
||||
horde/${HORDE_MODULE}/po/
|
||||
horde/${HORDE_MODULE}/po/README
|
||||
horde/${HORDE_MODULE}/po/bg_BG.po
|
||||
@ -198,9 +202,13 @@ horde/${HORDE_MODULE}/scripts/sql/${HORDE_MODULE}.sql
|
||||
horde/${HORDE_MODULE}/scripts/sql/${HORDE_MODULE}.xml
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/1.1_to_2.0.mysql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/1.1_to_2.0.pgsq.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/1.1_to_2.0.pgsql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.1_to_2.2.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2.1_to_2.2.2.pgsql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2.1_to_2.2.2.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2_to_2.2.1.pgsql.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2.2_to_2.2.1.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2008-09-23_fix_group_uid.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/convert_datatree_shares_to_sql.php
|
||||
horde/${HORDE_MODULE}/search.php
|
||||
horde/${HORDE_MODULE}/templates/
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2009/09/15 17:37:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= modular framework for web-based applications
|
||||
|
||||
DISTNAME= horde-3.3.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= horde-3.3.5
|
||||
CATEGORIES= devel www
|
||||
HOMEPAGE= http://www.horde.org/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (horde-3.3.2.tar.gz) = TdQ4iHDAzMEPCwITZVQcUA==
|
||||
RMD160 (horde-3.3.2.tar.gz) = yQd495Zt8gPDNPToD8EhYFU5Zew=
|
||||
SHA1 (horde-3.3.2.tar.gz) = /nS1wMcPZG9WsvCqg86tjXkrKVs=
|
||||
SHA256 (horde-3.3.2.tar.gz) = 4ICyLywYMBLJwNuPiw2/zENMxpKqj9uMQvhKMLPXWho=
|
||||
SIZE (horde-3.3.2.tar.gz) = 8462747
|
||||
MD5 (horde-3.3.5.tar.gz) = d+bRxX2oiXZ1XyOVZVXifA==
|
||||
RMD160 (horde-3.3.5.tar.gz) = CXcLJ+7h4tOxdrqdpQOGcZznq50=
|
||||
SHA1 (horde-3.3.5.tar.gz) = f0/0Zel795IhpwmOMbuzGWQ+O2E=
|
||||
SHA256 (horde-3.3.5.tar.gz) = TU0C3K1xsCFcwbypeaKQtjYjhkyVA9KmwrNMf8lXng4=
|
||||
SIZE (horde-3.3.5.tar.gz) = 8622446
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.17 2008/12/13 08:43:21 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.18 2009/09/28 13:09:15 sthen Exp $
|
||||
horde/
|
||||
horde/COPYING
|
||||
horde/README
|
||||
@ -29,6 +29,7 @@ horde/admin/setup/config.php
|
||||
horde/admin/setup/diff.php
|
||||
horde/admin/setup/index.php
|
||||
horde/admin/setup/scripts.php
|
||||
horde/admin/signup_confirm.php
|
||||
horde/admin/sqlshell.php
|
||||
horde/admin/user.php
|
||||
@mode 700
|
||||
@ -300,7 +301,6 @@ horde/lib/Horde/Editor.php
|
||||
horde/lib/Horde/Editor/fckeditor.php
|
||||
horde/lib/Horde/Editor/tinymce.php
|
||||
horde/lib/Horde/Editor/xinha.php
|
||||
horde/lib/Horde/Exception.php
|
||||
horde/lib/Horde/Feed/
|
||||
horde/lib/Horde/Feed.php
|
||||
horde/lib/Horde/Feed/Atom.php
|
||||
@ -368,6 +368,7 @@ horde/lib/Horde/Image/Effect/gd/text_watermark.php
|
||||
horde/lib/Horde/Image/Effect/gd/unsharp_mask.php
|
||||
horde/lib/Horde/Image/Effect/im/
|
||||
horde/lib/Horde/Image/Effect/im/border.php
|
||||
horde/lib/Horde/Image/Effect/im/composite.php
|
||||
horde/lib/Horde/Image/Effect/im/drop_shadow.php
|
||||
horde/lib/Horde/Image/Effect/im/photo_stack.php
|
||||
horde/lib/Horde/Image/Effect/im/polaroid_image.php
|
||||
@ -383,6 +384,22 @@ horde/lib/Horde/Image/swf.php
|
||||
horde/lib/Horde/Kolab/
|
||||
horde/lib/Horde/Kolab.php
|
||||
horde/lib/Horde/Kolab/Deprecated.php
|
||||
horde/lib/Horde/Kolab/Filter/
|
||||
horde/lib/Horde/Kolab/Filter/Base.php
|
||||
horde/lib/Horde/Kolab/Filter/Content.php
|
||||
horde/lib/Horde/Kolab/Filter/Incoming.php
|
||||
horde/lib/Horde/Kolab/Filter/Outlook.php
|
||||
horde/lib/Horde/Kolab/Filter/Response.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/
|
||||
horde/lib/Horde/Kolab/Filter/Transport.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/DovecotLDA.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/LMTPTLS.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/drop.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/echo.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/lda.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/lmtp.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/smtp.php
|
||||
horde/lib/Horde/Kolab/Filter/Transport/stdout.php
|
||||
horde/lib/Horde/Kolab/Format/
|
||||
horde/lib/Horde/Kolab/Format.php
|
||||
horde/lib/Horde/Kolab/Format/Date.php
|
||||
@ -395,11 +412,19 @@ horde/lib/Horde/Kolab/Format/XML/event.php
|
||||
horde/lib/Horde/Kolab/Format/XML/hprefs.php
|
||||
horde/lib/Horde/Kolab/Format/XML/note.php
|
||||
horde/lib/Horde/Kolab/Format/XML/task.php
|
||||
horde/lib/Horde/Kolab/FreeBusy/
|
||||
horde/lib/Horde/Kolab/FreeBusy.php
|
||||
horde/lib/Horde/Kolab/FreeBusy/Access.php
|
||||
horde/lib/Horde/Kolab/FreeBusy/Cache.php
|
||||
horde/lib/Horde/Kolab/FreeBusy/Imap.php
|
||||
horde/lib/Horde/Kolab/FreeBusy/Report.php
|
||||
horde/lib/Horde/Kolab/FreeBusy/View.php
|
||||
horde/lib/Horde/Kolab/IMAP/
|
||||
horde/lib/Horde/Kolab/IMAP.php
|
||||
horde/lib/Horde/Kolab/IMAP/cclient.php
|
||||
horde/lib/Horde/Kolab/IMAP/pear.php
|
||||
horde/lib/Horde/Kolab/IMAP/test.php
|
||||
horde/lib/Horde/Kolab/Resource.php
|
||||
horde/lib/Horde/Kolab/Server/
|
||||
horde/lib/Horde/Kolab/Server.php
|
||||
horde/lib/Horde/Kolab/Server/Object/
|
||||
@ -426,6 +451,8 @@ horde/lib/Horde/Kolab/Storage/List.php
|
||||
horde/lib/Horde/Kolab/Storage/Perms.php
|
||||
horde/lib/Horde/Kolab/Test/
|
||||
horde/lib/Horde/Kolab/Test.php
|
||||
horde/lib/Horde/Kolab/Test/Filter.php
|
||||
horde/lib/Horde/Kolab/Test/FreeBusy.php
|
||||
horde/lib/Horde/Kolab/Test/Server.php
|
||||
horde/lib/Horde/Kolab/Test/Storage.php
|
||||
horde/lib/Horde/LDAP.php
|
||||
@ -1052,11 +1079,16 @@ horde/scripts/set_perms.sh
|
||||
horde/scripts/sql/
|
||||
horde/scripts/sql/README
|
||||
horde/scripts/sql/README.OCI8
|
||||
@comment no checksum
|
||||
horde/scripts/sql/create.msde.sql
|
||||
@comment no checksum
|
||||
horde/scripts/sql/create.mysql.sql
|
||||
@comment no checksum
|
||||
horde/scripts/sql/create.oci8.sql
|
||||
@comment no checksum
|
||||
horde/scripts/sql/create.pgsql.sql
|
||||
horde/scripts/sql/create.sql
|
||||
@comment no checksum
|
||||
horde/scripts/sql/create.sybase.sql
|
||||
horde/scripts/sql/create.xml
|
||||
horde/scripts/sql/horde_alarms.mssql.sql
|
||||
@ -1110,6 +1142,7 @@ horde/scripts/upgrades/2.2_to_3.0.pgsql.sql
|
||||
horde/scripts/upgrades/2005-09-22_horde_prefs_varchar2.oci8.sql
|
||||
horde/scripts/upgrades/2006-06-29_horde_prefs_indexes.sql
|
||||
horde/scripts/upgrades/2008-08-29_fix_mdb2_sequences.php
|
||||
horde/scripts/upgrades/2009-02-13_horde_sessionhandler_lastmodified_index.sql
|
||||
horde/scripts/upgrades/3.0_to_3.1.mysql.sql
|
||||
horde/scripts/upgrades/3.0_to_3.1.oci8.sql
|
||||
horde/scripts/upgrades/3.0_to_3.1.sql
|
||||
@ -1119,6 +1152,7 @@ horde/scripts/upgrades/3.1_to_3.2.oci8.sql
|
||||
horde/scripts/upgrades/3.1_to_3.2.pgsql.sql
|
||||
horde/scripts/upgrades/3.1_to_3.2.sql
|
||||
horde/scripts/upgrades/3.1_to_3.2.sybase.sql
|
||||
horde/scripts/upgrades/3.3_to_3.3.5.sql
|
||||
horde/scripts/upgrades/convert_datatree_groups_to_sql.php
|
||||
horde/scripts/upgrades/convert_datatree_perms_to_sql.php
|
||||
horde/scripts/upgrades/migrate_user_categories.php
|
||||
@ -1700,6 +1734,7 @@ horde/services/editor/xinha/modules/
|
||||
horde/services/editor/xinha/modules/ColorPicker/
|
||||
horde/services/editor/xinha/modules/ColorPicker/ColorPicker.js
|
||||
horde/services/editor/xinha/modules/ColorPicker/lang/
|
||||
horde/services/editor/xinha/modules/ColorPicker/lang/da.js
|
||||
horde/services/editor/xinha/modules/ColorPicker/lang/pt_br.js
|
||||
horde/services/editor/xinha/modules/ColorPicker/src/
|
||||
horde/services/editor/xinha/modules/ColorPicker/src/ColorPicker.js
|
||||
@ -1721,6 +1756,7 @@ horde/services/editor/xinha/modules/Dialogs/src/popupwin.js
|
||||
horde/services/editor/xinha/modules/FullScreen/
|
||||
horde/services/editor/xinha/modules/FullScreen/full-screen.js
|
||||
horde/services/editor/xinha/modules/FullScreen/lang/
|
||||
horde/services/editor/xinha/modules/FullScreen/lang/da.js
|
||||
horde/services/editor/xinha/modules/FullScreen/lang/de.js
|
||||
horde/services/editor/xinha/modules/FullScreen/lang/fr.js
|
||||
horde/services/editor/xinha/modules/FullScreen/lang/ja.js
|
||||
@ -1779,6 +1815,7 @@ horde/services/editor/xinha/plugins/CharacterMap/character-map.js
|
||||
horde/services/editor/xinha/plugins/CharacterMap/img/
|
||||
horde/services/editor/xinha/plugins/CharacterMap/img/ed_charmap.gif
|
||||
horde/services/editor/xinha/plugins/CharacterMap/lang/
|
||||
horde/services/editor/xinha/plugins/CharacterMap/lang/da.js
|
||||
horde/services/editor/xinha/plugins/CharacterMap/lang/de.js
|
||||
horde/services/editor/xinha/plugins/CharacterMap/lang/fr.js
|
||||
horde/services/editor/xinha/plugins/CharacterMap/lang/it.js
|
||||
@ -1795,6 +1832,7 @@ horde/services/editor/xinha/plugins/CharacterMap/src/character-map.js
|
||||
horde/services/editor/xinha/plugins/ContextMenu/
|
||||
horde/services/editor/xinha/plugins/ContextMenu/context-menu.js
|
||||
horde/services/editor/xinha/plugins/ContextMenu/lang/
|
||||
horde/services/editor/xinha/plugins/ContextMenu/lang/da.js
|
||||
horde/services/editor/xinha/plugins/ContextMenu/lang/de.js
|
||||
horde/services/editor/xinha/plugins/ContextMenu/lang/el.js
|
||||
horde/services/editor/xinha/plugins/ContextMenu/lang/fr.js
|
||||
@ -1821,6 +1859,7 @@ horde/services/editor/xinha/plugins/ListType/img/square.png
|
||||
horde/services/editor/xinha/plugins/ListType/img/upper-alpha.png
|
||||
horde/services/editor/xinha/plugins/ListType/img/upper-roman.png
|
||||
horde/services/editor/xinha/plugins/ListType/lang/
|
||||
horde/services/editor/xinha/plugins/ListType/lang/da.js
|
||||
horde/services/editor/xinha/plugins/ListType/lang/de.js
|
||||
horde/services/editor/xinha/plugins/ListType/lang/fr.js
|
||||
horde/services/editor/xinha/plugins/ListType/lang/ja.js
|
||||
|
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2009/09/15 17:37:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= highly configurable pop3/imap4 webmail client
|
||||
|
||||
HORDE_MODULE= imp
|
||||
HORDE_NAME= IMP
|
||||
V= 4.3.3
|
||||
V= 4.3.5
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-${V}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= mail www
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
@ -41,6 +40,6 @@ pre-fake:
|
||||
|
||||
do-install:
|
||||
@cd ${INSTDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
@mv ${INSTDIR}/${HORDE_MODULE}-${V} ${INSTDIR}/${HORDE_MODULE}
|
||||
@mv ${INSTDIR}/${DISTNAME} ${INSTDIR}/${HORDE_MODULE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (imp-h3-4.3.3.tar.gz) = Dx7OXKTrNGNAm8mDiiejwg==
|
||||
RMD160 (imp-h3-4.3.3.tar.gz) = Slj6/RJNemTvn2yJmUOwfMKCVAI=
|
||||
SHA1 (imp-h3-4.3.3.tar.gz) = t8WobPRe9C+SGLFGvsxREZ7hbZA=
|
||||
SHA256 (imp-h3-4.3.3.tar.gz) = GD3nqV7b3GCC/eWz2vaCzUxN+laFXpmpaJ9BtkpXl7A=
|
||||
SIZE (imp-h3-4.3.3.tar.gz) = 5257965
|
||||
MD5 (imp-h3-4.3.5.tar.gz) = VfBeN/qG3yqqIZV6wK3F7w==
|
||||
RMD160 (imp-h3-4.3.5.tar.gz) = U28GHIogwBZ6v3zkWlKowuklj+0=
|
||||
SHA1 (imp-h3-4.3.5.tar.gz) = WY+6Cecbx31JHMG2k7Y91fEanZM=
|
||||
SHA256 (imp-h3-4.3.5.tar.gz) = C/JsOBX8oU0qoxUwC+XhGbXfg2E2wRMr56vXBecDUn0=
|
||||
SIZE (imp-h3-4.3.5.tar.gz) = 5322208
|
||||
|
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2009/09/15 17:37:21 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= mail filter rules for imp
|
||||
|
||||
HORDE_MODULE= ingo
|
||||
HORDE_NAME= Ingo
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-1.2.1
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
DISTNAME= ${HORDE_MODULE}-h3-1.2.2
|
||||
CATEGORIES= mail www
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (ingo-h3-1.2.1.tar.gz) = gaI1t4iO4nTK/8LL0pU8uw==
|
||||
RMD160 (ingo-h3-1.2.1.tar.gz) = 6unsGv3HA4iiJwFBMfFm0AQ6xcs=
|
||||
SHA1 (ingo-h3-1.2.1.tar.gz) = EesvF528ms7eMWoyJrxZ1kcIGrY=
|
||||
SHA256 (ingo-h3-1.2.1.tar.gz) = 8+f3ah+hoFHddJg0l73LMkek/dfBWxGYWQRwUPkXQj4=
|
||||
SIZE (ingo-h3-1.2.1.tar.gz) = 1882501
|
||||
MD5 (ingo-h3-1.2.2.tar.gz) = K39ZynLGwqB0ISxfVR/oJA==
|
||||
RMD160 (ingo-h3-1.2.2.tar.gz) = cCk1dYqRS+W0epFq+U62JXfcCuQ=
|
||||
SHA1 (ingo-h3-1.2.2.tar.gz) = TynM3pw2LuWe/kRurQA//4gsTHg=
|
||||
SHA256 (ingo-h3-1.2.2.tar.gz) = cSEzJ5GDFe76NGRZmtmkfBr1DnLjKcarDcHZKRHEJt4=
|
||||
SIZE (ingo-h3-1.2.2.tar.gz) = 1945296
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/30 09:43:55 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/09/28 13:09:15 sthen Exp $
|
||||
horde/${HORDE_MODULE}/
|
||||
horde/${HORDE_MODULE}/LICENSE
|
||||
horde/${HORDE_MODULE}/README
|
||||
@ -224,7 +224,9 @@ horde/${HORDE_MODULE}/scripts/sql/${HORDE_MODULE}.oci8.sql
|
||||
horde/${HORDE_MODULE}/scripts/sql/${HORDE_MODULE}.sql
|
||||
horde/${HORDE_MODULE}/scripts/sql/${HORDE_MODULE}.xml
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/1.2.1_to_1.2.2.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/1.2_to_1.2.1.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/2008-09-23_fix_group_uid.sql
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/convert_datatree_shares_to_sql.php
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/convert_imp_filters.php
|
||||
horde/${HORDE_MODULE}/scripts/upgrades/convert_prefs_to_sql.php
|
||||
|
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2009/09/15 17:37:22 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= web based calendar application using the horde framework
|
||||
|
||||
HORDE_MODULE= kronolith
|
||||
HORDE_NAME= Kronolith
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.2
|
||||
CATEGORIES= www mail
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (kronolith-h3-2.3.1.tar.gz) = Azgv18THSuWYykJAO+6zrw==
|
||||
RMD160 (kronolith-h3-2.3.1.tar.gz) = iugYBoEczEU+EmaFgja0KRkFiVE=
|
||||
SHA1 (kronolith-h3-2.3.1.tar.gz) = YVWZwVLNaCsV2Mp/tnWXq8ruHS0=
|
||||
SHA256 (kronolith-h3-2.3.1.tar.gz) = +BCMtKRJBmC5EaC+C0cgjPJc80QrKGkDXp3iCBGXUX8=
|
||||
SIZE (kronolith-h3-2.3.1.tar.gz) = 2581826
|
||||
MD5 (kronolith-h3-2.3.2.tar.gz) = /S0hUhypyPUmTM2+stOQqA==
|
||||
RMD160 (kronolith-h3-2.3.2.tar.gz) = P1mFkZqspj1e6rbWqV/FPzKBmRI=
|
||||
SHA1 (kronolith-h3-2.3.2.tar.gz) = ijNZ5VAUaQyXJIfpLf1wonY6Svo=
|
||||
SHA256 (kronolith-h3-2.3.2.tar.gz) = H3V2aka00wVTd7sMP/fohKvGdPI4faQRivH+hA7ZfAI=
|
||||
SIZE (kronolith-h3-2.3.2.tar.gz) = 2617849
|
||||
|
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2009/09/15 17:37:22 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= multiuser task list manager
|
||||
|
||||
HORDE_MODULE= nag
|
||||
HORDE_NAME= Nag
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.3
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (nag-h3-2.3.1.tar.gz) = TySAxf2zT7NO4899GzIICA==
|
||||
RMD160 (nag-h3-2.3.1.tar.gz) = 2+OcDe2vxHNLqpTORFS+2JQCVfA=
|
||||
SHA1 (nag-h3-2.3.1.tar.gz) = eMrZnnVLt1HLT/TG0p82ohbuL2s=
|
||||
SHA256 (nag-h3-2.3.1.tar.gz) = ceUUlUgxkb7C6cqWv2UP+zbPKTMWsw/A18CgGjSNSPA=
|
||||
SIZE (nag-h3-2.3.1.tar.gz) = 1965370
|
||||
MD5 (nag-h3-2.3.3.tar.gz) = akdN7wGS3L+z/Z179Ni4hA==
|
||||
RMD160 (nag-h3-2.3.3.tar.gz) = 6V15iSthtQYuEmTwSMCjxtdtMDs=
|
||||
SHA1 (nag-h3-2.3.3.tar.gz) = t7oGrmGKcMZ6f+ElVeuK6x0PYaM=
|
||||
SHA256 (nag-h3-2.3.3.tar.gz) = tAyk2yRzBfjH6fLhsaK009g72XQ7qEE1pgNuJuJmvRQ=
|
||||
SIZE (nag-h3-2.3.3.tar.gz) = 2017034
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/10/30 09:54:19 mbalmer Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2009/09/28 13:09:15 sthen Exp $
|
||||
horde/${HORDE_MODULE}/
|
||||
horde/${HORDE_MODULE}/COPYING
|
||||
horde/${HORDE_MODULE}/README
|
||||
@ -9,6 +9,8 @@ horde/${HORDE_MODULE}/config/
|
||||
@mode 600
|
||||
horde/${HORDE_MODULE}/config/.htaccess
|
||||
horde/${HORDE_MODULE}/config/conf.xml
|
||||
horde/${HORDE_MODULE}/config/hooks.php.dist
|
||||
@sample horde/${HORDE_MODULE}/config/hooks.php
|
||||
horde/${HORDE_MODULE}/config/menu.php.dist
|
||||
@sample horde/${HORDE_MODULE}/config/menu.php
|
||||
horde/${HORDE_MODULE}/config/prefs.php.dist
|
||||
@ -247,12 +249,15 @@ horde/${HORDE_MODULE}/tasklists/delete.php
|
||||
horde/${HORDE_MODULE}/tasklists/edit.php
|
||||
horde/${HORDE_MODULE}/tasklists/index.php
|
||||
horde/${HORDE_MODULE}/tasklists/info.php
|
||||
horde/${HORDE_MODULE}/tasks/
|
||||
horde/${HORDE_MODULE}/tasks/index.php
|
||||
horde/${HORDE_MODULE}/templates/
|
||||
horde/${HORDE_MODULE}/templates/common-header.inc
|
||||
horde/${HORDE_MODULE}/templates/data/
|
||||
horde/${HORDE_MODULE}/templates/data/export.inc
|
||||
horde/${HORDE_MODULE}/templates/data/import.inc
|
||||
horde/${HORDE_MODULE}/templates/list/
|
||||
horde/${HORDE_MODULE}/templates/list.html.php
|
||||
horde/${HORDE_MODULE}/templates/list/empty.inc
|
||||
horde/${HORDE_MODULE}/templates/list/header.inc
|
||||
horde/${HORDE_MODULE}/templates/list/task_footers.inc
|
||||
|
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2009/09/15 17:37:22 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2009/09/28 13:09:15 sthen Exp $
|
||||
|
||||
COMMENT= contact management module for Horde
|
||||
|
||||
HORDE_MODULE= turba
|
||||
HORDE_NAME= Turba
|
||||
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= ${HORDE_MODULE}-h3-2.3.2
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://www.horde.org/${HORDE_MODULE}/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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
|
||||
MD5 (turba-h3-2.3.2.tar.gz) = vXUL4VDBcchOyD5kc9TkQw==
|
||||
RMD160 (turba-h3-2.3.2.tar.gz) = jqaGup1/SycYBv54ndjm19DKsk8=
|
||||
SHA1 (turba-h3-2.3.2.tar.gz) = siXRxyLMMQ5nc88L1EbCZmQe/2E=
|
||||
SHA256 (turba-h3-2.3.2.tar.gz) = Pcm2StrMAcsP4PrpjJl5XnNBJkIwYE/Zaobv2SX38lY=
|
||||
SIZE (turba-h3-2.3.2.tar.gz) = 2409997
|
||||
|
Loading…
x
Reference in New Issue
Block a user