mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Update to 2.1.2
- Fix privilege escalation in Horde API. - Fix missing ownership validation on share changes. Approved by: linimon (mentor)
This commit is contained in:
parent
9e93e3fc9c
commit
0f77f9f6cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205769
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mnemo
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= deskutils www
|
||||
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mnemo-h3-2.1.1.tar.gz) = 84419f68027037f53b5db38a6ab9c0cc
|
||||
SHA256 (mnemo-h3-2.1.1.tar.gz) = bdad85c60b21d576cb2f0d3743bf67e66d624a5d2074793cdb53b6cbfc2ed052
|
||||
SIZE (mnemo-h3-2.1.1.tar.gz) = 1200034
|
||||
MD5 (mnemo-h3-2.1.2.tar.gz) = ba819d555634bfd88c52703e530b0da9
|
||||
SHA256 (mnemo-h3-2.1.2.tar.gz) = 3bcdaa84acf9ba38f795dd85d15a7d13541ca223a69660791889d8961688494b
|
||||
SIZE (mnemo-h3-2.1.2.tar.gz) = 1270345
|
||||
|
@ -4,6 +4,7 @@
|
||||
%%HORDIR%%/data.php
|
||||
%%HORDIR%%/index.php
|
||||
%%HORDIR%%/js/fixUnstyledOptions.js
|
||||
%%HORDIR%%/js/prototype.js
|
||||
%%HORDIR%%/js/tables.js
|
||||
%%HORDIR%%/lib/Block/summary.php
|
||||
%%HORDIR%%/lib/Driver/kolab.php
|
||||
@ -81,6 +82,7 @@
|
||||
%%HORDIR%%/po/sv_SE.po
|
||||
%%HORDIR%%/po/zh_CN.po
|
||||
%%HORDIR%%/po/zh_TW.po
|
||||
%%HORDIR%%/pref_api.php
|
||||
%%HORDIR%%/scripts/.htaccess
|
||||
%%HORDIR%%/scripts/import_vnotes.php
|
||||
%%HORDIR%%/scripts/sql/mnemo.mssql.sql
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= mnemo
|
||||
PORTVERSION= 2.1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= deskutils www
|
||||
|
||||
MAINTAINER= beech@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mnemo-h3-2.1.1.tar.gz) = 84419f68027037f53b5db38a6ab9c0cc
|
||||
SHA256 (mnemo-h3-2.1.1.tar.gz) = bdad85c60b21d576cb2f0d3743bf67e66d624a5d2074793cdb53b6cbfc2ed052
|
||||
SIZE (mnemo-h3-2.1.1.tar.gz) = 1200034
|
||||
MD5 (mnemo-h3-2.1.2.tar.gz) = ba819d555634bfd88c52703e530b0da9
|
||||
SHA256 (mnemo-h3-2.1.2.tar.gz) = 3bcdaa84acf9ba38f795dd85d15a7d13541ca223a69660791889d8961688494b
|
||||
SIZE (mnemo-h3-2.1.2.tar.gz) = 1270345
|
||||
|
@ -4,6 +4,7 @@
|
||||
%%HORDIR%%/data.php
|
||||
%%HORDIR%%/index.php
|
||||
%%HORDIR%%/js/fixUnstyledOptions.js
|
||||
%%HORDIR%%/js/prototype.js
|
||||
%%HORDIR%%/js/tables.js
|
||||
%%HORDIR%%/lib/Block/summary.php
|
||||
%%HORDIR%%/lib/Driver/kolab.php
|
||||
@ -81,6 +82,7 @@
|
||||
%%HORDIR%%/po/sv_SE.po
|
||||
%%HORDIR%%/po/zh_CN.po
|
||||
%%HORDIR%%/po/zh_TW.po
|
||||
%%HORDIR%%/pref_api.php
|
||||
%%HORDIR%%/scripts/.htaccess
|
||||
%%HORDIR%%/scripts/import_vnotes.php
|
||||
%%HORDIR%%/scripts/sql/mnemo.mssql.sql
|
||||
|
Loading…
Reference in New Issue
Block a user